.presenca-impacto .relacionamento-tittle h2{
  color: var(--amarelo-color);
}

.presenca-impacto .grupo-tittle h2{
  color: var(--verde-color);
}

.presenca-impacto-section {
  padding: 100px 20px;
  background-color: #ffffff;
}

.presenca-impacto-container {
  max-width: 1200px;
  margin: 0 auto;
}


#aanbima-em-acao,
#conhecer,
#comunicacao,
#internacional,
#relacionamento-institucional{
  scroll-margin-top: 120px;
}


/* DUAS COLUNAS */
.presenca-impacto-texto {
  column-count: 2;
  column-gap: 60px;
}

.presenca-impacto-texto p {
  font-size: var(--texto-size);
  line-height: 1.7;
  color: var(--texto-color);
}

.presenca-impacto-texto p:first-child {
    margin-top: 0;
}

.presenca-impacto {
  padding: 80px 20px;
  background-color: #ffffff;
  font-size: 21px;
 
}

.presenca-impacto-grupo-consultivo {
  padding: 0px 20px;
  background-color: #ffffff;
  font-size: 21px;
}

.presenca-impacto-grupo-consultivo .presenca-impacto-container h2{
    color: var(--verde-color);
}

.presenca-impacto-comunicacao {
  margin-top: 30px;
  padding: 0px 20px;
  background-color: #ffffff;
  font-size: 21px;
}

.presenca-impacto-comunicacao .presenca-impacto-container h2{
    color: var(--verde-color);
}

.presenca-impacto-container h2 {
  font-weight: 500;
  color: var(--amarelo-color);
}

.presenca-impacto-container h3 {
  padding-top: 40px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--texto-color);
}

.presenca-impacto h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.3;
  color: var(--azul-color);
}

.cta-acesse-aqui{
  /* Remove o sublinhado padrão de links */
  text-decoration: none;
  
  /* Cores e Bordas */
  color: var(--azul-color); /* Tom de azul aproximado da imagem */
  border: 2px solid var(--azul-color);
  background-color: transparent;
  margin-bottom: 30px;
  
  /* Formato Arredondado (Pill shape) */
  border-radius: 50px;
  
  /* Espaçamento e Tipografia */
  padding: 12px 30px;
  font-family: Arial, sans-serif; /* Ou a fonte que estiver usando no projeto */
  font-size: 18px;
  display: inline-block;
  
  /* Transição suave para o efeito de hover */
  transition: all 0.3s ease;
}

/* Efeito ao passar o mouse (opcional, para melhorar a UX) */
.cta-acesse-aqui:hover {
  background-color: var(--azul-color);
  color: white;
}


/* ASSOCIADOS */
.associados-texto p {
  font-size: var(--texto-size);
  line-height: 1.7;
  color: var(--texto-color);
}


.associados-container h2 {
  font-size: 32px;
  font-weight: 500;
  color: var(--amarelo-color);
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .associados-texto {
    column-count: 1;
  }

  .associados-container h2 {
    font-size: 28px;
  }
}
.associados-section {
  padding: 100px 20px;
  background-color: #ffffff;
}

.associados-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}



/* IMAGEM DIVISORA */
.imagem-full {
  width: 100%;
  height: 75vh; /* Altura relativa à tela */
  min-height: 400px;
  
  background-image: url("../images/img-presenca-impacto.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  position: relative;
}


/* Fade branco na parte inferior */
.imagem-full::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;

  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,1) 100%
  );
}




/* Container Principal */
       .container-novos-associados,
        .box-associados {
            width: 100%;
            max-width: 100%;
            background-color: #F5F5F5;
            border-radius: 30px;
            padding: 40px 60px;
            box-sizing: border-box;
            margin: 0 auto;
            margin-bottom: 40px;
            margin-top:48px;
        }

        .box-associados .titulo-nossos-associados {
            text-align: left;
            color: var(--verde-color);
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 30px;
        }

                  
        .container-novos-associados .titulo-novos-associados {
            text-align: left;
            color: var(--azul-color);
            font-size: 24px;
            font-weight: bold;
        }

        .duas-imagens {
  padding: 10px 20px 40px 20px;
}

