:root{--background:#fff;--foreground:#171717;--primary-color:#ff6000;--accent-color:#ff6000;--primary-hover:#ff7a2f;--text-primary:#1e293b;--text-secondary:#64748b;--background-light:#f8f9fa;--background-dark:#fff;--accent-light:#ff60001a;--accent-medium:#ff600026;--shadow-color:#0000001a;--border-color:#e5e5e5;--card-background:#fff;--hover-background:#ff600014;--background-gradient:linear-gradient(135deg, #fff7f2, #fff);--primary-rgb:255, 96, 0;--text-gradient:linear-gradient(45deg, #1e293b, #334155);--error:#dc2626;--error-light:#dc26261a;--input-background:#fff;--primary-color-light:#ff600033}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}
.Navbar-module__NpnVta__navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background-color:#fffffff2;width:100%;transition:all .3s;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000001a}.Navbar-module__NpnVta__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Navbar-module__NpnVta__navContent{justify-content:space-between;align-items:center;height:4.5rem;display:flex}.Navbar-module__NpnVta__logo{align-items:center;height:auto;font-size:1.25rem;display:flex}.Navbar-module__NpnVta__logo:hover{color:#ff6000;transform:translateY(-1px)}.Navbar-module__NpnVta__logoImage{width:auto}.Navbar-module__NpnVta__desktopMenu{align-items:center;gap:1.5rem;display:none}.Navbar-module__NpnVta__menuLink{color:#333;white-space:nowrap;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__NpnVta__menuLink:hover{color:#ff6000;background-color:#ff600014;transform:translateY(-1px)}.Navbar-module__NpnVta__mobileMenuToggle{color:#333;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:all .2s;display:flex}.Navbar-module__NpnVta__mobileMenuToggle:hover,.Navbar-module__NpnVta__mobileMenuToggle.Navbar-module__NpnVta__active{color:#ff6000;background-color:#ff600014}.Navbar-module__NpnVta__mobileMenu{opacity:0;border-top:1px solid #00000014;padding:1rem 0;transition:all .3s;display:none;transform:translateY(-10px)}.Navbar-module__NpnVta__mobileMenu.Navbar-module__NpnVta__show{opacity:1;display:block;transform:translateY(0)}.Navbar-module__NpnVta__mobileMenuLink{color:#333;border-radius:.5rem;align-items:center;width:100%;padding:.875rem 1rem;font-size:1rem;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__NpnVta__mobileMenuLink:hover{color:#ff6000;background-color:#ff600014}@media (min-width:768px){.Navbar-module__NpnVta__desktopMenu{display:flex}.Navbar-module__NpnVta__mobileMenuToggle{display:none}.Navbar-module__NpnVta__mobileMenu{display:none!important}}@media (max-width:767px){.Navbar-module__NpnVta__navContent{height:4rem}.Navbar-module__NpnVta__logo{font-size:1.5rem}}@media (min-width:1280px){.Navbar-module__NpnVta__container{padding:0 2rem}}.Navbar-module__NpnVta__whatsappButton{color:#fff;cursor:pointer;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #00000026}.Navbar-module__NpnVta__whatsappButton:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0003}.Navbar-module__NpnVta__whatsappTooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;background:#000c;border-radius:.5rem;margin-right:1rem;padding:.5rem 1rem;font-size:.875rem;transition:all .3s;position:absolute;right:100%}.Navbar-module__NpnVta__whatsappButton:hover .Navbar-module__NpnVta__whatsappTooltip{opacity:1;visibility:visible}@media (max-width:768px){.Navbar-module__NpnVta__whatsappButton{width:3rem;height:3rem;bottom:1.5rem;right:1.5rem}.Navbar-module__NpnVta__whatsappTooltip{display:none}}
.Footer-module__q7ZRWa__footer{background-color:var(--background-light);border-top:1px solid var(--border-color);padding:4rem 1.5rem 2rem}.Footer-module__q7ZRWa__container{max-width:1280px;margin:0 auto}.Footer-module__q7ZRWa__mainContent{grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:3rem;display:grid}.Footer-module__q7ZRWa__companyInfo{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__q7ZRWa__logo{margin-bottom:1rem;display:inline-block}.Footer-module__q7ZRWa__logoImage{width:auto}.Footer-module__q7ZRWa__description{color:var(--text-secondary);font-size:1rem;line-height:1.7}.Footer-module__q7ZRWa__contact{flex-direction:column;gap:1rem;display:flex}.Footer-module__q7ZRWa__contactItem{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.Footer-module__q7ZRWa__contactItem svg{color:var(--primary-color);font-size:1.25rem}.Footer-module__q7ZRWa__contactItem a{transition:color .3s}.Footer-module__q7ZRWa__contactItem a:hover{color:var(--primary-color)}.Footer-module__q7ZRWa__linksSection{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__q7ZRWa__linkColumn h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.Footer-module__q7ZRWa__linkColumn ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__q7ZRWa__linkColumn a{color:var(--text-secondary);transition:all .3s}.Footer-module__q7ZRWa__linkColumn a:hover{color:var(--primary-color);transform:translate(5px)}.Footer-module__q7ZRWa__newsletter p{color:var(--text-secondary);margin-bottom:1rem}.Footer-module__q7ZRWa__newsletter{gap:.5rem;display:flex}.Footer-module__q7ZRWa__newsletter input{border:2px solid var(--border-color);border-radius:.5rem;flex:1;padding:.75rem 1rem;font-size:.95rem;transition:all .3s}.Footer-module__q7ZRWa__newsletter input:focus{border-color:var(--primary-color);outline:none}.Footer-module__q7ZRWa__newsletter button{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.Footer-module__q7ZRWa__newsletter button:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.Footer-module__q7ZRWa__bottomBar{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__q7ZRWa__copyright{color:var(--text-secondary);font-size:.95rem}.Footer-module__q7ZRWa__social{gap:1rem;display:flex}.Footer-module__q7ZRWa__socialLink{background-color:var(--accent-light);width:2.5rem;height:2.5rem;color:var(--primary-color);border-radius:.5rem;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex}.Footer-module__q7ZRWa__socialLink:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-3px)}@media (max-width:968px){.Footer-module__q7ZRWa__mainContent{grid-template-columns:1fr;gap:3rem}.Footer-module__q7ZRWa__linksSection{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer-module__q7ZRWa__footer{padding:3rem 1rem 1.5rem}.Footer-module__q7ZRWa__linksSection{grid-template-columns:1fr;gap:2rem}.Footer-module__q7ZRWa__bottomBar{text-align:center;flex-direction:column;gap:1.5rem}}
