/***************Estilos Generales de la pagina************/
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        
    }

    body {
        background-color: #f4f1eb;
        font-family: Arial, sans-serif;
    }
    .containerdesktop{
        padding:100px 2.5% 40px 2.5%;
        display: flex;
    }
    /*CONTAINER DEL VIDEO*/
    .containerdesktopVideo {
        scroll-snap-align: start;
        scroll-snap-stop: always;
        height: 100vh;
        width: 100%;
    }

    
	/* Estilos para secciones desktop */
    .seccion-desktop {
       width: 95%;
    }

    .seccion-desktop2 {
        display: grid;
        grid-template-columns: 2fr 1fr;
        height: 100vh;
        padding: 80px 2.5% 0;
    }

    .seccion-desktopAr {
        display: grid;
        grid-template-columns: 1fr;
        height: 95vh;
        padding: 80px 2.5% 0;
    }

    .seccion-desktopMaps {
        display: grid;
        grid-template-columns: 1fr;
        height: 95vh;
        padding: 80px 2.5% 0;
    }

    .seccion2-desktop {
        display: grid;
        grid-template-columns: 1fr;
        height: 100vh;
        padding: 80px 2.5% 0;
    }

    /* Contenedor de imagen desktop */
    .contenedor-desktop {
        display: flex;
        width: 100%;
        max-width: 1200px;
        justify-content: space-between;
        align-items: center;
    }

    /*secciones móviles */
    .seccion-mobile {
        display: flex;
        flex-direction: column;
        padding: 10px 17px 0px;
        height: 100%;
        min-height: 100vh;
    }

    /*VIDEO*/
    .seccion-mobileVideo {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 100vh;
    }

    .seccion-mobileGaleria{
        display: flex;
        flex-direction: column;
        padding: 25% 17px 0px;
        height: 100%;
        min-height: 100vh;
    }

    .seccion2-mobile {
        display: flex;
        flex-direction: column;
        padding: 70px 15px 15px;
        height: auto;
        min-height: 100vh;
    }

    /* Video*/
    .video-player {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    /*-----ESTILOS EN AMBAS VERSIONES-----*/
    .img-DM1 {
        width: 95%;
        border-radius: 10px;
        height: 85vh;
    }

    .img-DM2 {
        width: 89%;
        border-radius: 10px;
        height: 85vh;
        margin-left: 0%;
    }

    .tituloD {
        font-size: 40px;
        margin-top: 10px;
        margin-left: 25%;
        font-weight: 400;
        text-align: justify;
        font-family: 'nocturne-serif', serif;
        color: #66493f;
        margin-bottom: -15px;
        overflow: hidden;
    }

    .tituloD2 {
        font-size: 40px;
        margin-left: 11%;
        font-weight: 400;
        text-align: justify;
        font-family: 'nocturne-serif', serif;
        color: #66493f;
        overflow: hidden;
        margin-top: 10px;
    }

    .tituloD3 {
        font-size: 40px;
        margin-top: 0%;
        margin-left: 21%;
        font-weight: 400;
        text-align: justify;
        font-family: 'nocturne-serif', serif;
        color: #66493f;
        margin-bottom: -15px;
        overflow: hidden;
    }

    .tituloD4 {
        font-size: 40px;
        margin-left: -5%;
        font-weight: 400;
        text-align: justify;
        font-family: 'nocturne-serif', serif;
        color: #66493f;
        overflow: hidden;
        margin-top: 10px;
    }

    .tituloD5 {
        font-size: 40px;
        margin-top: -2%;
        margin-left: 30%;
        font-weight: 400;
        text-align: justify;
        font-family: 'nocturne-serif', serif;
        color: #66493f;
        overflow: hidden;
    }

    .parrafos {
        padding-left: 14%;
        padding-right: 14%;
        font-size: 14px;
        font-family: system-ui, 'Helvetica Neue', sans-serif;
        width: 60%;
        margin-left: 14%;
    }
    /*AQUI TERMINA*/

    /*-------------ESTILOS UNICOS EN  DESKTOP------------*/
    .scroll-container {
        scroll-snap-type: y mandatory;
        overflow-y: scroll;
        height: 100vh;
    }

    section {
        scroll-snap-align: start;
        scroll-snap-stop: always;
        height: 100vh;
        width: 100%;
    }

    .mobile-section {
        display: none;
    }

    .mobile-sectionVideo{
        display: none;
    }


    /* Barra de navegación desktop */
    .barra-navegacion-unificada {
        display: flex;
        width: 95%;
        height: 70px;
        background-color: rgba(233, 223, 207,0.50);
        border-radius: 90px;
        padding: 0 2%;
        position: fixed;
        top: 1%;
        left: 2.5%;
        z-index: 1000;
    }

    /* Logos laterales */
    .logo-izquierdo /*HPP LOGO*/
  	{
		position: absolute;
		top: 12px;
		left: 28px;
    }

    .logo-izquierdo img {
		position: relative;
        width: 50px;
        height: auto;

    }

.logo-derecho /*simetric*/
  	{
		position: absolute;
		top: 12px;
		right: 28px;
    }

    .logo-derecho img {
		position: relative;
        width: 85px;
        height: auto;
    }

    /* Menú centrado */
    .menu-centrado {
		display:flex;
		height: 70px;
		align-content: space-between;
		justify-content: center;
		align-items: center;

    }

    .menu-centrado li {
        margin: 0 0px;
    }

    .menu-centrado li a {
        display: flex;
        align-items: center;
		color: #66493f;
		font-size: 12.5px;
		font-family: system-ui, 'Helvetica Neue', sans-serif;
		
    }

    /* Efecto de dos líneas al hover */
    .menu-centrado li a::before,
    .menu-centrado li a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #66493f;
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .menu-centrado li a::after {
        bottom: -5px;
        height: 1px;
        transition-delay: 0.1s;
    }

    .menu-centrado li a:hover::before,
    .menu-centrado li a:hover::after {
        transform: scaleX(1);
    }

    .menu-centrado li a:hover {
        color: #66493f;
    }

    #seccion-actual {
        color: transparent;
    }


    /*HASTA AQUI   */
    .logoMobil {
        height: 0px;
        width: 0px;
        margin-left: 5px;

    }

    /* Botones flotantes */
    .info {
        position: fixed;
        bottom: 20px;
        right: 45px;
        z-index: 999;
        display: flex;
        flex-direction: row;
        top: 90%;
        gap: 10px;
    }

    .info img {
        width: 50px;
        height: 50px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .info img:hover {
        transform: scale(1.1);
    }
    /*FORMULARIOS MODAL Y PENULTIMO*/
    .mapa-container {
        border: 5px solid #d5bf94;
        border-radius: 5px;
        width: 60%;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .contact-info-titlE {
        font-family: "Saira Semi Condensed", sans-serif;
        font-size: 18px;
        text-align: center;
        margin-bottom: 5px;
        font-weight: bolder;
    }

    .contact-infO {
        font-size: 13px;
        text-align: center;
        margin-bottom: 6px;
    }

    /* Inputs */
    .input-selectContact {
        width: 85%;
        padding: 12px;
        margin-bottom: 8px;
        border: 1px solid #d5bf94;
        border-radius: 5px;
        font-size: 16px;
    }

    /* Contenedor del mapa */
    .map-container {
        border: 3px solid #d5bf94;
        border-radius: 5px;
    }

    /* Información de contacto */
    .info-block {
        margin-bottom: 15px;
        margin-left: 0%;
        margin-top: 1%;
    }

    /* Título de la información de contacto */
    .contact-info-titlE {
        font-family: system-ui, 'Segoe UI', 'Helvetica Neue', sans-serif;
        font-size: 16px;
        text-align: center;
        font-weight: bolder;
    }

    /* Texto de la información de contacto */
    .contact-info {
        font-size: 14px;
        color: #666;
    }

    .form-group {
        margin-bottom: 0px;
        text-align: center;
    }

    /* Pie de página para escritorio */
    .fot-texD {
        display: flex;
        justify-content: center;
        background-color: #000;
        color: #FFF;
        font-size: 20px;
        gap: 100px;
        height: 10vh;
    }

    /* Sección DEL EDIFICIO PARA DESKTOP */
    /*----TARJETA DE LOS DEPTOS----*/
    .card-popup {
        position: fixed;
        z-index: 1000;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        opacity: 0;
        transition: all 0.3s ease;
        width: 50%;
        /*height: 65%;*/
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: center;
    }

    .card-popup.active {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    .card-popup img{
        margin: 0px 0 0px 0;
    }

    .card-popup h3 {
        /*margin-top: 15%;*/
        color: #66493f;
        font-size: 25px;
        font-family: system-ui, 'Segoe UI', 'Helvetica Neue', sans-serif;
        text-align: center;
    }
    /* Overlay para el fondo oscuro */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 999;
    }

    .overlay.active {
        opacity: 1;
        pointer-events: all;
    }

    .close-btn{
        position: absolute;
        top: 0;
        right: 15px;
        cursor: pointer;
        font-size: 35px;
        font-weight: bold;
        background: none;
        border: none;
        color: #aaa;
    }
    /* Ajustes generales para la tabla */
    .table-icons {
        border-top: 2px solid black;
        width: 325px;
        margin-left: 15px;
        margin-top: 20px;
        border-collapse: collapse;
    }

    .table-icons td,
    .table-icons th {
        vertical-align: middle;
        text-align: center;
        padding: 5px;
    }

    img.tar-tI,
    img.tar-TI {
        width: 110%;
        height: 110%;
        display: block;
        margin: 0 auto;
    }

    img.icons-tI {
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto;
    }

    h2#banos-count,
    h2#recamaras-count {
        font-size: 27px;
        font-family: 'helvetica-neue-world', sans-serif;
        font-style: normal;
        font-weight: 500;
        text-align: center;
        height: 38px;
        line-height: 38px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Div de la torreI y II*/
    .seccion-torre {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        position: relative;
    }

    .imagen-desktop {
        flex: 1;
        text-align: center;
    }

    .img-ContainerE {
        margin-top: 20%;
    }

    .img-ContainerE img {
        width: 100%;
        height: auto;
        margin-left: 0%;
        margin-top: 5%;
    }
    .img-ContaineRE {
        margin-top: 20%;
    }

    .img-ContaineRE img {
        width: 100%;
        height: auto;
        margin-left: 0%;
        margin-top: 8%;
    }
    
    div .containerE {
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }

    div .image-containerE {
        width: 109%;
        height: 170%;
        margin-top: 5%;
        margin-left: -5%
    }

    /*EFECTO DE PULSO PARA LAS CELDAS DE LOS DEPTOS*/
    .animacion-pulso {
        animation: pulsar-animacion 0.8s ease-in-out infinite;
        transform-origin: center;
        z-index: 10;
    }

    @keyframes pulsar-animacion {
        0% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(73, 53, 12, 0.7);
        }

        50% {
            transform: scale(1.1);
            box-shadow: 0 0 10px 15px rgba(250, 245, 166, 0);
        }

        100% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(250, 245, 166, 0);
        }
    }

    .metros-text {
        font-family: 'helvetica-neue-world', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        text-align: center;
        height: 25px;
        line-height: 25px;
        margin: 0;
        margin-right: -10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*------CLASES PARA UBICAR LAS TARJETAS DEL DEPTO  PLANTA LUMINA--------------*/
    .table-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 27.5%;
        left: 27.5%;
        height: 13%;
        width: 5.5%;
    }

    .table-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .Table-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 43%;
        left: 27.5%;
        height: 8%;
        width: 5.5%;
    }

    .Table-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TAble-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 54%;
        left: 27.5%;
        height: 7.5%;
        width: 5.5%;
    }

    .TAble-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TABle-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 64%;
        left: 27.5%;
        height: 8%;
        width: 5.5%;
    }

    .TABle-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TABLe-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 74%;
        left: 27.5%;
        height: 8%;
        width: 5.5%;
    }

    .TABLe-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }
    /*-------------------------SEGUNDA LINEA-----------------------*/
    .TABLE1-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 74%;
        left: 35%;
        height: 8%;
        width: 5.5%;
    }

    .TABLE1-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TABLE2-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 64%;
        left: 35%;
        height: 7.5%;
        width: 5.5%;
    }

    .TABLE2-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TABLE3-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 55%;
        left: 35%;
        height: 7.5%;
        width: 5.5%;
    }

    .TABLE3-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TABLE4-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 28%;
        left: 37%;
        height: 9%;
        width: 4.5%;
    }

    .TABLE4-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }
    /************************TERCER FILA********************************/
    .TABLE5-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 44%;
        left: 43.5%;
        height: 8%;
        width: 4%;
    }

    .TABLE5-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TaBLE6-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 28%;
        left: 42%;
        height: 9%;
        width: 6.5%;
    }

    .TaBLE6-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }
    /*-------------------------------CUARTA FILA---------------*/
    .TabLE7-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 44%;
        left: 50%;
        height: 8%;
        width: 7%;
    }

    .TabLE7-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TablE8-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 28%;
        left: 50%;
        height: 9%;
        width: 6%;
    }

    .TablE8-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }
    /*-------------------------------QUINTA FILA---------------*/
    .Table9-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 44%;
        left: 58%;
        height: 8%;
        width: 7%;
    }

    .Table9-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .Table10-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 28%;
        left: 58%;
        height: 9%;
        width: 6%;
    }

    .Table10-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    /*----------------------------SEXTA FILA---------------------*/
    .table11-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 44%;
        left: 66%;
        height: 8%;
        width: 4.5%;
    }

    .table11-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .table12-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 28%;
        left: 66%;
        height: 9%;
        width: 4.5%;
    }

    .table12-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    /*------------------------Séptima fila ---------------------*/
    .TAble13-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 44%;
        left: 71.5%;
        height: 8%;
        width: 4.5%;
    }

    .TAble13-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TABle14-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 28%;
        left: 71.5%;
        height: 8%;
        width: 4.5%;
    }

    .TABle14-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }
    /*------CLASES PARA UBICAR LAS TARJETAS DEL DEPTO PLANTA TEMINA --------------*/
    /*****************PRIMER FILA****************/
    .TABlE18-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 21%;
        left: 28%;
        height: 13%;
        width: 5%;
    }

    .TABlE18-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TABlE17-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 37%;
        left: 28%;
        height: 8.5%;
        width: 5%;
    }

    .TABlE17-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TABlE16-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 47%;
        left: 28%;
        height: 8%;
        width: 5%;
    }

    .TABlE16-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TaBle15-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 57%;
        left: 28%;
        height: 7.5%;
        width: 5%;
    }

    .TaBle15-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TaBlE14-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 67%;
        left: 28%;
        height: 7.5%;
        width: 5%;
    }

    .TaBlE14-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TaBlE13-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 76%;
        left: 28%;
        height: 8.5%;
        width: 5%;
    }

    .TaBlE13-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    /*****************SEGUNDA FILA****************/
    .TaBlE19-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 76%;
        left: 36%;
        height: 8.5%;
        width: 4.5%;
    }

    .TaBlE19-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .tAble20-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 67%;
        left: 36%;
        height: 7.5%;
        width: 4.5%;
    }

    .tAble20-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .tAbLe21-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 58%;
        left: 36%;
        height: 7.5%;
        width: 4.5%;
    }

    .tAbLe21-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .tAbLe22-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 20%;
        left: 35%;
        height: 12%;
        width: 6.5%;
    }

    .tAbLe22-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    /*-------------------------TERCER FILA-----------------*/
    .tAbLe23-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 48%;
        left: 41.5%;
        height: 8.5%;
        width: 3.5%;
    }

    .tAbLe23-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .tABle24-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 48%;
        left: 46%;
        height: 8.5%;
        width: 3%;
    }

    .tABle24-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .tABLe25-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 33%;
        left: 41%;
        height: 8.5%;
        width: 7%;
    }

    .tABLe25-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    /*CUARTA FILA*/
    .tABLe26-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 48%;
        left: 50%;
        height: 8.5%;
        width: 6%;
    }

    .tABLe26-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .tABLe27-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 33%;
        left: 50%;
        height: 8.5%;
        width: 6.5%;
    }

    .tABLe27-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    /*QUINTA FILA*/
    .tABLe28-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 48%;
        left: 58%;
        height: 8.5%;
        width: 6%;
    }

    .tABLe28-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .TaBLe29-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 33%;
        left: 58%;
        height: 8.5%;
        width: 6%;
    }

    .TaBLe29-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    /*SEXTA FILA*/
    .TAbLe30-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 48%;
        left: 65%;
        height: 8.5%;
        width: 4.5%;
    }

    .TAbLe30-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .taBlE31-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 48%;
        left: 70.5%;
        height: 8.5%;
        width: 4.5%;
    }

    .taBlE31-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    .table32-cell {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        color: transparent;
        background-color: transparent;
        top: 33%;
        left: 66%;
        height: 8.5%;
        width: 8.5%;
    }

    .table32-cell.selected {
        background-color: transparent;
        color: transparent;
        transform: scale(1.1);
        z-index: 1000;
    }

    /* Media Queries para responsive */
    @media (min-width: 1024px) {
     .contenedor-desktop {
            display: flex;
        }

        .contenedor-mobile {
            display: none;
        }
        /*NUEVO DE BLANQUI*/
        .containerdesktop{
            display: flex !important;
        }
        .containerdesktopVideo{
            display: flex !important;
        }
        
        .desktop-section {
            display: block !important;
        }

        .barra-navegacion-unificada {
            display: flex;
        }
    }

    /* Media Queries para Responsive */
    @media (max-width: 1023px) {
         .contenedor-desktop {
            display: none;
        }

        .contenedor-mobile {
            display: block;
        }
        /*BLANQUI*/
        .containerdesktop{
            display: none !important;
        }

        /*BLANQUI*/
        .containerdesktopVideo{
            display: none !important;
        }
        
        .desktop-section {
            display: none !important;
        }

        .mobile-section {
            display: block !important;
        }

        .mobile-sectionVideo{
            display: block !important;
        }

       /* .widgetBPTL {
            min-height: 80vh !important;
            height: 80vh !important;
            transform: scale(1) !important;
        }*/

        /*Elementos dentro del widget *
        .widgetBPTL>* {
            min-height: 95% !important;
            height: 80% !important;
        }*/

        .Econtainer {
            height: 62%;
            width: 90%;
            margin-left: 5%;
            background-color: white;
            border-radius: 30px;
            margin-top: -60%;
        }

        .veriF {
            margin-left: 22.5%;
        }

        /* Ocultar navegación desktop y mostrar móvil */
        .barra-navegacion-unificada {
            display: none;
        }

        .scroll-container {
            scroll-snap-type: y mandatory;
        }

        section {
            scroll-snap-align: start;
            scroll-snap-stop: always;
        }

        .fondo-imagen-contact {
            display: none;
        }

        .seccion-mobile img {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
            border-radius: 20px;
        }

        h2#banos-count,
        h2#recamaras-count {
            font-size: 20px;
            text-align: center;
            height: 25px;
            line-height: 25px;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .Form-group {
            margin-bottom: -1px;
        }

        /* Botones flotantes */
        .info {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 999;
            display: flex;
            flex-direction: column;
            gap: 10px;
            top: 75%;
        }

        #seccion-actual {
            font-size: 11px;
            text-align: center;
            color: #66493f;
            font-size: 15px;
            font-weight: 200;
            text-align: center;
            margin-top: 5px;
            font-family: 'helvetica-neue-world', sans-serif;
            font-style: normal;
            color: #66493f;
            width: 100%;
            position: absolute;
            left: 58%;
            transform: translateX(-50%);
        }

        .logoMobil {

            height: 35px;
            width: 40px;
            margin-left: 5px;
        }

        .veriF {
            margin-left: 22.5%;
        }

        /* Información de contacto */
        .info-block {
            margin-bottom: 15px;
            margin-left: 21%;
            margin-top: 1%;
        }
    }

    /*tamaños de móviles */
    @media (min-width: 390px) and (max-width: 844px) {
      /*  div.img-ContainerE {
            margin-top: 18%;
        }*/

        /* Botones flotantes */
        .info {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 999;
            display: flex;
            flex-direction: column;
            gap: 10px;
            top: 60%;
        }

        .logoMobil {
            height: 35px;
            width: 40px;
            margin-left: 5px;
        }

        /*FORMULARIO */
        .mapa-container {
            border: 5px solid #d5bf94;
            border-radius: 5px;
            width: 100%;
            margin-bottom: 10px;
            margin-left: 12%;
        }

        .Econtainer {
            height: 62%;
            width: 90%;
            margin-left: 5%;
            background-color: white;
            border-radius: 30px;
            margin-top: -60%;
        }

        .veriF {
            margin-left: 22.5%;
        }

        /* Información de contacto */
        .info-block {
            margin-bottom: 15px;
            margin-left: 21%;
            margin-top: 1%;
        }

        /* Seccion del foother*/
        .seccion-mobileFoother {
            display: flex;
            flex-direction: column;
            padding: 0px 0px 0px;
            height: 100%;
            min-height: 100vh;
        }
        /*Elementos dentro del widget */
        .widgetBPTL>* {
            min-height: 95% !important;
            height: 700px !important;
        }
    }

    @media (min-width: 450px) and (max-width: 900px) {

        /*Elementos dentro del widget */
        .widgetBPTL>* {
            min-height: 95% !important;
            height: 700px !important;
        }

        div.img-ContainerE {
            margin-top: 18%;
        }

        /* Botones flotantes */
        .info {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 999;
            display: flex;
            flex-direction: column;
            gap: 10px;
            top: 75%;
        }

        .logoMobil {
            height: 35px;
            width: 40px;
            margin-left: 5px;
        }

        /*FORMULARIO */
        .mapa-container {
            border: 5px solid #d5bf94;
            border-radius: 5px;
            width: 100%;
            margin-bottom: 10px;
            margin-left: 11%;
        }

        .Econtainer {
            height: 62%;
            width: 90%;
            margin-left: 5%;
            background-color: white;
            border-radius: 30px;
            margin-top: -60%;
        }

        .veriF {
            margin-left: 22.5%;
        }

        /* Información de contacto */
        .info-block {
            margin-bottom: 15px;
            margin-left: 21%;
            margin-top: 1%;
        }

        /* Seccion del foother*/
        .seccion-mobileFoother {
            display: flex;
            flex-direction: column;
            padding: 0px 0px 0px;
            height: 100%;
            min-height: 100vh;
            border-radius: 20px;
        }

    
    
    /********************EFECTO DE LAS TARJETA INFO DE DEP***************/
    div .containerE {
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
    div .image-containerE {
        width: 109%; 
        height: 170%; 
        margin-top: 5%; 
        margin-left:-5%
    }
        /*------------------------RECUADRO DE LOS DEPTOS-------------------*/
        .table-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 150px; 
            left: 310px;
            height: 55px; 
            width: 70px;
        }
        .table-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }

        /*------CLASES PARA UBICAR LAS TARJETAS DEL DEPTO------1ER LINEA PLANTA LUMINA--------------*/
          div.img-ContainerE{
            margin-top: 20%;
        } 
        .Table-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 150px; 
            left: 245px;
            height: 55px; 
            width: 55px;
        }
        .Table-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TAble-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 150px; 
            left: 185px;
            height: 55px; 
            width: 50px;
        }
        .TAble-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABle-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 150px; 
            left: 130px;
            height: 55px; 
            width: 50px;
        }
        .TABle-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLe-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 150px; 
            left: 70px;
            height: 55px; 
            width: 50px;
        }
        .TABLe-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*-------------------------SEGUNDA LINEA-----------------------*/
        .TABLE1-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color:transparent;
            top: 230px; 
            left: 70px;
            height: 55px; 
            width: 50px;
        }
        .TABLE1-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLE2-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 230px; 
            left: 125px;
            height: 55px; 
            width: 45px;
        }
        .TABLE2-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLE3-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 230px; 
            left: 180px;
            height: 55px; 
            width: 45px;
        }
        .TABLE3-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLE4-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 230px; 
            left: 325px;
            height: 55px; 
            width: 55px;
        }
        .TABLE4-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /************************TERCER FILA********************************/
        .TABLE5-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 325px; 
            left: 240px;
            height: 50px; 
            width: 55px;
        }
        .TABLE5-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBLE6-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 300px; 
            left: 325px;
            height: 70px; 
            width: 55px;
        }
        .TaBLE6-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*-------------------------------CUARTA FILA---------------*/
        .TabLE7-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 385px; 
            left: 240px;
            height: 70px; 
            width: 55px;
        }
        .TabLE7-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TablE8-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 380px; 
            left: 325px;
            height: 75px; 
            width: 55px;
        }
        .TablE8-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
         /*-------------------------------QUINTA FILA---------------*/
        .Table9-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 470px; 
            left: 240px;
            height: 70px; 
            width: 55px;
        }
        .Table9-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .Table10-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 475px; 
            left: 325px;
            height: 70px; 
            width:55px;
        }
        .Table10-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*----------------------------SEXTA FILA---------------------*/
        .table11-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 560px; 
            left: 240px;
            height: 45px; 
            width: 55px;
        }
        .table11-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .table12-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 555px; 
            left: 325px;
            height: 50px; 
            width: 55px;
        }
        .table12-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*------------------------Séptima fila ---------------------*/
        .TAble13-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 615px; 
            left: 240px;
            height: 50px; 
            width: 55px;
        }
        .TAble13-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABle14-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 615px; 
            left: 325px;
            height: 50px; 
            width: 45px;
        }
        .TABle14-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*------CLASES PARA UBICAR LAS TARJETAS DEL DEPTO------1ER LINEA PLANTA TEMINA --------------*
        /*****************PRIMER FILA****************/
         .TABlE18-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 150px; 
            left: 320px;
            height: 55px; 
            width: 95px;
        }
        .TABlE18-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABlE17-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 155px; 
            left: 260px;
            height: 55px; 
            width: 50px;
        }
        .TABlE17-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABlE16-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 155px; 
            left: 200px;
            height: 55px; 
            width: 45px;
        }
        .TABlE16-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBle15-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 155px; 
            left: 140px;
            height: 55px; 
            width: 45px;
        }
        .TaBle15-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBlE14-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 155px; 
            left: 80px;
            height: 55px; 
            width: 45px;
        }
        .TaBlE14-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBlE13-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 155px; 
            left: 30px;
            height: 45px; 
            width: 50px;
        }
        .TaBlE13-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*****************SEGUNDA FILA****************/
        .TaBlE19-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 235px; 
            left: 20px;
            height: 55px; 
            width: 50px;
        }
        .TaBlE19-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tAble20-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 235px; 
            left: 80px;
            height: 55px; 
            width: 45px;
        }
        .tAble20-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tAbLe21-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 235px; 
            left: 140px;
            height: 55px; 
            width: 44px;
        }
        .tAbLe21-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tAbLe22-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 230px; 
            left: 345px;
            height: 65px; 
            width: 75px;
        }
        .tAbLe22-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*-------------------------TERCER FILA-----------------*/
        .tAbLe23-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 300px; 
            left: 195px;
            height: 37px; 
            width: 60px;
        }
        .tAbLe23-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tABle24-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 345px; 
            left: 195px;
            height: 35px; 
            width: 60px;
        }
        .tABle24-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tABLe25-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 295px; 
            left: 275px;
            height: 80px; 
            width: 60px;
        }
        .tABLe25-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*CUARTA FILA*/
        .tABLe26-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 390px; 
            left: 195px;
            height: 65px; 
            width: 60px;
        }
        .tABLe26-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tABLe27-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 395px; 
            left: 275px;
            height: 65px; 
            width: 60px;
        }
        .tABLe27-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*QUINTA FILA*/
        .tABLe28-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 475px; 
            left: 195px;
            height: 70px; 
            width: 60px;
        }
        .tABLe28-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBLe29-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 480px; 
            left: 275px;
            height: 70px; 
            width: 60px;
        }
        .TaBLe29-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*SEXTA FILA*/
        .TAbLe30-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 560px; 
            left: 195px;
            height: 45px; 
            width: 60px;
        }
        .TAbLe30-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .taBlE31-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 620px; 
            left: 195px;
            height: 50px; 
            width: 60px;
        }
        .taBlE31-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .table32-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 565px; 
            left: 275px;
            height: 100px; 
            width: 60px;
        }
        .table32-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /* Sección DEL EDIFICIO PARA DESKTOP */
    /*----TARJETA DE LOS DEPTOS----*/
    .card-popup {
        position: fixed;
        z-index: 1000;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        opacity: 0;
        transition: all 0.3s ease;
        width: 50%;
        height: 65%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: start;
    }

    .card-popup.active {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    .card-popup img{
        margin: 55px 0 15px 0;
    }

    .card-popup h3 {
        margin-top: 15%;
        color: #66493f;
        font-size: 25px;
        font-family: system-ui, 'Segoe UI', 'Helvetica Neue', sans-serif;
        text-align: center;
    }
    /* Overlay para el fondo oscuro */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 999;
    }

    .overlay.active {
        opacity: 1;
        pointer-events: all;
    }

    .close-btn{
        position: absolute;
        top: 0;
        right: 15px;
        cursor: pointer;
        font-size: 35px;
        font-weight: bold;
        background: none;
        border: none;
        color: #aaa;
    }
    /* Ajustes generales para la tabla */
    .table-icons {
        border-top: 2px solid black;
        width: 325px;
        margin-left: 25px;
        margin-top: 10px;
        border-collapse: collapse;
    }

    .table-icons td,
    .table-icons th {
        vertical-align: middle;
        text-align: center;
        /*padding: 5px;*/
    }

    img.tar-tI,
    img.tar-TI {
        width: 110%;
        height: 110%;
        display: block;
        margin: 0 auto;
    }

    img.icons-tI {
        width: 50px;
        height: 35px;
        display: block;
        margin: 0 auto;
    }

    h2#banos-count,
    h2#recamaras-count {
        font-size: 27px;
        font-family: 'helvetica-neue-world', sans-serif;
        font-style: normal;
        font-weight: 500;
        text-align: center;
        height: 38px;
        line-height: 38px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Div de la torreI y II*/
    .seccion-torre {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        position: relative;
    }
    
    /*EFECTO DE PULSO PARA LAS CELDAS DE LOS DEPTOS*/
    .animacion-pulso {
        animation: pulsar-animacion 0.8s ease-in-out infinite;
        transform-origin: center;
        z-index: 10;
    }

    @keyframes pulsar-animacion {
        0% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(73, 53, 12, 0.7);
        }

        50% {
            transform: scale(1.1);
            box-shadow: 0 0 10px 15px rgba(250, 245, 166, 0);
        }

        100% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(250, 245, 166, 0);
        }
    }

    .metros-text {
        font-family: 'helvetica-neue-world', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        text-align: center;
        height: 25px;
        line-height: 25px;
        margin: 0;
        margin-right: -10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        /**********************ICONOS DE CONTACTO*****************/
        .info {
            position: fixed;
            top: 70%;
            right: 6.5%;
            display: flex;
            flex-direction: column;
            gap: 25px;
            z-index: 5;
        }
        .info img {
            width: 50px;
            height: 50px;
            right: 3%;
            margin-top: 0;
        }
        .info svg {
            margin-top: 16px;
            color: white;
        }
        /*********************Seccion formulario******************/
        .verif{
            margin-left: 18%;
            margin-bottom: -25px;
        }
        .form-sect{
            margin-top: 27%; 
            margin-left:5%; 
            margin-right:5%;
        }
        .cont-sect{
            margin-top: 25%; 
            margin-left:5%; 
            margin-right:5%;
        }
        .Text-h2 {
            font-size: 12px;
            font-family: "Saira Semi Condensed", sans-serif;
            color: #d5bf94;
            margin-bottom: 2px;
            text-transform: uppercase;
            margin-top: 13px;
            text-align: center;
            padding: 2px;
        }

        /*********************FORMULARIO DEL ARROBA******************/
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }
        .modal-content {
            padding: 10px;
            height: 95%;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        /* Estilos para el contenido del modal con animación*/
        .modal-content {
            background-color: #fff;
            padding: 20px;
            border: 1px solid #888;
            width: 90%;
            max-width: 800px;
            max-height: 80vh;
            border-radius: 10px;
            overflow-y: auto;
            box-sizing: border-box;
            position: relative;
            transform: scale(0);
            opacity: 0;
            transition: transform 1s ease, opacity 1s ease;
        }
        /* Mostrar el modal y su contenido con animación */
        .modal.show {
            display: flex;
        }
        /* Animación de "genio" para el modal al abrir */
        .modal.show .modal-content {
            transform: scale(1);
            opacity: 1;
        }
        /* Animación de cierre */
        .modal.hide .modal-content {
            transform: scale(0);
            opacity: 0;
        }
        /* Estilos para el botón de cerrar */
        .close {
            position: absolute;
            right: 20px;
            top: 10px;
            color: #aaa;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
        }
        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
        .contformularioContact {
            padding: 15px;
            max-width: 98%;
            width: 90vw;
            top: 5vh;
            margin-bottom: 10vh;
            transform: translateY(0);
            height: calc(80vh - 30px);
            max-height: calc(80vh - 30px);
            overflow-y: auto;
        }
        /* Ajuste del texto */
        .h2modContact {
            font-family: "Saira Semi Condensed", sans-serif;
            color: #d5bf94;
            margin-bottom: 20px;
            text-transform: uppercase;
            margin-top: 15px;
        }
        .form-group {
            margin-bottom: 8px;
        }
        .btnContact {
            font-size: 14px;
            padding: 10px;
            width: 100%;
        }
        .contact-info-title {
            font-size: 14px;
        }
        .contact-info {
            font-size: 12px;
        }
        /*tamaño reCAPTCHA */
        .form-group .g-recaptcha {
            transform: scale(0.75);
            transform-origin: 0 0;
        }
        .input-selectContact {
            font-size: 12px;
            padding: 8px;
        }
        /* Contenedor principal*/
        .scroll-container {
            scroll-snap-type: y mandatory;
            scroll-behavior: smooth;
        }
        /*Todas las secciones*/
        section {
            scroll-snap-align: start;
            height: 100vh;
            position: relative;
            overflow: hidden;
        }
        /* Ajusta las sub-secciones*/
        .seccion, .seccion1, .seccion2, .seccion4{
            height: 100%;
        }
        /*BOTON DE CONOCER MAS */
        .conoce-mas{
            position: absolute;
            left: 0;
            top: 80%;
            right: 0;
            bottom: 0;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .btndesk{
            display: block;
        }
        .buttons-wrapper{
            display: flex;
            flex-wrap: wrap;
        }
        .btn-style5{
            border-color: #f4f1eb;
            color: aqua;
            box-shadow: 0.3em 0.3em 0 antiquewhite;
        }
        /**************BOTON NUEVO ***********/
        .click-btn {
            display: flex;
            width: 145px;
            height: 40px;
            justify-content: center;
            align-items: center;
            margin: 0.5rem;
            line-height: 35px;
            border: 1px solid;
            border-radius: 5px;
            text-align: center;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.35s;
            box-sizing: border-box;
        }
        .buttons-wrapper {
            display: flex;
            flex-wrap: wrap;
        }
        .btn-style5 {
            border-color: #7c6f55;
            color: #3d2922;
            box-shadow: 0.3em 0.3em 0 #a0927f;
            background-color: #fdfcfb;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            font-weight: 450;
        }
        .btn-style5:hover {
            box-shadow: -0.3em -0.3em 0 #a0927f;
            background-color: #fdfcfb;
            border-color: #7c6f55;
            color: #3d2922;
        }
        /****************INICIO DE SECCIONES**************/
        /*SECTION 1**/
        .section1{
            width: 100%;
            height: 100vh;
            margin-left: 0px;
        }
        /*SECCION CON IMAGENES 1 - 2*/
        .seccion {
            height: 100vh;
            width: 100%;
            padding-top: 10px;    
            align-items: center;
            text-align: center;
        }
        .seccion img{
            width: 93%;
            height: 50%;
            border-radius: 20px;
        }
        .seccion img{
            width: 90%;
            height: 65%;
            border-radius: 20px;
        }
        .section video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .video {
            min-height: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .seccion2{
            height: 100vh;
            width: 100%;
            padding-top: 95px;    
            align-items: center;
            text-align: center;
        }
        .seccion3{
            height: 100vh;
            width: 100%;
            padding-top: 65px;
            align-items: center;
            text-align: center;
        }
        .seccion3 img{
            width: 110%;
            height: 80%;
            margin-top: -5%;
            border-radius: 0px ;
        }
        .seccion2 img{
            width: 90%;
            height: 46%;
            margin-top: 9%;
            
        }
        .seccion1 {
            height: 100vh;
            width: 100%;
            padding-top: 0px;    
            align-items: center;
            text-align: center;
        }
        .seccion4{
            height: 100vh;
            width: 100%;
            padding-top: 95px;    
            align-items: center;
            text-align: center;
        }
        .seccion4 img{
            width: 85%;
            height: 45%;
            margin-top: 15%;
        }
        /**********TITULOS******/
        .title-text{                 
            font-size: 30px;
            margin-top: 10px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal; 
            color: #66493f ;
            margin-left: 15px;
        }
        .title-texT{
            font-size: 30px;
            margin-top: 620px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal; 
            color: #66493f ;
        }
        .title-text2{
            font-size: 30px;
            margin-top: -25px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal;
            color: #66493f ;
            margin-left: 15px;
        }
        .title-text3{
            font-size: 13px;
            margin-top: 0px;
            font-weight: 400;
            text-align: justify;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            font-style: normal;
            color: #3d2922;
            margin-right: 40px;
            margin-left: 35px;
        }
        .title-text4{
            font-size: 30px;
            margin-top: -25px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal;
            color: #66493f ;
            margin-left: 15px;
        }
        .Deptos-Text{                 
            font-size: 18px;
            margin-top: 1px;
            text-align: center;
            font-family: 'nocturne-serif', serif;
            font-style: normal; 
            color: #66493f ;
        }
        .titulo-efecto{
            color: #66493f; 
            font-size: 30px; 
            margin-top: -270px; 
            margin-left: -120px; 
            font-family: 'nocturne-serif', serif;
        }
        .Titulo-efecto{
            color: #66493f; 
            font-size: 30px; 
            margin-top: -25px; 
            margin-left: -89px; 
            font-family: 'nocturne-serif', serif;
        }
        h2.section{
            font-size: 15px;
            font-weight: 200;
            text-align: center;
            margin-top: 5px;
            font-family:'helvetica-neue-world', sans-serif; 
            font-style: normal;  
            color: #66493f ;
            /*PARA CENTRA EL TEXTO*/
            width: 100%;
            position: absolute;
            left: 58%;
            transform: translateX(-50%);
        }
        #seccion-actual{
            font-size: 14px;
            text-align: center;
        }
        /****************EFECTO DE LA IMAGEN Y EL TEXTO DENTRO DE LA MISMA SECCION****************/
        .scroll-SECTION {
            height: 65vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            padding: 0 10%;
            box-sizing: border-box;
        }    
        .text-block {
            width: 95%;
            max-width: 350px;
            font-size: 10px;
            transform: translateX(100px);
            opacity: 0;
            transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
            will-change: transform, opacity;
        }            
        .text-block.active {
            opacity: 1;
            transform: translateX(0);
        }            
        .text-block h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            font-weight: 500;
        }            
        .text-block p {
            font-size: 13px;
            font-weight: 400;
            text-align: justify;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            font-style: normal;
            color: #3d2922;
            margin-right: 75px;
            line-height: 20px;
            margin-top: -270px;
            margin-right: 67px;  
        }
        /************************INICIO DE LOS EFECTOS************************************/
        /***************segundo EFECTOdel texto delizando*************/
        .titulo2 {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 95vh;
            background: #000;
            overflow: hidden;
        }
        .split-text-container {
            display: flex;
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            text-align: justify;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            color: #3d2922;
            overflow: hidden;
        }
        .text-part{
            display: inline-block;
            width: 800px;
            height: 685px;
            position: relative;
            transform: translateX(0);
            animation-duration: 10s;
            animation-timing-function: ease-out;
            animation-fill-mode: forwards;
        }
        .text-part.left {
            transform: translateX(-100%);
            animation-name: slide-in-left;
            text-align: justify;
            margin-left: 60px;
            margin-right: 70px;
            margin-top: 30px;
        }
        .text-part.right {
            transform: translateX(100%);
            animation-name: slide-in-right;
            margin-left: 0px;
            margin-right: 60px;
            margin-top: 300px;
        }
        @keyframes slide-in-left {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(0);
            }
        }
        @keyframes slide-in-right {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(0);
            }
        }
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }   
        /*linea hr DE DEPTOS TITULOS */
        .hr-line{
            height: 2px;
            width: 260px;
            background-color:#d5bf94;
            color: #d5bf94;
            margin-top: 12px;
            margin-left: 75px;
        }
        .hr-LINE{
            height: 2px;
            width: 260px;
            background-color: black;
            color: black;
            margin-top: -12px;
            margin-left: 110px;
        }
         .widgetBPTL {
            min-height: 77vh !important;
            height: 77vh !important;
            transform: scale(1) !important;
        }

        /*Elementos dentro del widget *
        .widgetBPTL>* {
            min-height: 95% !important;
            height: 80% !important;
        }*/

 
    }


