:root {
    --altura: 85vh;
    --color-primario: #1E4C87;
    --color-indicador: #D9D9D9;
    --sombra-flecha: 0 4px 4px rgba(0, 0, 0, 0.3);
    --sombra-flecha-hover: 0 5px 5px rgba(0, 0, 0, 0.4);
}

.text-light {
    font-family: Montserrat-Light, sans-serif;
}
.text-medium {
    font-family: Montserrat-Medium, sans-serif;
}
.text-semibold {
    font-family: Montserrat-SemiBold, sans-serif;
}
.text-bold {
    font-family: Montserrat-Bold, sans-serif;
}

html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#carrusel {
    margin-top: 24px;
    margin-bottom: 24px;
}

#carouselExampleIndicators .carousel-item {
    width: 100%;
    height: var(--altura);
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat;
}

#carouselExampleIndicators .slick-slide {
    height: var(--altura);
    transition: all 0.5s ease;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
}

#carouselExampleIndicators .slick-slide:not(.slick-center) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#carouselExampleIndicators .slick-center {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 10;
}

#carouselExampleIndicators .slick-list {
    overflow: visible !important;
    padding: 0 !important;
}

.carousel-indicator-btn {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--color-indicador);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    margin: 0 4px;
    cursor: pointer;
    padding: 0;
}

.carousel-indicator-btn.active {
    background-color: var(--color-primario);
    transform: scale(1.2);
    box-shadow: 0 0 5px rgba(30, 76, 135, 0.5);
}

.carousel-indicator-btn:hover {
    background-color: var(--color-primario);
}

.carousel-wrapper .external-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    background-color: #FFFFFF;
    box-shadow: var(--sombra-flecha);
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease;
}

.carousel-wrapper .external-arrow.carousel-control-prev {
    left: -50px;
    opacity: 1 !important;
}

.carousel-wrapper .external-arrow.carousel-control-next {
    right: -50px;
    opacity: 1 !important;
}

.carousel-wrapper .external-arrow:hover {
    transform: translateY(calc(-50% - 1px));
    box-shadow: var(--sombra-flecha-hover);
}

.arrow-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.arrow-icon {
    position: relative;
    width: 80%;
    z-index: 2;
}

.arrow-left-icon { margin-right: -4px; }
.arrow-right-icon { margin-left: -4px; }

.imagen-superior {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    pointer-events: none;
    max-width: 80%;
    height: auto;
    min-height: 60px;
}

.logo-animado-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.logo-animado {
    position: relative;
    top: 0;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    max-height: 80px;
    width: auto;
    object-fit: contain;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.logo-animado.active {
    opacity: 1;
    visibility: visible;
}

.imagen-superior img {
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.texto-inferior {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    width: 100%;
    max-width: 900px;
    pointer-events: none;
}

.contenedor-precio {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.from-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.texto-principal {
    font-size: 64px;
    font-weight: bolder;
    margin: 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
    -webkit-text-stroke: 1.5px white;
    letter-spacing: 1.5px;
}

.texto-secundario {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
    margin: 0;
}

.texto-legal {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 200;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
    pointer-events: none;
}

#carouselExampleIndicators .carousel-indicators,
#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next,
.slick-dots {
    display: none !important;
}

.d-flex.justify-content-center.mt-2.p-2 {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    position: relative;
    z-index: 30;
}

@media (min-width: 1440px) {
    :root { --altura: 85vh; }
    .texto-inferior { bottom: 60px; }
    .from-vertical { font-size: 10px;}
    .texto-principal { font-size: 44px; }
    .texto-secundario { font-size: 12px; }
    .texto-legal { bottom: 18px; font-size: 13px; }
    .contenedor-precio { gap: 4px; }
    .logo-animado { max-height: 58px; }
}


@media (min-width: 992px) and (max-width: 1399px) {
    :root { --altura: 85vh; }
    .carousel-wrapper .external-arrow.carousel-control-prev { left: -50px; }
    .carousel-wrapper .external-arrow.carousel-control-next { right: -50px; }
    .texto-inferior { bottom: 60px; }
    .from-vertical { font-size: 10px;}
    .texto-principal { font-size: 44px; }
    .texto-secundario { font-size: 12px; }
    .texto-legal { bottom: 18px; font-size: 13px; }
    .contenedor-precio { gap: 4px; }
    .logo-animado { max-height: 58px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    :root { --altura: 85vh; }
    #carrusel {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .logo-animado {
        max-height: 70px;
    }
    .carousel-wrapper { padding: 0 0; }
    .carousel-wrapper .external-arrow { width: 38px; height: 38px; }
    .carousel-wrapper .external-arrow.carousel-control-prev { left: -50px; }
    .carousel-wrapper .external-arrow.carousel-control-next { right: -50px; }
    .texto-inferior { bottom: 80px; }
    .from-vertical { font-size: 10px;}
    .texto-principal { font-size: 44px; }
    .texto-secundario { font-size: 12px; }
    .texto-legal { bottom: 18px; font-size: 11px; }
    .contenedor-precio { gap: 4px; }
}

@media (max-width: 768px) {
    .logo-animado-container {
        gap: 0; /* Sin gap en móvil para la animación */
        position: relative;
    }
    
    .logo-animado {
        position: absolute; /* Solo en móvil usamos absolute */
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        max-height: 60px; /* Tamaño más pequeño en móvil */
        margin: 0;
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    }
    
    .logo-animado.active {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    :root { --altura: 85vh; }
    
    .carousel-wrapper { padding: 0 50px; }
    .carousel-wrapper .external-arrow { width: 35px; height: 35px; }
    .carousel-wrapper .external-arrow.carousel-control-prev { left: 0; }
    .carousel-wrapper .external-arrow.carousel-control-next { right: 0; }
    .texto-inferior { bottom: 70px; }
    .from-vertical { font-size: 14px; }
    .texto-principal { font-size: 48px; }
    .texto-secundario { font-size: 16px; }
    .contenedor-precio { gap: 10px; }
    .texto-legal { bottom: 4px; font-size: 10px; }
    .imagen-superior { top: 20px; max-width: 70%; }
}

@media (max-width: 576px) {
    :root { --altura: 85vh; }
    .carousel-wrapper { padding: 0 30px; }
    .carousel-wrapper .external-arrow { width: 32px; height: 32px; }
    .texto-principal { font-size: 42px; }
    .texto-secundario { font-size: 14px; }
    .contenedor-precio { gap: 8px; }
    #carrusel {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .logo-animado {
        max-height: 60px;
    }
}

@media (max-width: 480px) {
    :root { --altura: 85vh; }
    .carousel-wrapper { padding: 0 30px; }
    .carousel-wrapper .external-arrow { width: 28px; height: 28px; }
    .from-vertical { font-size: 9px; }
    .texto-principal { font-size: 36px; }
    .texto-secundario { font-size: 12px; }
    .imagen-superior { top: 15px; max-width: 60%; }
    .contenedor-precio { gap: 4px; }
    .texto-inferior { bottom: 65px; }
    .texto-legal { bottom: 10px; }
}

@media (max-width: 375px) {
    :root { --altura: 85vh; }
    .from-vertical { font-size: 7px; }
    .texto-principal { font-size: 28px; }
    .texto-secundario { font-size: 8px; }
    .texto-legal { font-size: 8px; }
    .contenedor-precio { gap: 3px; }
    .texto-inferior { bottom: 55px; }
    .logo-animado {
        max-height: 50px;
    }
}

#strategic-destination {
    min-height: 92vh;
    height: auto;
    font-size: 16.68px;
    line-height: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#strategic-destination .gradient-text {
    background: linear-gradient(90deg, #153661 0%, #20508f 50%, #296BBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    font-weight: bolder;
    font-family: Montserrat-Bold, sans-serif;
    margin: 0 0 -10px 0;
}

#strategic-destination .investment-icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    margin-top: 28px;
}

#strategic-destination .investment-title {
    color: #B4A269;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 25.01px;
    margin-top: 28px;
}

#strategic-destination .investment-description {
    font-size: 37.82px;
    margin: -8px 0 0 183px;
}

#strategic-destination .text-desktop {
    display: inline;
    font-size: 45.55px;
}

#strategies { padding: 100px !important; }

#strategic-destination .kukulcan {
    position: absolute;
    left: -573px;
    top: -223px;
    height: 86%;
    width: auto;
    pointer-events: none;
    z-index: 0;
    opacity: 0.1;
    overflow-x: hidden !important;
    animation: rotateSlow 10s linear infinite;
}

@keyframes rotateSlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#strategic-destination .kukulcan img {
    height: 100%;
    width: auto;
}
#strategic-destination .palmera-fondo {
    position: absolute;
    right: -771px;
    top: -115px;
    height: 250%;
    width: auto;
    pointer-events: none;
    z-index: 0;
    opacity: 0.03;
    overflow-x: hidden !important;
}

#strategic-destination .palmera-fondo img {
    height: 100%;
    width: auto;
}

:root {
  --sd-padding-mobile: 30px;
  --sd-padding-small: 25px;
  --sd-padding-xsmall: 20px;
}

