@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";
:root{--background:#fff;--foreground:#0f172a;--primary:#1e3a8a;--primary-foreground:#fff;--accent:#0d9488;--accent-foreground:#fff;--muted:#f1f5f9;--muted-foreground:#64748b;--border:#e2e8f0;--input:#e2e8f0;--ring:#1e3a8a;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-display:"Outfit","Inter",sans-serif;--radius:.75rem}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background:var(--background);color:var(--foreground);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.container{padding:0 1rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--muted)}::-webkit-scrollbar-thumb{background:var(--muted-foreground);border-radius:10px}.btn{border-radius:var(--radius);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.btn-outline{border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--muted);transform:translateY(-2px)}section{overflow:hidden}
.Navbar-module__cJzEcG__navbar{z-index:5000;border-bottom:1px solid var(--border);background:#fff;align-items:center;height:80px;display:flex;position:sticky;top:0;left:0;right:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-display);color:var(--primary);align-items:center;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__logo span{color:var(--accent)}.Navbar-module__cJzEcG__desktopNav{gap:2rem;display:flex}@media (max-width:1024px){.Navbar-module__cJzEcG__desktopNav{display:none}}.Navbar-module__cJzEcG__navItem{position:relative}.Navbar-module__cJzEcG__navLink{color:var(--foreground);align-items:center;gap:.25rem;padding:.5rem 0;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--primary)}.Navbar-module__cJzEcG__dropdown{border:1px solid var(--border);border-radius:var(--radius);background:#fff;min-width:220px;margin-top:.5rem;padding:.5rem;position:absolute;top:100%;left:0;box-shadow:0 10px 15px -3px #0000001a}.Navbar-module__cJzEcG__dropdownItem{color:var(--foreground);border-radius:calc(var(--radius) - .25rem);padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:block}.Navbar-module__cJzEcG__dropdownItem:hover{background:var(--muted);color:var(--primary)}.Navbar-module__cJzEcG__mobileToggleButton{color:var(--foreground);display:none}@media (max-width:1024px){.Navbar-module__cJzEcG__mobileToggleButton{display:block}}.Navbar-module__cJzEcG__mobileNav{z-index:2000;background:#fff;padding:2rem;position:fixed;inset:80px 0 0;overflow-y:auto}.Navbar-module__cJzEcG__mobileNavLinks{flex-direction:column;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__mobileNavLink{color:var(--foreground);justify-content:space-between;align-items:center;width:100%;font-size:1.25rem;font-weight:600;display:flex}.Navbar-module__cJzEcG__mobileSublinks{border-left:2px solid var(--muted);flex-direction:column;gap:.75rem;margin-top:.75rem;padding-left:1rem;display:flex}.Navbar-module__cJzEcG__mobileSublink{color:var(--muted-foreground);font-size:1rem;font-weight:500}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);background:#f8fafc;padding:4rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem;display:grid}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2.5rem}}.Footer-module__S6Hkya__logo{font-family:var(--font-display);color:var(--primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:block}.Footer-module__S6Hkya__logo span{color:var(--accent)}.Footer-module__S6Hkya__description{color:var(--muted-foreground);max-width:350px;margin-bottom:1.5rem;line-height:1.6}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socialLink{color:var(--muted-foreground);transition:color .2s}.Footer-module__S6Hkya__socialLink:hover{color:var(--primary)}.Footer-module__S6Hkya__links h4{color:var(--foreground);margin-bottom:1.5rem}.Footer-module__S6Hkya__links ul{list-style:none}.Footer-module__S6Hkya__links li{margin-bottom:.75rem}.Footer-module__S6Hkya__links a{color:var(--muted-foreground);font-size:.95rem;transition:color .2s}.Footer-module__S6Hkya__links a:hover{color:var(--primary)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border);text-align:center;color:var(--muted-foreground);padding-top:2rem;font-size:.9rem}
.WhatsAppButton-module__V-0EQa__whatsapp{color:#fff;z-index:1000;cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #25d36666}@media (max-width:768px){.WhatsAppButton-module__V-0EQa__whatsapp{width:50px;height:50px;bottom:1.5rem;right:1.5rem}}
