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


/*------------------------------------*\
    COLOR THEME
\*------------------------------------*/
:root{
    --black: #1C1C1E;
    --black-01: #84292E;
    --black-02: #4C2DA2;
    --black-03: #C77B19;
    --white: #FFFFFF;
    
    --color-01: #03C4CB;
    --color-02: #FB683D;
    --color-03: #FFFECF;
    
    --gold: #C77B19;
    --gold-01: #F25922;
    
    --red: #863DFF;
    --orange: #fa8231;
    
    
    --blue: #013369;
    --blue-01: #011E3E;
    --blue-02: #74b9ff;
    
    --green: #5fb236;
    --green-light: #73FADB;
    
    --txt-dark: #dbf5fe;
    --txt-light: #3D3F4A;
}

/*------------------------------------*\
    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: 0px!important;}
.pb0{ padding-bottom: 0px!important;}

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

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

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

.c70{
    width: 70%!important;
    margin-left: 15%!important;
    margin-right: 15%!important;
}
.c80{
    width: 80%!important;
    margin-left: 10%!important;
    margin-right: 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-primary-header{
    padding: 8px 0!important;
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, 0.7)!important;
/*    background-color: rgba(16, 82, 120, 0.8)!important;*/
}
.menu-link{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black)!important;
/*    color: #1A1A1A!important;*/
}
.ast-sticky-active{
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, 0.98)!important;
/*    background-color: rgba(16, 82, 120, 0.98)!important;*/
}

.current_page_item .menu-link,
.site-header .menu-text:hover{ 
/*    color: var(--gold)!important;*/
    color: var(--black)!important;
}

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

.home .entry-header{
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.main-header-bar{
    border-bottom-width: 1px!important;
    border-bottom-style: solid!important;
    border-bottom-color: rgba(255, 255, 255, 0.9)!important;
}
.ast-site-identity{
    padding: 8px 0!important;
}
.ast-above-header-bar{
    background-color: var(--blue)!important;
    border-bottom: none!important;
}
.ast-above-header-bar .site-above-header-wrap{
    min-height: 18px!important;
    padding-top: 4px!important;
    padding-bottom: 4px!important;
}
.site-header-above-section-right p{
    font-size: 16px;
    line-height: 1.25em;
    margin-bottom: 0!important;
    color: var(--blue-02);
}
.site-header-above-section-right p strong{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0!important;
    color: var(--white);
}
.ast-above-header-bar{
    background-color: var(--black-01)!important;
}
.contact-top{
    
}
.contact-top a{
    font-size: 18px;
    font-weight: 700;
    line-height: 18px!important;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    color: var(--white);
    border-radius: 32px;
    background-color: var(--black-01);
}
.contact-top a img{
    width: 100%;
    max-width: 24px!important;
    margin-right: 4px;
}
.btn a{
    font-size: 18px!important;
    font-weight: 700!important;
    line-height: 18px!important;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border: none!important;
    text-decoration: none!important;
    color: var(--white)!important;
    border-radius: 32px!important;
    background-color: var(--black-01)!important;
}
.hide{
    display: none!important;
}


/*------------------------------------*\
    HERO
\*------------------------------------*/
.hero-box{
    z-index: 10!important;
}
/*
.hero-box{
    background: url(img/hero/hero_g.png) center bottom no-repeat;
    background-color: var(--white);
    background-size: contain;
}
.hero-box-01{
    background: url(img/hero/hero_globo_01.png) center bottom no-repeat;
    background-color: var(--white);
    background-size: contain;
}
.hero-box .vc_column-inner{
    height: calc(100vh - 120px);
}
.hero-left .wpb_wrapper{
    padding-bottom: 140px;
}
.hero-left .wpb_wrapper .wpb_wrapper{
    padding-bottom: 0;
}
*/
.hero-left h2,
.hero-left p{
    text-align: center;
}
.hero-left h2{
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25em;
    letter-spacing: 1px;
    color: var(--gold);
}
.hero-left h2 strong{
    clear: both;
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--black);
}
.hero-left p{
    font-size: 18px;
    line-height: 1.75em;
    color: var(--black);
}
.hero-left p:last-of-type{
    margin-bottom: 32px!important;
}
.hero-event p{
    color: var(--txt-dark);
}
.btn-hero{
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
.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(--white)!important;
/*    background: linear-gradient(60deg, #0984e3, #74b9ff)!important;*/
    background: var(--gold)!important;
}
.btn-hero a::after{
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-left: 24px;
    background: url(img/icon/star-01.png) center center no-repeat!important;
    background-size: 100%!important;
    background-color: var(--white)!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;
}


