/**
Theme Name: DCM Child
Author: Daniel Meza
Author URI: https://flowbusiness.lat/
Description: Diseño exclusivo para Del Castillo & Meza
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dcm-child
Template: astra
*/


/*------------------------------------*\
    GENERALES
\*------------------------------------*/
html{
/*    font-size: calc(15px + 0.390625vw);*/
    font-size: 62.5%;
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: calc(1.2rem + 0.390625vw);
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 1px;
	color: #343a40;
    background-color: #FFFFFF;
}
.container-page{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
/*    background-color: aquamarine;*/
}
.inner-container{
    
}
.box-btn .wpb_wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
/*    background-color: aquamarine;*/
}
.box-btn .btn{
    margin: 0!important;
    padding: 0!important;
}
.box-btn .btn:last-of-type{
    margin-left: 24px!important;
}
.box-btn .btn .vc_btn3{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1em;
    border-radius: 40px;
    padding: 16px 48px!important;
    border: 2px solid var(--color-03)!important;
    background-image: none!important;
}
.box-btn .btn.btn-dark .vc_btn3{
    color: var(--white)!important;
    background-color: var(--color-03)!important;
}
.box-btn .btn.btn-light .vc_btn3{
    color: var(--color-03)!important;
    background-color: transparent!important;
}
.single-title{
    width: 70%;
    margin: 0 15%;
}
.single-title.single-title-center{
    
}
.single-title h3{
    font-size: clamp(3.2rem, 2.5vw, 4.8rem);
    line-height: 1.25em;
    color: var(--color-03);
}
.single-title p{
    font-size: clamp(1.6rem, 1vw, 1.8rem);
/*    font-size: 1vw;*/
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 8px;
    color: var(--txt-light);
}
.single-title p strong{
    font-weight: 600;
}
.single-title h3, .single-title p{ text-align: center;}


.wpcf7-response-output{
    text-align: center!important;
    border-color: var(--white)!important;
    color: var(--white)!important;
}
.page #primary{
    margin-top: 0!important;
}

/*------------------------------------*\
    COLOR THEME
\*------------------------------------*/
:root{
    --black: #000000;
    --white: #FFFFFF;
    
    --color-01: #c7bca9;
    --color-02: #948160;
    --color-03: #33250d;
    
    --txt-dark: #c7bca9;
/*    --txt-light: #6e6856;*/
    --txt-light: #614d2c;
}

/*------------------------------------*\
    FLEX
\*------------------------------------*/

