/*
Theme Name: Tema ICEP
Author: Seu Nome
Description: Tema personalizado para o site do ICEP baseado no design.
Version: 1.0
Tags: accessibility-ready, responsive-layout, bootstrap
*/

/* --- Variáveis de Cor (Baseado no Design) --- */
:root {
    --icep-orange: #f58220;
    /* Laranja principal */
    --icep-green: #00a99d;
    /* Verde */
    --icep-green-dark: #009a77;
    /* Verde */
    --light-green: #d1ffae;
    --icep-red: #ec1c24;
    /* Vermelho */
    --icep-dark-text: #4d4d4d;
    --icep-light-gray: #f4f4f4;
    --icep-footer-bg: #f8f1e7;
    /* Fundo do rodapé */
    --primary-orange: #d94a1e;
    /* Cor exata aproximada da imagem */
    --dark-orange: #E64A17;
    --text-dark: #333;
    --text-light: #fff;
    --font-main: 'Montserrat', sans-serif;
    --container-width: 1200px;
}

.bg-cor-footer {
    background-color: #FEF3DF;
}


.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.color-green-dark {
    color: var(--icep-green-dark);
}


.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: var(--primary-orange);
}

.quemsomos-page .qs-content h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: var(--primary-orange);
}

.aligncenter {
    margin: 0 auto;
}

/* Laranja – Publicações ICEP */
.categoria-laranja {
    color: #E56F27;
    /* o mesmo laranja usado no site */
}

/* Verde – Documentos pedagógicos */
.categoria-verde {
    color: #009B7A;
    /* verde institucional ICEP */
}

/* Vermelho/laranja escuro – Portfólio */
.categoria-vermelha {
    color: #D6452F;
}

/* Caso queira um fallback */
.categoria-default {
    color: #666;
}

.campo-busca {
    max-width: 400px;
    border-radius: 20px;
    border-color: #000;
    color: #000;
    background: url(imgs/lupa.png) no-repeat;
    background-position: 95%;
    padding-right: 47px;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-main);
}

/* --- Configuração Global e de Acessibilidade --- */
body {
    background-color: #fff;
}

/* Foco Visível para Navegação por Teclado (Acessibilidade) */
a:focus,
button:focus,
input:focus,
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid var(--icep-orange);
    outline-offset: 2px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--icep-orange);
}


/* --- Barra Superior (Top Bar) --- */
.top-bar {
    background-color: var(--primary-orange);
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.top-bar-content {
    display: flex;
    justify-content: flex-end;
    /* Tudo alinhado à direita */
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Acessibilidade */
.accessibility-tools {
    display: flex;
    gap: 10px;
    align-items: center;
}

.accessibility-tools a {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

/* Caixa de Busca */
.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box form input::placeholder {
    color: #ffffff !important;
    opacity: 1;
    /* Safari exige isso */
}

.search-box input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 5px 35px 5px 15px;
    color: white;
    outline: none;
    width: 200px;
    transition: 0.3s;
}

.search-box input:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.search-box button {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    margin-top: 6px;
}

/* Redes Sociais */
.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.3s;
}

.social-icons img {
    object-fit: contain;
    display: inline-block;
    margin-left: 10px;
    transition: opacity .2s ease;
}

.social-icons img:hover {
    opacity: 0.7;
}

.flag-icon i {
    color: #4CAF50;
    /* Verde estilo bandeira BR */
    font-size: 20px;
    background: gold;
    border-radius: 50%;
    padding: 2px;
}

/* --- Header Principal --- */
.main-header {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 63px;
}

/* Logo Setup */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-orange);
}

.logo img {
    height: 50px;
    /* Ajuste conforme seu logo real */
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-text span {
    font-weight: 700;
    font-size: 24px;
    color: #1a5c56;
    /* Verde escuro do logo */
}

.logo-text small {
    font-size: 9px;
    font-weight: 600;
    color: #1a5c56;
    letter-spacing: 0.5px;
}

/* Remove bolinhas do menu e submenu */
.navbar ul,
.navbar ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Remove underline de todos os links */
.navbar a,
.navbar a:hover,
.navbar a:focus,
.navbar .submenu a {
    text-decoration: none !important;
}

/* Menu de Navegação Desktop */
.navbar ul {
    display: flex;
    gap: 25px;
}

.navbar ul li {
    position: relative;
    /* Necessário para o submenu */
}

.navbar a {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
    padding-bottom: 5px;
}

/* Efeito Hover e Ativo */
.navbar a:hover,
.navbar a.active {
    color: var(--primary-orange);
    border-bottom: 2px solid var(--primary-orange);
}

/* Submenu seta */
.has-submenu>a i {
    font-size: 12px;
    margin-left: 5px;
}

/* Submenu */
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 200px;
    flex-direction: column;
    gap: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-top: 3px solid var(--primary-orange);

    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.submenu li {
    width: 100%;
}

.submenu li a {
    display: block;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.submenu li a:hover {
    background-color: #f9f9f9;
}

/* Mostrar submenu */
.has-submenu:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* --- Responsividade (Tablets e Celulares) --- */
@media (max-width: 992px) {
    .top-bar-content {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .header-content {
        height: 70px;
    }

    /* Botão Hamburger */
    .menu-icon {
        display: block;
        font-size: 28px;
        color: var(--primary-orange);
        cursor: pointer;
    }

    /* Menu Mobile */
    .navbar {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: white;
        border-top: 1px solid #eee;

        /* Animação de abrir */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .navbar ul {
        flex-direction: column;
        gap: 0;
        padding: 20px;
    }

    .navbar ul li {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #f1f1f1;
    }

    /* Comportamento do Checkbox Hack */
    #menu-toggle:checked~.navbar {
        max-height: 500px;
        /* Altura suficiente para mostrar o menu */
    }

    /* Submenu no Mobile (Estático) */
    .submenu {
        position: static;
        visibility: visible;
        opacity: 1;
        width: 100%;
        box-shadow: none;
        border: none;
        padding-left: 20px;
        transform: none;
        background-color: #fafafa;
        display: none;
        /* Esconde para não ficar gigante, mostra se quiser via JS ou CSS extra */
    }

    /* Mostrar submenu no hover mobile ou deixar sempre aberto */
    .has-submenu:hover .submenu {
        display: block;
    }
}

/* Link para "Pular para o conteúdo" (Acessibilidade) */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--icep-orange);
    color: white;
    padding: 8px;
    z-index: 10000;
}

.skip-link:focus {
    top: 0;
}

/* Padrões de Tag (Acessibilidade) */
.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--dark-orange);
    /* margin-bottom: 1.5rem; */
}

