@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}


body {
    
    font-family: var(--font-family);
    scroll-padding-top: 120px;
}

#industria,
#analise_mercado,
#desenvolvimento_mercado,
#data,
#inovacao{
  scroll-margin-top: 120px;
}


 
/* ===== CARDS INTERNOS (para Agenda institucional) ===== */
.cards-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.inner-card {
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 24px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
}

.inner-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}

.inner-line {
  width: 100%;
  height: 3px;
  background: var(--verde-color);
  margin-top: 16px;
  border-radius: 2px;
}

/* RESPONSIVO */
@media (max-width: 992px) {
  .cards-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .inner-card:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .accordion-header {
    padding: 24px;
  }
  
  .accordion-title {
    font-size: 18px;
  }
  
  .accordion-body {
    padding: 0 24px;
  }
  
  .accordion-item.active .accordion-body {
    padding-bottom: 24px;
  }
  
  .cards-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .inner-card:last-child {
    grid-column: span 1;
  }
  
  .inner-card {
    padding: 20px;
    min-height: auto;
  }
}

/* CSS */
.agenda-container {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #eaeaea;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
}

/* Header */
.agenda-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 32px;
  cursor: pointer;
  background: #ffffff;
  transition: background 0.3s ease;
}

.agenda-header:hover {
  background: #fafafa;
}

.agenda-title {
  font-size: 20px;
  font-weight: 500;
  color: #9e9e9e;
  margin: 0;
  font-family: var(--font-family);
}

.agenda-toggle {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Estado ativo - chevron girado */
.agenda-container.active .chevron {
  transform: rotate(-135deg);
  border-color: #000;
}

.agenda-container.active .agenda-title {
  color: var(--verde-color);
}

/* Conteúdo que expande */
.agenda-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.agenda-container.active .agenda-content {
  max-height: 800px; /* Ajuste conforme necessário */
}

/* Cards wrapper */
.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 32px 32px 32px;
}

.card-item {
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 28px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
}

.card-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}

.card-line {
  width: 100%;
  height: 3px;
  background: var(--verde-color);
  margin-top: 20px;
  border-radius: 2px;
}

/* RESPONSIVO - Tablet */
@media (max-width: 992px) {
  .cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .card-item:last-child {
    grid-column: span 2;
  }
}

/* RESPONSIVO - Mobile */
@media (max-width: 768px) {
  .agenda-header {
    padding: 24px;
  }
  
  .agenda-title {
    font-size: 18px;
  }
  
  .cards-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 24px 24px 24px;
  }
  
  .card-item:last-child {
    grid-column: span 1;
  }
  
  .card-item {
    padding: 20px;
    min-height: auto;
  }
  
  .card-text {
    font-size: 14px;
  }
}