/*VERSION DESKTOP*/
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55?styles=16017');

    /*Estilos del Preloader */
    .loader {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #f4f1eb;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        transition: opacity 0.5s, visibility 0.5s;
    }
    .loader-content {
        text-align: center;
    }  
    .loader-logo {
        width: 150px;
        margin-bottom: 50px;
        justify-content: center;
        align-items: center;
        animation: pulse 1.5s infinite;
    }
    @keyframes pulse {
        0% {
          transform: scale(1);
          opacity: 1;
        }
        50% {
          transform: scale(1.05);
          opacity: 0.8;
        }
        100% {
          transform: scale(1);
          opacity: 1;
        }
    }
    .loader-hidden {
        opacity: 0;
        visibility: hidden;
    }
    /****************letras para titulos,subtitulos,parrafos y nav**************/
    .font-Helvetica1{
      font-family:'helvetica-neue-world', sans-serif; 
      font-style: normal; 
      font-weight: 500;
    }
    .font-Helvetica2{
      font-family: 'helvetica-neue-lt-pro', sans-serif; 
      font-style: normal; 
      font-weight: 100;
    }
    .font-Helvetica3{
      font-family: 'neue-haas-unica', sans-serif; 
      font-style: normal; 
      font-weight: 100;
    }
    .font-Helvetica4{
      font-family: 'Helvetica Neue', sans-serif;
      font-size: 17px;
    }
    .font-Titulos{            
        font-family: 'nocturne-serif', serif;
        font-style: normal;
        font-weight: 400;
    }
    /*******------------------barra de navegación/hamburguesa--------------------****/
    nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      border-radius: 0px;
      padding: 1rem 8.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 100;
      transition: background-color 0.3s ease;
    }
    nav.barra-sec1 {
      background-color: transparent !important;
      display: none;
    }
    nav.barra-sec2{
        background-color:transparent !important;
        display: none;
    }
    nav ul {
      list-style: none;
      display: flex;
      gap: 2.5rem;
      text-align: center;
    }
    nav li a {
      text-decoration: none;
      font-size: 20px;
      padding: 0.5rem 0;
      position: relative;
      transition: color 0.3s;
      color: transparent;
    }
    nav.transparent li a {
      color: var(--link-video) !important;
    }
    nav.gray li a {
      color: var(--link-image) !important;
    }
    nav li a::after {
      content: "";
      position: absolute;
      left: 5px;
      bottom: 0;
      width: 0;
      height: 2px;
      background: var(--accent);
      transition: width 0.3s ease;
    } 
    nav li a:hover,
    nav li a.active {
      color: var(--accent) !important;
    }    
    nav li a:hover::after,
    nav li a.active::after {
      width: 100%;
    }
    /* ---------- SECCIONES DE VIDEO ---------- */
    .video {
      min-height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
    section video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    section .content {
      position: relative;
      z-index: 10;
      font-size: 2rem;
    }

    .info img {
        width: 50px;
        height: 50px;
        right: 3%;
        margin-top: 0;
    }
    .info svg {
        margin-top: 16px;
        color: white;
    }
    /*FORMULARIO DEL ARROBA*/
    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
    }
    .modal-content {
        padding: 10px;
        max-height: 100vh;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    /* Estilos para el contenido del modal con animación de "genio" */
    .modal-content {
        background-color: #fff;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
        max-width: 800px;
        max-height: 80vh;
        border-radius: 10px;
        overflow-y: auto;
        box-sizing: border-box;
        position: relative;
        transform: scale(0);
        opacity: 0;
        transition: transform 1s ease, opacity 1s ease;
    }
    /* Mostrar el modal*/
    .modal.show {
        display: flex;
    }
    /* Animación para el modal al abrir */
    .modal.show .modal-content {
        transform: scale(1);
        opacity: 1;
    }
    /* Animación de cierre */
    .modal.hide .modal-content {
        transform: scale(0);
        opacity: 0;
    }
    /* Estilos para el botón de cerrar */
    .close {
        position: absolute;
        right: 20px;
        top: 10px;
        color: #aaa;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }
    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

 .no-scroll,
.no-scroll .scroll-container {
    overflow: hidden !important;
    height: 100vh !important;
}

    /* Ajuste del texto */
    .h2modContact {
        font-family: "Saira Semi Condensed", sans-serif;
        color: #d5bf94;
        margin-bottom: 20px;
        text-transform: uppercase;
        /*margin-top: 15px;*/
    }
    .contact-info-title {
        font-size: 14px;
    }
    .contact-info {
        font-size: 12px;
    }
    /*tamaño reCAPTCHA */
    .form-group .g-recaptcha {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
    /* Contenedor principal*/
    .scroll-container {
        scroll-snap-type: y mandatory;
        scroll-behavior: smooth;
    }
    /*Todas las secciones*/
    section {
        scroll-snap-align: start;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
    /* Ajusta las sub-secciones*/
    .seccion, .seccion1, .seccion2, .seccion4{
        height: 100%;
    }
    /*BOTON DE CONOCER MAS */
    .conoce-mas{
        position: absolute;
        left: 0;
        top: 85%;
        right: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btndesk{
        display: block;
    }
    .buttons-wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .btn-style5{
        border-color: #f4f1eb;
        color: aqua;
        box-shadow: 0.3em 0.3em 0 antiquewhite;
    }
    /*BOTON NUEVO */
    .click-btn {
        display: flex;
        width: 145px;
        height: 40px;
        justify-content: center;
        align-items: center;
        margin: 0.5rem;
        line-height: 35px;
        border: 1px solid;
        border-radius: 5px;
        text-align: center;
        font-size: 15px;
        text-decoration: none;
        transition: all 0.35s;
        box-sizing: border-box;
    }
    .buttons-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .btn-style5 {
        border-color: #7c6f55;
        color: #3d2922;
        box-shadow: 0.3em 0.3em 0 #a0927f;
        background-color: #fdfcfb;
        font-family: system-ui,'Helvetica Neue', sans-serif;
        font-weight: 450;
    }
    .btn-style5:hover {
        box-shadow: -0.3em -0.3em 0 #a0927f;
        background-color: #fdfcfb;
        border-color: #7c6f55;
        color: #3d2922;
    }
    /*segundo EFECTOdel texto delizando*/
    .titulo2 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 95vh;
        background: #000;
        overflow: hidden;
    }
    .split-text-container {
        display: flex;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        text-align: justify;
        font-family: system-ui,'Helvetica Neue', sans-serif;
        color: #3d2922;
        overflow: hidden;
    }
    .text-part{
        display: inline-block;
        width: 800px;
        height: 685px;
        position: relative;
        transform: translateX(0);
        animation-duration: 10s;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
    }
    .text-part.left {
        transform: translateX(-100%);
        animation-name: slide-in-left;
        text-align: justify;
        margin-left: 60px;
        margin-right: 70px;
        margin-top: 30px;
    }
    .text-part.right {
        transform: translateX(100%);
        animation-name: slide-in-right;
        margin-left: 0px;
        margin-right: 60px;
        margin-top: 300px;
    }
    @keyframes slide-in-left {
      0% {
          transform: translateX(-100%);
      }
      100% {
          transform: translateX(0);
      }
    }
    @keyframes slide-in-right {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(0);
        }
    }
   /************EFECTO DE LETRAS EN SUSTENTABILIDAD*****/
   .EspaciosE {
        position: absolute;
        top: 82%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 35px;
        color: transparent;
        text-transform: uppercase;
    }
    .EspaciosE span:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        color: #66493f;
        transition:1500ms;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
        overflow: hidden;
    }
    .EspaciosE.active span:nth-child(1) {
        transform: translateY(-18px);
    }
    .EspaciosE span:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        color: #66493f;
        transition: 1500ms;
        clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
        overflow: hidden;
    }
    .EspaciosE.active span:nth-child(2) {
        transform: translateY(18px);
    }
    .EspaciosE span:nth-child(3) {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%) scaleY(0);
        width: 99%;
        color: #fff;
        background: #66493f;
        font-size: 9.5px;
        font-weight: 500;
        letter-spacing: 0.7em;
        text-align: center;
        padding-left: 2.5px;
        margin-left: 2.5px;
        transition: 0.8s;
    }
    .EspaciosE.active span:nth-child(3) {
        transform: translateY(-50%) scaleY(1);
    }
    .parradossubm{
        font-size: 15.5px; 
        font-family: system-ui, 'Helvetica Neue', sans-serif; 
        padding-left: 10%; 
        padding-right: 0px; 
        width: 90%; 
        color: #3d2922;
    }
