
#site-footer{background-color:var(--color-secondary);}.custom-footer{display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;color:var(--color-custom-01);font-family:var(--font-3);padding:2rem 0;}.custom-footer hr{opacity:1;height:1px;background-color:rgba(255,255,255,.1);margin:1rem 0;}.custom-footer .footer_col hr{height:2px;background-color:var(--color-destaque);}.custom-footer ul{list-style:none;padding:0;margin:0;}.custom-footer p{line-height:130%;margin-bottom:0;}.custom-footer .footer-logo-container{display:flex;flex-direction:column;gap:1.5rem;}.custom-footer .footer_icons{margin-top:1.5rem;}.custom-footer .footer_icons .social-list,.custom-footer .footer_icons{justify-content:start;}.custom-footer .footer_icons .social-list{svg{width:19px;height:auto;}}.custom-footer .footer-icons-item,.custom-footer .footer_icons{display:flex;gap:.625rem;}.custom-footer .footer_icons .social-icons,.custom-footer .footer_icons .phone-item,.custom-footer .footer_icons .email-item{svg{width:19px;height:auto;}}.custom-footer h2{font-size:var(--fs-6);margin-bottom:1.25rem;display:block;}.custom-footer .menu a{color:var(--color-custom-01);display:block;padding:.625rem 0;margin-bottom:0;transition:all .4s;}.custom-footer .menu a:hover{color:var(--color-primary);}.custom-footer .footer_colunas{margin:1rem 0 0;}.custom-footer .hr{width:100%;display:block;}.custom-footer .footer_colunas{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap;gap:.3125rem;}.custom-footer .footer_colunas .footer_col{width:100%;max-width:max-content;}.custom-footer .footer_colunas .footer_col-02,.custom-footer .footer_colunas .footer_col-01{max-width:306px;}.custom-footer .footer_colunas .footer_col-03{max-width:160px;}.custom-footer .footer_colunas .footer_col-04{max-width:310px;.btn_principal{font-size:var(--fs-7);margin-left:0;margin-bottom:0;}}.custom-footer #menu-institucional{display:grid;grid-template-columns:1fr 1fr;column-gap:.3125rem;}.custom-footer #footer_copyright{text-align:center;}.custom-footer #footer_copyright .copyright-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:2.25rem;}.custom-footer #footer_copyright p{margin-bottom:0;}.custom-footer #footer_copyright a{color:var(--color-custom-01);}@media screen and (max-width:991px){.custom-footer .footer-logo-container{align-items:center;}.custom-footer .footer_icons{margin-bottom:2.5rem;justify-content:center;}.custom-footer .footer_colunas .footer_col.footer_col-02,.custom-footer .footer_colunas .footer_col.footer_col-03{display:none;}.custom-footer h2{font-size:var(--fs-3);}.custom-footer .footer_colunas .footer_col-04{.btn_principal{margin-left:auto;}}}@media screen and (max-width:767px){.custom-footer .footer_colunas{flex-direction:column;align-items:center;text-align:center;}.custom-footer .footer_colunas .footer_col-01 .social-icons{justify-content:center;}.custom-footer .footer_colunas .footer_col.footer_col-02,.custom-footer .footer_colunas .footer_col.footer_col-03{padding-top:.625rem;}.custom-footer #footer_copyright .copyright-content{flex-direction:column;justify-content:center;}}
#site-header{padding-top:50px;padding-bottom:50px;display:flex;align-items:center;position:fixed;width:100%;top:0;left:0;z-index:100;background-color:transparent;transition:all .5s;}#site-header.scrolled{padding-top:10px;padding-bottom:10px;backdrop-filter:blur(10px);background-color:var(--color-secondary);box-shadow:0px 4px 4px rgba(0,0,0,0.1);}#site-header.bg-ativado.scrolled,#site-header.bg-ativado{background-color:rgba(255,255,255,0.8);}#site-header .header_menu{display:flex;justify-content:space-between;align-items:center;gap:.625rem;}.logo{width:100%;max-width:210px;}.logo .custom-logo-link{font-size:1.5rem;font-weight:bold;color:var(--color-secondary);display:block;padding:.625rem 0;}#site-header.bg-ativado .social-list a{color:var(--color-secondary);&:hover{color:var(--color-primary);}}#site-header .header_icons{width:100%;max-width:140px;}.desktop-navigation{width:100%;max-width:100%;}.desktop-menu{display:flex;align-items:center;justify-content:space-between;gap:.3125rem;width:100%;max-width:1094px;padding:0 5rem;margin:0 auto;}.desktop-menu li{flex-grow:0;display:block;}.desktop-menu a{width:fit-content;color:var(--color-custom-01);font-size:var(--fs-6);text-transform:uppercase;padding:1rem 0;position:relative;display:flex;white-space:nowrap;text-transform:uppercase;transition:all .4s;}#site-header.bg-ativado .desktop-menu a{color:var(--color-secondary);}.desktop-menu .current-menu-item a,.desktop-menu a:hover{}.desktop-menu a::after{content:'';position:absolute;bottom:.75rem;left:50%;transform:translatex(-50%);width:0;height:2px;border-radius:4px;background:var(--color-primary);transition:width 0.3s ease;}.desktop-menu .current-menu-item a::after,.desktop-menu a:hover::after{width:100%;}.desktop-menu .menu-item-has-children{position:relative;}.desktop-menu .menu-item-has-children>a{padding-right:20px;}.desktop-menu .menu-item-has-children>a::before{content:'';position:absolute;right:2px;top:50%;width:8px;height:8px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-75%) rotate(45deg);transition:transform 0.3s ease;}.desktop-menu .menu-item-has-children:hover>a::before{transform:translateY(-25%) rotate(225deg);}.desktop-menu .sub-menu .menu-item-has-children>a::before{right:20px;}.desktop-menu .sub-menu{position:absolute;top:calc(100%+10px);left:0;min-width:200px;background:#031F41;border-radius:0;box-shadow:0 8px 24px rgba(0,0,0,0.12);padding:0;opacity:0;visibility:hidden;overflow:hidden;transform:translateY(8px);transition:opacity 0.25s ease,transform 0.25s ease,visibility 0.25s ease;z-index:200;}.desktop-menu .menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);}.desktop-menu .sub-menu li{display:block;flex-grow:unset;}.desktop-menu .sub-menu a{display:block;padding:10px 20px;font-size:var(--fs-7);color:var(--color-custom-01) !important;width:100%;white-space:nowrap;transition:background 0.2s ease,color 0.2s ease;}.desktop-menu .sub-menu a::after{display:none;}.desktop-menu .sub-menu a:hover,.desktop-menu .sub-menu .current-menu-item>a{background:var(--color-primary);}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:10px;z-index:1001;}.hamburger-line{width:36px;height:4px;background:var(--color-primary);border-radius:3px;transition:all 0.3s ease;}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg);}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0);}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg);}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100dvh;background:rgba(0,0,0,0.8);z-index:9999;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;}.mobile-menu-overlay.active{opacity:1;visibility:visible;}.mobile-navigation{position:absolute;overflow-y:auto;background:var(--color-bg);padding:70px 30px 30px;transition:transform 0.3s ease;display:flex;flex-direction:column;top:0;left:0;right:0;width:100%;max-width:100%;height:auto;max-height:100dvh;transform:translateY(-100%);}.mobile-menu-overlay.active .mobile-navigation{transform:translateX(0);}.mobile-menu-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:var(--color-text);transition:color 0.2s ease,transform 0.2s ease;padding:4px 8px;}.mobile-menu-close:hover{color:var(--color-primary);transform:rotate(90deg);}.mobile-menu{display:flex;flex-direction:column;gap:20px;}.mobile-menu li{border-bottom:1px solid var(--color-custom-05);transition:all .4s;}.mobile-menu a{display:block;color:var(--color-text);font-weight:500;font-size:1.1rem;padding:15px 0;transition:color 0.3s ease,padding-left 0.3s ease;}.mobile-menu li:hover,.mobile-menu .current-menu-item{border-color:var(--color-primary);}.mobile-menu .current-menu-item a,.mobile-menu a:hover{color:var(--color-primary);padding-left:10px;font-weight:bold;}.mobile-menu .menu-item-has-children>a{display:flex;justify-content:space-between;align-items:center;}.mobile-menu .menu-item-has-children>a::after{content:'';width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform 0.3s ease;flex-shrink:0;margin-left:10px;margin-bottom:3px;}.mobile-menu .menu-item-has-children.submenu-open>a::after{transform:rotate(225deg);margin-bottom:-3px;}.mobile-menu .sub-menu{display:none;flex-direction:column;gap:0;padding:0 0 10px 16px;border-left:2px solid var(--color-primary);margin-left:8px;}.mobile-menu .menu-item-has-children.submenu-open>.sub-menu{display:flex;}.mobile-menu .sub-menu li{border-bottom:none;}.mobile-menu .sub-menu a{font-size:0.95rem;font-weight:400;padding:8px 0;color:var(--color-text);}.mobile-menu .sub-menu a:hover,.mobile-menu .sub-menu .current-menu-item>a{color:var(--color-primary);padding-left:6px;}.mobile-menu-footer{margin-top:auto;padding-top:24px;}.mobile-menu-footer ul.header-icons-item.phones-list{justify-content:start;}.mobile-menu-footer .mobile-menu-socials a{color:var(--color-secondary);}.mobile-menu-socials{display:flex;gap:10px;flex-wrap:wrap;}.mobile-menu-socials a{color:var(--color-text);font-size:1.4rem;padding:0;transition:color 0.3s ease;}.mobile-menu-socials a:hover{color:var(--color-primary);padding-left:0;font-weight:400;}body.mobile-menu-open{overflow:hidden;}@media (max-width:1536px){.logo{max-width:200px;}#site-header .header_icons{max-width:150px;gap:20px;.phones-list{gap:20px;}.email-item a,.phone-item a{width:36px;height:36px;svg{width:20px;height:auto;}}}}@media (max-width:1299px){.desktop-menu{padding:0 .3125rem;}}@media (max-width:991px){#site-header .header_icons,.desktop-navigation{display:none;}#site-header{padding-top:1rem;padding-bottom:1rem;}.mobile-menu-toggle{display:flex;}}
.loop_realizacoes-destaque{background:var(--cor-branco);display:flex;flex-direction:column;}.loop_realizacoes-destaque-img{display:grid;min-height:384px;overflow:hidden;}.loop_realizacoes-destaque-foto,.loop_realizacoes-destaque-gradiente,.loop_realizacoes-destaque-sobre{grid-area:1 / 1;}.loop_realizacoes-destaque-foto{width:100%;min-height:384px;object-fit:cover;align-self:stretch;display:block;}.loop_realizacoes-destaque-img img{aspect-ratio:840/400;}.loop_realizacoes-destaque-gradiente{background-blend-mode:saturation,normal;background:linear-gradient(0deg,#031F41 0%,rgba(3,31,65,0) 100%);opacity:0.6;}.loop_realizacoes-destaque-sobre{align-self:end;padding:2rem;display:flex;flex-direction:column;gap:0.5rem;max-width:625px;color:var(--color-custom-01);position:relative;z-index:5;}.loop_realizacoes-tag{font-size:.75rem;font-weight:bold;text-transform:uppercase;}.loop_realizacoes-destaque-titulo{font-size:var(--fs-3);}.loop_realizacoes-card-titulo{font-size:var(--fs-4);color:var(--color-secondary);margin-bottom:0;}.loop_realizacoes-card-info{font-size:.875rem;color:var(--color-secondary);font-weight:bold;}.loop_realizacoes-destaque-rodape{background:var(--color-custom-01);display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem;}.loop_realizacoes-destaques{display:flex;gap:3rem;margin:0;padding:0;}.loop_realizacoes-destaque-stat{display:flex;flex-direction:column;gap:0.25rem;}.loop_realizacoes-destaque-stat dt{text-transform:uppercase;font-size:.75rem;}.loop_realizacoes-destaque-stat dd{color:var(--color-secondary);}.loop_realizacoes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}.loop_realizacoes-card{background:var(--cor-branco);display:flex;flex-direction:column;}.loop_realizacoes-card-link{display:flex;flex-direction:column;flex:1;}.loop_realizacoes-card-img{overflow:hidden;}.loop_realizacoes-card-foto{width:100%;height:100%;aspect-ratio:840/400;object-fit:cover;display:block;}.loop_realizacoes-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:0.5rem;flex:1;color:var(--color-text);background-color:var(--color-custom-01);}.loop_realizacoes-permalink{color:var(--color-secondary);display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:var(--fs-5);transition:all .4s;}.loop_realizacoes-permalink:hover{color:var(--color-primary);}@media (max-width:991px){.loop_realizacoes-grid{grid-template-columns:1fr;}}@media (max-width:767px){.loop_realizacoes-destaque-img{min-height:280px;}.loop_realizacoes-destaque-rodape{flex-direction:column;align-items:flex-start;gap:1.5rem;}.loop_realizacoes-destaques{gap:1.5rem;}}@media (max-width:575px){.loop_realizacoes-destaque-img{min-height:220px;}}
.page-realizacoes{background:var(--color-custom-07);padding-bottom:5rem;}.banner_topo{position:relative;display:flex;align-items:center;min-height:707px;background:var(--color-custom-02);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--color-custom-01);margin-bottom:2.25rem;}.banner_topo::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.40);}.banner_topo-inner{position:relative;display:grid;grid-template-columns:1fr auto;gap:6rem;align-items:center;width:100%;}.banner_topo-conteudo{display:flex;flex-direction:column;gap:1rem;max-width:868px;}.banner_topo-destaque{display:flex;align-items:flex-end;gap:1.5rem;flex-shrink:0;width:380px;}.banner_topo-destaque-info{display:flex;flex-direction:column;gap:0.375rem;border-left:5px solid var(--color-primary);padding-left:2rem;}.banner_topo-destaque-info h2{font-weight:900;font-size:var(--fs-1);}.banner_topo-destaque-info p{font-size:var(--fs-5);}.realizacoes-bloco--destaque{margin-bottom:2rem;}.realizacoes-bloco{background:var(--color-fundo);}.realizacoes-bloco-inner{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:stretch;}.acordos_governamentais-card{background:var(--color-secondary);display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;padding:2rem;color:var(--color-custom-01);}.acordos_governamentais-card-tags{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0;margin:0;}.acordos_governamentais-card-tag{display:flex;align-items:center;gap:1rem;}.acordos_governamentais-card-cta{display:inline-flex;align-items:center;gap:0.5rem;font-weight:bold;background:linear-gradient(180deg,#00CA9A 0%,#0070D8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;}.relatorio-card{background:var(--color-custom-01);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:4.75rem 2rem;text-align:center;}.relatorio-card-icone{display:flex;align-items:center;justify-content:center;}.relatorio-card-titulo{color:var(--color-secondary);font-size:var(--fs-4);}.relatorio-card-descricao{max-width:366px;}.relatorio-card-download{display:flex;align-items:center;justify-content:center;width:100%;max-width:170px;color:var(--color-secondary);border:2px solid var(--color-secondary);padding:0 1rem;min-height:45px;transition:all .4s;}.relatorio-card-download:hover{background-color:var(--color-secondary);color:var(--color-custom-01);}@media (max-width:991px){.banner_topo-inner{grid-template-columns:1fr;gap:3rem;}.banner_topo-destaque{width:auto;}.realizacoes-bloco-inner{grid-template-columns:1fr;}}@media (max-width:767px){.banner_topo-inner{gap:2.5rem;}.realizacoes-bloco-inner{gap:1.5rem;}}@media (max-width:575px){.banner_topo{padding:var(--header-height) 0;}.relatorio-card{padding:3rem 1.5rem;}}