@media (min-width: 1400px) and (max-width: 1440px) {
    #strategic-destination .palmera-fondo {
        left: 800px;
        height: auto;
        top: -100px;
    }
    #strategic-destination .kukulcan {
        left: -560px;
    }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  #strategic-destination .investment-icon { width: 65px; height: 65px; }
  #strategic-destination .investment-title { font-size: 20px;}
  #strategic-destination .text-desktop { font-size: 39px; }
  #strategic-destination .investment-description { text-align: right; font-size: 34px; margin: -10px 0 0 0 !important; }
  #strategies { padding: 0 !important; margin-top: 50px; }
    #strategic-destination .palmera-fondo {
        left: 426px;
        height: 1753px;
        top: -100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  #strategic-destination { height: 100% !important; }
  #strategic-destination .investment-icon { width: 60px; height: 60px; }
  #strategic-destination .text-desktop { font-size: 27px; } 
  #strategic-destination .investment-description { font-size: 23px; text-align: right; margin: -4px 0 0 0 !important; }
  #strategic-destination .investment-title { font-size: 20px; margin-top: 8px;}
  #strategic-destination #strategies h3 { margin-bottom: 2px;}
  #strategic-destination { font-size: 16px; }
  #strategic-destination .investment-icon { width: 50px; height: 50px; }
  #strategies { padding: 0 !important; }
    #strategic-destination .palmera-fondo {
        right: -489px;
        height: 1212px;
        top: -94px;
        opacity: 0.08;
    }
    #strategic-destination .kukulcan {
        left: -378px;
        top: -174px;
        height: 60%;
    }
}

@media (max-width: 767px) {
  #strategic-destination { height: 100% !important; }
  #strategic-destination  .gradient-text { line-height: 1.2; }
  #strategic-destination .investment-icon { width: 55px; height: 55px; }
    #strategic-destination .text-desktop {
        font-size: 14.55px;
    }
  .d-flex.gap-3.mb-4 { 
    gap: 15px !important; 
    margin-bottom: 25px !important; 
  }
  #strategies { padding: 0 !important; }
    #strategic-destination .mt-xs {
        margin-top: 0.25rem !important;
    }

    #strategic-destination .palmera-fondo {
        right: 0;
        left: 203px;
        height: 98%;
        top: -119px;
        opacity: 0.07;
    }
    #strategic-destination .kukulcan {
        left: -196px;
        top: -133px;
        height: 35%;
    }
}

@media (max-width: 576px) {
  #strategic-destination  .gradient-text {
    margin-bottom: 5px !important; 
  }
  #strategic-destination .investment-icon { width: 50px; height: 50px; }
  #strategic-destination .text-dark.text-light {
    font-size: 0.85rem;
    margin: -8px 0 16px 0 !important;
  }
  #strategic-destination .d-flex.gap-3.mb-4 { 
    gap: 12px !important; 
    margin-bottom: 20px !important; 
  }
  #strategies { padding: 0 !important; }
}

@media (max-width: 480px) {
  #strategic-destination .investment-icon { width: 45px; height: 45px; }
  .d-flex.gap-3.mb-4 { 
    gap: 10px !important; 
    margin-bottom: 18px !important; 
  }
  #strategies { padding: 0 !important; }
  #strategic-destination .palmera-fondo {
      right: -200px;
      height: 140%;
      top: -40px;
      opacity: 0.05;
  }
}

@media (max-width: 425px) {
  #strategic-destination { padding: var(--sd-padding-mobile) !important; }
  #strategic-destination  .gradient-text {
    margin-bottom: 2px !important; 
    line-height: 1.2; 
  }
  #strategic-destination .investment-title { font-size: 15px; padding-bottom: 2px; margin-top: 0;}
  #strategic-destination .investment-description {
    margin: 0 0 20px 0 !important;
    text-align: right; 
  }
  #strategies { padding: 0 !important; }
  #strategic-destination .palmera-fondo {
        right: 0;
        left: 220px;
        height: 98%;
        top: -96px;
        opacity: 0.07;
    }
}

@media (max-width: 375px) {
  #strategic-destination { 
    padding: var(--sd-padding-small) !important; 
  }
  #strategic-destination  .gradient-text {
    margin-bottom: 5px !important; 
    line-height: 1.2; 
  }
  #strategic-destination .investment-description {
    margin: 0 0 20px 0 !important;
    text-align: right; 
  }
  #strategic-destination .investment-icon { width: 35px; height: 35px; }
  .d-flex.gap-3.mb-4 { 
    gap: 8px !important; 
    margin-bottom: 15px !important; 
  }
  #strategic-destination .gap-3 { margin-top: 10px; };
  #strategic-destination .investment-title { font-size: 16px; }
  #strategic-destination .investment-text { font-size: 12px !important; line-height: 1.25em; margin-bottom: 5px; }
  #strategies { padding: 0 !important; }
    #strategic-destination .kukulcan {
        left: -164px;
        top: -128px;
        height: 35%;
    }
    #strategic-destination .palmera-fondo {
        right: 0 !important;
        left: 192px;
        height: 91%;
        top: -90px;
        opacity: 0.07;
    }
}

@media (max-width: 320px) {
  #strategic-destination  .gradient-text { 
    margin-bottom: 5px !important; 
    line-height: 1.2; 
  }
  #strategic-destination .investment-title { font-size: 13px; }
  #strategic-destination .investment-text { font-size: 11px !important; line-height: 1.25em; margin-bottom: 5px; }
  #strategic-destination .gap-3 { margin-top: 10px; };
  #strategies { padding: 0 !important; }
    #strategic-destination .kukulcan {
        left: -164px;
        top: -133px;
        height: 32%;
    }
    #strategic-destination .palmera-fondo {
        right: 0 !important;
        left: 135px;
        height: 88%;
        top: -100px;
        opacity: 0.07;
    }
}


#amenities {
    position: relative;
    --altura-carrusel-amenities: 63vh;
}

#amenities .amenities-slide {
    width: 100%;
    height: var(--altura-carrusel-amenities);
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat;
    outline: none;
}

#amenities .amenities-slide[data-slide="1"] { background-image: url('/img/desarrollosLandings/merida/amenities-1.webp'); }
#amenities .amenities-slide[data-slide="2"] { background-image: url('/img/desarrollosLandings/merida/amenities-2.webp'); }
#amenities .amenities-slide[data-slide="3"] { background-image: url('/img/desarrollosLandings/merida/amenities-3.webp'); }

#amenities .amenities-slick-carousel { position: relative; overflow: hidden; }
#amenities .slick-list { overflow: visible !important; padding: 0 !important; }
#amenities .slick-track { display: flex; }
#amenities .slick-slide:not(.slick-center) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
#amenities .slick-center {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 10;
}
#amenities .slick-prev, #amenities .slick-next { display: none !important; }

#amenities .amenities-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 250;
    display: flex;
    gap: 20px;
    padding: 10px 20px;
}
#amenities .amenities-indicator {
    padding: 4px 30px;
    border: none;
    border-radius: 8px;
    font-family: Montserrat-Light, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FFF;
    background: rgba(255,255,255,0.408);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    cursor: pointer;
    transition: all 0.4s ease;
    min-width: 160px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    box-shadow: 0 6px 10px rgba(0,0,0,0.8);
}
#amenities .amenities-indicator.active {
    background: linear-gradient(135deg, #B39F64 0%, #977814 100%);
    box-shadow: 0 8px 20px rgba(0,0,0,0.9);
    backdrop-filter: none;
}
#amenities .amenities-indicator:hover:not(.active) {
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(15px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

#amenities .amenities-card {
    background: white;
    box-shadow: 0 -20px 50px rgba(0,0,0,0.05), 0 20px 50px rgba(0,0,0,0.03);
    position: relative;
    z-index: 20;
    overflow: hidden;
}

#amenities .amenities-content {
    display: none;
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    height: auto;
    min-height: 300px;
    max-height: 350px;
    justify-items: center;
}

#amenities .amenities-content.active { display: block; }

#amenities .amenities-content.slide-in-next {
    display: block;
    animation: slideInFromRight 0.5s ease forwards;
}
#amenities .amenities-content.slide-in-prev {
    display: block;
    animation: slideInFromLeft 0.5s ease forwards;
}
#amenities .amenities-content.slide-out-prev,
#amenities .amenities-content.slide-out-next {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#amenities .amenities-content.slide-out-prev { animation: slideOutToLeft 0.5s ease forwards; }
#amenities .amenities-content.slide-out-next { animation: slideOutToRight 0.5s ease forwards; }

#amenities .more-gap{
    width: 30px; margin-right: 12px;
}

@keyframes slideInFromRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
@keyframes slideInFromLeft {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
@keyframes slideOutToLeft {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(-100%); opacity: 0; }
}
@keyframes slideOutToRight {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(100%); opacity: 0; }
}

#amenities .amenities-nav-buttons {
    position: absolute;
    bottom: -6px;
    right: 46px;
    display: flex;
    gap: 15px;
    padding: 0;
}

#amenities .nav-button {
    cursor: pointer;
}

#amenities .nav-text {
    font-family: Montserrat-Medium, sans-serif;
    font-size: 15.28px;
    margin: 0;
    color: #153661;
    font-weight: bold;
}

#amenities .more-button .nav-text, #amenities .back-button .nav-text{
    color: #153661;
}


#amenities .amenities-card .container-fluid { padding: 0 5rem !important; }
#amenities .amenities-title {
    background-color: white;
    font-size: 30.46px;
    color: #153661;
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    pointer-events: none;
}
#amenities .amenities-grid {
    margin: 0;
}
#amenities .amenity-item {
    display: flex;
    align-items: center;
    width: auto;
}
#amenities .amenity-item img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    flex-shrink: 0;
}
#amenities .amenity-item p {
    font-family: Montserrat-Medium, sans-serif;
    font-size: 15.28px;
    margin: 0;
    color: #153661;
    line-height: 1.3;
    font-weight: bold;
}
#amenities .more-gap {
    width: 30px; 
    margin-right: 12px;
}
#amenities .more-text, #amenities .back-text { cursor: pointer; }

