/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

img {
    border-radius: 22px;
}

.headline_custom {
    text-align: center;
}

.headline_custom h1 {
    margin-bottom: 15px;
}

.headline_custom h3 {
    font-family: 'Arial', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.hero_chile .upb_bg_overlay {
    background-color: transparent !important;
    background: linear-gradient(90deg, rgba(8, 27, 19, .89) 0%, rgba(8, 27, 19, .63) 48%, rgba(8, 27, 19, .28) 100%);
}

.btns_duo .wpb_wrapper {
    display: flex;
    gap: 15px;
}

.hero-stats .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    gap: 12px;
    max-width: 760px;
    margin-top: 26px;
}

.hero-stats .wpb_wrapper .stat {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 16px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
}

.videos_chile {
    border-radius: 22px;
    overflow: hidden;
}

.feature-list .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin-top: 20px;
}

.feature-list .wpb_wrapper .feature {
    background-color: #edf8ef;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #d5ebd9;
}

.iconbox_cl {
    background: #fff;
    border: 1px solid #dfe7e1;
    padding: 22px;
    margin-bottom: 15px;
    border-radius: 18px;
    transition: .24s ease;
}

.iconbox_cl:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 50px rgba(22, 52, 35, .12);
}

.iconbox_cl .icon_card {
    font-size: 1.9rem;
    margin-bottom: 11px;
}

.iconbox_cl .title h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
}

.iconbox_cl .desciption {
    margin: 0;
    font-size: .89rem;
    line-height: 1.6;
}

.gall_videos_home figure {
    border: none;
}

.enviar_form input {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px !important;
    padding: 12px 22px !important;
    font-weight: 700 !important;
    transition: .22s ease !important;
    border: 1px solid transparent;
    width: 100%;
    cursor: pointer;
}

.img_noborder img {
    border-radius: 0px;
}

.bg_boynow {
    padding: 40px;
    box-shadow: 0 18px 50px rgba(22, 52, 35, .12);
}

.contacinfo .aio-icon-description {
    margin-top: 0 !important;
}

.list_check ul {
    margin: 0;
    padding: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    margin: 24px 0;
}

.list_check ul li {
    list-style: none;
    display: flex;
    gap: 9px;
    align-items: flex-start;
    font-weight: 600;
    color: #1a2d38;
}

.list_check ul li strong {
    color: #078b20;
}

footer a {
    text-decoration: none;
}

.whatsapp {
    position: fixed;
    z-index: 900;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    font-size: 1.6rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    text-decoration: none;
}

.pswp button.pswp__button--arrow--left,
.pswp button.pswp__button--arrow--right,
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
    min-height: auto;
}

.pswp button.pswp__button.pswp__button--arrow--left,
.pswp button.pswp__button.pswp__button--arrow--right {
    height: 48px;
    width: 48px;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pswp button.pswp__button:before {
    width: 26px;
    height: 26px;
}

.pswp__caption h5 {
    font-size: 36px;
    padding: 15px 0;
}

.main-nav .btn_boymenu a {
    background-color: #078b20;
    color: #fff;
    border-radius: 100px;
    padding: 0 25px !important;
}

.main-nav .btn_boymenu a .menu-text {
    color: #fff !important;
}

.main-nav .btn_boymenu a:hover {
    background-color: #035d16;
}

.main-nav .btn_boymenu a:hover .underline {
    display: none;
}

@media (max-width: 992px) {
    .main-nav .btn_boymenu a {
        padding: 12px 25px !important;
    }
}

@media (max-width: 778px) {
    .hero-stats .wpb_wrapper,
    .feature-list .wpb_wrapper,
    .list_check ul {
        grid-template-columns: 1fr;
    }
    .bg_boynow {
        padding: 15px;
    }
}

@media (min-width: 901px) {
    .feature-list {
        gap: 8px;
        margin-top: 10px;
    }
}