/* Seção Distribuição com background */
.distribuicao-section {
  background-image: url("../images/bg_distribuicao.jpg"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color:#fff;
}

.distribuicao-section p{
    color:#fff;
}

.mosaico{
  gap: 20px;
    display: flex;
    margin:20px auto;
}


.mosaico img{
  width:100%;
}


/* RESPONSIVO - Mobile */
@media (max-width: 600px) {

  .mosaico{
      display: block;
  }
  .mosaico img {
    width: 100%;
    max-width: 100%;
    height:auto;
    display: block;
    border-radius: 22px;
    margin-bottom: 2rem;
  }

}







 

/* ===== SEÇÃO CAMPANHA ===== */
.campanha-section {
  background-color: #ffffff;
  padding: 60px 0;
  width: 100%;
}

.campanha-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

/* Título */
.campanha-title {
  color: #8BC34A;  
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.2;
}

/* Textos */
.campanha-text {
  color: var(--texto-color);
  font-size: var(--texto-size);
  line-height: 1.8;
  margin-bottom: 16px;
}

/* Imagem e descrição lateral */
.campanha-midia {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.campanha-imagem {
  flex-shrink: 0;
  width: 420px;
  height: 280px;
  background-color: #d9d9d9; /* Cinza placeholder */
  border-radius: 16px;
  overflow: hidden;
}

.campanha-imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.campanha-imagem-texto {
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
  max-width: 400px;
  margin: 0;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 968px) {
  .campanha-section {
    padding: 40px 0;
  }
  
  .campanha-container {
    padding: 0 24px;
  }
  
  .campanha-title {
    font-size: 32px;
  }
  
  .campanha-midia {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .campanha-imagem {
    width: 100%;
    max-width: 420px;
    height: 240px;
  }
  
  .campanha-imagem-texto {
    max-width: 100%;
  }
}






 


/* CAMPANHA DO FUNDO */
.campanha-numeros-titulo {
  text-align: center;
  color: #666666;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 70px;
    margin-top: 40px;
      padding-top: 40px;
}
.campanha-numeros-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 24px;
  margin-bottom: 48px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.campanha-numero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.campanha-numero2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.campanha-numero-valor {
  color: #7CB342;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.campanha-numero-valor2 {
  color: #5B8435;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.campanha-numero-valor span {
  font-size: 20px;
  font-weight: 600;
}

 
.campanha-numero::after {
  content: "";
  width: 120px; 
  height: 2px; 
  background-color: #7CB342;
  margin: 6px 0 10px 0;
}
.campanha-numero2::after {
  content: "";
  width: 120px; 
  height: 2px; 
  background-color: #5B8435;;
  margin: 6px 0 10px 0;
}

.campanha-numero-label {
  color: #666666;
  font-size: 13px;
  line-height: 1.4;
  max-width: 180px;
}

/* Reordena com flex */
.campanha-numero-valor {
  order: 1;
}

.campanha-numero::after {
  order: 2;
}

.campanha-numero-label {
  order: 3;
}

/* Segunda linha - 4 itens */
.campanha-numeros-grid-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  max-width: 960px;
  margin: 40px auto 0 auto;
    color: #5B8435;
}

/* RESPONSIVO */
@media (max-width: 1024px) {
  .campanha-numeros-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .campanha-numeros-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .campanha-numeros-grid,
  .campanha-numeros-grid-2 {
    grid-template-columns: 1fr;
  }
}







.numero-item {
  text-align: center;
}

.numero-valor {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--verde-color);
  margin-bottom: 4px;
  line-height: 1.2;
}

.numero-label {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #666666;
}

/* Accordions */
.campanha-accordions {
  display: flex;
  flex-direction: column;
  gap: 12px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.campanha-accordion-item {
  border: 1px solid #eaeaea;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  transition: border-color 0.3s ease;
}

.campanha-accordion-item.active {
  border-color: var(--verde-color);
}

.campanha-accordion-header {
  width: 100%;
  padding: 24px 28px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  
  font-weight: 500;
  color: #666666;
  font-family: inherit;
  text-align: left;
    font-family: var(--font-family);
    font-size: 20px;
}

.campanha-accordion-item.active .campanha-accordion-header {
  color: var(--verde-color);
}

.campanha-chevron {
  width: 12px;
  height: 12px;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

.campanha-accordion-item.active .campanha-chevron {
  transform: rotate(-135deg);
  border-color: var(--verde-color);
}

.campanha-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 28px;
}

.campanha-accordion-item.active .campanha-accordion-body {
  max-height: 300px;
  padding-bottom: 24px;
}

.campanha-accordion-body p {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

/* RESPONSIVO */
@media (max-width: 1024px) {
  .campanha-numeros-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
  }
}

@media (max-width: 768px) {
  .campanha-section {
    padding: 60px 16px;
  }
  
  .campanha-title {
    font-size: 28px;
  }
  
  .campanha-midia {
    flex-direction: column;
    gap: 20px;
  }
  
  .campanha-imagem {
    width: 100%;
    height: 220px;
  }
  
  .campanha-imagem-texto {
    max-width: 100%;
    text-align: center;
  }
  
  .campanha-numeros-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }
  
  .numero-valor {
    font-size: 20px;
  }
  
  .campanha-accordion-header {
    padding: 20px 24px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .campanha-numeros-grid {
    grid-template-columns: 1fr;
  }
  
  .numero-item {
    text-align: left;
    display: flex;
    align-items: baseline;
    gap: 8px;
  }
  
  .numero-label {
    flex: 1;
  }
}






/* EVENTOS */
.eventos-section {
  padding: 80px 20px;
  background: #F5A623; 
  min-height: 100vh;
}

.eventos-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Título */
.eventos-title {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 32px;
  font-family: inherit;
}

/* Introdução - 2 colunas */
.eventos-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.eventos-intro p {
  font-size: var(--texto-size);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}

/* Subtítulo */
.eventos-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 32px;
  font-family: inherit;
}

/* Grid de cards */
.eventos-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.evento-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease;
}