#amenities .btn-gradient {
    background: linear-gradient(135deg, #163863 0%, #2A6DC4 100%);
    color: white;
    font-family: MontserraT-Light, sans-serif;
    font-size: 19.39px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    min-width: 280px;
}
#amenities .btn-gradient:hover {
    background: linear-gradient(135deg, #1a4a8a 0%, #3a7fd9 100%);
}
#amenities #aquatic-content .content-wrapper { margin-top: 50px; }

#amenities .sports-slides-container {
    position: relative;
    min-height: 150px;
    width: 100%;
    overflow: hidden;
}
#amenities .sports-main-slide,
#amenities .sports-secondary-slide {
    width: 100%;
    background-color: white;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: none;
}
#amenities .sports-main-slide {
    display: block;
    position: relative;
}
#amenities .sports-secondary-slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#amenities .sports-main-slide.slide-out-prev {
    display: block;
    animation: slideOutToLeft 0.5s ease forwards;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
#amenities .sports-secondary-slide.slide-in-next {
    display: block;
    animation: slideInFromRight 0.5s ease forwards;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
#amenities .sports-secondary-slide.slide-out-next {
    display: block;
    animation: slideOutToRight 0.5s ease forwards;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
#amenities .sports-main-slide.slide-in-prev {
    display: block;
    animation: slideInFromLeft 0.5s ease forwards;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
#amenities .sports-slides-container.animating { pointer-events: none; }

#amenities .desktop-version { display: block; width: 100%; }
#amenities .mobile-version { display: none; }

#amenities .palmera-fondo2 {
    position: absolute;
    left: -237px;
    top: -428px;
    height: 40%;
    width: auto;
    pointer-events: none;
    z-index: 0;
    opacity: 0.1;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    #amenities .amenities-card .container-fluid { padding: 0 5rem !important; }
    #amenities .amenities-indicator { padding: 4px 25px; font-size: 16px; min-width: 140px; }
    #amenities .sports-slides-container { min-height: 200px !important;}
}

@media (max-width: 1024px) {
    #amenities .amenities-content { height: 400px; }
    #amenities .amenities-card .container-fluid { padding: 0 3rem !important; margin-bottom: 10px;}
    #amenities { --altura-carrusel-amenities: 40vh; }
    #amenities .amenities-nav-buttons { bottom: -15px; }
    #amenities .amenity-item p { font-size: 13.28px; }
    #amenities .more-button .nav-text, #amenities .back-button .nav-text{ font-size: 13.28px; }
}

@media (max-width: 992px) {
    #amenities .amenities-card .container-fluid { padding: 0 1.5rem !important; }
    #amenities .amenities-indicator { padding: 4px 22px; font-size: 15px; min-width: 130px; }
    #amenities .amenity-item img { width: 30px; height: 30px; }
    #amenities .amenity-item p { font-size: 13px; }
    #amenities #aquatic-content .amenities-title { font-size: 30.46px; margin-bottom: 0; }
    #amenities #aquatic-content .content-wrapper { margin-top: 0; }
}

@media (max-width: 768px) {
    #amenities { --altura-carrusel-amenities: 50vh; }
    #amenities .amenities-slide[data-slide="1"] { background-image: url('/img/desarrollosLandings/merida/mobile/amenities-1.webp'); }
    #amenities .amenities-slide[data-slide="2"] { background-image: url('/img/desarrollosLandings/merida/mobile/amenities-2.webp'); }
    #amenities .amenities-slide[data-slide="3"] { background-image: url('/img/desarrollosLandings/merida/mobile/amenities-3.webp'); }

    #amenities .amenities-indicator { background: #003362; padding: 3px 12px; font-size: 12px; min-width: 90px; }
    #amenities .amenities-indicators { gap: 8px; padding: 6px 12px; }

    #amenities .amenities-title { font-size: 22.11px; margin-bottom: 10px; padding-top: 50px; }
    #amenities .amenities-card .container-fluid { padding: 0 1rem !important; }

    #amenities .amenity-item img { width: 25px; height: 25px; margin-right: 6px; }
    #amenities .amenity-item p { font-size: 14px; }

    #amenities .btn-gradient { border-radius: 5px; font-size: 17.39px; }

    #amenities .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    #amenities .more-gap { width: 20px; height: 25px; margin-right: 11px; }

    #amenities .desktop-version { display: none; }
    #amenities .mobile-version { display: block; }

    #amenities #aquatic-content .container-fluid {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-bottom: 20px !important;
    }
    #amenities #aquatic-content .content-wrapper {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #amenities #aquatic-content .button-wrapper { margin-top: auto; }
    #amenities #aquatic-content .btn-gradient { margin-top: 0 !important; min-width: 100%; }

    .sports-main-slide, 
    .sports-secondary-slide {
        position: relative;
        min-height: 223px;
    }
    
    #sports-more-btn-mobile, #sports-back-btn-mobile {
        position: absolute !important;
        bottom: 0 !important;
        right: 18px !important;
        margin: 0 !important;
        width: auto !important;
        background: transparent !important;
        border: none !important;
        padding: 10px !important;
    }

    #amenities .palmera-fondo2 { display: none !important; }
}

@media (max-width: 576px) {
    #amenities .amenities-card { margin: 0 30px; }
    #amenities .amenities-indicator { padding: 3px 10px; font-size: 11px; min-width: 75px; }
    #amenities .amenities-title { font-size: 20.11px; }
    #amenities .amenity-item p { font-size: 11px; }
    #amenities .col-6 { flex: 0 0 100%; max-width: 50%; }
    #amenities #aquatic-content .amenities-title { font-size: 22.11px; }
    #amenities #aquatic-content .btn-gradient { margin-top: 0 !important; }
}

@media (max-width: 480px) {
    #amenities .amenities-card { margin: 0 30px; }
    #amenities .amenities-indicator { padding: 2px 8px; font-size: 10px; min-width: 65px; }
    #amenities .amenity-item img { width: 20px; height: 20px; margin-right: 4px; }
    #amenities .more-gap { width: 12px; margin-right: 12px; height: 20px; }
}

@media (min-width: 300px) and (max-width: 360px) {
    #amenities .amenities-card { margin: 0 30px; }
    #amenities .amenities-title { font-size: 15.11px; padding-top: 30px; }
    #amenities .amenity-item p { font-size: 8px; }
    #amenities .amenities-content { height: 270px; }
    #amenities #aquatic-content .btn-gradient { font-size: 16.39px; }
    .sports-main-slide, .sports-secondary-slide { position: relative; min-height: 200px; }
    #sports-more-btn-mobile, #sports-back-btn-mobile { right: 20px !important; }
}

#city-builders {
    height: auto;
    min-height: 98vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

#city-builders .card-city-builders {
    box-shadow: 10px 5px 23px -22px rgba(0, 0, 0, 0.2);
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
}

#city-builders .city-builders-title p {
    background: linear-gradient(135deg, #B3A065, #977916);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    margin-bottom: -15px;
    font-size: 25.57px;
    letter-spacing: 1px;
}


#city-builders .bg-gradient-city-builders {
    background: linear-gradient(135deg, #B3A065, #977916);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

#city-builders .city-builders-title h2 {
    font-size: 64.52px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    background: linear-gradient(135deg, #B3A065, #977916);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 7px;
}

#city-builders .city-builders-slogan {
    font-size: 17s.38px;
}
#city-builders .title-gap {
    display: inline-block;
    width: 40px;
}

#city-builders .title-acres {
    font-size: 24.65px;
    background: linear-gradient(135deg, #B29E61, #967815);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 5px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-family: Montserrat-Bold, sans-serif;
}

#city-builders .subtitle-acres {
    font-size: 10px;
    color: #000000;
    text-align: left;
    line-height: 1.4;
    flex: 1;
}

#city-builders .city-item{
    color: #000000;
    font-size: 11.65px;
    position: relative;
}

#city-builders .city-item .img-lots {
    height: 132px;
    width: 132px;
    position: relative;
    z-index: 2;
}

#city-builders .city-item .price-lots {
    font-size: 14.69px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    background: white;
    position: relative;
    z-index: 2;
    font-family: 'Montserrat-Bold';
}

#city-builders .description-lots {
    margin-top: 8px;
    font-size: 11.65px;
    line-height: 1.3;
    padding: 0 40px 0 3px;
}

#city-builders .img-price-lots {
    height: 32px;
    width: auto;
}

#city-builders .city-item::after {
    content: '';
    position: absolute;
    left: 110px;
    width: 100px;
    height: 2px;
    background: white;
    z-index: 1;    
    transform: translateX(-10px);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

#city-builders .city-item.item-1::after {
    width: 43px;
    bottom: 97.1px;
}

#city-builders .city-item.item-2::after {
    width: 43px;
    bottom: 97px;
}

#city-builders .city-item.item-3::after {
    width: 43px;
    bottom: 90px;
}


#city-builders .city-builders-map img {
    min-height: 85vh;
    width: 100%;
}

#city-builders .mobile-version #hero {
    color: #003362;
    padding: 45px;
    box-shadow: 0 -20px 50px rgba(0,0,0,0.05), 0 20px 50px rgba(0,0,0,0.03);
}

#city-builders .mobile-version #hero .hero-we-are {
    font-size: 9.36px;
}

#city-builders .mobile-version #hero .hero-city-builders {
    font-size: 24.02px;
    margin: 0;
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 3px;
    font-family: Montserrat-SemiBold, sans-serif;
}

#city-builders .mobile-version #hero .vertical-line {
    width: 1px;
    height: 40px;
    background-color: #003362;
    opacity: 0.3;
}

#city-builders .mobile-version #hero .hero-discover {
    font-size: 9.56px;
}

#city-builders .mobile-version #lots {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    left: 0;
}

