/**
Theme Name: Lionne
Author: Daniel Meza
Author URI: https://www.lionzeven.com/
Description: Diseño exclusivo para Lionne Edecanes
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: lionne
Template: astra
*/


/*------------------------------------*\
    COLOR THEME
\*------------------------------------*/
:root{
    --black: #000000;
    --black-01: #101010;
    --white: #FFFFFF;
    --gold: #EBCB7C;
    --gold-dark: #BF8E36;
    --blue: #00d2e9;
    --green-light: #73FADB;
/*    --txt-dark: #a4b0be;*/
    --txt-dark: #57606f;
    --txt-light: #dfe4ea;
}

/*------------------------------------*\
    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: 0!important;}
.pt0{ padding-top: 0px!important;}
.pt40{ padding-top: 40px;}
.pl40{ padding-left: 40px;}
.pr40{ padding-right: 40px;}
.pb40{ padding-bottom: 40px;}

.pb0{ padding-bottom: 0px!important;}

.pb80{ padding-bottom: 80px;}

.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{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


/*------------------------------------*\
    GENERALES
\*------------------------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
    margin-top: 0px!important;
}

.ast-button{
    font-size: 12px!important;
    font-weight: 700!important;
    letter-spacing: 2px;
    line-height: 40px!important;
    text-transform: uppercase;
    padding: 0!important;
    padding-left: 40px!important;
    padding-right: 16px!important;
    border: none!important;
    border-radius: 70px!important;
    transition: .4s cubic-bezier(0,0,.3642,1)!important;
    color: var(--black)!important;
    background: linear-gradient(60deg, #00acea, #00efd1)!important;
}

.ast-primary-header{
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
/*
    background-color: rgba(255, 255, 255, 0.8)!important;
    background-color: rgba(0, 16, 26, 0.8)!important;
*/
    background-color: rgba(0, 0, 0, 0.9)!important;
}
.menu-link{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
/*    color: var(--white)!important;*/
}
.ast-sticky-active{
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
/*    background-color: rgba(255, 255, 255, 0.7)!important;*/
    background-color: rgba(13, 13, 15, 0.9)!important;
}
.ast-sticky-active .menu-link{
/*    color: var(--blue)!important;*/
}
.current_page_item .menu-link{ 
/*    color: var(--blue)!important;*/
}
.menu-link{
    color: var(--gold)!important;
}
.sub-menu .menu-link{
    color: var(--white)!important;
    background-color: var(--black)!important;
}
.current-menu-item .menu-link{
    color: var(--white)!important;
}
.sub-menu .current-menu-item .menu-link{
    color: var(--black)!important;
    background-color: var(--gold)!important;
}

.img-w100 img{
    display: block!important;
    width: 100%!important;
}

