/* -------------- --------------------- */
/* --------------- Fonts -------------- */
/* -------------- --------------------- */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/montserrat/Montserrat-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mongolian Baiti';
    src: url('../fonts/mongolian/MongolianBaiti.woff2') format('woff2'),
        url('../fonts/mongolian/MongolianBaiti.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewYork';
    src: url('../fonts/new-york/NewYork.woff2') format('woff2'),
        url('../fonts/new-york/NewYork.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4{
    font-family: 'Mongolian Baiti';
}

/* -------------- --------------------- */
/* ------------- General -------------- */
/* -------------- --------------------- */

html{
    font-size: 62.5%;
}

body{
    font-style: normal;
    overflow-x: hidden;
    font-family: 'Montserrat';
    font-size: 1.6rem;
    font-weight: 400;
    color: #282828;
    background-color: #fff; 
    margin: 0;
    padding: 0!important;
    top:0!important;
}

input, textarea,button,select{
    font-family: 'Montserrat';
}

/* a:hover{
    color:inherit;
    text-decoration: none;
} */

/* a:hover, a:focus, a:active, button:active,  button:focus, button:active, button:hover,
input:active, input:focus{
    outline:0!important;
    box-shadow:none!important;
} */


/* -------------- --------------------- */
/* ------------- Botones -------------*/
/* -------------- --------------------- */

.button{
    padding: 17px 35px;
    line-height:1;
    font-size: 1.4rem;
    border-radius:0;
    color:#fff;
    transition: all .6s;
    border:1px solid;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media screen and (min-width: 1280px) {
    .button{
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1660px) {
    .button{
        font-size: 12px;
    }
}

.button:focus{
    box-shadow:none;
    outline: 0;
}

.button:active,
.button:focus{
    outline:0;
}

.button:hover{
    color:#fff;
}

.button-primary{
    color:#fff;
    border-color:#1d2228;
    background-color: #1d2228;
}

.button-primary:hover{
    background-color: #a08c69;
    color: #fff;
    border-color:#a08c69;
}

.button-secondary{
    border-color:#a08c69;
    background-color: #a08c69;
}

.button-secondary:hover{
    border-color:#1d2228;
    background-color: #1d2228;
}

.button-secondary-reversed{
    border-color:#a08c69;
    background-color: #a08c69;
}

.button-secondary-reversed:hover{
    background-color: #fff;
    color: #a08c69;
    border-color:#fff;
}

.button-download{
    padding-right: 40px!important;
    background-image:url(../images/icon_download.svg);
    background-position: center right 10px;
    background-size: 20px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1660px) {
    .button-download{
        background-position: center right 17px;
        padding-right: 50px!important;
    }
}

.button-line{
    border-color:#fff;
    background-color: transparent;
}

.button-line:hover{
    color:#fff;
    border-color:#a08c69;
    background-color: #a08c69;
}

/* -------------- --------------------- */
/* ------------- Container -------------*/
/* -------------- --------------------- */

.container{
    /* width: 100%; */
    margin: 0 auto;
    padding: 0 25px;
    /* position: relative;
    z-index: 1; */
}

@media screen and (min-width: 1280px) {
    .container{
        max-width: 1180px;
    }
}

@media screen and (min-width: 1660px) {
    .container{
        max-width: 1660px;
    }
}

/* -------------- --------------------- */
/* --------------- Header --------------*/
/* -------------- --------------------- */

header#header.cm-header{
    background-color: transparent;
    box-shadow: none!important;
    color:#fff;
    display: flex;
    align-items: center;
    position: absolute;
}

@media screen and (min-width: 1280px) {
    header#header.cm-header{
        position: fixed;
    }
}

.activeFixed#header.cm-header{
    background: #fff;
}

header#header.cm-header .cm-content-header{
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding: 0 15px;
}

@media screen and (min-width: 1280px) {
    header#header.cm-header .cm-content-header{
        max-width: 1260px;
        width: 95%;
        padding: 0;
    }
}

@media screen and (min-width: 1660px) {
    header#header.cm-header .cm-content-header{
        max-width: 1725px;
        width: 100%;
    }
}

header#header.cm-header,
header#header.cm-header .cm-content-header{
    height: 95px;
    transition: all 0.6s ease;
}

/* @media screen and (min-width: 1280px) {
    header#header.cm-header,
    header#header.cm-header .cm-content-header{
        height: 115px;
    }
}

@media screen and (min-width: 1660px) {
    header#header.cm-header,
    header#header.cm-header .cm-content-header{
        height: 140px;
    }
} */

body.has-header-intern{
    padding-top: 95px!important;
}

/* @media screen and (min-width: 1280px) {
    body.has-header-intern{
        padding-top: 115px!important;
    }
} */

/* @media screen and (min-width: 1660px) {
    body.has-header-intern{
        padding-top: 140px!important;
    }
} */

.activeFixed#header.cm-header,
.activeFixed#header.cm-header .cm-content-header{
    height: 100px;
}

@media screen and (min-width: 1660px) {
    .activeFixed#header.cm-header,
    .activeFixed#header.cm-header .cm-content-header{
        height: 100px;
    }
}



#header.cm-header .cm-bottom-header .cm-nav-content{
    padding-bottom: 0;
}

@media screen and (min-width: 1280px) {
    #header.cm-header .cm-bottom-header .cm-nav-content{
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 1660px) {
    #header.cm-header .cm-bottom-header .cm-nav-content{
        padding-bottom: 40px;
    }
}

.activeFixed#header.cm-header .cm-bottom-header .cm-nav-content{
    padding-bottom: 10px;
}

@media screen and (min-width: 1660px) {
    .activeFixed#header.cm-header .cm-bottom-header .cm-nav-content{
        padding-bottom: 12px;
    }
}

header#header.cm-header .cm-bottom-header .cm-nav-content nav>ul,
header.hdr nav ul{
    height: 100%;
    margin: 0;
    display: flex;
    flex-flow: column;
    gap: 35px;
}

@media screen and (min-width: 1024px) {
    header#header.cm-header .cm-bottom-header .cm-nav-content nav>ul,
    header.hdr nav ul{
        flex-flow: row;
        align-items: center;
    }
}

@media screen and (min-width: 1660px) {
    header#header.cm-header .cm-bottom-header .cm-nav-content nav>ul,
    header.hdr nav ul{
        gap: 56px;
    }
}

header#header.cm-header .cm-bottom-header .cm-nav-content nav>ul>li,
header.hdr nav ul li{
    padding: 0;
}

header#header.cm-header .cm-bottom-header #menu-primary-menu>li>a,
header.hdr nav ul li a{
    font-size: 1.25rem  !important;
    font-weight:400  !important;
    font-weight: 400;
    color:#fff !important;
    position: relative;
    letter-spacing: 1px;
}

@media screen and (min-width: 1660px) {
    header#header.cm-header .cm-bottom-header #menu-primary-menu>li>a,
    header.hdr nav ul li a{
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    header.hdr nav ul li a{
        color:#000!important;
    }
}

@media screen and (min-width: 1024px) {
    #header.hdr nav ul li:not(:last-child) a{
        padding: 0;
    }
}

.activeFixed#header.cm-header .cm-bottom-header #menu-primary-menu>li>a,
.activeFixed#header.cm-header nav ul li a{
    color: #000 !important;
}

header#header.cm-header .cm-bottom-header #menu-primary-menu>li>a::after,
header.hdr nav ul li a::after{
    display:none;
}

header#header.cm-header .cm-bottom-header #menu-primary-menu>li>a::before,
header.hdr nav ul li a::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}



.activeFixed#header.cm-header .cm-bottom-header #menu-primary-menu>li>a::before,
.activeFixed#header.cm-header nav ul li a::before{
    background-color: #282828;
}

header#header.cm-header .cm-bottom-header #menu-primary-menu>li>a:hover:before,
header.hdr nav ul li a:hover:before{
    width: 100%;
    left: 0;
    right: auto;
}

header#header.cm-header .cm-bottom-header #menu-primary-menu>li.current-menu-item>a::before,
header.hdr nav ul li.current-menu-item>a::before{
    width: 100%;
}

/* header#header.cm-header .cm-bottom-header #menu-primary-menu>li.current-menu-item>a:hover::before{
    width: 0;
    left: auto;
    right: 0;
} */

header#header.cm-header .cm-top-header,
header#header.cm-header .cm-bottom-header{
    padding: 0;
}

header#header.cm-header .cm-top-header{
    background-color: transparent;
    transform: translateY(0);
    position: absolute;
    top: 15px;
    width: 100%;
    right: 0;
    z-index: 99;
}

@media screen and (min-width: 1280px) {
    header#header.cm-header .cm-top-header{
        transform: translateY(15px);
        width: auto;
        top: 0;
    }
}

@media screen and (min-width: 1660px) {
    header#header.cm-header .cm-top-header{
        transform: translateY(18px);
    }
}

@media screen and (min-width: 1280px) {
    header#header.activeFixed .cm-top-header {
        transform: translateY(12px);
    }
    
}
/**/
header#header.cm-header .cm-bottom-header{
    display: flex;
    gap:20px 0;
    align-items: center;   
}

@media screen and (min-width: 1280px) {
    header#header.cm-header .cm-bottom-header{
        align-items: flex-end;    
    }
}

@media screen and (min-width: 1660px) {
    header#header.cm-header .cm-bottom-header{
        gap:25px 0;   
    }
}

header#header.cm-header .cm-contact-header .top_items{
    gap: 28px;
}

header#header .top_items .item{
    width: 100%;
    padding: 0 15px;
}

@media screen and (min-width: 1280px) {
    header#header .top_items .item{
        width: auto;
        padding: 0;
    }
}

header#header .top_items .item:nth-child(1),
header#header .top_items .item:nth-child(2){
    display: none;
}

@media screen and (min-width: 1280px) {
    header#header .top_items .item:nth-child(1),
    header#header .top_items .item:nth-child(2){
        display: block;
    }
}

@media screen and (min-width: 1660px) {
    header#header.cm-header .cm-bottom-header{
        gap:25px 0;   
    }
}


header#header.cm-header .cm-contact-header  .top_items ul a span{
    top:0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}

header#header.cm-header .top_items ul.social-networks{
    gap: 7px;
}

header#header.cm-header .top_items .social-networks a{
    width: 26px;
    height: 26px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.activeFixed#header.cm-header .top_items .social-networks a{
    color: #282828;
    border: 1px solid #282828;
}

header#header.cm-header .top_items ul.links{
    gap: 10px;
    justify-content: flex-end;
    position: relative;
}

@media screen and (min-width: 1280px) {
    header#header.cm-header .top_items ul.links{
        gap: 25px;
        justify-content: flex-start;
    }
    
}

header#header.cm-header .top_items ul.links a{
    gap: 3px;
    color:#fff;
    text-decoration: none;
}

@media screen and (min-width: 1280px) {
    header#header.cm-header .top_items ul.links a{
        gap: 7px;
    }
}

.activeFixed#header.cm-header .top_items ul.links a{
    color: #1d2228;
}

header#header.cm-header .top_items ul.links a span{
    font-size: 1.3rem;
    top:0;
}

@media screen and (min-width: 1660px) {
    header#header.cm-header .top_items ul.links a span{
        font-size: 13px;
    }
}

header#header.cm-header .links a img{
    width: 12px;
    filter: invert(0);
}

@media screen and (min-width: 1660px) {
    header#header.cm-header .links a img{
        width: 12px;
    }
}

.activeFixed#header.cm-header .links a img{
    filter: invert(1);
}

header#header.cm-header .top_items ul.links li.login-site{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    align-items: center;
    gap: 0 7px;
}

@media screen and (min-width: 1280px) {
    header#header.cm-header .top_items ul.links li.login-site{
        position: relative;
        top: 0;
        transform: none;
    }
}

header#header.cm-header .top_items ul.links li.login-site img{
    width: 12px;
}

@media screen and (min-width: 1660px) {
    header#header.cm-header .top_items ul.links li.login-site img{
        width: 12px;
    }
}