/********************************VERIONES MOVILES**************************/
/*********************VERSION CELULARES PANTALLAS PEQUEÑAS****************/
@media (min-width:320px) and (max-width: 480px){
     /*Seccion del scroll*/
    .scroll-container {
        height: 100vh;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
        position: relative;
        -webkit-overflow-scrolling: touch;
    }
    nav.barra{
        position: fixed;
        top: 20px;
        left: 20px;
        height: 50px;
        width: 70%;
        border-radius: 40px;
        padding: 10px;
        display: flex;
        transition: background-color 0.3s ease;
        justify-content: space-between;
        align-items: center;
    }

    /*******------------------barra de navegación/hamburguesa--------------------****/
    nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      border-radius: 0px;
      padding: 1rem 8.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 100;
      transition: background-color 0.3s ease;
    }
    nav.barra-sec1 {
      background-color: rgb(237, 233, 226) !important;
    }
    nav.barra-sec2{
        background-color:rgba(255, 255, 255, 0.50) !important;
    }
    nav ul {
      list-style: none;
      display: flex;
      gap: 2.5rem;
      text-align: center;
    }
    nav li a {
      text-decoration: none;
      font-size: 20px;
      padding: 0.5rem 0;
      position: relative;
      transition: color 0.3s;
    }
    nav.transparent li a {
      color: var(--link-video) !important;
    }
    nav.gray li a {
      color: var(--link-image) !important;
    }
    nav li a::after {
      content: "";
      position: absolute;
      left: 5px;
      bottom: 0;
      width: 0;
      height: 2px;
      background: var(--accent);
      transition: width 0.3s ease;
    } 
    nav li a:hover,
    nav li a.active {
      color: var(--accent) !important;
    }    
    nav li a:hover::after,
    nav li a.active::after {
      width: 100%;
    }

    .scroll-hint {
        bottom: 20px;
        padding: 10px 20px;
        font-size: 13px;
    }        
    .progress-dots {
        bottom: 60px;
    }            
    .horizontal-panel {
        padding: 15px;
    }            
    /*IMG del logo */
    img.logoD{
        height: 44px;
        width: 50px;
    }
    /************INICIO DEL NAV/Hamburguesa*******************/
    .hamburger {
        display: block;
    }
    .hamburger span {
        position: absolute;
        height: 3px;
        width: 50%;
        background-color: #b3a896;
        transition: all 0.3s ease;
        margin-left: 1px;
    }
    .hamburger span:nth-child(1) {
      top: 11px;
    }
    .hamburger span:nth-child(2) {
      top: 18px;
    }
    .hamburger span:nth-child(3) {
      top: 25px;
    }
    .hamburger.open span:nth-child(1) {
      top: 20px;
      transform: rotate(45deg);
    }
    .hamburger.open span:nth-child(2) {
      opacity: 0;
    }
    .hamburger.open span:nth-child(3) {
      top: 20px;
      transform: rotate(-45deg);
    }
    nav.barraEquis {
        position: fixed;
        top: 22px;
        left: auto; 
        right: 20px;
        width: 13%;
        height: 40px;
        border-radius: 35px;
        padding: 10px;
        display: flex;
        z-index: 100;
        transition: background-color 0.3s ease;
    }   
    nav ul {
        display: none;
        position: fixed; 
        top: 110px; 
        width: 100%;
        left: 50%;
        transform: translateX(-50%);  
        max-width: 285px;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.50) !important;
        padding: 1.5rem 0;
        gap: 1.2rem;
        animation: fadeIn 0.3s;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    } 
    nav ul.open {
        display: flex;
        background-color: rgba(255, 255, 255, 0.70) !important;
    }
    nav ul.open li a {
        font-size: 15px;
        padding: 10px 20px; /* Más padding para mejor tactil */
        color: #66493f !important;
        text-align: center;
    }    
    /*LINEA DEL MENU*/
    .linea{
        background-color:  #b3a896;
        border: none;
        height: 3px;
        margin: 5px 20px;;
        width: calc(100%-40px);
    }
    #navLinks > hr:first-child{
        margin-bottom: 10px;
    }        
    #navLinks > hr:last-child{
        margin-bottom: 10px;
    }
    /************FIN DEL NAV/Hamburguesa*******************/
    /********************EFECTO DE LAS TARJETA INFO DE DEP***************/
        div .containerE {
            width: 100%;
            height: 100vh;
            position: relative;
            overflow: hidden;
        }
        div .image-containerE {
            width: 109%; 
            height: 170%; 
            margin-top: 5%; 
            margin-left:-5%
        }
        /*------------------------RECUADRO DE LOS DEPTOS-------------------*/
        .table-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 185px; 
            left: 215px;
            height: 40px; 
            width: 50px;
        }
        .table-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }

        /*------CLASES PARA UBICAR LAS TARJETAS DEL DEPTO------1ER LINEA PLANTA LUMINA--------------*/
         .Table-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 185px; 
            left: 175px;
            height: 40px; 
            width: 33px;
        }
        .Table-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TAble-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 185px; 
            left: 138px;
            height: 40px; 
            width: 30px;
        }
        .TAble-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABle-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 185px; 
            left: 98px;
            height: 40px; 
            width: 35px;
        }
        .TABle-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLe-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent5;
            top: 185px; 
            left: 55px;
            height: 40px; 
            width: 40px;
        }
        .TABLe-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*-------------------------SEGUNDA LINEA-----------------------*/
        .TABLE1-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 240px; 
            left: 60px;
            height: 35px; 
            width: 35px;
        }
        .TABLE1-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLE2-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 240px; 
            left: 100px;
            height: 35px; 
            width: 30px;
        }
        .TABLE2-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLE3-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 240px; 
            left: 140px;
            height: 35px; 
            width: 30px;
        }
        .TABLE3-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLE4-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 240px; 
            left: 220px;
            height: 40px; 
            width: 45px;
        }
        .TABLE4-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /************************TERCER FILA********************************/
        .TABLE5-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 295px; 
            left: 170px;
            height: 35px; 
            width: 40px;
        }
        .TABLE5-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBLE6-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 290px; 
            left: 220px;
            height: 45px; 
            width: 45px;
        }
        .TaBLE6-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*-------------------------------CUARTA FILA---------------*/
        .TabLE7-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 345px; 
            left: 170px;
            height: 45px; 
            width: 40px;
        }
        .TabLE7-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TablE8-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 345px; 
            left: 220px;
            height: 45px; 
            width: 45px;
        }
        .TablE8-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
         /*-------------------------------QUINTA FILA---------------*/
        .Table9-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 400px; 
            left: 170px;
            height: 45px; 
            width: 40px;
        }
        .Table9-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .Table10-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 400px; 
            left: 220px;
            height: 45px; 
            width: 45px;
        }
        .Table10-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*----------------------------SEXTA FILA---------------------*/
        .table11-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 455px; 
            left: 170px;
            height: 30px; 
            width: 40px;
        }
        .table11-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .table12-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 455px; 
            left: 221px;
            height: 30px; 
            width: 35px;
        }
        .table12-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*------------------------Séptima fila ---------------------*/
        .TAble13-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 490px; 
            left: 170px;
            height: 40px; 
            width: 40px;
        }
        .TAble13-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABle14-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 490px; 
            left: 225px;
            height: 40px; 
            width: 30px;
        }
        .TABle14-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*------CLASES PARA UBICAR LAS TARJETAS DEL DEPTO------1ER LINEA PLANTA TEMINA --------------*/
        /*****************PRIMER FILA****************/
         .TABlE18-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 185px; 
            left: 225px;
            height: 40px; 
            width: 65px;
        }
        .TABlE18-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABlE17-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color:transparent;
            top: 185px; 
            left: 185px;
            height: 40px; 
            width: 35px;
        }
        .TABlE17-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABlE16-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 185px; 
            left: 145px;
            height: 40px; 
            width: 30px;
        }
        .TABlE16-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBle15-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 185px; 
            left: 110px;
            height: 40px; 
            width: 25px;
        }
        .TaBle15-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBlE14-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 188px; 
            left: 70px;
            height: 40px; 
            width: 30px;
        }
        .TaBlE14-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBlE13-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 185px; 
            left: 25px;
            height: 40px; 
            width: 35px;
        }
        .TaBlE13-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*****************SEGUNDA FILA****************/
        .TaBlE19-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 235px; 
            left: 25px;
            height: 45px; 
            width: 35px;
        }
        .TaBlE19-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tAble20-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 235px; 
            left: 70px;
            height: 45px; 
            width: 30px;
        }
        .tAble20-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tAbLe21-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 235px; 
            left: 105px;
            height: 45px; 
            width: 30px;
        }
        .tAbLe21-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tAbLe22-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 240px; 
            left: 240px;
            height: 40px; 
            width: 50px;
        }
        .tAbLe22-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*-------------------------TERCER FILA-----------------*/
        .tAbLe23-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 280px; 
            left: 140px;
            height: 30px; 
            width: 40px;
        }
        .tAbLe23-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tABle24-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 313px; 
            left: 140px;
            height: 25px; 
            width: 40px;
        }
        .tABle24-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tABLe25-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 280px; 
            left: 190px;
            height: 55px; 
            width: 45px;
        }
        .tABLe25-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*CUARTA FILA*/
        .tABLe26-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 345px; 
            left: 140px;
            height: 45px; 
            width: 40px;
        }
        .tABLe26-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tABLe27-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 345px; 
            left: 190px;
            height: 45px; 
            width: 45px;
        }
        .tABLe27-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*QUINTA FILA*/
        .tABLe28-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 400px; 
            left: 140px;
            height: 45px; 
            width: 40px;
        }
        .tABLe28-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBLe29-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 405px; 
            left: 190px;
            height: 40px; 
            width: 45px;
        }
        .TaBLe29-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*SEXTA FILA*/
        .TAbLe30-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 455px; 
            left: 140px;
            height: 30px; 
            width: 40px;
        }
        .TAbLe30-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .taBlE31-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 495px; 
            left: 140px;
            height: 35px; 
            width: 40px;
        }
        .taBlE31-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .table32-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 460px; 
            left: 190px;
            height: 65px; 
            width: 45px;
        }
        .table32-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /* Estilo para la tarjeta que aparece */
        .card-popup-mobile {
            position: fixed;
            /*MODIFICACION*/
            z-index: 1000;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            opacity: 0;
            transition: all 0.3s ease;
            width: 85%;
            height: 85%;
        }
        .card-popup.active {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }
        .card-popup img {
            width: 100%;
            height: auto;
            margin: 15px 0 15px 0;
            border-radius: 5px;
        }
        .card-popup-mobile h3 {
            margin-top: 0;
            color: #66493f;
        }
        .card-popup p {
            margin-bottom: 0;
            line-height: 1.5;
        }
        .overlay {
            position: fixed;
            /*MODIFICACION*/
            z-index: 1000;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        .overlay.active {
            opacity: 1;
            pointer-events: all;
        }
        .close-btn {
            position: absolute;
            top: 0px;
            right: 0px;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            background: none;
            border: none;
            color: #aaa;
        }
    /*************ICONOS DE CONTACTO********/
    .info {
        position: fixed;
        top: 70%;
        right: 3%;
        display: flex;
        flex-direction: column;
        gap: 25px;
        z-index: 5;
    }
    .info img {
        width: 50px;
        height: 50px;
        right: 3%;
        margin-top: 0;
    }
    .info svg {
        margin-top: 16px;
        color: white;
    }
   
    /***************FORMULARIO DEL ARROBA**********/
    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
    }
    .modal-content {
        padding: 10px;
        max-height: 100vh;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    /* Estilos para el contenido del modal con animación*/
    .modal-content {
        background-color: #fff;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
        max-width: 800px;
        max-height: 80vh;
        border-radius: 10px;
        overflow-y: auto;
        box-sizing: border-box;
        position: relative;
        transform: scale(0);
        opacity: 0;
        transition: transform 1s ease, opacity 1s ease;
    }
    /* Mostrar el modal con animación */
    .modal.show {
        display: flex;
    }
    /* Animación del modal al abrir */
    .modal.show .modal-content {
        transform: scale(1);
        opacity: 1;
    }
    /* Animación de cierre */
    .modal.hide .modal-content {
        transform: scale(0);
        opacity: 0;
    }
    /* Estilos para el botón de cerrar */
    .close {
        position: absolute;
        right: 20px;
        top: 10px;
        color: #aaa;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }
    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    .contformularioContact {
        padding: 15px;
        max-width: 98%;
        width: 90vw;
        top: 5vh;
        margin-bottom: 10vh;
        transform: translateY(0);
        height: calc(80vh - 30px);
        max-height: calc(80vh - 30px);
        overflow-y: auto;
    }

    /**** Ajuste del texto*****/
    .h2modContact {
        font-family: "Saira Semi Condensed", sans-serif;
        color: #d5bf94;
        margin-bottom: 20px;
        text-transform: uppercase;
        margin-top: 15px;
    }
    .form-group {
        margin-bottom: 8px;
    }
    .btnContact {
        font-size: 14px;
        padding: 10px;
        width: 100%;
    }
    .contact-info-title {
        font-size: 14px;
    }
    .contact-info {
        font-size: 12px;
    }
    /*********************tamaño reCAPTCHA***************/
    .form-group .g-recaptcha {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
    .input-selectContact {
        font-size: 12px;
        padding: 8px;
    }
    /*Contenedor principal*/
    .scroll-container {
        scroll-snap-type: y mandatory;
        scroll-behavior: smooth;
    }
    /********************TODAS LAS SECCIONES DESDE AQUI*****************/
    section {
        scroll-snap-align: start;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
    /* Ajusta las sub-secciones*/
    .seccion, .seccion1, .seccion2, .seccion4{
        height: 100%;
    }
    /*SECTION 1**/
    .section1{
        width: 100%;
        height: 100vh;
        margin-left: 0px;
    }
    /*SECCION CON IMAGENES 1 - 2*/
    .seccion {
        height: 100vh;
        width: 100%;
        padding-top: 10px;    
        align-items: center;
        text-align: center;
    }
    .seccion img{
        width: 93%;
        height: 50%;
        border-radius: 20px;
    }
    .seccion img{
        width: 90%;
        height: 72%;
        border-radius: 20px;
    }
    .section video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .video {
        min-height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .seccion2{
        height: 100vh;
        width: 100%;
        padding-top: 55px;    
        align-items: center;
        text-align: center;
    }
    .seccion3{
        height: 100vh;
        width: 100%;
        padding-top: 10pxpx;    
        align-items: center;
        text-align: center;
    }
    .seccion3 img{
        width: 110%;
        height: 108%;
        margin-top: 40px;
        border-radius: 0px ;
    }
    .seccion2 img{
        width: 85%;
        height: 45%;
        margin-top: -1%;
    }
    div.img-ContainerE{
        margin-top: 25%;
    }
    .seccion1 {
        height: 100vh;
        width: 100%;
        padding-top: 0px;    
        align-items: center;
        text-align: center;
    }
    .seccion4{
        height: 100vh;
        width: 100%;
        padding-top: 95px;    
        align-items: center;
        text-align: center;
    }
    .seccion4 img{
        width: 85%;
        height: 45%;
        margin-top: 15%;
    }
    /********************TODAS LAS SECCIONES DESDE AQUI*****************/
    /***************************BOTON DE CONOCER MAS**************/
    .conoce-mas{
        position: absolute;
        left: 0;
        top: 80%;
        right: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btndesk{
        display: block;
    }
    .buttons-wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .btn-style5{
        border-color: #f4f1eb;
        color: aqua;
        box-shadow: 0.3em 0.3em 0 antiquewhite;
    }
    /*********************BOTON NUEVO*********************/
    .click-btn {
        display: flex;
        width: 145px;
        height: 40px;
        justify-content: center;
        align-items: center;
        margin: 0.5rem;
        line-height: 35px;
        border: 1px solid;
        border-radius: 5px;
        text-align: center;
        font-size: 15px;
        text-decoration: none;
        transition: all 0.35s;
        box-sizing: border-box;
    }
    .buttons-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .btn-style5 {
        border-color: #7c6f55;
        color: #3d2922;
        box-shadow: 0.3em 0.3em 0 #a0927f;
        background-color: #fdfcfb;
        font-family: system-ui,'Helvetica Neue', sans-serif;
        font-weight: 450;
    }
    .btn-style5:hover {
        box-shadow: -0.3em -0.3em 0 #a0927f;
        background-color: #fdfcfb;
        border-color: #7c6f55;
        color: #3d2922;
    }
    /**********------------TITULOS----------****************/
    .title-text{                 
        font-size: 25px;
        margin-top: 20px;
        margin-left: -15px;
        text-align: left;
        font-family: 'nocturne-serif', serif;
        font-style: normal; 
        color: #66493f ;
    }
    .title-texT{
        font-size: 30px;
        margin-top: 620px;
        text-align: left;
        font-family: 'nocturne-serif', serif;
        font-style: normal; 
        color: #66493f ;
    }
    .title-text2{
        font-size: 25px;
        margin-top: -25px;
        text-align: left;
        font-family: 'nocturne-serif', serif;
        font-style: normal;
        color: #66493f ;
        margin-left: -15px;
    }
    .title-text3{
        font-size: 10px;
        margin-top: 50px;
        font-weight: 400;
        text-align: justify;
        font-family: system-ui,'Helvetica Neue', sans-serif;
        font-style: normal;
        color: #3d2922;
        margin-right: 35px;
        margin-left: 20px;
        margin-bottom: 25px;
    }
    .title-text4{
        font-size: 25px;
        margin-top: -25px;
        text-align: left;
        font-family: 'nocturne-serif', serif;
        font-style: normal;
        color: #66493f ;
        margin-left: -15px;
    }
    .Deptos-Text{                 
        font-size: 18px;
        margin-top: 35px;
        text-align: center;
        font-family: 'nocturne-serif', serif;
        font-style: normal; 
        color: #66493f ;
    }
    .titulo-efecto{
        color: #66493f; 
        font-size: 25px; 
        margin-top: -165px; 
        margin-left: -60px; 
        font-family: 'nocturne-serif', serif;
    }
    .Titulo-efecto{
        color: #66493f; 
        font-size: 30px; 
        margin-top: -20px; 
        margin-left: -35px; 
        font-family: 'nocturne-serif', serif;
    }
    h2.section{
        font-size: 15px;
        font-weight: 200;
        text-align: center;
        margin-top: 5px;
        font-family:'helvetica-neue-world', sans-serif; 
        font-style: normal;  
        color: #66493f ;
        /*PARA CENTRA EL TEXTO*/
        width: 100%;
        position: absolute;
        left: 58%;
        transform: translateX(-50%);
    }
    #seccion-actual{
        font-size: 11px;
        text-align: center;
    }  
    /****************EFECTO DE LA IMAGEN Y EL TEXTO DENTRO DE LA MISMA SECCION****************/
    .scroll-SECTION {
        height: 65vh;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        padding: 0 10%;
        box-sizing: border-box;
    }        
    .text-block {
        width: 95%;
        max-width: 350px;
        font-size: 10px;
        transform: translateX(100px);
        opacity: 0;
        transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
        will-change: transform, opacity;
    }    
    .text-block.active {
        opacity: 1;
        transform: translateX(0);
    }        
    .text-block h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
        font-weight: 500;
    }    
    .text-block p {
        font-size: 13px;
        font-weight: 400;
        text-align: justify;
        font-family: system-ui,'Helvetica Neue', sans-serif;
        font-style: normal;
        color: #3d2922;
        margin-right: 75px;
        line-height: 20px;
        margin-top: -270px;
        margin-right: 67px;  
    }
    /************************---------------EFECTOS-----************************************/
    /*******************SEGUNDO EFECTO PARRAFO DESLIZANDO*************************/
    .titulo2 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 95vh;
        background: #000;
        overflow: hidden;
    }
    .split-text-container {
        display: flex;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        text-align: justify;
        font-family: system-ui,'Helvetica Neue', sans-serif;
        color: #3d2922;
        overflow: hidden;
    }
    .text-part{
        display: inline-block;
        width: 800px;
        height: 685px;
        position: relative;
        transform: translateX(0);
        animation-duration: 10s;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
    }
    .text-part.left {
        transform: translateX(-100%);
        animation-name: slide-in-left;
        text-align: justify;
        margin-left: 60px;
        margin-right: 70px;
        margin-top: 30px;
    }
    .text-part.right {
        transform: translateX(100%);
        animation-name: slide-in-right;
        margin-left: 0px;
        margin-right: 60px;
        margin-top: 300px;
    }
    @keyframes slide-in-left {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(0);
        }
    }
    @keyframes slide-in-right {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(0);
        }
    }     
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /*************+++++++++++++++++++++++++++*EFECTO DE LOS PARRAFOS*******************************/
        .linea-animada {
            margin-left: 105px;
            padding: 0px;
            font-size: 13px;
            font-weight: 400;
            text-align: justify;
            font-family: system-ui, 'Helvetica Neue', sans-serif;
            color: #3d2922;
            margin-bottom: 5px;
            overflow: hidden; 
        }
        /*contiene el texto */
        .linea-animada span {
            display: block;
            opacity: 0;
            transform: translateY(100%);
            transition: transform 0.8s ease-out, opacity 0.8s ease-out;
            transition-delay: 0s; 
        }
        /*activa la animación */
        .linea-animada.visible span {
            opacity: 1;
            transform: translateY(0);
        }
        .linea-animada:nth-child(1) span {
            transition-delay: 0s;
        }
        .linea-animada:nth-child(2) span {
            transition-delay: 0.15s;
        }
        .linea-animada:nth-child(3) span {
            transition-delay: 0.3s;
        }
        .linea-animada:nth-child(4) span {
            transition-delay: 0.45s;
        }
    /*----------------------Animacion textos titulos--------------------------------------------*/
        .linea-animada-titulo {
            font-size: 20px;
            padding: 0px;
            margin-top: 10px;
            margin-left: 45px;
            font-weight: 400;
            text-align: justify;
            font-family: 'nocturne-serif', serif;
            color: #66493f;
            margin-bottom: -15px;
            overflow: hidden;
        }
        .linea-animada-titulo span {
            display: block;
            opacity: 0;
            transform: translateY(100%);
            transition: transform 0.8s ease-out, opacity 0.8s ease-out;
            transition-delay: 0s; 
        }
        .linea-animada-titulo.visible span {
            opacity: 1;
            transform: translateY(0);
        }
        .linea-animada-titulo:nth-child(1) span {
            transition-delay: 0s;
        }
        .linea-animada-titulo:nth-child(2) span {
            transition-delay: 0.15s;
        }
        .linea-animada-titulo:nth-child(3) span {
            transition-delay: 0.3s;
        }
        .linea-animada-titulo:nth-child(4) span {
            transition-delay: 0.45s;
        }
        .linea-animada-titulo:nth-child(5) span {
            transition-delay: 0.6s;
        }
        .linea-animada-titulo:nth-child(6) span {
            transition-delay: 0.80s;
        }
        /*************************FOOTER INDEX ************************/
        .footer-h{
            height: 6vh;
        }
        .footer-style{
            display:flex; 
            justify-content:center; 
            background-color: #000; 
            color: #FFF; 
            font-size: 12px; 
            gap:100px; 
            height: 100%; 
            padding: 10px;
        }  
        /*Elementos dentro del widget */
        .widgetBPTL>* {
            min-height: 95% !important;
            height: 700px !important;
        }
    }

