*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{min-height:100svh;line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{background:none;border:none;cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none;padding:0}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#app{isolation:isolate}@font-face{font-family:Poppins;src:url(/assets/fonts/poppins-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/fonts/poppins-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/fonts/poppins-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/fonts/poppins-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(/assets/fonts/oswald-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Oswald;src:url(/assets/fonts/oswald-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--color-primary: #e9447c;--color-secondary: #40b8b1;--color-text: #133250;--color-surface: #ffffff;--ease-default: cubic-bezier(.16, 1, .3, 1);--dur-fast: .2s;--dur-base: .4s;--dur-slow: .8s}body{font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:400;font-size:clamp(1rem,.9375vw,1.125rem);color:#133250;background-color:#fff}h1,h2,h3,h4,h5,h6{font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:700;line-height:1.1}h2{font-size:clamp(2.5rem,4.5833vw,5.5rem);line-height:1.05}p,li,a,label,button{font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif}p{max-width:65ch}small,.text-small{font-size:.875rem}.section-title{font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;font-size:.875rem;line-height:1.1;text-transform:uppercase;letter-spacing:.12em;color:#40b8b1}.container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,6rem)}.site-header{position:fixed;inset-inline:0;top:20px;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 16px;margin:0 20px;transition:.3s ease-in-out}.site-header--hidden{transform:translateY(calc(-100% - 20px))}.site-header--solid{background-color:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.site-header__logo{width:clamp(240px,16.6667vw,320px);opacity:0;transform:translateY(-8px);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1)}.site-header__logo a{display:block}.site-header__logo img{width:100%;height:auto}.site-header--with-logo{background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.site-header--with-logo .site-header__logo{opacity:1;transform:translateY(0)}.site-header__controls{display:flex;align-items:center;gap:24px}.site-header__hamburger{position:relative;z-index:100;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.site-header__hamburger:focus-visible{outline:3px solid #40b8b1;outline-offset:3px}.site-header__hamburger span{position:relative;display:block;width:24px;height:2px;background:currentColor;transition:background-color .2s cubic-bezier(.16,1,.3,1)}.site-header__hamburger span:before,.site-header__hamburger span:after{content:"";position:absolute;left:0;width:24px;height:2px;background:currentColor;transition:top .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1)}.site-header__hamburger span:before{top:-8px}.site-header__hamburger span:after{top:8px}.site-header__hamburger[aria-expanded=true] span{background:transparent}.site-header__hamburger[aria-expanded=true] span:before{top:0;transform:rotate(45deg)}.site-header__hamburger[aria-expanded=true] span:after{top:0;transform:rotate(-45deg)}@media (min-width: 768px){.site-header__hamburger{display:none}}@media (min-width: 768px){.site-header__nav{display:block}}@media (max-width: 767px){.site-header__nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#133250;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),visibility .4s}.site-header__nav[data-open=true]{opacity:1;visibility:visible;transform:translateY(0)}}.site-header__list{display:flex;align-items:center;gap:32px}@media (max-width: 767px){.site-header__list{flex-direction:column;gap:24px}}.site-header__link{font-size:.875rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:8px 0;color:#e9447c;transition:color .2s cubic-bezier(.16,1,.3,1)}.site-header__link:focus-visible{outline:3px solid #40b8b1;outline-offset:3px}.site-header__link:hover,.site-header__link[aria-current=true]{color:#133250}@media (max-width: 767px){.site-header__link{font-size:clamp(1rem,.9375vw,1.125rem)}}.site-footer{background-color:#e9447c;color:#fff;padding-block:96px 32px;overflow:hidden;text-align:center}.site-footer__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,6rem);display:flex;flex-direction:column;align-items:center}.site-footer__logo{width:min(85%,900px);max-width:50vw}.site-footer__social{display:flex;gap:24px;margin-top:32px}.site-footer__social-link{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border:1px solid rgba(255,255,255,.4);border-radius:50%;transition:border-color .2s cubic-bezier(.16,1,.3,1),background-color .2s cubic-bezier(.16,1,.3,1)}.site-footer__social-link:focus-visible{outline:3px solid #40b8b1;outline-offset:3px}.site-footer__social-link svg{width:20px;height:20px;fill:currentColor}.site-footer__social-link:hover{border-color:#fff;background-color:#ffffff14}.site-footer__bottom{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;margin-top:64px;border-top:1px solid rgba(255,255,255,.16);padding-top:32px;text-align:left}.site-footer__copyright{font-size:.875rem;color:#fff9}.site-footer__privacy-link{font-size:.875rem;text-decoration:underline;text-underline-offset:3px}.site-footer__privacy-link:focus-visible{outline:3px solid #40b8b1;outline-offset:3px}.site-footer__number{display:block;margin-top:24px;font-family:Oswald,Arial Narrow,sans-serif;font-size:clamp(4rem,9.1667vw,11rem);line-height:.85;font-weight:700;color:#e9447c}.btn{display:inline-flex;align-items:center;gap:8px;min-width:44px;min-height:44px;padding:16px 24px;border-radius:999px;font-size:.875rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .2s cubic-bezier(.16,1,.3,1)}.btn:focus-visible{outline:3px solid #40b8b1;outline-offset:3px}.btn--primary{background-color:#e9447c;color:#fff}.btn--primary:hover{transform:translateY(-2px)}.btn--outline{border:1.5px solid currentColor}.btn--outline:hover{background-color:#1332500f}.link-arrow{display:inline-flex;align-items:center;gap:8px;color:#e9447c;font-weight:700}.link-arrow:focus-visible{outline:3px solid #40b8b1;outline-offset:3px}.link-arrow:hover .link-arrow__icon{transform:translate(4px)}.link-arrow__icon{display:inline-block;transition:transform .2s cubic-bezier(.16,1,.3,1)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;background-color:#fff;color:#133250;overflow-y:auto;opacity:0;transform:scale(.98);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1)}.modal[data-open=true]{display:block}.modal[data-visible=true]{opacity:1;transform:scale(1)}@media (prefers-reduced-motion: reduce){.modal{transition:opacity .2s linear;transform:none}}.modal__topbar{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:16px clamp(1.5rem,5vw,6rem);background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}.modal__logo{width:clamp(110px,7.8125vw,150px)}.modal__close{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:50%;transition:background-color .2s cubic-bezier(.16,1,.3,1)}.modal__close:focus-visible{outline:3px solid #40b8b1;outline-offset:3px}.modal__close svg{width:22px;height:22px}.modal__close:hover{background-color:#1332500f}.modal__body{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,6rem);padding-block:32px 128px}.modal__title{margin-bottom:32px}.sobre-modal__media{position:relative;aspect-ratio:16/6;overflow:hidden;border-radius:16px;margin-bottom:32px;margin-top:32px}.sobre-modal__media img{position:absolute;top:-30%;left:0;width:100%;height:160%;object-fit:cover}.leis-list{display:grid;gap:16px}.leis-list__item{width:100%;text-align:left;padding:24px;border-radius:12px;border:1px solid rgba(19,50,80,.14);font-weight:500;transition:background-color .2s cubic-bezier(.16,1,.3,1),border-color .2s cubic-bezier(.16,1,.3,1)}.leis-list__item:focus-visible{outline:3px solid #40b8b1;outline-offset:3px}.leis-list__item:hover{background-color:#e9447c0f;border-color:#e9447c}.lei-detail__back{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;font-weight:600}.lei-detail__back:focus-visible{outline:3px solid #40b8b1;outline-offset:3px}.lei-detail__title{font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;font-size:clamp(1.75rem,2.0833vw,2.5rem);margin-bottom:24px;max-width:55ch}.lei-detail__body{max-width:95ch}.lei-detail__body p{max-width:initial}.lei-detail__body p+p{margin-top:16px}ul.lei-detail__body{font-size:clamp(1.125rem,1.1458vw,1.375rem);margin-block:16px}ul.lei-detail__body li+li{margin-top:16px}ul.lei-detail__body strong{color:#e9447c}.lei-detail__link{margin-top:24px}.project-card{position:relative;flex:0 0 min(85vw,560px);height:min(80vh,640px);border-radius:20px}@media (min-width: 768px){.project-card{height:min(80vh,640px,100svh - 160px - 32px)}}.project-card{overflow:hidden;display:flex;align-items:flex-end;color:#fff;background-color:#133250;background-size:cover;background-position:center;scroll-snap-align:start}.project-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d9,#00000080 60%,#0000000d);pointer-events:none}.project-card--cta{background-color:#e9447c;align-items:center;justify-content:center;text-align:center}.project-card--cta:after{display:none}.project-card__content{position:relative;z-index:1;padding:32px}.project-card__title{font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;font-size:clamp(1.5rem,1.875vw,2.25rem);margin-bottom:16px;text-transform:uppercase}@media (min-width: 1024px){.project-card__title{max-width:95%}}.project-card__text{font-size:clamp(1rem,.9375vw,1.125rem)}@media (min-width: 1024px){.project-card__text{max-width:43ch}}.project-card__cta-btn{background-color:#40b8b1;color:#fff}.project-card__cta-btn:focus-visible{outline:3px solid #40b8b1;outline-offset:3px}.big-numbers{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 24px;margin-top:64px}@media (min-width: 1024px){.big-numbers{grid-template-columns:repeat(5,1fr)}}.big-number__value{font-family:Oswald,Arial Narrow,sans-serif;font-size:clamp(4rem,9.1667vw,11rem);font-weight:700;line-height:.9}.big-number__label{margin-top:8px;font-size:.875rem;max-width:20ch}.hero{position:relative;min-height:100svh;overflow:hidden;background-color:#133250}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:none}.no-video .hero__poster,.reduced-motion .hero__poster{display:block}.no-video .hero__media,.reduced-motion .hero__media{display:none}.hero__mask{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#40b8b1;mix-blend-mode:soft-light;pointer-events:none}.hero__logo{position:absolute;z-index:1;left:50%;bottom:64px;transform:translate(-50%);width:clamp(240px,25vw,480px);display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}@media (min-width: 768px){.hero__logo{left:auto;right:18vw;top:50%;bottom:auto;transform:translateY(-50%);align-items:flex-end;text-align:right}}.hero__logo-mark{display:block;width:100%;height:auto}@media (min-width: 768px){.hero__logo-mark{max-width:28vw}}.hero__logo-tagline{position:relative;padding:.4em .7em}@media (min-width: 768px){.hero__logo-tagline{align-self:flex-end}}.hero__logo-tagline:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background-color:#3fb7b0;transform:scaleX(0);transform-origin:right center;animation:hero-tagline-bar-in .9s cubic-bezier(.16,1,.3,1) .5s forwards}@media (min-width: 768px){.hero__logo-tagline:after{right:-18vw}}@media (prefers-reduced-motion: reduce){.hero__logo-tagline:after{animation:none;transform:scaleX(1)}}@keyframes hero-tagline-bar-in{to{transform:scaleX(1)}}.hero__logo-tagline-text{display:block;color:#fff;font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:clamp(.8645rem,2.3465vw,51.87px);white-space:nowrap}.hero__logo-number{display:block;color:#e9447c;font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:900;line-height:.9;font-size:clamp(2.5rem,7.8125vw,150px)}.hero__title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.manifesto{position:relative;min-height:220svh;background-color:#fff}.manifesto__sticky{position:sticky;top:0;height:100svh;overflow:hidden}.manifesto__scroll{position:absolute;top:0;left:0;right:0;padding-inline:clamp(1.5rem,5vw,6rem);padding-block:34svh 128px;text-align:left;will-change:transform}@media (prefers-reduced-motion: reduce){.manifesto__scroll{position:static;padding-block:96px 64px}}.manifesto__kicker{font-size:.875rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:24px;color:#40b8b1}.manifesto__text{max-width:77vw;font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:700;font-size:clamp(1.35rem,2.0833vw,2.5rem);line-height:1.3}.manifesto__text p{max-width:initial}.manifesto__line+.manifesto__line{margin-top:24px}.manifesto__word{display:inline-block;line-height:1.4em;opacity:.14;transition:opacity .2s linear}@media (prefers-reduced-motion: reduce){.manifesto__word{opacity:1}}.manifesto__word.is-revealed{opacity:1}.manifesto__cta{display:flex;justify-content:flex-end;max-width:77vw;margin-top:48px;opacity:0;transform:translateY(12px);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);pointer-events:none}.manifesto__cta.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}@media (prefers-reduced-motion: reduce){.manifesto__cta{opacity:1;transform:none;pointer-events:auto}}.sobre{position:relative;background-color:#fff}@media (min-width: 768px){.sobre{display:grid;grid-template-columns:1fr 1fr;align-items:start}}@media (min-width: 768px){.sobre__media{position:sticky;top:0}}.sobre__media img{display:block;width:100%;height:min(70svh,560px);object-fit:cover;border-radius:0 0 24px 24px}@media (min-width: 768px){.sobre__media img{height:100svh;border-radius:0}}.sobre__content{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,6rem);padding-block:64px;display:flex;flex-direction:column;gap:24px}.sobre__title{margin-bottom:16px}.sobre__lede{font-weight:700;font-size:clamp(2.475rem,2.5208vw,3.025rem);line-height:1.15}.sobre__lede strong{color:#e9447c}.sobre__text{font-size:clamp(1.125rem,1.1458vw,1.375rem);max-width:95ch}.sobre__text+.sobre__text{margin-top:16px}.sobre__more{margin-top:24px}.sobre__content .big-numbers{display:flex;flex-direction:column;gap:0;margin-top:32px}.sobre__content .big-number{position:relative;isolation:isolate;display:flex;align-items:baseline;gap:16px;padding:32px;color:#fff}.sobre__content .big-number:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;right:calc(-1*clamp(1.5rem,5vw,6rem));z-index:-1;background-color:#40b8b1}.sobre__content .big-number:nth-child(3n+2):after{background-color:#133250}.sobre__content .big-number:nth-child(3n):after{background-color:#e9447c}.sobre__content .big-number__value{flex-shrink:0;font-size:clamp(1.75rem,2.0833vw,2.5rem)}.sobre__content .big-number dt{font-weight:600;font-size:clamp(1.75rem,2.0833vw,2.5rem)}.projetos{position:relative;background-color:#fff;padding-block:96px 64px}@media (min-width: 768px){.projetos{padding-block:0;margin-bottom:96px}}.projetos__heading{width:100%;padding-inline:clamp(1.5rem,5vw,6rem);margin-bottom:32px}@media (min-width: 768px){.projetos__heading{position:absolute;top:128px;left:0;right:0;z-index:2;margin-bottom:0;pointer-events:none}}.projetos__track-wrap{position:relative;overflow:hidden}@media (min-width: 768px){.projetos__track-wrap{height:100svh;display:flex;align-items:center;padding-top:160px}}.projetos__track{display:flex;gap:24px;padding-inline:clamp(1.5rem,5vw,6rem);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}@media (min-width: 768px){.projetos__track{overflow:visible;scroll-snap-type:none;will-change:transform}}.info-section{position:relative;background-color:#fff;display:flex;flex-direction:column}@media (min-width: 768px){.info-section{display:grid;grid-template-columns:1fr 1fr}}.section-secretaria .info-section__media{order:-1}@media (min-width: 768px){.section-secretaria .info-section__media{order:initial}}.info-section__media img{display:block;width:100%;height:min(70svh,560px);object-fit:cover;border-radius:0 0 24px 24px}@media (min-width: 768px){.info-section__media img{height:100%;border-radius:0}}.info-section__content{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,6rem);padding-block:64px;display:flex;flex-direction:column;justify-content:center;gap:24px;color:#133250}.info-section__text{max-width:65ch;font-size:clamp(1.125rem,1.1458vw,1.375rem)}.skip-link{position:absolute;top:-100%;left:0;z-index:999;background-color:#000;color:#fff;padding:12px 20px;transition:top .2s ease}.skip-link:focus{top:0}.placeholder-note{display:inline-block;margin-top:8px;padding:4px 10px;border-radius:999px;background-color:#ffe08a;color:#4a3400;font-size:.75rem;font-weight:600}
