@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'millanovaregular';
    src: url('../fonts/millanova-webfont.woff2') format('woff2'),
        url('../fonts/millanova-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    --main-font: "Montserrat", sans-serif;
    --roboto: "Roboto", sans-serif;
    --bebas: "Bebas Neue", sans-serif;
    --crimson: "Crimson Text", serif;
    --brown: #756957;
}

p {
    margin-bottom: 0px;
}


header {
    position: relative;
}

.img-resp {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.img-full{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.menu-box {
    position: absolute;
    width: 100%;
    height: 400px;
    z-index: 41;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 2%, rgba(0, 0, 0, 0) 100%);
}

.main-menu {
    list-style: none;
    padding: 0px;
    text-align: right;
    margin: 0px;
    overflow: hidden;
}

footer {
    overflow: hidden;
}

.unit-tittle {
    font-weight: 600;
    font-family: var(--roboto);
    color: #756957;
    font-size: 28px;
    line-height: 25px;

}

.footer-menu {
    background-color: #67796B;
    padding-top: 25%;
    position: relative;
    z-index: 4;
}

.footer-menu::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    padding-top: 20%;
    z-index: 5;
    width: 100%;
    background-image: url('../assets/images/footer/deco.svg');
    background-attachment: fixed;
    background-size: 600px;

}

.call-action-box {
    position: absolute;
    width: 100%;
    bottom: -50px;
    z-index: 40;
}

.condos-call-action {
    background-color: #66786B;
    border-bottom-left-radius: 500px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
    z-index: 50;
    height: 100%;
    padding-left: 40%;
}


.big-3 {
    position: absolute;
    font-size: 22vw;
    top: 0px;
    left: 10%;
    line-height: 4vw;
    font-family: var(--crimson);
    color: #F0DDCB;
    text-shadow: 0px 10px #00000033;
}

.big-3-studios {
    position: absolute;
    font-size: clamp(25px,22vw, 270px);
    top: 0px;
    left: 3%;
    line-height: 4vw;
    font-family: var(--crimson);
    color: #F0DDCB;
    text-shadow: 0px 10px #00000033;
}

.shadow-condos-call,
.shadow-studios-call {
    position: relative;
}

.shadow-condos-call::after {
    content: '';
    position: absolute;
    width: 95%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 20px;
    right: 0px;
    border-bottom-left-radius: 500px;
    z-index: 40;
}

.studios-call-action {
    background-color: #95937C;
    border-top-right-radius: 500px;
    position: relative;
    height: 100%;
    z-index: 50;
    position: relative;
    padding-left: 30%;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-right: 10%;
}

.shadow-studios-call::after {
    content: '';
    position: absolute;
    width: 95%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 20px;
    left: 0px;
    z-index: 40;
    border-top-right-radius: 500px;
}

.credits {
    background-color: #756957;
}

.footer-arc-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.footer-arc {
    background-color: rgba(53, 30, 12, 0.50);
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
}

.main-menu li {
    display: inline-block;
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
}

.main-menu li a {
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-left: 7px;
    margin-right: 7px;
}

.main-menu li .hvr-underline-reveal:before,
.footer-nav .hvr-underline-reveal:before {
    background: #DFA475 !important;
    height: 2px;
}

.active::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    height: 2px;
}

.hidden-pic {
    opacity: 0;
}

.show-pic {
    width: 100%;
    height: 120%;
    background-color: #202621;
    position: absolute;
    top: -10%;
    left: 0px;
    border-radius: 300px;
    background-image: url('../assets/images/home/rotator_1.jpg');
    background-size: cover;
    background-position: center center;
    z-index: 40;
}

.green-badge {
    background-image: url("../assets/images/home/green-lg.svg");
    background-position: center center;
    background-size: cover;
    margin-bottom: -50px;
    margin-top: -50px;
    position: relative;
    border-radius: 1000px;
    padding-top: 25%;
    padding-bottom: 25%;
    z-index: 30;

    -webkit-box-shadow: 0px 30px rgba(0, 0, 0, 0.208);

    box-shadow: 0px 30px rgba(0, 0, 0, 0.208);

}

