@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "DM Sans", Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

.carousel-arrow  img {
  width: 24px; /* ou o tamanho desejado */
  height: auto;
}

.quem-somos {
    width: 100%;
    height: 70vh;
    position: relative;
}

.imagem-principal {
    width: 100%;
    height: 100%;
    position: relative;
}

.imagem-principal img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(87, 86, 165, 0.4);
}

.texto-central {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.texto-central h1 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
}

/* Nova seção de programas */
.programas-info {
    background-color: #fff;
    padding: 80px 0;
    position: relative;
}

.programas-info .container {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.programas-info::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 361px;
    height: 369px;
    background-image: url("../img/transparencia/corrente.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    z-index: 1;
}

.programas-info::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 361px;
    height: 369px;
    background-image: url("../img/transparencia/corrente.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 1;
}

.programas-info .container .content {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}

.programas-info p {
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0;
}

.programas-info .buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.programas-info .button {
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    cursor: pointer;
    transition: transform 0.2s;
}

.programas-info .button:hover {
    transform: scale(1.05);
}

.programas-info .perfil1 {
    background-color: #54b9ca;
}

.programas-info .perfil2 {
    background-color: #e27254;
}

.programas-info .iniciativas {
    background-color: #db4f66;
}

.card {
    background-color: #f0f0f0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.card-header {
    background-color: #dc4d66;
    color: white;
    text-align: center;
    padding: 15px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 155%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.card-content {
    padding: 20px;
    color: #dc4d66;
    text-align: center;
}

.card-content p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.card-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.card-content ul li {
    margin: 10px 0;
    display: flex;
    align-items: center;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 155%;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* Seção Iniciativas */
.iniciativas-section {
    background-color: #db4f66;
    min-height: 100vh;
}

.iniciativas-section .topo-iniciativas {
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.iniciativas-section .topo-iniciativas::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    height: 200px;
    background-image: url("../img/transparencia/corrente.png");
    background-size: 200px;
    background-repeat: repeat-x;
    background-position: top;
    opacity: 0.6;
}

.iniciativas-section .lentes-container::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    height: 200px;
    background-image: url("../img/transparencia/corrente.png");
    background-size: 200px;
    background-repeat: repeat-x;
    background-position: top;
    opacity: 0.6;
    z-index: 1;
}

.iniciativas-section .topo-iniciativas h1 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.iniciativas-section .conteudo {
    padding: 0;
    margin: 0;
    width: 100%;
}

.iniciativas-section .imagem-container {
    width: 100%;
    height: 415px;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
}

.iniciativas-section .imagem-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.iniciativas-section .premio-container {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 320px;
}

.iniciativas-section .lentes-container {
    width: 100%;
    background-color: #db4f66;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 320px;
    position: relative;
    overflow: hidden;
}

.iniciativas-section .lentes-container h2,
.iniciativas-section .lentes-container .btn-saiba-mais {
    position: relative;
    z-index: 2;
}

.lentes-container .corrente-esquerda,
.lentes-container .corrente-direita {
    position: absolute;
    bottom: -25px;
    width: 20%;
    height: auto;
}

.lentes-container .corrente-esquerda {
    left: -40px;
}

.lentes-container .corrente-direita {
    right: -40px;
}

.lentes-container .corrente-esquerda img,
.lentes-container .corrente-direita img {
    width: 100%;
    height: auto;
    display: block;
}

.iniciativas-section .lentes-container h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}

.iniciativas-section .premio-container h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #db4f66;
}

.iniciativas-section .btn-saiba-mais {
    width: 209px;
    height: 61px;
    background-color: #db4f66;
    border: none;
    border-radius: 50px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s;
}

.iniciativas-section .btn-saiba-mais:hover {
    transform: scale(1.05);
}

.iniciativas-section .lentes-container .btn-saiba-mais {
    width: 209px;
    height: 61px;
    background-color: #ffffff;
    border: none;
    border-radius: 50px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #db4f66;
    cursor: pointer;
    transition: transform 0.2s;
}