.evento-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.25);
}

.evento-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 16px;
  border-radius: 8px;
}

.evento-card h5 {
  font-size: var(--texto-size);
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

.evento-card p {
  font-size: var(--texto-size);
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}

/* Seção Guia técnico */
.guia-section {
  margin-bottom: 64px;
}

.guia-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: inherit;
}

.guia-text {
  font-size: var(--texto-size);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  max-width: 900px;
}

/* Seção Mapa */
.mapa-section {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.mapa-imagem {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mapa-imagem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mapa-conteudo {
  flex: 1;
}

.mapa-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  font-family: inherit;
}

.mapa-text {
  font-size: var(--texto-size);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 16px;
}

.mapa-text:last-child {
  margin-bottom: 0;
}

/* RESPONSIVO */
@media (max-width: 1024px) {
  .eventos-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .eventos-section {
    padding: 60px 16px;
  }
  
  .eventos-title {
    font-size: 28px;
  }
  
  .eventos-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .eventos-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .evento-card img {
    height: 220px;
  }
  
  .mapa-section {
    flex-direction: column;
    gap: 24px;
  }
  
  .mapa-imagem {
    width: 100%;
    height: 180px;
  }
  
  .guia-title,
  .mapa-title {
    font-size: 20px;
  }
}






/* REGULACAO */
.regulacao-section {
  padding: 80px 20px;
  background: #ffffff;
  min-height: 100vh;
}

.regulacao-container {
  max-width: 1200px;
  margin: 0 auto;
}


.regulacao-item {
  margin-bottom: 48px;
}


/* Título em amarelo/laranja */
.regulacao-title {
  font-size: 22px;
  font-weight: 600;
  color: #F5A623; /* Amarelo/laranja */
  margin-bottom: 16px;
  font-family: inherit;
}

/* Texto */
.regulacao-text {
  font-size: 14px;
  line-height: 1.8;
  color: var(--texto-color);
  margin-bottom: 16px;
}
 

.regulacao-text:last-child {
  margin-bottom: 0;
}

/* Imagem preto e branco */
.regulacao-imagem {
  width: 100%;
  margin-top: 32px;
}

.regulacao-imagem img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%); /* Garante que fique preto e branco */
  opacity: 0.9;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .regulacao-section {
    padding: 60px 16px;
  }
  
  .regulacao-title {
    font-size: 20px;
  }
  
  .regulacao-text {
    font-size: 13px;
    line-height: 1.7;
  }
  
  .regulacao-item {
    margin-bottom: 40px;
  }
}



/* ===== SUPERVISÃO DE MERCADOS ===== */
.supervisao-mercados-section {
  background-color: #ffffff;
  padding: 60px 0;
  width: 100%;
}

.supervisao-mercados-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.supervisao-header-topo {
  margin-bottom: 20px;
}