/************************VERSION MOVIL (IPHONE)************************/
    @media (min-width:360px) and (max-width: 640px){
        /*Seccion del scroll*/
        .scroll-container {
            height: 100vh;
            overflow-y: scroll;
            scroll-snap-type: y mandatory;
            position: relative;
            -webkit-overflow-scrolling: touch;
        }
        nav.barra{
            position: fixed;
            top: 18px;
            left: 25px;
            height: 55px;
            width: 70%;
            border-radius: 40px;
            padding: 10px;
            display: flex;
            transition: background-color 0.3s ease;
            justify-content: space-between;
            align-items: center;
        }
        /*IMG del logo */
        img.logoD{
            height: 44px;
            width: 50px;
        }
        .scroll-hint {
            bottom: 20px;
            padding: 10px 20px;
            font-size: 13px;
        }
        .progress-dots {
            bottom: 60px;
        }
        .horizontal-panel {
            padding: 14px;
        }
        /**************INICIO DEL NAV/Hamburguesa*******************/
        .hamburger {
            display: block;
        }
        .hamburger span {
            position: absolute;
            height: 3px;
            width: 55%;
            background-color: #b3a896;
            transition: all 0.3s ease;
            margin-left: 3px;
        }
        .hamburger span:nth-child(1) {
            top: 17px;
        }
        .hamburger span:nth-child(2) {
            top: 25px;
        }
        .hamburger span:nth-child(3) {
            top: 33px;
        }
        .hamburger.open span:nth-child(1) {
            top: 23px;
            transform: rotate(45deg);
        }
        .hamburger.open span:nth-child(2) {
            opacity: 0;
        }
        .hamburger.open span:nth-child(3) {
            top: 23px;
            transform: rotate(-45deg);
        }
        nav.barraEquis {
            position: fixed;
            top: 18px;
            left: auto; 
            right: 25px;
            width: 14.5%;
            height: 53px;
            border-radius: 35px;
            padding: 10px;
            display: flex;
            z-index: 100;
            transition: background-color 0.3s ease;
        }   
        nav ul {
            display: none;
            position: fixed; 
            top: 110px; 
            width: 100%;
            left: 50%;
            transform: translateX(-50%);  
            max-width: 285px;
            flex-direction: column;
            background: rgba(255, 255, 255, 0.50) !important;
            padding: 1.5rem 0;
            gap: 1.2rem;
            animation: fadeIn 0.3s;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        } 
        nav ul.open {
            display: flex;
            background-color: rgba(255, 255, 255, 0.70) !important;
        }
        nav ul.open li a {
            font-size: 15px;
            padding: 10px 20px; /* Más padding para mejor tactil */
            color: #66493f !important;
            text-align: center;
        }    
        /*LINEA DEL MENU*/
        .linea{
            background-color:  #b3a896;
            border: none;
            height: 3px;
            margin: 5px 20px;;
            width: calc(100%-40px);
        }
        #navLinks > hr:first-child{
            margin-bottom: 10px;
        }        
        #navLinks > hr:last-child{
            margin-bottom: 10px;
        }
        /******************FIN DEL NAV/HAMBURGUESA************************/ 
        /********************EFECTO DE LAS TARJETA INFO DE DEP***************/
        div .containerE {
            width: 100%;
            height: 100vh;
            position: relative;
            overflow: hidden;
        }
        div .image-containerE {
            width: 109%; 
            height: 170%; 
            margin-top: 5%; 
            margin-left:-5%
        }
         /*********************Seccion formulario******************/
        .verif{
            margin-left: 23%;
        }
        .form-sect{
            margin-left: 5%; 
            margin-right: 5%;
            margin-top: 20%;
        }
        .cont-sect{
            margin-top: 23%; 
            margin-left:5%; 
            margin-right:5%;
        }
        .cont-from{
            top:1vh; 
            height: 95vh;
            width: 50vh;
        }
        .Econtainer{
            height: 75%;
            width: 100%;
            margin-left: 0%;
            background-color:white ;
            border-radius: 30px;
        }
        .form-heig{
            margin-top: 35px;
        }
        .cont-froM{
            height: 95vh;
            width: 45vh;
        }
        .he-map{
            font-family: "Saira Semi Condensed", sans-serif;
            font-size: 14px;
            color: #d5bf94;
            margin-bottom: 10px;
            text-transform: uppercase;
            margin-top: 10px;
            text-align: center;
        }
        .mapa-container{
            border: 5px solid #d5bf94;
            border-radius: 5px;
            width: 95%;
            margin-bottom: 15px;
        }
        .contact-info-titlE{
            font-size: 14px;
            text-align: center;
            margin-bottom: 5px;
            font-weight: bolder;
        }
        .contact-infO{
            font-size: 12px;
            text-align: center;
            margin-bottom: 5px;
        }
        /*------------------------RECUADRO DE LOS DEPTOS-------------------*/
        .table-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 170px; 
            left: 245px;
            height: 45px; 
            width: 57px;
        }
        .table-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }

        /*------CLASES PARA UBICAR LAS TARJETAS DEL DEPTO------1ER LINEA PLANTA LUMINA--------------*/
         .Table-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 170px; 
            left: 195px;
            height: 45px; 
            width: 35px;
        }
        .Table-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TAble-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 170px; 
            left: 155px;
            height: 45px; 
            width: 37px;
        }
        .TAble-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABle-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 170px; 
            left: 110px;
            height: 45px; 
            width: 35px;
        }
        .TABle-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLe-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 170px; 
            left: 65px;
            height: 45px; 
            width: 35px;
        }
        .TABLe-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*-------------------------SEGUNDA LINEA-----------------------*/
        .TABLE1-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 230px; 
            left: 65px;
            height: 45px; 
            width: 35px;
        }
        .TABLE1-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLE2-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 230px; 
            left: 110px;
            height: 45px; 
            width: 35px;
        }
        .TABLE2-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLE3-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 230px; 
            left: 155px;
            height: 45px; 
            width: 35px;
        }
        .TABLE3-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLE4-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 240px; 
            left: 255px;
            height: 40px; 
            width: 45px;
        }
        .TABLE4-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /************************TERCER FILA********************************/
        .TABLE5-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 300px; 
            left: 195px;
            height: 40px; 
            width: 35px;
        }
        .TABLE5-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBLE6-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 285px; 
            left: 255px;
            height: 52px; 
            width: 43px;
        }
        .TaBLE6-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*-------------------------------CUARTA FILA---------------*/
        .TabLE7-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 348px; 
            left: 195px;
            height: 55px; 
            width: 37px;
        }
        .TabLE7-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TablE8-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 350px; 
            left: 255px;
            height: 50px; 
            width: 43px;
        }
        .TablE8-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
         /*-------------------------------QUINTA FILA---------------*/
        .Table9-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 425px; 
            left: 195px;
            height: 45px; 
            width: 35px;
        }
        .Table9-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .Table10-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 425px; 
            left: 255px;
            height: 47px; 
            width: 45px;
        }
        .Table10-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*----------------------------SEXTA FILA---------------------*/
        .table11-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 483px; 
            left: 195px;
            height: 35px; 
            width: 35px;
        }
        .table11-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .table12-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 483px; 
            left: 255px;
            height: 35px; 
            width: 37px;
        }
        .table12-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*------------------------Séptima fila ---------------------*/
        .TAble13-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 530px; 
            left: 195px;
            height: 35px; 
            width: 37px;
        }
        .TAble13-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABle14-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 528px; 
            left: 255px;
            height: 35px; 
            width: 37px;
        }
        .TABle14-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*------CLASES PARA UBICAR LAS TARJETAS DEL DEPTO------1ER LINEA PLANTA TEMINA --------------*/
        /*****************PRIMER FILA****************/
         .TABlE18-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 170px; 
            left: 240px;
            height: 45px; 
            width: 62px;
        }
        .TABlE18-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABlE17-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color:transparent;
            top: 170px; 
            left: 200px;
            height: 45px; 
            width: 37px;
        }
        .TABlE17-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABlE16-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 170px; 
            left: 150px;
            height: 45px; 
            width: 37px;
        }
        .TABlE16-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBle15-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 170px; 
            left: 105px;
            height: 45px; 
            width: 37px;
        }
        .TaBle15-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBlE14-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 170px; 
            left: 65px;
            height: 45px; 
            width: 35px;
        }
        .TaBlE14-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBlE13-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 170px; 
            left: 20px;
            height: 45px; 
            width: 37px;
        }
        .TaBlE13-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*****************SEGUNDA FILA****************/
        .TaBlE19-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 235px; 
            left: 20px;
            height: 40px; 
            width: 35px;
        }
        .TaBlE19-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tAble20-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 233px; 
            left: 65px;
            height: 40px; 
            width: 35px;
        }
        .tAble20-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tAbLe21-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 233px; 
            left: 110px;
            height: 40px; 
            width: 30px;
        }
        .tAbLe21-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tAbLe22-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 230px; 
            left: 260px;
            height: 50px; 
            width: 55px;
        }
        .tAbLe22-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*-------------------------TERCER FILA-----------------*/
        .tAbLe23-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 287px; 
            left: 150px;
            height: 30px; 
            width: 35px;
        }
        .tAbLe23-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tABle24-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 322px; 
            left: 150px;
            height: 25px; 
            width: 35px;
        }
        .tABle24-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tABLe25-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 285px; 
            left: 210px;
            height: 60px; 
            width: 42px;
        }
        .tABLe25-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*CUARTA FILA*/
        .tABLe26-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 357px; 
            left: 150px;
            height: 50px; 
            width: 35px;
        }
        .tABLe26-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tABLe27-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 355px; 
            left: 215px;
            height: 50px; 
            width: 42px;
        }
        .tABLe27-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*QUINTA FILA*/
        .tABLe28-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 417px; 
            left: 150px;
            height: 55px; 
            width: 35px;
        }
        .tABLe28-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBLe29-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 415px; 
            left: 210px;
            height: 55px; 
            width: 42px;
        }
        .TaBLe29-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*SEXTA FILA*/
        .TAbLe30-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 482px; 
            left: 150px;
            height: 35px; 
            width: 35px;
        }
        .TAbLe30-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .taBlE31-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 527px; 
            left: 150px;
            height: 40px; 
            width: 35px;
        }
        .taBlE31-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .table32-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color:transparent;
            background-color: transparent;
            top: 490px; 
            left: 210px;
            height: 65px; 
            width: 42px;
        }
        .table32-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /* Estilo para la tarjeta que aparece */
        .card-popup-mobile {
            position: fixed;
            /*MODIFICACION*/
            z-index: 1000;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            opacity: 0;
            transition: all 0.3s ease;
            width: 85%;
            height: 85%;
        }
        .card-popup.active {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }
        .card-popup img {
            width: 100%;
            height: auto;
            margin: 15px 0 15px 0;
            border-radius: 5px;
        }
        .card-popup-mobile h3 {
            margin-top: 0;
            color: #66493f;
        }
        .card-popup p {
            margin-bottom: 0;
            line-height: 1.5;
        }
        .overlay {
            position: fixed;
            /*MODIFICACION*/
            z-index: 1000;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        .overlay.active {
            opacity: 1;
            pointer-events: all;
        }
        .close-btn {
            position: absolute;
            top: 0px;
            right: 0px;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            background: none;
            border: none;
            color: #aaa;
        }
        /***************ICONOS DE CONTACTO************/
        .info {
            position: fixed;
            top: 63%;
            right: 7%;
            display: flex;
            flex-direction: column;
            gap: 25px;
            z-index: 5;
        }
        .info img {
            width: 50px;
            height: 50px;
            right: 3%;
            margin-top: 0;
        }
        .info svg {
            margin-top: 16px;
            color: white;
        }
        .Text-h2 {
            font-size: 12px;
            font-family: "Saira Semi Condensed", sans-serif;
            color: #d5bf94;
            margin-bottom: 2px;
            text-transform: uppercase;
            margin-top: 13px;
            text-align: center;
            padding: 2px;
        }
        /*********************Seccion formulario******************/
        .veriF{
            margin-left: 17%;
        }
        .verif{
            margin-left: 20%;
        }
        .form-sect{
            margin-top: 20%; 
            margin-left:5%; 
            margin-right:5%;
        }
        .cont-sect{
            margin-top: 16%; 
            margin-left:5%; 
            margin-right:5%;
        }
        .btn-verif{
            width: 100%;
            margin-left: 3px;
        }
        .btn-veriF{
            width: 105%;
            margin-left: 60px;
        }
        .h2modContact-m{
            margin: 0px 0px -5px;
        }

        /*FORMULARIO DEL ARROBA*/
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }
        .modal-content {
            padding: 10px;
            max-height: 100vh;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        /**************Estilos para el contenido del modal****************************/
        .modal-content {
            background-color: #fff;
            padding: 20px;
            border: 1px solid #888;
            width: 90%;
            max-width: 800px;
            max-height: 80vh;
            border-radius: 10px;
            overflow-y: auto;
            box-sizing: border-box;
            position: relative;
            transform: scale(0);
            opacity: 0;
            transition: transform 1s ease, opacity 1s ease;
        }
        /* Mostrar el modal*/
        .modal.show {
            display: flex;
        }
        /*Animación del modal al abrir */
        .modal.show .modal-content {
            transform: scale(1);
            opacity: 1;
        }
        /* Animación de cierre */
        .modal.hide .modal-content {
            transform: scale(0);
            opacity: 0;
        }
        /* Estilos para el botón de cerrar */
        .close {
            position: absolute;
            right: 20px;
            top: 10px;
            color: #aaa;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
        }
        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
        .contformularioContact {
            padding: 15px;
            max-width: 98%;
            width: 90vw;
            top: 5vh;
            margin-bottom: 10vh;
            transform: translateY(0);
            height: calc(80vh - 30px);
            max-height: calc(80vh - 30px);
            overflow-y: auto;
        }
        /* Ajuste del texto */
        .h2modContact {
            font-family: "Saira Semi Condensed", sans-serif;
            color: #d5bf94;
            margin-bottom: 20px;
            text-transform: uppercase;
            margin-top: 15px;
        }
        .form-group {
            margin-bottom: 8px;
        }
        .btnContact {
            font-size: 14px;
            padding: 10px;
            width: 100%;
        }
        .contact-info-title {
            font-size: 14px;
        }
        .contact-info {
            font-size: 12px;
        }
        /*tamaño reCAPTCHA */
        .form-group .g-recaptcha {
            transform: scale(0.75);
            transform-origin: 0 0;
        }
        .input-selectContact {
            font-size: 12px;
            padding: 8px;
        }
        /* Contenedor principal*/
        .scroll-container {
            scroll-snap-type: y mandatory;
            scroll-behavior: smooth;
        }
        /************************************* INICIO LAS SECCION********************************/
        section {
            scroll-snap-align: start;
            height: 100vh;
            position: relative;
            overflow: hidden;
        }
        /* Ajusta las sub-secciones*/
        .seccion, .seccion1, .seccion2, .seccion4{
            height: 100%;
        }
         /****************INICIO DE SECCIONES**************/
        /*SECTION 1**/
        .section1{
            width: 100%;
            height: 100vh;
            margin-left: 0px;
        }
        /*SECCION CON IMAGENES 1 - 2*/
        .seccion {
            height: 99vh;
            width: 100%;
            padding-top: 10px;    
            align-items: center;
            text-align: center;
        }
        .seccion img{
            width: 93%;
            height: 50%;
            border-radius: 20px;
        }
        .seccion img{
            width: 90%;
            height: 95%;
            border-radius: 20px;
        }
        .section video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .video {
            min-height: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .seccion2{
            height: 100vh;
            width: 100%;
            padding-top: 95px;    
            align-items: center;
            text-align: center;
        }
        .seccion3{
            height: 100vh;
            width: 100%;
            padding-top: 10px;    
            align-items: center;
            text-align: center;
        }
        .seccion3 img{
            width: 110%;
            height: 100%;
            margin-top: 0px;
            border-radius: 0px ;
        }
        .seccion2 img{
            width: 85%;
            height: 45%;
            margin-top: 5%;
        }
        div.img-ContainerE{
            margin-top: 51%;
        }
        .seccion1 {
            height: 100vh;
            width: 100%;
            padding-top: 0px;    
            align-items: center;
            text-align: center;
        }
        .seccion4{
            height: 100vh;
            width: 100%;
            padding-top: 95px;    
            align-items: center;
            text-align: center;
        }
        .seccion4 img{
            width: 85%;
            height: 45%;
            margin-top: 15%;
        }
        /********************TITULOS***************/
        .title-text{                 
            font-size: 30px;
            margin-top: 5px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal; 
            color: #66493f ;
        }
        .title-texT{
            font-size: 30px;
            margin-top: 620px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal; 
            color: #66493f ;
        }
        .title-text2{
            font-size: 30px;
            margin-top: -25px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal;
            color: #66493f ;
        }
        .title-text3{
            font-size: 13px;
            margin-top: 0px;
            font-weight: 400;
            text-align: justify;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            font-style: normal;
            color: #3d2922;
            margin-right: 36px;
            margin-left: 25px;
        }
        .title-text4{
            font-size: 30px;
            margin-top: -25px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal;
            color: #66493f ;
        }
        .Deptos-Text{                 
            font-size: 18px;
            margin-top: 1px;
            text-align: center;
            font-family: 'nocturne-serif', serif;
            font-style: normal; 
            color: #66493f ;
        }
        .titulo-efecto{
            color: #66493f; 
            font-size: 30px; 
            margin-top: -110px; 
            margin-left: -65px; 
            font-family: 'nocturne-serif', serif;
        }
        /*************************BOTON DE CONOCER MAS**************/
        .conoce-mas{
            position: absolute;
            left: 0;
            top: 75%;
            right: 0;
            bottom: 0;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .btndesk{
            display: block;
        }
        .buttons-wrapper{
            display: flex;
            flex-wrap: wrap;
        }
        .btn-style5{
            border-color: #f4f1eb;
            color: aqua;
            box-shadow: 0.3em 0.3em 0 antiquewhite;
        }
        /****************************BOTON NUEVO****************/
        .click-btn {
            display: flex;
            width: 145px;
            height: 40px;
            justify-content: center;
            align-items: center;
            margin: 0.5rem;
            line-height: 35px;
            border: 1px solid;
            border-radius: 5px;
            text-align: center;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.35s;
            box-sizing: border-box;
        }
        .buttons-wrapper {
            display: flex;
            flex-wrap: wrap;
        }
        .btn-style5 {
            border-color: #7c6f55;
            color: #3d2922;
            box-shadow: 0.3em 0.3em 0 #a0927f;
            background-color: #fdfcfb;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            font-weight: 450;
        }
        .btn-style5:hover {
            box-shadow: -0.3em -0.3em 0 #a0927f;
            background-color: #fdfcfb;
            border-color: #7c6f55;
            color: #3d2922;
        }
        h2.section{
            font-size: 15px;
            font-weight: 200;
            text-align: center;
            margin-top: 5px;
            font-family:'helvetica-neue-world', sans-serif; 
            font-style: normal;  
            color: #66493f ;
            /*PARA CENTRA EL TEXTO*/
            width: 100%;
            position: absolute;
            left: 58%;
            transform: translateX(-50%);
        }
        #seccion-actual{
            font-size: 14px;
            text-align: center;
        }
        /****************EFECTO DE LA IMAGEN Y EL TEXTO DENTRO DE LA MISMA SECCION****************/
        .scroll-SECTION {
            height: 65vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            padding: 0 10%;
             box-sizing: border-box;
        }
        .text-block {
            width: 95%;
            max-width: 350px;
            font-size: 10px;
            transform: translateX(100px);
            opacity: 0;
            transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
            will-change: transform, opacity;
        }    
        .text-block.active {
            opacity: 1;
            transform: translateX(0);
        }            
        .text-block h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            font-weight: 500;
        }            
        .text-block p {
            font-size: 13px;
            font-weight: 400;
            text-align: justify;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            font-style: normal;
            color: #3d2922;
            margin-right: 75px;
            line-height: 20px;
            margin-top: -270px;
            margin-right: 67px;  
            }
        /************************INCIO DE EFECTOS************************************/
        /***************SEGUNDO EFECTO DEL PARRAFO DEZLIZANTE*************/
        .titulo2 {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 95vh;
            background: #000;
            overflow: hidden;
        }
        .split-text-container {
            display: flex;
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            text-align: justify;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            color: #3d2922;
            overflow: hidden;
        }
        .text-part{
            display: inline-block;
            width: 800px;
            height: 685px;
            position: relative;
            transform: translateX(0);
            animation-duration: 10s;
            animation-timing-function: ease-out;
            animation-fill-mode: forwards;
        }
        .text-part.left {
            transform: translateX(-100%);
            animation-name: slide-in-left;
            text-align: justify;
            margin-left: 60px;
            margin-right: 70px;
            margin-top: 30px;
        }
        .text-part.right {
            transform: translateX(100%);
            animation-name: slide-in-right;
            margin-left: 0px;
            margin-right: 60px;
            margin-top: 300px;
        }
        @keyframes slide-in-left {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(0);
            }
        }
        @keyframes slide-in-right {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(0);
            }
        }
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        /*linea hr  DE LA SECCION DEPTOS*/
        .hr-line{
            height: 2px;
            width: 243px;
            background-color: #d5bf94;;
            color: #d5bf94;;
            margin-top: 10px;
            margin-left: 70px;
        }
        .hr-LINE{
            height: 2px;
            width: 243px;
            background-color: #d5bf94;;
            color: #d5bf94;;         
            margin-top: -12px;
            margin-left: 65px;
        }
    /*****************EFECTO CON LETRAS DE LA SECCION SUSTENTABILIDAD*******************************/
        .linea-animada {
            margin-left: 87px;
            padding: 0px;
            font-size: 13px;
            font-weight: 400;
            text-align: justify;
            font-family: system-ui, 'Helvetica Neue', sans-serif;
            color: #3d2922;
            margin-bottom: 5px;
            /* Clave para la animación: ocultar lo que se desborda */
            overflow: hidden; 
        }
        /*contiene el texto */
        .linea-animada span {
            display: block;
            opacity: 0;
            transform: translateY(100%);
            transition: transform 0.8s ease-out, opacity 0.8s ease-out;
            transition-delay: 0s; 
        }
        /*activa la animación */
        .linea-animada.visible span {
            opacity: 1;
            transform: translateY(0);
        }
        .linea-animada:nth-child(1) span {
            transition-delay: 0s;
        }
        .linea-animada:nth-child(2) span {
            transition-delay: 0.15s;
        }
        .linea-animada:nth-child(3) span {
            transition-delay: 0.3s;
        }
        .linea-animada:nth-child(4) span {
            transition-delay: 0.45s;
        }
        .linea-animada:nth-child(5) span {
            transition-delay: 0.6s;
        }
        .linea-animada:nth-child(6) span {
            transition-delay: 0.80s;
        }
    /*----------------------Animacion textos titulos--------------------------------------------*/
        .linea-animada-titulo {
            font-size: 25px;
            padding: 0px;
            margin-top: 10px;
            margin-left: 45px;
            font-weight: 400;
            text-align: justify;
            font-family: 'nocturne-serif', serif;
            color: #66493f;
            margin-bottom: -15px;
            overflow: hidden;
        }
        .linea-animada-titulo span {
            display: block;
            opacity: 0;
            transform: translateY(100%);
            transition: transform 0.8s ease-out, opacity 0.8s ease-out;
            transition-delay: 0s; 
        }
        .linea-animada-titulo.visible span {
            opacity: 1;
            transform: translateY(0);
        }
        .linea-animada-titulo:nth-child(1) span {
            transition-delay: 0s;
        }
        .linea-animada-titulo:nth-child(2) span {
            transition-delay: 0.15s;
        }
        .linea-animada-titulo:nth-child(3) span {
            transition-delay: 0.3s;
        }
        .linea-animada-titulo:nth-child(4) span {
            transition-delay: 0.45s;
        }
        .linea-animada-titulo:nth-child(5) span {
            transition-delay: 0.6s;
        }
        .linea-animada-titulo:nth-child(6) span {
            transition-delay: 0.80s;
        }
       /*EFECTO DE PULSO PARA LAS CELDAS DE LOS DEPTOS*/
        @keyframes pulsar-animacion {
            0% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(73, 53, 12, 0.7);
            }
            50% {
                transform: scale(1.1);
                box-shadow: 0 0 10px 15px rgba(250, 245, 166, 0);
            }
            100% {
                transform: scale(1);
            box-shadow: 0 0 0 0 rgba(250, 245, 166, 0);
            }
        }
        
        .animacion-pulso {
            animation: pulsar-animacion 0.8s ease-in-out infinite;
            transform-origin: center;
            z-index: 10;
        }
        .metros-text{
            font-family:'helvetica-neue-world', sans-serif; 
            font-style: normal; 
            font-weight: 500;
            font-size: 16px;
            text-align: center;
            height: 25px;
            line-height: 25px;
            margin: 0;
            margin-right: -10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /*************************FOOTER INDEX ************************/
        .footer-h{
            height: 15vh;
        }
        .footer-style{
            display:flex; 
            justify-content:center; 
            background-color: #000; 
            color: #FFF; 
            font-size: 11px; 
            gap:30px; 
            height: 100%; 
            padding: 10px;
        }  
        /*Elementos dentro del widget */
        .widgetBPTL>* {
            min-height: 95% !important;
            height: 700px !important;
        }
    }

     /******VERSION CELULARES PANTALLA(OPPO)****************/
    @media (min-width: 390px) and (max-width: 844px) {
        /*Seccion del scroll*/
        .scroll-container {
            height: 100vh;
            overflow-y: scroll;
            scroll-snap-type: y mandatory;
            position: relative;
            -webkit-overflow-scrolling: touch;
        }
        nav.barra{
            position: fixed;
            top: 20px;
            left: 30px;
            height: 55px;
            width: 70%;
            border-radius: 40px;
            padding: 10px;
            display: flex;
            transition: background-color 0.3s ease;
            justify-content: space-between;
            align-items: center;
        }
        .scroll-hint {
            bottom: 20px;
            padding: 10px 20px;
            font-size: 13px;
        }
        /*IMG del logo */
        img.logoD{
            height: 44px;
            width: 50px;
        }
        /************INICIO DEL NAV/Hamburguesa*******************/
        .hamburger {
            display: block;
        }
        .hamburger span {
            position: absolute;
            height: 3px;
            width: 50%;
            background-color: #b3a896;
            transition: all 0.3s ease;
            margin-left: 4px;
        }
        .hamburger span:nth-child(1) {
        top: 17px;
        }
        .hamburger span:nth-child(2) {
        top: 25px;
        }
        .hamburger span:nth-child(3) {
        top: 33px;
        }
        .hamburger.open span:nth-child(1) {
        top: 23px;
        transform: rotate(45deg);
        }
        .hamburger.open span:nth-child(2) {
        opacity: 0;
        }
        .hamburger.open span:nth-child(3) {
        top: 23px;
        transform: rotate(-45deg);
        }
        nav.barraEquis {
            position: fixed;
            top: 20px;
            left: auto; 
            right: 30px;
            width: 13%;
            height: 55px;
            border-radius: 35px;
            padding: 10px;
            display: flex;
            z-index: 100;
            transition: background-color 0.3s ease;
        }   
        nav ul {
            display: none;
            position: fixed; 
            top: 110px; 
            width: 100%;
            left: 50%;
            transform: translateX(-50%);  
            max-width: 285px;
            flex-direction: column;
            background: rgba(255, 255, 255, 0.50) !important;
            padding: 1.5rem 0;
            gap: 1.2rem;
            animation: fadeIn 0.3s;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        } 
        nav ul.open {
            display: flex;
            background-color: rgba(255, 255, 255, 0.90) !important;
        }
        nav ul.open li a {
            font-size: 15px;
            padding: 10px 20px; /* Más padding para mejor tactil */
            color: #66493f !important;
            text-align: center;
        }    
        /*LINEA DEL MENU*/
        .linea{
            background-color:  #b3a896;
            border: none;
            height: 3px;
            margin: 5px 20px;;
            width: calc(100%-40px);
        }
        #navLinks > hr:first-child{
            margin-bottom: 10px;
        }        
        #navLinks > hr:last-child{
            margin-bottom: 10px;
        }
        /************FIN DEL NAV/Hamburguesa*******************/
        /********************EFECTO DE LAS TARJETA INFO DE DEP***************/
        div .containerE {
            width: 100%;
            height: 100vh;
            position: relative;
            overflow: hidden;
        }
        div .image-containerE {
            width: 109%; 
            height: 170%; 
            margin-top: 5%; 
            margin-left:-5%
        }
        /*------------------------RECUADRO DE LOS DEPTOS-------------------*/
        .table-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 18%; 
            left: 70%;
            height: 55px; 
            width: 65px;
        }
        .table-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*------CLASES PARA UBICAR LAS TARJETAS DEL DEPTO------1ER LINEA PLANTA LUMINA--------------*/
         .Table-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 18%; 
            left:54%;
            height: 55px; 
            width: 50px;
        }
        .Table-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TAble-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 18%; 
            left: 39%;
            height: 55px; 
            width: 45px;
        }
        .TAble-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABle-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 18%; 
            left: 122px;
            height: 55px; 
            width: 45px;
        }
        .TABle-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLe-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 18%; 
            left: 43px;
            height: 55px; 
            width: 45px;
        }
        .TABLe-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*-------------------------SEGUNDA LINEA-----------------------*/
        .TABLE1-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 27%; 
            left: 10%;
            height: 55px; 
            width: 45px;
        }
        .TABLE1-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLE2-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 27%; 
            left: 25%;
            height: 55px; 
            width: 45px;
        }
        .TABLE2-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLE3-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 27%; 
            left: 175px;
            height: 55px; 
            width: 45px;
        }
        .TABLE3-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABLE4-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 26%; 
            left: 73%;
            height: 60px; 
            width: 55px;
        }
        .TABLE4-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /************************TERCER FILA********************************/
        .TABLE5-cell {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 37%; 
            left:52%;
            height: 45px; 
            width: 50px;
        }
        .TABLE5-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBLE6-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 35%; 
            left: 72%;
            height: 70px; 
            width: 55px;
        }
        .TaBLE6-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*-------------------------------CUARTA FILA---------------*/
        .TabLE7-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 44%; 
            left: 52%;
            height: 70px; 
            width: 50px;
        }
        .TabLE7-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TablE8-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 44%; 
            left: 72%;
            height: 70px; 
            width: 55px;
        }
        .TablE8-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
         /*-------------------------------QUINTA FILA---------------*/
        .Table9-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 53%; 
            left: 52%;
            height: 70px; 
            width: 50px;
        }
        .Table9-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .Table10-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 53%; 
            left: 72%;
            height: 70px; 
            width: 55px;
        }
        .Table10-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*----------------------------SEXTA FILA---------------------*/
        .table11-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 63%; 
            left: 52%;
            height: 45px; 
            width: 50px;
        }
        .table11-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .table12-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 63%; 
            left: 72%;
            height: 50px; 
            width: 50px;
        }
        .table12-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*------------------------Séptima fila ---------------------*/
        .TAble13-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 70%; 
            left: 52%;
            height: 50px; 
            width: 50px;
        }
        .TAble13-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABle14-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 70%; 
            left: 72%;
            height: 50px; 
            width: 45px;
        }
        .TABle14-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*------CLASES PARA UBICAR LAS TARJETAS DEL DEPTO------1ER LINEA PLANTA TEMINA --------------*/
        /*****************PRIMER FILA****************/
         .TABlE18-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 22%; 
            left: 75%;
            height: 55px; 
            width: 80px;
        }
        .TABlE18-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABlE17-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 22%; 
            left: 60%;
            height: 55px; 
            width: 45px;
        }
        .TABlE17-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TABlE16-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 22%; 
            left: 45%;
            height: 55px; 
            width: 45px;
        }
        .TABlE16-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBle15-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
           color: transparent;
            background-color: transparent;
            top: 22%; 
            left: 32%;
            height: 55px; 
            width: 45px;
        }
        .TaBle15-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBlE14-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 22%; 
            left: 20%;
            height: 55px; 
            width: 45px;
        }
        .TaBlE14-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBlE13-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 22%; 
            left: 27px;
            height: 55px; 
            width: 50px;
        }
        .TaBlE13-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*****************SEGUNDA FILA****************/
        .TaBlE19-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 30%; 
            left: 30px;
            height: 55px; 
            width: 45px;
        }
        .TaBlE19-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tAble20-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 30%; 
            left: 20%;
            height: 55px; 
            width: 45px;
        }
        .tAble20-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tAbLe21-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 30%; 
            left: 33%;
            height: 55px; 
            width: 45px;
        }
        .tAbLe21-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tAbLe22-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 30%; 
            left: 75%;
            height: 60px; 
            width: 70px;
        }
        .tAbLe22-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*-------------------------TERCER FILA-----------------*/
        .tAbLe23-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 38%; 
            left: 44%;
            height: 37px; 
            width: 50px;
        }
        .tAbLe23-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tABle24-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 42.5%; 
            left: 44%;
            height: 32px; 
            width: 50px;
        }
        .tABle24-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tABLe25-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 38%; 
            left: 62%;
            height: 75px; 
            width: 55px;
        }
        .tABLe25-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*CUARTA FILA*/
        .tABLe26-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 48%; 
            left: 44%;
            height: 75px; 
            width: 50px;
        }
        .tABLe26-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .tABLe27-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 49%; 
            left: 62%;
            height: 75px; 
            width: 55px;
        }
        .tABLe27-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*QUINTA FILA*/
        .tABLe28-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 58%; 
            left: 44%;
            height: 70px; 
            width: 50px;
        }
        .tABLe28-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .TaBLe29-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 58%; 
            left: 62%;
            height: 70px; 
            width: 55px;
        }
        .TaBLe29-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /*SEXTA FILA*/
        .TAbLe30-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 66%; 
            left: 44%;
            height: 45px; 
            width: 50px;
        }
        .TAbLe30-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .taBlE31-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 72%; 
            left: 44%;
            height: 50px; 
            width: 55px;
        }
        .taBlE31-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        .table32-cell{
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            color: transparent;
            background-color: transparent;
            top: 67%; 
            left: 62%;
            height: 105px; 
            width: 55px;
        }
        .table32-cell.selected {
            background-color: transparent;
            color: transparent;
            transform: scale(1.1);
            z-index: 1000;
        }
        /* Estilo para la tarjeta que aparece */
        .card-popup {
            position: fixed;
            /*MODIFICACION*/
            z-index: 1000;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            opacity: 0;
            transition: all 0.3s ease;
            width: 85%;
            height: 85%;
        }
        .card-popup.active {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }
        .card-popup img {
            width: 100%;
            height: auto;
            margin: 15px 0 15px 0;
            border-radius: 5px;
        }
        .card-popup h3 {
            margin-top: 0;
            color: #66493f;
        }
        .card-popup p {
            margin-bottom: 0;
            line-height: 1.5;
        }
        .overlay {
            position: fixed;
            /*MODIFICACION*/
            z-index: 1000;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        .overlay.active {
            opacity: 1;
            pointer-events: all;
        }
        .close-btn {
            position: absolute;
            top: 0px;
            right: 0px;
            cursor: pointer;
            font-size: 35px;
            font-weight: bold;
            background: none;
            border: none;
            color: #aaa;
        }

         /* Estilo para la tarjeta que aparece */
        .card-popup-mobile {
            position: fixed;
            /*MODIFICACION*/
            z-index: 1000;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(240, 232, 3, 0.3);
            opacity: 0;
            transition: all 0.3s ease;
            width: 85%;
            height: 85%;
        }
        .card-popup-mobile.active {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }
        .card-popup img {
            width: 100%;
            height: auto;
            margin: 15px 0 15px 0;
            border-radius: 5px;
        }
        .card-popup-mobile h3 {
            margin-top: 0;
            color: #66493f;
        }
        .card-popup p {
            margin-bottom: 0;
            line-height: 1.5;
        }
        .overlay-mobile {
            display: block;
            position: fixed;
            /*MODIFICACION*/
            z-index: 1000;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(201, 227, 7, 0.5);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        .overlay-mobile.active {
            opacity: 1;
            pointer-events: all;
        }
        .close-btn-mobile {
            position: absolute;
            top: 0px;
            right: 0px;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            background: none;
            border: none;
            color: #aaa;
        }
        /*************ICONOS DE CONTACTO********/
        .info {
            position: fixed;
            top: 65%;
            right: 7%;
            display: flex;
            flex-direction: column;
            gap: 25px;
            z-index: 5;
        }
        .info img {
            width: 50px;
            height: 50px;
            right: 3%;
            margin-top: 0;
        }
        .info svg {
            margin-top: 16px;
            color: white;
        }
        /*********************Seccion formulario******************/
        .Text-h2 {
            font-size: 12px;
            font-family: "Saira Semi Condensed", sans-serif;
            color: #d5bf94;
            margin-bottom: 2px;
            text-transform: uppercase;
            margin-top: 13px;
            text-align: center;
            padding: 2px;
        }
        .btn-verif{
            /*width: 135%;*/
            margin-left: -50px;
            width: 100%;
            display: flex;
            justify-content: center;
            margin: 20px 0;
        }
        .contformularioContacT{
            display: flex;
            justify-items: center;
            align-items: center;
            flex-direction: column;
            width: 100%;
            padding: 30px;
        }
        .modal-Content{
            transform: scale(1);
            opacity: 1;
            width: 95%;
        }

        .verif{          
            margin-left: 35%;
            margin-bottom: -25px;
        
        }
        .form-sect{
            margin-left:5%; 
            margin-right:5%;
            margin-top: 25%;
        }
        .cont-sect{
            margin-top: 20%; 
            margin-left:5%; 
            margin-right:5%;
        }
        .cont-from{
            top:1vh; 
            height: 95vh;
            width: 50vh;
        }
        .Econtainer{
            height: 62%;
            width: 90%;
            margin-left: 5%;
            background-color:white ;
            border-radius: 30px;
        }
        .form-heig{
            margin-top: 10px;
        }
        .cont-froM{
            height: 90vh;
            width: 45vh;
        }
        .he-map{
            font-family: "Saira Semi Condensed", sans-serif;
            font-size: 16px;
            color: #d5bf94;
            margin-bottom: 20px;
            text-transform: uppercase;
            margin-top: 40px;
            text-align: center;
        }
        .mapa-container{
            border: 3px solid #d5bf94;
            border-radius: 5px;
            width: 100%;
        }
         .he-map{
            font-family: "Saira Semi Condensed", sans-serif;
            font-size: 16px;
            color: #d5bf94;
            margin-bottom: 20px;
            text-transform: uppercase;
            margin-top: 25px;
            text-align: center;
        }
        .mapa-container{
            border: 3px solid #d5bf94;
            border-radius: 5px;
            width: 95%;
            margin-bottom: 45px;
        }
        .contact-info-titlE{
            font-size: 16px;
            text-align: center;
            margin-bottom: 15px;
            font-weight: bolder;
        }
        .contact-infO{
            font-size: 14px;
            text-align: center;
            margin-bottom: 15px;
        }
        /*************************FOOTER INDEX ************************/
        .footer-h{
            height: 15vh;
        }
        .footer-style{
            display:flex; 
            justify-content:center; 
            background-color: #000; 
            color: #FFF; 
            font-size: 12px; 
            gap:77px; 
            height: 110%; 
            padding: 11px;
        }
        /***************FORMULARIO DEL ARROBA**********/
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }
        .modal-content {
            padding: 10px;
            max-height: 100vh;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        /* Estilos para el contenido del modal con animación*/
        .modal-content {
            background-color: #fff;
            padding: 20px;
            border: 1px solid #888;
            width: 90%;
            max-width: 800px;
            max-height: 80vh;
            border-radius: 10px;
            overflow-y: auto;
            box-sizing: border-box;
            position: relative;
            transform: scale(0);
            opacity: 0;
            transition: transform 1s ease, opacity 1s ease;
        }
        /* Mostrar el modal con animación */
        .modal.show {
            display: flex;
        }
        /* Animación del modal al abrir */
        .modal.show .modal-content {
            transform: scale(1);
            opacity: 1;
        }
        /* Animación de cierre */
        .modal.hide .modal-content {
            transform: scale(0);
            opacity: 0;
        }
        /* Estilos para el botón de cerrar */
        .close {
            position: absolute;
            right: 20px;
            top: 10px;
            color: #aaa;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
        }
        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
        .contformularioContact {
            padding: 15px;
            max-width: 98%;
            width: 90vw;
            top: 5vh;
            margin-bottom: 10vh;
            transform: translateY(0);
            height: calc(80vh - 30px);
            max-height: calc(80vh - 30px);
            overflow-y: auto;
        }
        /**** Ajuste del texto*****/
        .h2modContact {
            font-family: "Saira Semi Condensed", sans-serif;
            color: #d5bf94;
            margin-bottom: 20px;
            text-transform: uppercase;
            margin-top: 15px;
        }
        .form-group {
            margin-bottom: 8px;
        }
        .btnContact {
            font-size: 14px;
            padding: 10px;
            width: 100%;
        }
        .contact-info-title {
            font-size: 14px;
        }
        .contact-info {
            font-size: 12px;
        }
        /*********************tamaño reCAPTCHA***************/
        .form-group .g-recaptcha {
            transform: scale(0.75);
            transform-origin: 0 0;
        }
        .input-selectContact {
            font-size: 12px;
            padding: 8px;
        }
        /*Contenedor principal*/
        .scroll-container {
            scroll-snap-type: y mandatory;
            scroll-behavior: smooth;
        }
        /********************TODAS LAS SECCIONES DESDE AQUI*****************/
        section {
            scroll-snap-align: start;
            height: 100vh;
            position: relative;
            overflow: hidden;
        }
        /*Ajusta las sub-secciones*/
        .seccion, .seccion1, .seccion2, .seccion4{
            height: 100%;
        }
        /*SECTION 1**/
        .section1{
            width: 100%;
            height: 100vh;
            margin-left: 0px;
        }
        /*SECCION CON IMAGENES 1 - 2*/
        .seccion {
            height: 100vh;
            width: 100%;
            padding-top: 10px;    
            align-items: center;
            text-align: center;
        }
        .seccion img{
            width: 93%;
            height: 50%;
            border-radius: 20px;
        }
        .seccion img{
            width: 90%;
            height: 69.5%;
            border-radius: 20px;
        }
        .section video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .video {
            min-height: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .seccion2{
            height: 100vh;
            width: 100%;
            padding-top: 85px;    
            align-items: center;
            text-align: center;
        }
        .seccion3{
            height: 110vh;
            width: 100%;
            padding-top: 15px;    
            align-items: center;
            text-align: center;
        }
        .seccion3 img{
            width: 110%;
            height: 90%;
            margin-top: -60px;
            border-radius: 0px ;
        }
        .seccion2 img{
            width: 90%;
            height: 45%;
            margin-top: 5%;
            
        }
        .seccion1 {
            height: 100vh;
            width: 100%;
            padding-top: 0px;    
            align-items: center;
            text-align: center;
        }
        .seccion4{
            height: 100vh;
            width: 100%;
            padding-top: 95px;    
            align-items: center;
            text-align: center;
        }
        .seccion4 img{
            width: 85%;
            height: 45%;
            margin-top: 15%;
        }
        /********************TODAS LAS SECCIONES DESDE AQUI*****************/
        /***************************BOTON DE CONOCER MAS**************/
        .conoce-mas{
            position: absolute;
            left: 0;
            top: 75%;
            right: 0;
            bottom: 0;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .btndesk{
            display: block;
        }
        .buttons-wrapper{
            display: flex;
            flex-wrap: wrap;
        }
        .btn-style5{
            border-color: #f4f1eb;
            color: aqua;
            box-shadow: 0.3em 0.3em 0 antiquewhite;
        }
        /*********************BOTON NUEVO*********************/
        .click-btn {
            display: flex;
            width: 145px;
            height: 40px;
            justify-content: center;
            align-items: center;
            margin: 0.5rem;
            line-height: 35px;
            border: 1px solid;
            border-radius: 5px;
            text-align: center;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.35s;
            box-sizing: border-box;
        }
        .buttons-wrapper {
            display: flex;
            flex-wrap: wrap;
        }
        .btn-style5 {
            border-color: #7c6f55;
            color: #3d2922;
            box-shadow: 0.3em 0.3em 0 #a0927f;
            background-color: #fdfcfb;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            font-weight: 450;
        }
        .btn-style5:hover {
            box-shadow: -0.3em -0.3em 0 #a0927f;
            background-color: #fdfcfb;
            border-color: #7c6f55;
            color: #3d2922;
        }
        /**********------------TITULOS----------****************/
        .title-text{                 
            font-size: 30px;
            margin-top: 10px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal; 
            color: #66493f;
            margin-left: 5px;
        }
        .title-texT{
            font-size: 30px;
            margin-top: 620px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal; 
            color: #66493f ;
        }
        .title-text2{
            font-size: 30px;
            margin-top: -25px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal;
            color: #66493f;
            margin-left: 5px;
        }
        .title-text3{
            font-size: 13px;
            margin-top: 0px;
            font-weight: 400;
            text-align: justify;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            font-style: normal;
            color: #3d2922;
            margin-right: 36px;
            margin-left: 20px;
            margin-bottom: 5px;
        }
        .title-text4{
            font-size: 30px;
            margin-top: -25px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal;
            color: #66493f ;
            margin-left: 5px;
        }
        .Deptos-Text{                 
            font-size: 18px;
            margin-top: 0%;
            text-align: center;
            font-family: 'nocturne-serif', serif;
            font-style: normal; 
            color: #66493f ;
        }
        .titulo-efecto{
            color: #66493f; 
            font-size: 30px; 
            margin-top: -185px; 
            margin-left: -120px; 
            font-family: 'nocturne-serif', serif;
        }
        .Titulo-efecto{
            color: #66493f; 
            font-size: 30px; 
            margin-top: -25px; 
            margin-left: -89px; 
            font-family: 'nocturne-serif', serif;
        }
        h2.section{
            font-size: 15px;
            font-weight: 200;
            text-align: center;
            margin-top: 5px;
            font-family:'helvetica-neue-world', sans-serif; 
            font-style: normal;  
            color: #66493f ;
            /*PARA CENTRA EL TEXTO*/
            width: 100%;
            position: absolute;
            left: 58%;
            transform: translateX(-50%);
        }
        #seccion-actual{
            font-size: 14px;
            text-align: center;
        }  
        /************************---------------EFECTOS-----************************************/
        /*******************SEGUNDO EFECTO PARRAFO DESLIZANDO*************************/
        .titulo2 {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 95vh;
            background: #000;
            overflow: hidden;
        }
        .split-text-container {
            display: flex;
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            text-align: justify;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            color: #3d2922;
            overflow: hidden;
        }
        .text-part{
            display: inline-block;
            width: 800px;
            height: 685px;
            position: relative;
            transform: translateX(0);
            animation-duration: 10s;
            animation-timing-function: ease-out;
            animation-fill-mode: forwards;
        }
        .text-part.left {
            transform: translateX(-100%);
            animation-name: slide-in-left;
            text-align: justify;
            margin-left: 60px;
            margin-right: 70px;
            margin-top: 30px;
        }
        .text-part.right {
            transform: translateX(100%);
            animation-name: slide-in-right;
            margin-left: 0px;
            margin-right: 60px;
            margin-top: 300px;
        }
        @keyframes slide-in-left {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(0);
            }
        }
        @keyframes slide-in-right {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(0);
            }
        }     
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        /*linea hr DE DEPTOS TITULOS*/
        .hr-line{
            height: 2px;
            width: 250px;
            background-color: #d5bf94;
            color: #d5bf94;
            margin-top: 10px;
            margin-left: 55px;
        }
        .hr-LINE{
            height: 2px;
            width: 250px;
            background-color: #d5bf94;
            color: #d5bf94;    
            margin-top: -12px;
            margin-left: 60px;
        }
        /*****************EFECTO CON LETRAS DE LA SECCION SUSTENTABIOLIDAD*******************************/
        .linea-animada {
            margin-left: 93px;
            padding: 0px;
            font-size: 15px;
            font-weight: 400;
            text-align: justify;
            font-family: system-ui, 'Helvetica Neue', sans-serif;
            color: #3d2922;
            margin-bottom: 5px;
            overflow: hidden; 
            text-align: justify;
        }
        /*contiene el texto */
        .linea-animada span {
            display: block; 
            opacity: 0;
            transform: translateY(100%); 
            transition: transform 0.8s ease-out, opacity 0.8s ease-out;
            transition-delay: 0s; 
        }
        /*activa la animación */
        .linea-animada.visible span {
            opacity: 1;
            transform: translateY(0); 
        }
        /* Primera línea*/
        .linea-animada:nth-child(1) span {
            transition-delay: 0s;
        }
        /* Segunda línea*/
        .linea-animada:nth-child(2) span {
            transition-delay: 0.15s;
        }
        /* Tercera línea*/
        .linea-animada:nth-child(3) span {
            transition-delay: 0.3s;
        }
        /* Cuarta línea*/
        .linea-animada:nth-child(4) span {
            transition-delay: 0.45s;
        }    
        /* Quinto línea*/
        .linea-animada:nth-child(5) span {
            transition-delay: 0.6s;
        }
        /* Sexto línea*/
        .linea-animada:nth-child(6) span {
            transition-delay: 0.80s;
        }
        /* Septimo línea*/
        .linea-animada:nth-child(7) span {
            transition-delay: 0.9s;
        }
    /*----------------------Animacion textos titulos--------------------------------------------*/
        .linea-animada-titulo {
            font-size: 32px;
            padding: 0px;
            margin-top: 10px;
            margin-left: 45px;
            font-weight: 400;
            text-align: justify;
            font-family: 'nocturne-serif', serif;
            color: #66493f;
            margin-bottom: -15px;
            overflow: hidden;
        }
        .linea-animada-titulo span {
            display: block;
            opacity: 0;
            transform: translateY(100%);
            transition: transform 0.8s ease-out, opacity 0.8s ease-out;
            transition-delay: 0s; 
        }
        .linea-animada-titulo.visible span {
            opacity: 1;
            transform: translateY(0);
        }
        .linea-animada-titulo:nth-child(1) span {
            transition-delay: 0s;
        }
        .linea-animada-titulo:nth-child(2) span {
            transition-delay: 0.15s;
        }
        .linea-animada-titulo:nth-child(3) span {
            transition-delay: 0.3s;
        }
        .linea-animada-titulo:nth-child(4) span {
            transition-delay: 0.45s;
        }
        .linea-animada-titulo:nth-child(5) span {
            transition-delay: 0.6s;
        }
        .linea-animada-titulo:nth-child(6) span {
            transition-delay: 0.80s;
        }   
    /*EFECTO DE PULSO PARA LAS CELDAS DE LOS DEPTOS*/
        @keyframes pulsar-animacion {
            0% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(73, 53, 12, 0.7);
            }
            50% {
                transform: scale(1.1);
                box-shadow: 0 0 10px 15px rgba(250, 245, 166, 0);
            }
            100% {
                transform: scale(1);
            box-shadow: 0 0 0 0 rgba(250, 245, 166, 0);
            }
        }
        .animacion-pulso {
            animation: pulsar-animacion 2s ease-in-out infinite;
            transform-origin: center;
            z-index: 10;            
        }
        .metros-text{
            font-family:'helvetica-neue-world', sans-serif; 
            font-style: normal; 
            font-weight: 500;
            font-size: 21px;
            text-align: center;
            height: 25px;
            line-height: 25px;
            margin: 0;
            margin-right: -10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /*Elementos dentro del widget */
        .widgetBPTL>* {
            min-height: 95% !important;
            height: 700px !important;
        }
    }

