:root{--color-brown: #5D3A1A;--color-brown-light: #7D5A3A;--color-lime: #8DC63F;--color-lime-dark: #6BA32D;--color-yellow: #F4C542;--color-green-dark: #4A7C2C;--color-white: #FAFAFA;--color-gray-light: #F5F5F5;--color-gray: #E0E0E0;--color-text: #333333;--color-whatsapp: #25D366;--font-script: "Pacifico", cursive;--font-sans: "Open Sans", system-ui, sans-serif;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 20px rgba(0, 0, 0, .15);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-white);color:var(--color-text);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}h1,h2,h3,h4{color:var(--color-brown);line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.script-text{font-family:var(--font-script)}.lime-text{color:var(--color-lime)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem}.btn-primary{background-color:var(--color-lime);color:#fff}.btn-primary:hover{background-color:var(--color-lime-dark)}.btn-whatsapp{background-color:var(--color-whatsapp);color:#fff}.btn-whatsapp:hover{background-color:#1da851}.btn-outline{background:transparent;border:2px solid var(--color-brown);color:var(--color-brown)}.btn-outline:hover{background-color:var(--color-brown);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:4rem 0}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{margin-bottom:.5rem}.section-title p{color:#666;max-width:600px;margin:0 auto}.card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background-color:var(--color-whatsapp);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);z-index:1000;transition:transform .2s ease}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-float svg{width:32px;height:32px;fill:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .6s ease-out forwards}.fade-in-up{animation:fadeInUp .6s ease-out forwards}.fade-in-up-delay-1{animation-delay:.1s;opacity:0}.fade-in-up-delay-2{animation-delay:.2s;opacity:0}.fade-in-up-delay-3{animation-delay:.3s;opacity:0}.fade-in-up-delay-4{animation-delay:.4s;opacity:0}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.stagger-children>*{opacity:0;transform:translateY(20px);transition:opacity .4s ease-out,transform .4s ease-out}.stagger-children.visible>*:nth-child(1){transition-delay:.1s}.stagger-children.visible>*:nth-child(2){transition-delay:.2s}.stagger-children.visible>*:nth-child(3){transition-delay:.3s}.stagger-children.visible>*:nth-child(4){transition-delay:.4s}.stagger-children.visible>*{opacity:1;transform:translateY(0)}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.section{padding:2rem 0}.whatsapp-float{bottom:1rem;right:1rem}}.header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:var(--shadow-sm);z-index:100}.header-content.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:1rem;gap:2rem}.logo.svelte-12qhfyh{display:block}.logo.svelte-12qhfyh img:where(.svelte-12qhfyh){height:50px;width:auto}.footer-logo.svelte-12qhfyh{height:60px;width:auto;margin-bottom:.5rem}.nav.svelte-12qhfyh{display:flex;gap:2rem}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-brown);font-weight:600;transition:color .2s}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-lime)}.header-cta.svelte-12qhfyh{display:flex}.mobile-menu-btn.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:24px;height:2px;background-color:var(--color-brown);transition:transform .2s}.footer.svelte-12qhfyh{background-color:var(--color-brown);color:#fff;padding:3rem 0 1rem}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-location.svelte-12qhfyh{font-weight:600;margin-top:.5rem}.footer.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:var(--color-lime);margin-bottom:1rem}.footer-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-lime)}.footer-contact.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-bottom:.25rem}.social-links.svelte-12qhfyh{display:flex;gap:1rem}.social-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fff;transition:color .2s}.social-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-lime)}.footer-bottom.svelte-12qhfyh{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;text-align:center;font-size:.875rem;opacity:.8}@media(max-width:768px){.nav.svelte-12qhfyh{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;gap:1rem;box-shadow:var(--shadow-md);display:none}.nav.open.svelte-12qhfyh{display:flex}.header-cta.svelte-12qhfyh{display:none}.mobile-menu-btn.svelte-12qhfyh{display:flex}}