.supervisao-codigo {
  color: var(--azul-color); /* AZUL CORRETO */
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.supervisao-titulo-principal {
  color: var(--azul-color); /* AZUL CORRETO */
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

/* Descrições */
.supervisao-descricao {
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.supervisao-subdescricao {
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 32px;
}

/* .supervisao-subdescricao a {
  color: var(--azul-color);  
  text-decoration: none;
  font-weight: 600;
} */

.supervisao-accordion-body p{
  font-size: 15px;
  color: var(--texto-color);
  padding: 0 20px;
}

.supervisao-subdescricao a:hover {
  text-decoration: underline;
}

/* Grid de números */
.supervisao-numeros-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
  margin-bottom: 40px;
}

.supervisao-numero-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.supervisao-numero {
  color: var(--texto-color);
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
}

.supervisao-numero-label {
  color: var(--texto-color);
  font-size: var(--texto-size);
  line-height: 1.4;
  text-transform: lowercase;
}

/* Linha divisória */
.supervisao-linha {
  height: 1px;
  background-color: #e0e0e0;
  margin-bottom: 32px;
}

/* Título destaques */
.supervisao-destaques-titulo {
  color: var(--azul-color); 
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
 font-family: var(--font-family);
}

/* ===== ACCORDION ===== */
.supervisao-accordion-novo {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.supervisao-accordion-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0; /* Borda cinza fechado */
  border-radius: 12px;
  overflow: hidden;
 transition: border-color 0.3s ease;
}

/* BORDA AZUL quando aberto */
.supervisao-accordion-item.active {
  border: 1px solid var(--azul-color); /* AZUL CORRETO */
}

.supervisao-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
 font-family: var(--font-family);
}

.supervisao-accordion-titulo {
  font-size: 20px;
  color: #666666;
  font-weight: 500;
  transition: color 0.3s ease;
    
}


.supervisao-accordion-item.active .supervisao-accordion-titulo {
  color: var(--azul-color); 
}


.supervisao-accordion-seta {
  width: 12px;
  height: 12px;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  transform: rotate(45deg); 
  transition: transform 0.3s ease, border-color 0.3s ease;
}


.supervisao-accordion-item.active .supervisao-accordion-seta {
  transform: rotate(-135deg); 
  border-color: var(--azul-color); 
}

/* Corpo do accordion */
.supervisao-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.supervisao-accordion-item.active .supervisao-accordion-body {
  max-height: 1000px;
}

/* Lista de temas */
.supervisao-lista-temas {
  list-style: none;
  padding: 0 20px 20px 20px;
  margin: 0;
}

.supervisao-lista-temas li {
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px;
}

.supervisao-lista-temas li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #999999;
}

.supervisao-lista-temas ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 8px;
}

.supervisao-lista-temas ul li {
  margin-bottom: 4px;
}

.supervisao-lista-temas ul li::before {
  content: "–";
}

/* ===== RESPONSIVO ===== */
@media (max-width: 768px) {
  .supervisao-mercados-section {
    padding: 40px 0;
  }
  
  .supervisao-titulo-principal {
    font-size: 32px;
  }
  
  .supervisao-numeros-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .supervisao-numero {
    font-size: 28px;
  }
}







/* ===== PARTE INFERIOR - ANBIMA DATA AZUL ===== */

  


.anbima-content-grid {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 40px;
  align-items: start;
}

