*{padding:0;margin:0;box-sizing:border-box}:root{--primary-color:#262262;--second-color:#edd218;--apoio-color:#212121;--apoio-color-bg:#f5f4f4;--text-white:#ffffff;--text-link:#212121;--page-width:1250px}html{font-size:62.5%;scroll-behavior:smooth}a{text-decoration:none;transition:.3s;font-weight:600;color:var(--text-link)}body{width:100%;min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden;font-size:1.4rem;margin:0 auto;font-family:Montserrat,sans-serif}::-webkit-scrollbar{width:.6rem}::-webkit-scrollbar-track{background:#b1b1b1}::-webkit-scrollbar-thumb{background:#888;border-radius:6px;transition:.3s}::-webkit-scrollbar-thumb:hover{background:#555}.flex-center{display:flex;justify-content:center;align-items:center}.flex-center-left{display:flex;justify-content:flex-start;align-items:center}.flex-center-left-invert{display:flex;justify-content:center;align-items:flex-start}.flex-align-left{display:flex;justify-content:center;align-items:left}.flex-top-align{display:flex;justify-content:flex-start;align-items:center}.flex-center-justify-between{display:flex;justify-content:space-between;align-items:center;align-items:center}.full-display-max-content{width:100%;height:max-content}.site-header{position:sticky;top:0;z-index:1000;width:100%;background:rgba(255,255,255,.92);border-bottom:1px solid transparent;transition:background .3s,box-shadow .3s,border-color .3s}.site-header::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:inherit;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.site-header.is-scrolled{background:var(--primary-color);box-shadow:0 8px 24px rgba(18,16,48,.28);border-bottom-color:transparent}.header-inner{position:relative;z-index:1001;width:100%;padding:0 10rem;margin:0 auto;min-height:8.4rem;display:flex;align-items:center;justify-content:space-around;gap:2.4rem;transition:min-height .3s}.site-header.is-scrolled .header-inner{min-height:7.2rem}.header-logo{position:relative;display:flex;align-items:center;flex-shrink:0}.header-logo img{display:block;height:5.6rem;width:auto;max-width:22rem;object-fit:contain;transition:height .3s,opacity .3s}.site-header.is-scrolled .header-logo img{height:5rem}.header-logo-inverse{position:absolute;left:0;top:50%;transform:translateY(-50%);opacity:0;pointer-events:none}.site-header.is-scrolled .header-logo-default{opacity:0}.site-header.is-scrolled .header-logo-inverse{opacity:1}.header-nav{display:flex;align-items:center;gap:3.2rem}.header-menu{display:flex;align-items:center;gap:.4rem;list-style:none}.header-menu a{position:relative;display:inline-flex;align-items:center;padding:.8rem 1.2rem;font-size:1.5rem;font-weight:500;color:var(--primary-color);letter-spacing:.01em;white-space:nowrap}.header-menu a::after{content:"";position:absolute;left:1.2rem;right:1.2rem;bottom:.4rem;height:2px;border-radius:2px;background:var(--second-color);transform:scaleX(0);transform-origin:left;transition:transform .25s}.header-menu a.is-active,.header-menu a:hover{color:var(--primary-color)}.site-header.is-scrolled .header-menu a{color:var(--text-white)}.site-header.is-scrolled .header-menu a.is-active,.site-header.is-scrolled .header-menu a:hover{color:var(--second-color)}.header-menu a.is-active::after,.header-menu a:hover::after{transform:scaleX(1)}.header-cta{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 2rem;border-radius:.8rem;background:var(--second-color);color:var(--primary-color);font-size:1.4rem;font-weight:700;letter-spacing:.02em;white-space:nowrap;box-shadow:0 4px 12px rgba(236,211,23,.35);transition:padding .3s,transform .3s,box-shadow .3s}.header-cta:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(236,211,23,.45);color:var(--primary-color)}.site-header.is-scrolled .header-cta{padding:1rem 1.8rem}.header-toggle{display:none;width:4.4rem;height:4.4rem;padding:0;border:0;background:0 0;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.6rem}.header-toggle span{display:block;width:2.4rem;height:2px;border-radius:2px;background:var(--primary-color);transition:transform .3s,opacity .3s}.site-header.is-scrolled .header-toggle span{background:var(--text-white)}.site-header.is-open .header-toggle span:first-child{transform:translateY(.8rem) rotate(45deg)}.site-header.is-open .header-toggle span:nth-child(2){opacity:0}.site-header.is-open .header-toggle span:nth-child(3){transform:translateY(-.8rem) rotate(-45deg)}@media (max-width:1400px){.header-inner{padding:0 4rem;justify-content:space-between;gap:1.6rem}.header-nav{gap:1.6rem}.header-menu a{padding:.8rem;font-size:1.4rem}.header-menu a::after{left:.8rem;right:.8rem}}@media (max-width:1100px){.header-inner{width:100%;padding:0 2.4rem;justify-content:space-between}.header-toggle{display:flex;z-index:1002}.site-header.is-open::before{content:"";position:fixed;inset:0;background:rgba(38,34,98,.45);z-index:1000}.header-nav{position:fixed;top:0;right:0;bottom:0;left:auto;z-index:1001;display:flex;width:min(32rem,86vw);max-width:100%;height:100%;margin:0;padding:10.4rem 2.8rem 3.2rem;overflow-x:hidden;overflow-y:auto;flex-direction:column;align-items:stretch;gap:3.2rem;background:#fff;box-shadow:-16px 0 40px rgba(38,34,98,.16);transform:translateX(100%);transition:transform .3s}.site-header.is-open .header-nav{transform:translateX(0)}.header-menu{flex-direction:column;align-items:flex-start;gap:.8rem;width:100%}.header-menu a{font-size:1.8rem;padding:1rem 0}.header-menu a::after{left:0;right:auto;width:3.2rem;bottom:.6rem}.header-cta{width:100%}.site-header.is-scrolled .header-menu a,.site-header.is-scrolled .header-menu a.is-active,.site-header.is-scrolled .header-menu a:hover{color:var(--primary-color)}}@media (max-width:480px){.header-inner{width:100%;padding:0 1.6rem;min-height:7.6rem}.site-header.is-scrolled .header-inner{min-height:6.8rem}.header-logo img{height:4.8rem;max-width:18rem}.site-header.is-scrolled .header-logo img{height:4.4rem}}.site-footer{position:relative;margin-top:auto;padding-top:0;background:0 0}.site-footer--compact{padding-top:0}.footer-cta{position:absolute;left:0;right:0;top:0;z-index:2;width:min(var(--page-width),calc(100% - 4.8rem));margin:-6.4rem auto 0;display:flex;align-items:center;justify-content:space-between;gap:2.4rem;padding:3.2rem 4.4rem;border-radius:2.4rem;background:var(--second-color);box-shadow:0 16px 40px rgba(237,210,24,.28)}.footer-cta p{max-width:52rem;font-size:clamp(2.2rem, 3vw, 3.2rem);font-weight:700;line-height:1.2;color:var(--apoio-color)}.footer-cta-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:1.6rem 2.8rem;border-radius:999px;background:var(--apoio-color);color:var(--text-white);font-size:1.5rem;font-weight:700;box-shadow:0 10px 24px rgba(0,0,0,.22)}.footer-cta-btn:hover{transform:translateY(-2px);color:var(--text-white);background:var(--primary-color)}.site-map{position:relative;z-index:1;width:100%;height:0;max-height:300px;margin-top:-1px;overflow:hidden;background:#d8d8d8;transition:height .85s}.site-map.is-visible{height:300px}.site-map iframe{display:block;width:100%;height:300px;border:0}.footer-main{background:var(--primary-color);color:var(--text-white);padding:10.4rem 0 3.2rem;transition:padding-top .85s}.site-map.is-visible+.footer-main{padding-top:5.6rem}.footer-inner{width:min(var(--page-width),calc(100% - 4.8rem));margin:0 auto}.footer-grid{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3.2rem 4rem;padding-bottom:4.8rem}.footer-logo img{display:block;height:11rem;width:auto;object-fit:contain}.footer-nav{display:flex;flex-direction:column;gap:1.4rem}.footer-nav a{display:inline-flex;align-items:center;gap:1rem;color:rgba(255,255,255,.92);font-size:1.5rem;font-weight:500}.footer-nav a:hover{color:var(--second-color)}.footer-contacts svg{flex-shrink:0;width:1.8rem;height:1.8rem}.footer-bottom{width:min(var(--page-width),calc(100% - 4.8rem));margin:0 auto;padding-top:2.4rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2.4rem;border-top:1px dotted rgba(255,255,255,.45)}.footer-top{display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border-radius:.8rem;background:var(--text-white);color:var(--primary-color)}.footer-top svg{width:2rem;height:2rem}.footer-top:hover{background:var(--second-color);color:var(--primary-color)}.footer-legal{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;font-size:1.3rem;font-weight:500;color:rgba(255,255,255,.78)}.footer-legal a{color:rgba(255,255,255,.78);font-weight:500}.footer-legal a:hover{color:var(--second-color)}.footer-social{display:flex;align-items:center;gap:1.2rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;color:var(--text-white)}.footer-social svg{width:2.8rem;height:2.8rem}.footer-social a:hover{color:var(--second-color)}@media (max-width:1100px){.footer-grid{gap:4rem 5.6rem}}@media (max-width:760px){.footer-cta{width:calc(100% - 3.2rem);flex-direction:column;align-items:flex-start;padding:2.8rem 2.4rem;margin:-8rem auto 0;border-radius:1.8rem}.footer-cta-btn{width:100%}.footer-main{padding:8.8rem 0 2.8rem}.footer-bottom,.footer-inner{width:calc(100% - 3.2rem)}.footer-grid{flex-direction:column;align-items:flex-start;gap:2.4rem;padding-bottom:3.2rem}.footer-bottom{grid-template-columns:1fr;justify-items:start}}.whatsapp-float{position:fixed;right:2.4rem;bottom:2.4rem;z-index:999;display:flex;align-items:center;justify-content:center;width:5.8rem;height:5.8rem;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 10px 24px rgba(37,211,102,.4);animation:.45s cubic-bezier(.22,1,.36,1) .25s both whatsapp-in}.whatsapp-float svg{width:3.2rem;height:3.2rem}.whatsapp-float:hover{color:#fff;transform:translateY(-3px) scale(1.05);background:#1ebe5d}@media (max-width:760px){.whatsapp-float{right:1.6rem;bottom:1.6rem;width:5.2rem;height:5.2rem}.whatsapp-float svg{width:2.8rem;height:2.8rem}}html.js-reveal .reveal-item{opacity:0;transform:translate3d(0,2.4rem,0);transition:opacity .85s cubic-bezier(.22, 1, .36, 1),transform .85s cubic-bezier(.22, 1, .36, 1);transition-delay:var(--reveal-delay, 0ms)}html.js-reveal .reveal-item.reveal-fade{transform:none}html.js-reveal .reveal-item.is-in{opacity:1;transform:none}@keyframes whatsapp-in{from{opacity:0;transform:scale(.86)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hero-content.is-hero-in>*,.hero-content>*,html.js-reveal .reveal-item,html.js-reveal .reveal-item.is-in{opacity:1;transform:none;animation:none;transition:none}.whatsapp-float{animation:none}}