#city-builders .mobile-version #lots .bg-lots {
    height: 650px !important;
    width: 100vw !important;
    max-width: 100vw !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
}

#city-builders .mobile-version #lots .bg-lots[data-bg="1"] {
    background-image: url('/img/desarrollosLandings/cancun/mobile/bg-lots-1.webp');
}

#city-builders .mobile-version #lots .bg-lots[data-bg="2"] {
    background-image: url('/img/desarrollosLandings/cancun/mobile/bg-lots-2.webp');
}

#city-builders .mobile-version #lots .bg-lots[data-bg="3"] {
    background-image: url('/img/desarrollosLandings/cancun/mobile/bg-lots-3.webp');
}

#city-builders .mobile-version #lots .bg-lots .lots-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px 0;
}

#city-builders .mobile-version #lots .bg-lots .lots-content-top {
    padding-top: 0;
    margin-top: 5px;
}

#city-builders .mobile-version #lots .bg-lots .lots-button-bottom {
    text-align: center;
    padding-bottom: 0;
}

#city-builders .mobile-version #lots .bg-lots .lots-button-bottom span{
    text-align: center;
    padding-bottom: 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 8px;
    font-family: Montserrat-Thin, sans-serif;
}

#city-builders .mobile-version #lots .bg-lots .item-title {
    font-size: 23.93px;
    font-weight: 800;
    font-family: Montserrat-Bold, sans-serif;
    margin-top: 20px;
}

#city-builders .mobile-version #lots .bg-lots[data-bg="1"] .item-title,
#city-builders .mobile-version #lots .bg-lots[data-bg="1"] .item-title .text-lots {
    background: linear-gradient(135deg, #B3A065, #977916);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
    padding: 0;
}

#city-builders .mobile-version #lots .bg-lots .item-title .text-lots {
    font-family: Montserrat-Light, sans-serif;
}

#city-builders .mobile-version #lots .bg-lots[data-bg="1"] .item-subtitle {
    font-size: 8.28px;
    color: #000000;
    font-weight: 600;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 10px;
    font-family: Montserrat-Thin, sans-serif;
    letter-spacing: 1px;
}

#city-builders .mobile-version #lots .bg-lots p {
    font-size: 12.7px;
    color: #000000;
    line-height: 1.5;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

#city-builders .mobile-version #lots .bg-lots img {
    height: 50px;
    width: auto;
    padding: 0;
    margin: 0;
}

#city-builders .mobile-version #lots .bg-lots a {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    background: white;
    color: #000000;
    border: none;
    padding: 2px 18px;
    font-size: 13.59px;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 1.5px;
    text-decoration: none;
    cursor: pointer;
    font-family: Montserrat-Bold, sans-serif;
    margin-bottom: 24px;
}

#city-builders .mobile-version #lots .bg-lots[data-bg="2"] .item-title {
    background: linear-gradient(135deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    background-clip: text;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#city-builders .mobile-version #lots .bg-lots[data-bg="2"] .item-subtitle {
    font-size: 8.28px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 10px;
    font-family: Montserrat-Thin, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

#city-builders .mobile-version #lots .bg-lots[data-bg="2"] p {
    color: #FFFFFF;
}

#city-builders .mobile-version #lots .bg-lots[data-bg="3"] .item-title {
    background: linear-gradient(135deg, #16345A, #16345A);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
    padding: 0;
}

#city-builders .mobile-version #lots .bg-lots[data-bg="3"] .item-subtitle {
    font-size: 8.28px;
    color: #2A466B;
    font-weight: 600;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 10px;
    font-family: Montserrat-Thin, sans-serif;
    letter-spacing: 1px;
}

#city-builders .mobile-version #lots .bg-lots[data-bg="3"] p {
    color: #16345A;
}

#city-builders .desktop-version { display: block; padding: 0 70px; }
#city-builders .mobile-version { display: none; }

#hero {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.lots-container {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

#hero.animate-up,
.lots-container.animate-up {
    opacity: 1;
    transform: translateY(0);
}

.bg-lots:nth-child(1) .lots-container.animate-up {
    transition-delay: 0.1s;
}

.bg-lots:nth-child(2) .lots-container.animate-up {
    transition-delay: 0.3s;
}

.bg-lots:nth-child(3) .lots-container.animate-up {
    transition-delay: 0.5s;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    #city-builders .city-item .img-lots { height: 80px; width: 80px; }
    #city-builders .city-item .price-lots { font-size: 13px; }
    #city-builders .desktop-version { padding: 0; }
    #city-builders .city-builders-title h2 { font-size: 57.52px; }
    #city-builders .title-gap { width: 24px; }
    #city-builders .title-acres { font-size: 24.65px; }
    #city-builders .subtitle-acres { font-size: 8px; }
}

@media (max-width: 1024px) {
    .col-lg-4,
    .col-lg-8 { flex: 0 0 100%; max-width: 100%; }
    #city-builders .city-item::after { content: ''; background: none; box-shadow: none; }
    #city-builders .subtitle-acres { font-size: 11px; }
}

@media (max-width: 768px) {
    #city-builders .desktop-version { display: none; }
    #city-builders .mobile-version { display: block; }
    #city-builders .mobile-version { padding: 0; margin: 0; }
    #city-builders .mobile-version #hero { padding: 45px 20px; }
    #city-builders .mobile-version #hero .hero-we-are { font-size: 15.36px; }
    #city-builders .mobile-version #hero .hero-city-builders { font-size: 30.02px; margin-top: -13px; }
    #city-builders .mobile-version #hero .hero-discover { font-size: 15.56px; }
    #city-builders .mobile-version #lots .bg-lots p { font-size: 13.7px; }
}

@media (max-width: 576px) {
    #city-builders .mobile-version { width: 100%; padding: 0 !important; }
    #city-builders .mobile-version #hero { padding: 45px 20px; }
    #city-builders .mobile-version #hero .hero-we-are { font-size: 7.56px; }
    #city-builders .mobile-version #hero .hero-city-builders { font-size: 22.02px; margin-top: -11px; }
    #city-builders .mobile-version #hero .vertical-line { height: 29px; }
    #city-builders .mobile-version #hero .hero-discover { font-size: 7.56px; }
    #city-builders .mobile-version #lots .bg-lots { height: 435px !important; }
}

@media (max-width: 480px) {
    #city-builders .mobile-version #hero .hero-we-are { font-size: 9.56px; }
    #city-builders .mobile-version #hero .hero-city-builders { font-size: 24.02px; margin-top: -11px; }
    #city-builders .mobile-version #hero .vertical-line { height: 28px; }
    #city-builders .mobile-version #hero .hero-discover { font-size: 9.56px; }
    #city-builders .mobile-version #lots .bg-lots { height: 630px !important; }
    #city-builders .mobile-version #lots .bg-lots p { font-size: 10.7px; }
    #city-builders .mobile-version #lots .bg-lots[data-bg="2"] .item-subtitle { font-size: 7.2px; }
}

@media (min-width: 300px) and (max-width: 360px) {
    #city-builders .mobile-version #hero { padding: 45px 12px; }
    #city-builders .mobile-version #hero .hero-we-are { font-size: 7.56px; }
    #city-builders .mobile-version #hero .hero-city-builders { font-size: 23.02px; margin-top: -11px; }
    #city-builders .mobile-version #hero .vertical-line { height: 27px; }
    #city-builders .mobile-version #hero .hero-discover { font-size: 7.56px; }
    #city-builders .mobile-version #lots .bg-lots button {
        padding: 2px 12px;
        font-size: 9.59px;
    }
    #city-builders .mobile-version #lots .bg-lots p { font-size: 8.9px; }
    #city-builders .mobile-version #lots .bg-lots[data-bg="2"] .item-subtitle { font-size: 7px; }
}

#google-earth {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    font-family: Montserrat-Thin, sans-serif;
}

#google-earth .video-wrapper {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    left: 0;
    height: 100vh;
    overflow: hidden;
}

#google-earth .video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: inherit;
    z-index: 1;
}

#google-earth .video-content {
    position: relative;
    z-index: 3;
    height: 100%;
    width: 100%;
    color: white;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    display: flex;
    flex-direction: column;
}

#google-earth .video-content.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#google-earth .text-container {
    font-family: 'Montserrat-Light';
    position: absolute;
    top: 3rem !important;
    right: 4rem;
    max-width: 477px;
    z-index: 4;
}

#google-earth .text-container h1.display-4 {
    font-size: 35.59px;
    font-weight: 600;
    line-height: 1.2;
    color: white;
    font-family: Montserrat-SemiBold, sans-serif;
}

#google-earth .text-container h3 {
    font-size: 28.25px;
    font-weight: 300;
    margin-bottom: 2rem;
    margin-top: -8px;
    color: rgba(255, 255, 255, 0.9);
}

#google-earth .text-container p.lead {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 0;
    text-align: left;
    hyphens: auto;
}

#google-earth .button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    text-align: center;
}

#google-earth .button-container .btn {
    width: 80px;
    height: 80px;
    padding: 0;
    border-radius: 50px;
    background: black;
    border: none;
    box-shadow: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#google-earth .button-container .btn:hover,
#google-earth .button-container .btn:focus,
#google-earth .button-container .btn:active {
    background: black;
    border: none;
    box-shadow: none;
    outline: none;
}

#google-earth .button-container .btn i {
    font-size: 35px;
    color: white;
    line-height: 1;
}

#google-earth .button-container .btn:hover i,
#google-earth .button-container .btn:focus i,
#google-earth .button-container .btn:active i {
    color: white;
    transform: none;
}

#google-earth .video-desktop {
    display: block;
}

