/*VERSION movil*/
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55?styles=16017');
/*emma
.parrafos {
	padding-left: 10%; 
	padding-right: 10%; 
	font-size: 14px; 
	font-family: system-ui, 'Helvetica Neue', sans-serif;
}*/
    /*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: 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%;
    }
    /* ---------- 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;
    }

     /*************ICONOS DE CONTACTO*********/
    .info {
        position: fixed;
        top: 90%;
        right: 3%;
        display: flex;
        /*flex-direction: column;*/
        gap: 15px;
        z-index: 5;
        /*background-color: #66493f;*/
        border-radius: 9px;
    }
    .info img {
        width: 50px;
        height: 50px;
        right: 3%;
        margin-top: 0;
    }
    .info svg {
       
        color: white;
    }
    /****************INICIO DE SECCIONES**************/
        /*SECTION 1**/
        .section1{
            width: 100vh;
            height: 100vh;
        }
        /*SECCION CON IMAGENES 1 - 2*/
        .seccion {
            height: 99vh;
            width: 100%;
            padding-top: 10px;    
            align-items: center;
            text-align: center;
        }
    /*IMAGENES*/
    img.concepto1{
        width: 53%;
        height: 56%;
        border-radius: 2%;
        margin-left: 8%;
        margin-top: 5%;
    }

/********************************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;
    }
    .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*******************/
    /*************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;
    }
    .whats{
        height: 50px;
    }
    .tel{
        height: 50px;
    }
    /***************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: 18%;
    }
    .seccion1 {
        height: 100vh;
        width: 100%;
        padding-top: 0px;    
        align-items: center;
        text-align: center;
    }
    /********************TODAS LAS SECCIONES DESDE AQUI*****************/
    /**********------------TITULOS----------*****************/ 
    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;
    }  
    /*----------------------Animacion textos titulos--------------------------------------------*/
    .linea-animada-titulo {
        font-size: 14px;
        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 PARA EL TITULO 1ER*/
    .linea-animada-titulO {
        font-size: 22px;
        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;
    }  
    /*----------------------Animacion textos titulos 2--------------------------------------------*/
    .linea-animada-tituLo {
        font-size: 25px;
        padding: 0px;
        margin-top: 15px;
        margin-left: 55px;
        font-weight: 200;
        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;
    }
    /*----------------------Animacion textos titulos 3--------------------------------------------*/
    .linea-animada-titUlo {
        font-size: 14px;
        padding: 0px;
        margin-top: 10px;
        margin-left: 60px;
        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;
    }  
}