/* ===== COLUNA ESQUERDA ===== */
.anbima-col-esquerda {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.anbima-texto {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
     font-size: var(--texto-size);
}


/* Imagem vertical esquerda - ajustada para ficar mais compacta */
.anbima-img-vertical {
   width: 254px;
  height: 562px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.anbima-img-vertical img {
  width: 254px;
  height: 562px;
  object-fit: cover;
  display: block;
}

/* ===== RESET E ESTRUTURA ===== */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* ===== SEÇÃO ANBIMA DATA - FULL WIDTH ===== */
.anbima-data-section {
  background-image: url("../images/bg_data.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  
  /* Força largura total independente do container pai */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  
  /* Remove qualquer restrição de largura */
  box-sizing: border-box;
  overflow: hidden; /* Evita scroll horizontal */
}

/* Container interno que mantém o conteúdo centralizado */
.anbima-data-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px; /* ajuste o padding conforme necessário */
}

/* ===== GRID DE CONTEÚDO ===== */
.anbima-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* ou seus tamanhos específicos */
  gap: 40px; /* ajuste conforme seu layout */
  width: 100%;
}

/* ===== COLUNA ESQUERDA ===== */
.anbima-col-esquerda {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2; /* Mantém acima da imagem expandida */
  position: relative;
}

/* Card Bússola - posicionado no final da coluna esquerda */
.anbima-bussola-card {
  width: 502px;
  height: 231px;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  padding: 0;
  border: none;
  margin-top: auto; /* Empurra para o final */
  padding-bottom: 30px;
}

.anbima-bussola-card img {
  width: 502px;
  height: 231px;
  display: block;
  border-radius: 16px;
}

/* ===== COLUNA DIREITA ===== */
.anbima-col-direita {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.anbima-texto-topo {
  margin-bottom: 0;
  max-width: 600px;
}

/* Imagem grande - EXPANDIDA para a esquerda */
.anbima-img-grande {
  width: calc(845px + 200px); /* Largura original + espaço do gap + coluna esquerda */
  height: 562px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  margin-left: -280px; /* Puxa para a esquerda (ajuste conforme necessário) */
  position: relative;
  z-index: 1;
}

.anbima-img-grande img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.anbima-texto-bottom {
  margin-top: 0;
  align-content: right;
  max-width: 600px;
  margin-left: 20px;
  color: #ffffff;
  font-size: var(--texto-size);
  padding-bottom: 40px;
}

/* RESPONSIVO */
@media (max-width: 968px) {
  .anbima-data-section {
    /* Mantém o full-bleed no mobile também */
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  
  .anbima-data-container {
    padding: 40px 20px;
  }
  
  .anbima-content-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .anbima-col-esquerda {
    order: 2;
  }
  
  .anbima-col-direita {
    order: 1;
  }
  
  .anbima-img-vertical {
    height: 280px;
  }
  
  .anbima-img-grande {
    width: 100%; /* Volta ao normal no mobile */
    height: 300px;
    margin-left: 0; /* Remove margem negativa no mobile */
  }
  
  .anbima-main-title {
    font-size: 26px;
  }
  
  .anbima-bussola-card {
    margin-top: 0;
    width: 100%; /* ajusta para mobile */
    height: auto;
  }
  
  .anbima-bussola-card img {
    width: 100%;
    height: auto;
  }
  
  .anbima-texto-bottom {
    margin-left: 0; /* remove margem no mobile */
    max-width: 100%;
  }
}





/* ===== SEÇÃO NOVIDADES NA PLATAFORMA ===== */
.novidades-section {
  background-color: #ffffff;
  padding: 60px 0;
  width: 100%;
}

.novidades-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}


.novidades-container p {
 font-size: var(--texto-size);
 color: var(--texto-color);
}

/* Título principal */
.novidades-title {
  color: var(--azul-color);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Texto introdutório */
.novidades-intro {
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.novidades-intro p {
  margin-bottom: 12px;
}

/* Texto central */
.novidades-texto-central {
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  margin: 24px 0;
  text-align: left;
}


 

.box3 {
  display: flex;
  gap: 20px;
  margin: 0; /* Remove margin vertical que quebra linha */
  color: #000000;
  font-weight: 400;
  background: #fff;
  text-align: left;
  border-radius: 16px;
  padding: 20px 24px;
  border: 2px solid #B7BA9F;
  box-shadow: 0 10px 0 #B7BA9F;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
  
  /* LARGURA FIXA IGUAL PARA AMBOS */
  width: 520px;
  min-height: 100px;
  align-items: center;
  box-sizing: border-box;
  
  /* Impede quebra de linha interna */
  flex-shrink: 0;
}

.box3:hover {
  transform: translate3d(0,-2px,0);
  box-shadow: 0 14px 0 #B7BA9F;
}

#boxes3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px; /* Espaço entre os boxes */
  flex-wrap: nowrap; /* IMPEDE QUEBRA DE LINHA */
  padding: 40px 20px;
  width: 100%;
  max-width: 1200px; /* Limita largura total */
  margin: 0 auto;
}

/* RESPONSIVO - quebra só em telas muito pequenas */
@media (max-width: 1100px) {
  #boxes3 {
    flex-wrap: wrap; /* Permite quebra em telas pequenas */
  }
  
  .box3 {
    width: 100%;
    max-width: 520px;
  }
}

/* Container interno se necessário */
.boxes3-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}


/* ===== IMAGEM NOVIDADE ===== */
.novidade-imagem-container {
  margin: 32px 0;
  width: 100%;
}

.novidade-imagem {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}

/* ===== SEÇÃO SELIC ===== */
.selic-section {
  margin-top: 40px;
  background-color: #f0f0f0;
  border-radius: 8px;
  margin-bottom: 12px;
}

.selic-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
}