#google-earth .video-mobile {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    #google-earth .text-container h1.display-4 { font-size: 33.59px; }
    #google-earth .text-container h3 { font-size: 26.25px; }
    #google-earth .text-container p.lead { font-size: 20px; }
    #google-earth .text-container { max-width: 442px; }
}
@media (max-width: 1024px) {
    #google-earth .video-desktop { display: block; }
    #google-earth .video-mobile { display: none; }
    #google-earth .video-background { object-fit: fill !important; }
    #google-earth .video-wrapper { height: 100vh; width: 100vw; }
    #google-earth .text-container { top: 530px !important; right: auto !important; max-width: 100%; padding: 0 20px; }
    #google-earth .button-container { top: 286px; }
    #google-earth .text-container h1.display-4 { font-size: 31.59px; }
    #google-earth .text-container h3 { font-size: 24.25px; }
    #google-earth .text-container p.lead { font-size: 18px; }
}
@media (max-width: 768px) {
    #google-earth .video-desktop { display: none; }
    #google-earth .video-mobile { display: block; }
    #google-earth { height: auto !important; }
    #google-earth .video-wrapper { height: 95vh;}
    #google-earth .video-background { width: 100vw; object-fit: inherit !important; }
    #google-earth .video-content { height: auto; }
    #google-earth .button-container { top: 260px !important }
    #google-earth .text-container { top: 445px !important; }
}
@media (max-width: 576px) {
    #google-earth .video-background { top: 70%; object-fit: cover !important; }
    #google-earth .button-container .btn { width: 60px; height: 60px; }
    #google-earth .button-container .btn i { font-size: 25px; }
    #google-earth .text-container { padding: 0 12px; top: 490px !important; }
    #google-earth .text-container h1.display-4 { font-size: 25.59px; }
    #google-earth .text-container h3 { font-size: 18.25px; }
    #google-earth .text-container p.lead { font-size: 11px; }
    #google-earth .button-container { top: 364px; }
}
@media (max-width: 480px) {
    #google-earth .video-background { top: 50%; }
    #google-earth .button-container .btn { width: 60px; height: 60px; }
    #google-earth .button-container .btn i { font-size: 25px; }
    #google-earth .text-container { padding: 0 25px; top: 573px !important; right: 0 !important; }
    #google-earth .text-container h1.display-4 { font-size: 22.24px; }
    #google-earth .text-container h3 { font-size: 11.98px; }
    #google-earth .text-container p.lead { font-size: 9.81px; }
    #google-earth .button-container { top: 357px !important; }
}
@media (min-width: 375px) and (max-width: 400px){
    #google-earth .video-background { top: 50%; }
    #google-earth .text-container { padding: 0 25px;  top: 557px !important;}
    #google-earth .button-container { top: 240px; }
}
@media (min-width: 300px) and (max-width: 360px) {
    #google-earth .text-container { padding: 0 15px; top: 527px !important; }
    #google-earth .button-container { top: 233px; }
}

#google-maps {
    --altura-google-maps: 80vh;
    position: relative;
    width: 100%;
    overflow: visible;
    animation: fadeInUp 0.8s ease-out;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

#google-maps .head-google-maps {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 3rem auto;
    padding: 0 1rem;
}

#google-maps .title-google-maps-desktop {
    font-size: 45.55px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #B3A065, #977916);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    letter-spacing: 1px;
    font-family: Montserrat-Light, sans-serif;
    display: block;
}

#google-maps .title-google-maps-mobile {
    font-size: 45.55px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #B3A065, #977916);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    letter-spacing: 1px;
    font-family: Montserrat-Light, sans-serif;
    display: none;
    padding-top: 30px;
    font-family: Montserrat-Bold, sans-serif;
}

#google-maps .description-google-maps {
    font-size: 29.82px;
    line-height: 1.6;
    color: #153661;
    font-weight: 300;
    max-width: 100%;
    margin-top: 10px;
    padding: 0 200px;
    line-height: normal;
}

#google-maps .maps-interactive {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #e9ecef;
    z-index: 0;
}

.gm-style-iw {
    border-radius: 15px !important;
    padding: 5px !important;
}

.gm-style-iw button {
    display: none !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#google-maps .figura2 {
    position: absolute;
    top: -52px;
    right: -123px;
    pointer-events: none;
    z-index: 1;
}

#google-maps .figura2 img {
    height: 100%;
    width: auto;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    #google-maps { --altura-google-maps: 60vh; }
    #google-maps .description-google-maps { padding: 0px 15px; }
    #google-maps .maps-interactive { height: 500px; }
}
@media (max-width: 1024px) {
    #google-maps .title-google-maps-desktop { font-size: 37.55px; }
    #google-maps .description-google-maps { padding: 0 15px; font-size: 23px; }
    #google-maps .maps-interactive { height: 600px; }
    #google-maps .figura2 {
        top: -67px;
        right: -164px;
    }
}
@media (max-width: 768px) {
    #google-maps .title-google-maps-desktop { display: none; }
    #google-maps .title-google-maps-mobile { display: block; }
    #google-maps .title-google-maps-mobile { font-size: 30.55px }
    #google-maps .title-google-maps-mobile span {
        font-size: 19px;
        right: -16px;
        top: 11px; 
    }
    #google-maps .description-google-maps { font-size: 15.82px; }
    #google-maps .container-fluid { padding: 0 20px !important; margin: 0 !important; }
    #google-maps .maps-interactive { height: 600px; }
    .figura2 { display: none;}
    #google-maps .head-google-maps { margin: 0 auto 0 auto; padding: 0;}
}
@media (max-width: 576px) {
    #google-maps .title-google-maps-mobile { font-size: 26.55px; }
    #google-maps .title-google-maps-mobile span { top: 18px; right: -2px; font-size: 14px; }
    #google-maps .maps-interactive { height: 600px; }
    #google-maps .container-fluid { padding: 0 33px !important; }
}
@media (max-width: 480px) {
    #google-maps .title-google-maps-mobile { font-size: 23.55px }
    #google-maps .title-google-maps-mobile span { top: 18px; right: -2px; font-size: 14px; }
    #google-maps .description-google-maps { font-size: 10.82px; }
    #google-maps .container-fluid { padding: 0 30px !important; }
}
@media (min-width: 375px) and (max-width: 400px){
    #google-maps .title-google-maps-mobile { font-size: 19.55px }
    #google-maps .title-google-maps-mobile span { top: 18px; right: -2px; font-size: 14px; }
    #google-maps .description-google-maps { font-size: 9.82px; padding: 0; }
}
@media (min-width: 300px) and (max-width: 360px) {
    #google-maps .title-google-maps-mobile { font-size: 19.55px }
    #google-maps .title-google-maps-mobile span {
        top: 20px;
        right: -2px;
        font-size: 12px;
    }
    #google-maps .title-title-google-maps-mobile { font-size: 31.55px; }
    #google-maps .description-google-maps { font-size: 7.82px; }
}

#carrusel-construction {
    position: relative;
    --altura-carrusel-construction: 80vh;
    width: 100%;
    background: transparent;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

#carrusel-construction .gradient-text-desktop {
    background: linear-gradient(135deg, #B3A065, #977916);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    margin-bottom: 0.1rem;
    font-size: 37.55px;
    letter-spacing: 1px;
    font-family: Montserrat-Bold, sans-serif;
    display: block;
}

#carrusel-construction .gradient-text-mobile {
    background: linear-gradient(135deg, #B3A065, #977916);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    margin-bottom: 0.1rem;
    font-size: 37.21px;
    letter-spacing: 1px;
    font-family: Montserrat-Bold, sans-serif;
    display: none;
}

#carrusel-construction .construction-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

#carrusel-construction .construction-slide {
    width: 100%;
    outline: none;
    position: relative;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

#carrusel-construction .construction-video {
    width: 70%;
    height: auto;
    object-fit: cover;
    display: block;
    background: transparent;
    cursor: pointer;
}

#carrusel-construction .construction-video::-webkit-media-controls {
    display: none !important;
}

#carrusel-construction .construction-video::-webkit-media-controls-enclosure {
    display: none !important;
}

#carrusel-construction .construction-video.show-controls::-webkit-media-controls {
    display: flex !important;
}

#carrusel-construction .construction-video.show-controls::-webkit-media-controls-enclosure {
    display: flex !important;
}

#carrusel-construction .construction-slick-carousel { 
    position: relative; 
    overflow: hidden; 
}

#carrusel-construction .slick-list { 
    overflow: visible !important; 
    padding: 0 !important; 
}

#carrusel-construction .slick-track { 
    display: flex; 
    align-items: center;
}

#carrusel-construction .slick-slide {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.5s ease;
}

#carrusel-construction .slick-slide.slick-center {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 10;
}

#carrusel-construction .slick-prev, 
#carrusel-construction .slick-next { 
    display: none !important; 
}

#carrusel-construction .construction-timeline-desktop {
    position: relative;
    margin: 20px auto 5px;
    margin-top: 10px;
    z-index: 250;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    max-width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    width: fit-content;
    -webkit-mask-image: linear-gradient(90deg, transparent, black 20%, black 80%, transparent);
    mask-image: linear-gradient(90deg, transparent, black 20%, black 80%, transparent);
    transform: translateY(-95px);
    transition: transform 1.5s ease-in-out;
}

#carrusel-construction .construction-timeline-desktop::before,
#carrusel-construction .construction-timeline-desktop::after {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    border-radius: 50px;
}

#carrusel-construction .construction-timeline-desktop::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent);
}

#carrusel-construction .construction-timeline-desktop::after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.9), transparent);
}

#carrusel-construction .timeline-arrow-desktop {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 4;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#carrusel-construction .timeline-arrow-desktop:focus {
    outline: none;
}