/************************VERSION MOVIL GAMA MEDIA MIO REDMI12************************/
    @media (min-width:450px) and (max-width: 900px){
    /*Seccion del scroll*/
    .scroll-container {
        height: 100vh;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
        position: relative;
        -webkit-overflow-scrolling: touch;
    }
    nav.barra{
        position: fixed;
        top: 20px;
        left: 30px;
        height: 55px;
        width: 71%;
        border-radius: 40px;
        padding: 10px;
        display: flex;
        transition: background-color 0.3s ease;
        justify-content: space-between;
        align-items: center;
    }
    .scroll-hint {
        bottom: 20px;
        padding: 10px 20px;
        font-size: 13px;
    }
    /*IMG del logo */
    img.logoD{
        height: 44px;
        width: 50px;
    }            
    .progress-dots {
        bottom: 60px;
    }                
    .horizontal-panel {
        padding: 20px;
    }        
    /*****************INICIO DEL NAV/Hamburguesa*********************/
    .hamburger {
        display: block;
    }
    .hamburger span {
        position: absolute;
        height: 3px;
        width: 55%;
        background-color: #b3a896;
        transition: all 0.3s ease;
        margin-left: 4px;
    }
    .hamburger span:nth-child(1) {
        top: 17px;
    }
    .hamburger span:nth-child(2) {
        top: 25px;
    }
    .hamburger span:nth-child(3) {
        top: 33px;
    }
    .hamburger.open span:nth-child(1) {
        top: 25px;
        transform: rotate(45deg);
    }
    .hamburger.open span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.open span:nth-child(3) {
        top: 25px;
        transform: rotate(-45deg);
    }
    nav.barraEquis {
        position: fixed;
        top: 20px;
        left: auto; 
        right: 30px;
        width: 12.5%;
        height: 55px;
        border-radius: 35px;
        padding: 10px;
        display: flex;
        z-index: 100;
        transition: background-color 0.3s ease;
    }   
    nav ul {
        display: none;
        position: fixed; 
        top: 110px; 
        width: 100%;
        left: 50%;
        transform: translateX(-50%);  
        max-width: 285px;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.50) !important;
        padding: 1.5rem 0;
        gap: 1.2rem;
        animation: fadeIn 0.3s;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    nav ul.open {
        display: flex;
        background-color: rgba(255, 255, 255, 0.960) !important;
    }
    nav ul.open li a {
        font-size: 15px;
        padding: 10px 20px; /* Más padding para mejor tactil */
        color: #66493f !important;
        text-align: center;
    }
    /*LINEA DEL MENU*/
    .linea{
        background-color:  #b3a896;
        border: none;
        height: 3px;
        margin: 5px 20px;;
        width: calc(100%-40px);
    }
    #navLinks > hr:first-child{
        margin-bottom: 10px;
    }    
    #navLinks > hr:last-child{
        margin-bottom: 10px;
    }
    
        /* Estilo para la tarjeta que aparece */
        .card-popup-mobile {
            position: fixed;
            /*MODIFICACION*/
            z-index: 1000;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(240, 3, 3, 0.3);
            opacity: 0;
            transition: all 0.3s ease;
            width: 85%;
            height: 85%;
        }
        .card-popup-mobile.active {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
        }
        .card-popup img {
            width: 100%;
            height: auto;
            margin: 0px 0 0px 0;
            border-radius: 5px;
        }
        .card-popup-mobile h3 {
            margin-left: 25%;
            color: #66493f;
           
        }
        .card-popup p {
            margin-bottom: 0;
            line-height: 1.5;
        }
        .overlay-mobile {
            display: block;
            position: fixed;
            /*MODIFICACION*/
            z-index: 1000;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(227, 7, 7, 0.5);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        .overlay-mobile.active {
            opacity: 1;
            pointer-events: all;
        }
        .close-btn {
            position: absolute;
            top: 0px;
            right: 0px;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            background: none;
            border: none;
            color: #aaa;
        }
        
        /**********************ICONOS DE CONTACTO*****************/
        .info {
            position: fixed;
            top: 70%;
            right: 6.5%;
            display: flex;
            flex-direction: column;
            gap: 25px;
            z-index: 5;
        }
        .info img {
            width: 50px;
            height: 50px;
            right: 3%;
            margin-top: 0;
        }
        .info svg {
            margin-top: 16px;
            color: white;
        }
        /*********************Seccion formulario******************/
        .verif{
            margin-left: 18%;
            margin-bottom: -25px;
        }
        .form-sect{
            margin-top: 27%; 
            margin-left:5%; 
            margin-right:5%;
        }
        .cont-sect{
            margin-top: 25%; 
            margin-left:5%; 
            margin-right:5%;
        }
        .Text-h2 {
            font-size: 12px;
            font-family: "Saira Semi Condensed", sans-serif;
            color: #d5bf94;
            margin-bottom: 2px;
            text-transform: uppercase;
            margin-top: 13px;
            text-align: center;
            padding: 2px;
        }

        /*********************FORMULARIO DEL ARROBA******************/
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }
        .modal-content {
            padding: 10px;
            height: 95%;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        /* Estilos para el contenido del modal con animación*/
        .modal-content {
            background-color: #fff;
            padding: 20px;
            border: 1px solid #888;
            width: 90%;
            max-width: 800px;
            max-height: 80vh;
            border-radius: 10px;
            overflow-y: auto;
            box-sizing: border-box;
            position: relative;
            transform: scale(0);
            opacity: 0;
            transition: transform 1s ease, opacity 1s ease;
        }
        /* Mostrar el modal y su contenido con animación */
        .modal.show {
            display: flex;
        }
        /* Animación de "genio" para el modal al abrir */
        .modal.show .modal-content {
            transform: scale(1);
            opacity: 1;
        }
        /* Animación de cierre */
        .modal.hide .modal-content {
            transform: scale(0);
            opacity: 0;
        }
        /* Estilos para el botón de cerrar */
        .close {
            position: absolute;
            right: 20px;
            top: 10px;
            color: #aaa;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
        }
        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
        .contformularioContact {
            padding: 15px;
            max-width: 98%;
            width: 90vw;
            top: 5vh;
            margin-bottom: 10vh;
            transform: translateY(0);
            height: calc(80vh - 30px);
            max-height: calc(80vh - 30px);
            overflow-y: auto;
        }
        /* Ajuste del texto */
        .h2modContact {
            font-family: "Saira Semi Condensed", sans-serif;
            color: #d5bf94;
            margin-bottom: 20px;
            text-transform: uppercase;
            margin-top: 15px;
        }
        .form-group {
            margin-bottom: 8px;
        }
        .btnContact {
            font-size: 14px;
            padding: 10px;
            width: 100%;
        }
        .contact-info-title {
            font-size: 14px;
        }
        .contact-info {
            font-size: 12px;
        }
        /*tamaño reCAPTCHA */
        .form-group .g-recaptcha {
            transform: scale(0.75);
            transform-origin: 0 0;
        }
        .input-selectContact {
            font-size: 12px;
            padding: 8px;
        }
        /* Contenedor principal*/
        .scroll-container {
            scroll-snap-type: y mandatory;
            scroll-behavior: smooth;
        }
        /*Todas las secciones*/
        section {
            scroll-snap-align: start;
            height: 100vh;
            position: relative;
            overflow: hidden;
        }
        /* Ajusta las sub-secciones*/
        .seccion, .seccion1, .seccion2, .seccion4{
            height: 100%;
        }
        /*BOTON DE CONOCER MAS */
        .conoce-mas{
            position: absolute;
            left: 0;
            top: 80%;
            right: 0;
            bottom: 0;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .btndesk{
            display: block;
        }
        .buttons-wrapper{
            display: flex;
            flex-wrap: wrap;
        }
        .btn-style5{
            border-color: #f4f1eb;
            color: aqua;
            box-shadow: 0.3em 0.3em 0 antiquewhite;
        }
        /**************BOTON NUEVO ***********/
        .click-btn {
            display: flex;
            width: 145px;
            height: 40px;
            justify-content: center;
            align-items: center;
            margin: 0.5rem;
            line-height: 35px;
            border: 1px solid;
            border-radius: 5px;
            text-align: center;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.35s;
            box-sizing: border-box;
        }
        .buttons-wrapper {
            display: flex;
            flex-wrap: wrap;
        }
        .btn-style5 {
            border-color: #7c6f55;
            color: #3d2922;
            box-shadow: 0.3em 0.3em 0 #a0927f;
            background-color: #fdfcfb;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            font-weight: 450;
        }
        .btn-style5:hover {
            box-shadow: -0.3em -0.3em 0 #a0927f;
            background-color: #fdfcfb;
            border-color: #7c6f55;
            color: #3d2922;
        }
        /****************INICIO DE SECCIONES**************/
        /*SECTION 1**/
        .section1{
            width: 100%;
            height: 100vh;
            margin-left: 0px;
        }
        /*SECCION CON IMAGENES 1 - 2*/
        .seccion {
            height: 100vh;
            width: 100%;
            padding-top: 10px;    
            align-items: center;
            text-align: center;
        }
        .seccion img{
            width: 93%;
            height: 50%;
            border-radius: 20px;
        }
        .seccion img{
            width: 90%;
            height: 65%;
            border-radius: 20px;
        }
        .section video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .video {
            min-height: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .seccion2{
            height: 100vh;
            width: 100%;
            padding-top: 40px;    
            align-items: center;
            text-align: center;
        }
        .seccion3{
            height: 100vh;
            width: 100%;
            padding-top: 65px;
            align-items: center;
            text-align: center;
        }
        .seccion3 img{
            width: 110%;
            height: 80%;
            margin-top: -5%;
            border-radius: 0px ;
        }
        .seccion2 img{
            width: 90%;
            height: 46%;
            margin-top: 9%;
            
        }
        .seccion1 {
            height: 100vh;
            width: 100%;
            padding-top: 0px;    
            align-items: center;
            text-align: center;
        }
        .seccion4{
            height: 100vh;
            width: 100%;
            padding-top: 95px;    
            align-items: center;
            text-align: center;
        }
        .seccion4 img{
            width: 85%;
            height: 45%;
            margin-top: 15%;
        }
        /**********TITULOS******/
        .title-text{                 
            font-size: 30px;
            margin-top: 10px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal; 
            color: #66493f ;
            margin-left: 15px;
        }
        .title-texT{
            font-size: 30px;
            margin-top: 620px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal; 
            color: #66493f ;
        }
        .title-text2{
            font-size: 30px;
            margin-top: -25px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal;
            color: #66493f ;
            margin-left: 15px;
        }
        .title-text3{
            font-size: 13px;
            margin-top: 0px;
            font-weight: 400;
            text-align: justify;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            font-style: normal;
            color: #3d2922;
            margin-right: 40px;
            margin-left: 35px;
        }
        .title-text4{
            font-size: 30px;
            margin-top: -25px;
            text-align: left;
            font-family: 'nocturne-serif', serif;
            font-style: normal;
            color: #66493f ;
            margin-left: 15px;
        }
        .Deptos-Text{                 
            font-size: 18px;
            margin-top: 1px;
            text-align: center;
            font-family: 'nocturne-serif', serif;
            font-style: normal; 
            color: #66493f ;
        }
        .titulo-efecto{
            color: #66493f; 
            font-size: 30px; 
            margin-top: -270px; 
            margin-left: -120px; 
            font-family: 'nocturne-serif', serif;
        }
        .Titulo-efecto{
            color: #66493f; 
            font-size: 30px; 
            margin-top: -25px; 
            margin-left: -89px; 
            font-family: 'nocturne-serif', serif;
        }
        h2.section{
            font-size: 15px;
            font-weight: 200;
            text-align: center;
            margin-top: 5px;
            font-family:'helvetica-neue-world', sans-serif; 
            font-style: normal;  
            color: #66493f ;
            /*PARA CENTRA EL TEXTO*/
            width: 100%;
            position: absolute;
            left: 58%;
            transform: translateX(-50%);
        }
        #seccion-actual{
            font-size: 14px;
            text-align: center;
        }
        /****************EFECTO DE LA IMAGEN Y EL TEXTO DENTRO DE LA MISMA SECCION****************/
        .scroll-SECTION {
            height: 65vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            padding: 0 10%;
            box-sizing: border-box;
        }    
        .text-block {
            width: 95%;
            max-width: 350px;
            font-size: 10px;
            transform: translateX(100px);
            opacity: 0;
            transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
            will-change: transform, opacity;
        }            
        .text-block.active {
            opacity: 1;
            transform: translateX(0);
        }            
        .text-block h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            font-weight: 500;
        }            
        .text-block p {
            font-size: 13px;
            font-weight: 400;
            text-align: justify;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            font-style: normal;
            color: #3d2922;
            margin-right: 75px;
            line-height: 20px;
            margin-top: -270px;
            margin-right: 67px;  
        }
        /************************INICIO DE LOS EFECTOS************************************/
        /***************segundo EFECTOdel texto delizando*************/
        .titulo2 {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 95vh;
            background: #000;
            overflow: hidden;
        }
        .split-text-container {
            display: flex;
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            text-align: justify;
            font-family: system-ui,'Helvetica Neue', sans-serif;
            color: #3d2922;
            overflow: hidden;
        }
        .text-part{
            display: inline-block;
            width: 800px;
            height: 685px;
            position: relative;
            transform: translateX(0);
            animation-duration: 10s;
            animation-timing-function: ease-out;
            animation-fill-mode: forwards;
        }
        .text-part.left {
            transform: translateX(-100%);
            animation-name: slide-in-left;
            text-align: justify;
            margin-left: 60px;
            margin-right: 70px;
            margin-top: 30px;
        }
        .text-part.right {
            transform: translateX(100%);
            animation-name: slide-in-right;
            margin-left: 0px;
            margin-right: 60px;
            margin-top: 300px;
        }
        @keyframes slide-in-left {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(0);
            }
        }
        @keyframes slide-in-right {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(0);
            }
        }
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }   
        /*linea hr DE DEPTOS TITULOS */
        .hr-line{
            height: 2px;
            width: 260px;
            background-color:#d5bf94;
            color: #d5bf94;
            margin-top: 12px;
            margin-left: 100px;
        }
        .hr-LINE{
            height: 2px;
            width: 260px;
            background-color: #d5bf94;
            color: #d5bf94;
            margin-top: -12px;
            margin-left: 95px;
        }
        /*****************EFECTO DE LOS PARRAFOS *******************************/
        .linea-animada {
            margin-left: 105px;
            padding: 0px;
            font-size: 13px;
            font-weight: 400;
            text-align: justify;
            font-family: system-ui, 'Helvetica Neue', sans-serif;
            color: #3d2922;
            margin-bottom: 5px;
            overflow: hidden; 
        }

        /* El span que contiene el texto */
        .linea-animada span {
            display: block;
            opacity: 0;
            transform: translateY(100%); /* Inicia abajo */
            transition: transform 0.8s ease-out, opacity 0.8s ease-out;
            transition-delay: 0s; 
        }

        /* Clase que activa la animación */
        .linea-animada.visible span {
            opacity: 1;
            transform: translateY(0); /*Su posición original */
        }
        /*Primera línea*/
        .linea-animada:nth-child(1) span {
            transition-delay: 0s;
        }
        /*Segunda línea*/
        .linea-animada:nth-child(2) span {
            transition-delay: 0.15s;
        }
        /* Tercera línea*/
        .linea-animada:nth-child(3) span {
            transition-delay: 0.3s;
        }
        /* Cuarta línea*/
        .linea-animada:nth-child(4) span {
            transition-delay: 0.45s;
        }
        /* Quinto línea*/
        .linea-animada:nth-child(5) span {
            transition-delay: 0.6s;
        }
        /* Sexto línea (retraso 0.45s) */
        .linea-animada:nth-child(6) span {
            transition-delay: 0.80s;
        }
    /*----------------------Animacion textos titulos--------------------------------------------*/
        .linea-animada-titulo {
            font-size: 32px;
            padding: 0px;
            margin-top: 10px;
            margin-left: 45px;
            font-weight: 400;
            text-align: justify;
            font-family: 'nocturne-serif', serif;
            color: #66493f;
            margin-bottom: -15px;
            overflow: hidden;
        }
        .linea-animada-titulo span {
            display: block;
            opacity: 0;
            transform: translateY(100%);
            transition: transform 0.8s ease-out, opacity 0.8s ease-out;
            transition-delay: 0s; 
        }
        .linea-animada-titulo.visible span {
            opacity: 1;
            transform: translateY(0);
        }
        .linea-animada-titulo:nth-child(1) span {
            transition-delay: 0s;
        }
        .linea-animada-titulo:nth-child(2) span {
            transition-delay: 0.15s;
        }
        .linea-animada-titulo:nth-child(3) span {
            transition-delay: 0.3s;
        }
        .linea-animada-titulo:nth-child(4) span {
            transition-delay: 0.45s;
        }
        .linea-animada-titulo:nth-child(5) span {
            transition-delay: 0.6s;
        }
        .linea-animada-titulo:nth-child(6) span {
            transition-delay: 0.80s;
        }

    /*********************Seccion formulario******************/
        .form-sect{
            margin-left:10%; 
            margin-right:10%;
            margin-top: 30%;
        }
        .cont-sect{
            margin-top: 25%; 
            margin-left:5%; 
            margin-right:5%;
        }
        .cont-from{
            top:1vh; 
            height: 95vh;
            width: 38vh;
        }
        .Econtainer{
            height:60%;
            width: 100%;
            margin-left: 0%; 
            background-color:white ;
            border-radius: 30px;
        }
        .form-heig{
            margin-top: 25px;
        }
        .cont-froM{
            height: 95vh;
            width: 40vh;
        }
        .he-map{
            font-family: "Saira Semi Condensed", sans-serif;
            font-size: 16px;
            color: #d5bf94;
            margin-bottom: 20px;
            text-transform: uppercase;
            margin-top: 40px;
            text-align: center;
        }
    /*************************FOOTER INDEX ************************/
        .footer-h{
            height: 20vh;
        }
        .footer-style{
            display:flex; 
            justify-content:center; 
            background-color: #000; 
            color: #FFF; 
            font-size: 12px; 
            gap:100px; 
            height: 115%; 
            padding: 10px;
        }  
    }