.section-subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--icep-dark-text);
    margin-top: -1rem;
    margin-bottom: 1rem;
}

/* --- Estados de HOVER ('Over') --- */
.btn-icep,
.card-noticia a {
    transition: all 0.3s ease-in-out;
}

.btn-icep {
    background-color: var(--icep-orange);
    border-color: var(--icep-orange);
    color: #fff;
    padding: 2px 10px;
    font-weight: bold;
    border-radius: 73px;
}

.btn-icep:hover,
.btn-icep:focus {
    background-color: #e06f10;
    /* Laranja mais escuro */
    border-color: #e06f10;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-noticia {
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.card-noticia a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.card-noticia:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.link-todas-materias {
    color: #000;
    text-align: right;
}

.link-todas-materias img {
    position: relative;
    margin-left: 10px;
}


/* --- Estilos Específicos das Seções --- */

/* 1. Hero (para o texto) */
.hero-title {
    font-size: 2.8rem;
    font-weight: bold;
    color: var(--icep-orange);
    /* Ou outra cor do design */
}

/* 2. Quem Somos */
.quem-somos-section {
    background-color: var(--icep-light-gray);
}

/* 3. Diagrama de Venn (Recriação) */

img.gestao-das-aprendizagens {
    position: absolute;
    width: 329px;
    margin-left: -161px;
    margin-top: -43px;
}

.diagrama-venn-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    /* Ajuste conforme necessário */
    margin: 40px auto;
}


/* Diagrama de Venn - Círculos */
.diagrama-circulo {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    overflow: hidden;
    /* evita que o texto extrapole */
}

/* Ambos começam ocupando o mesmo espaço */
.circulo-titulo,
.circulo-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease, visibility 0.4s ease;
    width: 60%;
    font-size: 15px;
}

/* Descrição começa invisível */
.circulo-desc {
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}

/* Título some no hover */
.diagrama-circulo:hover .circulo-titulo {
    opacity: 0;
    visibility: hidden;
}

/* Descrição aparece no hover */
.diagrama-circulo:hover .circulo-desc {
    opacity: 1;
    visibility: visible;
}



/* Em telas maiores, podemos tentar sobrepor */
@media (min-width: 768px) {


    .diagrama-venn {
        position: relative;
        height: 350px;
    }

    .diagrama-circulo {
        position: absolute;
    }

    .circulo-1 {
        top: 0;
        left: 52%;
        transform: translateX(-100%);
    }

    .circulo-2 {
        top: 0;
        left: 45%;
        transform: translateX(0%);
    }

    .circulo-3 {
        top: 168px;
        /* Ajuste para sobrepor */
        left: 50%;
        transform: translateX(-50%);
    }
}

.diagrama-venn-border-tracejada {
    border: 1px dashed #1c6556;
    width: 560px;
    height: 560px;
    padding: 5px;
    margin: auto auto -216px auto;
    background: #fff;
    border-radius: 100%;
}

.diagrama-venn-border {
    border: 2px solid #1c6556;
    border-radius: 100%;
    width: 550px;
    height: 550px;
    padding: 63px 10px;
    margin: auto auto -216px auto;
    background: #fff;
}


/* 4. Seção Mapa */

.section-title.text-white {
    color: #ffffff;
}

/* 5. Nossos Números */

.cont-numero-noticia {
    border: 7px solid var(--light-green);
    border-radius: 8%;
    margin: 120px 78px 0 78px;
    padding: 0 112px;
}

.numeros-section {
    margin-top: -200px;
}

.hr-title {
    border-color: #BFBFBF;
    width: 200px;
    border-width: 2px;
    margin: 10px auto;
}

.numero-box {
    background-color: #FFC560;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.numero-box .numero {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--dark-orange);
    line-height: 1.1;
}

.numero-box .descricao {
    font-size: 0.9rem;
    color: var(--icep-dark-text);
    line-height: 1.2;
    margin: 5px 35px;
}

.numero-box.azul {
    background-color: #8bfffb;
}

.numeros-observacoes {
    display: block;
    text-align: right;
    padding-top: 20px;
    padding-right: 38px;
    font-size: 0.8em;
}

/* Responsivo para números */
@media (max-width: 767px) {

    .diagrama-venn-border {
        height: auto !important;
        border: 0;
        width: auto;
        padding: 0;
        margin: auto;
    }

    .numero-box {
        width: 150px;
        height: 150px;
    }

    .numero-box .numero {
        font-size: 1.8rem;
    }

    .numero-box .descricao {
        font-size: 0.9rem;
    }

    .cont-numero-noticia {
        border: 0;
        border-radius: 0;
        margin: 120px 0 0 0;
        padding: 0;
    }

    .diagrama-venn-border-tracejada {
        border: 0;
        width: auto;
        height: auto;
        padding: 5px;
        margin: auto;
        background: transparent;
        border-radius: 0;
    }
}


/* Redução de 20% no diagrama da página Como Atuamos */
.tecnologia-social-reduzida .diagrama-circulo {
    width: 192px;
    height: 192px;
    font-size: 18px;
}
.tecnologia-social-reduzida .circulo-titulo {
    font-size: 12px;
}
.tecnologia-social-reduzida .circulo-desc {
    font-size: 10px;
}

