@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #1a1a1a;--color-secondary: #555;--color-accent: #d4af37;--color-light: #f9f9f9;--color-white: #ffffff;--font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--font-display: "Playfair Display", Georgia, serif}html{scroll-behavior:smooth}body{font-family:var(--font-primary);font-size:16px;line-height:1.6;color:var(--color-primary);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.3}.page-enter{opacity:0}.page-enter-active{opacity:1;transition:opacity .3s ease-in}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .3s ease-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#aaa}::selection{background:var(--color-accent);color:#fff}.header{position:fixed;top:0;left:0;right:0;background:#fff;z-index:1000;box-shadow:0 1px #0000000d}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;display:flex;flex-direction:column;align-items:center}.logo-text{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:500;color:#1a1a1a;letter-spacing:.05em}.logo-subtitle{font-size:.7rem;color:#888;letter-spacing:.2em;text-transform:uppercase;margin-top:2px}.nav{display:flex;gap:2.5rem}.nav-link{text-decoration:none;color:#555;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#1a1a1a}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#1a1a1a;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.menu-toggle span{width:24px;height:2px;background:#1a1a1a;transition:all .3s ease}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.header-container{padding:1rem}.menu-toggle{display:flex}.nav{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;align-items:center;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;box-shadow:0 4px 6px #0000001a}.nav.open{max-height:300px;padding:1rem 0}.nav-link{padding:.75rem 2rem;width:100%;text-align:center}.logo-text{font-size:1.25rem}}.footer{background:#1a1a1a;color:#fff;padding:4rem 2rem 2rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;font-weight:500}.footer-logo{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;letter-spacing:.05em}.footer-section h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#888}.footer-section p{color:#aaa;font-size:.9rem;line-height:1.8}.footer-address{margin-bottom:.5rem}.footer-rating{color:#d4af37!important}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav a{color:#aaa;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-nav a:hover{color:#fff}.footer-phone-link{display:flex;align-items:center;gap:.5rem;color:#aaa;text-decoration:none;font-size:.9rem;line-height:1.8;transition:color .3s ease}.footer-phone-link:hover{color:#fff}.footer-phone-link svg{width:16px;height:16px;flex-shrink:0}.footer-phone-link.footer-whatsapp:hover{color:#25d366}.footer-phone-link.footer-whatsapp svg{color:#25d366}.footer-phone-label{min-width:55px;display:inline-block}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid #333;text-align:center}.footer-bottom p{color:#666;font-size:.8rem}@media(max-width:768px){.footer-container{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:480px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-phone-link{justify-content:center}}.whatsapp-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 12px #25d36666;transition:transform .3s ease,box-shadow .3s ease;z-index:999}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36680}.whatsapp-button svg{width:32px;height:32px}.whatsapp-tooltip{position:absolute;right:70px;background:#1a1a1a;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.whatsapp-button:hover .whatsapp-tooltip{opacity:1;visibility:visible}.whatsapp-tooltip:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border-width:6px;border-style:solid;border-color:transparent transparent transparent #1a1a1a}@media(max-width:768px){.whatsapp-button{bottom:1.5rem;right:1.5rem;width:55px;height:55px}.whatsapp-button svg{width:28px;height:28px}.whatsapp-tooltip{display:none}}.home{padding-top:0}.hero{height:100vh;min-height:600px;position:relative}.video-container{height:100%;position:relative;overflow:hidden}.hero-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover;pointer-events:none}.hero-video::-webkit-media-controls{display:none!important}.hero-video::-webkit-media-controls-enclosure{display:none!important}.hero-video::-webkit-media-controls-panel{display:none!important}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2}.hero-content h1{font-family:Playfair Display,Georgia,serif;font-size:5rem;font-weight:400;letter-spacing:.15em;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-location{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:300;letter-spacing:.3em;text-transform:uppercase;margin-top:.5rem;opacity:.9}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;background:none;border:none;color:#fff;cursor:pointer;z-index:2;transition:opacity .3s ease}.scroll-indicator:hover{opacity:.7}.scroll-indicator span{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase}.scroll-indicator svg{width:24px;height:24px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(6px)}60%{transform:translateY(3px)}}.intro{padding:6rem 2rem;background:#fff}.intro-container{max-width:800px;margin:0 auto;text-align:center}.intro h2{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:400;margin-bottom:2rem;color:#1a1a1a}.intro-text{font-size:1.1rem;line-height:1.9;color:#555;margin-bottom:1.5rem}.highlights{padding:5rem 2rem;background:#f9f9f9}.highlights-container{max-width:1000px;margin:0 auto;text-align:center}.highlights h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;margin-bottom:3rem;color:#1a1a1a}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.highlight-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;padding:1.5rem;background:#fff;border-radius:4px}.highlight-icon{flex-shrink:0;width:24px;height:24px;color:#d4af37}.highlight-icon svg{width:100%;height:100%}.highlight-item span:last-child{color:#555;font-size:.95rem}.section-link{display:inline-block;color:#1a1a1a;text-decoration:none;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid #1a1a1a;padding-bottom:2px;transition:opacity .3s ease}.section-link:hover{opacity:.7}.features{padding:6rem 2rem;background:#fff}.features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.feature{text-align:center;padding:2rem}.feature-icon{width:60px;height:60px;margin:0 auto 1.5rem;color:#d4af37}.feature-icon svg{width:100%;height:100%}.feature h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:400;margin-bottom:1rem;color:#1a1a1a}.feature p{color:#666;line-height:1.7;margin-bottom:1.5rem}.feature a{color:#1a1a1a;text-decoration:none;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid #1a1a1a;padding-bottom:2px;transition:opacity .3s ease}.feature a:hover{opacity:.7}.gallery-preview{padding:6rem 2rem;background:#f9f9f9}.gallery-container{max-width:1200px;margin:0 auto}.gallery-container h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;margin-bottom:.5rem;text-align:center;color:#1a1a1a}.gallery-subtitle{text-align:center;color:#888;font-size:.95rem;margin-bottom:2rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-grid.expanded{grid-template-columns:repeat(4,1fr)}.gallery-item{aspect-ratio:4/3;overflow:hidden;position:relative;cursor:pointer;border-radius:4px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-overlay svg{width:40px;height:40px;color:#fff}.gallery-toggle-btn{display:block;margin:2rem auto 0;padding:1rem 2rem;background:#1a1a1a;color:#fff;border:none;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .3s ease}.gallery-toggle-btn:hover{background:#333}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:2000;display:flex;align-items:center;justify-content:center}.lightbox-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;background:none;border:none;color:#fff;cursor:pointer;opacity:.7;transition:opacity .3s ease;z-index:10}.lightbox-close:hover{opacity:1}.lightbox-close svg{width:100%;height:100%}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .3s ease;z-index:10}.lightbox-nav:hover{background:#fff3}.lightbox-nav.prev{left:1.5rem}.lightbox-nav.next{right:1.5rem}.lightbox-nav svg{width:24px;height:24px}.lightbox-image{max-width:90%;max-height:85vh}.lightbox-image img{max-width:100%;max-height:85vh;object-fit:contain}.lightbox-counter{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:.9rem}.cta-section{padding:6rem 2rem;background:#1a1a1a;text-align:center}.cta-container{max-width:600px;margin:0 auto}.cta-section h2{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:400;color:#fff;margin-bottom:1rem}.cta-section p{color:#aaa;margin-bottom:2rem;font-size:1.1rem}.cta-button{display:inline-block;padding:1rem 3rem;background:#fff;color:#1a1a1a;text-decoration:none;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease}.cta-button:hover{background:#d4af37;color:#fff}@media(max-width:1024px){.gallery-grid.expanded{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.hero-content h1{font-size:3rem}.hero-location{font-size:1rem}.intro{padding:4rem 1.5rem}.intro h2{font-size:2rem}.features-container{grid-template-columns:1fr;gap:2rem}.gallery-grid,.gallery-grid.expanded{grid-template-columns:repeat(2,1fr)}.lightbox-nav{width:40px;height:40px}.lightbox-nav.prev{left:.5rem}.lightbox-nav.next{right:.5rem}}@media(max-width:480px){.hero-content h1{font-size:2.5rem;letter-spacing:.05em}.hero-location{font-size:.85rem}.gallery-grid,.gallery-grid.expanded{grid-template-columns:1fr}.highlight-item{flex-direction:column;text-align:center;gap:.5rem}.highlight-icon{margin:0 auto}}.ubicacion{padding-top:70px}.location-info{padding:5rem 2rem;background:#fff}.location-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}.location-address h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;margin-bottom:2rem;color:#1a1a1a}.address-card{display:flex;gap:1.5rem;padding:2rem;background:#f9f9f9;border-radius:4px}.address-icon{width:40px;height:40px;color:#d4af37;flex-shrink:0}.address-icon svg{width:100%;height:100%}.address-street{font-size:1.1rem;font-weight:500;color:#1a1a1a;margin-bottom:.25rem}.address-city{color:#555;margin-bottom:.25rem}.address-country{color:#888;margin-bottom:1rem}.directions-link{display:inline-block;color:#1a1a1a;text-decoration:none;font-size:.85rem;letter-spacing:.05em;border-bottom:1px solid #1a1a1a;padding-bottom:2px;transition:opacity .3s ease}.directions-link:hover{opacity:.7}.location-highlights{display:flex;gap:1rem;margin-top:1.5rem}.location-highlight{flex:1;text-align:center;padding:1.25rem 1rem;background:#f9f9f9;border-radius:4px}.highlight-number{display:block;font-family:Playfair Display,Georgia,serif;font-size:1.75rem;color:#d4af37;margin-bottom:.25rem}.highlight-label{color:#666;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.location-map{border-radius:4px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.location-map iframe{display:block}.location-highlight-section{padding:5rem 2rem;background:#f9f9f9}.location-highlight-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.location-highlight-content h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;margin-bottom:1.5rem;color:#1a1a1a}.location-privileged-section{padding:5rem 2rem;background:#f9f9f9}.location-privileged-container{max-width:1200px;margin:0 auto}.location-privileged-container h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;margin-bottom:1.5rem;color:#1a1a1a;text-align:center}.location-privileged-text{margin-bottom:2.5rem;text-align:center}.location-privileged-text p{color:#555;line-height:1.9;font-size:1.05rem;margin-bottom:1rem}.location-privileged-text p:last-child{margin-bottom:0}.location-images-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.location-image-item{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;aspect-ratio:3/2}.location-image-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.location-image-item:hover img{transform:scale(1.05)}.location-image-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,#000000b3);opacity:0;transition:opacity .3s ease}.location-image-item:hover .location-image-overlay{opacity:1}.location-image-overlay span{color:#fff;font-size:.9rem;font-weight:500}.location-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.location-lightbox-content{position:relative;width:100%;max-width:1200px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.location-lightbox-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;z-index:10}.location-lightbox-close:hover{background:#fff3}.location-lightbox-close svg{width:24px;height:24px;color:#fff}.location-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;z-index:10}.location-lightbox-nav:hover{background:#fff3}.location-lightbox-nav svg{width:24px;height:24px;color:#fff}.location-lightbox-nav.prev{left:1rem}.location-lightbox-nav.next{right:1rem}.location-lightbox-image{max-width:100%;max-height:70vh;display:flex;align-items:center;justify-content:center}.location-lightbox-image img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:8px;box-shadow:0 10px 50px #00000080}.location-lightbox-info{text-align:center;margin-top:1.5rem}.location-lightbox-info h3{color:#fff;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:400;margin-bottom:.5rem}.location-lightbox-counter{color:#fff9;font-size:.9rem}.location-lightbox-thumbnails{display:flex;gap:.5rem;margin-top:1.5rem;overflow-x:auto;padding:.5rem;max-width:100%}.location-thumbnail{width:70px;height:50px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;flex-shrink:0;opacity:.5;transition:all .3s ease;padding:0;background:none}.location-thumbnail:hover{opacity:.8}.location-thumbnail.active{border-color:#d4af37;opacity:1}.location-thumbnail img{width:100%;height:100%;object-fit:cover}.nearby{padding:5rem 2rem;background:#f9f9f9}.nearby-container{max-width:1000px;margin:0 auto}.nearby h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;text-align:center;margin-bottom:1rem;color:#1a1a1a}.nearby-intro{text-align:center;color:#666;margin-bottom:3rem;font-size:1.1rem}.nearby-section{margin-bottom:3rem}.nearby-section:last-child{margin-bottom:0}.nearby-section-title{display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#1a1a1a;margin-bottom:1.25rem}.nearby-section-title svg{width:20px;height:20px;color:#d4af37}.nearby-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.nearby-card{background:#fff;padding:2rem;border-radius:4px;transition:transform .2s ease,box-shadow .2s ease;text-align:center}.nearby-card-icon{width:36px;height:36px;margin:0 auto 1.25rem;color:#d4af37}.nearby-card-icon svg{width:100%;height:100%}.nearby-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a}.nearby-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.nearby-card-name{font-size:1.05rem;font-weight:500;color:#1a1a1a;margin-bottom:.75rem}.nearby-card-distance{color:#d4af37;font-size:.85rem;font-weight:600;white-space:nowrap}.nearby-card-description{color:#666;font-size:.9rem;line-height:1.6;margin:0}@media(max-width:1024px){.nearby-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.page-hero-content h1{font-size:2.5rem}.location-container{grid-template-columns:1fr}.location-privileged-container h2{font-size:1.75rem}.location-images-grid{grid-template-columns:1fr;gap:1rem}.location-lightbox-content{padding:1rem}.location-lightbox-nav{width:40px;height:40px}.location-lightbox-nav.prev{left:.5rem}.location-lightbox-nav.next{right:.5rem}.location-lightbox-image img{max-height:50vh}.location-lightbox-thumbnails{gap:.25rem}.location-thumbnail{width:50px;height:35px}.nearby-cards{grid-template-columns:1fr}.location-highlights{flex-wrap:wrap;gap:.5rem}.location-highlight{min-width:80px;padding:1rem .5rem}.highlight-number{font-size:1.25rem}.highlight-label{font-size:.65rem;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}}.habitaciones{padding-top:70px}.rooms-intro{padding:4rem 2rem;background:#fff;text-align:center}.rooms-intro-container{max-width:800px;margin:0 auto}.amenities-box{background:#f9f9f9;padding:2rem;border-radius:4px;border-left:3px solid #d4af37}.amenities-box p{font-size:1.1rem;line-height:1.9;color:#555;margin:0}.rooms-intro p{font-size:1.1rem;line-height:1.9;color:#555}.rooms-list{padding:2rem 2rem 5rem;background:#f9f9f9}.rooms-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.room-card{background:#fff;border-radius:4px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 2px 20px #0000000d}.room-card:nth-child(2n){direction:rtl}.room-card:nth-child(2n)>*{direction:ltr}.room-gallery{position:relative;aspect-ratio:4/3;overflow:hidden}.room-gallery img{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .5s ease}.room-gallery:hover img{transform:scale(1.05)}.gallery-btn{position:absolute;bottom:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fffffff2;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;color:#1a1a1a;transition:background .3s ease}.gallery-btn:hover{background:#fff}.gallery-btn svg{width:18px;height:18px}.room-info{padding:2.5rem;display:flex;flex-direction:column}.room-info h2{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:400;color:#1a1a1a;margin-bottom:1rem}.room-description{color:#666;line-height:1.7;margin-bottom:1.5rem}.room-details{display:flex;gap:2rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.room-detail{display:flex;align-items:center;gap:.5rem;color:#555;font-size:.95rem}.detail-icon{width:20px;height:20px;color:#d4af37}.detail-icon svg{width:100%;height:100%}.room-beds{margin-bottom:1.5rem}.room-beds h4,.room-features h4{font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.75rem}.room-beds ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.room-beds li{padding:.4rem .8rem;background:#f5f5f5;border-radius:4px;font-size:.9rem;color:#555}.room-features ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.room-features li{padding:.35rem .75rem;background:#f9f9f9;border-radius:4px;font-size:.85rem;color:#666}.more-features{color:#d4af37!important;font-weight:500}.rooms-info{padding:5rem 2rem;background:#fff}.rooms-info-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.info-card{padding:2rem;background:#f9f9f9;border-radius:4px;text-align:center}.info-card h3{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:400;color:#1a1a1a;margin-bottom:1rem}.info-card p{color:#666;font-size:.95rem;line-height:1.6}.gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.modal-content{max-width:1000px;width:100%;position:relative}.modal-close{position:absolute;top:-3rem;right:0;width:40px;height:40px;background:none;border:none;color:#fff;cursor:pointer;opacity:.7;transition:opacity .3s ease}.modal-close:hover{opacity:1}.modal-close svg{width:100%;height:100%}.modal-gallery{display:flex;align-items:center;gap:1rem}.nav-btn{width:50px;height:50px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;flex-shrink:0;transition:background .3s ease}.nav-btn:hover{background:#fff3}.nav-btn svg{width:24px;height:24px}.modal-image{flex:1;aspect-ratio:16/10;overflow:hidden;border-radius:4px}.modal-image img{width:100%;height:100%;object-fit:contain;background:#000}.modal-info{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;color:#fff}.modal-info h3{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:400}.image-counter{color:#ffffffb3;font-size:.9rem}.modal-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0}.thumbnail{width:80px;height:60px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;flex-shrink:0;opacity:.5;transition:opacity .3s ease,border-color .3s ease;padding:0;background:none}.thumbnail:hover,.thumbnail.active{opacity:1}.thumbnail.active{border-color:#d4af37}.thumbnail img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.room-card{grid-template-columns:1fr}.room-card:nth-child(2n){direction:ltr}.room-gallery{aspect-ratio:16/9}}@media(max-width:768px){.page-hero-content h1{font-size:2.5rem}.rooms-info-container{grid-template-columns:1fr}.room-info{padding:1.5rem}.room-info h2{font-size:1.5rem}.nav-btn{width:40px;height:40px}.modal-thumbnails{display:none}}.amenities-page{padding-top:70px}.amenities-main{padding:5rem 2rem;background:#f9f9f9}.amenities-main-container{max-width:900px;margin:0 auto}.amenities-main-container h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;text-align:center;margin-bottom:3rem;color:#1a1a1a}.amenities-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.amenity-item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.75rem;background:#fff;border-radius:4px;transition:transform .3s ease,box-shadow .3s ease}.amenity-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000014}.amenity-icon{width:40px;height:40px;flex-shrink:0;color:#d4af37}.amenity-icon svg{width:100%;height:100%}.amenity-content h3{font-size:1.05rem;font-weight:500;color:#1a1a1a;margin-bottom:.4rem}.amenity-content p{font-size:.9rem;color:#666;line-height:1.5;margin:0}@media(max-width:768px){.page-hero-content h1{font-size:2.5rem}.amenities-list{grid-template-columns:1fr}}.contacto{padding-top:70px}.page-hero{padding:4rem 2rem;background:#fff;text-align:center;border-bottom:1px solid #eee}.page-hero-content h1{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:400;margin-bottom:.5rem;letter-spacing:.05em;color:#1a1a1a}.page-hero-content p{font-size:1rem;letter-spacing:.1em;text-transform:uppercase;color:#888}.contact-info{padding:5rem 2rem;background:#fff}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-details h2,.contact-hours h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;margin-bottom:2rem;color:#1a1a1a}.contact-card{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #eee}.contact-card:last-of-type{border-bottom:none;margin-bottom:2rem}.contact-icon{width:40px;height:40px;color:#d4af37;flex-shrink:0}.contact-icon svg{width:100%;height:100%}.contact-card h3{font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.5rem}.contact-card p{color:#555;line-height:1.6}.contact-phone-link{display:flex;align-items:center;gap:.5rem;color:#555;text-decoration:none;line-height:1.6;transition:color .3s ease}.contact-phone-link:hover{color:#1a1a1a}.contact-phone-link svg{width:18px;height:18px;flex-shrink:0}.contact-phone-link.contact-whatsapp:hover{color:#25d366}.contact-phone-link.contact-whatsapp svg{color:#25d366}.whatsapp-link{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#25d366;color:#fff;text-decoration:none;border-radius:4px;font-size:.95rem;font-weight:500;transition:background .3s ease}.whatsapp-link:hover{background:#20bd5a}.whatsapp-link svg{width:24px;height:24px}.hours-card{background:#f9f9f9;padding:2rem;border-radius:4px;margin-bottom:1.5rem}.hours-card h3{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:400;margin-bottom:1.5rem;color:#1a1a1a}.hours-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #eee}.hours-item:last-child{border-bottom:none}.hours-label{color:#666}.hours-value{font-weight:500;color:#1a1a1a}.policy-item{margin-bottom:1.25rem}.policy-item:last-child{margin-bottom:0}.policy-item h4{font-size:.85rem;font-weight:500;color:#1a1a1a;margin-bottom:.25rem}.policy-item p{color:#666;font-size:.9rem;line-height:1.5}.contact-note{padding:4rem 2rem;background:#f9f9f9}.note-container{max-width:800px;margin:0 auto;text-align:center}.note-container h2{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:400;margin-bottom:1rem;color:#1a1a1a}.note-container p{color:#666;line-height:1.8}.contact-form-section{padding:5rem 2rem;background:#f9f9f9}.contact-form-container{max-width:700px;margin:0 auto}.contact-form-container h2{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;text-align:center;margin-bottom:.5rem;color:#1a1a1a}.form-subtitle{text-align:center;color:#666;margin-bottom:2.5rem}.contact-form{background:#fff;padding:2.5rem;border-radius:4px;box-shadow:0 2px 20px #0000000d}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:#1a1a1a;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 3px #d4af371a}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-group textarea{resize:vertical;min-height:120px}.form-error{color:#e53935;font-size:.9rem;margin-bottom:1rem;text-align:center}.form-submit{width:100%;padding:1rem;background:#1a1a1a;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease}.form-submit:hover:not(:disabled){background:#333}.form-submit:disabled{background:#888;cursor:not-allowed}.form-success{background:#fff;padding:3rem 2rem;border-radius:4px;text-align:center;box-shadow:0 2px 20px #0000000d}.form-success svg{width:60px;height:60px;color:#4caf50;margin-bottom:1rem}.form-success p{color:#555;font-size:1.1rem}.contact-map{height:400px}.contact-map iframe{display:block}@media(max-width:768px){.page-hero-content h1{font-size:2.5rem}.contact-container{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr;gap:0}.contact-form{padding:1.5rem}.contact-map{height:300px}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:70px}.main-content.home-page{padding-top:0}