.activeFixed#header.cm-header .top_items ul.links li.login-site img{
    filter: invert(1);
}

header#header.cm-header .top_items ul.links li.login-site  #user-options{
    gap: 0;
}

header#header.cm-header .top_items ul.links li.login-site  #user-options li{
    position: relative;
    margin-right: 7px;
    padding-right: 7px;
}

header#header.cm-header .top_items ul.links li.login-site #user-options li:after{
    content:"";
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background-color: #fff;
}

.activeFixed#header.cm-header .top_items ul.links li.login-site #user-options li:after{
    background-color: #1d2228;
}

header#header.cm-header .top_items ul.links li.login-site #user-options li:last-child{
    margin: 0;
    padding: 0;
}

header#header.cm-header .top_items ul.links li.login-site #user-options li:last-child:after{
    display: none;
}

header#header.cm-header .top_items ul.links li.login-site #user-options button{
    background: transparent;
    color: #fff;
    font-size: 1.3rem;
}

@media screen and (min-width: 1660px) {
    header#header.cm-header .top_items ul.links li.login-site #user-options button{
        font-size: 13px;
    }
}

.activeFixed#header.cm-header .top_items ul.links li.login-site #user-options button{
    color: #1d2228;
}

header#header.cm-header .top_items ul.links li.mailf span,
header#header.cm-header .top_items ul.links li.number-site span{
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 5px;
}

header#header.cm-header .top_items ul.links li.mailf span > span:first-child{
    display: block;
}

@media screen and (min-width: 1280px) {
    header#header.cm-header .top_items ul.links li.mailf span > span:first-child{
        display: none;
    }
}

header#header.cm-header .top_items ul.links li.mailf span > span:last-child{
    display: none;
}

@media screen and (min-width: 1280px) {
    header#header.cm-header .top_items ul.links li.mailf span > span:last-child{
        display: block;
    }
}

header#header.cm-header .top_items ul.links li.number-site span > span:first-child{
    display: none;
}

@media screen and (min-width: 1280px) {
    header#header.cm-header .top_items ul.links li.number-site span > span:first-child{
        display: block;
    }
}

header#header.cm-header .cm-logo{
    z-index: 99;
}

@media screen and (min-width: 1280px) {
    header#header.cm-header .cm-logo{
        position: absolute;
        top:50%;
        left: 0;
        transform: translateY(-50%);
    }
}

header#header.cm-header .idx_image_logo{
    margin: 0;
    padding: 0;
    max-width: auto;
}

header#header.cm-header .idx_image_logo img {
    filter: invert(1);
}

@media screen and (min-width: 1280px) {
    header#header.cm-header .idx_image_logo img {
        max-width: 245px;
    }
}

@media screen and (min-width: 1660px) {
    header#header.cm-header .idx_image_logo img {
        max-width: 285px;
    }
}

.activeFixed#header.cm-header .idx_image_logo img{
    filter: invert(0);
    max-width: 200px;
}

.activeFixed#header.cm-header .logo img{
    filter: invert(1);
}

@media (min-width: 1024px){
    header.hdr nav {
        top: 30px;
    }
}

@media (min-width: 1330px){
    .new-login {
        top: 33px;
    }
}


#header.cm-header .clidxboost-btn-link{
    height: 40px;
    min-width: auto;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-left: 32px;
    letter-spacing: 1px;
    font-size: 1.25rem;
    font-weight: 500;
}

@media screen and (min-width: 1280px) {
    #header.cm-header .clidxboost-btn-link{
        display: flex;
    }
}

@media screen and (min-width: 1660px) {
    #header.cm-header .clidxboost-btn-link{
        font-size: 11.66px;
        margin-left: 62px;
        padding: 0 25px;
    }
}

.activeFixed#header.cm-header .clidxboost-btn-link{
    color: #fff;
    border-color: #1d2228;
    background-color: #1d2228;
}

.activeFixed#header.cm-header .clidxboost-btn-link:hover{
    background-color: #a08c69;
    color: #fff;
    border-color: #a08c69;
}

#header.cm-header .clidxboost-btn-link span{
    padding: 0;
}

#header.cm-header  #available-languages{
    font-size: 14px;
    color:#fff;
    font-weight: 400;
}

.activeFixed#header.cm-header #available-languages{
    color: #282828;
}

#header.cm-header #available-languages:after {
    border-top: 7px solid #fff;
}

.activeFixed#header.cm-header #available-languages:after{
    border-top: 7px solid #282828;
}

header#header .languages-list{
    top: calc(100% + 10px);
    z-index: 99;
}

#header.cm-header #cm-responsive-nav span,
#header.cm-header #cm-responsive-nav span:after, 
#header.cm-header #cm-responsive-nav span:before {
    height: 3px;
    background-color: #fff;
}

.activeFixed#header.cm-header #cm-responsive-nav span,
.activeFixed#header.cm-header #cm-responsive-nav span:after, 
.activeFixed#header.cm-header #cm-responsive-nav span:before {
    background-color: #282828;
}

#header.cm-header #cm-responsive-nav span:after, 
#header.cm-header #cm-responsive-nav span:before{
    width: 25px;
    right: 0;
}

header.hdr nav ul li:last-child a:before{
 display: none !important;
}

#header.hdr nav ul li:last-child a{
    border:1px solid #fff !important;
}

.activeFixed#header.cm-header nav ul li:last-child a{
    border:1px solid #000 !important;
}

@media screen and (max-width: 1280px) {
    #header.hdr nav ul li:last-child a{
        padding: 16px 0;
        text-align: center;
        border:1px solid #000 !important;
    }
}

.activeFixed#header.cm-header nav ul li:last-child a{
    color: #fff !important;
    background-color: #000;
}

.activeFixed#header.cm-header nav ul li:last-child a:hover{
    color: #000 !important;
    background-color: #fff;
}

.activeFixed#header.cm-header .new-login .show_modal_login_active>a, 
.activeFixed#header.cm-header .new-login .ms-btn-login{
    color: #000 !important;
}

body.page-id-202 header.hdr:after,
body.page-id-203 header.hdr:after{
    background-color: transparent;
}

/* -------------- --------------------- */
/* --------  Header oscuro--------------*/
/* -------------- --------------------- */

.header-intern#header.activeFixed .logo img{
    filter: invert(0) !important;
}

.header-intern#header.activeFixed nav ul li a{
    color:#fff !important;
}

.header-intern#header.activeFixed nav ul li a::before {
    background-color: #fff !important;
}

.header-intern#header.activeFixed nav ul li:last-child a{
    color: #000 !important;
    background-color: #fff  !important;
    border: 1px solid #fff !important;
}

.header-intern#header.activeFixed nav ul li:last-child a:hover{
    color: #fff !important;
    background-color: #000  !important;
}
/* -------------- --------------------- */
/* ------------- Sections --------------*/
/* -------------- --------------------- */

.section-content{
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1280px) {
    .section-content{
        padding: 5rem 0;
    }
}

.section-plain{
    padding: 0;
}

.section-black{
    background-color: #1d2228;
}

.section-content-block{
    position: relative;
}

.section-inner{
    position: relative;
    z-index: 1;
    width: 100%;
}

.section-title{
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1280px) {
    .section-title{
        margin-bottom: 75px;
    }
}

@media screen and (min-width: 1660px) {
    .section-title{
        margin-bottom: 108px;
    }
}

.section-title h2{
    font-size: 1.5rem;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-family: 'Montserrat';
}

@media screen and (min-width: 580px) {
    .section-title h2{
        font-size: 1.42rem;
        letter-spacing: 18px;
    }
}

@media screen and (min-width: 1660px) {
    .section-title h2{
        font-size: 20px;
    }
}

.section-button{
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-button .button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    min-width: 340px;
    padding: 0 20px;
    font-size: 1.15rem;
}

@media screen and (min-width: 1660px) {
    .section-button .button{
        font-size: 14px;
        height: 65px;
        padding: 0;
        min-width: 435px;
    }
}

/* -------------- --------------------- */
/* --------------Hero --- --------------*/
/* -------------- --------------------- */

.hero{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}



@media screen and (min-width: 1280px) {
    .hero .container{
        max-width: 1100px;
    }
}

@media screen and (min-width: 1660px) {
    .hero .container{
        max-width: 1350px;
    }
}

.hero-inner{
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-color: #1d2228;
}

@media screen and (min-width: 1280px) {
    .hero-bg{
        height: 100%;
    }
}


.hero-bg div{
    height:100%!important;
}