/************************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************************/ 
        /*********************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;
        }
        /***************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;
        }
        /*********************Seccion formulario******************/
         .Text-h2 {
            font-size: 11px;
            font-family: "Saira Semi Condensed", sans-serif;
            color: #d5bf94;
            margin-bottom: 2px;
            text-transform: uppercase;
            margin-top: -25px;
            text-align: center;
            padding: 2px;
        }
        .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;
        }
        /*Clase de imagenes*/
        .seccionn img{
            width: 30%;
            height: 20%;
            margin-top: 13%;
            margin-left: 30%;
            border-radius: 20px;
        }
         /*Clase de imagenes*/
        img.sillon{
            margin-top: 5px; 
            height: 45%; 
            width: 75%;
            margin-left: 35px;
        }
        img.mesadeco{
            margin-top: 0px;
            height: 30%;
            width: 60%;
            border-radius: 20px;
            margin-left: 20%;
            margin-right: 10%;
        }
        img.luzinterior{
            margin-top: -4%; 
            height: 40%; 
            width: 60%;            
            margin-left: 17%;
            margin-right: 17%;
        }
        img.arbol{
            margin-top: 40px; 
            height: 40%; 
            width: 65%;            
            margin-left: 18%;
            margin-right: 14%;
        }
        img.BPTL{
            margin-top: -115px; 
            height: 35%;
            width: 20%;           
            margin-left: 36%;
            margin-right: 14%;
        }
        img.logoC{
            margin-top: -140px; 
            height: 25%; 
            width: 25%;
            margin-left: 55%;
            margin-right: 14%;
        }
        img.FitW{
            margin-top: 40px;
            height: 20%; 
            width: 16%;            
            margin-left: 18%;
            margin-right: 10%;
        }
        img.deptos{
            margin-top: 20%; 
            margin-left: 10%;
            height: 60%; 
            width: 80%; 
            border-radius:20px;
        }
        .logo1{
            padding-top: 10%; 
            padding-bottom: 5%;  
        }
        .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;
        }
        div.img-ContainerE{
            margin-top: 0%;
        }
        /********************TITULOS***************/
        .titulos-prin{                 
            font-size: 16px; 
            font-family: 'nocturne-serif', serif; 
            text-align-last: center; 
            color: #66493f;
        }
        .frase{
            margin-top: -5px;
        }
        .title-text5{
            font-size: 16px;
            padding: 0px;
            margin-top: -5px;
            margin-left: 50px;
            font-weight: 200;
            text-align: justify;
            font-family: 'nocturne-serif', serif;
            color: #66493f;
            margin-bottom: -15px;
            overflow: hidden;
        }
        .parrafos {
	        padding-left: 14%; 
	        padding-right: 14%; 
	        font-size: 14px; 
	        font-family: system-ui, 'Helvetica Neue', sans-serif;
        }
        .unparrafo{
            font-size: 14.5px;
            padding: 0px;
            margin-top: -15px;
            margin-left: 35px;
            font-weight: 200;
            text-align: justify;
            font-family: 'nocturne-serif', serif;
            color: #66493f;
        }
        /*************************clases de los divs del texto***************************************/
        .texto2{
            margin-left: -5%; 
            margin-top: 3%;
        }
        .Autor{                    
            margin-top: 6px; 
            font-size: 14px; 
            color:black;
            margin-left: -2px;
        }
        .Autor2{                    
            margin-top: 3px; 
            font-size: 12px; 
            color:black;
            margin-left: 55%;
            margin-right: 15%;
        }
        .autorE{
            font-size: 14.5px;
            margin-top: 10px; 
            margin-left: 2px; 
            margin-right: 60px; 
            margin-bottom: 5px;
        }
        .editorial{
            margin-top: 3px; 
            font-size: 13px; 
            color:black; 
            margin-left: 1px;
        }
        .editorial2{
            margin-top: -1px; 
            font-size: 12px; 
            color:black; 
            margin-left: 45%;
            margin-right: 15%;
        }
        /****************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;  
            }
        /*linea hr  DE LA SECCION DEPTOS*/
        .hr-line{
            height: 2px;
            width: 243px;
            background-color: black;
            color: black;
            margin-top: -15px;
            margin-left: 67px;
        }
        .hr-LINE{
            height: 2px;
            width: 243px;
            background-color: black;
            color: black;         
            margin-top: -12px;
            margin-left: 72px;
        }
        /********************EFECTO PARA EL TITULO 1ER*************/
       .linea-animada-titulO {
            font-size: 18px;
            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;
        } 
        /*----------------------Animacion textos titulos 2--------------------------------------------*/
        .linea-animada-titulo {
            font-size: 16px;
            padding: 0px;
            margin-top: 10px;
            margin-left: 50px;
            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;
        }
        .linea-animada-titulo:nth-child(7) span {
            transition-delay: 0.90s;
        }
        /*----------------------Animacion textos titulos 3--------------------------------------------*/
        .linea-animada-tituLo {
            font-size: 19px;
            padding: 0px;
            margin-top: 15px;
            margin-left: 55px;
            font-weight: 200;
            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;
        }
        /*----------------------Animacion textos titulos 3--------------------------------------------*/
        .linea-animada-titUlo {
            font-size: 14px;
            padding: 0px;
            margin-top: 10px;
            margin-left: 60px;
            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;
        }  
    }

    /**********************************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*******************/
        /*************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: 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: 60%;
            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;
        }
        /***************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: 0px;    
            align-items: center;
            text-align: center;
        }
        .seccion img{
            width: 40%;
            height: 20%;
            margin-top: 15px;
            border-radius: 20px;
        }
        .seccion img{
            width: 90%;
            height: 69.5%;
            border-radius: 20px;
        }
        .section video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        /*Clase de imagenes*/
        .seccionn img{
            width: 30%;
            height: 20%;
            margin-top: 13%;
            margin-left: 35%;
            border-radius: 20px;
        }
        .seccionN img{
            width: 30%;
            height: 15%;
            margin-top: 10%;
            margin-left: 33%;
            border-radius: 20px;
        }
        img.sillon{
            margin-top: 0px; 
            height: 45%; 
            width: 80%; 
            border-radius:20px; 
            margin-left: 40px;
        }
        img.BPTL{
            margin-top: -115px; 
            height: 25%; 
            width: 20%;            
            margin-left: 35%;
            margin-right: 14%;
        }
        img.logoC{
            margin-top: -140px; 
            height: 30%; 
            width: 25%;            
            margin-left: 55%;
            margin-right: 14%;
        }
        img.FitW{
            margin-top: 35px;
            height: 20%; 
            width: 15%;            
            margin-left: 20%;
            margin-right: 10%;
        }
        img.luzinterior{
            margin-top: -5%; 
            height: 40%; 
            width: 55%;
            margin-left: 22%;
            margin-right: 20%;
        }
        img.arbol{
            margin-top: 70px; 
            height: 40%; 
            width: 65%;            
            margin-left: 18%;
            margin-right: 14%;
        }
        img.estancia{
            margin-top: 25%; 
            margin-left: 7%;
            height: 65%; 
            width: 86%; 
            border-radius:20px;
        }
        img.mesadeco{
            margin-top: 0px;
            height: 30%;
            width: 60%;
            border-radius: 20px;
            margin-left: 20%;
            margin-right: 10%;
        }
        img.deptos{
            margin-top: 25%; 
            margin-left: 7%;
            height: 65%; 
            width: 86%; 
            border-radius:20px;
        }
        .video {
            min-height: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        /**********------------TITULOS----------****************/
        .titulos-prin{                 
            font-size: 19px; 
            font-family: 'nocturne-serif', serif; 
            text-align-last: center; 
            color: #66493f;
        }
        .frase{
            margin-top: -5px;
        }
        .parrafos {
	        padding-left: 10%;
	        padding-right: 10%; 
	        font-size: 15.5px; 
	        font-family: system-ui, 'Helvetica Neue', sans-serif;
        }
        .title-text5{
            font-size: 17px;
            padding: 0px;
            margin-top: -5px;
            margin-left: 50px;
            font-weight: 200;
            text-align: justify;
            font-family: 'nocturne-serif', serif;
            color: #66493f;
            margin-bottom: -15px;
            overflow: hidden;
        }
        .unparrafo{
            font-size: 18px;
            padding: 0px;
            margin-top: -15px;
            margin-left: 30px;
            font-weight: 200;
            text-align: justify;
            font-family: 'nocturne-serif', serif;
            color: #66493f;
        }
        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;
        }
        /*************************clases de los divs del texto***************************************/
        .texto2{
            margin-left: 3%; 
            margin-top: 2%;
        }
        .Autor{                    
            margin-top: 10px; 
            font-size: 12px; 
            color:black;
            margin-left: 1px;
            font-weight: 450;
            font-family: system-ui, 'Helvetica Neue', sans-serif;
        }
        .Autor2{                    
            margin-top: 15px; 
            font-size: 13px; 
            color:black;
            margin-left: 60%;
            margin-right: 15%;
        }
        .autorE{
            font-size: 15px;
            margin-top: 10px; 
            margin-left: 13px; 
            margin-right: 65px; 
            margin-bottom: 5px;
        }
        .editorial{
            margin-top: 3px; 
            font-size: 12px; 
            color:black; 
            margin-left: -1px;
            font-weight: 405;
            font-family: system-ui, 'Helvetica Neue', sans-serif;         
        }
        .editorial2{
            margin-top: 3px; 
            font-size: 13px; 
            color:black; 
            margin-left: 52%;
            margin-right: 15%;
        }       
        /*linea hr DE DEPTOS TITULOS*/
        .hr-line{
            height: 2px;
            width: 250px;
            background-color: black;
            color: black;
            margin-top: -15px;
            margin-left: 85px;
        }
        .hr-LINE{
            height: 2px;
            width: 250px;
            background-color: black;
            color: black;         
            margin-top: -12px;
            margin-left: 90px;
        }
        /********************EFECTO PARA EL TITULO 1ER*************/
       .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;
        }  
        /*----------------------Animacion textos titulos 2--------------------------------------------*/
        .linea-animada-titulo {
            font-size: 17px;
            padding: 0px;
            margin-top: 10px;
            margin-left:35px;
            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;
        }
        .linea-animada-titulo:nth-child(7) span {
            transition-delay: 0.90s;
        }
         /*----------------------Animacion textos titulos 3--------------------------------------------*/
        .linea-animada-tituLo {
            font-size: 22px;
            padding: 0px;
            margin-top: 15px;
            margin-left: 55px;
            font-weight: 200;
            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;
        }
        /*----------------------Animacion textos titulos 3--------------------------------------------*/
        .linea-animada-titUlo {
            font-size: 14px;
            padding: 0px;
            margin-top: 10px;
            margin-left: 47px;
            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;
        }  
    }

    /***************************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;
        }
        /************FIN DE LA BARRA DE NAV/HAMBURGUESA*************/
        /**********************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%;
        }
        /*********************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;
        }
        .modal.show {
            display: flex;
        }        
        .modal.show .modal-content {
            transform: scale(1);
            opacity: 1;
        }
        .modal.hide .modal-content {
            transform: scale(0);
            opacity: 0;
        }        
        .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%;
        }
        /***************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%;
            margin-top: 0px;
            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;
        }
        .seccionN img{
            width: 30%;
            height: 15%;
            margin-top: 10%;
            margin-left: 33%;
            border-radius: 20px;
        }
        img.sillon{
            margin-top: 0px; 
            height: 40%; 
            width: 80%; 
            border-radius:20px; 
            margin-left: 10%;
            margin-right: 10%;
        }
        img.mesadeco{
            margin-top: 0px;
            height: 30%;
            width: 60%;
            border-radius: 20px;
            margin-left: 20%;
            margin-right: 10%;
        }
        img.BPTL{
            margin-top: -100px; 
            height: 20%; 
            width: 15%;            
            margin-left: 40%;
            margin-right: 10%;
        }
        img.logoC{
            margin-top: -135px; 
            height: 24%; 
            width: 23%;            
            margin-left: 58%;            
        }
        img.FitW{
            margin-top: 60px;
            height: 20%; 
            width: 15%;            
            margin-left: 20%;
            margin-right: 10%;
        }
        img.luzinterior{
            margin-top: -15px; 
            height: 40%; 
            width: 65%;            
            margin-left: 18%;
            margin-right: 14%;
        }
        img.arbol{
            margin-top: 70px; 
            height: 40%; 
            width: 65%;            
            margin-left: 18%;
            margin-right: 14%;
        }
        .logo1{
            padding-top: 10%; 
            padding-bottom: 5%;  
        }
        .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;
        }
        /**********TITULOS******/
        .parrafos {
	        padding-left: 14%; 
	        padding-right: 14%; 
	        font-size: 15.5px; 
	        font-family: 'nocturne-serif', serif;
        }
        .titulos-prin{                 
            font-size: 19px; 
            font-family: 'nocturne-serif', serif; 
            text-align-last: center; 
            color: #66493f;
        }
        .frase{
            margin-top: -25px;
        }
        .title-text5{
            font-size: 18px;
            padding: 0px;
            margin-top: 0px;
            margin-left: 45px;
            font-weight: 200;
            text-align: justify;
            font-family: 'nocturne-serif', serif;
            color: #66493f;
            margin-bottom: -15px;
            overflow: hidden;
        }
        .unparrafo{
            font-size: 18px;
            padding: 0px;
            margin-top: -15px;
            margin-left: 35px;
            font-weight: 200;
            text-align: justify;
            font-family: 'nocturne-serif', serif;
            color: #66493f;
        }
        /*BARRA DE NAVEGACION*/
        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;
        }
        /*************************clases de los divs del texto***************************************/
        .texto2{
            margin-left: -1%; 
            margin-top: 3%;
        }
        .Autor{                    
            margin-top: 15px; 
            font-size: 14px; 
            color:black;
            margin-left: 5px;
            font-weight: 450;
           
        }
        .Autor2{                    
            margin-top: 15px; 
            font-size: 13px; 
            color:black;
            margin-left: 60%;
            margin-right: 15%;
        }
        .autorE{
            margin-top: 20px; 
            font-size: 15px; 
            margin-left: 10px; 
            margin-right: 65px; 
            margin-bottom: 5px;
        }
        .editorial{
            margin-top: -1px; 
            font-size: 12px; 
            color:black; 
            margin-left: 5px;
            font-weight: 450;
        }
        .editorial2{
            margin-top: -1px; 
            font-size: 13px; 
            color:black; 
            margin-left: 55%;
            margin-right: 15%;
        }
        /****************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;
        }    
        /*linea hr DE DEPTOS TITULOS */
        .hr-line{
            height: 2px;
            width: 260px;
            background-color:black;
            color: black;
            margin-top: -15px;
            margin-left: 100px;
        }
        .hr-LINE{
            height: 2px;
            width: 260px;
            background-color: black;
            color: black;
            margin-top: -12px;
            margin-left: 110px;
        }
        /******************************EFECTO PARA EL TITULO *************************/
       .linea-animada-titulO {
            font-size: 23px;
            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;
        }
        /*----------------------Animacion textos titulos 2--------------------------------------------*/
        .linea-animada-titulo {
            font-size: 15.5px;
            padding: 0px;
            margin-top: 15px;
            margin-left: 35px;
            font-weight: 200;
            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;
            font-family: 'nocturne-serif', serif;
        }
        .linea-animada-titulo:nth-child(5) span {
            transition-delay: 0.6s;
            font-family: 'nocturne-serif', serif;
        }
        .linea-animada-titulo:nth-child(6) span {
            transition-delay: 0.80s;
            font-family: 'nocturne-serif', serif;
        }
        .linea-animada-titulo:nth-child(7) span {
            transition-delay: 0.90s;
            font-family: 'nocturne-serif', serif;
        }
        .linea-animada-titulo:nth-child(8) span {
            transition-delay: 0.95s;
        }
        /*----------------------Animacion textos titulos 3--------------------------------------------*/
        .linea-animada-tituLo {
            font-size: 25px;
            padding: 0px;
            margin-top: 15px;
            margin-left: 55px;
            font-weight: 200;
            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;
        }
        /*----------------------Animacion textos titulos 3--------------------------------------------*/
        .linea-animada-titUlo {
            font-size: 14px;
            padding: 0px;
            margin-top: 10px;
            margin-left: 60px;
            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******************/
        .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;
        }
        .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;
        }
    }