.imagens-container {
  max-width: 1100px;
  margin: 0 auto;

  display: flex;
  gap: 24px;
}

.imagem-box {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.imagem-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



        /* Grid de Dados */
        .grid-dados {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 40px;
        }

        .item-dado {
            flex: 1;
            min-width: 160px; /* Garante que não fiquem colados em telas médias */
        }

        .container-cm p.porcentagem {
            color: var(--verde-color);
            font-size: 48px;
            font-weight: 800;
            margin: 0;
            line-height: 1;
        }

        .container-cm p.categoria {
            color: #4C4D4F;
            font-size: 24px;
            font-weight: 600;
            margin: 10px 0;
        }

        .linha-verde {
            height: 2px;
            background-color: var(--verde-color);
            width: 100%;
            border: none;
            margin-top: 15px;
        }

        /* Rodapé com legendas */
        .legendas {
            margin-top: 10px;
            color: #4C4D4F;
            font-size: 14px;
            line-height: 1.6;
        }
          .legendas p{
            margin:0.2rem 0 !important;
          }

        /* Responsividade */
        @media (max-width: 1024px) {
            .item-dado {
                flex: 1 1 30%; /* 3 itens por linha em tablets */
            }
        }

        @media (max-width: 768px) {
            .box-associados {
                padding: 30px;
            }
            .item-dado {
                flex: 1 1 90%; /* 2 itens por linha */
            }
            .container-cm p.porcentagem { font-size: 38px; }
            .container-cm p.categoria { font-size: 20px; }
        }

        @media (max-width: 480px) {
            .item-dado {
                flex: 1 1 100%; /* 1 item por linha em celulares */
                text-align: center;
            }
            .titulo-nossos-associados { text-align: center; }
            .linha-verde { margin: 15px auto; width: 100%; }
        }




        /* BOX NOVOS ASSOCIADOS */
        @media (max-width: 480px) {
            .item-dado {
                flex: 1 1 100%; /* 1 item por linha em celulares */
                text-align: center;
            }
            .titulo-novos-associados { text-align: center; }
            .linha-azul { margin: 15px auto; width: 60%; }
        }


        
        .linha-azul {
            height: 2px;
            background-color: var(--azul-color);
            width: 100%;
            border: none;
            margin-top: 15px;
        }

        
        .container-cm p.porcentagem-novos {
            color: var(--azul-color);
            font-size: 48px;
            font-weight: 800;
            margin: 0;
            line-height: 1;
        }

        .txt-apoio {
            margin-bottom: 24px;

        }



        /* ASSOCIADOS */
        .comunicacao-texto p {
          font-size: var(--texto-size);
          line-height: 1.7;
          color: var(--texto-color);
        }

        
.relato-accordions {
  max-width: 1200px;
  margin: 0.3 auto;
}

.relato-accordions h2 {
  color: var(--texto-color);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 0px;
}

.relato-list {
  border: 1px solid #eaeaea;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}

.accordion-tittle {
  width: 100%;
  padding: 28px 32px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--texto-color);
  cursor: pointer;
}


@media (max-width: 768px){

  .accordion-tittle{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .accordion-tittle .chevron{
    align-self: center;
  }

}

      /* RESPONSIVO */
      @media (max-width: 900px) {
        .presenca-impacto-texto {
          column-count: 1;
        }

        .presenca-impacto-container h2 {
          font-size: 28px;
        }

                
        .associados-container {
          padding: 40px 20px;
        }
      }

      /* Responsividade */
      @media (max-width: 900px) {
          .box-associados {
            padding: 40px 20px;
          }

          .container-novos-associados {
            padding: 40px 20px;
          }
      }


      #entidades-section {
    width: 100%;
    max-width: 1200px;
    padding: 40px 0px;
    margin: 0 auto;
    font-family: sans-serif;
}

#entidades-section #busca-organizacao {
    width: 100%;
    padding: 12px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Grid Responsivo */
#entidades-section #grid-principal {
    height: 224px;
    overflow: auto;
    border:1px solid #d4d4d4;
    border-radius: 8px;
    padding:20px;
}