.hero-bg:after,
.hero-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hero-bg:before{
    height: 40%;
    pointer-events: none;
    z-index: 2;
    background-image: url(../images/gradient_hero.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .3;
}

@media screen and (min-width: 1280px){
    .hero-bg:before{
        height: 30%;
        opacity: .7;
    }
}

.hero-bg:after{
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: .2;
}

@media screen and (min-width: 1280px) {
    .hero-bg:after{
        opacity: .25;
    }
}

.hero-bg img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg-inner,.hero-bg-inner picture{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}
.hero-content{
    height:100vh;
    width: 100%;
    position: relative;
}

.hero-content-inner{
    text-align: center;
    color:#fff;
    padding: 0 25px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}

@media screen and (min-width: 1280px) {
    .hero-content-inner{
        padding: 0;
        width: 100%;
        top:56%;
    }
}

@media screen and (min-width: 1660px) {
    .hero-content-inner{
        top:50%;
    }
}

.hero-content-inner span{
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
}

@media screen and (min-width: 580px) {
    .hero-content-inner span{
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1660px) {
    .hero-content-inner span{
        font-size: 18px;
    }
}

.hero-content-inner h1{
    margin-top: 10px;
    font-family: 'Mongolian Baiti';
    font-weight: 300;
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 25%);
}

@media screen and (min-width: 580px) {
    .hero-content-inner h1{
        font-size: 4.8rem;
    }
}

@media screen and (min-width: 1280px) {
    .hero-content-inner h1{
        font-size: 5.8rem;
    }
}

@media screen and (min-width: 1660px) {
    .hero-content-inner h1{
        font-size: 70px;
    }
}

.hero-content-btn{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0 10px;
}

@media screen and (min-width: 1660px) {
    .hero-content-btn{
        gap:0 11px;
    }
}

.hero-content-btn .button{
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    width: calc(50% - 10px);
    text-align: center;
    padding: 0;
    line-height: 1.5;
}

@media screen and (min-width: 580px) {
    .hero-content-btn .button{
        min-width: 240px;
        height: 52px;
        padding: 0;
        width: auto;
        font-size: 1.05rem;
        padding: 0 10px;
    }
}

@media screen and (min-width: 1660px) {
    .hero-content-btn .button{
        font-size: 12px;
        height: 65px;
        width: 283px;
        min-width: auto;
        padding: 0;
    }
}

.hero-content-btn .button::before{
    content:"";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_building.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
}

@media screen and (min-width: 580px) {
    .hero-content-btn .button::before{
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 1660px) {
    .hero-content-btn .button::before{
        margin-right: 10px;
    }
}

.hero-intro{
    width: 100%;
    position: relative;
}

.hero-intro:before{
    content:"";
    position: absolute;
    top:100%;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #1d2228;
    display: none;
}

@media screen and (min-width: 1280px) {
    .hero-intro:before{
        display: block;
    }
}

.hero-intro-inner{
    background-color: #1d2228;
    padding: 40px 0;
    display: flex;
    flex-flow: column;
    gap:20px 0;
    color:#fff;
}

@media screen and (min-width: 580px) {
    .hero-intro-inner{
        padding: 5rem 0;
        
    }
}

@media screen and (min-width: 1280px) {
    .hero-intro-inner{
        flex-flow: row;
        padding: 85px 0;
        padding-bottom: 90px;
        padding-right: 60px;
    }
}

@media screen and (min-width: 1660px) {
    .hero-intro-inner{
        padding-bottom: 90px;
        padding-right: 80px;
    }
}

.hero-intro-inner:after{
    content:"";
    position: absolute;
    top:0;
    left: 0;
    width: 100vh;
    height: 100%;
    right: 100%;
    background-color: #1d2228;
    z-index: -1;
    pointer-events: all;
}

.hero-intro-inner:before{
    content:"";
    position: absolute;
    transform: scale(1.05);
    top:-2vh;
    left: 0;
    width: 105vw;
    height: 560px;
    background-image: url(../images/hero_shape.svg);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    
}

@media screen and (min-width: 580px) {
    .hero-intro-inner:before{
        top:15vh;
        left: 12vh;
        width: 42vw;
        transform: scale(1.4);
    }
}

@media screen and (min-width: 1660px) {
    .hero-intro-inner:before{
        top:12vh;
        left: 15vh;
        width: 42vw;
        transform: scale(1.6);
    }
}

.hero-intro-image{
    flex-shrink: 0;
    width: 100%;
    position: relative;
    z-index: 1;
  
    
}

@media screen and (min-width: 580px) {
    .hero-intro-image{
        width: auto;
        padding-right: 20px;
        
    }
}

@media screen and (min-width: 1280px) {
    .hero-intro-image{
        padding-right: 0px;
    }
}

.hero-intro-image img{
    width: 100px;
    max-width: 100%;
}

@media screen and (min-width: 580px) {
    .hero-intro-image img{
        width: 190px;
    }
}

@media screen and (min-width: 1280px) {
    .hero-intro-image img{
        transform: translate(-30px,-20px);
    }
}

@media screen and (min-width: 1660px) {
    .hero-intro-image img{
       width: 235px;
    }
}

.hero-intro-txt{
    flex-shrink: 0;
}

@media screen and (min-width: 1280px) {
    .hero-intro-txt{
        margin-right: 80px;
    }
}

@media screen and (min-width: 1660px) {
    .hero-intro-txt{
        margin-right: 100px;
    }
}

.hero-intro-txt p{
    line-height: 1.4;
    font-size: 2.2rem;
    color:#a08c69;
    font-family: 'Mongolian Baiti';
}

@media screen and (min-width: 1660px) {
    .hero-intro-txt p{
        font-size: 28px;
    }
}

.hero-intro-txt p br{
    display: none;
}

@media screen and (min-width: 1280px) {
    .hero-intro-txt p br{
        display: block;
    }
    
}

.hero-intro-slides{
    width: 100%;
    max-width: 470px;
    /* padding-left: 100px;
    padding-right: 80px; */
}
.intro-slider{
    width: 100%;
}

.intro-slider-dots{
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-top: 20px;
}

@media screen and (min-width: 1660px) {
    .intro-slider-dots{
        margin-top: 60px;
    }
}

.intro-slider-dots .gs-bullet{
    width: 75px;
    height: 10px;
    padding: 10px 0;
    display: flex;
    text-indent:-9999px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
}

.intro-slider-dots .gs-bullet::before{
    content:"";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #47494f;
    transition: all .3s ease;
}

.intro-slider-dots .gs-bullet.gs-bullet-active::before{
    background-color: #a08c69;
}

.intro-slider-content p{
    font-size: 1.3rem;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 14px;
}

@media screen and (min-width: 1280px) {
    .hero-intro-slider-content p{
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 1660px) {
    .intro-slider-content p{
        font-size: 14px;
    }
}

.intro-slider-content p:last-child{
    margin: 0;
}

.hero-video{
    position: relative;
    z-index: 2;
    padding-bottom: 6rem;
    background-color: #1d2228;
}

@media screen and (min-width: 1280px) {
    .hero-video{
        padding-bottom: 12rem;
        background-color: transparent;
    }
}

@media screen and (min-width: 1660px) {
    .hero-video{
        padding-bottom: 100px;
    }
}

.hero-video-inner{
    background-color: #625f56;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.hero-video-inner video{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 0%;
    transform: scale(1.01);
}

.hero-button{
    display: none;
    margin-top: 40px;
}

@media screen and (min-width: 1280px) {
    .hero-button{
        display: flex;
    }
}

@media screen and (min-width: 1660px) {
    .hero-button{
        margin-top: 85px;
    }
}

/* -------------- --------------------- */
/* ------------- Residences  -----------*/
/* -------------- --------------------- */

#residences{
    background-color: #1d2228;
    padding: 4rem 0;
    padding-bottom: 6rem;
    z-index: 1;
}

@media screen and (min-width: 1280px) {
    #residences{
        padding: 9rem 0;
    }
}

@media screen and (min-width: 1660px) {
    #residences{
        padding: 135px 0;
    }
}

/* #residences:after{
    content:"";
    bottom:-160px;
    left: 0;
    height: 340px;
    width:100%;
    position: absolute;
    z-index: 0;
    background-image: url(../images/gradient-gallery.png);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
} */


#residences .section-title{
    color:#fff;
    margin: 0;
    margin-bottom: 6rem;
}

@media screen and (min-width: 1280px) {
    #residences .section-title{
        margin-bottom: 155px;
    }
}

@media screen and (min-width: 1660px) {
    #residences .section-title{
        margin-bottom: 220px;
    }
}

#residences .container{
    max-width: 1250px;
    padding: 0;
}

@media screen and (min-width: 1280px) {
    #residences .container{
        padding: 0 15px;
    }
}

@media screen and (min-width: 1660px) {
    #residences .container{
       max-width: 1710px;
    }
}


.residences-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}

@media screen and (min-width: 1280px) {
    .residences-bg{
        display: block;
    }
}

.residences-bg:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(29, 34, 40, 0) 0%, #1d2228 100%);
}

.residences-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.residences-inner{
    position: relative;
    display: flex;
    flex-flow: column;
    
}

.residences-box{
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1280px) {
    .residences-box{
        width: 37%;
    }
}

.residences-box-image{
    position: relative;
    width: 100%;
    padding-bottom: 150%;
    object-fit: cover;
    object-position: top;
    background-color: #1d2228;
}

@media screen and (min-width: 580px) {
    .residences-box-image{
        padding-bottom: 120%;
    }
}

@media screen and (min-width: 1280px) {
    .residences-box-image{
        padding-bottom: 150%;
    }
}

@media screen and (min-width: 1660px) {
    .residences-box-image{
        padding-bottom: 144%;
    }
}

.residences-box-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top:0;
    left: 0;
    
}

.residences-button{
    margin-top: 30px;
}

@media screen and (min-width: 1660px) {
    .residences-button{
        margin-top: 40px;
    }
}

.residences-button a.button{
    width: calc(100% - 50px);
    min-width: auto;
    padding: 0;
}

@media screen and (min-width: 1280px) {
    .residences-button a.button{
        width: 100%;
        padding: 0 20px;
    }
}

.residences-tabs{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 25px;
    margin-top: 20px;
}

@media screen and (min-width: 1280px) {
    .residences-tabs{
        flex-flow: row;
        position: absolute;
        top: 0;
        padding: 0;
        margin: 0;
        width: 100%;
    }
}

.residences-tabs-item{
    width: 100%;
    display: none;
}

@media screen and (min-width: 1280px) {
    .residences-tabs-item{
        width: 31.5%;
        display: block;
    }
}

.residences-tabs-item.content--active{
    display: block;
}

.residences-tabs-item:first-of-type .residences-tabs-content{
   transform: translateY(0);
}

@media screen and (min-width: 1280px) {
    .residences-tabs-item:first-of-type .residences-tabs-content{
        transform: translateY(-105px);
     }
}

@media screen and (min-width: 1660px) {
    .residences-tabs-item:first-of-type .residences-tabs-content{
        transform: translateY(-120px);
     }
}

.residences-tabs-item:last-of-type .residences-tabs-content{
    transform: translateY(0);
}

@media screen and (min-width: 1280px) {
    .residences-tabs-item:last-of-type .residences-tabs-content{
        transform: translateY(180px);
        padding-left: 20px;
    }
}

@media screen and (min-width: 1660px) {
    .residences-tabs-item:last-of-type .residences-tabs-content{
        transform: translateY(350px);
        padding-left: 50px;
    }
}

.residences-tabs-content{
    pointer-events: all; 
    padding: 0 10px;
}

@media screen and (min-width: 1280px) {
    .residences-tabs-content{
        padding: 0;
    }
}

.residences-tabs-content,
.residences-tabs-info{
    color:#fff;
    display: flex;
    flex-flow:column;
    align-items: flex-start;
}

.residences-tabs-header{
    margin-bottom: 10px;
    width: 100%;
    display: none;
}

@media screen and (min-width: 1280px) {
    .residences-tabs-header{
        display: block;
    }
}

.residences-tabs-item:last-of-type .residences-tabs-header{
    margin: 0;
}

.residences-tabs-header h2{
    font-family: 'Mongolian Baiti';
    font-weight: 400;
    font-size: 2.8rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    text-align: left;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -1.48px;
}

@media screen and (min-width: 1660px) {
    .residences-tabs-header h2{
        font-size: 40px;
    }
}


.residences-tabs-header h2 span{
    font-size: 4.2rem;
}

@media screen and (min-width: 1660px) {
    .residences-tabs-header h2 span{
        font-size: 62px;
    }
}

.residences-tabs-info{
    width: 100%;
}

.residences-tabs-info-inner{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    position: relative;
}

@media screen and (min-width: 1280px) {
    .residences-tabs-info-inner{
        padding: 36px;
        padding-left: 55px;
        padding-top: 16px;
    }
}

@media screen and (min-width: 1660px) {
    .residences-tabs-info-inner{
        padding: 37px;
        padding-bottom: 50px;
        padding-left: 65px;
    }
}

@media screen and (min-width: 1280px) {
    .residences-tabs-item:last-of-type .residences-tabs-info-inner{
        padding-left: 45px;
    }
}

@media screen and (min-width: 1660px) {
    .residences-tabs-item:last-of-type .residences-tabs-info-inner{
        padding-left: 50px;
        padding-right: 45px;
    }
}


.residences-tabs-info-inner .line{
    content: "";
    position: absolute;
    top:0;
    width: 120%;
    height: 100%;
    border: solid #a08c69;
    border-width: 0 0 1px 1px;
    pointer-events: none;
    display: none;
}

@media screen and (min-width: 1280px) {
    .residences-tabs-info-inner .line{
        display: block;
    }
}

@media screen and (min-width: 1660px) {
    .residences-tabs-info-inner .line{
        width: 139%;
    }
}

.residences-tabs-item:first-of-type .line{
    left: 12px;
}

.residences-tabs-item:last-of-type .line{
    transform: scaleY(-1)  scalex(-1);
    right: 14px;
    top: -120px;
    width: 125%;
}

@media screen and (min-width: 1660px) {
    .residences-tabs-item:last-of-type .line{
        top: -160px;
        width: 138%;
        right: -45px;
        height: 118%;
    }
}

.residences-tabs-info-inner .line:before{
    content:"";
    position: absolute;
    top:0;
    left: -3px;
    width: 5px;
    height: 5px;
    background-color: #a08c69;
    border-radius: 50%;
}

@media screen and (min-width: 1660px) {
    .residences-tabs-info-inner .line:before{
        width: 9px;
        height: 9px;
        left: -5px;
    }
}

