*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#283052 rgba(40,48,82,.12)}html::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar-track{background:rgba(40,48,82,.06)}html::-webkit-scrollbar-thumb{background:#283052;border-radius:5px;border:2px solid rgba(0,0,0,0);background-clip:padding-box}html::-webkit-scrollbar-thumb:hover{background:#1e2440;background-clip:padding-box}body{font-family:"Outfit",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:16px;color:#283052;line-height:1.6;background:#fff;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}.container{max-width:960px;margin:0 auto;padding:0 24px}.container--header{max-width:1008px}.container--hero{max-width:960px}a{color:#3f9042;text-decoration:none;transition:color .2s ease}a:hover{color:#283052}a:focus-visible{outline:2px solid #3f9042;outline-offset:2px}.btn{display:inline-block;padding:14px 28px;font-family:"Outfit",-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;font-weight:500;text-align:center;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.btn:focus-visible{outline:2px solid #283052;outline-offset:2px}.btn--primary{background:#283052;color:#fff}.btn--primary:hover{background:#1e2440}.btn--light{background:#fff;color:#283052}.btn--light:hover{background:#f5f6f7;color:#283052}.btn--outline{background:rgba(0,0,0,0);color:#283052;border:2px solid #283052}.btn--outline:hover{background:#283052;color:#fff}.header{position:sticky;top:0;z-index:100;background:#fff;transition:box-shadow .2s ease}.header__bar{border-bottom:1px solid rgba(0,0,0,0);transition:border-color .2s ease,background .2s ease}.header.scrolled .header__bar{border-bottom-color:#d8d9da;box-shadow:0 2px 16px rgba(40,48,82,.06)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:15px 0}@media(max-width: 768px){.header__inner{padding:18px 0}}.header__logo{display:flex;align-items:center;flex-shrink:0;transition:opacity .2s ease}.header__logo:hover{opacity:.88}.header__logo:focus-visible{outline:2px solid #3f9042;outline-offset:4px;border-radius:2px}.header__logo-img{display:block;height:130px;width:auto;object-fit:contain}@media(max-width: 768px){.header__logo-img{height:46px;max-width:160px}}@media(max-width: 768px){.header__nav{position:fixed;top:0;right:0;bottom:0;width:min(320px,88vw);padding:88px 28px 28px;background:#fff;box-shadow:-8px 0 32px rgba(40,48,82,.1);transform:translateX(100%);transition:transform .3s ease;overflow-y:auto;z-index:100}.header__nav.active{transform:translateX(0)}}.header__menu{display:flex;align-items:center;gap:44px;list-style:none}@media(max-width: 768px){.header__menu{flex-direction:column;align-items:flex-start;gap:0}}.header__dropdown{position:relative}.header__link{font-size:.9375rem;font-weight:500;color:#5a5f7a;position:relative;padding:6px 0;transition:color .2s ease}.header__link::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#3f9042;border-radius:1px;transform:scaleX(0);transition:transform .2s ease}.header__link:hover{color:#283052}.header__link:hover::after,.header__link--active::after{transform:scaleX(1)}.header__link--active{color:#283052}.header__link--dropdown{padding-right:18px}.header__link--dropdown::before{content:"";position:absolute;right:0;top:50%;margin-top:-2px;border:5px solid rgba(0,0,0,0);border-top-color:currentColor;border-bottom:none;opacity:.7;transition:transform .2s ease}.header__link--cta{padding:12px 24px;background:#283052;color:#fff !important;border-radius:4px}.header__link--cta::after{display:none}.header__link--cta:hover{background:#1e2440;color:#fff !important}@media(max-width: 768px){.header__link{display:block;padding:16px 0;font-size:1.0625rem}.header__link--cta{margin-top:20px;padding:14px 28px;text-align:center}.header__link--dropdown{padding-right:0}.header__link--dropdown::before{right:8px;top:50%;margin-top:-3px}.header__dropdown.open .header__link--dropdown::before{transform:rotate(180deg)}}.header__submenu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);min-width:220px;padding:8px 0;margin:0;list-style:none;background:#fff;border:1px solid #d8d9da;border-radius:4px;box-shadow:0 8px 24px rgba(40,48,82,.1);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:50}@media(min-width: 769px){.header__dropdown:hover .header__submenu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(4px)}}@media(max-width: 768px){.header__submenu{position:static;transform:none;min-width:auto;max-height:0;overflow:hidden;padding:0;margin:0 0 0 16px;border:none;box-shadow:none;background:rgba(0,0,0,0);opacity:1;visibility:visible;transition:max-height .25s ease}.header__dropdown.open .header__submenu{max-height:320px;padding:8px 0 12px;margin-top:4px}}.header__sublink{display:block;padding:10px 20px;font-size:.875rem;font-weight:500;color:#5a5f7a;text-decoration:none;transition:color .2s ease,background .2s ease}.header__sublink:hover{color:#283052;background:#f5f6f7}@media(max-width: 768px){.header__sublink{padding:10px 0;font-size:.9375rem;color:#283052}.header__sublink:hover{background:rgba(0,0,0,0);color:#3f9042}}.header__toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:40px;padding:0;background:none;border:none;cursor:pointer;border-radius:4px;transition:background .2s ease}.header__toggle:hover{background:#f5f6f7}.header__toggle:focus-visible{outline:2px solid #283052;outline-offset:2px}@media(max-width: 768px){.header__toggle{display:flex;z-index:101}}.header__toggle span{display:block;width:22px;height:2px;background:#283052;transition:transform .25s ease,opacity .2s;border-radius:1px}.header__toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__toggle.active span:nth-child(2){opacity:0}.header__toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header-overlay{display:none;position:fixed;inset:0;background:rgba(40,48,82,.25);backdrop-filter:blur(2px);z-index:99;opacity:0;transition:opacity .25s;pointer-events:none}@media(max-width: 768px){.header-overlay.active{display:block;opacity:1;pointer-events:auto}}.hero{position:relative;padding:100px 0 120px;overflow:hidden;min-height:78vh;display:flex;align-items:center}@media(max-width: 768px){.hero{padding:80px 0 96px;min-height:auto}}.hero__bg{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("/assets/img/bg-hero.png");background-size:cover;background-position:center right;background-repeat:no-repeat;pointer-events:none}.hero__bg::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(105deg, rgba(40, 48, 82, 0.88) 0%, rgba(40, 48, 82, 0.65) 45%, rgba(40, 48, 82, 0.25) 70%, transparent 100%),linear-gradient(180deg, rgba(40, 48, 82, 0.4) 0%, transparent 50%);pointer-events:none}@media(max-width: 768px){.hero__bg{background-position:center center}.hero__bg::after{background:linear-gradient(180deg, rgba(40, 48, 82, 0.82) 0%, rgba(40, 48, 82, 0.5) 100%)}}.hero__bg-shape{position:absolute;border-radius:50%;pointer-events:none;opacity:.25;z-index:0}.hero__bg-shape--1{width:min(70vw,520px);height:min(70vw,520px);top:-15%;right:-10%;background:radial-gradient(circle, rgba(63, 144, 66, 0.15) 0%, transparent 70%);animation:heroShapeFloat 18s ease-in-out infinite}.hero__bg-shape--2{width:min(50vw,380px);height:min(50vw,380px);bottom:-10%;left:-8%;background:radial-gradient(circle, rgba(40, 48, 82, 0.12) 0%, transparent 70%);animation:heroShapeFloat 22s ease-in-out infinite reverse;animation-delay:-4s}.hero__bg-shape--3{width:min(35vw,260px);height:min(35vw,260px);top:50%;left:45%;background:radial-gradient(circle, rgba(171, 211, 88, 0.1) 0%, transparent 65%);animation:heroShapeCenter 15s ease-in-out infinite;animation-delay:-2s}@keyframes heroShapeFloat{0%,100%{transform:translate(0, 0) scale(1)}33%{transform:translate(3%, -2%) scale(1.02)}66%{transform:translate(-2%, 2%) scale(0.98)}}@keyframes heroShapeCenter{0%,100%{transform:translate(-50%, -50%) scale(1)}50%{transform:translate(-50%, -50%) scale(1.08)}}.hero .container{position:relative;z-index:1}.hero__accent{position:absolute;top:0;left:0;bottom:0;width:4px;background:linear-gradient(180deg, #3F9042 0%, #ABD358 100%);pointer-events:none;z-index:1}@media(max-width: 768px){.hero__accent{width:3px}}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 56px;align-items:start;max-width:100%}@media(max-width: 900px){.hero__grid{gap:36px 40px}}@media(max-width: 768px){.hero__grid{grid-template-columns:1fr;gap:36px;align-items:stretch}}.hero__left{min-width:0}.hero__right{min-width:0}.hero__label{display:flex;align-items:center;gap:12px;font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:#abd358;margin-bottom:24px}.hero__label-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#3f9042;flex-shrink:0;animation:heroDotPulse 2.5s ease-in-out infinite}@keyframes heroDotPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.hero__title{font-size:3rem;font-weight:500;line-height:1.15;color:#fff;letter-spacing:-0.04em;margin-bottom:24px;max-width:12ch;text-shadow:0 1px 2px rgba(40,48,82,.2)}@media(max-width: 768px){.hero__title{font-size:2.25rem;margin-bottom:20px;max-width:none}}.hero__lead{font-size:1.125rem;color:hsla(0,0%,100%,.92);max-width:36em;margin-bottom:14px;line-height:1.65}@media(max-width: 768px){.hero__lead{font-size:1.0625rem;margin-bottom:12px}}.hero__sub{font-size:1rem;color:hsla(0,0%,100%,.82);max-width:36em;margin-bottom:32px;line-height:1.6;opacity:.9}@media(max-width: 768px){.hero__sub{font-size:.9375rem;margin-bottom:28px}}.hero__cta{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px}.hero__cta-secondary{font-size:.9375rem;font-weight:500;color:hsla(0,0%,100%,.9);position:relative;transition:color .2s ease}.hero__cta-secondary:hover{color:#fff}.hero__cta-secondary:focus-visible{outline:2px solid #3f9042;outline-offset:2px}.hero__cards{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width: 480px){.hero__cards{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.hero__cards{grid-template-columns:1fr;gap:14px}}.hero-card{display:block;padding:20px 22px;background:#fff;border:1px solid #d8d9da;border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;text-decoration:none;color:inherit}.hero-card:hover{border-color:rgba(40,48,82,.2);box-shadow:0 4px 20px rgba(40,48,82,.08);transform:translateY(-2px)}.hero-card:focus-visible{outline:2px solid #3f9042;outline-offset:2px}@media(max-width: 767px){.hero-card{padding:18px 20px}}.hero-card__title{display:block;font-size:1rem;font-weight:600;color:#283052;margin-bottom:6px;transition:color .2s ease}.hero-card:hover .hero-card__title{color:#3f9042}.hero-card__desc{display:block;font-size:.875rem;color:#5a5f7a;line-height:1.5}.ticker-bar{overflow:hidden;padding:18px 0;background:#283052;border-top:1px solid hsla(0,0%,100%,.08);border-bottom:1px solid hsla(0,0%,100%,.08)}.ticker-bar__track{overflow:hidden;width:100%}.ticker-bar__content{display:flex;flex-wrap:nowrap;align-items:center;width:max-content;gap:0;animation:tickerScroll 35s linear infinite}.ticker-bar__content:hover{animation-play-state:paused}@keyframes tickerScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.ticker-bar__item{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;padding:0 28px;font-size:.9375rem;font-weight:500;color:hsla(0,0%,100%,.92);white-space:nowrap;border-right:1px solid hsla(0,0%,100%,.12)}.ticker-bar__item:last-child{border-right:none}@media(max-width: 768px){.ticker-bar__item{padding:0 20px;font-size:.875rem;gap:8px}}.ticker-bar__icon{flex-shrink:0;opacity:.9;color:#abd358}.section{padding:88px 0}@media(max-width: 768px){.section{padding:56px 0}}.section--light{background:#f5f6f7}.section--atuacao{position:relative;overflow:hidden;background:#283052;color:#fff;padding:100px 0}@media(max-width: 768px){.section--atuacao{padding:64px 0}}.section--atuacao .section__accent{position:absolute;top:0;bottom:0;width:4px;background:linear-gradient(180deg, #3F9042 0%, #ABD358 100%);pointer-events:none}@media(max-width: 768px){.section--atuacao .section__accent{width:3px}}.section--atuacao .section__accent--right{left:auto;right:0}.section--atuacao .section__label{color:hsla(0,0%,100%,.65);letter-spacing:.16em;margin-bottom:14px}.atuacao__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px 72px;align-items:start;max-width:100%}@media(max-width: 768px){.atuacao__grid{grid-template-columns:1fr;gap:40px}}.atuacao__left{min-width:0}.atuacao__title{margin-bottom:24px;max-width:14ch;font-size:1.875rem;font-weight:500;line-height:1.25;color:#fff !important}@media(max-width: 768px){.atuacao__title{font-size:1.625rem;max-width:none}}.atuacao__lead{font-size:1.0625rem;color:hsla(0,0%,100%,.88);line-height:1.65;margin:0;max-width:28em}.atuacao__cta{margin:28px 0 0;text-align:left}@media(max-width: 768px){.atuacao__cta{margin-top:24px}}.atuacao__right{min-width:0}.section--atuacao .btn--atuacao{background:#fff;color:#283052}.section--atuacao .btn--atuacao:hover{background:hsla(0,0%,100%,.92);color:#283052}.atuacao__pillars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;border:1px solid hsla(0,0%,100%,.12);border-radius:4px;overflow:hidden;background:hsla(0,0%,100%,.04)}.atuacao__pillar{display:flex;align-items:flex-start;gap:22px;padding:26px 28px;border-bottom:1px solid hsla(0,0%,100%,.1);transition:padding-left .2s ease,background .2s ease}.atuacao__pillar:first-child{padding-top:26px}.atuacao__pillar:last-child{border-bottom:none;padding-bottom:26px}.atuacao__pillar:hover{padding-left:32px;background:hsla(0,0%,100%,.08)}.atuacao__pillar:hover .atuacao__pillar-num{color:#abd358}@media(max-width: 768px){.atuacao__pillar{padding:20px 22px;gap:18px}.atuacao__pillar:first-child{padding-top:20px}.atuacao__pillar:last-child{padding-bottom:20px}.atuacao__pillar:hover{padding-left:24px}}.atuacao__pillar-num{flex-shrink:0;font-size:.8125rem;font-weight:600;color:#abd358;letter-spacing:.1em;line-height:1.4;transition:color .2s ease}.atuacao__pillar-text{font-size:1rem;color:hsla(0,0%,100%,.9);line-height:1.6}.section--accent{background:#283052;color:#fff}.section--accent .section__label--light,.section--accent .section__title--light{color:#fff}.section--accent .section__contact-text,.section--accent .contact-link{color:hsla(0,0%,100%,.9)}.section--accent .contact-link:hover{color:#fff}.section--contato{position:relative;overflow:hidden;padding:88px 0 96px}@media(max-width: 768px){.section--contato{padding:56px 0 64px}}.section--contato .section__accent{position:absolute;top:0;bottom:0;width:4px;background:linear-gradient(180deg, #3F9042 0%, #ABD358 100%);pointer-events:none;z-index:0}@media(max-width: 768px){.section--contato .section__accent{width:3px}}.section--contato .section__accent--right{left:auto;right:0}.contato-home__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px 64px;align-items:start;max-width:100%;position:relative;z-index:1}@media(max-width: 768px){.contato-home__grid{grid-template-columns:1fr;gap:40px}}.contato-home__left{min-width:0}.contato-home__text{font-size:1.0625rem;color:hsla(0,0%,100%,.9);line-height:1.6;margin-bottom:28px;max-width:28em}@media(max-width: 768px){.contato-home__text{margin-bottom:24px}}.contato-home__cta{margin-top:0}.contato-home__right{min-width:0}.contato-home__card{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:4px;padding:28px 30px}@media(max-width: 768px){.contato-home__card{padding:24px 26px}}.contato-home__item{padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.1)}.contato-home__item:first-child{padding-top:0}.contato-home__item:last-child{border-bottom:none;padding-bottom:0}.contato-home__label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:hsla(0,0%,100%,.6);margin-bottom:6px}.contato-home__link{font-size:1rem;font-weight:500;color:#fff;text-decoration:none;transition:color .2s ease}.contato-home__link:hover{color:#abd358}.contato-home__link:focus-visible{outline:2px solid #abd358;outline-offset:2px}.section__label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#5a5f7a;margin-bottom:12px}.section__label--light{color:hsla(0,0%,100%,.7)}.section__title{font-size:1.75rem;font-weight:500;color:#283052;letter-spacing:-0.02em;margin-bottom:28px;max-width:20ch}@media(max-width: 768px){.section__title{font-size:1.5rem;margin-bottom:22px;max-width:none}}.section__title--light{color:#fff}.section__content{max-width:42em}.section__content--prose p{font-size:1.0625rem;color:#283052;margin-bottom:16px;line-height:1.65}.section__content--prose p:last-child{margin-bottom:0}.section__link-wrap{margin-top:28px}.section__intro{font-size:1rem;color:#5a5f7a;margin:-8px 0 32px;max-width:32em}.link-arrow{font-size:.9375rem;font-weight:500;display:inline-flex;align-items:center;gap:8px}.link-arrow::after{content:"→"}.section--servicos{background:#f5f6f7;padding:88px 0 96px}@media(max-width: 768px){.section--servicos{padding:56px 0 64px}}.section--servicos__intro{margin-bottom:40px}@media(max-width: 768px){.section--servicos__intro{margin-bottom:32px}}.section--servicos__cta{margin-top:40px;text-align:center}.servicos-cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;max-width:100%}@media(max-width: 768px){.servicos-cards{grid-template-columns:1fr;gap:16px}}.servicos-cards__item{margin:0}.servicos-card{display:block;padding:28px 26px;background:#fff;border:1px solid #d8d9da;border-radius:4px;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;height:100%}.servicos-card:hover{border-color:rgba(40,48,82,.25);box-shadow:0 8px 24px rgba(40,48,82,.08);transform:translateY(-2px)}.servicos-card:focus-visible{outline:2px solid #3f9042;outline-offset:2px}@media(max-width: 768px){.servicos-card{padding:22px 20px}}.servicos-card__title{display:block;font-size:1.0625rem;font-weight:600;color:#283052;margin-bottom:10px;transition:color .2s ease}.servicos-card:hover .servicos-card__title{color:#3f9042}.servicos-card__desc{display:block;font-size:.9375rem;color:#5a5f7a;line-height:1.55}.services-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:1px;background:#d8d9da;border:1px solid #d8d9da;border-radius:4px;overflow:hidden;max-width:640px}.services-grid__item{padding:20px 24px;font-size:1rem;font-weight:500;color:#283052;background:#fff;transition:background .2s ease,color .2s ease}.services-grid__item:hover{background:#f5f6f7;color:#283052}.section__contact-text{font-size:1rem;margin-bottom:16px;opacity:.9}.section__contact-links{display:flex;flex-wrap:wrap;gap:16px 24px;margin-bottom:28px}.contact-link{font-size:1rem;color:#fff;text-decoration:underline;text-underline-offset:3px}.contact-link:hover{color:#abd358}.section__cta{margin-top:0}.page-hero{padding:64px 0 40px;border-bottom:1px solid #d8d9da;background:#fff}@media(max-width: 768px){.page-hero{padding:48px 0 32px}}.page-hero--sobre{position:relative;overflow:hidden}.page-hero__accent{display:none}.page-hero--sobre .page-hero__accent,.page-hero--servicos .page-hero__accent,.page-hero--contato .page-hero__accent{display:block;position:absolute;top:0;left:0;bottom:0;width:4px;background:linear-gradient(180deg, #3F9042 0%, #ABD358 100%);pointer-events:none}@media(max-width: 768px){.page-hero--sobre .page-hero__accent,.page-hero--servicos .page-hero__accent,.page-hero--contato .page-hero__accent{width:3px}}.page-hero--sobre,.page-hero--servicos,.page-hero--contato{position:relative;overflow:hidden}.page-hero__title{font-size:2rem;font-weight:500;color:#283052;letter-spacing:-0.02em;margin-bottom:8px}@media(max-width: 768px){.page-hero__title{font-size:1.625rem}}.page-hero__subtitle{font-size:1rem;color:#5a5f7a}.page-hero__breadcrumb{font-size:.8125rem;margin-bottom:12px}.page-hero__breadcrumb a{color:#5a5f7a;text-decoration:none}.page-hero__breadcrumb a:hover{color:#3f9042}.main{flex:1}.main--page{padding:0}.page-content{padding:48px 0 80px}@media(max-width: 768px){.page-content{padding:40px 0 64px}}.page-content__body--prose p{font-size:1.0625rem;color:#283052;max-width:42em;margin-bottom:18px;line-height:1.65}.page-content__body--prose p:last-child{margin-bottom:0}.page-content__cta{margin-top:40px}.page-content__intro{font-size:1rem;color:#5a5f7a;margin-bottom:36px;max-width:32em}.page-content--servicos{padding:0}.servicos-page__wrap{padding:56px 0 80px;background:#f5f6f7}@media(max-width: 768px){.servicos-page__wrap{padding:44px 0 64px}}.servicos-grid--page{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px;list-style:none;margin:0;padding:0}@media(min-width: 900px){.servicos-grid--page{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 640px){.servicos-grid--page{grid-template-columns:1fr;gap:20px}}.servicos-card{display:flex;flex-direction:column;padding:28px 26px;background:#fff;border:1px solid #d8d9da;border-radius:4px;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.servicos-card:hover{border-color:rgba(40,48,82,.25);box-shadow:0 8px 28px rgba(40,48,82,.08);transform:translateY(-3px)}.servicos-card:hover .servicos-card__link{color:#3f9042}.servicos-card:focus-visible{outline:2px solid #3f9042;outline-offset:2px}@media(max-width: 768px){.servicos-card{padding:24px 22px}}.servicos-card__num{font-size:.75rem;font-weight:600;color:#3f9042;letter-spacing:.1em;margin-bottom:14px}.servicos-card__title{font-size:1.125rem;font-weight:600;color:#283052;margin-bottom:10px;letter-spacing:-0.01em;line-height:1.3}.servicos-card__desc{font-size:.9375rem;color:#5a5f7a;line-height:1.55;margin:0 0 16px;flex:1}.servicos-card__link{font-size:.875rem;font-weight:500;color:#283052;transition:color .2s ease}.servicos-list--page{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.servicos-list__item{display:flex;align-items:flex-start;gap:24px;padding:28px 30px;background:#fff;border:1px solid #d8d9da;border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease}.servicos-list__item:hover{border-color:rgba(40,48,82,.2);box-shadow:0 6px 24px rgba(40,48,82,.06)}@media(max-width: 768px){.servicos-list__item{flex-direction:column;gap:16px;padding:22px 22px}}.servicos-list__num{flex-shrink:0;font-size:.8125rem;font-weight:600;color:#3f9042;letter-spacing:.08em;line-height:1.3}.servicos-list__content{min-width:0}.servicos-list__title{font-size:1.25rem;font-weight:600;color:#283052;margin-bottom:10px;letter-spacing:-0.01em}.servicos-list__desc{font-size:1.0625rem;color:#5a5f7a;line-height:1.6;margin:0;max-width:42em}.page-content--servico-inner{padding:48px 0 80px}@media(max-width: 768px){.page-content--servico-inner{padding:40px 0 64px}}.servico-inner__body{max-width:42em}.servico-inner__body p{font-size:1.0625rem;color:#283052;margin-bottom:18px;line-height:1.65;text-align:justify}.servico-inner__body p:last-child{margin-bottom:0}.page-content--contact{padding:40px 0 80px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;max-width:800px}@media(max-width: 768px){.contact-layout{grid-template-columns:1fr;gap:40px}}.contact-info__text{font-size:1rem;color:#5a5f7a;margin-bottom:20px;line-height:1.6}.contact-info__email,.contact-info__site{font-size:1rem;margin-bottom:8px}.contact-info__email a,.contact-info__site a{color:#283052;font-weight:500}.contact-info__email a:hover,.contact-info__site a:hover{color:#3f9042}.page-hero--especialistas{position:relative;overflow:hidden}.page-hero--especialistas .page-hero__accent{display:block;position:absolute;top:0;left:0;bottom:0;width:4px;background:linear-gradient(180deg, #3F9042 0%, #ABD358 100%);pointer-events:none}@media(max-width: 768px){.page-hero--especialistas .page-hero__accent{width:3px}}.rep-section{padding:64px 0 72px}@media(max-width: 768px){.rep-section{padding:48px 0 56px}}.rep-section--alt{background:#f5f6f7}.rep-card{display:grid;grid-template-columns:280px 1fr;gap:48px 56px;align-items:start;max-width:100%}@media(max-width: 768px){.rep-card{grid-template-columns:1fr;gap:28px}}.rep-card--reverse{direction:rtl}@media(max-width: 768px){.rep-card--reverse{direction:ltr}}.rep-card--reverse>*{direction:ltr}.rep-card__image{position:relative;overflow:hidden;border-radius:4px;aspect-ratio:4/5;max-height:380px;background:#d8d9da}@media(max-width: 768px){.rep-card__image{max-height:none;aspect-ratio:3/4}}.rep-card__image img{width:100%;height:100%;object-fit:cover;display:block}.rep-card__content{min-width:0}.rep-card__name{font-size:1.5rem;font-weight:600;color:#283052;margin-bottom:12px;letter-spacing:-0.02em}.rep-card__role{font-size:.9375rem;font-weight:500;color:#3f9042;margin-bottom:20px}.rep-card__bio{font-size:1rem;color:#283052;line-height:1.65;margin-bottom:16px;text-align:justify}.rep-card__bio:last-child{margin-bottom:0}.rep-cta{padding:48px 0 80px;text-align:center}@media(max-width: 768px){.rep-cta{padding:40px 0 64px}}.rep-cta__text{font-size:.9375rem;color:#5a5f7a;margin-bottom:20px}.sobre-section{padding:64px 0 72px}@media(max-width: 768px){.sobre-section{padding:48px 0 56px}}.sobre-section--intro{padding-top:48px;padding-bottom:56px}@media(max-width: 768px){.sobre-section--intro{padding-top:40px;padding-bottom:44px}}.sobre-section--light{background:#f5f6f7}.sobre-section--accent{background:#283052;color:#fff;padding:56px 0 64px}@media(max-width: 768px){.sobre-section--accent{padding:44px 0 52px}}.sobre-section--cta{padding:56px 0 80px;text-align:center}@media(max-width: 768px){.sobre-section--cta{padding:44px 0 64px}}.sobre-section__title{font-size:1.5rem;font-weight:600;color:#283052;letter-spacing:-0.02em;margin-bottom:20px}@media(max-width: 768px){.sobre-section__title{font-size:1.375rem;margin-bottom:16px}}.sobre-section--accent .sobre-section__title{color:#fff}.sobre-section__lead{font-size:1.0625rem;color:#5a5f7a;max-width:42em;margin-bottom:32px;line-height:1.65}@media(max-width: 768px){.sobre-section__lead{margin-bottom:28px}}.sobre-section--accent .sobre-section__lead{color:hsla(0,0%,100%,.88)}.sobre-section__prose{max-width:42em}.sobre-section__prose p{font-size:1.0625rem;color:#283052;margin-bottom:18px;line-height:1.65}.sobre-section__prose p:last-child{margin-bottom:0}.sobre-quem__lead{max-width:36em;margin-bottom:40px}@media(max-width: 768px){.sobre-quem__lead{margin-bottom:32px}}.sobre-quem__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px 28px}@media(max-width: 900px){.sobre-quem__grid{grid-template-columns:1fr;gap:20px}}.sobre-quem-card{padding:32px 28px;background:#fff;border:1px solid #d8d9da;border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.sobre-quem-card:hover{border-color:rgba(40,48,82,.2);box-shadow:0 8px 28px rgba(40,48,82,.08);transform:translateY(-3px)}@media(max-width: 768px){.sobre-quem-card{padding:26px 22px}}.sobre-quem-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:20px;color:#3f9042;background:rgba(63,144,66,.08);border-radius:4px}.sobre-quem-card__title{font-size:1.125rem;font-weight:600;color:#283052;margin-bottom:10px;letter-spacing:-0.01em}.sobre-quem-card__text{font-size:.9375rem;color:#5a5f7a;line-height:1.6;margin:0}.sobre-list{list-style:none;margin:0;padding:0;max-width:42em}.sobre-list__item{padding:24px 0;border-bottom:1px solid #d8d9da}.sobre-list__item:first-child{padding-top:0}.sobre-list__item:last-child{border-bottom:none;padding-bottom:0}.sobre-list__label{display:block;font-size:.9375rem;font-weight:600;color:#283052;margin-bottom:6px}.sobre-list__text{font-size:1rem;color:#5a5f7a;line-height:1.6}.sobre-list--compact{max-width:42em}.sobre-list--compact li{position:relative;padding:12px 0 12px 24px;font-size:1rem;color:#283052;line-height:1.6;border-bottom:none}.sobre-list--compact li::before{content:"";position:absolute;left:0;top:1.1em;width:6px;height:6px;border-radius:50%;background:#3f9042}.sobre-pillars{display:grid;grid-template-columns:repeat(3, 1fr);gap:28px 32px;margin-top:24px}@media(max-width: 900px){.sobre-pillars{grid-template-columns:1fr;gap:24px}}.sobre-pillar{padding:28px 24px;background:#fff;border:1px solid #d8d9da;border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease}.sobre-pillar:hover{border-color:rgba(40,48,82,.2);box-shadow:0 4px 20px rgba(40,48,82,.06)}@media(max-width: 768px){.sobre-pillar{padding:22px 20px}}.sobre-pillar__num{display:block;font-size:.75rem;font-weight:600;color:#3f9042;letter-spacing:.1em;margin-bottom:12px}.sobre-pillar__title{font-size:1.125rem;font-weight:600;color:#283052;margin-bottom:10px}.sobre-pillar__text{font-size:.9375rem;color:#5a5f7a;line-height:1.6;margin:0}.sobre-quote{max-width:32em;margin:0 auto;text-align:center}.sobre-quote__text{font-size:1.25rem;font-weight:500;color:#fff;line-height:1.5;margin:0}@media(max-width: 768px){.sobre-quote__text{font-size:1.125rem}}.sobre-cta__text{font-size:.9375rem;color:#5a5f7a;margin-bottom:24px}.sobre-section__cta{margin-top:28px;margin-bottom:0}.sobre-section--cta .sobre-section__cta{margin-top:20px}input,textarea,select{transition:border-color .28s ease,box-shadow .28s ease,background-color .22s ease,transform .22s ease}input:hover,textarea:hover,select:hover{border-color:hsl(210,2.6315789474%,77.0980392157%)}input:focus,textarea:focus,select:focus{outline:none;border-color:#283052;box-shadow:0 0 0 3px rgba(40,48,82,.14);transform:translateY(-1px)}input::placeholder,textarea::placeholder{transition:color .28s ease,opacity .28s ease}input:focus::placeholder,textarea:focus::placeholder{color:#5a5f7a;opacity:.75}.contact-form{max-width:100%}.contact-form__field{margin-bottom:22px;position:relative}.contact-form__field label{display:block;font-size:.8125rem;font-weight:500;color:#5a5f7a;margin-bottom:8px;transition:color .2s ease}.contact-form__field:focus-within label{color:#283052}.contact-form__field input,.contact-form__field textarea{width:100%;padding:14px 16px;font-family:"Outfit",-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;color:#283052;background:#fff;border:2px solid #d8d9da;border-radius:4px}.contact-form__field input::placeholder,.contact-form__field textarea::placeholder{color:#9ca3af}.contact-form__field input:hover,.contact-form__field textarea:hover{border-color:hsl(210,2.6315789474%,77.0980392157%)}.contact-form__field input:focus,.contact-form__field textarea:focus{border-color:#283052;box-shadow:0 0 0 4px rgba(40,48,82,.1)}.contact-form__field textarea{resize:vertical;min-height:120px}.contact-form__submit{margin-top:28px}.contact-form__submit .btn{transition:transform .2s ease,box-shadow .2s ease}.contact-form__submit .btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(40,48,82,.2)}.footer{margin-top:auto;background:#fff}.footer__top{padding:64px 0 40px;border-top:1px solid #d8d9da;background:#f5f6f7}@media(max-width: 768px){.footer__top{padding:48px 0 32px}}.footer__inner{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:48px 40px;align-items:start}@media(max-width: 768px){.footer__inner{grid-template-columns:1fr;gap:40px}}.footer__brand{max-width:260px}.footer__logo{display:inline-block;margin-bottom:14px;transition:opacity .2s ease}.footer__logo:hover{opacity:.88}.footer__logo-img{display:block;height:130px;width:auto;object-fit:contain}.footer__tagline{font-size:.875rem;color:#5a5f7a;line-height:1.5}.footer__nav-title,.footer__contact .footer__nav-title{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#5a5f7a;margin-bottom:18px}.footer__links{list-style:none;margin:0;padding:0}.footer__links li{margin-bottom:12px}.footer__links a{font-size:.9375rem;color:#5a5f7a;transition:color .2s ease}.footer__links a:hover{color:#283052}.footer__confidencial{font-size:.8125rem;color:#5a5f7a;margin-bottom:14px;line-height:1.45}.footer__email,.footer__site{display:block;font-size:.9375rem;margin-bottom:8px;color:#5a5f7a;transition:color .2s ease}.footer__email:hover,.footer__site:hover{color:#283052}.footer__linkedin{display:inline-flex;align-items:center;gap:8px;font-size:.9375rem;margin-top:4px;color:#5a5f7a;transition:color .2s ease}.footer__linkedin:hover{color:#283052}.footer__linkedin-icon{display:inline-flex;flex-shrink:0}.footer__bottom{padding:20px 0;background:#fff;border-top:1px solid #d8d9da}.footer__copy{font-size:.8125rem;color:#5a5f7a;margin:0}.scroll-top{position:fixed;bottom:28px;right:28px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#283052;color:#fff;border:none;border-radius:50%;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,background .2s ease;z-index:50;box-shadow:0 4px 12px rgba(40,48,82,.25)}.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{background:#1e2440}.scroll-top:focus-visible{outline:2px solid #283052;outline-offset:2px}/*# sourceMappingURL=style.css.map */