/* Seção Doação */
.doacao-section {
    padding: 10px 40px 0 100px;
    background-color: #ecce53;
}

.doacao-conteudo {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}

.doacao-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
}

.doacao-left h1 {
    color: #000000;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 20px;
}

.doacao-left h1 strong {
    font-weight: 700;
}

.doacao-left p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 30px;
    max-width: 600px;
}

.doacao-buttons {
    display: flex;
    gap: 16px;
}

.btn-doar,
.btn-pix {
    color: #fff;
    background-color: #000000;
    height: 63px;
    padding: 0 2rem;
    border: none;
    border-radius: 40px;
    font-family: "DM Sans", sans-serif;
    cursor: pointer;
    transition: transform 0.2s;
    line-height: 90%;
    letter-spacing: 0%;
    vertical-align: middle;
    font-weight: 400;
    font-size: 25px;
    transition: background 0.35s, transform 0.35s, color 0.35s;
    cursor: pointer;
}

.btn-doar:hover, .btn-pix:hover {
    transform: scale(1.03);
}

.doacao-right {
    flex: 1;
    text-align: center;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.doacao-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    position: relative;
    z-index: 0;
}

.doacao-caption {
    margin-top: 12px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #666;
}

.doacao-container {
    max-width: 1439px;
    width: 100%;
    margin: 0 auto;
}

/* Seção Cards Governança */
.governança-cards {
    padding: 80px 20px;
}

.cards-container-governanca {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.card-governanca {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: 499px; /* Ajuste conforme necessário */
    text-align: center;
    display: flex;
    flex-direction: column;
}

.card-image-container {
    width: 499px;
    height: 286px; /* Ajuste a altura conforme o exemplo */
    background-size: cover;
    background-position: center;
    border-radius: 20px; /* Arredonda as bordas da imagem */
    overflow: hidden; /* Garante que a imagem respeite as bordas arredondadas */
    position: relative; /* Para posicionar o conteúdo sobre a imagem */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; /* Centraliza o texto */
}

.card-image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Cor e opacidade para escurecer a imagem */
    z-index: 1; /* Garante que a sobreposição escura fique entre a imagem e o conteúdo */
}

.card-governanca img {
    display: none; /* Oculta a tag img, pois a imagem agora é background */
}

.card-content-governanca {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Centraliza verticalmente o conteúdo */
    position: relative; /* Mantém o conteúdo acima da imagem de fundo */
    z-index: 2; /* Garante que o conteúdo esteja sobre a imagem */
    color: #fff; /* Cor do texto alterada para branco */
}

.card-content-governanca h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700; /* Peso da fonte ajustado para 700 */
    font-size: 40px; /* Tamanho da fonte ajustado */
    line-height: 100%; /* Espaçamento entre linhas ajustado */
    letter-spacing: 0%;
    color: #fff; /* Cor do texto mantida branca */
    margin-bottom: 10px; /* Espaço ajustado */
    text-align: center; /* Centraliza o texto */
    vertical-align: middle;
}

.card-content-governanca h2 span {
    font-weight: 400; /* Peso da fonte para 'Associação Gauss' */
    font-size: 40px; /* Tamanho da fonte para 'Associação Gauss' */
    line-height: 100%;
}

.btn-ler-agora {
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
    background-color: #5756a5; /* Cor do botão */
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 400; /* Peso da fonte ajustado */
    font-size: 25px; /* Tamanho da fonte ajustado */
    line-height: 100%;
    letter-spacing: 0;
    cursor: pointer;
    transition: transform 0.2s;
    z-index: 3; /* Garante que o botão esteja acima do conteúdo */
    text-align: center;
    vertical-align: middle;
}

.btn-ler-agora:hover {
    transform: scale(1.05);
}

/* Seção Relatórios e Finanças */
.relatorios-financas-section {
    padding: 80px 20px;
    background-color: #fff; /* Fundo branco para a seção */
}