.selic-title {
  color: #00a0b0;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.selic-arrow {
  color: #00a0b0;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.selic-header.active .selic-arrow {
  transform: rotate(180deg);
}

.selic-content {
  padding: 0 20px 20px 20px;
}

.selic-content p {
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.selic-link {
  color: #00a0b0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.selic-link:hover {
  text-decoration: underline;
}


 
.topicos-accordion {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
    
}


/* ===== ACCORDION NOVIDADES ===== */
.novidades-accordions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.novidades-accordion-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.novidades-accordion-item.active {
  border: 1px solid var(--azul-color); 
}

.novidades-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #666666;
  text-align: left;
  transition: color 0.3s ease;
    font-family: var(--font-family);
     font-weight: 500;
}

/* TÍTULO AZUL quando aberto */
.novidades-accordion-item.active .novidades-accordion-header {
  color: var(--azul-color);
}

/* SETA/CHEVRON */
.novidades-chevron {
  width: 12px;
  height: 12px;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  transform: rotate(45deg); /* Fechada: aponta para baixo */
  transition: transform 0.3s ease, border-color 0.3s ease;
}

/* SETA GIRA e fica azul quando aberto */
.novidades-accordion-item.active .novidades-chevron {
  transform: rotate(-135deg); /* Aberta: aponta para cima */
  border-color: var(--azul-color);
}

/* Corpo do accordion */
.novidades-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.novidades-accordion-item.active .novidades-accordion-body {
  max-height: 1000px; /* Valor alto para garantir que abra */
}

.novidades-accordion-body p {
  padding: 0 24px 20px 24px;
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.7;
}








/* ===== RESPONSIVO ===== */
@media (max-width: 768px) {
  .novidades-section {
    padding: 40px 0;
  }
  
  .novidades-container {
    padding: 0 16px;
  }
  
  .novidades-title {
    font-size: 22px;
  }
  
  .novidades-cards {
    flex-direction: column;
    gap: 16px;
  }
  
  .novidade-card {
    padding: 16px;
  }
  
  .selic-header {
    padding: 14px 16px;
  }
  
  .selic-content {
    padding: 0 16px 16px 16px;
  }
  
  .accordion-header {
    padding: 16px 20px;
  }
  
  .accordion-content p {
    padding: 0 20px 16px 20px;
  }
}



/* ===== FINANÇAS SUSTENTÁVEIS ===== */
.financas-sustentaveis-section {
  background-color: #B8B5A7; /* Bege/cinza da imagem */
  padding: 60px 0;
  width: 100%;
}

.financas-sustentaveis-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.financas-sustentaveis-container p{
  font-size: var(--texto-size);
  color: #fff;
}

.financas-titulo {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  font-family: var(--font-family);    
  margin-bottom: 24px;
  line-height: 1.3;
}

/* Accordions */
.financas-accordions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 24px 2px 2px;
  width: 100%;
}

