@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--primary:#f5c518;--primary-hover:#e6b800;--primary-dark:#c9a800;--secondary:#1a1a1a;--secondary-light:#2d2d2d;--bg-color:#f7f7f7;--surface-color:#fff;--text-main:#1a1a1a;--text-muted:#6b7280;--text-light:#f1f5f9;--text-on-primary:#1a1a1a;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-hover:0 20px 25px -5px #00000026, 0 8px 10px -6px #0000001a;--shadow-xl:0 25px 50px -12px #00000040;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--transition-fast:.15s ease;--transition-normal:.3s ease}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);max-width:100vw;color:var(--text-main);font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:1rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-md);letter-spacing:.01em;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn:active{box-shadow:var(--shadow-sm)!important;transform:translateY(1px)!important}.btn-primary{background:var(--primary);color:var(--text-on-primary);border-color:var(--primary);animation:2.5s ease-in-out infinite pulse-cta;box-shadow:0 4px 14px #f5c51859}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);animation:none;transform:translateY(-2px);box-shadow:0 8px 25px #f5c51880}.btn-secondary{background:var(--secondary);color:#fff;border-color:var(--secondary);animation:2.5s ease-in-out .5s infinite pulse-cta-dark;box-shadow:0 4px 14px #1a1a1a4d}.btn-secondary:hover{background:var(--secondary-light);animation:none;transform:translateY(-2px);box-shadow:0 8px 25px #1a1a1a66}.btn-outline{border:2px solid var(--secondary);color:var(--secondary);box-shadow:none;background:0 0}.btn-outline:hover{background:var(--secondary);color:#fff;box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-whatsapp{color:#fff;background:#25d366;border-color:#25d366;animation:2.5s ease-in-out infinite pulse-cta-wa;box-shadow:0 4px 14px #25d36659}.btn-whatsapp:hover{background:#1da851;border-color:#1da851;animation:none;transform:translateY(-2px);box-shadow:0 8px 25px #25d36680}.btn-outline-gold{border:2px solid var(--primary);color:var(--primary);box-shadow:none;background:0 0}.btn-outline-gold:hover{background:var(--primary);color:var(--text-on-primary);transform:translateY(-2px);box-shadow:0 8px 25px #f5c51866}@keyframes pulse-cta{0%,to{box-shadow:0 4px 14px #f5c51859}50%{box-shadow:0 4px 22px #f5c518a6,0 0 0 4px #f5c51826}}@keyframes pulse-cta-wa{0%,to{box-shadow:0 4px 14px #25d36659}50%{box-shadow:0 4px 22px #25d366a6,0 0 0 4px #25d36626}}@keyframes pulse-cta-dark{0%,to{box-shadow:0 4px 14px #1a1a1a4d}50%{box-shadow:0 4px 22px #1a1a1a80,0 0 0 4px #1a1a1a1a}}@keyframes pulse-cta-call{0%,to{box-shadow:0 4px 20px #f5c51880}50%{box-shadow:0 4px 30px #f5c518cc,0 0 0 8px #f5c51833}}.section-title{color:var(--text-main);margin-bottom:1rem;font-size:2.25rem;font-weight:800;line-height:1.2}.section-subtitle{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.action-btn{color:#64748b;cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000000d}.action-btn.edit-btn:hover{color:#92400e;background-color:#fefce8;border-color:#fde68a}.action-btn.delete-btn:hover{color:#dc2626;background-color:#fef2f2;border-color:#fecaca}.badge{border-radius:999px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.badge-disponible{color:#166534;background-color:#dcfce7}.badge-reservado{color:#854d0e;background-color:#fef9c3}.badge-vendido{color:#991b1b;background-color:#fee2e2}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s forwards fadeIn}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.accent-line{background:var(--primary);border-radius:2px;width:60px;height:4px;margin-bottom:1.5rem}.admin-layout-container{background-color:#f1f5f9;min-height:100vh;display:flex}.admin-sidebar{background-color:var(--secondary);color:#fff;border-right:1px solid #333;flex-direction:column;flex-shrink:0;width:250px;padding:2rem 1.5rem;display:flex}.admin-main-wrapper{flex-direction:column;flex:1;display:flex;overflow:hidden}.admin-content-area{flex:1;padding:2rem;overflow-y:auto}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}@media (max-width:768px){.container{padding:0 1rem}.section-title{font-size:1.75rem}.admin-layout-container{flex-direction:column}.admin-sidebar{border-bottom:1px solid #333;border-right:none;width:100%;padding:1rem 1.5rem}.admin-sidebar .admin-logo-wrapper{margin-bottom:1rem!important}.admin-sidebar nav{padding-bottom:.5rem;overflow-x:auto;flex-direction:row!important;gap:.5rem!important}.admin-sidebar nav a{white-space:nowrap;font-size:.875rem;padding:.5rem .75rem!important}.admin-sidebar nav a:last-child{margin-left:auto;margin-top:0!important}.admin-content-area{padding:1rem}}
.Navbar-module__nuAbfa__header{background-color:var(--secondary);border-bottom:2px solid var(--primary);z-index:1000;position:sticky;top:0;box-shadow:0 4px 20px #00000026}.Navbar-module__nuAbfa__nav{justify-content:space-between;align-items:center;height:85px;display:flex}.Navbar-module__nuAbfa__logo{flex-shrink:0;align-items:center;gap:1rem;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoImg{object-fit:contain;background-color:#fff;border:2px solid #f5c51866;border-radius:6px;width:72px;height:72px}.Navbar-module__nuAbfa__logoText{color:#fff;letter-spacing:-.01em;font-size:1.15rem;line-height:1.3}.Navbar-module__nuAbfa__logoText strong{color:var(--primary);font-size:1.25rem;font-weight:800;display:block}.Navbar-module__nuAbfa__links{align-items:center;gap:1.75rem;display:flex}.Navbar-module__nuAbfa__link{color:#f3f4f6;padding-bottom:2px;font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.Navbar-module__nuAbfa__link:after{content:"";background:var(--primary);border-radius:1px;width:0;height:2px;transition:width .25s;position:absolute;bottom:-2px;left:0}.Navbar-module__nuAbfa__link:hover{color:var(--primary)}.Navbar-module__nuAbfa__link:hover:after{width:100%}.Navbar-module__nuAbfa__actions{align-items:center;gap:1rem;display:flex}.Navbar-module__nuAbfa__mobileMenuBtn{color:#fff;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.35rem;transition:background .2s;display:none}.Navbar-module__nuAbfa__mobileMenuBtn:hover{background:#ffffff1a}.Navbar-module__nuAbfa__mobileCTA{border-top:1px solid #ffffff1a;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}@media (max-width:960px){.Navbar-module__nuAbfa__links{background-color:var(--secondary);border-bottom:2px solid var(--primary);flex-direction:column;align-items:flex-start;gap:0;padding:1.5rem 2rem 2rem;display:none;position:absolute;top:85px;left:0;right:0;box-shadow:0 8px 24px #0003}.Navbar-module__nuAbfa__links .Navbar-module__nuAbfa__link{border-bottom:1px solid #ffffff14;width:100%;padding:.75rem 0;font-size:1rem}.Navbar-module__nuAbfa__links.Navbar-module__nuAbfa__open{display:flex}.Navbar-module__nuAbfa__actions{display:none}.Navbar-module__nuAbfa__mobileMenuBtn{display:flex}}
.Footer-module__EZoWya__footer{background-color:var(--secondary);color:var(--text-light);margin-top:4rem;padding:4rem 0 2rem}.Footer-module__EZoWya__grid{grid-template-columns:2fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__EZoWya__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Footer-module__EZoWya__logoImg{object-fit:contain;border:2px solid #f5c5184d;border-radius:6px;width:56px;height:56px}.Footer-module__EZoWya__logoText{color:#9ca3af;font-size:.95rem;line-height:1.3}.Footer-module__EZoWya__logoText strong{color:#fff;font-size:1.1rem;font-weight:800;display:block}.Footer-module__EZoWya__description{color:#9ca3af;font-size:.95rem;line-height:1.7}.Footer-module__EZoWya__waBtn{background:var(--primary);color:var(--text-on-primary);border-radius:var(--radius-md);align-items:center;gap:.5rem;width:fit-content;padding:.6rem 1.2rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.Footer-module__EZoWya__waBtn:hover{background:var(--primary-hover);transform:translateY(-2px)}.Footer-module__EZoWya__col h3{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1rem;font-weight:700;position:relative}.Footer-module__EZoWya__col h3:after{content:"";background:var(--primary);border-radius:1px;width:28px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__EZoWya__links{flex-direction:column;gap:.65rem;display:flex}.Footer-module__EZoWya__link{color:#9ca3af;font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__link:hover{color:var(--primary)}.Footer-module__EZoWya__contactInfo{flex-direction:column;gap:1.1rem;display:flex}.Footer-module__EZoWya__contactItem{color:#9ca3af;align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.6;display:flex}.Footer-module__EZoWya__contactIcon{flex-shrink:0;margin-top:2px}.Footer-module__EZoWya__phoneLink{color:var(--primary);font-size:1rem;font-weight:700;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__phoneLink:hover{color:var(--primary-hover)}.Footer-module__EZoWya__bottom{color:#6b7280;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.8rem;display:flex}.Footer-module__EZoWya__legalLinks{gap:1.5rem;display:flex}@media (max-width:900px){.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:768px){.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column}.Footer-module__EZoWya__legalLinks{gap:1rem}}