/* Item Individual (Linha) */
.entidade-item {
    display: flex;
    justify-content: flex-start; /* Alinha tudo à esquerda */
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    gap: 15px; /* Espaço fixo entre o nome e o escopo */
}

/* Nome da Entidade com largura fixa para alinhar o escopo */
.entidade-nome {
    flex: 0 0 75%; /* Garante que o nome ocupe sempre o mesmo espaço */
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Estilo das Tags */
.tag-escopo {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.nacional { color: var(--verde-color); }
.internacional { color: var(--azul-color); }

/* --- RESPONSIVIDADE --- */

/* Telas médias (Tablets/Notebooks pequenos) - 2 colunas */
@media (max-width: 1100px) {
    #entidades-section #grid-principal {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Telas pequenas (Celulares) - 1 coluna */
@media (max-width: 600px) {
    #entidades-section #grid-principal {
        grid-template-columns: 1fr;
    }
    .entidade-nome {
        flex: 0 0 50%; /* Reduz um pouco o recuo no celular */
    }
}

#orgaos-governo-section {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
}

#orgaos-governo-section #grid-orgaos {
    display: grid;
    /* Divide em 2 colunas iguais */
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 40px; /* Espaçamento entre linhas e colunas */
}

.orgao-item {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.2s;
}

.orgao-item:hover {
    background-color: #f8faff;
}

/* Pequeno detalhe visual à esquerda para alinhar */
.orgao-item::before {
    content: "";
    width: 4px;
    height: 18px;
    background-color: #FCAF17;
    margin-right: 12px;
    border-radius: 2px;
}

.orgao-texto {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

/* --- RESPONSIVIDADE --- */

/* Para celulares e telas menores que 800px, vira 1 coluna */
@media (max-width: 800px) {
    #orgaos-governo-section #grid-orgaos {
        grid-template-columns: 1fr;
    }
    
    .orgao-texto {
        font-size: 14px;
    }
}





 

 


.foruns-section {
  padding: 30px 20px 0px 20px;
  background: #ffffff;
}

.foruns-container {
  max-width: 1200px;
  margin: 0 auto;
}

.foruns-eyebrow {
  font-size: var(--texto-size);
  color: #000;
  margin-bottom: 16px;
  display: block;
}

.foruns-container h2 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 40px;;
  color: var(--amarelo-color);
  text-align: center;;
}

/* LISTA */
.foruns-list {
  border: 1px solid #eaeaea;
  border-radius: 24px;
  overflow: hidden;
}

/* ITEM */
.foruns-item {
  border-bottom: 1px solid #ededed;
}

.foruns-item:last-child {
  border-bottom: none;
}

/* HEADER (BOX HORIZONTAL) */
.foruns-header {
  width: 100%;
  padding: 28px 32px;
  background: transparent;
  border: none;

  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 20px;
  font-weight: 500;
  color: #9e9e9e;
  cursor: pointer;
  font-family: var(--font-family);
}

/* ATIVO */
.foruns-item.active .foruns-header {
  color: var(--amarelo-color);
}

