@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Inter-400.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/Inter-500.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/Inter-600.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/Inter-700.woff2)format("woff2")}:root{--primary:#0d6efd;--primary-hover:#0b5ed7;--dark:#212529;--text:#343a40;--muted:#6c757d;--border:#dee2e6;--bg-light:#f8f9fa;--navbar-height:56px}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;background:var(--dark)}body{padding-top:var(--navbar-height);color:var(--text);background:#fff;margin:0;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5}img{vertical-align:middle}a{color:var(--primary)}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.2}.container{width:100%;max-width:1140px;margin-inline:auto;padding-inline:12px}.container-fluid{width:100%;padding-inline:12px}.grid{gap:1.5rem;display:grid}.grid-cols-1{grid-template-columns:1fr}@media (min-width:576px){.grid-sm-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.grid-lg-3{grid-template-columns:repeat(3,1fr)}}.text-center{text-align:center}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:inline-block}.btn-light{color:var(--text);background:#fff}.btn-light:hover{background:#e9ecef}.navbar{z-index:1030;height:var(--navbar-height);background:var(--dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.navbar .container{align-items:center;height:100%;display:flex}.navbar-brand{color:#fff;margin-right:auto;font-size:1.25rem;font-weight:500;text-decoration:none}.navbar-toggle{cursor:pointer;color:#ffffffd9;background:0 0;border:1px solid #fff6;border-radius:6px;justify-content:center;align-items:center;padding:.35rem .5rem;line-height:0;display:none}.navbar-links{align-items:center;gap:.5rem;display:flex}.navbar-links a{color:#ffffffbf;padding:.5rem .75rem;text-decoration:none;transition:color .2s}.navbar-links a:hover{color:#fff}.navbar-links a.nav-btn{border:1px solid #fff9;border-radius:6px;padding:.35rem .9rem;font-size:.9rem}.navbar-links a.nav-btn:hover{background:#ffffff1a}.navbar-links .nav-current{color:#fff;cursor:default;border-bottom:2px solid var(--primary);padding:.5rem .75rem;font-weight:600}.navbar-links .nav-current.nav-btn{background:#ffffff26;border:1px solid #fff9;border-radius:6px;padding:.35rem .9rem;font-size:.9rem;font-weight:600}@media (max-width:575.98px){.navbar-toggle{display:inline-flex}.navbar-links{top:var(--navbar-height);background:var(--dark);flex-direction:column;align-items:stretch;gap:0;padding:.5rem 12px 1rem;position:absolute;left:0;right:0;box-shadow:0 8px 20px #0003}.navbar-links:not(.open){display:none}.navbar-links a.nav-btn,.navbar-links .nav-current.nav-btn{text-align:center;margin-top:.5rem}}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .5s,transform .5s;transform:translateY(16px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.hero{background-image:url(/imgs/parallax.webp);background-position:50%;background-size:cover;background-attachment:fixed;padding:5rem 0;position:relative}.hero:before{content:"";background:linear-gradient(135deg,#142864d9,#273b7bb3);position:absolute;inset:0}.hero .hero-content{z-index:1;position:relative}.hero .titulo-1{color:#fff;letter-spacing:-.5px;font-size:3.5rem;font-weight:300}.hero .titulo-1 b{font-weight:700}.hero .titulo-2{color:#ffffffd9;margin-top:1.5rem;font-size:1.4rem;font-weight:300}.hero .hero-cta{margin-top:2rem}.features-section{background-color:var(--bg-light);padding:3rem 0}.feature-card{border:1px solid var(--border);background:#fff;border-radius:12px;height:100%;padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000014}.feature-card .feature-icon{justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;display:flex}.feature-card .feature-icon img{max-width:100%;max-height:100%}.feature-card h5{color:var(--primary);text-align:center;font-size:1.05rem;font-weight:600}.feature-card p{color:var(--muted);font-size:.9rem;line-height:1.6}.section-alt{padding:4rem 0}.expertise-row{grid-template-columns:1fr;align-items:center;gap:1.5rem;display:grid}.expertise-row+.expertise-row{margin-top:3rem}@media (min-width:768px){.expertise-row{grid-template-columns:7fr 5fr}.expertise-row.reverse{grid-template-columns:5fr 7fr}}.section-alt h4{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.section-alt p{color:var(--muted);line-height:1.8}.section-img{max-width:200px;height:auto;margin:0 auto;display:block}.quote-section{background:linear-gradient(135deg, var(--bg-light), #e9ecef);padding:3rem 0}.quote-section figure{margin:0}.quote-section blockquote{color:#495057;max-width:700px;margin:0 auto;font-size:1.25rem}.quote-section .quote-footer{color:#adb5bd;margin-top:.5rem}.quote-section .quote-footer cite{font-style:normal}.contact-section{text-align:center;padding:3rem 0}.contact-section h3{color:var(--primary);margin-bottom:1.5rem;font-weight:700}.contact-section a{background:var(--primary);color:#fff;border-radius:8px;margin:.25rem .5rem;padding:.5rem 1.25rem;text-decoration:none;transition:background .2s;display:inline-block}.contact-section a:hover{background:var(--primary-hover);color:#fff}.contact-section .contact-phone{color:var(--muted);margin-bottom:1rem;font-size:1.1rem}.suporte-section{padding:3rem 0}.suporte-section h1{text-align:center;color:var(--primary);margin-bottom:1.5rem;font-weight:700}.suporte-card{background:#fff;border-radius:12px;height:100%;padding:2rem;transition:box-shadow .2s;box-shadow:0 2px 12px #0000000f}.suporte-card:hover{box-shadow:0 4px 20px #0000001a}.suporte-card h2,.suporte-card h3{color:var(--primary);margin-bottom:1.25rem;font-weight:700}.suporte-card ul{margin:0 0 1rem;padding:0;list-style:none}.suporte-card ul li{color:var(--muted);padding:.25rem 0}.suporte-links{flex-direction:column;gap:.5rem;display:flex}.suporte-links a{color:var(--primary);background:#0d6efd14;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;text-decoration:none;transition:background .2s;display:inline-flex}.suporte-links a:hover{background:#0d6efd26}.content-page{padding:3rem 0 3.5rem}.content-page h1{font-size:2rem}.content-narrow{max-width:820px}.content-narrow h2{margin-top:2rem}.content-narrow p,.content-narrow li{color:var(--text);line-height:1.7}.landing-title{text-align:center;margin-bottom:1rem;font-size:3rem}.landing-subtitle{text-align:center;font-size:1.75rem;font-weight:300}.landing-images{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem;display:grid}@media (min-width:576px){.landing-images{grid-template-columns:repeat(2,1fr)}}.landing-images img{border-radius:8px;max-width:100%;height:auto}.site-footer{background:var(--dark);color:#adb5bd;text-align:center;padding:2rem 0;font-size:.85rem}.site-footer a{color:#dee2e6;text-decoration:none}.site-footer a:hover{color:#fff}