@media (min-width: 768px) {
    .tecnologia-social-reduzida .diagrama-venn-border-tracejada {
        width: 448px; /* 560 * 0.8 */
        height: 448px; /* 560 * 0.8 */
        margin: auto auto -173px auto; /* -216 * 0.8 = -172.8 */
    }

    .tecnologia-social-reduzida .diagrama-venn-border {
        width: 440px; /* 550 * 0.8 */
        height: 440px; /* 550 * 0.8 */
        padding: 50px 8px; /* 63 * 0.8 = 50.4, 10 * 0.8 = 8 */
        margin: auto auto -173px auto;
    }

    .tecnologia-social-reduzida img.gestao-das-aprendizagens {
        width: 263px; /* 329 * 0.8 = 263.2 */
        margin-left: -129px; /* -161 * 0.8 = -128.8 */
        margin-top: -34px; /* -43 * 0.8 = -34.4 */
    }

    .tecnologia-social-reduzida .diagrama-venn {
        height: 280px; /* 350 * 0.8 */
    }

    .tecnologia-social-reduzida .circulo-1 {
        top: 0;
        left: 52%;
        transform: translateX(-100%);
    }

    .tecnologia-social-reduzida .circulo-2 {
        top: 0;
        left: 45%;
        transform: translateX(0%);
    }

    .tecnologia-social-reduzida .circulo-3 {
        top: 134px; /* 168 * 0.8 = 134.4 */
        left: 50%;
        transform: translateX(-50%);
    }
}


/* 6. Notícias */
.card-noticia .card-body {
    display: flex;
    flex-direction: column;
}

.card-noticia .card-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
}

.card-noticia .card-text {
    flex-grow: 1;
    /* Faz o texto preencher o espaço */
}

.card-noticia .card-date {
    font-size: 0.9rem;
    color: #000;
    /* margin-top: 1rem; */
    flex: 1;
    align-content: center;
    flex-wrap: wrap;
}

.card-noticia .card-date img {
    width: 20px;
    margin: -1px 8px 0 0;
    height: 20px;
}

/* Fundo amarelo da seção */
.depoimentos-home-wrapper {
    background: url(imgs/bg-depoimento-home.jpg) repeat-x;
    background-position: 0% 329px;
    padding: 0px 0 30px;
    position: relative;
}

.visao-wrapper {

    background: url(imgs/bg-depoimento-home.jpg) repeat-x;
    background-position: 0% 200px;
    padding: 0px 0 30px;
    position: relative;
}

.visao-wrapper .row>div>div {
    border: 5px solid #fff;
}

.depoimentos-home-wrapper>.row {
    width: 80%;
    margin: 0 auto;
}

/* Card */
.dep-card {
    background: #fff;
    border-radius: 35px;
    padding: 40px 30px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
}

/* Cores */
.dep-green {
    background: #5ca392;
}

.dep-orange {
    background: #f16c4e;
}

.dep-lightgreen {
    background: #8dc79a;
}

/* Foto */
.dep-photo {
    text-align: left;
}

.dep-photo img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
}

/* Aspas */
.dep-quotes {
    background: url(imgs/aspas.png) no-repeat;
    width: 106px;
    height: 71px;
    position: absolute;
    top: 64px;
    right: 30px;
}

/* Nome */
.dep-name {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-top: 20px;
}

/* Empresa */
.dep-company {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: -5px;
}

/* Texto */
.dep-text {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
}

/* Botão inferior */
.dep-link {
    color: #d64527;
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    padding-right: 30px;
}

.dep-link img {
    width: 40px;
}

.dep-link:hover {
    opacity: .7;
}

.depoimentos-page .aspa-right {
    background: url(imgs/aspas.png) no-repeat;
    width: 106px;
    height: 71px;
    float: right;
}

/* --- Rodapé --- */


.footer-icep {
    padding: 60px 0 0;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
}

/* AGORA O FOOTER TEM MAX-WIDTH DE 900PX */
.footer-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

/* Colunas */
.footer-col {
    flex: 1;
    border-right: 2px solid var(--dark-orange);
    padding-right: 25px;
}

.footer-col:last-child {
    border-right: 0;
}

.footer-logo-img {
    max-width: 220px;
}

/* MENU */
.footer-menu ul {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 0px;
}

.footer-menu li ul {
    padding-left: 10px;
    ;
}

.footer-menu a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
}

/* ITENS DE CONTATO */
.footer-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.footer-item .icon {
    margin-right: 10px;
    font-size: 19px;
    color: #000;
}

/* REDES SOCIAIS */
.footer-social img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    transition: opacity .2s;
}

.footer-social img:hover {
    opacity: 0.6;
}

.footer-social a {
    text-decoration: none;
}

/* BARRA INFERIOR */
.footer-bottom {
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    background: #e85a1f;
    color: #fff;
    font-weight: 600;
}

/* ===========================
    RESPONSIVIDADE
   =========================== */

@media (max-width: 900px) {

    .footer-container {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
    }

    .footer-col {
        border-right: 0 !important;
        /* remove divisores no mobile */
        padding-right: 0;
        text-align: left;
    }

    .footer-logo-img {
        max-width: 200px;
        margin: 0 auto 20px;
        display: block;
    }

    .footer-social img {
        margin-right: 10px;
        width: 28px;
        height: 28px;
    }

    .footer-menu ul {
        margin-top: 10px;
    }

    .footer-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .footer-logo-img {
        max-width: 170px;
    }

    .footer-menu a {
        font-size: 15px;
    }


}



/* --- Acessibilidade: Alto Contraste --- */
/* JS é necessário para adicionar/remover a classe 'high-contrast' do <body> */
.high-contrast {
    background-color: #000 !important;
    color: #FFF !important;
}

.high-contrast .section-title,
.high-contrast .numero-box .numero,
.high-contrast .card-noticia .card-title,
.high-contrast .depoimento-autor strong,
.high-contrast .site-footer h5 {
    color: #FFFF00 !important;
    /* Amarelo brlihante */
}

.high-contrast .bg-orange,
.high-contrast .site-footer,
.high-contrast .circulo-verde,
.high-contrast .circulo-laranja,
.high-contrast .circulo-vermelho {
    background-color: #000 !important;
    background-image: none !important;
}

.bg-green {
    background-color: var(--icep-green);
}

.border-green {
    border-color: var(--icep-green);
}

