/*
    Theme Name: Casa Nima
    Theme URI: 
    Author: Casa Nima
    Author URI: 
    Description: Theme Diseñado para Casa Nima
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: flexbox, css grid, mobile first
    Text Domain: casaNima
*/


@font-face {
    font-family: "Kepler";
    src: url("./assets/fonts/KeplerStd-Disp.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "LEMONMILK Light";
    src: url("./assets/fonts/LEMONMILK-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "LEMONMILK Regular";
    src: url("./assets/fonts/LEMONMILK-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    box-sizing: border-box;
    margin: 0 !important;
}

:root {
    --primary: #EFEDE8;
    --secondaty: #9E633B;
    --tertiary: #D6B599;
    --cuaternary: #CFCFCF;
    --white: #FFF;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header__casanima {
    width: 100%;
    overflow: hidden;
}

.barra-navegacion {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 10;
}

.barra-navegacion {
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 99;
    display: flex;
    flex-direction: row;
    padding: 16px 96px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #FFF;
}

.barra-navegacion.fixed {
    position: fixed;
    background-color: #1C668A;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.menu-principal ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    gap: 32px;
    align-items: center;
}

.barra-navegacion nav.menu-principal>ul.menu>li.menu-item:last-child {
    display: none;
}

.menu-principal ul li a {
    color: #FFF;
    font-size: 1rem;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-family: 'LEMONMILK Regular', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #FFF;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-principal a:hover {
    border-bottom: 2px solid var(--white);
}

.menu-principal .current_page_item a {
    border-bottom: 2px solid var(--white);
}

.header-image {
    display: flex;
}

.header-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.header-background {
    width: 100%;
    min-height: 500px;
    background-color: #9E633B;
}

.container__principal.aviso {
    background-color: #D6B599;
    width: 100%;
    height: 500px;
}

.title-overlay {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
}

.title-overlay .title__video {
    font-size: 3rem;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 20px;
    padding-top: 400px;
    font-family: 'LEMONMILK Regular', sans-serif;
}

.title-overlay .title {
    font-size: 3rem;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 20px;
    padding-top: 200px;
    font-family: 'LEMONMILK Regular', sans-serif;
}

.tab-slider--nav {
    width: 100%;
    float: left;
}

.sub-menu {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: transparent;
    border: 1px solid #FFF;
    height: 35px;
    user-select: none;
    width: 146px;
    gap: 10px !important;
    flex-direction: row-reverse !important;
}

.sub-menu li.active:after {
    content: "";
    width: 100%;
    background: #FFF;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
}

.sub-menu li {
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    user-select: none;
    font-size: 1rem;
}

.sub-menu li.active a {
    color: #9E633B !important;
    z-index: 1;
}


.container__resumen {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #EFEDE8;
    position: relative;
}

.container__resumen::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #D6B599;
    position: absolute;
    bottom: 0;
    left: 0;
}



.container__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 85px 90px 91px 96px;
    text-align: center;
    gap: 40px;
    width: 40%;
}

.container__text .resumen {
    text-align: center;
    color: #9E633B;
    font-size: 1.375rem;
    line-height: 140%;
    font-family: "Kepler", sans-serif;
    font-weight: 400;
}

.container__text .subtitle__resumen,
.container__text .title__resumen {
    color: #9E633B;
    line-height: 120%;
    font-size: 1.5rem;
    font-family: "LEMONMILK Regular", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.button__resumen {
    display: flex;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 2px solid #9E633B;
    color: #9E633B;
    cursor: pointer;
    font-family: "LEMONMILK Regular", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.button__resumen:hover {
    background-color: #1C668A;
    border: 2px solid #1C668A;
    color: #FFF;
}

.container__img__resumen {
    width: 55%;
}

.imagen__resumen {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container__galery {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 88px 98px;
    gap: 40px;
}

.gallery-item {
    width: 33.33%;
    overflow: hidden;
}

.container__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.container__img__galery {
    border-radius: 300px 300px 0px 0px;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.imagen__galery {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.container__text__galery {
    display: flex;
    flex-direction: column;
    padding: 16px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background-color: #1C668A;
    text-align: center;
}

.title__galery {
    margin: 0;
    color: #FFF;
    font-size: 1.125rem;
    font-family: "LEMONMILK Regular", sans-serif;
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 2px;
}

.container__ubicacion {
    display: flex;
    flex-direction: row;
    background-color: #EFEDE8;
    gap: 40px;
    justify-content: space-between;
}

.container__text__ubicacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 96px;
    gap: 40px;
    width: 29%;
}

.title__ubicacion {
    color: #9E633B;
    font-family: "LEMON MILK", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.resumen__ubicacion {
    color: #9E633B;
    font-family: "Kepler", sans-serif;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.medios__visita {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    align-items: start;
}

.button__email,
.button__whatsapp {
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 40px;
    border: 2px solid #9E633B;
    color: #9E633B;
    max-width: 150px;
    height: 20px;
    gap: 5px;
    font-family: "LEMONMILK Regular", sans-serif;
    text-transform: uppercase;
}

.button__email:hover,
.button__whatsapp:hover {
    background-color: #1C668A;
    color: #FFF;
    border: 2px solid #1C668A;
}

.button__email span,
.button__whatsapp span {
    font-size: 1rem;
    line-height: 120%;
}

.contianer__contacto {
    display: flex;
    flex-direction: row;
    padding: 50px 96px;
    gap: 150px;
    max-width: 100%;
    box-sizing: border-box;
}

.container__img__contacto {
    width: 50%;
    overflow: hidden;
    padding-top: 70px;
}

.imagen__contacto {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.container__formulario {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: calc(100% - 536px - 50px);
    box-sizing: border-box;
}

.title__contacto {
    color: #9E633B;
    font-size: 2rem;
    line-height: 120%;
    font-family: "LEMONMILK Regular", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}


.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.container__inputs {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.item__inputs {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 50%;
}

.item__inputs__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.container__inputs p {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.container__inputs p label {
    color: #9E633B;
    font-size: 1.125rem;
    line-height: 120%;
    font-family: "Kepler", sans-serif;
    margin-left: 15px;
}

.container__inputs p input {
    padding: 15px 24px;
    border-radius: 80px;
    border: none;
    background-color: #EFEDE8;
    max-width: 90%;
    width: 90%;
}

.container__inputs p select {
    background-image: url(./assets/img/Black_select.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 15px 24px;
    border-radius: 80px;
    border: none;
    background-color: #EFEDE8;
    width: 100%;
    color: #9E633B;
}

.container__inputs p select {
    padding: 15px 24px;
    border-radius: 80px;
    border: none;
    background-color: #EFEDE8;
    width: 100%;
    color: #9E633B;
}

.container__inputs p span textarea {
    padding: 15px 24px;
    border-radius: 24px;
    border: none;
    background-color: #EFEDE8;
    width: 100%;
}

.container__options {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.container__terminos {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.container__terminos p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

input[type="checkbox"] {
    margin-right: 8px;
    border: 1px solid #9E633B;
    background-color: #FFF;
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 4px;
}

input[type="checkbox"]:checked {
    background-color: #FFF;
    border-color: #9E633B;
}

input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 23px;
    border-color: #9E633B;
}

.input__checkbox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #9E633B;
}

.label__checkbox {
    color: #9E633B;
    font-size: 1rem;
    line-height: 120%;
}

.label__checkbox a {
    color: #9E633B;
    font-size: 1rem;
    line-height: 120%;
    text-decoration: underline;
}

footer {
    background-color: #EFEDE8;
    border-top-right-radius: 48px;
}

.container__footer__info {
    display: flex;
    flex-direction: row;
    padding: 64px 96px 30px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 96px;
}

.container__button {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}


.item__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.container__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 0px;
}

.container__footer::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #9E633B;
    position: absolute;
    top: 0;
    left: 0;
}

.title__footer,
.footer__text {
    color: #9E633B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.title__footer {
    text-transform: uppercase;
    font-family: 'LEMONMILK Regular', sans-serif;
    margin: 0;
}

.footer__text {
    font-family: "Kepler", sans-serif;
}

.menu__footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
}

.menu__footer a {
    color: #9E633B;
    font-size: 1rem;
    line-height: 120%;
    text-decoration: none;
}

.text__footer {
    color: #9E633B;
    font-size: 1.5rem;
    line-height: 120%;
    font-family: "Kepler", sans-serif;
}

.text__footer a {
    color: #9E633B;
    font-size: 1.5rem;
    line-height: 120%;
    font-family: "Kepler", sans-serif;
    text-decoration: none;
}

.text__footer a:hover {
    text-decoration: underline;

}

/* Nosotros */

.imagen__nosotros {
    max-height: 465px;
    width: 100%;
    object-fit: cover;
}

.container__nosotros {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 122px 96px;
    position: relative;
}

.container__nosotros::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #9E633B;
    transform: translate(-50%);
}

.container__text__nosotros {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    justify-content: space-around;
    max-width: 570px;
    gap: 54px;
    min-height: 500px;
}

.container__texto__nosotros {
    display: flex;
    text-align: center;
    align-items: flex-start;
    width: 100%;
}

.container__img__nosotros {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: transparent;
}

.container__img__nosotros .logo__nosotros {
    max-width: 320px;
}

.logo__nosotros img:nth-child(1) {
    width: 320px
}

.logo__nosotros img:nth-child(2) {
    width: 200px
}

.resumen {
    color: #9E633B;
    font-size: 19px;
    line-height: 140%;
    font-family: "Kepler", sans-serif;
    text-align: center;
}

.container__button__video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.button__video {
    display: flex;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 2px solid #9E633B;
    color: var(--Brown, #9E633B);
    text-align: center;
    font-family: "LEMONMILK Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 2px;
}

.button__video:hover {
    background-color: #1C668A;
    border: 2px solid #1C668A;
    color: #FFF;
}

/*AMENIDADES */

.container__slider__amenidades {
    padding: 100px 92px;
}

.container__titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 0 40px 0;
}

.titulo__section__gallery {
    color: #D6B599;
    font-size: 2rem;
    line-height: 120%;
    font-family: "LEMONMILK Regular", sans-serif;
    text-transform: uppercase;
}


.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    width: 800px;
    padding-bottom: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px !important;
}

.swiper-pagination-bullet-active {
    background: #9E633B !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.swiper-slide-active img {
    min-width: 800px;
    min-height: 400px;
}

.swiper-slide-active .datos__amenidad {
    display: flex;
}

.amenidades__slider .swiper-button-next::after {
    content: '';
    background-image: url(../casaNima/assets/img/Arrow-right.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.amenidades__slider .swiper-button-next {
    position: absolute;
    right: 590px;
    top: 530px;
    width: 24px;
    height: 24px;
    z-index: 10;
    cursor: pointer;
    z-index: 100;
}

.amenidades__slider .swiper-button-prev {
    position: absolute;
    left: 590px;
    top: 530px;
    width: 24px;
    height: 24px;
    z-index: 10;
    cursor: pointer;
    z-index: 100;
}

.amenidades__slider .swiper-button-prev::after {
    content: '';
    background-image: url(../casaNima/assets/img/Arrow-left.svg);
    width: 100%;
    height: 100%;
    display: block;
}


.datos__amenidad {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 20px 35px;
}

.titulo__amenidad {
    color: #9E633B;
    font-size: 1.125rem;
    line-height: 120%;
    font-family: "LEMONMILK Regular", sans-serif;
    text-transform: uppercase;
}

.descripcion__amenidad {
    color: #311F12;
    font-size: 1.75rem;
    line-height: 120%;
    font-family: "Kepler", sans-serif;
}

.imagen__gallery {
    width: 800px;
    height: 400px;
    object-fit: cover;
    border-radius: 40px;
}

.container__amenidades {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
    padding: 50px 96px;
    align-items: center;
    border-top: 4px solid #1C668A;
}

.container__text__amenidades {
    display: flex;
    flex-direction: column;
    width: 25%;
    border-radius: 300px 300px 0px 0px;
    background: #9E633B;
    padding: 120px 48px 70px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.container__text__amenidades .resumen__amenidades {
    color: #FFF;
    font-size: 1.75rem;
    line-height: 140%;
    text-align: center;
    font-family: "Kepler", sans-serif;
}

.grid__img__amenidades {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 75%;
}

.item__amenidades {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.item__amenidades .title__amenidades {
    color: #9E633B;
    font-size: 0.875rem;
    line-height: 120%;
    font-family: 'LEMONMILK Regular', sans-serif;
    text-transform: uppercase;
}

.container__call__to__action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 80px 96px;
    gap: 96px;
}

.title__call__to__action {
    color: #9E633B;
    font-size: 3.2rem;
    line-height: 120%;
    font-family: "Kepler", sans-serif;
    font-weight: 400;
    margin: 0;
}

.container__button__call__to__action {
    display: flex;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: none;
    color: #FFF;
    font-family: 'LEMONMILK Regular', sans-serif;
    cursor: pointer;
    background-color: #FFF;
    text-transform: uppercase;
}

.button__call__to__action {
    color: #9E633B;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.container__button__call__to__action:hover .button__call__to__action {
    color: #FFF;
}

.container__button__call__to__action:hover {
    background-color: #1C668A;
}

.container__button__call__to__action:hover .button__call__to__action svg path {
    stroke: #FFF;
}

/* Availability */
.container__availability {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
}

.informaction__container {
    display: flex;
    width: 90%;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 16px;
    flex-direction: column;
    padding: 70px 96px 20px;
}

.title__floor,
.title__availability {
    color: #9E633B;
    font-size: 2rem;
    line-height: 120%;
    font-family: "LEMONMILK Regular", sans-serif;
    text-transform: uppercase;
}

.subtitle__availability {
    color: #311F12;
    font-size: 1.5rem;
    line-height: 120%;
    font-family: "Kepler", sans-serif;
}

.availability {
    width: 100%;
}

.availability .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.availability .swiper-button-next {
    color: transparent;
    background-image: url(../casaNima/assets/img/right-slider.png);
    width: 56px;
    height: 56px;
}

.availability .swiper-button-prev {
    color: transparent;
    background-image: url(../casaNima/assets/img/left-slider.png);
    width: 56px;
    height: 56px;
}

/* Floor plans */

.container__floor__plans {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    overflow: hidden;
    padding: 70px 96px;
    position: relative;
}

.informacion__floor {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 16px;
    flex-direction: column;
}

.container__button__floor {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.subtitle__floor {
    color: #311F12;
    text-align: center;
    font-family: "Kepler", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.button__floor {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #EFEDE8;
    color: #9E633B;
    text-align: center;
    font-family: "LEMONMILK Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.button__floor.active {
    background: #1C668A;
    color: #FFF;
}

.button__floor:hover {
    background-color: #4F9491;
    color: #FFF;
}

.floorplans {
    width: 100%;
}

.floorplans .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.floorplans .swiper-button-next {
    color: transparent;
    background-image: url(../casaNima/assets/img/right-slider.png);
    width: 56px;
    height: 56px;
}

.floorplans .swiper-button-prev {
    color: transparent;
    background-image: url(../casaNima/assets/img/left-slider.png);
    width: 56px;
    height: 56px;
}

/* AVISO DE PRIVACIDAD */
.container__aviso {
    display: flex;
    flex-direction: column;
    padding: 50px 96px;
    text-align: left;
}

.container__aviso .title__aviso {
    color: #9E633B;
    font-size: 1.5rem;
    line-height: 120%;
    margin: 0;
    font-family: 'LEMONMILK Regular', sans-serif;
    text-transform: uppercase;
}

.container__aviso p {
    color: #000;
    font-size: 1.25rem;
    line-height: 180%;
    margin: 0;
    font-family: "Kepler", sans-serif;
}

.container__nofound {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-top: 70px;
    padding-bottom: 50px;
    background-image: url(./assets/img/404.png);
}

.container__nofound h1 {
    font-size: 10rem;
    color: #9E633B;
    line-height: 120%;
    text-align: center;
    margin: 0;
    font-family: 'LEMONMILK Light', sans-serif;
    text-transform: uppercase;
}

.container__nofound h2 {
    font-size: 6.25rem;
    color: #311F12;
    line-height: 140%;
    text-align: center;
    margin: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.container__nofound .text__nofound {
    color: #000;
    text-align: center;
    font-size: 2rem;
    line-height: 140%;
    font-family: "Kepler", sans-serif;
}

.button__nofound {
    display: flex;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #D6B599;
    font-family: 'LEMONMILK Regular', sans-serif;
    text-transform: uppercase;
}

.button__nofound:hover {
    background-color: #9E633B;
}

.item__footer .menu-principal ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

.container__footer__info .item__footer .menu-principal ul li a {
    color: #9E633B;
    font-size: 1.5rem;
    line-height: 120%;
    text-decoration: none;
    font-family: "Kepler", sans-serif;
    text-transform: capitalize;
}

.container__footer__info .item__footer .menu-principal ul li a:hover {
    border-bottom: 2px solid #9E633B;

}

.item__footer .menu-principal>ul>li:nth-child(6),
.item__footer .menu-principal>ul>li:nth-child(7),
.item__footer .menu-principal>ul>li:nth-child(8) {
    display: none;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0 !important;
}

input[type="radio"] {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    width: 16px !important;
    height: 16px;
    border: 2px solid #9E633B !important;
    border-radius: 50px !important;
    background-color: white !important;
    cursor: pointer;
    position: relative;
}

input[type="radio"]:checked {
    background-color: #FFF;
    border-color: #9E633B;
}

input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #9E633B;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}

input[type="radio"]:not(:checked) {
    accent-color: #9E633B;
}

input[type="radio"]:checked {
    accent-color: #9E633B;
}

.wpcf7-submit {
    display: flex;
    width: 197px;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #D6B599;
    border: none;
    color: #FFF;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background: #9E633B;
}


/*Modal */

/*MODAL */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(81 91 116 / 70%);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(173 148 148 / 70%);
    width: 100%;
    max-width: 500px;
    position: relative;
    margin: 1rem;
}

.container__form {
    margin: 1rem;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 400px;
    gap: 20px;
}

.close {
    cursor: pointer;
    align-self: end;
    font-size: 1.75rem;
    font-weight: bold;
    color: #9E633B;
}

.container__form img {
    max-width: 135px;
    width: 135px;
    height: auto;
    object-fit: cover;
}

.show {
    display: flex;
}

.container__modal__send {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container__modal__send h3 {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-family: 'LEMONMILK Regular', sans-serif;
}

.container__modal__send .text__modal {
    font-family: "Kepler", sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 28px;
    text-align: center;
}

.closeModal {
    display: flex;
    width: 197px;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #D6B599;
    border: none;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
}

.closeModal:hover {
    background: #9E633B;
}

/* Contenido */
.container__text__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 50px 96px;
    text-align: left;
}

.container__text__content p strong {
    color: #9E633B;
    font-family: "LEMON MILK";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.container__text__content p {
    color: #000000;
    font-family: "Kepler", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.container__text__content a {
    color: blue;
    font-family: "Kepler", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-decoration: underline;
}

.wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.redes__footer {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.container__terminos label {
    font-size: 18px;
    color: #9E633B;
    line-height: 150%;
    font-weight: 400;
    font-family: "Kepler", sans-serif;
}

.container__terminos label a {
    font-size: 18px;
    color: #9E633B;
    line-height: 150%;
    font-weight: 400;
    font-family: "Kepler", sans-serif;
    text-decoration: underline;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.container__img__ubicacion {
    width: 50%;
    position: relative;
}

.container__pin {
    position: absolute;
    right: 0px;
    left: 440px;
    top: 160px;
    width: fit-content;
}

.container__img__ubicacion iframe {
    max-width: 100%;
    width: 100%;
}

.item__footer:nth-child(1) {
    width: 30%;
    gap: 48px;
}

.item__footer:nth-child(2) {
    width: 40%;
    gap: 40px;
}

.item__footer:nth-child(3) {
    width: 20%;
}

.item__footer__logo {
    width: 10%;
}

.container__inputs br {
    display: none;
}

.table_quejas {
    width: 100%;
    border-collapse: collapse;
}

.table_quejas .small-col {
    width: 20%;
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

.table_quejas .tall-cell {
    height: 200px;
    border: 1px solid #000;
    padding: 8px;
    text-align: center;
}

.table_quejas .tall-comment {
    height: 200px;
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

.table__consentimiento {
    width: 100%;
    border-collapse: collapse;
}

.table__consentimiento .small__col {
    width: 20%;
    border: 1px solid #000;
    padding: 8px;
    text-align: center;
}

.table__consentimiento .large__col {
    width: 60%;
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

.wp-block-list {
    list-style: inside;
}

.wp-block-list li {
    color: #000000;
    font-family: "Kepler", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.icon__footer {
    width: 32px;
    height: 32px;
}

/*CTA HOME */

.container__calltoaction {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px 98px;
    gap: 48px;
}

.container__title__calltoaction {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.title__cta {
    color: #9E633B;
    font-size: 2rem;
    line-height: 120%;
    font-family: "LEMONMILK Regular", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.subtitle__cta {
    color: #311F12;
    text-align: center;
    font-family: "Kepler", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.item__card__cta {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.60);
}

.tex__cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container__cards__cta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
}

.info__cta {
    color: #311F12;
    text-align: center;
    font-family: "Kepler", sans-serif;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.header-image video {
    width: 100%;
}

.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-left {
    background-image: none;
}

.button__whatsapp:hover svg path {
    fill: #FFF;
    stroke: #FFF;
}

.button__email:hover svg path {
    stroke: #FFF;
}

.video__nosotros video {
    width: 780px;
}

.mfp-close-btn-in .mfp-close {
    color: #FFF;
    right: 330px;
    top: -50px;
}

.mfp-content {
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}

/* Responsive */
@media  screen and (max-width:1536px) {
    .container__pin {
        left: 345px;
        top: 160px;
    }
}

@media screen and (max-width: 1400px) {
    .container__nosotros {
        flex-direction: column;
        align-items: center;
    }

    .container__nosotros::after {
        display: none;
    }

    .container__text__nosotros {
        width: 100%;
        max-width: 100%;
        height: 400px;
        min-height: 400px !important;
        padding: 30px 0px 54px;
    }

    .container__texto__nosotros {
        height: 200px;
    }

    .container__text__nosotros:first-child {
        border-bottom: 2px solid #9E633B;
    }

    .container__text__nosotros:nth-child(2) {
        padding-top: 100px;
    }

    .barra-navegacion {
        padding: 16px 56px;
    }

    .swiper-button-prev {
        left: 455px !important;
    }

    .swiper-button-next {
        right: 455px !important;
    }

    .floorplans .swiper-button-prev {
        top: 524px;
        left: 10px;
    }

    .floorplans .swiper-button-next {
        top: 524px;
        right: 10px;
    }

    .availability .swiper-button-next {
        top: 524px;
        right: 10px;
    }

    .availability .swiper-button-prev {
        top: 524px;
        left: 10px;
    }
    .container__pin {
        left: 318px;
        top: 163px;
    }
}

@media screen and (max-width: 1280px) {
    .barra-navegacion {
        padding: 16px 56px;
    }

    .container__galery {
        padding: 88px 56px;
        overflow: hidden;
    }

    .gallery-item {
        width: 33.33%;
        overflow: hidden;
    }

    .container__img__galery {
        max-width: 100%;
    }

    .container__img__galery img {
        max-width: 100%;
    }

    .container__calltoaction {
        padding: 70px 56px;
    }

    .item__card__cta {
        padding: 22px;
        justify-content: flex-start;
    }

    .contianer__contacto {
        padding: 50px 56px;
        gap: 50px;
    }

    .mfp-close-btn-in .mfp-close {
        color: #FFF;
        right: 230px;
        top: -50px;
    }
}

@media screen and (max-width: 1200px) {
    .hamburger {
        display: flex;
    }

    .barra-navegacion {
        display: flex;
        flex-direction: row;
        padding: 20px 16px;
        background-color: #1C668A;
    }

    .menu-principal {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #1C668A;
        display: none;
        flex-direction: column;
        align-items: center;
        padding: 70px 0;
    }

    .menu-principal ul .tab-slider--tabs {
        display: flex;
        flex-direction: row;
    }

    .menu-principal ul {
        flex-direction: column;
        gap: 72px;
    }

    .menu-principal__items {
        flex-direction: column;
        gap: 10px;
    }

    .menu-principal.active {
        display: flex;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    .swiper-button-prev {
        left: 320px !important;
        top: 530px !important;
    }

    .swiper-button-next {
        right: 320px !important;
        top: 530px !important;
    }

    .container__inputs p input {
        max-width: 70%;
        width: 70%;
    }

    .container__inputs p span textarea {
        width: 90%;
    }
    .container__pin {
        left: 263px;
        top: 163px;
    }
}

@media only screen and (max-width: 1000px) {
    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .hamburger {
        display: flex;
    }

    .barra-navegacion {
        display: flex;
        flex-direction: row;
        padding: 20px 16px;
        background-color: #1C668A;
    }

    .menu-principal {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #1C668A;
        display: none;
        flex-direction: column;
        align-items: center;
        padding: 70px 0;
    }

    .menu-principal ul .tab-slider--tabs {
        display: flex;
        flex-direction: row;
    }

    .menu-principal ul {
        flex-direction: column;
        gap: 72px;
    }

    .menu-principal__items {
        flex-direction: column;
        gap: 10px;
    }

    .menu-principal.active {
        display: flex;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    .container__text {
        width: 50%;
    }

    .container__img__resumen {
        width: 50%;
    }

    .container__img__resumen img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .container__galery {
        padding: 88px 26px;
    }

    .container__calltoaction {
        padding: 70px 26px;
    }

    .contianer__contacto {
        padding: 50px 26px;
    }

    .gallery-item {
        width: 33.33%;
    }

    .container__img__galery img {
        max-width: 100%;
        width: 100%;
    }

    .title__galery {
        font-size: 0.75rem;
    }

    .container__formulario {
        max-width: calc(100% - 50% - 50px);
    }

    .container__inputs p input {
        width: 70%;
    }

    .container__inputs p span textarea {
        width: 90%;
    }

    .swiper-button-next {
        right: 340px;
        top: 532px;
    }

    .swiper-button-prev {
        left: 340px;
        top: 532px;
    }

    .container__amenidades {
        padding: 50px 56px;
    }

    .grid__img__amenidades {
        grid-template-columns: repeat(4, 1fr);
    }

    .mfp-close-btn-in .mfp-close {
        right: 100px;
        top: -50px;
    }

    .floorplans .swiper-button-prev,
    .floorplans .swiper-button-next {
        display: none !important;
    }
    .container__pin {
        left: 215px;
    }
}

@media only screen and (max-width: 820px) {
    .hamburger {
        display: flex;
    }

    .barra-navegacion {
        display: flex;
        flex-direction: row;
        padding: 20px 16px;
        background-color: #1C668A;
    }

    .menu-principal {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #1C668A;
        display: none;
        flex-direction: column;
        align-items: center;
        padding: 70px 0;
    }

    .menu-principal ul .tab-slider--tabs {
        display: flex;
        flex-direction: row;
    }

    .menu-principal ul {
        flex-direction: column;
        gap: 72px;
    }

    .menu-principal__items {
        flex-direction: column;
        gap: 10px;
    }

    .menu-principal.active {
        display: flex;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    .container__nosotros {
        padding: 122px 56px;
        gap: 50px;
    }

    .contianer__contacto {
        flex-direction: column-reverse;
        padding: 50px 56px;
        align-items: center;
    }

    .container__formulario {
        max-width: calc(100% - 10% - 10px);
    }


    .container__footer__info {
        padding: 64px 36px 30px;
        gap: 26px;
    }

    .container__amenidades {
        padding: 50px 56px;
    }

    .grid__img__amenidades {
        grid-template-columns: repeat(3, 1fr);
    }

    .container__call__to__action {
        padding: 80px 56px;
        gap: 56px;
    }

    .title-overlay .title__video {
        text-align: center;
        font-size: 2rem;
        padding: 0;
    }

    .container__text__ubicacion {
        padding-left: 76px;
    }

    .container__img__contacto {
        width: 100%;
        padding-top: 0;
    }

    .container__galery {
        padding: 80px 16px;
        gap: 20px;
    }

    .container__cards__cta {
        grid-template-columns: repeat(2, 1fr);
    }

    .item__footer nav.menu-principal {
        display: flex;
        position: relative;
        background: transparent;
        padding: 0;
        top: 0;
        height: auto;
    }

    .container__slider__amenidades {
        padding: 100px 20px;
    }

    .swiper-slide-active img {
        min-width: 100%;
        width: 100%;
        height: auto;
    }

    .swiper-button-next {
        right: 304px;
        top: 520px;
    }

    .swiper-button-prev {
        left: 304px;
        top: 520px;
    }

    .swiper-button-prev::after {
        width: 26px;
        height: 26px;
    }

    .mfp-close-btn-in .mfp-close {
        right: 0px;
        top: -50px;
    }
    .container__pin {
        left: 168px;
    }
}

@media only screen and (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .barra-navegacion {
        position: fixed;
        display: flex;
        flex-direction: row;
        padding: 20px 16px;
        background-color: #1C668A;
    }

    .menu-principal {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #1C668A;
        display: none;
        flex-direction: column;
        align-items: center;
        padding: 70px 0;
        height: 100vh;
    }

    .menu-principal ul .tab-slider--tabs {
        display: flex;
        flex-direction: row;
    }

    .menu-principal ul {
        flex-direction: column;
        gap: 72px;
    }

    .menu-principal__items {
        flex-direction: column;
        gap: 10px;
    }

    .menu-principal.active {
        display: flex;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    .title-overlay .title {
        font-size: 2rem;
        text-align: center;
    }

    .header-image {
        height: 500px;
        width: 100%;
    }

    .container__resumen {
        flex-direction: column;
    }

    .container__text {
        padding: 64px 16px 56px;
        gap: 35px;
        width: 90%;
    }

    .container__text .subtitle__resumen,
    .container__text .title__resumen {
        text-align: center;
    }

    .container__img__resumen {
        max-width: 100%;
        width: 100%;
    }

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

    .container__galery {
        flex-direction: column;
        padding: 64px 16px;
        gap: 40px;
    }

    .gallery-item {
        width: 100%;
    }

    .container__img__galery img {
        max-width: 100%;
        width: 100%;
    }

    .title__galery {
        text-align: center;
        font-size: 0.936rem;
    }

    .container__ubicacion {
        flex-direction: column;
    }

    .container__text__ubicacion {
        padding: 40px 16px;
        width: 90%;
    }

    .container__img__ubicacion {
        width: 100%;
    }

    .container__img__ubicacion iframe {
        max-width: 100%;
        width: 100%;
        height: 350px;
    }

    .contianer__contacto {
        flex-direction: column-reverse;
        padding: 64px 16px;
        gap: 50px;
    }


    .container__inputs {
        flex-direction: column;
        align-items: flex-start;
    }

    .container__inputs p {
        width: 100%;
    }

    .container__inputs p input {
        width: 85%;
    }

    .container__inputs p span textarea {
        width: 85%;
    }

    .container__inputs p select {
        width: 100%;
    }

    .container__footer__info {
        flex-direction: column;
        padding: 30px 16px;
        align-items: flex-start;
        gap: 40px;
    }

    .item__footer {
        width: 100%;
    }

    .container__footer {
        text-align: center;
    }

    .container__nosotros {
        flex-direction: column;
        padding: 50px 16px;
    }

    .container__nosotros::after {
        display: none;
    }

    .container__text__nosotros:first-child {
        border-bottom: 2px solid #9E633B;
    }

    .logo__nosotros {
        max-width: 100%;
        width: 80%;
    }

    .item__footer .menu-principal {
        display: flex;
        background-color: transparent;
        position: relative;
        align-items: flex-start;
        padding: 0px;
        top: 0;
    }

    .container__amenidades {
        flex-direction: column;
        gap: 40px;
        padding: 50px 16px;
    }

    .container__text__amenidades {
        display: flex;
        width: 343px;
        padding: 134.636px 3.467px 96.168px 3.467px;
        justify-content: center;
        align-items: center;
        gap: 8.014px;
    }

    .container__text__amenidades .resumen__amenidades {
        margin: 10px;
    }

    .grid__img__amenidades {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        width: 100%;
    }

    .container__gallery__amenidades {
        grid-template-columns: repeat(1, 1fr);
    }

    .container__img__gallery::before {
        opacity: 1;
    }

    .container__slider__amenidades {
        padding: 50px 0px 0px;
    }

    .container__titulo {
        text-align: center;
    }

    .titulo__imagen {
        opacity: 1;
    }

    .container__call__to__action {
        flex-direction: column;
        padding: 64px 16px;
        gap: 40px;
    }

    .container__text__content {
        padding: 50px 16px;
        overflow: hidden;
    }

    .container__formulario {
        max-width: 100%;
    }

    .container__text__nosotros {
        width: 100%;
        max-width: 100%;
        padding: 53px 0px;
    }

    .item__footer {
        width: 100% !important;
    }

    .item__inputs {
        width: 100%;
    }

    .svg-wrapper {
        display: flex;
        flex-direction: row;
        gap: 28px;
    }

    .title__call__to__action {
        text-align: center;
    }

    .title-overlay {
        position: absolute;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        height: 100%;
        max-height: 500px;
    }

    .title-overlay .title {
        padding-top: 0px;
    }

    .container__nofound h1 {
        font-size: 6rem;
    }

    .container__nofound h2 {
        font-size: 56px;
    }

    .container__nofound .text__nofound {
        font-size: 28px;
    }

    .container__calltoaction {
        padding: 64px 16px;
        gap: 38px;
    }

    .container__cards__cta {
        grid-template-columns: repeat(1, 1fr);
    }

    .subtitle__cta {
        font-size: 1.25rem;
    }

    .title__cta {
        font-size: 1.75rem;
    }

    .container__title__calltoaction {
        text-align: center;
    }

    .container__texto__nosotros {
        height: auto;
    }

    .container__text__nosotros {
        min-height: auto !important;
    }

    .container__text__nosotros {
        height: auto;
    }

    .container__text__nosotros:nth-child(2) {
        padding-top: 50px;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        border-radius: 40px;
        min-width: 100%;
        object-fit: contain;
        min-height: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block !important;
    }

    .swiper-button-next {
        right: 90px;
        top: 405px;
    }

    .swiper-button-prev {
        left: 90px;
        top: 405px;
    }

    .datos__amenidad {
        display: flex;
        padding: 20px;
        height: 170px;
        padding-top: 50px;
    }

    .container__floor__plans {
        padding: 50px 16px;
    }

    .item__floor {
        width: 45%;
    }

    .container__availability {
        padding-bottom: 30px;
    }

    .container__img__contacto {
        padding-top: 0;
    }

    .header-image video {
        width: auto;
    }

    .swiper-pagination {
        top: 240px !important;
    }

    .video__nosotros video {
        width: 100%;
    }

    .mfp-close-btn-in .mfp-close {
        top: 0;
        right: 0;
    }

    .availability .swiper-button-next,
    .availability .swiper-button-prev,
    .floorplans .swiper-button-prev,
    .floorplans .swiper-button-next {
        display: none !important;
    }

    .title__availability,
    .subtitle__availability {
        padding: 0 16px;
    }

    .informaction__container {
        padding: 70px 16px 20px;
    }

    .container__pin {
        position: absolute;
        right: 0px;
        left: 340px;
        top: 123px;
        width: fit-content;
    }
}

@media only screen and (max-width: 540px) {
        .container__pin {
            left: 225px;
        }
}

@media only screen and (max-width: 480px){
    .container__pin {
        position: absolute;
        right: 0px;
        left: 168px;
        top: 123px;
        width: fit-content;
    }
}