/*------------------------------------*\
    FORM SINGLE PAGE
\*------------------------------------*/
.form-box{
    position: relative;
    z-index: 99!important;
}
.form-box-inner{
    padding: 56px 80px 0 80px;
    margin-top: -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);*/
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.9);
}
.form-single-page{
    width: 80%;
    margin-left: 10%;
}
.info-form h4{
    font-size: 36px;
    font-weight: 300;
    line-height: 1.5em;
}
.info-form h4 strong{
    font-weight: 700;
}
.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-top .element-input{
    width: 48%;
}
.element-bottom .element-input{
    width: 30%;
}
.element-top textarea{
    height: 96px;
    resize: none;
}
.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(--white);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
/*    background: linear-gradient(60deg, #ca2430, #fa8231)!important;*/
    background: var(--gold)!important;
}


/*------------------------------------*\
    ABOUT HOME
\*------------------------------------*/
.about-box{
    padding-top: 40px;
    padding-bottom: 40px;
}
.about-box.about-box-top{
    padding-top: 80px!important;
    padding-bottom: 0px!important;
}
.about-left .wpb_wrapper .wpb_wrapper{
    width: 100%;
    margin: 0;
}
.about-left p{
    text-align: left;
}
.about-left h2, .about-left h3, .about-left-title p{
    text-align: center;
}
.about-left h2{
    font-size: 32px;
    font-weight: 300!important;
    line-height: 1.25em;
    margin-bottom: 40px;
    color:var(--black);
}
.about-left h2 strong{
    clear: both;
    display: block;
    font-weight: 700!important;
}
.about-left p{
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 16px;
    color: var(--txt-light);
}
.about-left p strong{
    color: var(--black);
}
.about-left ul li{
    margin-bottom: 16px;
    color: var(--white);
}
.about-left ul li strong{
    clear: both;
    display: block;
    font-size: 24px;
    line-height: 1.25em;
    margin-bottom: 8px;
    color: var(--white);
}
.about-left-accordion .vc_tta-panel{
    margin-top: 24px;
}
.about-left-list ul{
    padding-top: 24px!important;
    padding-bottom: 24px!important;
}
.about-left-accordion ul li strong,
.about-left-list ul li strong{
    clear: inherit;
    display: inline;
}
.about-left-accordion ul li,
.about-left-accordion ul li strong,
.about-left-list ul li,
.about-left-list ul li strong{
    font-size: 16px;
    line-height: 1.25em;
}
.about-left-bottom{
    padding-top: 40px;
    padding-bottom: 120px;
}
.about-left-bottom .wpb_wrapper{
    display: inline-flex;
    align-items: center;
}
.about-left-bottom h3{
    width: calc(100% - 114px);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25em;
}
.about-left-bottom h3 strong{
    font-weight: 700;
}
.about-left-bottom img{
    border-radius: 50%;
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: top;
/*    margin-right: 24px;*/
}
.about-left-bottom p{
    position: relative;
}
.about-left-bottom p::after{
    position: absolute;
    bottom: -8px;
    right: -8px;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: url(img/icon/camera_icon_01.png) center center no-repeat;
    background-size: contain;
    background-color: var(--red);
}
.about-right img{
    display: block!important;
    width: 100%!important;
}

.about-left h3{
    color: var(--red);
    padding-top: 80px;
}
.about-left h3 strong{
    clear: both;
    display: block;
    font-size: 40px;
    line-height: 1.25em;
    color: var(--black);
}

.about-left-inv{ order: 2!important;}
.about-right-inv{ order: 1!important;}