.residences-tabs-info-inner .line:after{
    content:"";
    position: absolute;
    bottom:-5px;
    right: 0;
    width: 10px;
    height: 10px;
    background-image: url(../images/arrow-gold.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1660px) {
    .residences-tabs-info-inner .line:after{
        bottom: -9px;
        width: 14px;
        height: 18px;
    }
}


@media screen and (min-width: 1660px) {
    .residences-tabs-item:last-of-type .residences-tabs-info-inner .line:after{
        bottom: -10px;
    }
}

.residences-tabs-info-txt{
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 1660px) {
    .residences-tabs-info-txt{
        margin-bottom: 30px;
    }
}

.residences-tabs-info-txt p{
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
    
}

@media screen and (min-width: 1280px) {
    .residences-tabs-info-txt p{
        font-size: 1.35rem;
        line-height: 1.4;
       
    }
}

@media screen and (min-width: 1660px) {
    .residences-tabs-info-txt p{
        font-size: 14px;
        white-space: nowrap;
    }
}

.residences-tabs-info-txt p:last-child{
    margin: 0;
}

.residences-tabs-info-txt p br{
    display: none;
}

@media screen and (min-width: 1660px) {
    .residences-tabs-info-txt p br{
        display: block;
    }
}

.residences-tabs-info-inner > span.residences-link{
    margin-bottom: 30px;
    display: flex;
    font-size: 1.075rem;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    cursor: pointer;
    color:#fff;
}

@media screen and (min-width: 1660px) {
    .residences-tabs-info-inner > span.residences-link{
        margin-bottom: 30px;
    }
}

.residences-tabs-info-inner > span.residences-link::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.residences-tabs-info-inner > span.residences-link:hover:after {
    width: 0%;
    left: 0;
    right: auto;
}

.residences-tabs-info-inner .button{
    padding: 0 18px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    font-size: 1.075rem;
    letter-spacing: 1px;
    line-height: 1.2;
}

@media screen and (min-width: 1660px) {
    .residences-tabs-info-inner .button{
        font-size: 12px;
        padding: 0 23px;
        height: 52px;
        margin: 0;
        line-height: 1.6;
    }
    
}

.residences-tabs-title{
    display: block;
    color: #fff;
    font-size: 2rem;
    pointer-events: all;
    display: flex;
    gap:0 5px;
    margin-bottom: 15px;
}

@media screen and (min-width: 1280px) {
    .residences-tabs-title{
        display: none;
    }   
}

.residences-tabs-title li{
    width: calc(50% - 5px);
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-color: #35383e;
    padding: 0 10px;
    position: relative;
}

.residences-tabs-title li:after{
    content:"";
    position: absolute;
    top:0;
    width: 100%;
    height: 0;
    background-color: #98999b;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.residences-tabs-title li.tabs--active:after{
    height: 3px;
}

.residences-tabs-title li h2{
    font-size: 1.3rem;
    font-weight: 400;
    font-family: 'Mongolian Baiti';
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    text-transform: uppercase;
}

.residences-tabs-title li h2 span{
    font-size: 1.8rem;
}

/* -------------- --------------------- */
/* ------------- Gallery  --------------*/
/* -------------- --------------------- */



#gallery{
    background-color: #1d2228;
    padding-bottom: 6rem;
}

@media screen and (min-width: 1660px) {
    #gallery{
        padding-bottom: 0;
    }
}


#gallery .container{
    max-width: 1840px;
}

#gallery .section-title{
    color:#fff;
}

#wrap-gallery{
    width: 100%;
}

.gallery-grid{
    display: grid;
    gap:15px;
    grid-template-columns: repeat(1,1fr);
}

@media screen and (min-width: 580px) {
    .gallery-grid{
        gap:15px;
        grid-template-columns: repeat(3,1fr);
    } 
}

@media screen and (min-width: 1280px) {
    .gallery-grid{
        grid-template-columns: repeat(4,1fr);
    } 
}

@media screen and (min-width: 1660px) {
    .gallery-grid{
        gap:20px;
    } 
}

.gallery-grid li{
    width: 100%;
}

.gallery-content{
    position: relative;
    display: flex;
}

.gallery-image{
    width: 100%;
    position: relative;
    padding-bottom: 55%;
    background-color: #272d34;
}

@media screen and (min-width: 1280px) {
    .gallery-image{
        padding-bottom: 60%;
    } 
}

.gallery-image img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(58,52,42,.84);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff!important;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}

.gallery-content:hover .gallery-overlay{
    opacity: 1;
    visibility: visible;
}

.gallery-txt{
    transform: translateY(30px);
    transition: all .6s .1s;
    opacity: 0;
}

.gallery-content:hover .gallery-txt{
    opacity: 1;
    transform: translateY(0);
}

.gallery-txt p{
    font-weight: 300;
    font-size: 1.4rem;
}

@media screen and (min-width: 1660px) {
    .gallery-txt p{
        font-weight: 300;
        font-size: 16px;
    }
}

/* -------------- --------------------- */
/* ------------- Amenities -------------*/
/* -------------- --------------------- */

#amenities{
    padding-bottom: 6rem;
}

@media screen and (min-width: 1280px) {
    #amenities{
        padding-bottom: 12rem;
    }
}

@media screen and (min-width: 1660px) {
    #amenities{
        padding: 145px 0;
        padding-bottom: 200px;
    }
}

#amenities .section-title{
    color:#fff;
}

#amenities .container{
    max-width: 1090px;
    padding: 0 20px;
}

@media screen and (min-width: 1280px) {
    #amenities .container{
        padding: 0 15px;
    }
}

@media screen and (min-width: 1660px) {
    #amenities .container{
        max-width: 1540px;
    }
}


.amenities-inner{
    display: flex;
    flex-flow: row wrap;
    gap:40px;
}

@media screen and (min-width: 1280px) {
    .amenities-inner{
        gap:65px;
    }
}

@media screen and (min-width: 1660px) {
    .amenities-inner{
        gap:100px;
    }
}

.amenities-item{
    width: 100%;
}

@media screen and (min-width: 580px) {
    .amenities-item{
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 1280px) {
    .amenities-item{
        width: 100%;
    }
}


.amenities-item:last-child{
    margin: 0;
}

.amenities-content{
    display: flex;
    align-items: center;
    flex-flow: column;
}

@media screen and (min-width: 1280px) {
    .amenities-content{
        flex-flow: row;
    }
}


.amenities-item:nth-child(even) .amenities-content{
    flex-flow: column;
}

@media screen and (min-width: 1280px) {
    .amenities-item:nth-child(even) .amenities-content{
        flex-flow: row-reverse;
    }
}

.amenities-description{
    color:#fff;
    display: flex;
    align-items: center;
}

.amenities-image,
.amenities-description{
    width: 100%;
}

@media screen and (min-width: 1280px) {
    .amenities-image{
        width: 52%;
    }
    
    .amenities-description{
        width: 48%;
    }
}

.amenities-item:nth-child(even) .amenities-image,
.amenities-item:nth-child(even) .amenities-description{
    width: 100%;
}

@media screen and (min-width: 1280px) {
    .amenities-item:nth-child(even) .amenities-image{
        width: 49%;
    }
    
    .amenities-item:nth-child(even) .amenities-description{
        width: 51%;
    }
}

.amenities-image-block{
    position: relative;
    max-height: 380px;
    padding-bottom: 67%;
     background-color: #272d34;
}

.amenities-image-block img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amenities-description-inner{
    padding: 20px 28px;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right:0;
    /* border: 1px solid #a08c69;
    border-width: 1px 1px 1px 0; */
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

@media screen and (min-width: 1280px) {
    .amenities-description-inner{
        padding: 0 60px;
        padding-right: 20px;
        min-height: 260px;
    }
}

@media screen and (min-width: 1660px) {
    .amenities-description-inner{
        min-height: 420px;
        padding: 0 75px;
    }
}

/* .amenities-item:nth-child(odd) .amenities-description-inner,
.amenities-item:nth-child(even) .amenities-description-inner{
    border-width: 0;
}

@media screen and (min-width: 1280px) {
    .amenities-item:nth-child(odd) .amenities-description-inner{
        border-width: 1px 1px 1px 0;
    }
    
    .amenities-item:nth-child(even) .amenities-description-inner{
        border-width: 1px 0 1px 1px;
    }
} */

.amenities-description-inner h2{
    font-size: 3.3rem;
    font-family: 'Mongolian Baiti';
    margin-bottom: 15px;
    font-weight: 400;
    color:#a08c69;
    line-height: 1;
    position: relative;
}

@media screen and (min-width: 1280px) {
    .amenities-description-inner h2{
        font-size: 3.9rem;
        margin-bottom: 25px;
        padding-bottom: 13px;
    }
}

@media screen and (min-width: 1660px) {
    .amenities-description-inner h2{
        font-size: 54px;
        margin-top: -5px;
    }
}

.amenities-description-inner h2:after{
    content:"";
    position: absolute;
    bottom: 5px;
    left: -15px;
    height: 180px;
    width: 1px;
    background-color: #a08c69;
    display: flex;
}

@media screen and (min-width: 1280px) {
    .amenities-description-inner h2:after{
        display: none;
    }
   
}

.amenities-description-inner h2:before{
    content:"";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background-color: #a08c69;
    display: none;
}

@media screen and (min-width: 1280px) {
    .amenities-description-inner h2:before{
        display: block;
    }
}

.amenities-item:nth-child(odd) .amenities-description-inner h2:before{
    left: 0;
}

.amenities-item:nth-child(even) .amenities-description-inner h2:before{
    right: 0;
}

.amenities-description-inner ul li{
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}

@media screen and (min-width: 580px) {
    .amenities-description-inner ul li{
        font-size: 1.3rem;
        margin-bottom: 8px;
        line-height: 1;
    }
}

@media screen and (min-width: 1660px) {
    .amenities-description-inner ul li{
        font-size: 14px;
        margin-bottom: 10px;
    }
}
.amenities-description-inner ul li:after{
    content:"";
    position: absolute;
    top:6px;
    left: 0;
    height:1px;
    width: 12px;
    background-color: #fff;
}

.amenities-description-inner ul li:last-child{
    margin: 0;
}

/* -------------- --------------------- */
/* ---------------Collection -----------*/
/* -------------- --------------------- */

#collection{
    width: 100%;
    display: flex;
    padding: 6rem 0;
    padding-bottom: 10rem;
}

@media screen and (min-width: 580px) {
    #collection{
        padding: 8rem 0;
    }
}

@media screen and (min-width: 1280px) {
    #collection{
        height: 100vh;
        max-height: 970px;
        align-items: center;
        padding: 0;
    }
}

#collection .container{
    max-width: 980px;
    width: 100%;
}

@media screen and (min-width: 1660px) {
    #collection .container{
        max-width: 1365px;
    }
}

.collection-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c8d7de;
}

@media screen and (min-width: 1280px) {
    .collection-bg{
        background-color: #a8b9c0;
    }
}

.collection-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-inner{
    display: flex;
    justify-content: flex-start;
}

.collection-card{
    padding: 0;
    display: flex;
    flex-flow: column;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 580px) {
    .collection-card{
        padding: 65px 0;
        padding-right: 90px;
        flex-flow: row;
    }
}

.collection-card:after,
.collection-card:before{
    content:"";
    position: absolute;
    top:0;
    right:0;
    height: 100%;
    width: 100vw;
    z-index: -1;
    pointer-events: none;
}

@media screen and (min-width: 580px) {
    .collection-card:after{
        background-color: rgba(255, 255, 255, 0.8);
    }
}

