@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";:root{background-color:#fff}; body{display:flex;margin:0;min-height:100vh}.header{display:flex;justify-content:center;position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;transition:background-color .3s ease,box-shadow .3s ease}.container,.containerScrolled{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;width:1440px;max-width:100%}.containerMenu{display:flex;align-items:center}ul.menu{display:flex;align-items:center;list-style:none;padding:0;margin:0}ul li{display:inline;position:relative}ul li a{display:block;padding:5px 10px;color:#000;text-decoration:none;text-align:start;margin-inline:16px}ul li ul.dropdown{width:210px;background-color:#fff;position:absolute;text-align:left;z-index:999;padding:25px 0;display:none;border-radius:10px;box-shadow:0 8px 20px #0000000d}ul li ul.dropdown li,ul li:hover ul.dropdown{display:block}.textMenu{display:flex;align-items:center;font-size:20px;text-decoration:none;font-weight:400;color:#333}.apoiar{display:flex;gap:32px;padding:20px 0;text-align:center}.mobileMenuIcon{width:54px;height:80px;background-color:transparent;border:none;display:flex;align-items:center;justify-content:center}.mobileMenu{max-height:0;overflow:hidden;background-color:#fff;position:absolute;top:100%;left:0;right:0;z-index:999;transition:max-height .4s ease,padding .4s ease;padding:0 20px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.mobileMenuOpen{max-height:1000px;padding-top:20px;padding-bottom:20px}.mobileMenu ul{list-style:none;padding:0;margin:0}.mobileMenu li{margin-bottom:10px}.mobileMenu li a,.mobileMenu li span.textMenu{color:#333;font-size:18px;text-decoration:none;display:block;padding:10px 0;margin-left:16px}.submenuToggle{background:none;border:none;font-size:18px;color:#333;padding:10px 0;width:100%;text-align:left;cursor:pointer;margin-left:16px}.dropdownMobile{max-height:0;overflow:hidden;transition:max-height .3s ease;padding-left:16px;margin-top:5px}.dropdownMobile.open{max-height:500px}.dropdownMobile li a{font-size:16px;padding:6px 0;display:block;color:#333}@media screen and (max-width: 768px){.container,.containerScrolled{width:100%;padding:10px}.containerMenu{display:none}ul li{display:block;margin-bottom:10px}ul li a{padding:10px;font-size:16px}.textMenu{font-size:18px}.apoiar{flex-direction:column;align-items:center;padding:10px}.mobileHeader{display:flex;justify-content:space-between;align-items:center}}*{font-family:Roboto,sans-serif}:root{--Branco: #FFFFFF;--Cinza: #999999;--CinzaClaro: #F5F5F5;--CinzaClaroQuente: #D1CFC8;--StainlessSteel: #A6A6A6;--Charcoal: #212121;--Preto: #000000;--Amarelo: #FFD700}.h1{font-size:3rem;font-weight:700}.h2{font-size:2.25rem;font-weight:600}.h3{font-size:1.75rem;font-weight:600}.subtitleFont{font-size:1.5rem;font-weight:500}.text{font-size:1.125rem;font-weight:400}.textTwo{font-size:1rem;font-weight:400}.buttonsFont{font-size:.875rem;font-weight:400}.labelsFont{font-size:.75rem;font-weight:500}.branco{color:var(--Branco)}.cinzaClaro{color:var(--CinzaClaro)}.cinzaClaroQuente{color:var(--CinzaClaroQuente)}.stainlessSteel{color:var(--StainlessSteel)}.charcoal{color:var(--Charcoal)}.preto{color:var(--Preto)}.amarelo{color:var(--Amarelo)}.cinza{color:var(--Cinza)}.brancoFundo{background-color:var(--Branco)}.cinzaClaroFundo{background-color:var(--CinzaClaro)}.cinzaClaroQuenteFundo{background-color:var(--CinzaClaroQuente)}.stainlessSteelFundo{background-color:var(--StainlessSteel)}.charcoalFundo{background-color:var(--Charcoal)}.pretoFundo{background-color:var(--Preto)}.amareloFundo{background-color:var(--Amarelo)}.cinzaFundo{background-color:var(--Cinza)}.arrowDirectional{height:100px;background-color:#f5f5f5}.footer__bottom{text-align:center;margin-block:21px}.footer{margin-top:107px;background-color:#212121;height:542px;padding:20px;display:flex;align-items:center;justify-content:center}.footer__content{display:flex;flex-direction:row;gap:86px;padding:56px}.title{color:#6d6d6d}.Parterns{margin-top:27px;display:flex;align-items:center;flex-direction:column;gap:20px}.Parterns__grid{display:grid;grid-template-columns:repeat(2,.1fr);gap:33px}.image{width:64px;height:64px;border-radius:80px}.imagePersonalized{width:64px;height:64px;background-color:#fff;background-image:url(/assets/logoC-CcQr5efq.jpg);background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:80px}.interlupos{width:64px}.emailAndNumber{margin-top:10px;display:flex;flex-direction:column;gap:10px}.emailLink,.numberLink{text-decoration:none}.socialMedia{display:flex;flex-direction:row;gap:16px;margin-top:17px}.Instituto{display:flex;flex-direction:column;gap:10px}.sobreFooter{margin-top:10px;text-decoration:none}.Newsletter{margin-top:279px}.newsletterCheckbox__container{display:flex;flex-direction:row;align-items:center;gap:36px;margin-top:10px}.newsTitle{margin-bottom:27px}.input-container{display:flex;border:1px solid #A6A6A6;border-radius:80px;max-width:470px}.input-field{color:#fff;width:100%;padding:15px 20px;border:none;outline:none;font-size:16px;background-color:transparent}.custom-checkbox{display:flex;align-items:center;cursor:pointer;font-family:sans-serif;font-size:16px}.custom-checkbox input{display:none}.custom-checkbox .checkmark{width:14px;height:14px;background-color:transparent;border:1px solid #6D6D6D;border-radius:80px;position:relative;margin-right:8px;transition:.2s}.custom-checkbox .checkmark:after{content:"";position:absolute;display:none;left:1px;top:1px;width:10px;height:10px;background-color:#fff;border:1px solid #FFFFFF;border-radius:80px}.custom-checkbox input:checked+.checkmark:after{display:block}.newsletterButton{background-color:#fff;color:#212121;border:none;border-radius:80px;cursor:pointer;font-size:16px;width:142px;height:44px}@media screen and (max-width: 768px){.footer{display:flex;flex-direction:column;height:auto;padding:40px 20px}.footer__content{flex-direction:column;align-items:center;gap:40px;padding:20px 0}.Parterns__grid{grid-template-columns:1fr;gap:20px}.Newsletter{margin-top:40px;width:100%;display:flex;flex-direction:column;align-items:center}.newsletterCheckbox__container{flex-direction:column;align-items:flex-start;gap:16px}.newsletterButton{width:100%;max-width:200px}.Instituto,.emailAndNumber{align-items:center;text-align:center}.socialMedia{justify-content:center}}.hero__button__Default{width:156px;height:42px;border-radius:20px;border:0 transparent;background-color:#fff}.hero__button__Yellow{width:156px;height:42px;border-radius:20px;border:0 transparent;background-color:gold}.hero__button__LightGray{width:156px;height:42px;border-radius:20px;border:0 transparent;background-color:#f5f5f5}.hero__button__link{display:flex;justify-content:center;align-items:center;text-decoration:none;gap:4px}.bannerF{display:flex;justify-content:center;align-items:center;gap:52px;height:540px;margin-top:90px;background:linear-gradient(to left,#1c1c1c,#111)}.ImgBannerF{width:640px;height:420px;border-top-left-radius:40px;border-bottom-right-radius:40px;background-image:url(/assets/TimeFem-Cox2IiUz.jpg);background-size:cover;background-repeat:no-repeat}@media screen and (max-width: 768px){.bannerF{display:flex;flex-direction:column;height:auto;padding:0 20px 20px;background:linear-gradient(to bottom,#1c1c1c,#111)}.ImgBannerF{width:800px;height:285px;border-top-left-radius:0;border-bottom-right-radius:0;background-image:url(/assets/TimeFem-Cox2IiUz.jpg);background-size:cover;background-repeat:no-repeat;margin:0}.marginBottom-1{margin-bottom:20px}.marginBottom-2{margin-bottom:10px}}.bannerS{display:flex;align-items:center;justify-content:center;gap:46px;width:100%;padding:20px 0;height:805px;margin-bottom:132px}.bannerS__content{display:flex;flex-direction:column;gap:24px}.bannerS__title{font-size:96px;margin:0}.bannerS__image{width:640px;height:100%;border-top-left-radius:40px;border-bottom-right-radius:40px}.bannerS__description{margin:0}@media screen and (max-width: 768px){.bannerS{margin-top:144px;flex-direction:column-reverse;align-items:center;height:auto;margin-bottom:50px}.bannerS__content{padding:0 20px;align-items:start;text-align:start}.bannerS__title{width:281px}.bannerS__description{margin-bottom:24px}}.bannerT{display:flex;justify-content:center;align-items:center;gap:52px;height:540px;margin-bottom:128px}.bannerT__image{width:640px;height:420px;border-top-left-radius:40px;border-bottom-right-radius:40px;background-image:url(/assets/impactoImg-BdOWa_PG.png);background-size:cover;background-position:center;background-repeat:no-repeat}.bannerT__content{display:flex;width:100%;flex-direction:column;gap:40px}.bannerT__title{display:flex;flex-direction:column;font-size:64px;font-weight:700}.bannerT__description{width:500px}.marginBottom-1{margin-bottom:38px}.marginBottom-2{margin-bottom:21px}@media screen and (max-width: 768px){.bannerT{flex-direction:column;height:auto;padding:0 20px 20px}.bannerT__image{width:395px;height:285px;border-top-left-radius:0;border-bottom-right-radius:0;background-image:url(../../../../src/assets/images/impactoImg.png);background-size:cover;background-position:center;background-repeat:no-repeat;margin:0}.bannerT__content{align-items:start;text-align:start}.bannerT__title{margin:0}.bannerT__description{margin:0 20px 0 0;width:300px}}.project__title{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:98px}.project__title__text{display:flex;flex-direction:column;text-align:right;font-size:64px}.project__title__line{display:flex;flex-direction:column}.cards__container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.cards__banner{display:flex;justify-content:center;align-items:center;gap:52px;width:100%;height:540px;margin-top:90px;background:linear-gradient(to left,#1c1c1c,#111)}.image__project__banner{width:640px;height:420px;border-top-left-radius:40px;border-bottom-right-radius:40px;background-image:url(/assets/TimeFem-Cox2IiUz.jpg);background-size:cover;background-repeat:no-repeat}.section__project__title{display:flex;flex-direction:column;align-items:start;justify-content:center}.section__project__text{width:500px}.section__project__content{flex:1;padding-left:20px;display:flex;flex-direction:column}.cards-row{display:flex;gap:21px;flex-wrap:wrap;justify-content:center}.custom-card{width:100%;max-width:383px;height:484px;background-color:#f5f5f5;border-top-left-radius:40px;overflow:hidden;color:#000;display:flex;flex-direction:column;padding-bottom:16px}.custom-card-image{width:100%;height:40%;object-fit:cover}.description{max-width:610px;padding:16px}.description-card{margin-bottom:16px}@media screen and (max-width: 768px){.project__title{flex-direction:column;justify-content:center;gap:0px}.project__title__line{margin-bottom:24px}.project__title__text{text-align:end;margin:0;display:flex;flex-direction:column;font-size:64px}.description{width:316px}.cards-row{flex-direction:column;align-items:center}.custom-card{width:100%;max-width:100%}.cards__banner{display:flex;flex-direction:column;height:auto;padding:0 20px 20px;background:linear-gradient(to bottom,#1c1c1c,#111)}.image__project__banner{width:800px;height:285px;border-top-left-radius:0;border-bottom-right-radius:0;background-image:url(/assets/TimeFem-Cox2IiUz.jpg);background-size:cover;background-repeat:no-repeat;margin:0}.section__project__title{display:flex;flex-direction:column;align-items:start;justify-content:center}.section__project__text{width:300px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body,html{margin:0;padding:0;overflow-x:hidden}.hero-swiper{width:100vw;height:75vh}.slide{width:100vw;height:75vh;display:flex;align-items:center;justify-content:start;font-size:2rem;color:#fff}.slide-img{width:100%;height:100%;object-fit:cover;filter:brightness(.6);position:absolute;top:0;left:0;z-index:0}.slide-content{position:relative;z-index:1;text-align:start;max-width:1000px;padding:0 1rem;animation:fadeIn 1s ease-in-out;margin-left:40px}.slide-content h1{font-size:64px;margin-bottom:20px;margin-top:100px}.slide-content p{max-width:600px;margin-bottom:84px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.slide-content{position:relative;z-index:1;text-align:start;max-width:350px;padding:0 1rem;animation:fadeIn 1s ease-in-out;margin-left:10px}.slide-content h1{font-size:40px;margin-bottom:20px;margin-top:100px}.slide-content p{max-width:600px;margin-bottom:0}}.containerAbout{max-width:1300px;display:flex;justify-content:center;align-items:center;margin:0 auto}.containerAccountAbility{max-width:1300px;display:flex;justify-content:center;align-items:center;margin:0 auto}.contentAccountAbility{display:flex;gap:21px;flex-wrap:wrap;justify-content:center;margin:0 auto}ul{margin:0;padding-left:0;list-style:none}.listChildren{display:flex;flex-direction:row;align-items:center;justify-content:start}.circle{width:6px;height:6px;background-color:#212121;border-radius:88px}.linkPDF{text-decoration:underline}.containerNotice{max-width:1300px;display:flex;justify-content:center;align-items:center;margin:0 auto}@media screen and (max-width: 768px){.titleContent{padding:16px;font-size:86px}}*{text-decoration:none}.noticias-section{padding:40px 20px;text-align:center}.noticias-titulo{font-size:2rem;margin-bottom:30px;color:#333}.noticias-lista{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.noticia-card{background-color:#fff;border:1px solid #ddd;border-radius:8px;max-width:350px;height:450px;overflow:hidden;text-align:left;box-shadow:0 4px 8px #0000000d;transition:transform .3s ease}.noticia-card:hover{transform:translateY(-4px)}.noticia-img{width:100%;height:200px;object-fit:cover}.noticia-conteudo{padding:20px}.noticia-conteudo h3{margin:0 0 10px;font-size:1.2rem;color:#222}.noticia-data{font-size:.9rem;color:#888;margin-bottom:10px}.subti{color:#555}.NotFound{display:flex;flex-direction:column;gap:40px;align-items:center;justify-content:center;margin-block:15%}.errorCode{font-size:128px}.PageNotFound{text-align:center}@media screen and (max-width: 768px){.NotFound{display:flex;gap:40px;align-items:center;justify-content:center;margin-block:50%}}.containerACT{max-width:1300px;display:flex;justify-content:center;align-items:center;margin:0 auto}*{margin:0}.containerImpact{max-width:1300px;display:flex;justify-content:center;align-items:center;margin:0 auto}.content{display:flex;flex-direction:column;gap:53px;align-items:start;margin-top:135px}.titleContent{font-size:128px}.textContent{display:flex;flex-direction:column;margin-left:138px}@media screen and (max-width: 768px){.titleContent{padding:16px;font-size:86px}.textContent{max-width:auto;padding:16px;margin:0 auto}}