.about-right img{
    width: 90%;
    margin-left: 10%;
}
.about-right-inv img{
    width: 90%!important;
    margin-right: 10%!important;
    margin-left: 0!important;
}
.why-section-top{
    padding-top: 80px!important;
    padding-bottom: 0px!important;
}
.why-section-top.p0{
    padding-top: 0px!important;
}
.why-section .about-left h2{
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25em;
    margin-bottom: 40px!important;
    text-align: left;
    color: var(--white);
}
.img-w100{
    margin-bottom: 0px!important;
}
.img-w80{
    display: block;
    width: 100%;
    max-width: 90%;
    margin-left: 10%;
}
.bg-red{
    background-color: var(--red)!important;
}
.bg-green{
    background-color: var(--color-02)!important;
}
.bg-dark{
    background-color: var(--black-01)!important;
}
.bg-dark.bg-dark-light{
    background-color: var(--black-03)!important;
}
.bg-dark .about-left{
    padding-top: 40px!important;
}
.bg-dark .about-left h2{
    color: var(--color-03)!important;
}
.bg-light .about-left h2{
    color: var(--gold)!important;
}
.bg-dark .about-left h2 strong,
.bg-light .about-left h2 strong{
    clear: both;
    display: block;
    color: var(--black)!important;
}
.bg-light .about-left h2 strong{
    color: var(--black)!important;
}
.bg-dark .about-left h2 strong{
    color: var(--white)!important;
}
.bg-dark .about-left p{
    letter-spacing: 1px;
}
.bg-dark .about-left p,
.bg-dark .about-left ul li{
    text-align: left!important;
    color: var(--txt-dark)!important;
}
.bg-dark .about-left p strong,
.bg-dark .about-left ul li strong{
    color: var(--white)!important;
}
.bg-dark .about-left p strong{
    color: var(--color-03)!important;
}
.bg-dark .about-left p:last-of-type,
.bg-light .about-left ul li:last-of-type,
.bg-dark .about-left ul li:last-of-type{
/*    padding-bottom: 40px;*/
}
.bg-dark .about-left h3{
    text-align: left!important;
    padding-top: 16px!important;
    color: var(--color-02)!important;
}
.bg-light h2{
    color: var(--black)!important;
}
.bg-light .about-left ul li{
    color: var(--txt-light)!important;
}
.bg-light .about-left ul li strong{
    color: var(--gold)!important;
}
.bg-green h4, .bg-green p{
    color: var(--color-01)!important; 
}
.bg-green p{
    letter-spacing: 1px;
}
.about-left.about-left-list ul li{
    font-size: 18px!important;
    letter-spacing: 1px!important;
    color: var(--color-03)!important;
}