.relatorios-financas-container {
    display: flex;
    flex-direction: column; /* Cards em colunas (um abaixo do outro) */
    align-items: center; /* Centraliza os cards horizontalmente */
    gap: 40px; /* Espaço entre os cards */
    max-width: 1200px; /* Largura máxima do contêiner */
    margin: 0 auto;
}

.relatorio-card,
.financas-card {
    width: 1089px; /* Largura do card ajustada */
    height: 308px; /* Altura do card ajustada */
    border-radius: 31px; /* Raio da borda ajustado */
    padding: 80px; /* Manter padding */
    display: flex;
    flex-direction: row; /* Título e conteúdo da direita em colunas */
    justify-content: space-between; /* Distribui o espaço entre as colunas */
    align-items: center; /* Centraliza os itens verticalmente */
}

.relatorio-card {
    background-color: #5756a5; /* Cor de fundo do card Relatório ajustada */
    color: #fff; /* Garantir cor do texto branca para o primeiro card */
}

.financas-card {
    background-color: #ecce53; /* Cor de fundo do card Finanças ajustada */
    color: #000; /* Cor do texto para o card Finanças */
    text-align: left;
}

.relatorio-card h2 {
    order: 2; /* Título na segunda coluna para o card Relatório */
    text-align: right; /* Manter alinhamento do título à direita */
    /* Manter outros estilos de fonte e layout */
    flex: 1;
    flex-shrink: 0;
    margin-right: 20px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.relatorio-card .card-right-content {
    order: 1; /* Conteúdo da direita na primeira coluna para o card Relatório */
    /* Manter outros estilos de layout */
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.financas-card h2 {
    color: #fff; /* Cor do título no card Finanças */
    font-weight: 700;
    font-size: 70px;
    line-height: 80%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: left; /* Alinha o texto à esquerda */
}

.card-right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    order: 2; 
}

.select-ano {
    width: 312px; 
    height: 62px; 
    border-radius: 30px; 
    padding: 0 20px; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: "DM Sans", sans-serif;
    font-weight: 200;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #4c4b6d;
    cursor: pointer;
    background-color: #ebebeb;
}

.financas-card .select-ano {
    color: #4c4b6d; 
}

.dropdown-arrow {
    margin-left: 10px; 
    color: #b3b3b3; 
}

.btn-ler-agora-novo {
    padding: 10px 30px; /* Espaçamento interno */
    border: none;
    border-radius: 50px; /* Bordas bem arredondadas */
    font-family: "DM Sans", sans-serif;
    font-weight: 400; /* Peso da fonte */
    font-size: 25px; /* Tamanho da fonte */
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: transform 0.2s;
    /* Removido z-index e background-color/color, definidos nas classes específicas */
}

.btn-ler-agora-novo.relatorio {
    background-color: #e27254; /* Cor do botão no card Relatório */
    color: #fff;
    padding: 15px 30px;
}

.btn-ler-agora-novo.financas {
    background-color: #db4f66; /* Cor do botão no card Finanças */
    color: #fff;
    padding: 15px 30px;
}

.btn-ler-agora-novo:hover {
    transform: scale(1.05);
}

/* Seção Fundo Patrimonial */
.fundo-patrimonial-section {
    padding: 80px 20px;
    background-color: #54b9ca;
    color: #fff; 
}

.fundo-patrimonial-container {
    max-width: 1200px; 
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; 
    gap: 40px; 
}

.fundo-patrimonial-content {
    display: flex;
    flex-direction: column; 
    gap: 40px; 
    width: 1161px; 
}

.fundo-patrimonial-content h1 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left; 
    vertical-align: middle;
    color: #fff;
    margin-bottom: 0; 
}

.text-columns {
    display: flex;
    gap: 40px; 
}

.left-column,
.right-column {
    flex: 1; 
    display: flex;
    flex-direction: column; 
    gap: 20px; 
    margin-bottom: 60px;
}

.fundo-patrimonial-content p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    text-align: left;
}