.wpcf7 form.sent .wpcf7-response-output{
    border-color: var(--gold)!important;
    color: var(--gold)!important;
    text-align: center;
}
.single-post .entry-content{
    text-align: center;
}
.entry-title{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.single-post .entry-content h2{
    font-size: 32px;
    font-weight: 700;
}
.single-post .entry-content h4{
    font-size: 24px;
    font-weight: 700;
    color: var(--gold-dark)!important;
}
.single-post .entry-meta{
    display: none!important;
}
.single-post .ast-post-social-sharing{
    align-items: center!important;
}
.entry-title.ast-blog-single-element{
    font-size: 24px!important;
}
.hide{
    display: none!important;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
.box-btn{
    padding-bottom: 80px;
/*    background-color: aquamarine;*/
}
.box-btn .wpb_wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.btn a{
    font-size: 14px!important;
    font-weight: 700!important;
    text-transform: uppercase;
    text-decoration: none!important;
    padding: 16px 24px!important;
    border: none!important;
    border-radius: 70px!important;
    transition: .4s cubic-bezier(0,0,.3642,1)!important;
    color: var(--black)!important;
/*    background-color: var(--gold)!important;*/
    background: linear-gradient(60deg, var(--gold), var(--gold-dark))!important;
}

/*------------------------------------*\
    HERO
\*------------------------------------*/
.hero-box{
    background: url(img/hero/hero_01b.jpg) left top no-repeat;
    background-size: contain;
    background-color: var(--black);
}
.hero-cancun{
    background: url(img/hero/hero_cancun_06.jpg) left top no-repeat;
    background-size: contain;
    background-color: #c5e0f0;
}
.hero-cdmx{
    background: url(img/hero/hero_cdmx_02.jpg) left top no-repeat;
    background-size: contain;
    background-color: #effbfd;
}
.hero-gdl{
    background: url(img/hero/hero_gdl_01.jpg) left top no-repeat;
    background-size: contain;
    background-color: #d2effd;
}
.hero-qro{
    background: url(img/hero/hero_qro_01.jpg) left top no-repeat;
    background-size: contain;
    background-color: #d8dfe1;
}
.hero-evento{
    background: url(img/hero/hero_evento_01.jpg) left top no-repeat;
    background-size: contain;
    background-color: var(--black);
}
.hero-aaa{
    background: url(img/hero/hero_aaa_01.jpg) left top no-repeat;
    background-size: contain;
    background-color: var(--black);
}
.hero-box .vc_column-inner{
    height: calc(100vh - 160px);
/*    height: 100vh;*/
}
.hero-event .vc_column-inner{
    height: calc(100vh - 320px);
}
.hero-left .wpb_wrapper{
    padding-bottom: 160px;
}
.hero-left .wpb_wrapper .wpb_wrapper{
    padding-bottom: 0;
}
.hero-left h2{
    font-size: 48px;
    line-height: 1.25em;
    letter-spacing: 1px;
    font-weight: 300;
    color: var(--white);
}
.hero-left h2 strong{
    font-weight: 700;
}
.hero-left p{
    font-size: 18px;
    line-height: 1.75em;
    color: var(--white);
}
.hero-left p:last-of-type{
    margin-bottom: 32px!important;
}
.hero-event p{
    color: var(--txt-dark);
}
.btn-hero a{
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    height: 70px!important;
    font-size: 12px!important;
    font-weight: 700!important;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none!important;
    padding: 0!important;
    padding-left: 40px!important;
    padding-right: 16px!important;
    border: none!important;
    border-radius: 70px!important;
    transition: .4s cubic-bezier(0,0,.3642,1)!important;
    color: var(--black)!important;
/*    background: linear-gradient(90deg, #73C2FB, #73ECFA)!important;*/
    background: linear-gradient(60deg, #00acea, #00efd1)!important;
}
.btn-hero a::after{
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-left: 24px;
    background: url(img/icon/btn_arrow_white.png) center center no-repeat!important;
    background-color: var(--black)!important;
}
.btn-hero.btn-hero-right a{
    margin-left: 16px!important;
    color: var(--white)!important;
    background: hsla(0, 0%, 100%, .2)!important;
}
.btn-hero.btn-hero-right a::after{
    background-color: hsla(0, 0%, 100%, .1)!important;
    border: 1px solid #FFFFFF;
}
.hero-form .wpcf7-form{
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.8);
}

/*------------------------------------*\
    FORM SINGLE PAGE
\*------------------------------------*/

.form-box{
    margin-top: -80px!important;
    z-index: 9999999!important;
}
.form-box-inner{
    padding: 56px 80px 0 80px;
    
    border-top: 1px solid rgba(164, 176, 190, 0.2);
    border-right: 1px solid rgba(164, 176, 190, 0.2);
    border-left: 1px solid rgba(164, 176, 190, 0.2);
    border-top-left-radius: 24px!important;
    border-top-right-radius: 24px!important;
/*    background-color: rgba(255, 255, 255, 0.9);*/
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}
rs-module-wrap{
    z-index: 0!important;
}
.form-single-page{
    width: 80%;
    margin-left: 10%;
}
.info-form h4{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.5em;
    color: var(--gold);
}
.info-form h4 strong{
    font-weight: 700;
    color: var(--white);
}
.form-single-page p{
    margin: 0!important;
    padding: 0!important;
}
.element-input input, .element-input select, .element-top textarea{
    border-radius: 16px;
}
.element-input input{
    width: 100%!important;
}
.element-input select{
    width: 100%!important;
}
.element-input label, .element-top label{
    color: var(--gold);
}
.element-top .element-input{
    width: 48%;
}
.element-bottom .element-input{
    width: 30%;
}
.element-top textarea{
    height: 96px;
    resize: none;
}
.element-input input, .element-top textarea{
    margin-top: 8px;
}
.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;
    color: var(--black);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: linear-gradient(60deg, var(--gold), var(--gold-dark))!important;
}


/*------------------------------------*\
    ABOUT HOME
\*------------------------------------*/
.about-box{
    padding-bottom: 80px;
}
.about-box-inner{
    padding: 80px;
    background-color: var(--black-01);
/*    padding-top: 80px;*/
/*
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
*/
}
.bg-black{
    padding: 80px;
/*
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
*/
}
.bg-black-top{
    padding-top: 80px;
    padding-bottom: 0px;
}
.bg-black-center{
    padding-top: 40px;
    padding-bottom: 40px;
}
.bg-black-bottom{
    padding-top: 0px;
    padding-bottom: 80px;
}

.about-left .wpb_wrapper{
    width: 90%;
    margin-right: 10%;
}
.about-left .wpb_wrapper .wpb_wrapper{
    width: 100%;
    margin: 0;
}
.about-left h2{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    margin-bottom: 40px;
    color: var(--gold);
}
.about-left h2 strong{
    clear: both;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--white);
}
.about-left h4{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    color: var(--gold);
}
.about-left p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 16px;
    color: var(--txt-light);
}
.about-left p strong{
    font-weight: 700;
    color: var(--white);
}
.about-left ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 16px;
    color: var(--txt-light);
}
.about-left ul li strong{
    clear: both;
    display: block;
    color: var(--gold);
}
.about-left-inv{
    order: 2!important;
}
.about-left-inv .wpb_wrapper{
    width: 90%;
    margin-left: 10%;
}
.about-right-inv{
    order: 1!important;
}
.about-center h2{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    margin-bottom: 24px;
    color: var(--gold);
}
.about-center h2 strong{
    clear: both;
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--white);
}
.about-center p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 16px;
    color: var(--txt-light);
}
.about-center h2,
.about-center p{
    text-align: center;
}
.about-center ul{
    list-style: none;
    padding-top: 40px;
}
.about-center li{
    position: relative;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: justify;
    padding-bottom: 24px;
    padding-left: 40px;
    color: var(--gold);
}
.about-center li::before{
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 24px;
    height: 24px;
    background: url(img/icon/check_icon.png) center center no-repeat;
    background-size: contain;
}