#carrusel-construction .timeline-indicators-desktop {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 2px 150px;
    max-width: 300px;
    scroll-behavior: auto;
    position: relative;
    z-index: 2;
}

#carrusel-construction .timeline-indicators-desktop::-webkit-scrollbar {
    display: none;
}

#carrusel-construction .timeline-indicator-desktop {
    padding: 6px 10px;
    border: none;
    border-radius: 50px;
    font-family: Montserrat-Medium, sans-serif;
    color: #FFF;
    background: transparent;
    cursor: pointer;
    min-width: 60px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

#carrusel-construction .timeline-indicator-desktop .year {
    font-size: 14px;
    font-weight: 500;
}

#carrusel-construction .timeline-indicator-desktop .month {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

#carrusel-construction .timeline-indicator-desktop.month-indicator {
    min-width: 45px;
    padding: 4px 6px;
}

#carrusel-construction .timeline-indicator-desktop.month-indicator .year {
    font-size: 16px;
}

#carrusel-construction .timeline-indicator-desktop.month-indicator .month {
    font-size: 7px;
}

#carrusel-construction .timeline-indicator-desktop.active {
    background: white;
    color: black;
    font-weight: bold;
    padding: 4px 50px;
}

#carrusel-construction .timeline-indicator-desktop.active .month,
#carrusel-construction .timeline-indicator-desktop.active .year {
    font-weight: bold;
}

#carrusel-construction .construction-timeline-mobile {
    position: relative;
    margin: 15px auto 10px;
    z-index: 250;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 537px;
    background: #001F4E;
    border-radius: 50px;
    padding: 1px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#carrusel-construction .timeline-mobile-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
    padding: 0 5px;
}

#carrusel-construction .timeline-arrow-mobile {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 4;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    min-width: 30px;
}

#carrusel-construction .timeline-arrow-mobile:focus {
    outline: none;
}

#carrusel-construction .timeline-indicators-mobile {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 2px 10px;
    scroll-behavior: smooth;
    position: relative;
    z-index: 2;
    flex: 1;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
}

#carrusel-construction .timeline-indicators-mobile::-webkit-scrollbar {
    display: none;
}

#carrusel-construction .timeline-indicator-mobile {
    padding: 5px 12px;
    border: none;
    border-radius: 30px;
    font-family: Montserrat-Medium, sans-serif;
    color: white;
    background-color: transparent;
    cursor: pointer;
    min-width: 55px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#carrusel-construction .timeline-indicator-mobile .year {
    font-size: 13px;
    font-weight: 600;
}

#carrusel-construction .timeline-indicator-mobile .month {
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    opacity: 0.9;
}

#carrusel-construction .timeline-indicator-mobile.month-indicator {
    min-width: 80px;
    padding: 2px 10px;
}

#carrusel-construction .timeline-indicator-mobile.month-indicator .year {
    font-size: 14px;
}

#carrusel-construction .timeline-indicator-mobile.month-indicator .month {
    font-size: 7px;
}

#carrusel-construction .timeline-indicator-mobile.active {
    background: white;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}

#carrusel-construction .timeline-indicator-mobile.active .month,
#carrusel-construction .timeline-indicator-mobile.active .year {
    font-weight: bold;
    color: black;
}

.connie-container {
    width: 55.5759%;
    min-height: 175px;
    margin: 0 auto;
    margin-top: 5px;
    min-height: 170px;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.connie-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.connie-text-left {
    flex: 1;
    max-width: 40%;
    z-index: 2;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.connie-text-left h1 {
    font-size: 24px;
    font-family: Montserrat-Light, sans-serif;
    margin-bottom: 10px;
    color: white;
    padding: 0px 10px 0px 20px;
}

.connie-text-left p {
    font-size: 13px;
    font-family: Montserrat-Light, sans-serif;
    line-height: 1.3;
    padding: 0px 30px 0px 20px;
}

.connie-text-left .text-semibold {
    font-family: Montserrat-Semibold, sans-serif;
}

.connie-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
    z-index: 3;
    animation: girarYRegresar 21s ease-in-out infinite;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

@keyframes girarYRegresar {
    0% {
        transform: rotate(0deg);
    }
    47.6% {
        transform: rotate(100deg);
    }
    95.2% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.connie-text-right {
    flex: 1;
    max-width: 30%;
    z-index: 2;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 0 0 20px 10px;
}

.connie-text-right h3 {
    font-size: 20px;
    font-family: Montserrat-Semibold, sans-serif;
    margin-bottom: -10px;
    margin-top: 10px;
    color: white;
    letter-spacing: 1px;
}

.connie-text-right span {
    font-size: 10px;
    font-family: Montserrat-Thin, sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    opacity: 0.9;
    margin: 0;
    padding: 0;
}

#carrusel-construction .construction-slide .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    opacity: 0.9;
}

#carrusel-construction .construction-slide .video-play-button:hover {
    background: rgba(0, 0, 0, 0.9);
    opacity: 1;
}

#carrusel-construction .construction-slide .video-play-button i {
    color: white;
    font-size: 40px;
    margin-left: 8px;
}

#carrusel-construction .construction-slide.video-playing .video-play-button {
    display: none !important;
}

#carrusel-construction .construction-slide.slick-center:not(.video-playing) .video-play-button {
    display: flex;
}

#carrusel-construction .construction-slide:not(.slick-center) .video-play-button {
    display: none !important;
}

#carrusel-construction .construction-video:not(.show-controls) {
    cursor: pointer;
}

#carrusel-construction .figura3 {
    position: absolute;
    top: -119px;
    left: -300px;
    width: auto;
    pointer-events: none;
    z-index: 1;
    animation: girarYRegresar 21s ease-in-out infinite;
    height: 400px;
}

#carrusel-construction .figura3 img {
    height: 100%;
    width: auto;
}

@keyframes girarYRegresar {
    0% {
        transform: rotate(0deg);
    }
    47.6% {
        transform: rotate(100deg);
    }
    95.2% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

#carrusel-construction .figura4 {
    position: absolute;
    bottom: -119px;
    right: -193px !important;
    width: auto;
    pointer-events: none;
    z-index: 1;
}

#carrusel-construction .figura4 img {
    height: 100%;
    width: auto;
}

@media screen and (min-width: 2000px) {
    #carrusel-construction .construction-video {
        width: 100% !important;
    }
    .connie-container {
        width: 57.48% !important;
    }
}

@media (min-width: 1440px) {
    .connie-container {
        width: 55%;
        min-height: 170px;
    }
    .connie-image {
        width: 112px;
        height: 112px;
        margin: -4px 0px 0 -19px;
    }
    #carrusel-construction .figura3 {
        top: -12px;
        left: -256px;
        width: auto;
        height: 300px;
    }
    #carrusel-construction .figura4 {
        right: -187px !important;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    #carrusel-construction .gradient-text-desktop {
        font-size: 32px;
    }
    #carrusel-construction .construction-video {
        width: 75%;
    }
    .connie-container {
        width: 65%;
        min-height: 160px !important;
    }
    .connie-text-left h1 {
        font-size: 22px;
    }
    .connie-text-left p {
        font-size: 12px;
    }
    .connie-text-right h3 {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    #carrusel-construction {
        --altura-carrusel-construction: 70vh;
        min-height: auto;
    }
    #carrusel-construction .gradient-text-desktop {
        font-size: 45.55px;
        text-align: center;
    }
    #carrusel-construction .construction-video {
        width: 85%;
    }
    .connie-container {
        width: 80.913%;
        min-height: 235px !important;
    }
    .connie-video-background {
        object-fit: inherit !important;
    }
    .connie-text-left h1 {
        font-size: 20px;
        padding: 0px 8px 0px 15px;
    }
    .connie-text-left p {
        font-size: 11px;
        padding: 0px 12px 0px 15px;
    }
    .connie-image {
        width: 112px;
        height: 112px;
        margin: -4px 0px 0 -19px;
    }
    .connie-text-right h3 {
        font-size: 18px;
    }
    #carrusel-construction .construction-timeline-desktop {
        max-width: 350px;
    }
    #carrusel-construction .timeline-indicator-desktop.active {
        padding: 4px 40px;
    }
    #carrusel-construction .figura3 {
        top: -12px;
        left: -256px;
        width: auto;
        height: 300px;
    }
    #carrusel-construction .figura4 {
        bottom: -119px;
        right: -193px !important;
    }
}

@media (max-width: 768px) {
    #carrusel-construction .gradient-text-desktop,
    #carrusel-construction .construction-timeline-desktop {
        display: none;
    }
    #carrusel-construction .gradient-text-mobile,
    #carrusel-construction .construction-timeline-mobile {
        display: block;
    }
    #carrusel-construction {
        --altura-carrusel-construction: 60vh;
        min-height: auto;
        padding: 20px 0;
    }
    .connie-container {
        background-image: url(/img/desarrollosLandings/cancun/mobile/carrusel-construction-connie.png);
    }
    #carrusel-construction .gradient-text-mobile {
        font-size: 30.55px;
        margin-bottom: 5px;
    }
    #carrusel-construction .gradient-text-mobile label {
        font-size: 26px;
    }
    #carrusel-construction .construction-video {
        width: auto;
        height: 50vh;
    }
    .connie-container {
        width: 93%;
        min-height: 177px !important;
        padding: 10px;
        gap: 10px;
        border-radius: 15px;
    }
    .connie-text-left {
        max-width: 100%;
        text-align: left;
        padding: 0;
    }
    .connie-text-right {
        max-width: 100%;
        text-align: left;
        padding: 0;
        background-color: transparent;
    }
    .connie-text-left h1 {
        font-size: 15px;
        padding: 6px 0 0 3px;
        font-family: Montserrat-Bold, sans-serif;
    }
    .connie-text-left p {
        font-size: 12px;
        padding: 0 55px 0 3px;
    }
    .connie-image {
        width: 80px;
        height: 80px;
        margin: -4px 0 0 -58px;
    }
    .connie-text-right h3 {
        font-size: 18px;
        margin-bottom: -5px;
        color: transparent;
        text-shadow: none;
    }
    .connie-text-right span {
        font-size: 10px;
        color: transparent;
        text-shadow: none;
    }
    #carrusel-construction .construction-slide .video-play-button {
        width: 60px;
        height: 60px;
    }
    #carrusel-construction .construction-slide .video-play-button i {
        font-size: 30px;
        margin-left: 0;
    }
    #carrusel-construction .figura3, 
    #carrusel-construction .figura4 {
        display: none !important;
    }
}