.high-contrast a {
    color: #FFFF00 !important;
    text-decoration: underline !important;
}

.high-contrast .card,
.high-contrast .numero-box,
.high-contrast .card-depoimento {
    background-color: #1a1a1a !important;
    border: 2px solid #FFF !important;
}

.high-contrast img {
    filter: grayscale(100%) contrast(3);
}

/*Home*/

/* Estado inicial (fora da tela) */
.parallax-section {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s ease-out, transform 1.2s ease-out;
}

/* Quando visível */
.parallax-visible {
    opacity: 1;
    transform: translateY(0);
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
    height: auto;
}

.quadro-quem-tecnologia {
    border-bottom: 20px solid var(--icep-orange);
    border-left: 20px solid var(--icep-orange);
    border-right: 20px solid var(--icep-orange);
    border-radius: 0px 0px 20px 20px;

}

/* Remove espaço branco ao redor */
#carouselTopo img {
    object-fit: cover;
}

/* Ajusta indicadores */
.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

/* Ajusta botões de navegação */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

/* Estado destacado */
g path[style] {
    fill: #E8E8E8 !important;
    stroke: #45D4B9 !important;
    /* COR da borda */
    stroke-width: 4px !important;
    /* ESPESSURA da borda */
}

.estado-selecionado path[style] {
    fill: #f58220 !important;
    stroke: #222 !important;
    /* se quiser borda diferente */
    stroke-width: 4px !important;
}

#numero-estados {
    position: absolute;
    top: 50%;
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
    background: url(imgs/line-numero-estados.png) no-repeat;
    background-position: 0px -25px;
    width: 202px;
    height: 220px;
    padding-top: 5px;
    left: -43px;
    background-size: 89%;
}

/* Bolinha piscante */
.estado-marker {
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url('imgs/marcador-branco.png');
    background-size: contain;
    background-repeat: no-repeat;
    animation: blink 1s infinite;
    pointer-events: none;
}

/* Animação da bolinha */
@keyframes blink {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

#educ-mapa {
    position: relative;
    padding-left: 100px;
    background: url(imgs/bg_mapa.png) no-repeat;
    background-position: center left;
    background-size: auto 300px;
}

#educ-mapa svg {
    width: 400px;
    height: 350px;
}

.text-educ-mapa h2,
.text-educ-mapa p {
    color: #000;
}

.text-educ-mapa {
    width: 50%;
    margin: 0 auto;
}

/* Wrapper para posicionamento */
.educ-mapa-wrapper {
    position: relative;
    display: inline-block;
}

/****************************************************************INTERNAS************************************************************************/

.header-interna {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    text-align: center;
}

.header-interna h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}

/**************************PUBLICAÇÕES**************************/


/* Botões */
.filtro-btn {
    border-radius: 0;
    padding: 3px 10px;
    font-weight: bold;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s ease, transform 0.1s ease, opacity 0.2s ease;
}

.filtro-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    color: #fff;
}

.filtro-btn:active {
    transform: translateY(1px);
}

.filtro-btn.active {
    opacity: 0.8;
}

.filtro-todos,
.filtro-btn.active.filtro-todos,
.filtro-btn:active.filtro-todos,
.filtro-btn:focus.filtro-todos {
    background-color: #333 !important;
    color: #fff !important;
}

.filtro-icep,
.filtro-orange,
.filtro-btn.active.filtro-icep,
.filtro-btn:active.filtro-icep,
.filtro-btn:focus.filtro-icep,
.filtro-btn.active.filtro-orange,
.filtro-btn:active.filtro-orange,
.filtro-btn:focus.filtro-orange {
    background-color: var(--icep-orange) !important;
    color: #fff !important;
}

.filtro-pedagogico,
.filtro-green,
.filtro-btn.active.filtro-pedagogico,
.filtro-btn:active.filtro-pedagogico,
.filtro-btn:focus.filtro-pedagogico,
.filtro-btn.active.filtro-green,
.filtro-btn:active.filtro-green,
.filtro-btn:focus.filtro-green {
    background-color: var(--icep-green) !important;
    color: #fff !important;
}

.filtro-portfolio,
.filtro-btn.active.filtro-portfolio,
.filtro-btn:active.filtro-portfolio,
.filtro-btn:focus.filtro-portfolio {
    background-color: var(--primary-orange) !important;
    color: #fff !important;
}

.filtro-red,
.filtro-btn.active.filtro-red,
.filtro-btn:active.filtro-red,
.filtro-btn:focus.filtro-red {
    background-color: var(--icep-red) !important;
    color: #fff !important;
}

.filtro-green-dark,
.filtro-btn.active.filtro-green-dark,
.filtro-btn:active.filtro-green-dark,
.filtro-btn:focus.filtro-green-dark {
    background-color: var(--icep-green-dark) !important;
    color: #fff !important;
}

/* Cards */
.card-pub {
    border: none;
    margin-bottom: 25px;
}

.card-pub img {
    width: 100%;
    border-radius: 8px;
}

.card-pub .col-4 img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.card-pub h5 {
    font-size: 1.1rem;
    font-weight: bold;
}

.card-pub p {
    font-size: .9rem;
    color: #555;
}

/* Sessões */
.section-titulo {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 60px;
}

.section-subtitulo {
    color: #777;
    margin-bottom: 30px;
}

.vermais-btn {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

/**************************** PÁGINA PARCEIROS ****************************/

/* Título principal da página Parceiros */
.parceiros-page .section-title {
    text-align: center;
    font-weight: 800;
    font-size: 1.9rem;
    margin: 60px 0 20px 0;
}

/* GRID dos parceiros (logos) */
.parceiros-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    padding: 20px 0;
}

.parceiro-card img {
    width: auto;
    margin: 0 auto;
    display: block;
    transition: 0.3s;
    height: 80px;
}

.parceiro-card:hover img {
    transform: scale(1.05);
}

.parceiro-card a {
    display: block;
    text-align: center;
}

/* MUNICÍPIOS */
.municipios-area {
    padding: 40px 0;
    text-align: center;
}