.badge-content {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.separator {
    width: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.lang-button {
    background-color: #DFA475;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 30px;
    position: relative;
    margin-left: 30px !important;
    position: relative;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;

}

.lang-button:hover {
    background-color: #99704e;


}

.lang-button::before {
    content: '';
    width: 2px;
    background-color: #DFA475;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -20px;
}

.handwriting {
    font-family: 'millanovaregular';
    color: #ffffff;
    font-size: 35px;
}

.traza-logo {
    width: 40%;
}

.txt-white {
    color: #ffffff !important;
}

.txt-yellow {
    color: #DDB16B !important;
}

.txt-cream {
    color: #F0DDCB;
}

.txt-blue {
    color: #007ac3;
}

.txt-general {
    font-family: var(--main-font);
    font-size: 15px;
    line-height: 25px;
}

.txt-general-sm {
    font-family: var(--main-font);
    font-size: 13px;
    line-height: 23px;
}

.txt-general-xs {
    font-family: var(--main-font);
    font-size: 13px;
    line-height: 16px;
}

.txt-general-bold {
    font-family: var(--main-font);
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}

.txt-brown {
    color: #756957 !important;
}

.txt-orange {
    color: #CB815A !important;
}

.blackstone-logo {
    width: 40%;
}

.txt-lg {
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    font-family: var(--roboto);
}

.txt-md {
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    font-family: var(--roboto);
}

.txt-sm {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    font-family: var(--roboto);
}

.units-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 39;
}

.deptos-box {
    background-color: #614732;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 100;
    color: #ffffff;
    font-family: var(--roboto);
}

.studios-box {
    background-color: #95937C;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 100;
    color: #ffffff;
    font-family: var(--roboto);
}

.shadow-arc {
    position: relative;
    z-index: 100;
}

.shadow-arc::after {
    content: '';
    width: 70%;
    height: 100%;
    background-color: rgba(44, 66, 46, 0.3);
    top: 20px;
    left: 15%;
    z-index: 50;
    position: absolute;
    border-radius: 400px;
}

.footer-nav a {
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
}

.invest-button {
    background-color: #DDB16B;
    padding: 4px 25px;
    color: #756957;
    text-decoration: none;
    font-family: var(--roboto);
    font-size: 13px;
    line-height: 25px;
}

.tittle-condos {
    font-weight: 600;
    font-size: 23px;
    line-height: 25px;
}

.subtittle-condos {
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    display: block;
}

.opportunity-tittle {
    font-weight: 200;
    font-size: 20px;
    line-height: 25px;
    display: block;
}

.invert-tittle {
    font-family: var(--roboto);
    font-weight: 600;
    font-size: 36px;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

.usage-condo {
    font-size: 12px;
    font-weight: 400;
    padding-top: 15px;
}

.social-icon {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.social-icon:hover {
    color: #FFAD36;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.units-back {
    background-color: rgba(53, 30, 12, 0.50);
}

.invest-button.hvr-bounce-to-bottom:before {
    background-color: #331E00 !important;
}

.agenda-border {
    border-right: 1px solid rgb(222, 226, 230);
}

.main-logo {
    max-width: 350px;
}

.col-arc {
    position: relative;
    z-index: 30;
}

.col-arc img {
    width: 100%;
    border-bottom-left-radius: 400px;
    border-bottom-right-radius: 400px;
    position: relative;
    z-index: 40;
}

.col-arc::before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 100%;
    background-color: rgba(166, 155, 131, 0.379);
    z-index: 30;
    border-radius: 400px;
}

.col-arc-inverted img {
    width: 100%;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
    position: relative;
    z-index: 40;
}

.tittle-lg {
    font-family: var(--bebas);
    font-size: clamp(25px, 7vw, 75px);
    line-height: clamp(25px, 7vw, 65px);
    font-weight: 300;
}

.side-button {
    display: block;
    position: relative;
    padding: 15px 25px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    width: 130px;
    text-align: center;
}

.side-button:hover,
.side-button:active {
    background-color: rgba(32, 38, 33, 0.15);

}

.side-box .side-button:nth-child(1) {
    margin-left: -25px;
}

.line-separator::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background-color: #DFA475;
    top: 0px;
    right: 0px;

}

.side-box .side-button:last-child() {
    margin-left: -25px;
}

.tittle-side {
    font-family: var(--bebas);
    color: #DFA475;
    font-size: 35px;
    line-height: 25px;
}

.available-box {
    max-width: 400px;
    z-index: 40;
}

.separator-orange {
    position: relative;
}

.separator-orange::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 130%;
    top: -15%;
    right: 0px;
    background-color: #DFA475;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.30);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.30);
}