.comite-investimento {
    width: 1161px;
    height: 73px; 
    background-color: #ecce53;
    color: #fff; 
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.5rem;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fundo-patrimonial-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.fundo-patrimonial-images .membro-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 373px;
  height: 372px;
  overflow: hidden;
}

.fundo-patrimonial-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
    cursor: pointer;
    filter: grayscale(100%);
}

.fundo-patrimonial-images img:hover {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.fundo-patrimonial-images .membro-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
}

.fundo-patrimonial-images .membro-info h3,
.fundo-patrimonial-images .membro-info p {
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.8s ease;
    text-align: left;
    width: 100%;
}

.fundo-patrimonial-images .membro-info h3 {
    font-size: 29px;
    margin-bottom: 10px;
    font-weight: 300;
    transition-delay: 0.2s;
}

.fundo-patrimonial-images .membro-info p {
    font-size: 15px;
    line-height: 1.8;
    transition-delay: 0.4s;
}

.fundo-patrimonial-images .membro-info p:first-of-type {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.8;
}

.fundo-patrimonial-images img:hover + .membro-info {
    opacity: 1;
}

.fundo-patrimonial-images img:hover + .membro-info h3,
.fundo-patrimonial-images img:hover + .membro-info p {
    transform: scale(1);
    opacity: 1;
}

/* Seção Cartas aos Investidores */
.cartas-investidores-section {
    padding: 0;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}

.carta-investidores-container {
    width: 797px; /* Largura do contêiner principal */
    height: auto;
    margin: 0 auto; /* Centraliza o contêiner */
    background-color: rgba(217, 217, 217, 0.4);
    border-radius: 30px; /* Borda arredondada */
    overflow: hidden; /* Garante que o conteúdo respeite a borda */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px; /* Espaço na parte inferior */
    position: relative; /* Para posicionar elementos internos */
    margin: 40px 0;
}

.cartas-investidores-section .programas-bg-container::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 200px;
    background-image: url("../img/transparencia/corrente.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 0;
}

.carta-investidores-header {
    width: 100%;
    background-color: #5756a5; /* Cor de fundo do cabeçalho */
    padding: 20px; /* Espaçamento interno */
    text-align: center; /* Centraliza o texto */
}

.carta-investidores-header h1 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700; /* Peso da fonte ajustado */
    font-size: 50px; /* Tamanho da fonte ajustado */
    line-height: 100%; /* Espaçamento entre linhas ajustado */
    letter-spacing: 0%;
    color: #fff; /* Cor do texto branca */
    vertical-align: middle; /* Alinhamento vertical ajustado */
}

.carta-investidores-content {
    width: 100%;
    padding: 20px; /* Espaçamento interno */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; /* Necessário para posicionamento absoluto das setas */
}

.carta-investidores-year {
    font-family: "DM Sans", sans-serif;
    font-weight: 700; /* Ajustar peso da fonte se necessário */
    font-size: 35px; /* Ajustar tamanho da fonte se necessário */
    color: #5756a5; /* Cor do texto do ano */
    margin-bottom: 20px; /* Espaço abaixo do ano */
}

.carousel {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative; /* Para posicionar setas e wrapper */
}

.cards-wrapper {
    display: flex;
    overflow: hidden; /* Esconde cards que não estão visíveis */
    flex-grow: 1; /* Permite que o wrapper ocupe o espaço */
    justify-content: center; /* Centraliza os cards visíveis */
    gap: 100px; /* Espaço entre os cards */
    padding: 0 50px; /* Espaço para as setas não cobrirem os cards */
}

.carta-card {
    width: 189px; /* Largura do card individual ajustada */
    height: 205px; /* Altura do card individual ajustada */
    border-radius: 24px; /* Raio da borda do card ajustado */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Centraliza conteúdo verticalmente */
    text-align: center;
    padding: 20px; /* Manter espaçamento interno ou ajustar se necessário */
    text-decoration: none !important;
}