.municipios-area h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.municipios-area .conteudo {
    max-width: 900px;
    margin: auto;
    text-align: left;
}

.territorios-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.territorio-col {
    flex: 1 1 220px;
}

.territorio-col h3 {
    font-size: 18px;
    font-weight: bold;
    color: #004e3a;
    /* mesma cor da imagem */
    margin-bottom: 10px;
}

.territorio-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.territorio-col li {
    margin-bottom: 5px;
}


/* RESPONSIVO */
@media (max-width: 768px) {
    .parceiros-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .parceiros-page .section-title {
        font-size: 1.6rem;
        margin: 40px 0 15px 0;
    }
}

.parceiro-card {
    width: 327px;
    height: 172px;
    background: #f0efed;
    display: grid;
    align-items: center;
}

.parceiro-card.branco {
    background: #fff;
}

/**************************** PÁGINA DEPOIMENTOS ****************************/


/* Card base */

.depoimentos-page {
    display: flex;
    flex-flow: wrap;
}

.depoimentos-page .card-dep {
    border-radius: 30px;
    padding: 20px 30px;
    margin-bottom: 45px;
    color: #fff;
    position: relative;
    margin: 0 1% 45px 1%;
}

/* Foto da pessoa */
.depoimentos-page .card-dep .foto {
    position: absolute;
    right: 35px;
    top: -25px;
}

.depoimentos-page .card-dep .foto img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    margin-right: 132px;
}

/* Nome e empresa */
.depoimentos-page .card-dep .nome {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.depoimentos-page .card-dep .empresa {
    font-size: 1rem;
    opacity: .9;
}

/* Texto do depoimento */
.depoimentos-page .card-dep .texto {
    margin-top: 18px;
    font-size: 1rem;
    max-width: 80%;
    background: url(imgs/aspas-left.png) no-repeat;
    padding-left: 121px;
    min-height: 72px;
    background-position: bottom left;
}

/* Aspas decorativas */
.depoimentos-page .card-dep .aspas {
    font-size: 3rem;
    opacity: .2;
    margin-bottom: 10px;
}

/* Botões de vídeo e áudio */
.depoimentos-page .dep-btn {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    font-weight: bold;
    color: #fff;
}

.depoimentos-page .dep-btn i {
    font-size: 1.6rem;
}

/* Cores */
.depoimentos-page .dep-c1,
.projetos-lista .dep-c1 {
    background: #bfe3e0;
}

.depoimentos-page .dep-c2,
.projetos-lista .dep-c2 {
    background: #f4b23d;
}

.depoimentos-page .dep-c3,
.projetos-lista .dep-c3 {
    background: #18c3a1;
}

.depoimentos-page .dep-c4,
.projetos-lista .dep-c4 {
    background: #015f52;
    color: #fff;
}

.depoimentos-page .dep-c5,
.projetos-lista .dep-c5 {
    background: #d94a1e;
    color: #fff;
}

.depoimentos-page .dep-c6,
.projetos-lista .dep-c6 {
    background: #009688;
    color: #fff;
}

/* Layouts */
.depoimentos-page.card-dep {
    border-radius: 30px;
    padding: 35px;
    margin-bottom: 40px;
    position: relative;
}

.depoimentos-page .dep-large {
    width: 100%;
}

.depoimentos-page .dep-medium {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.depoimentos-page .dep-small {
    width: 31%;
    display: inline-block;
    vertical-align: top;
}

/* Foto */
.depoimentos-page.card-dep .foto {
    position: absolute;
    top: -25px;
    right: 25px;
}

.depoimentos-page.card-dep .foto img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
}

/* Aspas */
.depoimentos-page.card-dep .aspas {
    font-size: 80px;
    opacity: 0.2;
    line-height: 0.8;
}

/* Nome */
.depoimentos-page.card-dep .nome {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}

/* Empresa */
.depoimentos-page.card-dep .empresa {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 10px;
}

/* Texto */
.depoimentos-page.card-dep .texto {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
}

/* Botão */
.depoimentos-page .dep-btn {
    display: inline-flex;
    align-items: center;
    background: transparent;
    padding: 10px 18px;
    border-radius: 20px;
    font-weight: 600;
    margin-top: 18px;
    text-decoration: none;
    border: 0;
}

.depoimentos-page .dep-btn i {
    margin-left: 10px;
}

/* Responsividade */
@media (max-width: 768px) {
    .depoimentos-page .card-dep {
        padding: 30px;
    }

    .depoimentos-page .card-dep .texto {
        max-width: 100%;
    }

    .depoimentos-page .card-dep .foto {
        position: static;
        margin-top: 20px;
        text-align: right;
    }
}

/**************************** PÁGINA ESTRUTURA ****************************/

/* Cabeçalho com imagem */
.estrutura-page .estrutura-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 110px 0;
    text-align: center;
}

.estrutura-page .estrutura-header h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}

/* Navegação entre Governança e Colaboradores */
.estrutura-page .estrutura-nav {
    text-align: center;
    margin-top: 30px;
}

.estrutura-page .estrutura-nav a {
    font-weight: bold;
    margin: 0 10px;
    font-size: 1.2rem;
    color: #555;
    text-decoration: none;
}

.estrutura-page .estrutura-nav a.active {
    color: #F48C06;
}

/* Títulos das Áreas */
.estrutura-page .estrutura-area-title {
    font-size: 28px;
    font-weight: bold;
    margin: 40px 0 20px;
    text-align: center;
}

/* Cards de estrutura */
.estrutura-page .card-estrutura {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: left;
    transition: 0.2s;
    height: 337px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.estrutura-page .card-estrutura:hover {
    transform: translateY(-4px);
}

/* Tags de Setor */
.estrutura-page .tag-setor {
    display: inline-block;
    font-size: 0.85rem;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    font-weight: bold;
}

.estrutura-page .tag-admin {
    background: #FDD05A;
}

.estrutura-page .tag-diretor {
    background: #f58220 !important;
    color: #fff;
}

.estrutura-page .tag-assembleia {
    background: #F58220;
    color: #fff;
}

.estrutura-page .tag-consultivo {
    background: #8FE3CF;
    color: #003333;
}

.estrutura-page .tag-fiscal {
    background: #FDD05A;
    color: #5c4600;
}

.estrutura-page .tag-pedago {
    background: #00A99D;
    color: #fff;
}

.estrutura-page .tag-executiva {
    background: #A78BFA;
    color: #fff;
}


/* Card títulos e textos */
.estrutura-page .card-estrutura h5 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 3px;
}