@media (max-width: 480px) {
    #carrusel-construction .gradient-text-mobile label {
        font-size: 19px;
    }
    #carrusel-construction .gradient-text-mobile {
        font-size: 21.55px;
    }
    .connie-text-left h1 {
        font-size: 14px;
        padding: 0;
    }
    .connie-text-left p {
        font-size: 9px;
        line-height: 1.2;
        margin-bottom: 0rem;
        padding: 0 23px 0 0;
    }
    .connie-image {
        width: 60px;
        height: 60px;
        margin: -5px 4px 0 -25px;
    }
    .connie-text-right h3 {
        margin-top: -11px;
        font-size: 14px;
        margin-bottom: -13px;
    }
    .connie-text-right span {
        font-size: 8px;
    }
    #carrusel-construction .construction-video {
        width: 93%;
        height: 50vh;
    }
    #carrusel-construction .construction-timeline-mobile {
        max-width: 363px;
    }
    #carrusel-construction .timeline-indicator-mobile.month-indicator {
        min-width: 64px;
        padding: 0 10px;
    }
    #carrusel-construction .timeline-indicators-mobile {
        padding: 0;
    }
    #carrusel-construction .timeline-indicator-mobile {
        min-width: 70px;
        padding: 2px 10px;
    }
    #carrusel-construction .timeline-indicator-mobile .year {
        font-size: 11px !important;
    }
    #carrusel-construction .timeline-indicator-mobile .month {
        font-size: 7px !important;
        margin-top: 2px;
    }
    #carrusel-construction .timeline-indicator-mobile.active {
        padding: 0 10px;
    }
    #carrusel-construction .timeline-mobile-container {
        width: 101%;
        gap: 0;
    }
    #carrusel-construction .construction-slide .video-play-button {
        width: 50px;
        height: 50px;
    }
    #carrusel-construction .construction-slide .video-play-button i {
        font-size: 24px;
        margin-left: 0;
    }
    .connie-container {
        width: 86%;
        min-height: 160px !important;
    }
}

@media (min-width: 375px) and (max-width: 400px) {
    #carrusel-construction .gradient-text-mobile label {
        font-size: 16px;
    }
    #carrusel-construction .gradient-text-mobile {
        font-size: 18.55px;
    }
    #carrusel-construction .timeline-indicator-mobile.active {
        padding: 0 10px;
    }
    #carrusel-construction .timeline-indicator-mobile .year {
        font-size: 11px !important;
    }
    #carrusel-construction .timeline-indicator-mobile .month {
        font-size: 6px !important;
    }
    .connie-container {
        padding: 10px;
        width: 83%;
        min-height: 120px !important;
    }
    .connie-text-left h1 {
        font-size: 11px;
    }
    .connie-text-left p {
        font-size: 8px;
        margin: -4px 0 0 0;
        padding: 0 15px 0 0;
    }
    .connie-image {
        width: 55px;
        height: 55px;
        margin: -1px 0 0 -21px;
    }
    .connie-text-right h3 {
        font-size: 13px;
        margin-bottom: -11px;
    }
    #carrusel-construction .construction-timeline-mobile {
        max-width: 315px;
    }
}

@media (min-width: 300px) and (max-width: 360px) {
    #carrusel-construction {
        padding: 10px 0;
    }
    #carrusel-construction .timeline-indicator-mobile .year {
        font-size: 10px !important;
    }
    #carrusel-construction .timeline-indicator-mobile .month {
        font-size: 5px !important;
    }
    #carrusel-construction .gradient-text-mobile label {
        font-size: 15px;
    }
    #carrusel-construction .gradient-text-mobile {
        font-size: 16.55px;
    }
    #carrusel-construction .construction-wrapper {
        padding: 0 5px;
    }
    .connie-container {
        width: 90%;
        min-height: 120px !important;
        padding: 8px;
        gap: 5px;
    }
    .connie-text-left h1 {
        font-size: 10px;
        margin-bottom: 3px;
    }
    .connie-text-left p {
        font-size: 7px;
        line-height: 1.1;
        padding: 0 23px 0 0;
    }
    .connie-image {
        width: 50px;
        height: 50px;
        margin: -1px 0 0 -23px;
    }
    .connie-text-right h3 {
        font-size: 12px;
        margin-bottom: -11px;
    }
    .connie-text-right span {
        font-size: 7px;
        letter-spacing: 0.5px;
    }
    #carrusel-construction .construction-timeline-mobile {
        max-width: 290px;
        margin: 10px auto 5px;
        padding: 1px 0;
    }
    #carrusel-construction .timeline-indicator-mobile {
        min-width: 35px;
        padding: 2px 4px;
    }
    #carrusel-construction .timeline-indicator-mobile .year {
        font-size: 9px;
    }
    #carrusel-construction .timeline-indicator-mobile .month {
        font-size: 6px;
    }
    #carrusel-construction .timeline-arrow-mobile {
        font-size: 14px;
        padding: 0 4px;
        min-width: 22px;
    }
    #carrusel-construction .construction-slide .video-play-button {
        width: 40px;
        height: 40px;
    }
    #carrusel-construction .construction-slide .video-play-button i {
        font-size: 20px;
        margin-left: 4px;
    }
}

#contact {
    height: 100vh !important;
    width: 100vw !important;
    background-image: url('/img/desarrollosLandings/merida/contact-bg.webp') !important;
    background-size: cover;
    background-position: center 50%;
    background-repeat: no-repeat;
    position: relative !important;
    z-index: 0 !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: Montserrat-Regular, sans-serif;
    color: #1D4A85;
}

#contact::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 200px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.55) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.25) 60%, rgba(255, 255, 255, 0.15) 70%, rgba(255, 255, 255, 0.08) 80%, rgba(255, 255, 255, 0.03) 90%, rgba(255, 255, 255, 0) 100%);;
}

#contact .title {
    width: 100%;
    color: white;
}

#contact h1 {
    position: relative;
    z-index: 2;
    font-size: 45.55px;
    padding: 0;
}

#contact .title h1:first-of-type {
    font-size: 40.55px;
}

#contact h1 label {
    font-weight: 700;
}

#contact .container-cols {
    max-width: 700px;
}

#contact .form-control {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(2.5px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 7px !important;
    padding: 2px 18px !important;
    color: white !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0px 4px 8.7px 0px #00000080;
    font-family: Montserrat-Medium, sans-serif;
}

#contact .form-control:focus {
    background: rgba(255, 255, 255, 0.3) !important;
    border: 1px solid rgba(29, 74, 133, 0.3) !important;
    outline: none !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(29, 74, 133, 0.1) !important;
}

#contact .form-control::placeholder {
    color: rgba(29, 74, 133, 0.4) !important;
    font-weight: 400;
    font-size: 15px;
}

#contact .form-label {
    color: white !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    letter-spacing: 0.5px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: bold !important;
}

#contact .form-label[for="countryInput"],
#contact .form-label[for="cityInput"] {
    color: white !important;
}

#check-info-mobile {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 0 !important;
}

.checkbox__container {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.checkbox__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 4px;
    box-shadow: 0px 4px 8.7px 0px #00000080;
    transition: all 0.2s ease;
}

.checkbox__container:hover .checkbox__checkmark {
    background: rgba(255, 255, 255, 0.3) !important;
    border: 1px solid rgba(29, 74, 133, 0.3) !important;
}

.checkbox__container input:checked ~ .checkbox__checkmark {
    background: #1D4A85 !important;
    border-color: #1D4A85 !important;
    backdrop-filter: blur(5px) !important;
}

.checkbox__checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox__container input:checked ~ .checkbox__checkmark:after {
    display: block;
}

#check-info-mobile p {
    margin: 0 !important;
    font-size: 12px;
    color: white;
    line-height: 1.4;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.iti {
    width: 100%;
}
.iti__flag-container {
    width: 100px !important;
}
.iti__tel-input {
    text-indent: 80px !important;
}
.iti__search-input {
    padding: 2px 6px !important;
}
.iti__flag-container {
    color: white;
}
.iti__arrow {
    border-top: 4px solid #ffffff !important;
}
.iti__dropdown-content {
    color: black;
}

#contact .row>* {
    margin-top: 0;
}

#contact .kukulcan2 {
    position: absolute;
    left: -178px;
    bottom: -116px;
    height: 44%;
    width: auto;
    pointer-events: none;
    z-index: 0;
    overflow-x: hidden !important;
    animation: rotateSlow 10s linear infinite;
}

@keyframes rotateSlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#contact .kukulcan2 img {
    height: 100%;
    width: auto;
}

#btnSubmitContact {
    background: #16345A !important;
    color: white !important;
    border: none !important;
    padding: 0 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(29, 74, 133, 0.3) !important;
    height: 32px;
    font-family: 'Montserrat-Light';
}