.carta-card.relatorio {
    background-color: #e27254; /* Cor de fundo do primeiro card */
    color: #fff; /* Cor do texto */
}

.carta-card.financas {
    background-color: #5955a5; /* Cor de fundo do segundo card */
    color: #fff; /* Cor do texto */
}

.carta-card img {
    width: 80px; /* Tamanho do ícone de email */
    height: auto;
    margin-bottom: 15px; /* Espaço abaixo do ícone */
}

.carta-card h3 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700; /* Peso da fonte ajustado */
    font-size: 23px; /* Tamanho da fonte ajustado */
    line-height: 120%;
    color: #fff; /* Cor do texto */
    margin-bottom: 5px; /* Espaço abaixo do título do card */
}

.carta-card p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px; /* Tamanho da fonte ajustado */
    line-height: 120%;
    color: #fff; /* Cor do texto */
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px; /* Tamanho da seta */
    color: #666; /* Cor da seta */
    cursor: pointer;
    z-index: 10; /* Garante que a seta fique sobre os cards */
}

.left-arrow {
    left: 30px; /* Posição da seta esquerda */
}

.right-arrow {
    right: 30px; /* Posição da seta direita */
}

.pagination-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px; /* Espaço acima dos pontos */
    gap: 10px; /* Espaço entre os pontos */
}

.dot {
    width: 10px; /* Tamanho do ponto */
    height: 10px;
    background-color: #bbb; /* Cor do ponto inativo */
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #6f6f78; /* Cor do ponto ativo */
    width: 13px; /* Tamanho do ponto */
    height: 13px;
}