/*------------------------------------*\
    MODELS HOME
\*------------------------------------*/
.vc_section.models-box{
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
.models-box{
    padding: 120px 0;
    background-color: var(--black-01);
}
.title-right{
    position: relative;
    width: 100%;
/*    margin-bottom: 120px;*/
}
.title-right h3{
    text-align: right;
    font-size: 14px!important;
    line-height: 1.25em;
    letter-spacing: 1px;
    color: var(--txt-dark);
}
.title-right h3 strong{
    clear: both;
    display: block;
}
.title-right h3, .title-right h3 strong{
    font-weight: 500;
}
.title-right::before{
    content: "";
    position: absolute;
    left: calc(100% + 30px);
    top: 10px;
    width: 600px;
    height: 1px;
    background-color: var(--white);
    opacity: 0.2;
}
.model-top-info{
    margin-bottom: 24px;
}
.model-top-info .wpb_wrapper, .model-bottom-info .wpb_wrapper{
    display: flex;
    justify-content: center!important;
    align-items:center;
}
.model-top-info p:first-of-type{
    height: 80px;
    width: 250px;
    margin-right: 32px!important;
    border-radius: 70px;
    overflow: hidden;
}
.model-top-info p:first-of-type img{
    object-fit: cover;
    object-position: top;
}
.model-top-info h4, .model-bottom-info h4{
    font-size: 64px;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    color: var(--white);
}
.model-top-info h4 strong, .model-bottom-info h4 strong{
    font-weight: 700;
}
.model-top-info h4, .model-bottom-info h4, .model-top-info p{
    margin: 0!important;
    padding: 0!important;
}
.model-bottom-info a{
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    height: 70px!important;
    font-size: 12px!important;
    font-weight: 700!important;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none!important;
    margin-left: 32px!important;
    padding: 0!important;
    padding-left: 40px!important;
    padding-right: 16px!important;
    border: none!important;
    border-radius: 70px!important;
    transition: .4s cubic-bezier(0,0,.3642,1)!important;
    color: var(--black)!important;
    background: linear-gradient(60deg, #00acea, #00efd1)!important;
}
.model-bottom-info a::after{
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-left: 24px;
    background: url(img/icon/btn_arrow_white.png) center center no-repeat!important;
    background-color: var(--black)!important;
}
.caro-models{
/*    margin-top: 120px;*/
/*    border-right: 1px solid hsla(0,0%,100%, .1);*/
}
.single-item-model{
    position: relative;
/*
    border-top: 1px solid hsla(0,0%,100%, .1);
    border-left: 1px solid hsla(0,0%,100%, .1);
*/
}
.caro-models img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid var(--gold);
}
.caro-data-model{
    padding: 40px!important;
}
.caro-data-model h3{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 24px;
    color: var(--gold)!important;
}
.caro-data-model.title-double h3{
    line-height: 24px!important;
    padding-bottom: 0px;
}
.caro-data-model p{
    text-align: center;
    color: var(--txt-light)!important;
}
.models-box .slick-prev, .models-box .slick-next{
    border-width: 2px;
    border-color:  hsla(0,0%,100%, .1);
}
.models-box .slick-prev::before, .models-box .slick-next::before{
    border-color:  var(--gold)!important;
}
.caro-title{
    padding-bottom: 80px;
}
.caro-title h4{
    font-size: 40px;
    line-height: 1.25em;
    text-align: center;
    color: var(--gold);
}
.caro-title h4 strong{
    clear: both;
    display: block;
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.25em;
    color: var(--white);
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.site-footer-below-section-1 h2, .site-footer-below-section-3 h2{
    color: var(--gold);
}
.site-footer-below-section-1 p{
    color: var(--white);
}
.footer-whats a{
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
}
.ast-footer-copyright p{
    font-size: 14px;
    text-transform: uppercase;
    color: var(--black);
}
.ast-footer-copyright p strong{
    color: var(--gold);
}

/*------------------------------------*\
    WHATS HOME
\*------------------------------------*/
.what-box{
    background-color: var(--black-01);
}
.what-box h2, .what-box p strong{
    color: var(--white);
} 

.what-box p{
    color: var(--txt-dark);
}


/*------------------------------------*\
    BRANDS HOME
\*------------------------------------*/
.brands-box{
    padding-bottom: 40px;
}

/*------------------------------------*\
    FAQ HOME
\*------------------------------------*/
.faq-box{
    padding: 80px 0!important;
}
.faq-box h2{
    color: var(--gold);
    margin-bottom: 40px!important;
}
.faq-box h2 strong{
    color: var(--white);
}

.faq-box .vc_tta-panel-heading{
    background-color: var(--black)!important;
    border-color: rgba(255, 255, 255, 0.3)!important;
}
.faq-box .vc_tta-panel-heading h4 a{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gold)!important;
}
.faq-box .vc_tta-panel-body{
    padding: 24px!important;
    background-color: var(--black)!important;
    color: var(--txt-dark);
}
.benefits-left .vc_tta-panel-heading h4 a{
    font-size: 20px!important;
}


/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/
.about-single-post{
    width: 80%;
    margin: 0 10%!important;
    padding-top: 180px;
}
.about-single-post h2{
    font-size: 40px;
    text-align: center;
    color: var(--white);
    padding-bottom: 24px!important;
}
.about-single-post p{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.75em;
    text-align: center;
    color: var(--txt-dark);
}
.about-single-post p strong{
    color: var(--white);
}
.img-why-single-box{
    padding-top: 40px;
}
.about-single-post h4{
    font-size: 32px;
    text-align: center;
    line-height: 1.25em;
    padding: 40px 0;
    margin-bottom: 0;
    color: var(--white);
}
.type-event-single-post h4{
    text-align: center;
    color: var(--white);
}
.type-event-single-post p{
    text-transform: none;
}
.post-list-item{
    padding: 16px 0;
}
.separator-single-post{
    padding: 300px 0;
    background: url(img/post/separator_post.jpg) top center no-repeat;
    background-size: cover;
    background-color: #101010;
}
.separator-img-single-post{
    background-color: #101010;
}

/*------------------------------------*\
    FAQ POST
\*------------------------------------*/
.faq-post{
    padding-top: 80px;
}
.faq-post h5{
    font-size: 48px;
    font-weight: 300;
    line-height: 1.25em;
    text-align: center;
    padding-bottom: 40px;
}

/*------------------------------------*\
    MAP
\*------------------------------------*/
.box-map{
    padding-top: 40px;
/*    padding-bottom: 80px;*/
}
.map{
    width: 100%;
    min-height: 400px;
}
.our-box{
    display: flex!important;
}
.row-left{
    
}
.row-left-inv{
    order: 2!important;
}
.row-right-inv{
    order: 1!important;
}
/*------------------------------------*\
    SECTION WHITE
\*------------------------------------*/
.bg-white{
    padding: 80px 0;
    background-color: #FFFFFF!important;
}
.bg-white-top{
    padding-top: 80px;
    padding-bottom: 0px;
}
.bg-white h2{
/*    text-align: left;*/
    color: var(--gold-dark);
}
.bg-white h2 strong{
    color: var(--black-01);
}
.bg-white p{
    text-align: justify;
    color: var(--txt-dark);
}
.bg-white-center h2,
.bg-white-center p{
    text-align: center;
}
.img-container{
    position: relative;
}
.img-base{
    object-fit: cover;
}
.img-thumb-sm{
    position: absolute;
    top: 0;
    left: 6px;
    padding: 0 20px 20px 0;
    border-radius: 0 0 50px 0;
    background-color: var(--black-01);
}
.img-thumb-sm::before{
    content: "";
    position: absolute;
    top: 0px;
    right: -60px;
    width: 60px;
    height: 60px;
    -webkit-transform: scale(-1) rotate(90deg);
    transform: scale(-1) rotate(90deg);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='%23101010' /%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}
.img-thumb-sm::after{
    content: "";
    position: absolute;
    bottom: -59px;
    left: 0px;
    width: 60px;
    height: 60px;
    -webkit-transform: scale(-1) rotate(90deg);
    transform: scale(-1) rotate(90deg);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='%23101010' /%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-white .img-thumb-sm{
    background-color: var(--white);
}
.bg-white .img-thumb-sm::before{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
}
.bg-white .img-thumb-sm::after{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
}
.img-base img,
.img-thumb-sm img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 70px;
}
.img-thumb-sm img{
    width: 95px;
    height: 115px;
}
.type-model{
    padding-bottom: 40px;
}
.type-model h3{
    position: relative;
    font-size: 24px;
    line-height: 1.5em;
    text-align: left;
    padding-left: 40px;
    color: var(--gold);
}
.type-model h3:after{
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    width: 24px;
    height: 24px;
    background: url(img/icon/check_icon.png) center center no-repeat;
    background-size: contain;
}
.type-model-large h3{
    font-size: 18px;
    padding-bottom: 8px;
}


.models-box.bg-white p{
    text-align: center;
}
.models-box.bg-white h3{
    color: var(--gold-dark);
}
.models-box.bg-white h3:after{
    background: url(img/icon/check_dark_icon.png) center center no-repeat;
    background-size: contain;
}


/*------------------------------------*\
    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) {
    .hero-event .vc_column-inner{
        height: calc(100vh - 80px);
    }
    .c80{
/*        background-color: aquamarine;*/
    }
}
/*-------------------------------------------------
	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) {
    .c80{
        width: 100%!important;
        margin: 0!important;
    }
    .pr40{ padding-right: 0px;}
    .pb40{ padding-bottom: 0px;}
    .ast-primary-header-bar{
        border-bottom-color: rgba(255, 255, 255, 0.2)!important;
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link{
        background-color: var(--black)!important;
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle{
        color: var(--gold);
    }
    .hero-box .vc_column-inner{
        height: inherit!important;
    }
    .hero-box{
        padding-top: 160px;
        padding-bottom: 340px;
        background: url(img/hero/hero_01b_mobile.jpg) left bottom no-repeat;
        background-size: contain;
        background-color: var(--black);
    }
    .hero-cancun{
        background: url(img/hero/hero_cancun_mobile_06.jpg) center bottom no-repeat;
        background-size: contain;
        background-color: #c5e0f0;
    }
    .hero-cdmx{
        background: url(img/hero/hero_cdmx_mobile_02.jpg) center bottom no-repeat;
        background-size: contain;
        background-color: #effbfd;
    }
    .hero-gdl{
        background: url(img/hero/hero_gdl_mobile_01.jpg) center bottom no-repeat;
        background-size: contain;
        background-color: #d2effd;
    }
    .hero-qro{
        background: url(img/hero/hero_qro_mobile_01.jpg) center bottom no-repeat;
        background-size: contain;
        background-color: var(--black);
    }
    .hero-evento{
        background: url(img/hero/hero_evento_mobile_02.jpg) center bottom no-repeat;
        background-size: contain;
        background-color: var(--black);
    }
    .hero-aaa{
        background: url(img/hero/hero_aaa_mobile_01.jpg) center bottom no-repeat;
        background-size: contain;
        background-color: var(--black);
    }
    .hero-form .wpcf7-form{
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 24px;
        padding-right: 24px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: rgba(0, 0, 0, 0.8);
    }
    .menu-link{
        color: var(--white)!important;
    }
    .current_page_item .menu-link{
        color: var(--blue)!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(--gold)!important;
    }
    .form-box-inner{
        padding: 40px 40px 0 40px;            
    }
    .info-form h4{
        text-align: center!important;
        font-size: 24px;
    }
    .form-single-page{
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 24px;
    }
    .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, .element-bottom .element-input{
        width: 98%!important;
    }
    .element-input label, .element-top label {
        text-align: center;
    }
    .btn-form p input{
        font-size: 14px;
        letter-spacing: 1px;
    }
    .about-left .wpb_wrapper, .brands-box, .benefits-left .wpb_wrapper, .benefits-right{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .about-left h2, .about-left p{
        text-align: center;
    }
    .about-left-bottom{
        padding-bottom: 40px;
    }
    .about-left-inv{
        order: 1!important;
    }
    .about-left-inv .wpb_wrapper{
        width: 100%;
        margin-left: 0%;
    }
    .about-right-inv{
        order: 2!important;
    }
    .event-about-right{
        padding-top: 40px;
    }
    .slick-prev, .slick-next{
        z-index: 99;
    }
    .models-box{
        padding: 40px 0 0 0!important;
    }
    .models-box .slick-prev, .models-box .slick-next{
        top: 53%!important;
        border: 1px solid rgba(255, 255, 255, 0.2)!important;
        -webkit-backdrop-filter: blur(7px)!important;
            backdrop-filter: blur(7px)!important;
        background-color: rgba(0, 0, 0, 0.8)!important;
    }
    .slick-prev{
        left: -8px!important;
    }
    
    .slick-next{
        right: -8px!important;
    }
    .caro-data-model h3{
        font-size: 18px!important;
        line-height: 1.25em!important;
    }
    .caro-title h4{
        font-size: 24px;
    }
    .caro-title h4 strong{
        font-size: 32px;
    }
    .img-w100 img{
        display: block!important;
        width: 90%!important;
        margin: 0 5%!important;
    }
    .about-box-inner,
    .our-box,
    .bg-black{
        padding: 40px 16px;
    }
    .about-left h2{
        font-size: 32px;
    }
    .about-left h2 strong{
        font-size: 24px!important;
    }
    .about-left h4{
        text-align: center;
    }
    .about-right{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-footer-below-section-1 h2,
    .site-footer-below-section-3 h2,
    .site-footer-below-section-1 p,
    .footer-whats{
        text-align: center!important;
    }
    
    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link{
        color: var(--black)!important;
        background-color: var(--gold)!important;
    }
    .single-post .entry-content img{
        margin-bottom: 24px;
    }
    .about-center h2 strong{
        font-size: 24px;
        line-height: 1.25em;
    }
    .faq-box{
        padding: 40px 0!important;
    }
    .about-center{
/*        padding-bottom: 40px;*/
    }
    .img-base img,
    .img-thumb-sm img{
        border-radius: 24px;
    }
    .img-thumb-sm{
        padding: 0 16px 16px 0;
        border-radius: 0 0 16px 0;
    }
    .img-thumb-sm::before{
        right: -40px;
        width: 40px;
        height: 40px;
    }
    .img-thumb-sm::after{
        bottom: -39px;
        width: 40px;
        height: 40px;
    }
    .type-model{
        width: 80%!important;
        margin: 0 10%!important;
        padding-bottom: 0px!important;
    }
    .type-model h3{
        font-size: 18px;
        padding-bottom: 8px;
    }
    .bg-white-top{
        padding-top: 40px;
    }
    .row-right-inv {
      order: 2 !important;
    }
    .row-left-inv {
      order: 1 !important;
    }
    .about-left,
    .pbm40,
    .pbm40 h2{
        padding-bottom: 40px;
    }
    .about-center li{
        font-size: 16px;
    }
    .element-map{
        padding: 24px;
    }
    .element-map h2{
        padding-bottom: 24px;
    }
    .ast-nav-menu{
        background-color: aquamarine!important;
    }
    .box-btn{
        padding-top: 40px;
    }
    .box-btn .wpb_wrapper{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}



@media (min-width: 0px) and (max-width: 767px) {
    html .page-layout-3columns .column.main{
        padding: 0!important;
        width: 90%!important;
        margin: 0 5%!important;
    }
    .product-info-main .box-tocart .fieldset .actions .tocart{
        width: 90%!important;
    }
}