.flex{ 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
}
.flex-column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.flex-wrap{ 
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
}
.flex-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.flex-around{
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}
.flex-center{ 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
    -webkit-align-items: center; 
            align-items: center;
}
.flex-middle{
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-half{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
.flex-start{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex-bottom{ 
    -webkit-align-items: flex-end;
           -webkit-box-align: end;
              -ms-flex-align: end;
            align-items: flex-end;
}

/*------------------------------------*\
    SEPARADORES
\*------------------------------------*/
.p0{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.pt0{ padding-top: 0!important;}
.pb0{ padding-bottom: 0!important;}
.pt16{ padding-top: 16px;!important;}
.pt24{ padding-top: 24px;!important;}

.pt40{ padding-top: 40px;!important;}
.pb40{ padding-bottom: 40px;!important;}

.pt80{ padding-top: 80px;!important;}
.pb80{ padding-bottom: 80px;!important;}

.pt120{ padding-top: 120px;!important;}
.pb120{ padding-bottom: 120px;!important;}

.p40{ padding: 40px 0;}
.p80{ padding: 80px 0;}

.c80{
    width: 80%!important;
    margin: 0 10%!important;
}
.c90{
    width: 90%!important;
    margin: 0 5%!important;
}
/*------------------------------------*\
    MENU
\*------------------------------------*/
.ast-primary-header{
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, 0)!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
}
.single-post .ast-primary-header{
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background-color: rgba(64, 60, 58, 0.98)!important;
/*    color: rgba(64, 60, 58, 0.87);*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
}
.menu-link{
    font-size: 1.5rem!important;
    font-weight: 700;
    line-height: 1.25em!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white)!important;
}
/*
.main-header-menu li:last-child a{
    display: block;
    font-size: 1.6rem!important;
    border-radius: 1.6rem!important;
    background-color: var(--red);
    color: #FFFFFF!important;
    
}
*/
.ast-sticky-active{
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, 0.8)!important;
/*    background-color: rgba(51, 37, 13, 0.9)!important;*/
    background-color: rgba(64, 60, 58, 0.98)!important;
}
.site-primary-header-wrap{
    width: 80%!important;
    max-width: 1440px!important;
    margin: 0 auto!important;
}


/*------------------------------------*\
    HERO
\*------------------------------------*/
.hero-box{
    background: url(https://www.delcastillomeza.com/wp-content/uploads/2025/04/hero_19b.jpg) bottom center no-repeat;
    padding-top: 160px;
    background-size: cover;
    z-index: 0;
}
.hero-box .container-page{
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
/*    background-color: blue;*/
}
.hero-box h2{
    font-size: clamp(2.2rem, 1.8vw, 5.6rem);
/*    font-size: 2.4rem;*/
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 4rem;
    color: var(--white);
}
.hero-box h2 strong{
    clear: both;
    display: block;
    font-size: clamp(3.2rem, 2.8vw, 5.6rem);
/*    font-size: 2.8vw;*/
    font-weight: 700;
    line-height: 1.25em;
}
.hero-services{
    width: 60%!important;
    margin: 0 20%!important;
}
.single-hero-caro{
    position: relative;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, 0.2)!important;
}
.single-hero-caro img{
    display: block;
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    z-index: 10;
}
.title-hero{
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 100%;
    transform: translate(-50%, 0);
    z-index: 20;
}
.title-hero h4{
    font-size: 2.2rem;
    font-weight: 600!important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: var(--white);
}
.title-hero h4 strong{
    clear: both;
    display: block;
}

/*------------------------------------*\
    BRANDS
\*------------------------------------*/
.brands-box{
/*    background-color: aquamarine;*/
}
.brands-box img{
    display: block;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
}

/*------------------------------------*\
    BENEFITS
\*------------------------------------*/
.benefits-box{
    
}
.row-benefits{
    justify-content: space-between;
}
.single-benefit{
}
.single-benefit,
.single-benefit img{
    border-radius: 24px!important;
}
.single-benefit img{
    display: block;
    width: 100%;
}
.single-benefit h3, .single-benefit p{
    text-align: center;
}
.single-benefit h3{
    font-size: 2.4rem;
    line-height: 1em;
}
.single-benefit p{
/*    font-size: clamp(1.6rem, 1vw, 1.7rem);*/
    font-size: 1.6rem;
    font-weight: 500!important;
}
.single-benefit{
    width: 24%;
}
.single-benefit .vc_column-inner{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.single-benefit.benefit-01,
.single-benefit.benefit-02{
    padding-left: 40px;
    padding-right: 40px;
}
.single-benefit.benefit-01{
    background-color: var(--color-01);
}
.single-benefit.benefit-01 h3{
    color: var(--color-03);
}
.single-benefit.benefit-01 p{
    color: var(--txt-light);
}
.single-benefit.benefit-02{
    background-color: var(--color-03);
}
.single-benefit.benefit-02 h3{
    color: var(--white);
}
.single-benefit.benefit-02 p{
    color: var(--color-01);
}
/*------------------------------------*\
    PHRASE
\*------------------------------------*/
.phrase-box{
    padding: 80px 0px!important;
}

/*------------------------------------*\
    RESOURCES
\*------------------------------------*/
.resources-box{
    background: url(img/resources/resources_bg.jpg) center right no-repeat;
    background-size: cover;
}
.resources-box .btn .vc_btn3{
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 16px 80px 16px 24px!important;
    border: 2px solid var(--white)!important;
    border-radius: 40px!important;
    margin-bottom: 80px;
    background-color: transparent!important;
    background-image: none!important;
    color: var(--white)!important;
}
.resources-box .btn .vc_btn3::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transform: translate(-32px, -50%);
    background: url(img/icon/arrow_white-01.png) center center no-repeat;
    background-size: contain;
}
.resources-left h2,
.resources-left p{
    width: 80%;
}
.resources-left h2{
    font-size: 5.6rem;
    line-height: 1.25em;
    color: var(--white);
}
.resources-left p{
    font-weight: 500;
    text-align: justify;
    color: var(--color-03);
}

/*------------------------------------*\
    TEAM
\*------------------------------------*/
.team-left{
    width: 40%;
    padding: 0 5%;
}
.team-right{
    width: 60%;
}
.team-left h3{
    font-size: clamp(2.8rem, 2.5vw, 4.8rem);
/*    font-size: 4.8rem;*/
    line-height: 1.25em;
    color: var(--color-03);
}
.team-left p{
    font-size: clamp(1.6rem, 1vw, 1.8rem);
/*    font-size: 1.8rem;*/
    font-weight: 500;
    line-height: 1.25em;
    text-align: justify;
    color: var(--txt-light);
}
.team-left img{
    margin-top: 40px;
    border-radius: 24px;
}
.team-right{
    padding-left: 0px;
    overflow: hidden;
}
.caro-team{
    position: relative;
    left: 50%;
    transform: translate(-32%, 0);
}
.single-team-profile{
   position: relative;
}
.single-team-profile img{
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.title-team{
    position: absolute;
    left: 40px;
    bottom: 40px;
}
.title-team h2{
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: var(--color-01);
}
.title-team h2 strong{
    clear: both;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--white);
}
.owl-nav{
    position: absolute;
    left: -80px!important;
    bottom: 12px!important;
}
.caro-team .owl-prev::before,
.caro-team .owl-next::before{
    width: 40px!important;
    height: 40px!important;
    line-height: 32px!important;
    font-size: 40px!important;
    border-radius: 20px!important;
    border: 3px solid var(--color-02);
    color: var(--color-02)!important;
}
.owl-prev,
.owl-next{
    font-size: 0px!important;
}
.caro-team .owl-prev:hover::before,
.caro-team .owl-next:hover::before{
    background-color: var(--color-02)!important;
}

.data-single-profile{
    position: relative;
    left: 50%;
    width: 90%;
    padding: 40px;
    margin-top: -120px;
    transform: translate(-50%, 0);
    border-radius: 16px;
    border: 1px solid #f1f2f6;
    background-color: var(--white);
}
.data-single-profile h2{
    font-size: 1.6rem;
    line-height: 1.25em;
    text-align: center;
    color: var(--color-02);
}
.data-single-profile h2 strong{
    clear: both;
    display: block;
    font-size: 2.4rem;
    line-height: 1.5em;
    color: var(--black);
}
.data-single-profile p{
    font-size: 1.6rem;
    line-height: 1.5em;
    text-align: justify;
}
    

/*------------------------------------*\
    HERO
\*------------------------------------*/
.bg-dark{
    background-color: var(--color-02);
}
.schedule-left{
    padding-right: 80px;
}
.schedule-left h2{
    font-size: 5.6rem;
    line-height: 1.25em;
    letter-spacing: 1px;
    color: var(--white);
}
.schedule-left p{
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: justify;
    color: var(--white);
}
.schedule-left p strong{
    clear: both;
    display: block;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    color: var(--white);
}
.info-top-form{
/*    margin-bottom: 40px;*/
}
.schedule-right{}

/*------------------------------------*\
    FORM SINGLE PAGE
\*------------------------------------*/
.form-single-page p{
    margin: 0!important;
    padding: 0!important;
}
.element-input input,
.element-input select,
.element-message textarea{
    border-radius: 16px;
}
.element-input input{
    width: 100%!important;
}
.element-input select{
    width: 100%!important;
}
.element-top .element-input{
    width: 48%;
}
.element-bottom .element-input{
    width: 30%;
}
.element-message textarea{
    height: 96px;
    resize: none;
    margin-bottom: 16px;
}
.btn-form p input{
    position: relative;
    left: 50%;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 16px;
    border: 3px solid var(--color-03)!important;
    color: var(--white)!important;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-color: var(--color-03)!important;
}
.btn-form p input:hover{
    background-color: var(--color-02)!important;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.blog-box{
    background: url(img/bg/bg_blog.jpg) center center no-repeat;
    background-size: cover;
}
.new-left,
.new-center,
.new-right{
    padding-left: 24px;
    padding-right: 24px;
}
.new-right h4{
    font-size: 5.6rem;
    font-weight: 700;
    color: var(--white);
    padding-bottom: 80px;
}
.new-left h3,
.new-center h3,
.new-right h3{
    position: relative;
    width: 100%;
    font-size: 2.4rem;
    font-weight: 700;
    padding-right: 160px;
    color: var(--white);
}
.new-left h3::after,
.new-center h3::after,
.new-right h3::after{
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 56px;
    height: 56px;
    transform: translate(0, -50%);
    border-radius: 16px;
    background: url(img/icon/arrow_brown-01b.png) center center no-repeat;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.4);
}
.new-left p,
.new-center p,
.new-right p{
    font-size: 1.6rem;
    line-height: 1.25em;
    color: var(--txt-dark);
}
.new-left img,
.new-center img,
.new-right img{
    display: block;
    border-radius: 24px;
    margin-top: 40px;
}
.title-news{
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.new-center{
    padding-top: 96px;
}
.vc_gitem-zone.vc_custom_1419240516480{
    background-color: transparent!important;
}
.title-blog h4{
    font-size: 5.6rem;
    font-weight: 700;
    text-align: center;
    color: var(--white);
    padding-bottom: 80px;
}
.title-blog h4 strong{
    clear: both;
    display: block;
}
.title-post{
    padding-bottom: 40px!important;
}
.caro-post{
    padding-top: 80px!important;
    padding-bottom: 120px!important;
}
.caro-post .vc_grid-item-mini{
    padding-top: 32px!important;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.caro-posts .title-post{
    width: 75%!important;
}
.caro-posts .vc_gitem-zone-mini .vc_col-sm-4{
    width: 25%!important;
}
.caro-posts .vc_btn3-container.vc_btn3-left{
    text-align: right;
}
.caro-posts .vc_gitem-is-link{
    height: 260px;
    border-radius: 16px;
}
.title-post h4{
    font-size: 2.2rem;
    font-weight: 700;
    min-height: 160px;
    margin-bottom: 0px!important;
    color: var(--white);
/*    background-color: aquamarine;*/
}
.title-post h4 a{
    text-decoration: none!important;
}
.title-post .vc_custom_heading{
    margin-bottom: 0px;
}
.title-post .vc_gitem-post-data{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--txt-dark);
}
.caro-post .vc_btn3{
    width: 56px!important;
    height: 56px!important;
/*    transform: translate(0, -50%);*/
    border-radius: 16px;
    background: url(img/icon/arrow_brown-01b.png) center center no-repeat;
    background-size: contain;
    background-color: rgba(199, 188, 169, 0.9)!important;
/*    color: rgba(199, 188, 169, 0.79);*/
}

/*------------------------------------*\
    SCHEDULE HOME
\*------------------------------------*/
.schedule-box{
    padding-top: 80px;
}

/*------------------------------------*\
    POST
\*------------------------------------*/
.ast-post-social-sharing{
    align-items: center!important;
}
.single-post .primary{
    margin: 0!important;
}
.single-post h1,
.single-post h3{
    text-align: center;
}
.single-post h1{
    font-size: 3.2rem!important;
    line-height: 1.5em;
}
.single-post h3{
    font-size: 2.4rem;
    line-height: 1.5em;
}
.single-post p{
    text-align: justify;
}
.reflexion-box{
    padding: 80px;
}
.reflexion-box h4{
    font-size: 3.2rem;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-02);
}
.section-biblio h4{
    font-size: 1.8rem;
    line-height: 1.25em;
    text-align: center;
}
.section-biblio p,
.section-biblio li{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.25em;
    text-align: justify;
}
.section-biblio li a{
    font-weight: 500;
    color: var(--color-02);
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.ast-footer-copyright{
    font-size: 1.6rem!important;
    line-height: 1.25em;
}
.site-footer-section-1 img{
    display: block;
    width: 100%;
    max-width: 480px!important;
}
.site-footer-section-2 h2{
    font-size: 2.4rem;
    line-height: 1.5em;
    color: var(--white);
}
.site-footer-section-2 li,
.site-footer-section-2 li a{
    font-size: 1.8rem;
    line-height: 1.25em;
    margin-bottom: 16px;
    color: var(--color-01);
}
.site-footer-section-2 li a{
    font-weight: 700;
    text-decoration: none!important;
}
.site-footer-section-2 li a:hover{
    color: var(--white);
}
.site-footer-section-2 li strong{
    clear: both;
    display: block;
    font-size: 1.6rem;
    padding-bottom: 8px;
    color: var(--white);
}
.site-footer-section-2 li em{
    font-style: normal!important;
}
.site-below-footer-wrap{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.site-footer-below-section-3.site-footer-section-3 p{
    font-size: 1.4rem!important;
    color: var(--color-03)!important;
}
.site-footer-below-section-2.site-footer-section-2 a,
.site-footer-below-section-3.site-footer-section-3 a{
    font-size: 1.4rem!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    color: var(--color-03)!important;
}


/*------------------------------------*\
    AVISO DE PRIVACIDAD
\*------------------------------------*/
.hero-privacy{
    width: 100%;
    min-height: 480px;
    background: url(http://www.delcastillomeza.com/wp-content/uploads/2025/04/hero_privacy-1.jpg) center right no-repeat;
    background-size: contain;
    background-color: var(--black);
}
.box strong,
.box-privacy a{
    font-weight: 700;
    text-decoration: none;
    color: var(--black);
}
.list-privacy{
    padding-top: 40px;
    padding-bottom: 80px;
    padding-right: 80px;
    padding-left: 80px;
}
.list-privacy li{
    padding-bottom: 8px;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*-------------------------------------------------
1. Media Queries to Fix Responsive Layouts
	1.1 Resolution (For Large Seized Desktops 1600x900)
	1.2 Resolution (For Medium Seized Desktops 1440x900)
	1.3 Resolution (For Small Seized Desktops 1280x800)
	1.4 Resolution (For Large Tablets 1024x800)
	1.5 Resolution (For Small Tablets 768x800)
	1.6 Resolution (For Mobile Phones 320x786)

-------------------------------------------*/
/*-------------------------------------------------
===================================================
	1. Media Queries to Fix Responsive Layouts
===================================================
-------------------------------------------------*/

/*-------------------------------------------------
	1.1 Resolution (For Large Seized Desktops 1600x900)
-------------------------------------------------*/
@media (min-width: 1601px) {
    .c90{
        width: 100%!important;
        margin: 0%!important;
    }
}

/*-------------------------------------------------
	1.1 Resolution (For Large Seized Desktops 1600x900)
-------------------------------------------------*/
@media (min-width: 1601px) and (max-width: 1919px) {

}
/*-------------------------------------------------
	1.2 Resolution (For Medium Seized Desktops 1440x900)
-------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1600px) {

}
/*-------------------------------------------------
	1.3 Resolution (For Small Seized Desktops 1280x800)
-------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1440px) {


}
/*-------------------------------------------------
	1.4 Resolution (For Large Tablets 1024x600)
-------------------------------------------------*/
@media (min-width: 1024px) and (max-width: 1200px) {
    
}

/*-------------------------------------------------
	1.5 Resolution (For Small Tablets 768x800)
-------------------------------------------------*/
@media (min-width: 0px) and (max-width: 1024px) {

}

@media (min-width: 768px) and (max-width: 1024px) {

}
@media (min-width: 0px) and (max-width: 767px) {
    body{
        overflow-x: hidden!important;
    }
    .pt40{ padding-top: 20px;}
    .pb40{ padding-bottom: 20px;}

    .pb80{ padding-bottom: 40px;}

    .p40{ padding: 20px 0;}
    .p80{ padding: 40px 0;}
    
    .inner-container{
        width: 90%!important;
        margin: 0 5%!important;
    }
    .ast-primary-header-bar{
        border-bottom-color: rgba(255, 255, 255, 0.2)!important;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link{
        background-color: var(--color-01)!important;
    }
    .site-primary-header-wrap{
        width: 100%!important;
        margin: 0 auto!important;
    }
    header .custom-logo-link img{
        max-width: 240px!important;
        width: 240px!important;
    }
    .menu-link{
        color: var(--white)!important;
    }
    .current_page_item .menu-link{
        color: var(--white)!important;
        background-color: var(--black)!important;
    }
    .ast-nav-menu{
        background-color: var(--black-01)!important;
    }
    .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
        fill: var(--color-02)!important;
    }
    .single-title{
        width: 90%;
        margin: 0 5%;
    }
    .hero-services {
      width: 90% !important;
      margin: 0 5% !important;
    }
    .title-hero h4{
        font-size: 1.8rem;
    }
    .single-benefit{
        width: 90%;
        margin: 0 5%;
        margin-bottom: 16px;
        min-height: 240px;
    }
    .single-benefit p{
        font-size: 1.6rem;
    }
    .row-benefits.pt24{
        padding-top: 0px;
    }
    .row-benefits-inv{
        flex-direction: column-reverse;
/*        background-color: aquamarine;*/
    }
    .box-btn .wpb_wrapper{
        flex-direction: column;
        align-items: center;
    }
    .box-btn .btn:last-of-type{
        margin-left: 0!important;
        margin-top: 16px!important;
    }
    .brands-box .owl-dots{
        display: none!important;
    }
    .phrase-box{
        padding: 24px 0!important;
    }
    .team-left{
        display: flex;
        width: 100%;
        margin: 0%;
        margin-bottom: 40px;
    }
    .team-left-img{
        display: none;
    }
    .team-left h3, .team-left p{
        text-align: center;
    }
    .team-right{
        width: 100%;
        margin: 0%;
    }
    .caro-team{
        left: 0%;
        transform: translate(0, 0);
    }
    .data-single-profile{
        padding: 32px;
    }
    .data-single-profile p{
        font-size: 1.5rem;
        text-align: center;
    }
    .schedule-left{
        padding-right: 0;
    }
    .title-blog h4,
    .schedule-left h2{
        font-size: 3.2rem;
        text-align: center;
        margin-bottom: 40px;
    }
    .caro-posts .title-post{
        width: 100%!important;
    }
    .title-post h4,
    .title-post .vc_gitem-post-data div{
        text-align: center!important;
    }
    .caro-posts .vc_btn3-container.vc_btn3-left{
        display: none;
    }
    .element-top.flex-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .element-top .element-input{
        width: 100%;
    }
    .site-footer-section-1 img{
        max-width: 280px!important;
        margin: 0 auto!important;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section{
        width: 80%!important;
        margin: 0 10%!important;
        margin-top: 40px!important;
    }
    .widget-title,
    .site-footer-section-2 li{
        text-align: center!important;
    }
    .site-below-footer-wrap{
        padding-top: 16px!important;
        padding-bottom: 16px!important;
    }
    .ast-footer-copyright p{
        border-bottom: 1px solid var(--color-01);
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .ast-footer-copyright p{
        text-align: center!important;
    }
}