.subtittle-side {
    font-family: var(--main-font);
    font-size: 12px;
    color: var(--brown);
    line-height: 15px;
}

.shadow-video-condos {
    background-image: linear-gradient(110deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 99%);
}

.video-box {
    padding-top: 45%;
    overflow: hidden;
}

.video-footer {
    padding: 15px 35px;
    background-color: rgba(0, 0, 0, 0.30);
}

.back-green-deco {
    padding-top: 10%;
    padding-bottom: 10%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-image: url("../assets/images/home/green-lg.svg");
}

.back-brown-deco {
    padding-top: 10%;
    padding-bottom: 10%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-image: url("../assets/images/home/brown-lg.svg");
}

.back-hux-deco {
    padding-top: 10%;
    padding-bottom: 10%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-image: url("../assets/images/huatulco/marina-lg.jpg");
}

.button-unit {
    display: block;
    color: #ffffff;
    background-color: #DFA475;
    top: 51.5%;
    left: 47.2%;
    position: absolute;
    z-index: 40;
    font-family: var(--roboto);
    font-weight: 500;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2.3vw;
    border-radius: 200px;
    text-decoration: none;
    line-height: 3.5vw;

}

.button-pdf {
    font-family: var(--main-font);
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    color: #ffffff;
    background-color: #756957;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    border-radius: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.button-pdf:hover,
.button-pdf:active {
    background-color: #201d19;

}

.table-price-box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EFDDCC;
}

.north-map {
    position: absolute;
    top: 10%;
    width: 5%;
    left: 10%;
}

.label-map {
    position: absolute;
    right: 0px;
    top: 10%;
    background-color: #DFA475;
    padding-right: 7%;
    padding-left: 7%;
    border-bottom-left-radius: 400px;
    font-size: 4.5vw;
    color: #ffffff;
    font-family: var(--bebas);
    line-height: 7.5vw;
    -webkit-box-shadow: 10px 11px 0px rgb(0 0 0 / 23%);
    box-shadow: 10px 11px 0px rgb(0 0 0 / 23%);
}

.tittle-separator {
    font-family: var(--crimson);
    font-size: clamp(25px, 7vw, 45px);
    line-height: clamp(25px, 7vw, 45px);
    font-weight: 300;
}

.pre-sale-box {
    padding-bottom: 10%;
}

.video-header {
    padding-top: 70%;
    background-image: url('../assets/images/home/videoback.svg');
    background-size: cover;
    background-position: center center;
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
}

.bg-cream {
    background-color: #EFDDCC;
}

.bg-orange {
    background-color: #cb815a;
}

.hux-pic {
    border-top-right-radius: 1000px;
    overflow: hidden;
    border-bottom-right-radius: 1000px;
    -webkit-box-shadow: 0px 20px 0px rgb(0 0 0 / 14%);
    box-shadow: 0px 20px 0px rgb(0 0 0 / 14%);
    margin-top: -15%;
    position: relative;
    z-index: 40;
}

.hux-pic-right {
    border-top-left-radius: 1000px;
    overflow: hidden;
    border-bottom-left-radius: 1000px;
    -webkit-box-shadow: 0px 20px 0px rgb(0 0 0 / 14%);
    box-shadow: 0px 20px 0px rgb(0 0 0 / 14%);
    position: relative;
    z-index: 40;
}