.collection-card:before{
    background-image: url(../images/r_transparency_gold_full.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    top: -5%;
    right: 10%;
    transform: scale(1.2);
}

@media screen and (min-width: 580px) {
    .collection-card:before{
        right: 15%;
        background-position: center;
        transform: none;
    }
}

@media screen and (min-width: 1280px) {
    .collection-card:before{
        right: -30%;
    }
}

@media screen and (min-width: 1660px) {
    .collection-card:before{
        right: -41.5%;
    }
}

.collection-txt{
    display: none;
}

.collection-txt span{
    font-size: 1.45rem;
    text-transform: uppercase;
    color:#a98d67;
    letter-spacing: 2px;
    display: block;
}

@media screen and (min-width: 1660px) {
    .collection-txt span{
        font-size: 17px;
    }
}

.collection-txt h2{
    font-size: 13.5rem;
    font-family: 'Mongolian Baiti';
    font-weight: 400;
    line-height: 1;
    transform: translate(0);
    display: none;
}

@media screen and (min-width: 580px) {
    .collection-txt h2{
        transform: translate(-15px,0);
    }
}

@media screen and (min-width: 1660px) {
    .collection-txt h2{
        font-size: 140px;
    }
}

.collection-info{
    position: relative;
}

@media screen and (min-width: 580px) {
    .collection-info{
        padding-left: 20px;
        padding-top: 30px;
    }
}

.collection-info:after{
    content:"";
    position: absolute;
    top:-5px;
    width: 95%;
    height: 20px;
    background-image: url(../images/text-dots.png);
    background-position: left center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: none;
}

@media screen and (min-width: 580px) {
    .collection-info:after{
        display: block;
    }
}

.collection-info-header{
    font-family: 'Mongolian Baiti';
    color:#a98d67;
    margin-bottom: 35px;
}

@media screen and (min-width: 580px) {
    .collection-info-header{
        margin-bottom: 25px;
    }
}

.collection-info-header h1{
    font-size: 3.4rem;
    font-weight: 300;
    display: flex;
    flex-flow: column;
    line-height: 1;
    color:#24272c;
    font-family: 'Mongolian Baiti';
    letter-spacing: 0.4px;
}

@media screen and (min-width: 1660px) {
    .collection-info-header h1{
        font-size: 47px;
    }
}

.collection-info-header h1 span{
    font-size: 2rem;
    display: block;
    margin-top: 10px;
    line-height: 1.3;
    display: none;
}

@media screen and (min-width: 1280px) {
    .collection-info-header h1 span{
        font-size: 2.2rem;
        margin-top: 5px;
    }
}

@media screen and (min-width: 1660px) {
    .collection-info-header h1 span{
        font-size: 27px;
    }
}

.collection-info-price{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.collection-info-price > span{
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 2px;
    display: block;
    font-weight: 500;
}

@media screen and (min-width: 1660px) {
    .collection-info-price > span{
        font-size: 13px;
    }
}

.collection-info-price h2{
    font-size: 6rem;
    font-weight: 400;
    font-family: 'Mongolian Baiti';
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #a08c69;
}

@media screen and (min-width: 1280px) {
    .collection-info-price h2{
        font-size: 6.675rem;
    }
}

@media screen and (min-width: 1660px) {
    .collection-info-price h2{
        font-size: 90px;
    }
}

.collection-info-price h2 span{
    font-size: 3.2rem;
}

@media screen and (min-width: 1660px) {
    .collection-info-price h2 span{
        font-size: 40px;
    }
}

.collection-info-price .button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    height: 42px;
    min-width: auto;
    margin-top: 18px;
}

@media screen and (min-width: 1660px) {
    .collection-info-price .button{
        height: 52px;
    }
}

/* -------------- --------------------- */
/* -----------------Services -----------*/
/* -------------- --------------------- */

#services{
    padding: 5rem 0;
}

@media screen and (min-width: 1280px) {
    #services{
        padding: 8rem 0;
    }
}

@media screen and (min-width: 1660px) {
    #services{
        padding: 67px 0 125px 0;
    }
}

#services .container{
    padding: 0 20px;
}

@media screen and (min-width: 1280px) {
    #services .container{
        padding: 0 15px;
    }
}

@media screen and (min-width: 1660px) {
    #services .container{
        max-width: 1368px;
    }
}

.services-marquee{
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
    height: 55px;
}

@media screen and (min-width: 1280px) {
    .services-marquee{
        margin-bottom: 100px;
        height: 95px;
    }
}

@media screen and (min-width: 1660px) {
    .services-marquee{
        margin-bottom: 130px;
        height: 132px;
    }
}

.services-marquee-track{
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}
  
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
  
.services-marquee-track:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.services-marquee-text{
	white-space: nowrap;
	position: relative;
	padding: 0;
	font-family: 'Mongolian Baiti';
    color:#a68a64;
	font-weight: 400;
	font-size: 4.5rem;
}

@media screen and (min-width: 1280px) {
    .services-marquee-text{
        font-size: 8.25rem;
    }
}

@media screen and (min-width: 1660px) {
    .services-marquee-text{
        font-size: 115px;
    }
}

.services-inner{
    display: flex;
    flex-flow: row wrap;
}

@media screen and (min-width: 580px) {
    .services-inner{
        gap: 20px;
    }
    
}

.services-item{
    width:100%;
    margin-bottom: 50px;
}

@media screen and (min-width: 580px) {
    .services-item{
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 1280px) {
    .services-item{
        width:100%;
        margin-bottom: 70px;
        width: 100%;
    }
}

@media screen and (min-width: 1660px) {
    .services-item{
        margin-bottom: 130px;
    }
}

.services-item:last-child{
    margin: 0;
}

.services-content{
    display: flex;
    flex-flow: column-reverse;
    padding-left: 0;
}

@media screen and (min-width: 1280px) {
    .services-content{
        padding-left: 100px;
        flex-flow: row;
    }
}

@media screen and (min-width: 1660px) {
    .services-content{
        padding-left: 0;
    }
}

.services-item:nth-child(even) .services-content{
    flex-flow: column-reverse;
}

@media screen and (min-width: 1280px) {
    .services-item:nth-child(even) .services-content{
        flex-flow: row-reverse;
    }
}

.services-info{
    flex-shrink: 0;
    padding-left: 25px;
    margin-top: 30px;
    position: relative;
}

@media screen and (min-width: 1280px) {
    .services-info{
        padding: 0;
        margin: 0;
    }
}

.read-more-btn{
    color: #a08c69;
    text-transform: uppercase;
    position: relative;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: transparent;
}

@media screen and (min-width: 1280px) {
    .read-more-btn{
        display:none;
    }
}

.read-more-btn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    background-color: #a08c69;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.read-more-btn::before{
    content:attr(data-text);
    
    display: block;
}

.services-item:nth-child(odd) .services-info{
    margin-top: 30px;
}

@media screen and (min-width: 1280px) {
    .services-item:nth-child(odd) .services-info{
        margin: 0;
        margin-right: 135px;
        width: 420px;

    }
}

@media screen and (min-width: 1660px) {
    .services-item:nth-child(odd) .services-info{
        width: 580px;
        margin-right: 200px;
    }
}

@media screen and (min-width: 1280px) {
    .services-item:nth-child(even) .services-info{
        width: 540px;
    }
}

@media screen and (min-width: 1660px) {
    .services-item:nth-child(even) .services-info{
        width: 630px;
    }
}

.services-gallery{
    width: 100%;
}

@media screen and (min-width: 1280px) {
    .services-gallery{
        width: 100%;
        padding-right: 100px;
    }
}

@media screen and (min-width: 1660px) {
    .services-gallery{
        padding-right: 145px;
    }
}

.services-item:nth-child(odd) .services-gallery{
    width: 100%;
}

@media screen and (min-width: 1660px) {
    .services-item:nth-child(odd) .services-gallery{
        padding-right: 0;
        width: 630px;
    }
}

.services-gallery-inner{
    position: relative;
    padding-bottom: 15%;
    padding-right: 30%;
}

@media screen and (min-width: 1280px) {
    .services-gallery-inner{
        padding: 0;
        padding-bottom: 25%;
        
    }
}

.services-gallery-thumbnail{
    position: relative;
    padding-bottom: 130%;
    background-color: #272d34;
}

@media screen and (min-width: 1660px) {
    .services-gallery-thumbnail{
        padding-bottom: 125%;
        
    }
}

.services-gallery-thumbnail img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    object-fit: cover;
}

.services-gallery-nav{
    position: absolute;
    bottom:0;
    width: 100%;
}

.services-item:nth-child(odd) .services-gallery-nav{
    left: auto;
    right: 0;
}

@media screen and (min-width: 1280px) {
    .services-item:nth-child(odd) .services-gallery-nav{
        left: 50%;
        right: auto;
    }
}

.services-item:nth-child(even) .services-gallery-nav{
    right: 0;
}

@media screen and (min-width: 1280px) {
    .services-item:nth-child(even) .services-gallery-nav{
        right: 50%;
    }
}

.services-gallery-nav-inner{
    display: flex;
    justify-content: flex-end;
    gap:5px;
}

.services-gallery-nav-item{
    width: calc(33.33% - 2.5px);
}

@media screen and (min-width: 1280px) {
    .services-gallery-nav-item{
        width: calc(50% - 2.5px);
    }
}

.services-gallery-nav-image{
    position: relative;
    padding-bottom: 100%;
    background-color: #30363e;
}

@media screen and (min-width: 1660px) {
    .services-gallery-nav-image{
        padding-bottom: 97%;
    }
}

.services-gallery-nav-image img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    object-fit: cover;
}

.services-info-header{
    margin-bottom: 20px;
}

.services-info-header h2{
    font-family: 'Mongolian Baiti';
    font-size: 3.25rem;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    line-height: 1;
    letter-spacing: -1.64px;
    color:#24272c;
}

@media screen and (min-width: 1280px) {
    .services-info-header h2{
        font-family: 'Mongolian Baiti';
        font-size: 3.725rem;
        padding-bottom: 15px;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1660px) {
    .services-info-header h2{
        font-size: 54px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.services-info-header h2 br{
    display: none;
}

@media screen and (min-width: 1280px) {
    .services-info-header h2 br{
        display: block;
    }
}

.services-info-header h2:after{
    content:"";
    position: absolute;
    bottom: 0; 
    width: 100vw;
    height:1px;
    background-color: #a68a64;
    display: none;
}

@media screen and (min-width: 1280px) {
    .services-info-header h2:after{
        display: block;
    }
}

.services-info-header h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    height: 180px;
    width: 1px;
    background-color: #a08c69;
    display: flex;
    z-index: 1;
}

@media screen and (min-width: 1280px) {
    .services-info-header h2:before{
        display: none;
    }
}

.services-item:nth-child(odd) .services-info-header h2:after{
    right: 0;
}

.services-item:nth-child(even) .services-info-header h2:after{
    left: 0;
}


.services-info-header p{
    font-size: 1.375rem;
    margin-bottom: 8px;
    line-height: 2;
    color:#1e1e1e;
}

@media screen and (min-width: 1280px) {
    .services-info-header p{
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 1660px) {
    .services-info-header p{
        font-size: 15px;
    }
}

.services-info-content{
    display: none;
    flex-flow: column;
    gap:20px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
    .services-info-content{
        flex-flow: row;
        gap:40px;
        display: flex;
        margin: 0;
    }
}

@media screen and (min-width: 1660px) {
    .services-info-content{
        gap:60px;
    }
}


.services-info.show-more .services-info-content{
    display: flex;
}

.services-info-item{
    font-size: 1.375rem;
    line-height: 2;
    font-weight: 400;
    width: 100%;
    color:#1e1e1e;
}

@media screen and (min-width: 1280px) {
    .services-info-item{
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 1660px) {
    .services-info-item{
        font-size: 15px;
    }
}

.services-info-item h2{
    color:#a08c69;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    font-family: 'Montserrat';
}

@media screen and (min-width: 1280px) {
    .services-info-item h2{
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1660px) {
    .services-info-item h2{
        font-size: 14px;
    }
}

.services-info-item ul{
    margin-bottom: 15px;
}

.services-info-item ul:last-of-type{
    margin: 0;
}

.services-info-item ul li{
    padding-left: 18px;
    position: relative;
}

@media screen and (min-width: 1660px) {
    .services-info-item ul li{
        white-space: nowrap;
    }
}


.services-info-item ul li:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 1px;
    width: 12px;
    background-color: #24272c;
}

@media screen and (min-width: 1660px) {
    .services-info-item ul li:after {
        top: 15px;
    }
}

/* -------------- --------------------- */
/* ------------- Visionary -------------*/
/* -------------- --------------------- */

#visionaries{
    padding-top: 0;
}

#visionaries .container{
    padding: 0;
}

@media screen and (min-width: 1280px) {
    #visionaries .container{
        padding: 0 15px;
    }
}

@media screen and (min-width: 1266px) {
    #visionaries .container{
        max-width: 1460px;
    }
}


@media screen and (min-width: 1266px) {
    #visionaries .section-title{
        margin-bottom: 125px;
    }
}