.estrutura-page .card-estrutura p {
    font-size: 0.9rem;
    color: #444;
}

/* Responsivo */
@media (max-width: 768px) {

    .estrutura-page .estrutura-header h1 {
        font-size: 2.3rem;
    }

    .estrutura-page .estrutura-nav a {
        margin: 0 6px;
        font-size: 1rem;
    }

    .estrutura-page .estrutura-area-title {
        font-size: 23px;
    }

    .estrutura-page .card-estrutura {
        height: auto;
        padding: 20px;
    }
}


.estrutura-page .foto-placeholder {
    width: 191px;
    height: 264px;
    background-color: #d9d9d9;
    /* fallback cinza */
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    margin: 0 auto;
    text-align: center;
}

.estrutura-page .card-titulo-placeholder {
    transition: 0.3s ease-in-out;
    text-align: center;
}

/* Área que contém a foto e o conteúdo */
.foto-area {
    position: relative;
    aspect-ratio: 3/4;
    /* retrato */
    margin: 0 auto 10px auto;
}

/* Foto inicial */
.foto-placeholder {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    transition: opacity .4s ease-in-out;
    opacity: 1;
}

.estrutura-page .card-titulo-placeholder {
    transition: opacity .4s ease-in-out;
    margin: 10px 0;
    opacity: 1;
}

/* Conteúdo oculto inicialmente */
.card-conteudo-original {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 89%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* --- EFEITO HOVER --- */

/* Foto some */
.card-estrutura:hover .foto-placeholder {
    opacity: 0;
}


.card-estrutura:hover .card-titulo-placeholder {
    opacity: 0;
}


/* Conteúdo aparece */
.card-estrutura:hover .card-conteudo-original {
    opacity: 1;
}


/**************************** PÁGINA QUEM SOMOS ****************************/

/* Header com imagem */
.quemsomos-page .quemsomos-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    text-align: center;
}

.quemsomos-page .quemsomos-header h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}

/* Sessão Nossos Propósitos */
.quemsomos-page #qs-propositos {
    text-align: center;
    padding: 60px 0;
}

.quemsomos-page .qs-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    height: 100%;
    color: #fff;
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    animation: qsCardFadeIn 0.8s ease forwards;
}