.earthcheck-logo {
    max-width: 180px;
    margin-top: -50px;
    position: relative;
    z-index: 40;
    margin-bottom: 50px;
}

.earth-container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem;
}

.plane-back {
    background-image: url('../assets/images/huatulco/plane.jpg');
    background-position: center top;
    background-size: cover;
}

.bus-back {
    background-image: url('../assets/images/huatulco/bus.jpg');
    background-position: center top;
    background-size: cover;
}

.flights-table div:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.3);
}

.flights-table div:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.5);
}

.btn-message {
    background-color: #cb815a;
    border: #9e6344;
    font-family: var(--main-font);
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
}

.red-deco {
    background-color: #cb815a;
    background-image: url(../assets/images/footer/deco-red.svg);
    background-attachment: fixed;
    background-size: 600px;
    padding-top: 10%;
    padding-bottom: 10%;
}

.btn-message:hover {
    background-color: #cb815a;
    border: #9e6344;
}

.icon-contact {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    margin-top: 20px;
}

.icon-contact img {
    -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
    max-width: 100px;
}

.map-box{
    width: 100%;
    height: 800px;
}

.invisible{
    opacity: 0;
}
.video-backup{
    background-image: url('../assets/images/home/homevideo.jpg');
    background-position: center center;
    background-size: cover;
}
.video-huatulco{
    background-image: url('../assets/images/huatulco/huatulco-video.jpg');
    background-position: center center;
    background-size: cover;
}
#condos{
    background-image: url('../assets/images/availability/condo-video.jpg');
    background-position: center center;
    background-size: cover;
}

#estudios{
    background-image: url('../assets/images/availability/studio-video.jpg');
    background-position: center center;
    background-size: cover;
}
/* Underline Reveal */
.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
    color: white;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Sweep To Top */
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6d4732;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
    color: white;
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

@media (max-width: 991.98px) {

    .lang-button-box {
        display: block;
        position: absolute;
        right: 0px;
        top: -30px;
    }

    .lang-button::before {
        content: none;
    }

    .available-box {
        padding-top: 30%;
    }

}