.visionaries-list{
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

@media screen and (min-width: 1280px) {
    .visionaries-list{
        width: 47%;
        margin: 0;
        margin-left: auto;
    }
}

@media screen and (min-width: 1660px) {
    .visionaries-list{
        min-width: 790px;
    }
}

.visionarie-bg{
    position: absolute;
    top:45%;
    left: 0;
    transform: translateY(-50%);
    /* max-width: 42%; */
    display: none;
    width: 53vw;
    /* height: 600px; */
}

@media screen and (min-width: 1280px) {
    .visionarie-bg{
        display: block;
    }
}

@media screen and (min-width: 1660px) {
    .visionarie-bg{
        left: 23px;
    }
}

.visionarie-video{
    width: 620px;
    height: 720px;
    position: relative;
    overflow: hidden;
    -webkit-clip-path: url(#my-shape);
    clip-path: url(#my-shape);
    transform: translateX(-2vh);
}

@media screen and (min-width: 1660px) {
    .visionarie-video{
        width: 815px;
        height: 930px;
    }
}

.visionarie-video-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.visionarie-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: grayscale(100%);
}

.visionarie-video svg{
    width: 100%;
    height: 100%;
    overflow: visible;
    
}

.visionarie-video svg clipPath{
    transform: scale(.9);
} 

@media screen and (min-width: 1660px) {
    .visionarie-video svg clipPath{
        transform: scale(1.25);
    } 
}

.visionaries-item{
    margin-bottom: 30px;
}

@media screen and (min-width: 1660px) {
    .visionaries-item{
        margin-bottom: 42px;
    }
}

.visionaries-item:last-child{
    margin: 0;
}

.visionaries-content{
    display: flex;
    flex-flow: row;
}

.visionaries-item:nth-child(even) .visionaries-content{
    flex-flow: row-reverse;
}

.visionaries-images{
    position: relative;
    width: 150px;
    height: 200px;
    flex-shrink: 0;
    background-color: #272d34;
}

@media screen and (min-width: 580px) {
    .visionaries-images{
        width: 210px;
        height: 275px;
    }
}

@media screen and (min-width: 1660px) {
    .visionaries-images{
        width: 298px;
        height: 380px;
    }
}

.visionaries-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left: 0;
}

.visionaries-info-inner{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.visionaries-info-inner:after{
    content: "";
    width: 100px;
    height: 50px;
    top:0;
    left: 10px;
    position: absolute;
    background-image: url(../images/visionaries/quots.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
    .visionaries-info-inner:after{
        content: "";
        width: 125px;
        height: 80px;
    }
}

@media screen and (min-width: 1660px) {
    .visionaries-info-inner:after{
        content: "";
        width: 175px;
        height: 115px;
    }
}

.visionaries-item:nth-child(odd) .visionaries-info-inner:after{
    left: 20px;
}

.visionaries-item:nth-child(even) .visionaries-info-inner:after{
    left: -20px;
}

.visionaries-info{
    padding: 0 25px;
    padding-right: 20px;
    font-family: 'Mongolian Baiti';
    width: 100%;
}

@media screen and (min-width: 1280px) {
    .visionaries-info{
        padding-left: 50px;
    }
}

.visionaries-item:nth-child(even) .visionaries-info{
    padding: 0 25px;
    padding-left: 35px;
}

@media screen and (min-width: 1280px) {
    .visionaries-item:nth-child(even) .visionaries-info{
        padding: 0;
        padding-right: 50px;
    }
}

.visionaries-info h2{
    font-weight: 300;
    font-size: 1.7rem;
    letter-spacing: -1.48px;
}

@media screen and (min-width: 580px) {
    .visionaries-info h2{
        font-size: 2.45rem;
    }
}

@media screen and (min-width: 1660px) {
    .visionaries-info h2{
        font-size: 36px;
    }
}

.visionaries-info h2 br{
    display: none;
}

@media screen and (min-width: 580px) {
    .visionaries-info h2 br{
        display: block;
    }
}

.visionaries-info p{
    display: flex;
    flex-flow: column;
    font-size: 1.8rem;
    margin-top: 25px;
}

@media screen and (min-width: 1280px) {
    .visionaries-info p{
        font-size: 2.165rem;
        margin-top: 40px;
    }
}

@media screen and (min-width: 1660px) {
    .visionaries-info p{
        font-size: 28px;
    }
}

.visionaries-item:nth-child(even) .visionaries-info p{
    margin-top: 25px;
}

@media screen and (min-width: 1280px) {
    .visionaries-item:nth-child(even) .visionaries-info p{
        margin-top: 60px;
    }
}


.visionaries-info p span{
    position: relative;
    display: block;
    padding-left: 25px;
    letter-spacing: 0;
}

.visionaries-info p span.visionaries-ttl::after{
    content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 1px;
    background-color: #282828;
}

.visionaries-info p span.visionaries-subttl{
    text-transform: uppercase;
    color:#a08c69;
    font-size: 1.025rem;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-top:2px;
}

@media screen and (min-width: 1660px) {
    .visionaries-info p span.visionaries-subttl{
        font-size: 12px;
    }
}

/* -------------- --------------------- */
/* ------------- Partners --------------*/
/* -------------- --------------------- */

#partners{
    border-top: 1px solid #cccccc;
    margin-top: 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1280px) {
    #partners{
        margin-top: 4rem;
        padding: 0;
        min-height: 95px;
    }
}

@media screen and (min-width: 1660px) {
    #partners{
       min-height: 135px;
    }
}

.partners-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap:20px;
    margin: 0 auto;
}

@media screen and (min-width: 1280px) {
    .partners-list{
        gap:0 65px;
    }
}

@media screen and (min-width: 1660px) {
    .partners-list{
        gap:100px;
    }
}

.partners-list li{
    width: calc(33.33% - 20px); 
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 580px) {
    .partners-list li{
        width: calc(16.66% - 20px); 
    }  
} 

@media screen and (min-width: 1280px) {
    .partners-list li{
        width: auto;
    }  
} 

.partners-list-image{
    width: 100%;
    position: relative;
    /* padding-bottom: 50%; */
}

@media screen and (min-width: 1280px) {
    .partners-list-image{
        width: 80%;
    } 
} 

@media screen and (min-width: 1660px) {
    .partners-list-image{
        width: 100%;
    } 
} 
/* @media screen and (min-width: 1280px) {
    .partners-list-image{
        padding-bottom: 70%;
    }
} */

.partners-list li img{
    width: 100%;
    /* max-width: 80%;
    height: 100%; */
    object-fit: contain;
    /* position: absolute;
    top:0;
    left: 0;
    right: 0; */
    margin: 0 auto;
    /* width: auto;
    max-width: 80%; */
}

/* @media screen and (min-width: 1280px) {
    .partners-list li img{
        max-width: 65%;
    }
}

@media screen and (min-width: 1280px) {
    .partners-list li img{
        max-width: 80%;
    } 
}*/

/* -------------- --------------------- */
/* --------- Request info --------------*/
/* -------------- --------------------- */

#request-info{
    padding: 0;
    min-height: 420px;
}

@media screen and (min-width: 1660px) {
    #request-info{
        min-height: 530px;
    }
}

#request-info .section-inner{
    padding: 100px 0;
}

.request-info-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
    background: #005770;
}

.request-info-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.request-content{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color:#fff;
    text-align: center;
    position: absolute;
    top:50%;
    transform: translatey(-50%);
    left: 0;
    padding: 0 20px;
    
}

@media screen and (min-width: 580px) {
    .request-content{
        padding: 0 40px;
        width: 100%;
    }
}

@media screen and (min-width: 1280px) {
    .request-content{
        padding: 0;
    }
}

.request-content span{
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media screen and (min-width: 1660px) {
    .request-content span{
        font-size: 20px;
    }
}

.request-content h1{
    margin-top: 20px;
    font-family: 'Mongolian Baiti';
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 25px;
}

@media screen and (min-width: 1280px) {
    .request-content h1{
        font-size: 3rem;
    } 
}

@media screen and (min-width: 1660px) {
    .request-content h1{
        font-size: 44px;
        margin-top: 30px;
        margin-bottom: 35px;
    } 
}




.request-content h1 br{
    display: none;
}

@media screen and (min-width: 1280px) {
    .request-content h1 br{
        display:block;
    } 
}

.request-content .button{
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    min-width: 180px;
}

@media screen and (min-width: 1660px) {
    .request-content .button{
        height: 52px;
        min-width: 250px;
    }
}

/* -------------- --------------------- */
/* ----------- Floorplans --------------*/
/* -------------- --------------------- */

#floorplans{
    /* height: 90vh; */
    min-height: 675px;
    padding-top: 40px;
}

@media screen and (min-width: 580px) {
    #floorplans{
        padding: 0;
        height: 80vh;
        max-height: 790px;
    }
}

@media screen and (min-width: 1280px) {
    #floorplans{
        height: 100vh;
    }
}

#floorplans .section-title{
    
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 40px;
}

@media screen and (min-width: 1280px) {
    #floorplans .section-title{
        position: relative;
        margin-top: 100px;
    }
}


.floorplans-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
    background: #bac6c0;
}

@media screen and (min-width: 1660px) {
    .floorplans-bg{
        max-width: 1920px;
    }
}

.floorplans-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floorplans-button{
    position: absolute;
    left: 0;
    bottom: 70px;
    display: none;
}

@media screen and (min-width: 1280px) {
    .floorplans-button{
        display: flex;
    }
}

@media screen and (min-width: 1660px) {
    .floorplans-button .button{
        height: 65px;
        min-width: 435px;
    }
}



.floorplans-pin-container{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    /* height: 100px;
    border: 1px solid red; */
}

@media screen and (min-width: 1280px) {
    .floorplans-pin-container{
        max-width: 960px;
    }
}

@media screen and (min-width: 1660px) {
    .floorplans-pin-container{
        max-width: 1150px;
    }
}