.financas-accordion-item {
  background-color: rgba(255, 255, 255, 0.15); /* Fundo branco translúcido */
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.financas-accordion-item.active {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
}

.financas-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-family: var(--font-family);        
  font-weight: 500;
  text-align: left;
}

.financas-seta {
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.financas-accordion-item.active .financas-seta {
  transform: rotate(-135deg);
}

.financas-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.financas-accordion-item.active .financas-accordion-body {
  max-height: 500px;
}

.financas-accordion-body p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  padding: 0 20px 16px 20px;
  margin: 0;
  opacity: 0.9;
}

.financas-link {
  color: #ffffff;
  font-size: 13px;
  text-decoration: underline;
  display: inline-block;
  margin: 0 20px 16px 20px;
  opacity: 0.9;
}

.financas-link:hover {
  opacity: 1;
}

/* ===== INOVAÇÃO E CIBER ===== */
.inovacao-ciber-section {
  background-color: #f5f5f0; /* Fundo cinza claro */
  padding: 60px 0;
  width: 100%;
}

.inovacao-ciber-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.inovacao-titulo {
  color: #666666;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.inovacao-intro {
  color: var(--texto-color);
  font-size: var(--texto-size);
  line-height: 1.7;
  margin-bottom: 8px;
}

.inovacao-subintro {
  color: var(--texto-color);
  font-size: var(--texto-size);
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Grid de cards */
.inovacao-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.inovacao-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.inovacao-icone {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.inovacao-icone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inovacao-conteudo {
  flex: 1;
}

.inovacao-conteudo h3 {
  color: var(--texto-color);
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 8px;
}

.inovacao-conteudo p {
  color: var(--texto-color);
  font-size: var(--texto-size);
  line-height: 1.6;
  margin-bottom: 8px;
}

.inovacao-link {
  color: var(--azul-color);
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
}

.inovacao-link:hover {
  text-decoration: underline;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 768px) {
  .financas-sustentaveis-section,
  .inovacao-ciber-section {
    padding: 40px 0;
  }
  
  .financas-titulo,
  .inovacao-titulo {
    font-size: 20px;
  }
  
  .inovacao-grid {
    grid-template-columns: 1fr;
  }
  
  .inovacao-card {
    flex-direction: column;
  }
}




.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 32px;
}

.accordion-item.active .accordion-body {
  padding-bottom: 32px;
}





.p {

   color: var(--texto-color);
   font-size: var(--texto-size);
}

.supervisao-descricao {

   color: var(--texto-color);
   font-size: var(--texto-size);
}







p a{
  color: var(--verde-color);
}

p a:hover{
  font-weight: 600;
}

.distribuicao-list p{
  color: #fff;
}

.novidades-accordion-body p,
.distribuicao-list p,
.novidades-container p{
  margin:0;
}

.novidades-accordion-body p + p,
.novidades-container p + p,
.distribuicao-list p + p{
  margin-top:20px;
}

.novidades-accordion-body p {
    padding: 0 24px 0 24px;
}

.novidades-accordion-body p:last-child{
  margin-bottom: 20px;
}


#desenvolvimento_mercado{
  padding-bottom: 5rem;
}
.boxes-horizontal{
  margin-bottom: 48px;
}

  .box-horizontal{
  display:flex;
  gap:40px;
  padding:20px;
  -webkit-box-shadow: -1px -1px 17px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -1px 17px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -1px 17px -6px rgba(0, 0, 0, 0.75);
  border-radius:20px;
  margin-top:30px;
  align-items: center;
}



.boxe-icone{
  width:100%;
  max-width: 65px;
  height: auto;
}




.box-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}



@media (max-width: 650px){
  .box-horizontal {
      align-items: flex-start;
  }
  .box-horizontal img {
    width: 60px;
    height: auto;
    max-width: 60px;
  }
  .box-grid {
      grid-template-columns: 1fr;
      gap: 0px;
  }
}

.secao-bg2{
  background-color: #f5f5f0;
}