@import"https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;font-family:Archivo,sans-serif}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}img{width:100%}::-webkit-scrollbar{width:15px;height:8px}::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}::-webkit-scrollbar-thumb{background:#074c2a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#074c2a}*{scrollbar-width:thin;scrollbar-color:#ffffff #074C2A}.header{background-color:#04642e;width:100%}.header>.container{display:flex;justify-content:space-between;align-items:center;padding:.5rem 4rem;color:#fff;max-width:1280px;margin:0 auto}.header__logo img{height:40px}.header__nav{display:flex;align-items:center;gap:1.5rem}.header__nav ul{list-style:none;display:flex;margin:0;gap:2rem;padding:0}.header__nav li>a{display:inline-block;color:#f7fff7ee;text-decoration:none;transition:.5s}.header__nav li>a:hover{color:#fff;transform:translateY(-3px)}.langs{display:flex;gap:8px}.langs-mobile{display:none}.lang-btn{display:flex;align-items:center;gap:5px;background:#2dec077e;border:2px rgb(225,255,225) solid;color:#fffdfd;padding:5px;border-radius:5px;cursor:pointer;font-weight:400;transition:all .3s ease;box-shadow:0 6px 18px #00000013}.lang-btn:hover{background:#0f5a37dc;color:#fff;box-shadow:none}.flag-icon{width:25px;height:25px;border-radius:50%}.btn-cta{background-color:#005826;border:1px solid rgba(255,255,255,.459);color:#fff;padding:.5rem 1rem;border-radius:10px;font-weight:700;cursor:pointer;transition:.5s;font-size:.9rem}.btn-cta:hover{background-color:#fff;color:#005826}@media (max-width: 868px){.header>.container{padding:1rem}.header .header__nav li{display:none}.header .header__nav .cop30,.header .header__nav .sobre-nos-header{display:block}}@media (max-width: 700px){.langs{display:none}.flag-icon{width:40px;height:auto}.lang-btn{padding:0;color:#f5f5f5}.langs-mobile{display:block;display:flex;gap:10px}}@media (max-width: 500px){.header .btn-cta{display:none}.header .header__nav li{display:none}.header .header__nav .cop30,.header .header__nav .sobre-nos-header{display:none}.header .langs-mobile{display:flex;gap:8px}.header .langs-mobile .lang-btn{padding:8px}}.hero{position:relative;width:100%;height:100vh;max-height:800px;background:linear-gradient(to right,#000000de 20%,#0000004d 90%,#0000);overflow:hidden}.hero>video,.hero>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero>.hero-image{display:none}.hero>.container{position:relative;z-index:1;color:#fff;height:90vh;max-height:800px;display:flex;flex-direction:column;text-align:left;padding:4rem;justify-content:center;max-width:1280px;margin:0 auto;gap:1rem}.hero>.container>h1{font-size:3rem;font-weight:700;width:70%}.hero>.container>p{font-size:1.2rem;width:70%}.hero>.container>.CTAs{display:flex;gap:1rem}.hero>.container>.CTAs>:nth-child(1){background:#faf9f9;color:#04642e;padding:1rem 2rem;font-weight:700;border-radius:20px;text-decoration:none;transition:.5s}.hero>.container>.CTAs>:nth-child(1):hover{background-color:#d4ffe7;transform:translateY(-5px)}.hero>.container>.CTAs>:nth-child(2){background:#0720129a;color:#fff;padding:1rem 2rem;font-weight:700;border-radius:20px;text-decoration:none;border:2px solid #3d9b18b6;transition:.5s}.hero>.container>.CTAs>:nth-child(2):hover{background-color:#07582bb7;transform:translateY(-5px)}@media (max-width: 800px){.hero{background:linear-gradient(to bottom,#000000c4 40%,#0000004d 90%,#0000);height:80vh}.hero>.container{text-align:center;padding:1rem;gap:2rem}.hero>.container>h1{font-size:2rem;font-weight:700;width:100%}.hero>.container>p{font-size:1rem;width:100%}.hero>.container>.CTAs{display:flex;align-items:center;justify-content:center}}@media (max-width: 568px){.hero video{display:none}.hero .hero-image{display:block}}.hero .container{position:relative;z-index:2;color:#fff;text-align:center;padding:0 20px}.faixa-divisao{background-color:#0a8754;text-align:center;margin:0 auto;overflow:hidden}.faixa-divisao .scroller{width:100%;overflow:hidden}.faixa-divisao .rolling{display:flex;animation:rolling 2s linear infinite}.faixa-divisao .bg-gradient-animate{background:linear-gradient(45deg,var(--snitap-sky-light),var(--snitap-joy-light));background-size:400%;background-position:0 50%;animation:bgGradient 10s ease infinite}@keyframes bgGradient{50%{background-position:100% 50%}}@keyframes rolling{to{transform:translate(-88px)}}.sobre-nos{width:100%;background:linear-gradient(to bottom,#0a8754,#074c2a,#042c16)}.sobre-nos>.container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1280px;width:100%;color:#fff;margin:0 auto}.sobre-nos>.container>.nosso-proposito{display:flex;padding:2rem 6rem;width:100%;align-items:center;justify-content:space-between}.sobre-nos>.container>.nosso-proposito>.nosso-proposito-conteudo{width:50%;display:flex;flex-direction:column;gap:.5rem}.sobre-nos>.container>.nosso-proposito>.nosso-proposito-conteudo>h2{font-size:2rem}.sobre-nos>.container>.nosso-proposito>.nosso-proposito-conteudo>h5{background-color:#f5f5f5;width:fit-content;padding:.3rem .5rem;border-radius:5px;color:#05381c;text-transform:uppercase;letter-spacing:1px;font-weight:400}.sobre-nos>.container>.nosso-proposito>img{width:40%}.sobre-nos>.container>.nossa-estrutura{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 6rem;gap:1rem}.sobre-nos>.container>.nossa-estrutura>h2{font-size:2rem}.sobre-nos>.container>.nossa-estrutura>.nossa-estrutura-conteudo{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:center}.sobre-nos>.container>.nossa-estrutura>.nossa-estrutura-conteudo>.card{width:280px;display:flex;flex-direction:column;align-items:center;max-width:400px;color:#020f06;background-color:#fff;padding:1rem;border-radius:10px;height:200px;gap:.5rem;box-shadow:8px 10px 8.6px #0000002d}.sobre-nos>.container>.nossa-estrutura>.nossa-estrutura-conteudo>.card>img{width:40px}.sobre-nos>.container>.frase{text-align:center}.sobre-nos>.container>.frase>p{font-size:2rem;padding:.3px;font-weight:700}.sobre-nos>.container>.frase>:nth-child(2){opacity:.4;margin-left:-4rem}.sobre-nos>.container>.frase>:nth-child(3){opacity:.2;margin-right:-6rem}@keyframes deslizar{0%{transform:translate(0)}to{transform:translate(-50%)}}.time{width:100%;overflow:hidden;max-width:100%;cursor:grab;padding:3rem 0}.time .swiper-button-next:after,.time .swiper-button-prev:after{color:#1f3a1f;font-size:1.5rem;font-weight:700}.swiper{background-color:var(--azul-preto);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.swiper-slide{transition:.5s;width:200px!important;margin:0;padding:0;gap:0}.card-equipe{background:#fff;border-radius:10px;padding:20px;height:220px;color:#183118;width:200px;text-align:center}.card-equipe>.perfil>.foto-perfil{position:relative;z-index:99;width:110px;height:110px;border-radius:50%;object-fit:cover}.card-equipe>.perfil>a{position:absolute;z-index:99;width:80px;height:80px;right:15px;top:70px}.card-equipe>.perfil>a>img{object-fit:cover;width:100%;height:100%;border-radius:50%}.card-equipe>.perfil>a:hover{transform:scale(1.1);transition:.5s}.card-equipe>h4{font-size:1.1rem;margin-top:.5rem;white-space:nowrap}.card-equipe>h5{color:green;opacity:.8}.card-equipe>p{opacity:.9;margin-bottom:10px}@media (max-width: 800px){.sobre-nos>.container>.nosso-proposito{padding:1rem}.sobre-nos>.container>.nossa-estrutura{padding:1rem}}@media (max-width: 630px){.sobre-nos>.container>.nosso-proposito{flex-direction:column;gap:2rem}.sobre-nos>.container>.nosso-proposito>.nosso-proposito-conteudo{width:100%}.sobre-nos>.container>.nosso-proposito>img{width:80%}.sobre-nos>.container>.nossa-estrutura{padding:1rem}.sobre-nos>.container>.frase>p{font-size:1.2rem}.sobre-nos>.container>.frase>:nth-child(2){margin-left:0}.sobre-nos>.container>.frase>:nth-child(3){margin-right:0}.card-equipe{width:180px;height:fit-content;padding:20px 10px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);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)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.global-shapers{background-color:#004f2d;color:#fff;width:100%}.global-shapers>.container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.global-shapers>.container>.comunidade-gs{display:flex;flex-direction:column;align-items:center;padding:2rem 6rem;width:100%}.global-shapers>.container>.comunidade-gs>h5{width:fit-content;background-color:#f5f5f5;padding:.3rem .5rem;border-radius:5px;color:#05381c;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px;font-weight:400}.global-shapers>.container>.comunidade-gs>h2{font-size:2.5rem;text-align:center;margin-bottom:1rem}.global-shapers>.container>.comunidade-gs>.container-comunidade{display:flex;align-items:center;justify-content:center;flex-direction:row;justify-content:space-between;padding:2rem 0}.global-shapers>.container>.comunidade-gs>.container-comunidade>.conteudo{display:flex;flex-direction:column;width:40%}.global-shapers>.container>.comunidade-gs>.container-comunidade>.conteudo>h3{font-size:1.5rem;margin-bottom:1rem}.global-shapers>.container>.comunidade-gs>.container-comunidade>.conteudo>p{font-size:1.2rem;margin-bottom:1rem;color:#fffffff5}.global-shapers>.container>.comunidade-gs>.container-comunidade>.conteudo>.conteudo-dados{display:flex;justify-content:space-between}.global-shapers>.container>.comunidade-gs>.container-comunidade>.conteudo>.conteudo-dados>div{border-radius:100%;width:120px;height:120px;display:flex;align-items:center;flex-direction:column;justify-content:center;background-color:#04642e}.global-shapers>.container>.comunidade-gs>.container-comunidade>.conteudo>.conteudo-dados>div>:first-child{font-size:1.5rem;font-weight:700}.global-shapers>.container>.comunidade-gs>.container-comunidade>.conteudo>.conteudo-dados>div>:last-child{font-size:1rem}.global-shapers>.container>.comunidade-gs>.container-comunidade .map-container{position:relative;display:inline-block}.global-shapers>.container>.comunidade-gs>.container-comunidade .map{width:100%;display:block}.global-shapers>.container>.comunidade-gs>.container-comunidade .map-popup{position:absolute;top:50px;right:10px;background:#fff;padding:12px;border-radius:8px;box-shadow:0 4px 10px #0003;max-width:220px}.global-shapers>.container>.comunidade-gs>.container-comunidade .map-popup h3{margin:0;font-size:1.3rem;color:#2c5c58}.global-shapers>.container>.comunidade-gs>.container-comunidade .map-popup p{font-size:12px;margin:8px 0;color:#333}.global-shapers>.container>.comunidade-gs>.container-comunidade .saiba-mais{display:inline-block;margin-top:6px;color:#33a517;font-size:.9rem;text-decoration:none}.global-shapers>.container>.comunidade-gs>.container-comunidade .saiba-mais:hover{text-decoration:underline}.global-shapers .container-projetos{width:100%;overflow:hidden;max-width:100%;cursor:pointer;padding:3rem 0}.global-shapers .container-projetos>.lista-projetos{display:grid;width:100%;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.global-shapers .container-projetos>.lista-projetos .card-projeto{background:#fff0;color:#fefffe;width:250px;height:100%;margin:1rem auto;text-align:left;overflow:hidden}.global-shapers .container-projetos>.lista-projetos .card-projeto>img{width:100%;height:100%;max-height:250px;border-radius:10px}.global-shapers .container-projetos>.lista-projetos .card-projeto>p{font-size:.9rem;opacity:1;font-weight:300;letter-spacing:1px}.global-shapers .container-projetos>.lista-projetos .card-projeto>.local{color:#fff;background-color:#33a517;width:fit-content;padding:3px 5px;font-weight:400;margin:5px 0;border-radius:5px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:999}.modal-content{background:#2a6d37;padding:20px;max-width:600px;color:#fff;height:90%;overflow-y:scroll;width:90%;border-radius:12px;position:relative}.modal-content>h2{text-align:center}.modal-content>img{width:100%;height:100%;max-height:300px;margin:1rem 0;object-fit:cover;border-radius:10px}.modal-content p{white-space:pre-line;line-height:1.6;margin-bottom:12px}.close-btn{position:absolute;top:10px;right:15px;background:none;color:#fff;border:none;font-size:20px;cursor:pointer}@media (max-width: 900px){.grid-mobile{display:grid;grid-template-columns:1fr;gap:1rem}.global-shapers>.container{padding:1rem}.global-shapers>.container>.comunidade-gs{padding:2rem 1rem}.global-shapers>.container>.comunidade-gs>.container-comunidade{display:flex;flex-direction:column;align-items:center}.global-shapers>.container>.comunidade-gs>.container-comunidade .map-container{width:100%;padding:1rem 0}.global-shapers>.container>.comunidade-gs>.container-comunidade .map-container .map{width:100%;height:auto;display:block}.global-shapers>.container>.comunidade-gs>.container-comunidade>.conteudo{width:100%}.global-shapers>.container>.comunidade-gs>.container-comunidade>.conteudo>.conteudo-dados>div{width:90px;height:90px}.global-shapers>.container>.comunidade-gs>.container-comunidade>img{width:100%;padding:1rem 0}}@media (max-width: 650px){.global-shapers>.container{padding:1rem}.global-shapers>.container>.comunidade-gs{padding:2rem 1rem}.global-shapers>.container>.comunidade-gs>.container-comunidade .map{margin-top:4rem}.global-shapers>.container>.comunidade-gs>.container-comunidade .map-popup h3{font-size:1rem}.global-shapers>.container>.comunidade-gs>.container-comunidade .map-popup{max-width:160px;top:10px;right:10px}}.lista-projetos{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width: 650px){.global-shapers>.container>.comunidade-gs>.container-comunidade .map-popup h3{font-size:1rem}.global-shapers>.container>.comunidade-gs>.container-comunidade .map-popup{max-width:160px;top:80px;right:20px}.global-shapers>.container>.comunidade-gs>.container-comunidade .map-popup>p{display:none}}.GuiaCOP30{width:100%;background-color:#0a8754;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:3rem 0;color:#fff;gap:.8rem}.GuiaCOP30>h5{background-color:#f5f5f5;width:fit-content;padding:.3rem .5rem;border-radius:5px;color:#05381c;text-transform:uppercase;letter-spacing:1px;font-weight:400}.GuiaCOP30>p:first-of-type{margin-bottom:-10px}.GuiaCOP30>.guiaCop-conteudo{max-width:1280px;padding:2rem 6rem;width:100%;display:flex;align-items:center;gap:2rem;justify-content:space-between}.GuiaCOP30>.guiaCop-conteudo>.descricao{display:flex;flex-direction:column;text-align:left;font-weight:200;gap:1rem}.GuiaCOP30>.guiaCop-conteudo>.descricao>.mascoteGuia{width:60%}.GuiaCOP30>.guiaCop-conteudo>.pdf{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.GuiaCOP30>.guiaCop-conteudo>.pdf img{width:250px;transition:.5s}.GuiaCOP30>.guiaCop-conteudo>.pdf img:hover{transform:scale(1.05)}.GuiaCOP30>.guiaCop-conteudo>.pdf>.baixarGuia{display:flex;align-items:center;justify-content:center;gap:.5rem;border:2px solid rgba(255,255,255,0);background-color:#05381c7c;width:fit-content;border-radius:10px;padding:.6rem 1.2rem;transition:.5s}.GuiaCOP30>.guiaCop-conteudo>.pdf>.baixarGuia:hover{background-color:#06301f50;border-color:#18914f}.GuiaCOP30>.guiaCop-conteudo>.pdf>.baixarGuia>img{width:20px}@media (max-width: 800px){.GuiaCOP30>.guiaCop-conteudo{padding:1rem}}@media (max-width: 700px){.GuiaCOP30{padding:1rem}.GuiaCOP30>.guiaCop-conteudo{padding:1rem;flex-direction:column}}.podcast{background-color:#004f2d;width:100%;color:#fff}.podcast>.container{margin:0 auto;display:flex;max-width:1280px;padding:3rem 0;font-weight:200}.podcast>.container>.bloco{display:flex;padding:2rem 6rem;width:100%;align-items:center;justify-content:space-between}.podcast>.container>.bloco>.descricao{display:flex;flex-direction:column;gap:1rem;width:50%}.podcast>.container>.bloco>.descricao>h5{background-color:#f5f5f5;width:fit-content;padding:.3rem .5rem;border-radius:5px;color:#05381c;text-transform:uppercase;letter-spacing:1px;font-weight:400}.podcast>.container>.bloco>.cardPodcast{background-color:#fff;width:320px;color:#000;padding:1rem;height:fit-content;border-radius:10px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:.5rem;text-align:center}.podcast>.container>.bloco>.cardPodcast>.capaPodcast{width:100%;border-radius:10px}.podcast>.container>.bloco>.cardPodcast>a{display:flex;align-items:center;justify-content:center;color:#fff;gap:.5rem;border:2px solid rgba(255,255,255,0);background-color:#084222;width:fit-content;border-radius:10px;padding:.6rem 1.2rem;transition:.5s}.podcast>.container>.bloco>.cardPodcast>a:hover{background-color:#0a5034;border-color:#18914f}.podcast>.container>.bloco>.cardPodcast>a>img{width:20px}.descricao h2{font-size:1.5rem;font-weight:700}.descricao h3{font-size:1.3rem;font-weight:700}.descricao ul{list-style:disc;padding-left:1.5rem}.descricao .chamada{margin-top:1rem;font-weight:700;text-align:center}@media (max-width: 870px){.podcast>.container{padding:1rem}.podcast>.container>.bloco{padding:1rem}}@media (max-width: 750px){.podcast>.container{padding:1rem}.podcast>.container>.bloco{padding:1rem;gap:2rem;flex-direction:column}.podcast>.container>.bloco>.descricao{width:100%}}.footer{background-color:#04642e;width:100%;color:#fff}.footer>.container{max-width:1280px;margin:0 auto;padding:2rem 6rem}.footer>.container>.footer-content{display:flex;align-items:center;justify-content:space-between}.footer>.container>.footer-content>.logo{width:150px}.footer>.container>.footer-content>.categorias{display:flex;flex-direction:column;gap:.5rem}.footer>.container>.footer-content>.redes{display:flex;flex-direction:column;align-items:self-start;justify-content:center;gap:1rem}.footer>.container>.footer-content>.redes>a{display:flex;align-items:center;justify-content:center}.footer>.container>.footer-content>.redes>a>img{width:20px;height:20px;margin:0 .5rem}.footer>.container>hr{opacity:.4;margin:1rem 0}.footer>.container>.copyright{text-align:center;margin-top:1rem;font-size:.8rem;color:#ffffffb3}@media (max-width: 700px){.footer>.container{padding:3rem 1rem}.footer>.container>.footer-content{flex-direction:column;gap:2rem}.footer>.container>.footer-content>.categorias{flex-direction:row}.footer>.container>.footer-content>.redes{flex-direction:row;flex-wrap:wrap}}