/* Títulos e textos dos cards */
.quemsomos-page .qs-card h3 {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.quemsomos-page .qs-card p {
    font-size: 1rem;
}

/* Cores */
.quemsomos-page .qs-missao {
    background: #e54e2e;
}

.quemsomos-page .qs-visao {
    background: #f58b21;
}

.quemsomos-page .qs-valores {
    background: #009a77;
}

/* Animação com delays */
.quemsomos-page .qs-card:nth-child(1) {
    animation-delay: .2s;
}

.quemsomos-page .qs-card:nth-child(2) {
    animation-delay: .4s;
}

.quemsomos-page .qs-card:nth-child(3) {
    animation-delay: .6s;
}

@keyframes qsCardFadeIn {
    to {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

/* Hover */
.quemsomos-page .qs-card:hover {
    transform: translateY(-6px) scale(1.03);
    transition: 0.25s ease;
}

/* Citação */
.quemsomos-page .qs-citacao {
    background: #2e9f6f;
    padding: 30px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 40px auto;
    max-width: 900px;
}

/* Conteúdo da página */
.quemsomos-page .qs-content {
    padding: 40px 0;
}

.quemsomos-page .qs-content img {
    max-width: 100%;
    height: auto;
}

/* Responsivo */
@media (max-width: 768px) {

    .quemsomos-page .quemsomos-header h1 {
        font-size: 2.4rem;
    }

    .quemsomos-page .qs-card {
        height: auto;
    }

    .quemsomos-page .qs-citacao {
        font-size: 1.05rem;
        padding: 20px;
    }
}

/**************************** PÁGINA ARQUIVO DE VÍDEOS ****************************/

/* Cabeçalho */
.videos-page .page-header-videos {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos-page .page-header-videos::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.videos-page .page-header-videos h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

/* Filtro de categorias e barra de busca */
.videos-page-filter {
    padding: 1.5rem 0;
}

.videos-page .categorias-list-title {
    font-weight: bold;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.videos-page .categorias-list a {
    text-decoration: none;
    color: #495057;
    margin-right: 10px;
    font-size: 0.9rem;
}

.videos-page .categorias-list a:hover {
    color: #007bff;
}

/* Cards de vídeo */
.videos-page .video-card {
    border: none;
    max-width: 800px;
    margin: 0 auto 2.5rem auto;
}

/* Thumbnail do vídeo */
.videos-page .video-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: block;
    aspect-ratio: 16 / 9;
}

.videos-page .video-thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.videos-page .video-card:hover .video-thumbnail-wrapper img {
    transform: scale(1.05);
}

/* Ícone Play */
.videos-page .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    transition: background-color 0.3s ease;
}

.videos-page .video-card:hover .play-icon {
    background-color: rgba(255, 0, 0, 1);
}

/* Texto dos cards */
.videos-page .card-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    padding: 5px;
    width: fit-content;
}

.videos-page .card-title.titulo-orange {
    color: var(--icep-orange);
}

.videos-page .card-title.titulo-green {
    color: var(--icep-green);
}

.videos-page .card-title.titulo-primary-orange {
    color: var(--primary-orange);
}

.videos-page .card-text {
    color: #6c757d;
    font-size: 0.95rem;
}

.videos-page .post-date {
    font-size: 0.85rem;
    color: #888;
    display: flex;
    align-items: center;
}

.videos-page .post-date::before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

/* Responsivo */
@media (max-width: 768px) {

    .videos-page .page-header-videos {
        height: 180px;
    }

    .videos-page .page-header-videos h1 {
        font-size: 2rem;
    }

    .videos-page .categorias-list a {
        display: inline-block;
        margin-bottom: 4px;
    }

    .videos-page .video-card {
        margin-bottom: 2rem;
    }
}

.video-thumb {
    width: 100%;
    border-radius: 12px;
}

.video-thumbnail-wrapper {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 16px;
    border-radius: 50%;
}

/**************************** PÁGINA TRANSPARÊNCIA / BUSCA ****************************/

/* Header (caso você use header com imagem futuramente) */
.transparencia-page .transparencia-header {
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    text-align: center;
    color: #fff;
}

.transparencia-page .transparencia-header h1 {
    font-size: 3rem;
    font-weight: bold;
}

/* Caixa de busca */
.transparencia-page .search-box-container {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 40px;
}

.transparencia-page .search-box-container form {
    display: flex;
    border: 2px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    padding-left: 15px;
}

.transparencia-page .search-box-container form input {
    border: none;
    outline: none;
    padding: 8px 12px;
    background: transparent;
}

.transparencia-page .search-box-container form button {
    border: none;
    background: none;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 1.2rem;
}

/* Títulos de categorias */
.transparencia-page .cat-title {
    font-size: 1.7rem;
    font-weight: 800;
    background: #ddd;
    display: inline-block;
    padding: 5px 14px;
    border-radius: 5px;
    margin-top: 40px;
}

/* Itens da listagem */
.transparencia-page .item-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-top: 20px;
}

.transparencia-page .item-title a {
    text-decoration: none;
    color: var(--text-dark);
}

.transparencia-page .item-title a:hover {
    color: var(--primary-orange);
}

.transparencia-page .item-date {
    color: #444;
    font-size: 0.95rem;
    margin-bottom: 12px;
}

.transparencia-page .item-date i {
    margin-right: 5px;
}

/* Sem resultado */
.transparencia-page .sem-resultado {
    text-align: center;
    padding: 60px 0;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Responsivo */
@media (max-width: 768px) {

    .transparencia-page .search-box-container {
        justify-content: center;
        margin-bottom: 25px;
    }

    .transparencia-page .cat-title {
        font-size: 1.4rem;
    }

    .transparencia-page .item-title {
        font-size: 1.2rem;
    }

}

.transp-item-title a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.transp-section-title {
    font-weight: 900;
    font-size: 17px;
    margin-top: 24px;
    background: #ccc;
    padding: 3px;
    width: fit-content;
}

.transp-categorias a {
    color: #000;
    text-decoration: none;
}


/**************************** PÁGINA TRANSPARÊNCIA ****************************/

.transparencia-page .transp-header {
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    text-align: center;
    color: #fff;
}

.transparencia-page .transp-header h1 {
    font-size: 3rem;
    font-weight: bold;
}

/* BUSCA */
.transparencia-page .transp-search {
    margin: 30px 0;
    text-align: right;
}

.transparencia-page .transp-search form {
    display: inline-flex;
    border: 2px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    padding-left: 15px;
}

.transparencia-page .transp-search input {
    border: none;
    outline: none;
    padding: 8px 16px;
    width: 260px;
    background: transparent;
}

.transparencia-page .transp-search input::placeholder {
    color: #777;
}

.transparencia-page .transp-search button {
    background: none;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 1.2rem;
}

/* CATEGORIAS */
.transparencia-page .transp-categorias {
    margin: 50px 0 40px 0;
    text-align: center;
}

.transparencia-page .transp-categorias a {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    transition: 0.2s ease;
}

.transparencia-page .transp-categorias a.active {
    opacity: .8;
}

.btn-doc {
    background: #F4B351;
}

.btn-relat-ativ {
    background: #8BD9D1;
}

.btn-relat-aud {
    background: #D4571A;
}

/* TÍTULOS DAS SESSÕES */
.transparencia-page .transp-section-title {
    font-size: 1.7rem;
    font-weight: 800;
    background: #ddd;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px;
    margin-top: 40px;
}

/* LISTAGEM */
.transparencia-page .transp-item {
    margin-top: 25px;
}

.transparencia-page .transp-item-title a {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.transparencia-page .transp-item-title a:hover {
    color: var(--icep-orange);
}

.transparencia-page .transp-item-date {
    font-size: .95rem;
    color: #666;
}

.transparencia-page .transp-item-date i {
    margin-right: 5px;
}

/* Sem resultado */
.transparencia-page .sem-resultado {
    text-align: center;
    padding: 60px 0;
    font-size: 1.2rem;
    font-weight: 600;
}

/* RESPONSIVO */
@media (max-width: 768px) {

    .transparencia-page .transp-search {
        text-align: center;
    }

    .transparencia-page .transp-section-title {
        font-size: 1.4rem;
    }

    .transparencia-page .transp-item-title a {
        font-size: 1.15rem;
    }

    .transparencia-page .transp-header h1 {
        font-size: 2.4rem;
    }
}

/************************* LISTAGEM DE ARTIGOS *************************/

.search-box-articles {
    position: relative;
    display: flex;
    border: 1px solid #aaa;
    border-radius: 20px;
    padding: 3px 15px;
    width: 260px;
    overflow: hidden;
}

.search-box-articles input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
}

.search-box-articles button {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.1rem;
}

.artigo-card {
    background: transparent;
    padding: 10px;
}

.artigo-titulo {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.artigo-titulo a {
    color: #000;
    text-decoration: none;
}

.artigo-titulo a:hover {
    color: #f58220;
}

.artigo-excerpt {
    margin: 0;
    font-size: .95rem;
    color: #333;
}

.artigo-autor a {
    color: #00a99d;
    text-decoration: none;
    font-weight: 600;
    font-size: .95rem;
}

.artigo-data {
    margin-top: 3px;
    font-size: .85rem;
    color: #444;
}

.artigo-data i {
    margin-right: 5px;
}

.pagination {
    margin-top: 25px;
}

/************************* SINGLE ARTIGO *************************/

.single-artigo-titulo {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
}

.single-artigo-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    font-size: .95rem;
}

.single-artigo-meta .autor-artigo a {
    color: #00a99d;
    font-weight: 600;
    text-decoration: none;
}

.single-artigo-conteudo p {
    margin-bottom: 18px;
    font-size: 1rem;
    color: #444;
}

.single-artigo-share {
    text-align: left;
    margin-top: 20px;
}

.single-artigo-share p {
    font-weight: bold;
    font-size: 1rem;
}

.single-artigo-share .share-icons a {
    margin-right: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
}

.single-artigo-share .share-icons a:hover {
    color: #f58220;
}

.btn-success {
    background: #00a99d;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
}

.btn-success:hover {
    background: #028c7f;
}

.single-artigo-navegacao a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.single-artigo-navegacao a:hover {
    color: #f58220;
}

/**************************** LISTA DE PROJETOS ****************************/

/* === GRID DE PROJETOS === */
.projetos-lista {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 60px;
    margin-top: 40px;
}

.projeto-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.projeto-card img {
    width: 180px;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
}

/* TAG */
.projeto-tag {
    display: inline-block;
    background: #e56f27;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

/* TÍTULO */
.projeto-card h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.3;
}

/* PAGINAÇÃO */
.projetos-paginacao {
    margin-top: 50px;
}

.projetos-paginacao .page-numbers {
    font-size: 18px;
    padding: 8px 14px;
    border-radius: 6px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #444;
}

.projetos-paginacao .current {
    background: #009688;
    color: #fff;
    border-color: #009688;
}

/**************************** LISTA DE NOTÍCIAS ****************************/

/* === GRID === */
.noticias-lista {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 35px;
    margin-top: 40px;
}

/* CARD */
.noticia-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: .2s ease-in-out;
}

.noticia-card:hover {
    transform: translateY(-4px);
}

/* IMG */
.noticia-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

/* TAG */
.noticia-tag {
    display: inline-block;
    background: #ea8c2c;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
}

/* TÍTULO */
.noticia-card h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    margin: 10px 0 6px;
    line-height: 1.35;
}