.floorplans-pin{
    position: absolute;
    top:12vh;
    width: 80%;
    height: auto;
    padding: 20px;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media screen and (min-width: 580px) {
    .floorplans-pin{
        width: 40%;
    }
}

@media screen and (min-width: 1280px) {
    .floorplans-pin{
        width: 300px;
        height: 300px;
        border-radius: 50%;
        
    }
}

@media screen and (min-width: 1660px) {
    .floorplans-pin{
        width: 400px;
        height: 400px;
    }
}

.floorplans-pin-left{
    left: 0;
    right: 0;
    margin: 0 auto;
    top:60px;
}

@media screen and (min-width: 580px) {
    .floorplans-pin-left{
        top:130px;
    }
}

@media screen and (min-width: 1280px) {
    .floorplans-pin-left{
        top:auto;
        bottom: 0;
        transform: translate(-130px,95px);
        left: 0;
        right: auto;
    }
}

@media screen and (min-width: 1660px) {
    .floorplans-pin-left{
        transform: translate(-180px,120px);
    }
}

.floorplans-pin-right{
    bottom: 30px;
    top:auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (min-width: 580px) {
    .floorplans-pin-right{
        bottom: 120px;
    }
}

@media screen and (min-width: 1280px) {
    .floorplans-pin-right{
        bottom:0;
        top:auto;
        left: auto;
        right: 0;
        transform: translate(130px,95px);
    }
}

@media screen and (min-width: 1660px) {
    .floorplans-pin-right{
        transform: translate(200px,120px);
    }
}

.floorplans-pin:after{
    content:"";
    position: absolute;
    width: 30px;
    height: 40px;
    background-image:url(../images/floorplans/floorplans_arrow_xs.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

@media screen and (min-width: 1280px) {
    .floorplans-pin:after{
        width: 65px;
        background-image:url(../images/floorplans/floorplans_arrow.png);
        background-position: left center;
        background-size: 100%;
    }
}

@media screen and (min-width: 1660px) {
    .floorplans-pin:after{
        width: 82px;
        height: 82px;
    }
}

.floorplans-pin-left::after{
    top: auto;
    bottom: 100%;
    right: 20%;
    transform: scaleY(-1) scalex(-1);
}

@media screen and (min-width: 1280px) {
    .floorplans-pin-left::after{
        top: 65%;
        right: auto;
        left: 92%;
        transform: scaleY(1) scalex(1);
    }
}

.floorplans-pin-right::after{
    right: 0;
    left: 20%;
    transform: scaleY(1) scalex(1);
    top:100%;
    bottom: auto;
}

@media screen and (min-width: 1280px) {
    .floorplans-pin-right::after{
        left: auto;
        right: 92%;
        top: 65%;
        transform: scaleX(-1);
    }
}

.floorplans-pin h2{
    font-size: 2rem;
    font-family: 'Mongolian Baiti';
    margin-bottom: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1.64px;;
}

@media screen and (min-width: 1660px) {
    .floorplans-pin h2{
        font-size: 23px;
        margin-bottom: 20px;
    }
}

.floorplans-pin h2 span{
    font-size: 3rem;
}

@media screen and (min-width: 1660px) {
    .floorplans-pin h2 span{
        font-size: 37px;
    }
}

.floorplans-pin > span{
    display: block;
    font-size: 1rem;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    cursor: pointer;
}

@media screen and (min-width: 1660px) {
    .floorplans-pin > span{
        font-size: 12px;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
}

.floorplans-pin > span::after{
    content:"";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #1d2228;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.floorplans-pin > span:hover:after{
    width: 0%;
    left: 0;
    right: auto;
}

.floorplans-pin .button{
    font-size: .95rem;
    letter-spacing: 1px;
    height: 42px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 1280px) {
    .floorplans-pin .button{
        width: auto;
        height: 42px;
        width: auto;
    }
}

@media screen and (min-width: 1660px) {
    .floorplans-pin .button{
        height: 52px;
        font-size: 12px;
        padding: 0 22px;
    }
}

/* -------------- --------------------- */
/* --------------- Footer --------------*/
/* -------------- --------------------- */


.footer{
    width: 100%!important;
    max-width: 100%!important;
    margin: 0;
    position: relative;
    padding: 4rem 0;
    padding-bottom: 2rem;
    z-index: 1;
    background-color: #020202;
    overflow: hidden;
    
}

@media screen and (min-width: 1280px) {
    .footer{
        padding-top: 12rem;
        padding-bottom: 165px;
    }
}

@media screen and (min-width: 1660px) {
    .footer{
        padding-top: 155px;
        padding-bottom: 25px;
        
    }
}

.page-template-flex-page-contact .footer{
    min-height: 100vh;
}

.page-template-flex-page-contact .footer-inner {
    padding-top: 60px;
}


@media screen and (min-width: 1660px) {
    .page-template-flex-page-contact .footer-inner {
        padding-top: 100px;
    }
}

.footer .container{
    max-width: 1240px;
    padding: 0 20px;
}

@media screen and (min-width: 1280px) {
    .footer .container{
        padding: 0 15px;
    }
}

@media screen and (min-width: 1660px) {
    .footer .container{
        max-width: 1505px;
    }
}

.footer-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-content{
    display: flex;
    flex-flow: row wrap;
}

.footer-content-info{
    width: 100%;
    margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
    .footer-content-info{
        width: 50%;
        margin: 0;
    }
}

.footer-content-info-form{
    width: 100%;
}

@media screen and (min-width: 1280px) {
    .footer-content-info-form{
        width: 50%;
    }
}

.footer-content-info-form h2{
    color:#fff;
    /* font-family: 'NewYork'; */
    font-family: 'Mongolian Baiti';
    line-height: 1.2;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: left;
    text-align: center;
    
}

@media screen and (min-width: 1280px) {
    .footer-content-info-form h2{
        font-size: 2.4rem;
        margin-bottom: 25px;
        text-align: left;
    }
}

@media screen and (min-width: 1660px) {
    .footer-content-info-form h2{
        font-size: 29px;
    }
}

/* .footer-content-info-form .form-search .form-item:nth-child(7){
    display: none;
} */

.footer-content-info-logo{
    margin-bottom: 20px;
    display: flex;
}

.footer-content-info-logo img{
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}   

@media screen and (min-width: 1280px) {
    .footer-content-info-logo img{
        margin: 0;
    } 
}

@media screen and (min-width: 1660px) {
    .footer-content-info-logo img{
        max-width: 328px;
    } 
}

.footer-content-info-contact{
    color:#fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media screen and (min-width: 1280px) {
    .footer-content-info-contact{
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
}

.footer-content-info-contact .contact li{
    margin-bottom: 10px;
}

@media screen and (min-width: 1660px) {
    .footer-content-info-contact .contact li{
        margin-bottom: 15px;
    }
}

.footer-content-info-contact .contact li a{
    font-size: 1.6rem;
    font-family: 'Mongolian Baiti';
    font-weight: 400;
    position: relative;
}

@media screen and (min-width: 1280px) {
    .footer-content-info-contact .contact li a{
        font-size: 1.725rem;
    }
}

@media screen and (min-width: 1660px) {
    .footer-content-info-contact .contact li a{
        font-size: 20px;
    }
}

.footer-content-info-contact .contact li a.contact-email{
    font-style: italic;
    padding-bottom: 1px;
}

.footer-content-info-contact .contact li a.contact-email:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-content-info-contact .contact li a.contact-email:hover:after {
    width: 0%;
    left: 0;
    right: auto;
}

.footer-content-info-contact .contact li a.contact-cel{
    font-size: 4.275rem;
    line-height: 1;
    font-family: 'NewYork';
}

@media screen and (min-width: 1280px) {
    .footer-content-info-contact .contact li a.contact-cel{
        font-size: 6rem;
    }
}

@media screen and (min-width: 1660px) {
    .footer-content-info-contact .contact li a.contact-cel{
        font-size: 66px;
    }
}

.footer-content-info-contact .social{
    display: flex;
    align-items: center;
    gap: 5px;
}

@media screen and (min-width: 1660px) {
    
    .footer-content-info-contact .social{
        margin-top: 10px;
        gap: 10px;
    }
}

.footer-content-info-contact .social li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 9999px;
}

@media screen and (min-width: 1660px) {
    .footer-content-info-contact .social li a{
        width: 36px;
        height: 36px;
    }
}

.footer-content-info-contact .social li a span{
    display: none;
}

.footer-copy{
    margin-top: 50px;
}

@media screen and (min-width: 1280px) {
    .footer-copy{
        margin-top: 65px;
    }
}

.footer-copy-content{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media screen and (min-width: 1280px) {
    .footer-copy-content{
        flex-flow: row;
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-bottom:1px solid #434343;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
}

@media screen and (min-width: 1660px) {
    .footer-copy-content{
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

.footer-copy-content img{
    width: 100%;
    max-width: 180px;
    object-fit: contain;
}

@media screen and (min-width: 1660px) {
    .footer-copy-content img{
        max-width: 265px;
    }
}

@media screen and (min-width: 1280px) {
    .footer-copy-content img{
        max-width: 225px;
    }
}

.footer-copy-content p{
    font-size: 1.0525rem;
    color:#fff;
    line-height: 1.5;
    padding-top: 25px;
}

@media screen and (min-width: 1280px) {
    .footer-copy-content p{
        padding: 0;
        padding-left: 30px;
    }
}

@media screen and (min-width: 1660px) {
    .footer-copy-content p{
        font-size: 12px;
        padding-left: 40px;
    }
}

.footer-copy-legal{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.17rem;
    color:#fff;
    margin-top: 10px;
    gap:10px 0;
}

@media screen and (min-width: 1280px) {
    .footer-copy-legal{
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding-left: 5px;
        margin: 0;
        font-size: .975rem;
    }
}

@media screen and (min-width: 1660px) {
    .footer-copy-legal{
        font-size: 12px;
    }
}


.footer-copy-legal-item{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1280px) {
    .footer-copy-legal-item{
        width: auto;
        justify-content: flex-start;
        text-align: left;
    }
}

.footer-copy-legal-item:first-child{
    padding-bottom: 10px;
    border-bottom:1px solid #434343;
}

@media screen and (min-width: 1280px) {
    .footer-copy-legal-item:first-child{
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom:0;
    }
    
}

.footer-copy-legal .legal{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-copy-legal .legal a{
    position: relative;
}

.footer-copy-legal .legal a:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-copy-legal .legal a:hover:after {
    width: 0%;
    left: 0;
    right: auto;
    width: 100%;
}

.footer-copy-legal p{
    display: flex;
    align-items: center;
}

.footer-copy-legal p a{
    display: block;
    margin-left: 10px;
}

@media screen and (min-width: 1660px) {
    .footer-copy-legal p a{
        margin-left: 15px;
        
    }
    
}

.footer-copy-legal p img{
    width: 70px;
}

/* -------------- -- ------------------- */
/* ----------Formularios ---------------*/
/* -------------- --------------------- */

.formcontact_footer{
    transform: translateX(-35%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.formcontact_footer.active{
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.flex-content-form {
    display: flex;
    flex-flow: row wrap;
    gap: 0px;
}

@media screen and (min-width: 1280px) {
    .flex-content-form {
        gap: 0 60px;
    }
}

@media screen and (min-width: 1660px) {
    .flex-content-form {
        gap: 0 60px;
    }
}

.form-item{
    margin-bottom: 25px!important;
    width: 100%!important;
    padding: 0!important;
}

@media screen and (min-width: 1280px) {
    .form-item{
        width: calc(50% - 30px)!important;
    }
}

.form-item:last-child{
    margin-bottom: 0!important;
}

.formcontact_footer .form-search .flex-content-form .form-item:nth-child(7) {
    display: flex;
}

.formcontact_footer .form-search .flex-content-form .form-item:nth-child(7) .clidxboost-btn-link{
    margin: 10px auto;
}

.formcontact_footer .form-search .flex-content-form .form-item:nth-child(7) .clidxboost-btn-link{
    margin: 10px auto;
}

/* .formcontact_footer .form-search .flex-content-form .form-item:nth-child(7) .clidxboost-btn-link span{
    transition: all ease-in-out .3s;
} */

.formcontact_footer .form-search .flex-content-form .form-item .clidxboost-btn-link:hover {
    background-color: #1d2228;
    color: #fff!important;
    border-color: #1d2228;
}

.formcontact_footer .form-search .flex-content-form .form-item .clidxboost-btn-link:hover span{
    color: #fff!important;
}

/*-------------------------------*/

.formcontact_footer .form-search .flex-content-form .form-item:nth-child(6) {
    display: none;
}


.form-item label,
.form-item > span,
.form-search .flex-content-form .form-item .opt-list .opt-item > span{
    font-size: 1.3rem!important;
    color:#fff;
    padding: 0!important;
    margin: 0!important;
    line-height: 1;
    display: flex!Important;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: auto;
    height: auto;
}

@media screen and (min-width: 1660px) {
    .form-item label,
    .form-item > span,
    .form-search .flex-content-form .form-item .opt-list .opt-item > span{
        font-size: 15px!important;
    }
}

.form-item input,
.form-item textarea{
    background-color: transparent!important;
    border-radius: 0!important;
    padding: 0!important;
    padding-bottom: 10px!important;
    height: 20px!important;
    border: 0!important;
    border-bottom: 2px solid #fff!important;
}

@media screen and (min-width: 1660px) {
    .form-item input,
    .form-item textarea{
        height: 25px!important;
    }
}

.form-item textarea{
    height: auto!important;
    min-height: 75px!important;
    padding: 10px 0!important;
}


@media screen and (min-width: 1660px) {
    .form-item textarea{
        min-height: 65px!important;
    }
}

.form-item input,
.form-item textarea,
.form-item input::placeholder,
.form-item textarea::placeholder{
    font-size: 1.3rem!important;
    /* color:#fff!important; */
}


@media screen and (min-width: 1660px) {
    .form-item input,
    .form-item textarea,
    .form-item input::placeholder,
    .form-item textarea::placeholder{
        font-size: 15px!important;
    }
}

.form-item.pt-choose{
    padding-bottom: 8px!important;
    gap: 25px;
    justify-content: center;
}

@media screen and (min-width: 1280px) {
    .form-item.pt-choose{
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1660px) {
    .form-item.pt-choose{
        gap: 30px;
    }
}


.form-item.pt-choose input[type=radio]{
    position: relative;
    width: 18px!important;
    height: 18px!important;
    margin: 0!important;
    transform: none;
    margin-right: 12px!Important;
}

@media screen and (min-width: 1660px) {
    .form-item.pt-choose input[type=radio]{
        width: 18px!important;
        height: 18px!important;
    }
}

.form-item.pt-choose input[type=radio]::before{
    content:"";
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #020202;
    border: 1px solid #fff;
}

.form-item.pt-choose input[type=radio]:checked::before{
    background-image: url(../images/check-form.png);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1660px) {
    .form-item.pt-choose input[type=radio]:checked::before{
        background-size: 10px;
    }
}

.form-search .flex-content-form .form-item .clidxboost-btn-link{
    margin: 10px auto;
    width: 190px;
    min-width: 190px;
    height: 50px;
    border-color: #a08c69;
    background-color: #a08c69;
}

@media screen and (min-width: 1280px) {
    .form-search .flex-content-form .form-item .clidxboost-btn-link{
        margin: 10px 0;
        width: 165px;
        min-width: 165px;
        height: 42px;
    }
}

@media screen and (min-width: 1660px) {
    .form-search .flex-content-form .form-item .clidxboost-btn-link{
        width: 202px;
        min-width: 202px;
        height: 50px;
    }
}

.form-search .flex-content-form .form-item .clidxboost-btn-link span{
    font-weight: 400!important;
    font-family: 'Montserrat'!important;
    font-size: 1.3rem!important;
    line-height: 1;
    transition: all ease-in-out .3s;
}

@media screen and (min-width: 1280px) {
    .form-search .flex-content-form .form-item .clidxboost-btn-link span{
        font-size: 1rem!important;
    }
}

@media screen and (min-width: 1660px) {
    .form-search .flex-content-form .form-item .clidxboost-btn-link span{
        font-size: 13px!important;
    }
}

.form-search .flex-content-form .form-item .clidxboost-btn-link:hover {
    background-color: #fff;
    color: #a08c69;
    border-color: #fff;
}

.footer-content-info-form .form-search .flex-content-form .form-item .clidxboost-btn-link {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.footer-content-info-form .form-search .flex-content-form .form-item .clidxboost-btn-link:hover {
    background-color: #a08c69;
    color: #fff;
    border-color: #a08c69;
}

.footer-content-info-form .form-search .flex-content-form .form-item .clidxboost-btn-link:hover span{
    color: #fff;
}


.form-search .flex-content-form .form-item .opt-list{
    display: flex;
    flex-flow: column;
    gap: 20px 0;
    margin-top: 20px;
}

.form-search .flex-content-form .form-item .opt-list .opt-item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.form-search .flex-content-form .form-item .opt-list .opt-item > span{
    margin-bottom: 20px!important;
}

.form-search .flex-content-form .form-item .opt-list .opt-item input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

.form-search .flex-content-form .form-item .opt-list .opt-item label{
    padding-left: 28px!important;
    position: relative;
}

.form-search .flex-content-form .form-item .opt-list .opt-item label::before{
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #020202;
    border: 1px solid #fff;
}

.form-search .flex-content-form .form-item .opt-list .opt-item input:checked + label::before{
    background-image: url(../images/check-form.png);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1660px) {
    .form-search .flex-content-form .form-item .opt-list .opt-item input:checked + label::before{
        background-size: 10px;
    }
}

.formcontact_footer.active .cm-content-form {
    background-color: #fff !important;
}

.formcontact_footer.active .cm-content-form .for_modal{
    color:#1d2228;
}

.formcontact_footer.active .cm-content-form .for_modal h2{
    font-family: 'Montserrat'!important;
}

.formcontact_footer .cm-content-form .closemf{
    background-color: #1d2228;
    color: #fff;
}

.formcontact_footer .cm-content-form .closemf:hover {
    background-color: #a08c69;
    color: #fff;
}

.formcontact_footer .form-item label, 
.formcontact_footer .form-item > span, 
.formcontact_footer .form-search .flex-content-form .form-item .opt-list .opt-item > span{
    color: #1d2228!important;
}

.formcontact_footer .form-item input, 
.formcontact_footer .form-item textarea, 
.formcontact_footer .form-item input::placeholder, 
.formcontact_footer .form-item textarea::placeholder {
    color: #1d2228!important;
}

.formcontact_footer .form-item input, 
.formcontact_footer .form-item textarea {
    border-bottom: 1px solid #1d2228!important;
}

.formcontact_footer .form-search .flex-content-form .form-item .opt-list{
    gap: 10px 0;
    margin-top: 10px;
}

.formcontact_footer .form-search .flex-content-form .form-item .opt-list .opt-item > span {
    margin-bottom: 10px!important;
}

/* -------------- --------------------- */
/* ------------Iconos --- --------------*/
/* -------------- --------------------- */

.idx-icon-youtube-logo{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.idx-icon-youtube-logo:before{
    display: none;
}

.idx-icon-youtube-logo:after{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-image: url(../images/icons/youtube.svg);
    background-position: center;
    background-size: 13px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1660px) {
    .idx-icon-youtube-logo:after{
        background-size: 12px;
    }
}

.activeFixed#header.cm-header .idx-icon-youtube-logo:after{
    filter: invert(1);
}

/* -------------- --------------------- */
/* ------------About ---- --------------*/
/* -------------- --------------------- */

.about_inner .featured{
    position: relative;
    height: 100vh;
    max-height: 662px;
}

.featured-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_inner .featured:before{
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8196078431) 0%, rgba(0, 0, 0, 0) 100%);
}

.about_inner .featured div{
    height: 100%;
}

/* -------------- --------------------- */
/* ----------Lazylaod --- --------------*/
/* -------------- --------------------- */

.lazy-loaded{
    transition: all 1s;
    transition-delay: 0.1s;
}

.lazy{
    opacity: 0;
    
}

/* -------------- --------------------- */
/* ----------Animaciones --- -----------*/
/* -------------- --------------------- */

[data-animation-direction]{
    transition: opacity 1s ease-out .2s, transform 1s ease-out ;
}

[data-animation-direction="up"]{
    transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
    opacity: 0;
}

[data-animation-direction="bottom"]{
    transform: translate(0%, -20px) matrix(1, 0, 0, 1, 0, 0);
    opacity: 0;
}

[data-animation-direction="left"]{
    transform: translate(-20px, 0) matrix(1, 0, 0, 1, 0, 0);
    opacity: 0;
}


[data-animation-direction="right"]{
    transform: translate(20px, 0) matrix(1, 0, 0, 1, 0, 0);
    opacity: 0;
    visibility: hidden;
}

[data-animation="true"] [data-animation-direction="up"],
[data-animation="true"] [data-animation-direction="right"],
[data-animation="true"] [data-animation-direction="left"]{
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
    visibility: visible;
}

/* -------------- --------------------- */
/* ----------Floating windows ----------*/
/* -------------- --------------------- */

/* .popad{
    background-image: url(../images/Floating-Banner-new.jpg);
} */

/* -------------- --------------------- */
/* ----------Modal formularios ---------*/
/* -------------- --------------------- */

.custom_modal_download .form-item:nth-child(5),
.custom_modal_download .form-item:last-child{
    width: 100%!important;
}

.custom_modal_download .form-item:last-child{
    display: flex;
    justify-content: center;
}

.custom_modal_download .form-item label, 
.custom_modal_download .form-item > span, 
.custom_modal_download .form-item .opt-list .opt-item > span{
    color: #fff!important;
}

.custom_modal_download .form-item input, 
.custom_modal_download .form-item textarea, 
.custom_modal_download .form-item input::placeholder, 
.custom_modal_download .form-item textarea::placeholder {
    color: #fff!important;
}

.custom_modal_download .form-item input, 
.custom_modal_download .form-item textarea {
    border-bottom: 1px solid #fff!important;
}


.custom_modal_download .clidxboost-btn-link{
    background-color: transparent!important;
    border-color: transparent!important;
}

.custom_modal_download .clidxboost-btn-link span{
    transition:all .3s ease;
}

.custom_modal_download .custom_modal .close-modal span{
    background-color: rgba(255,255,255,0.67);
    transition: all 0.3s ease-in-out;
    color: #000;
}

.custom_modal_download .custom_modal .close-modal spa:hover {
    background-color: #966a3a;
    color: #fff;
}

/* -------------- --------------------- */
/* ----------Icono whatsapp--- ---------*/
/* -------------- --------------------- */

.whatsapp-float{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 55px;
    margin: 15px;
    z-index: 999;
}

@media screen and (min-width: 1280px) {
    .whatsapp-float{
        bottom: 60px;
    }
}

.whatsapp-float-inner{
    border-radius: 9999px;
    background-color: #24d366;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: all .3s ease;
    box-shadow: rgb(0 0 0 / 20%) 0 0 10px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}
/**/
.whatsapp-float-inner img{
    width: 60%;
}

.whatsapp-float-inner:hover{
    transform: scale(1.1);
    background: #128c7e;
}

body .uwy.userway_p3 .uai{
    left: calc(100% - 15px)!important;
}

/* --------------------- */

.towers-btn{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5rem;
    z-index: 99;
    width: 85%;
    max-width: 1725px;
    width: 85%;
    display: flex;
    justify-content: flex-start;
    pointer-events: none;
    margin: 0 auto;
    margin-top: 20px;
}

@media screen and (min-width: 580px) {
    .towers-btn{
        bottom: 8rem;
        max-width: 1725px;
        width: 80%;
        justify-content: flex-end;
        margin: 0 auto;
    }
}

.towers-btn .button{
    pointer-events: all;
}

/* ------------- Tripwire ------------- */
#adds{
    background-image: none!important;
    background-color: #fff;
    border-radius: 8px;
    left: 5px;
    padding: 0;
}

@media screen and (min-width: 1280px) {
    #adds{
        left: 16px;
    }
}

.tripwire-wrapper{
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.tripwire-video{
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 40%;
    overflow: hidden;
    object-fit: cover;
}

.tripwire-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tripwire-content{
    width: calc(100% - 40%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
    padding-left: 16px;
    color: #1d2228;
}

@media screen and (min-width: 1280px) {
    .tripwire-content{
        padding: 12px;
        padding-left: 24px;
    }
}

.tripwire-content .tripwire-heading{
    font-family: 'NewYork';
    line-height: 1;
    font-family: 'NewYork';
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
    .tripwire-content .tripwire-heading{
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1660px) {
    .tripwire-content .tripwire-heading{
        font-size: 26px;
    }
}

.tripwire-btn{
    display: flex;
}

.tripwire-btn .button{
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    font-family: 'Montserrat';
    font-size: 1rem;
}

@media screen and (min-width: 1280px) {
    .tripwire-btn .button{
        font-size: 12px;
    }
}

/* ------------- Formularios ------------- */

.custom_modal-information.custom_modal .modal_cm{
    background-color: #000!important;
}

.custom_modal-information.custom_modal .head_area{
    color:#fff;
}

.custom_modal-information.custom_modal .modal_cm .content_md .heder_md h2,
.custom_modal-information.custom_modal .modal_cm .content_md .heder_md p{
    font-family: 'Montserrat'!important;
    font-weight: 400;
    color:#fff;
}

.custom_modal-information.custom_modal .modal_cm .content_md .heder_md h2{
    font-size: 24px; 
    font-family: 'Mongolian Baiti'!important;
    font-weight: bold;
}

.custom_modal-information.custom_modal .modal_cm .content_md .heder_md p{
    font-size: 16px; 
}

.custom_modal-information.custom_modal  .close-modal{
    top: 0;
    height: 45px;
    width: 45px;
    right: 0;
    border-radius: 0;
    background-color: rgba(255,255,255,0.67);
    color: #000;
}

.custom_modal-information.custom_modal .close-modal:hover {
    background-color: #a08c69;
    color: #fff;
}

.custom_modal-information.custom_modal .modal_cm .close-modal:hover span:before{
    color: #fff;
}

.modal-information  .flex-content-form .form-item:nth-child(6){
    width: 100%!important;
    display: block!important;
}

.modal-information  .flex-content-form .form-item:nth-child(7){
    display: none;
}

.form-item.pt-choose {
    padding-bottom: 8px!important;
    gap: 25px;
    justify-content: center;
    display: flex;
    padding: 12px 0;
    order: -1;
    width: 100% !important;
}

@media screen and (min-width: 1280px){
    .form-item.pt-choose {
        justify-content: flex-start;
    }
}