/*------------------------------------*\
    PROPERTIES 
\*------------------------------------*/
.section-overflow{
    overflow: hidden!important;
}
.caro-section{
    padding-top: 40px!important;
}
.caro-section.caro-event{
    background: url(img/bg/bg_07.jpg) top center no-repeat;
    background-size: cover;
}
.caro-section.caro-services{
    background: url(img/bg/bg_services.jpg) top center no-repeat;
    background-size: cover;
}
.caro-section.caro-testimonial{
    background: url(img/bg/bg_testimonial_c.jpg) top center no-repeat;
    background-size: cover;
}
.caro-section .title-single h2{
    font-weight: 400!important;
    color: var(--gold)!important;
}
.bg-dark.caro-section .title-single h2{
    color: var(--color-03)!important;
}
.caro-section .title-single h2 strong{
    clear: both;
    display: block;
    font-weight: 700!important;
    padding-bottom: 24px!important;
    color: var(--black)!important;
}
.bg-dark.caro-section .title-single h2 strong{
    color: var(--white)!important;
}
.caro-section .title-single h2{
    margin-bottom: 24px!important;
}
.caro-section .title-single-center h2{
    text-align: center!important;
}
.caro-section .title-single-center p{
    font-weight: 400!important;
    text-align: center!important;
}
.bg-dark.caro-section h4{
    font-size: 16px!important;
    line-height: 1.25em;
    text-align: center;
    color: var(--color-03)!important;
}
.bg-dark.caro-section h4 strong{
    clear: both;
    display: block;
    font-size: 24px!important;
    line-height: 1.5em;
    color: var(--white)!important;
}
.bg-dark.caro-section p{
    letter-spacing: 1px;
    color: var(--txt-dark)!important;
}
.bg-dark.caro-section.caro-testimonial p{
    font-size: 18px!important;
    font-weight: 500!important;
    line-height: 1.5em;
}
.bg-dark.caro-section p strong{
    color: var(--color-03)!important;
}
.caro-properties{
    margin-top: 80px;
}
.single-item{
/*    border-right: 1px solid rgba(255, 255, 255, 0.1);*/
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-left: 1px solid rgba(255, 255, 255, 0.03);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background-color: rgba(31, 2, 62, 0.4);
/*    color: rgba(31, 2, 62, 0.56);*/
}
.info-single-item{
    padding: 16px 32px;
/*    min-height: 180px;*/
}
.info-single-item h3{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.bg-dark.caro-section .info-single-item h3{
    color: var(--white)!important;
}
.info-single-item h3 em{
    display: block;
    clear: both;
    font-style: normal;
}
.info-single-item p{
    text-align: center;
    color: var(--black)!important;
}

.simple-title h3{
    padding-top: 15px;
    padding-bottom: 15px;
}

.caro-brands h4{
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    color: var(--color-02)!important;
}
.caro-brands h4 strong{
    clear: both;
    display: block;
    font-size: 32px;
    color: var(--black)!important;
    padding-bottom: 16px!important;
}
.img-item{
}

.caro-item-01,
.caro-item-02,
.caro-item-03,
.caro-item-04,
.caro-item-05{
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 24px;
    min-height: 440px;
}
.caro-cookies .caro-item-01,
.caro-cookies .caro-item-02,
.caro-cookies .caro-item-03,
.caro-cookies .caro-item-04,
.caro-cookies .caro-item-05{
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 24px;
    min-height: 340px;
}
.bg-light-01,
.caro-item-01{
    background-color: #F2C6C7;
}
.bg-light-02,
.caro-item-02{
    background-color: #F7D4C4;
}
.bg-light-03,
.caro-item-03{
    background-color: #EADCD2;
}
.bg-light-04,
.caro-item-04{
    background-color: #D9E2D0;
}
.bg-light-05,
.caro-item-05{
    background-color: #D9CEDF;
}
.bg-light.bg-light-01,
.bg-light.bg-light-02,
.bg-light.bg-light-03,
.bg-light.bg-light-04,
.bg-light.bg-light-05{
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}
.bg-light.bg-light-01 .about-left ul li strong,
.bg-light.bg-light-02 .about-left ul li strong,
.bg-light.bg-light-03 .about-left ul li strong,
.bg-light.bg-light-04 .about-left ul li strong,
.bg-light.bg-light-05 .about-left ul li strong{
/*    color: var(--white)!important;*/
    color: var(--black-01)!important;
}
.bg-light.bg-light-01 .about-left h2,
.bg-light.bg-light-02 .about-left h2,
.bg-light.bg-light-03 .about-left h2,
.bg-light.bg-light-04 .about-left h2,
.bg-light.bg-light-05 .about-left h2{
/*    color: var(--white)!important;*/
    color: var(--black-01)!important;
}



/*------------------------------------*\
    BENEFITS HOME
\*------------------------------------*/
.benefits-box{
    padding-top: 120px;
}
.benefits-left .wpb_wrapper{
    width: 90%;
    margin-right: 10%!important;
}
.benefits-left .wpb_wrapper .wpb_wrapper{
    width: 100%;
    margin: 0!important;
}
.benefits-left h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--red);
}
.benefits-left h2 strong{
    clear: both;
    display: block;
    font-size: 48px;
    line-height: 1.25em;
    margin-bottom: 40px;
    color: var(--black);
}
.benefits-left ul li{
    font-weight: 700;
    color: var(--red);
    margin-bottom: 16px;
}
.benefits-box-inv .benefits-left .wpb_wrapper{
    width: 90%;
    margin-left: 10%!important;
    margin-right: 0%!important;
}
.benefits-box-inv .benefits-left .wpb_wrapper .wpb_wrapper{
    width: 100%;
    margin: 0%!important;
}
.benefits-box-inv .benefits-left{ order: 2!important;}
.benefits-box-inv .benefits-right{ order: 1!important;}