.footer-contact {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 20px 30px !important;
    text-align: center !important;
    font-family: Montserrat-Thin, sans-serif;
}

.footer-contact small {
    display: block;
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 1200px;
    margin: 0 auto;
}

.error-message {
    font-size: 0.75rem;
    margin-top: 0.25rem;
    color: #dc3545;
    transition: opacity 0.3s ease;
}

.error-message-agreement {
    font-size: 0.75rem;
    margin-top: -2px;
    color: #dc3545;
    text-align: left;
}

.is-invalid {
    border-color: #dc3545 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: calc(1.5em + 0.75rem);
}

.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.error-flash {
    animation: fadeOut 2s forwards;
}

@keyframes fadeOut {
    0% { opacity: 1; }
    70% { opacity: 1; }
    100% { opacity: 0; }
}

.trusted-section {
    color: white;
    font-family: YesevaOne, serif;
    display: flex;
    justify-content: center;
    position: absolute !important;
}

.trusted-content {
    max-width: 400px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    font-family: YesevaOne, serif;
    position: absolute !important;
}

.trusted-content h3:first-of-type {
    align-self: flex-start;
    margin: 0 0 -13px -25px !important;
    font-size: 30.59px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.trusted-content h1 {
    align-self: center;
    margin: 0 !important;
    font-size: 72.54px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.trusted-content h3:last-of-type {
    align-self: flex-end;
    margin: -13px -80px 0 0 !important;
    font-size: 30.59px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.trusted-content h3:first-of-type {
    margin-right: auto;
}

.trusted-content h1 {
    margin-left: 20px;
    margin-right: 20px;
    margin: 0 !important;
}

.trusted-content h3:last-of-type {
    margin-left: auto;
    padding-left: 30px;
}

label[for="agreementInput-mobile"].small {
        font-size: 11px !important;
    }

@media screen and (max-width: 1200px) {
    #contact h1 {
        font-size: 31.55px;
    }
    #contact .title h1:first-of-type {
        font-size: 26.55px;
    }
    #agreementInput-mobile + .small,
    label[for="agreementInput-mobile"].small {
        font-size: 11px !important;
    }
    .trusted-section {
        /* padding: 65px 80px 0 0; */
    }
    .trusted-content {
        max-width: 350px;
    }
    .trusted-content h1 {
        font-size: 60px !important;
    }
    .trusted-content h3 {
        font-size: 26px !important;
    }
}
@media screen and (max-width: 992px) {
    #contact .title {
        margin-top: 60px;
    }
    #contact .title h1:first-of-type {
        font-size: 20px;
        padding: 0 10px;
    }
    #contact .title h1 {
        font-size: 21px;
        padding: 0 10px;
    }
    .trusted-section {
        padding: 50px 50px 0 0;
    }
    .trusted-content {
        max-width: 300px;
    }
    .trusted-content h1 {
        font-size: 50px !important;
    }
    .trusted-content h3 {
        font-size: 22px !important;
    }
    
    .trusted-content h3:first-of-type {
        margin: 0 0 -10px -20px !important;
    }
    .trusted-content h3:last-of-type {
        margin: -10px -60px 0 0 !important;
    }
}

@media screen and (max-width: 768px) {
    #contact {
        height: 100vh !important;
        background-position: 50% center;
        width: 100%;
    }
    #contact::before {
        height: 100px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
    }
    #contact .title {
        margin-top: -224px;
    }
    #contact .title h1:first-of-type {
        font-size: 32px;
        padding: 0 10px;
        text-align: center;
    }
    #contact .title h1 {
        font-size: 33px;
        padding: 0 10px;
        text-align: center;
    }
    #contact .container {
        max-width: 80% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .trusted-section {
        margin-top: 45px;
        justify-content: center;
        padding: 40px 20px 0 20px;
    }
    .trusted-content {
        max-width: 80%;
        margin-right: 0;
        margin-top: 350px;
    }
    .trusted-content h1 {
        font-size: 60px !important;
    }
    .trusted-content h3:first-of-type {
        margin: 0 0 -8px -32px !important;
        font-size: 25px !important;
    }
    .trusted-content h3:last-of-type {
        margin: -8px -58px 0 0 !important;
        font-size: 25px !important;
        padding-left: 0;
    }
    #check-info-mobile {
        flex-wrap: wrap;
        gap: 10px !important;
    }
    #check-info-mobile p {
        font-size: 11px;
        flex: 1;
    }
    .footer-contact {
        padding: 15px 10px !important;
    }
    .footer-contact small {
        font-size: 7px !important;
    }
    #contact .kukulcan2 {
        left: -159px;
        bottom: -99px;
        height: 26%;
    }
    #btnSubmitContact { font-weight: bold; height: 23px;}
}

@media screen and (max-width: 576px) {
    #contact {
        background-position: center 50%;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
    }
    #contact .title {
        margin: 0;
        margin-top: -318px;
    }
    #contact .title h1:first-of-type {
        font-size: 20px;
        padding: 0 10px;
    }
    #contact .title h1 {
        font-size: 21px;
        padding: 0 10px;
    }
    #contact .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #contact .form-control {
        font-size: 9px !important;
        padding: 2px 12px !important;
    }
    #contact .form-label {
        font-size: 10px !important;
    }
    #contact .form-control::placeholder {
        font-size: 13px;
    }

    #agreementInput-mobile + .small,
    label[for="agreementInput-mobile"].small {
        font-size: 9px !important;
    }

    .error-message {
        font-size: 0.55rem;
    }
    .trusted-section {
        padding: 30px 15px 0 15px;
        margin-top: 100px;
    }
    .trusted-content {
        max-width: 240px;
        margin-top: 510px;
    }
    .trusted-content h1 {
        font-size: 38px !important;
    }
    .trusted-content h3 {
        font-size: 18px !important;
    }
    .checkbox__container {
        width: 18px;
        height: 18px;
    }
    .checkbox__checkmark {
        height: 18px;
        width: 18px;
    }
    .checkbox__checkmark:after {
        left: 5px;
        top: 2px;
        width: 4px;
        height: 8px;
    }
    #check-info-mobile p {
        font-size: 10px;
    }
    #btnSubmitContact {
        font-size: 14px !important;
        height: 28px;
    }
    .iti__flag-container {
        width: 80px !important;
    }
    .iti__tel-input {
        text-indent: 60px !important;
    }
    .error-message-agreement {
        margin-top: 0.20rem;
        font-size: 0.55rem;
    }
    .footer-contact small {
        font-size: 5px !important;
    }
    #contact .kukulcan2 {
        left: -159px;
        bottom: -99px;
        height: 26%;
    }
}

@media screen and (max-width: 375px) {
    #contact .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #contact .title h1:first-of-type {
        font-size: 17px;
    }
    #contact .title h1 {
        font-size: 18px;
    }

    .trusted-section {
        margin-top: 100px;
    }
    .trusted-content {
        max-width: 200px;
        margin-top: 523px;
    }
    .trusted-content h1 {
        font-size: 32px !important;
    }
    .trusted-content h3:first-of-type {
        font-size: 17px !important;
    }
    .trusted-content h3:last-of-type {
        font-size: 17px !important;
    }
    #check-info-mobile {
        flex-direction: row;
        align-items: flex-start !important;
    }
    #check-info-mobile p {
        font-size: 9px;
    }
    .footer-contact {
        padding: 10px 15px !important;
    }
    .footer-contact small {
        font-size: 8px !important;
        line-height: 1.3 !important;
    }
    #contact .kukulcan2 {
        left: -159px;
        bottom: -116px;
        height: 26%;
    }
}

@media screen and (max-width: 320px) {
    #contact .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #contact .container-cols {
        max-width: 100%;
    }

    #contact .title h1:first-of-type {
        font-size: 16px;
    }
    #contact .title h1 {
        font-size: 17px;
    }
    #contact .form-check label {
        font-size: 10px;
    }
    #contact .kukulcan2 {
        left: -159px;
        bottom: -116px;
        height: 26%;
    }
}

#hero,
.strategic-header,
#strategies,
.lots-container,
#city-builders .desktop-version .city-builders-map,
#google-earth .text-container,
#google-maps .head-google-maps {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

#hero {
    transform: translateY(100px);
}

.strategic-header {
    transform: translateY(-30px);
}

#strategies {
    transform: translateY(30px);
    padding: 100px;
}

.lots-container {
    transform: translateY(100px);
}

/* #city-builders .desktop-version .card-city-builders {
    transform: scale(0.5);
} */

#city-builders .desktop-version .city-builders-map {
    transform: scale(0.3);
}

#google-earth .text-container {
    transform: translateY(100px);
}

#google-maps .head-google-maps {
    transform: translateY(-50px);
}

#hero.section-visible,
.strategic-header.section-visible,
#strategies.section-visible,
.lots-container.section-visible,
#city-builders .desktop-version .city-builders-map.section-visible,
#google-earth .text-container.section-visible,
#google-maps .head-google-maps.section-visible {
    opacity: 1;
    transform: translate(0) scale(1);
}

.bg-lots:nth-child(1) .lots-container.section-visible {
    transition-delay: 0.1s;
}

.bg-lots:nth-child(2) .lots-container.section-visible {
    transition-delay: 0.3s;
}

.bg-lots:nth-child(3) .lots-container.section-visible {
    transition-delay: 0.5s;
}

#strategic-destination.animate-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#hero.animate-up,
.lots-container.animate-up {
    opacity: 1;
    transform: translateY(0);
}

.palmera-fondo {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.palmera-fondo {
    transform: translateY(100px);
}



.palmera-fondo.section-visible {
    opacity: 1;
    transform: translate(0);
}


.palmera-fondo.section-visible {
    transition-delay: 0.4s;
}