.programas-bg-container {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

.cartas-bg-container {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 30px;
}

.cartas-bg-container::before {
  content: '';
  position: absolute;
  top: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 200px;
    background-image: url("../img/transparencia/corrente.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 0;
}

.select-ano-cartas {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #5756a5;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235756A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
    padding-right: 30px;
}

.select-ano-cartas option {
    background-color: white;
    color: #5756a5;
    font-size: 20px;
}

.select-ano select {
    width: 312px;
    height: 62px;
    border-radius: 30px;
    font-family: "DM Sans", sans-serif;
    font-weight: 200;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    background-color: #ebebeb;
    border: none;
    padding: 0 20px 0 50px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    color: #4c4b6d;
    outline: none;
}

.select-ano select:focus {
    outline: none;
    box-shadow: none;
}

.select-ano {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-ano .dropdown-arrow {
    position: absolute;
    left: 20px;
    pointer-events: none;
    color: #b3b3b3;
}

@media (max-width: 768px) {
    .texto-central h1 {
        font-size: 40px;
    }

    .programas-info {
        padding: 40px 20px;
    }

    .programas-info p {
        font-size: 28px;
    }

    .programas-info .button {
        font-size: 24px;
        padding: 8px 20px;
    }

    .cards-container-governanca {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .card-governanca {
        width: 95%;
        max-width: 400px;
    }

    .card-image-container {
        width: 100%;
        height: 200px;
    }

    .card-content-governanca h2 {
        font-size: 24px;
    }

    .card-content-governanca h2 span {
        font-size: 24px;
    }

    .btn-ler-agora {
        font-size: 18px;
        padding: 8px 20px;
    }

    .relatorios-financas-container {
        padding: 20px;
    }

    .relatorio-card,
    .financas-card {
        width: 95%;
        height: auto;
        padding: 30px;
        flex-direction: column;
        gap: 20px;
    }

    .relatorio-card h2,
    .financas-card h2 {
        font-size: 40px;
        text-align: center;
        order: 1;
    }

    .card-right-content {
        order: 2;
    }

    .select-ano {
        width: 100%;
        max-width: 280px;
        font-size: 20px;
    }

    .btn-ler-agora-novo {
        font-size: 18px;
        padding: 10px 20px;
    }

    .fundo-patrimonial-section {
        padding: 40px 20px;
    }

    .fundo-patrimonial-content {
        width: 100%;
    }

    .fundo-patrimonial-content h1 {
        font-size: 40px;
    }

    .text-columns {
        flex-direction: column;
    }

    .left-column,
    .right-column {
        width: 100%;
        margin-bottom: 30px;
    }

    .fundo-patrimonial-content p {
        font-size: 18px;
    }

    .comite-investimento {
        width: 95%;
        height: auto;
        font-size: 24px;
        padding: 15px;
        letter-spacing: 15%;
    }

    .fundo-patrimonial-images {
        flex-direction: column;
        align-items: center;
    }

    .fundo-patrimonial-images img {
        width: 95%;
        max-width: 300px;
        height: auto;
        margin-bottom: 20px;
    }

    .carta-investidores-container {
        width: 95%;
        height: auto;
        margin: 20px 0;
    }

    .carta-investidores-header h1 {
        font-size: 30px;
    }

    .carta-investidores-year {
        font-size: 24px;
    }

    .cards-wrapper {
        gap: 20px;
        padding: 0 30px;
    }

    .carta-card {
        width: 150px;
        height: 180px;
        padding: 15px;
        text-decoration: none !important;
    }

    .carta-card img {
        width: 50px;
        margin-bottom: 10px;
    }

    .carta-card h3 {
        font-size: 18px;
        text-decoration: none !important;
    }

    .carta-card p {
        font-size: 14px;
        text-decoration: none !important;
    }

    .carousel-arrow {
        font-size: 24px;
    }

    .pagination-dots {
        margin-top: 20px;
    }

    .dot {
        width: 8px;
        height: 8px;
    }

    .dot.active {
        width: 10px;
        height: 10px;
    }

    .doacao-section {
        padding: 40px 20px;
    }

    .doacao-left h1 {
        font-size: 32px;
    }

    .doacao-left p {
        font-size: 18px;
    }

    .doacao-left {
        text-align: center;
    }

    .doacao-buttons {
        align-items: center;
    }

    .doacao-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .btn-doar,
    .btn-pix {
        width: 100%;
        max-width: 300px;
        font-size: 20px;
        height: 50px;
    }

    .doacao-right {
        display: none;
    }

    .programas-info::before,
    .programas-info::after,
    .iniciativas-section .topo-iniciativas::before,
    .iniciativas-section .lentes-container::before,
    .cartas-bg-container::before {
        display: none;
    }

    .cartas-bg-container {
        height: auto;
    }

    .cartas-investidores-section {
        align-items: center;
    }
}

@media (max-width: 480px) {
    .texto-central h1 {
        font-size: 32px;
    }

    .programas-info .button {
        font-size: 20px;
    }

    .card-content-governanca h2 {
        font-size: 20px;
    }

    .card-content-governanca h2 span {
        font-size: 20px;
    }

    .relatorio-card h2,
    .financas-card h2 {
        font-size: 32px;
    }

    .fundo-patrimonial-content h1 {
        font-size: 32px;
    }

    .comite-investimento {
        font-size: 20px;
    }

    .carta-investidores-header h1 {
        font-size: 24px;
    }

    .carta-card {
        width: 130px;
        height: 160px;
    }
}

.btn-pagamento {
  position: absolute;
  right: 0;
  width: 100px;
  height: 100px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.btn-pagamento img {
  filter: none !important;
}

.btn-pagamento:first-of-type {
  top: 80px;
}

.btn-pagamento:nth-of-type(2) {
  top: 200px;
}

.nome-sobreposto {
    position: absolute;
    bottom: 50px;
    right: 15px;
    color: #fff;
    text-align: left;
    line-height: 1.2;
}

.nome-sobreposto .nome {
    font-size: 32px;
    font-weight: 700;
    text-shadow: 4px 2px 4px rgba(0,0,0,2.8);
}

.nome-sobreposto .curso {
    font-size: 32px;
    font-weight: 400;
    text-shadow: 3px 3px 5px rgba(0,0,0,2.8);
}