/*------------------------------------*\
    PANEL ACORDION
\*------------------------------------*/
.bg-dark .about-left .vc_tta-panel-heading{
/*    background-color: var(--black)!important;*/
    background-color: #D6CFCB!important;
}
.bg-dark .about-left .vc_tta-panel-title a{
/*    color: var(--white)!important;*/
    color: var(--black-01)!important;
}
.bg-dark .about-left .vc_tta-controls-icon::before, .bg-dark .about-left .vc_tta-controls-icon::after{
/*    border-color: var(--color-03)!important;*/
    border-color: var(--black-01)!important;
}
.bg-dark .about-left .vc_tta-panel-body{
    padding: 32px!important;
/*    background-color: var(--white)!important;*/
    background-color: var(--white)!important;
}
.bg-dark .about-left .vc_tta-panel-body p{
    text-align: left;
/*    color: var(--txt-light)!important;*/
    color: var(--black)!important;
}
.bg-dark .about-left .vc_tta-panel-body li strong{
    color: var(--black)!important;
}
.bg-dark .about-left .vc_tta-panel-body li{
    color: var(--txt-light)!important;
}
.bg-dark .about-left .vc_tta-panel-body p strong{
    color: var(--white)!important;
}
.bg-dark .about-left .vc_tta-panel-heading,
.bg-dark .about-left .vc_tta-panel-body{
    border: 1px solid var(--black-01)!important;
}

.bg-dark.services-section p{
    text-align: center!important;
}
.bg-light .about-left .vc_tta-panel-heading,
.bg-light .about-left .vc_tta-panel-body{
    border: none!important;
}
.bg-light .about-left .vc_tta-panel-heading{
    background-color: var(--gold)!important;
    margin-top: 40px;
}
.bg-light .about-left .vc_tta-panel-title a{
    color: var(--white)!important;
}
.bg-light .about-left .vc_tta-controls-icon::before, .bg-light .about-left .vc_tta-controls-icon::after{
    border-color: var(--white)!important;
}
.bg-light .about-left .vc_tta-panel-body{
    padding: 32px!important;
/*    background-color: var(--white)!important;*/
    background-color: var(--white)!important;
    border-left: 1px solid #dfe4ea!important;
    border-right: 1px solid #dfe4ea!important;
}
.bg-light .about-left .vc_tta-panel-body:last-child{
    border-bottom: 1px solid #dfe4ea!important;
}
.bg-light .about-left .vc_tta-panel-body p{
    text-align: left;
/*    color: var(--txt-light)!important;*/
    color: var(--black)!important;
}
.bg-light .about-left .vc_tta-panel-body li strong{
    color: var(--black)!important;
}
.bg-light .about-left .vc_tta-panel-body li{
    color: var(--txt-light)!important;
}
.bg-light .about-left .vc_tta-panel-body p strong{
    color: var(--white)!important;
}
.bg-light .img-bar{
    position: relative;
}
.bg-light .img-bar::after{
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    width: 8px;
    height: 90%;
    background-color: var(--gold);
}