/* CHEVRON */
.chevron {
  width: 14px;
  height: 14px;
  border-right: 2px solid #9e9e9e;
  border-bottom: 2px solid #9e9e9e;
  transform: rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

/* CHEVRON ATIVO */
.foruns-item.active .chevron {
  transform: rotate(-135deg);
  border-color: #000;
}

.foruns-item.active .foruns-content{
  max-height:2000px;
}

/* CONTEÚDO */
.foruns-content{
  max-height:0;
  overflow:hidden;
  padding:0 32px;
  transition:max-height .35s ease;
}

.foruns-content p {
  padding-bottom: 24px;
  font-size: var(--texto-size);
  line-height: 1.6;
  color: var(--texto-color);
}

/* MOBILE */
@media (max-width: 768px) {
  .foruns-container h2 {
    font-size: 32px;
  }

  .foruns-header {
    font-size: 18px;
    padding: 24px;
  }
}



.imagem-premios{
   width:100%;
      max-width: 400px;
}

.imagem-logos{
  width:100%;
      max-width: 250px;
}

/* GLOSSARIO */

/* =============================== LISTA DE TERMOS ================================ */
.glossario-lista {
    display: flex;
    flex-direction: column;
    gap: 0; /* Remove gap para ficar igual à imagem */
    margin-bottom: 40px;
    text-transform: uppercase;
}
/* TERMO - Estilo de card como na imagem */
.glossario-termo {
    padding: 20px 24px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
    margin-top:24px;
}
/* Alternância de cores como na imagem */
.glossario-termo:nth-child(odd) {
    background-color: #f5f5f5; /* Cinza claro */
}
.glossario-termo:nth-child(even) {
    background-color: #ffffff; /* Branco */
}
.glossario-termo h4 {
    font-size: var(--texto-size);
    margin-bottom: 8px;
    padding:0.5rem 0;
    border-bottom: 1px dotted #ccc;
    font-weight: 400;
}
.glossario-termo p {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    max-width: 880px;
    margin: 0;
}
/* =============================== ALFABETO ================================ */
.glossario-alfabeto {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}
/* LETRA PADRÃO */
.glossario-letra {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: none;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
    background: transparent;
    color: #666666;
}

/* LETRAS ATIVAS */
.glossario-letra.active {
    background: transparent;
    color: #555555;
}
/* HOVER */
.glossario-letra.active:hover {
    background: #f5f5f5;
    color: #333333;
}
/* LETRA SELECIONADA (destaque amarelo/dourado) */
.glossario-letra.selected {
    color: #f5a623; /* Amarelo/dourado como na imagem */
    font-weight: 800;
}
/* =============================== RESPONSIVO ================================ */
@media (max-width: 768px) {
    .glossario {
        padding: 56px 0;
    }
    .glossario-titulo {
        font-size: 22px;
    }
    .glossario-letra {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    .glossario-termo {
        padding: 16px 20px;
    }
}




.foruns-content p{
  margin-bottom:14px;
  line-height:1.6;
  color:#444;
}

/* intro */
.relato-intro{
  margin-top:24px;
  font-weight:600;
}

/* GRID DE ESTATÍSTICAS */

.relato-stats{
  margin-top:20px;

  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:16px;
}

/* card */

.stat{
  background:#f5f6f7;
  padding:18px 20px;
  border-radius:10px;

  display:flex;
  flex-direction:column;
  gap:4px;

  transition:all .2s ease;
}

.stat:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 18px rgba(0,0,0,0.08);
}

/* número */

.stat-number{
  font-size:22px;
  font-weight:700;
  color:var(--azul-color);
}

/* descrição */

.stat-label{
  font-size:14px;
  color:#555;
  line-height:1.4;
}

/* link do texto */



@media (max-width: 768px){

  .relato-stats{
    grid-template-columns: 1fr;
    gap:12px;
  }

  .stat{
    padding:16px;
  }

  .stat-number{
    font-size:20px;
  }

  .stat-label{
    font-size:13px;
  }
  .accordions-cm,
  .cta-acesse-aqui{
    margin-top: 1rem;
  }

}

.imagem-comunicacao{
  margin:2rem auto;
}


@media (min-width: 981px){
.imagem-comunicacao{
  margin-top:-80px;
}
}