/* EXCERPT */
.noticia-resumo {
    color: #444;
    font-size: 0.95rem;
}

/* DATA */
.noticia-data {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #444;
    margin-top: 8px;
}

.noticia-data img {
    width: 16px;
}

/* PAGINAÇÃO */
.noticias-paginacao {
    margin-top: 50px;
}

.noticias-paginacao .page-numbers {
    font-size: 18px;
    padding: 8px 14px;
    border-radius: 6px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #444;
}

.noticias-paginacao .current {
    background: #009688;
    color: #fff;
    border-color: #009688;
}

/**************************** FORMULÁRIO DE CONTATO ****************************/

.contato-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 20px;
}

.contato-wrapper .titulo {
    text-align: center;
    font-size: 28px;
    color: #f58220;
    font-weight: 800;
}

.contato-wrapper .titulo small {
    display: block;
    color: #666;
    font-size: 18px;
    margin-top: 6px;
}

.contato-form input,
.contato-form select,
.contato-form textarea {
    width: 100%;
    background: #fff;
    border: none;
    padding: 18px 20px;
    border-radius: 30px;
    font-size: 16px;
    margin-bottom: 18px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
}

.contato-form .linha {
    display: flex;
    gap: 20px;
}

.contato-form .linha input,
.contato-form .linha select {
    flex: 1;
}

.contato-form textarea {
    height: 140px;
    resize: none;
}

.contato-form .arquivo-captcha {
    align-items: center;
}

.contato-form .btn-enviar {
    width: 100%;
    background: #d94a1e;
    color: #fff;
    border: none;
    padding: 18px;
    border-radius: 30px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
}

/**************************** RESPONSIVO - LISTAS ****************************/

@media (max-width: 992px) {
    .noticias-lista {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .projetos-lista {
        grid-template-columns: 1fr;
    }

    .projeto-card img {
        width: 130px;
        height: 110px;
    }
}

@media (max-width: 600px) {
    .noticias-lista {
        grid-template-columns: 1fr;
    }
}

/* ======
   MOBILE
======= */

/* Ícone do menu */
.mobile-toggle {
    background: none;
    border: none;
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: var(--primary-orange);
}

/* MENU MOBILE OCULTO POR PADRÃO */
.navbar {
    transition: all .3s ease;
}

/* Telas menores */
@media (max-width: 900px) {

    .mobile-toggle {
        display: block;
    }

    .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px 0;
        display: none;
        /* começa escondido */
        border-bottom: 1px solid #eee;
        z-index: 1000;
    }

    .navbar.open {
        display: block;
        /* abre ao clicar */
    }

    .navbar ul {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

/* Exibe somente no mobile */
@media (max-width: 992px) {
    .mobile-toggle {
        display: block;
    }

    /* esconda o menu até abrir */
    .navbar {
        display: none;
    }

    .navbar.open {
        height: auto;
        display: table;
    }
}

/***********************PROJETOS***********************/

.cont-projetos {
    border: 5px solid var(--primary-orange);
    border-radius: 30px;
    margin: 120px 78px 0 78px;
    padding: 0 112px;
}

/**********************COMO ATUAMOS*****************************/

.btn-infografico {
    display: inline-block;
    background: #00a99d;
    /* cor verde água */
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    transition: .2s ease-in-out;
    border: 0;
}

.btn-infografico:hover {
    opacity: 0.85;
}

/****************Metodologia*******************/

.numeros-estado table td {
    border-right: 1px solid #ccc;
    padding-left: 20px;
}

.numeros-estado table td:last-child {
    border-right: 0px;
}

.btn-youtube {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    transition: 0.2s ease;
    background: #fff;
    width: 163px;
}

.btn-youtube:hover {
    background: #f9f9f9;
    border-color: #bbb;
}

.yt-icon {
    background: #e65c4f;
    width: 32px;
    height: 22px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.yt-icon img {
    width: 8px;
    height: 8px;
    display: block;
    margin-left: 1px;
}