/*------------------------------------*\
    MAP
\*------------------------------------*/
.site-above-footer-wrap, .site-above-footer-wrap .custom-html-widget{
    margin: 0!important;
    padding: 0!important;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row{
    padding-left: 0!important;
    padding-right: 0!important;
}
.box-map{
/*    background-color: aquamarine;*/
}
.map{
    width: 100%!important;
    height: 480px!important;
}


/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/
.single-post .entry-title{
    text-align: center;
}
.single-post .entry-meta{
    display: none;
}
.single-post .ast-post-social-sharing{
    align-items: center!important;
    margin-bottom: 40px;
}
.single-post h2,
.single-post h3,
.single-post h4,
.single-post p{
    text-align: center;
}
.single-post.bg-dark h2,
.single-post.bg-dark h3,
.single-post.bg-dark p{
    text-align: left;
}
.single-post.bg-dark h2,
.single-post.bg-dark h4{
    margin-bottom: 16px!important;
    color: var(--white);
}
.single-post.bg-dark h2{
    color: var(--color-03)!important;
}
.single-post.bg-dark h2 strong{
    color: var(--white)!important;
}
.single-post h2{
    font-weight: 300!important;
    margin-bottom: 40px;
    color: var(--color-01);
}
.single-post h2 strong{
    clear: both;
    display: block;
    font-weight: 700!important;
    color: var(--black);
}
.single-post.bg-dark h2 strong{
    color: var(--white);
}
.single-post h3{
    color: var(--black-01);
}
.single-post.bg-dark h3{
    color: var(--color-02);
}
.single-post.bg-red h4{
    font-size: 32px;
}
.single-post.bg-dark ul{
    margin: 24px 0!important;
}
.single-post.bg-dark ul li{
    font-weight: 700;
    color: var(--white);
/*    color: var(--color-01);*/
}
.single-post.bg-dark p{
    color: #f1f2f6;
}
.single-post.bg-dark p strong{
    font-weight: 700;
    color: var(--white);
}
.single-post-img img{
    display: block;
    width: 80%;
}
.single-post-img.single-post-img-right img{
    margin-left: 20%!important;
}
.single-post-img.single-post-img-right img{
    margin-right: 20%!important;
}
.single-post-info ul{ 
    width: 60%;
    margin: 0 20%;
    padding: 24px 0 40px 0;
}
.posted-on{
    text-transform: uppercase!important;
}
.entry-meta{
/*    color: var(--red)!important;*/
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
.section-center h2,
.section-center h3,
.section-center p{
    text-align: center!important;
}

.bg-dark .about-left.about-left-post h3,
.bg-dark .about-left.about-left-post p{
    text-align: center!important;
}
.bg-dark .about-left.about-left-post{
    padding-left: 40px!important;
    padding-right: 40px!important;
}
.bg-dark .about-left.about-left-post h3{
    color: var(--color-03)!important;
}
.bg-dark .about-left.about-left-post h3 strong{
    color: var(--white)!important;
}


/*------------------------------------*\
    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) {
    .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;
/*        background-color: aquamarine;*/
    }
    
    .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(--black-01)!important;
    }
    .menu-link{
        color: var(--white)!important;
    }
    .current_page_item .menu-link{
/*        color: var(--color-02)!important;*/
        color: var(--white)!important;
        background-color: var(--black)!important;
    }
    .site-header-section > div:last-child{
        padding-right: 8px!important;
    }
    .ast-nav-menu{
        background-color: var(--black-01)!important;
    }
    .menu-toggle{
        background-color: var(--black-01)!important;
    }
    .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
        fill: var(--white)!important;
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link{
        background-color: var(--black)!important;
    }
    .site-logo-img img{
        padding-left: 16px;
    }
    .hero-box .vc_column-inner{
        height: inherit;
    }
    .hero-box{
        background: url(img/hero/hero_mobile_01.jpg) center bottom no-repeat;
        background-color: var(--white);
        background-size: contain;
    }
    .hero-box-01{
        background: url(img/hero/hero_globo_mobile_01.jpg) center bottom no-repeat;
        background-color: var(--white);
        background-size: contain;
    }
    .hero-left .wpb_wrapper{
        width: 100%!important;
        margin: 0%!important;
        padding-top: 80px;
        padding-bottom: 320px;
    }
    .hero-left .wpb_wrapper .wpb_wrapper{
        width: 100%!important;
        margin: 0%!important;
    }
    .hero-left h2, .hero-left p{
        text-align: center;
    }
    .hero-left h2{
        font-size: 24px;
        color: var(--gold);
    }
    .hero-left h2 strong{
        font-size: 32px;
/*        color: var(--white);*/
    }
    .hero-left p{
/*        color: var(--white);*/
    }
    .hero-event h2{
        color: var(--white);
    }
    .hero-event p{
        color: var(--txt-dark);
    }
    .btn-hero{
        position: relative;
        left: 50%;
/*        width: 100%;*/
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    .btn-hero a{
/*
        padding-left: 24px!important;
        padding-right: 24px!important;
*/
    }
    .btn-hero a::after{
        margin-left: 16px!important;
    }
    .btn-hero.btn-hero-right a{
        margin-top: 16px!important;
        margin-left: 0!important;
    }
    .form-box-inner{
        padding: 24px 24px 0 24px;            
    }
    .info-form h4{
        text-align: center;
        font-size: 32px;
    }
    .info-form p{
        text-align: center;
    }
    .form-single-page{
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 24px;
    }
    .form-box-inner{
        margin-top: -40px!important;
    }
    .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;
    }
    .btn-form p input{
        font-size: 14px;
        letter-spacing: 1px;
    }
    .about-left .wpb_wrapper, .brands-box, .benefits-left .wpb_wrapper, .benefits-right{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .about-left h2, .about-left p{
        text-align: center;
    }
    .about-left h2{
        font-size: 24px;
    }
    .about-left h3 strong{
        padding-bottom: 40px;
    }
    .about-left ul{
        list-style: none;
    }
    .about-left ul li{
        text-align: center;
        margin-bottom: 24px;
    }
    .about-left ul li:last-of-type{
        margin-bottom: 0px;
    }
    .bg-dark .about-left h3,
    .bg-dark .about-left p,
    .bg-dark .about-left ul li{
        text-align: center!important;
    }
    .about-box{
        padding-top: 40px!important;
        padding-bottom: 0px!important;
    }
    .about-box.about-box-top{
        padding-top: 40px!important;
        padding-bottom: 0px!important;
    }
    .about-right img{
        width: 100%!important;
        margin-left: 0!important;
    }
    .about-left-inv{ order: 1!important;}
    .about-right-inv{ order: 2!important;}
    .why-section{
        padding-top: 40px!important;
    }
    .why-section h2{
        text-align: center!important;
    }
    .why-section h2 strong{
        clear: both;
        display: block;
    }
    .about-right img,
    .benefits-right img{
        padding-top: 40px;
    }
    .benefits-box{
        padding-top: 40px;
    }
    .benefits-left h2, .benefits-left p{
        text-align: center;
    }
    .benefits-left h2{
        font-size: 24px;
    }
    .benefits-left h2 strong{
        font-size: 28px;
    }
    .benefits-left h3{
        color: var(--red)!important;
    }
    .benefits-right ul{
        width: 90%;
        margin: 0 5%!important;
        padding: 0!important;
    }
    .benefits-box-inv .benefits-left .wpb_wrapper{
        width: 100%;
        margin-left: 0%!important;
        margin-right: 0%!important;
    }
    .benefits-box-inv .benefits-left .wpb_wrapper .wpb_wrapper{
        width: 100%;
        margin: 0%!important;
    }
    .benefits-box-inv .benefits-left{ order: 1!important;}
    .benefits-box-inv .benefits-right{ order: 2!important;}
    
    .single-post.bg-dark h2,
    .single-post.bg-dark h4,
    .single-post.bg-dark p{
        text-align: center;
    }
    .single-post.bg-dark ul{
        list-style: none;
    }
    .single-post.bg-dark ul li{
        position: relative;
        text-align: center;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .single-post.bg-dark ul li:last-of-type{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .single-post.bg-dark ul li::before{
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        content: "";
        width: 80px;
        height: 2px;
        transform: translate(-50%, 0);
        background-color: rgba(255, 255, 255, 0.4);
    }
    .single-post.bg-dark ul li:last-of-type::before{
        display: none;
    }
    .single-post-img{
        margin-top: 40px;
    }
    .single-post-img img{
        display: block;
        width: 100%!important;
    }
    .single-post-img.single-post-img-right img{
        margin-left: 0%!important;
    }
    .single-post-img.single-post-img-right img{
        margin-right: 0%!important;
    }
    .post-conclusion.bg-dark{
        padding: 80px 0;
    }
    .post-conclusion.bg-dark p{
        text-align: justify;
    }
    .faq-section h2{
        text-align: center!important;
    }
    .caro-brands{
        padding-bottom: 40px!important;
    }
    .caro-brands h4{
        font-size: 18px;
    }
    .caro-brands h4 strong{
        font-size: 24px;
        line-height: 1.25em!important;
    }
    .map{
        height: 240px!important;
    }
    .img-w80{
        display: block;
        width: 100%;
        max-width: 100%;
        margin-left: 0%;
    }
    .why-section-top{
        padding-top: 40px!important;
        padding-bottom: 0px!important;
    }
    .contact-top a{
        font-size: 16px;
        line-height: 8px!important;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 16px;
        padding-left: 16px;
        border-radius: 32px;
        background-color: var(--black-01);
    }
    .contact-top a img{
        display: none!important;
        margin-right: 4px!important;
    }
    .about-left ul{
        padding-left: 0px!important;
    }
    .about-left ul li strong{
        font-size: 18px!important;
    }
}