@media (max-width: 767.98px) {

    .footer-arc {
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
    }

    .resp-button,
    .resp-button-close {
        position: fixed;
        top: 33px;
        right: 30px;
        border: none;
        background-color: #475748;
        color: #ddb16b;
        width: 55px;
        height: 55px;
        font-size: 25px;
        -webkit-box-shadow: 3px 3px 3px rgb(51 30 0 / 30%);
        box-shadow: 3px 3px 3px rgb(51 30 0 / 30%);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 201;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .resp-button-close {
        z-index: 202;
    }

    .resp-button:hover,
    .resp-button-close:hover,
    .resp-button:active,
    .resp-button-close:active {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        background-color: #202621;
        color: #ddb16b;
        -webkit-box-shadow: 3px 3px 3px rgb(51 30 0 / 0%);
        box-shadow: 3px 3px 3px rgb(51 30 0 / 0%);
        border: 2px solid #475748;
    }

    .footer-menu {
        padding-top: 40%;
    }

    .traza-logo {
        max-width: 100px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .blackstone-logo {
        max-width: 100px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .main-menu li a {
        font-size: 22px;
    }

    .main-menu {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 0px;
        overflow: hidden;
        top: 0px;
        left: 0px;
        z-index: 200;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        background-image: url('../assets/images/footer/deco.svg');
        background-position: center bottom;
        background-size: 600px;
        background-color: #383f39;
    }

    .resp-menu-show {
        -webkit-box-shadow: 0px 0px 25px rgba(5, 5, 5, 0.70);
        box-shadow: 0px 0px 25px rgba(5, 5, 5, 0.70);
        -webkit-animation: menu-show 1.5s ease-out 1 both;
        animation: menu-show 1.2s ease-out 1 both;
    }


    @-webkit-keyframes menu-show {
        from {
            height: 0px;
        }

        to {
            height: 100vh;
        }
    }

    @keyframes menu-show {
        from {
            height: 0px;
        }

        to {
            height: 100vh;
        }
    }


    .resp-menu-hide {
        -webkit-box-shadow: 0px 0px 25px rgba(5, 5, 5, 0.70);
        box-shadow: 0px 0px 25px rgba(5, 5, 5, 0.70);
        -webkit-animation: menu-show 1.5s ease-out 1 both;
        animation: menu-hide 1.2s ease-out 1 both;

    }

    @-webkit-keyframes menu-hide {

        from {
            height: 100vh;
        }

        to {
            height: 0px;
        }

    }

    @keyframes menu-hide {

        from {
            height: 100vh;
        }

        to {
            height: 0px;
        }

    }

    .lang-button-box {
        display: none !important;
    }

    .lang-resp {
        display: block;
        position: fixed;
        background-color: #ddb16b;
        font-family: var(--main-font);
        font-size: 13px;
        font-weight: 500;
        top: 0px;
        right: 20px;
        width: 75px;
        text-align: center;
        color: #756957;
        text-decoration: none;
        line-height: 23px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .lang-resp:hover,
    .lang-resp:active {
        background-color: #604f33;
        color: #ffffff;
    }

    .call-action-box {
        position: relative;
        width: 100%;
        bottom: 0px;
        z-index: 40;
    }

    .separator-orange {
        display: none;
    }

    .condos-call-action {
        background-color: #66786B;
        border-bottom-left-radius: 0px;
        position: relative;
        padding-top: 30px;
        padding-bottom: 40px;
        z-index: 50;
        height: 100%;
        padding-left: 20%;
        padding-right: 5%;
    }

    .studios-call-action {
        background-color: #95937C;
        border-top-right-radius: 0px;
        position: relative;
        height: 100%;
        z-index: 50;
        position: relative;
        padding-left: 20%;
        padding-top: 30px;
        padding-bottom: 40px;
        padding-right: 5%;

    }

    .big-3,
    .big-3-studios {
        position: absolute;
        font-size: 110px;
        top: 10px;
        left: 5%;
        line-height: 110px;
        font-family: var(--crimson);
        color: #F0DDCB;
        text-shadow: 0px 6px #00000033;
    }

    .shadow-studios-call::after {
        width: 100%;
    }

    .pre-sale-box {
        padding-bottom: 3%;
        padding-top: 3%;
        background-color: #745e42;
    }

    .available-box {
        padding-top: 10%;
    }

    .video-header {
        padding-top: 60vh;
    }

    .hux-pic,
    .hux-pic-right {
        border-radius: 0px !important;
        overflow: hidden;
        border-bottom-right-radius: 1000px;
        -webkit-box-shadow: 0px 20px 0px rgb(0 0 0 / 14%);
        box-shadow: 0px 20px 0px rgb(0 0 0 / 14%);
        margin-top: 0px;
        position: relative;
        z-index: 40;
    }

    .blue-flag-logo {
        margin-top: 0px;
    }

    .map-box{
        width: 100%;
        height: 500px;
    }



}

@media (max-width: 575.98px) {

    .footer-arc-box {
        position: relative;
    }

    .footer-arc {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-color: #536053;
    }

    .units-box {
        position: relative;
    }

    .deptos-box {
        border-radius: 0px;
    }

    .studios-box {
        border-radius: 0px;
    }

    .shadow-arc::after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(44, 66, 46, 0.3);
        top: 20px;
        left: 0px;
        z-index: 50;
        position: absolute;
        border-radius: 0px;
    }

    .footer-menu {
        padding-top: 20%;
    }

    .agenda-border {
        border-right: none;
        border-bottom: 1px solid #ffffff;
    }

    .phone-border {
        border-bottom: 1px solid rgb(222, 226, 230);
    }

    .label-map {
        -webkit-box-shadow: 5px 5px 0px rgb(0 0 0 / 23%);
        box-shadow: 5px 5px 0px rgb(0 0 0 / 23%);
    }

    .green-badge{
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    .map-box{
        width: 100%;
        height: 400px;
    }


}