/* --- Estilos Gerais e Reset --- */

.logo_prefa {
  width: 6%;
}

.form_rf_coluna {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form_recurso_fonte {
  width: 80%;
  font-size: 18px;
  text-align: left;
}

.form_desc {
  width: 100%;
}

.form_rf_25 {
  width: 20%;
  text-align: right;
  font-size: 18px;
}

.form_acao {
  width: 24%;
  font-size: 13px;
  text-align: left;
}

.form_grupo {
  width: 13%;
  text-align: center;
  font-size: 13px;
}

.form_situacao {
  width: 13%;
  text-align: center;
  font-size: 13px;
}

.form_area {
  width: 13%;
  text-align: center;
  font-size: 13px;
}

.form_valor25 {
  width: 10%;
  text-align: right;
  font-size: 13px;
}

.form_valor28 {
  width: 10%;
  text-align: right;
  font-size: 13px;
}

.form_bairro {
  width: 14%;
  text-align: center;
  font-size: 13px;
}

.carousel-tamanho-img {
  max-width: 900px;
  width: 100%;
}

.form_link {
  width: 7%;
  text-align: center;
  font-size: 13px;
}

.form_grupo_sobre {
  width: 13%;
  text-align: center;
  font-size: 13px;
}

.form_situacao_sobre {
  width: 13%;
  text-align: center;
  font-size: 13px;
}

.form_area_sobre {
  width: 13%;
  text-align: center;
  font-size: 13px;
}

.form_valor25_sobre {
  width: 10%;
  text-align: right;
  font-size: 13px;
}

.form_valor28_sobre {
  width: 10%;
  text-align: right;
  font-size: 13px;
}

.form_bairro_sobre {
  width: 10%;
  text-align: center;
  font-size: 13px;
}

.form_link_sobre {
  width: 7%;
  text-align: center;
  font-size: 13px;
}

.form_tabela_exemplo {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #ffffff0d;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #2929294d;
}

.form_tabela_exemplo_rf {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #ffffff0d;
  display: flex;
  padding: 18px;
  border-radius: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #2929294d;
}

.form_tabela_rf {
  display: flex;
  padding: 18px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #2929294d;
}

.form_tabela {
  display: flex;
  padding: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #2929294d;
}

.form_estrutura_tabela {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #ffffff0d;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
}
.form_tabela_nome {
  display: flex;
}

.pesquisa_texto {
  padding: 10px;
  border-radius: 10px;
  border: 3px solid #00dcff;
  border-bottom: 0;
  border-top: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  cursor: pointer;
  outline: none;
  width: 100%;
}

.voltar {
  padding: 10px;
  border-radius: 10px;
  border: 3px solid #00dcff;
  border-bottom: 0;
  border-top: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  cursor: pointer;
  outline: none;
  width: 20%;
  text-align: center;
  align-items: center;
}

.form_filtros {
  display: flex;
  background: #1e4f6f;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.logo_principal {
  width: 80%;
}

.logo_cabecalho {
  width: 100%;
  height: 60px;
}

.logo_cabecalho_branco {
  width: 70%;
  height: 100px;
}

.logo {
  width: 10%;
}

/* Para títulos, cabeçalhos, etc. */
h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

h1 {
  background: -webkit-linear-gradient(180deg, #00dcff, #ffffff, #fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Para o corpo do texto, parágrafos, menus, etc. */
body,
p,
a,
li {
  font-family: "Lato", sans-serif !important;
  color: #ffffff;
  list-style-position: inside;
}

.conteudo_texto_conteudo {
  font-family: "Lato", sans-serif !important;
  color: #ffffff;
}

.button_noticias {
  width: 50%;
}

.form_fale_conosco {
  text-align: center;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.texto {
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #00dcff;
  border-bottom: 0;
  border-top: 0;
  outline: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  color: black;
}

.form_perguntas {
  background: #ffffff0d;
  padding: 25px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  line-height: 1.7;
  width: 100%;
}

.form_perguntas_proc {
  background: #ffffff0d;
  padding: 45px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  line-height: 1.7;
  width: 70%;
}

.form_perguntas_fc {
  background: #ffffff0d;
  padding: 45px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  line-height: 1.7;
  width: 50%;
}

.form_titulo {
  text-align: center;
  font-size: 64px;
}

.form_paragrafo {
  line-height: 1.5;
  font-size: 0.8rem;
}

.form_investimento {
  line-height: 1.5;
  font-size: 0.9rem;
}

.form_investimento_bold {
  line-height: 1.5;
  font-weight: bold;
  font-size: 0.9rem;
}

.hr_rodape {
  display: block;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  height: 1px;
  border: 0;
  box-shadow: 0 2px 2px -2px #8c8b8b inset;
  width: 50%;
}

/*
==============================================
ESTILOS PARA AS ONDAS ANIMADAS
==============================================
*/

/* -- NOVO: Estilização do container das ondas -- */
.container-ondas {
  width: 100%;
  height: 40%;
  overflow: hidden;
  line-height: 0;
}

.espaco_grande {
  display: none;
}

.container-sobre {
  display: flex;
  background: #1e4f6f;
  gap: 25px;
  padding: 50px;
  justify-content: center;
}

.container-sobre_sobre {
  display: flex;
  background: #1e4f6f;
  gap: 25px;
  padding: 50px;
  justify-content: center;
  flex-direction: column;
}

.container-investimento_acao {
  display: flex;
  background: #1e4f6f;
  padding: 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.container-investimento_fonte {
  display: flex;
  padding: 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: 80%;
}

.container-investimento {
  display: flex;
  background: #1e4f6f;
  padding: 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.ondas {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px; /* Altura das ondas */
}

.parallax > use {
  /* A mágica acontece aqui: animação infinita e linear */
  animation: mover-ondas 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

/* Aplicando diferentes velocidades e pontos de partida para cada camada da onda */
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

/* -- NOVO: A definição da animação (keyframes) -- */
@keyframes mover-ondas {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f4f4f4;
}

/* --- Estilos do Cabeçalho e Navegação --- */
.cabecalho {
  background-color: #f9f9f9;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* --- Estilo da Logo --- */
.logo a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  transition: transform 0.3s ease-in-out, color 0.3s ease; /* -- MODIFICADO -- */
}

/* -- NOVO: Efeito de hover no logo -- */
.logo a:hover {
  transform: scale(1.05);
  color: #007bff;
}

/* --- Estilo do Menu Principal (Desktop) --- */
.menu-principal {
  display: flex;
  list-style: none;
}

.menu-principal li {
  margin-left: 10px;
}

.nav-link {
  display: block;
  text-decoration: none;
  color: #353535;
  padding: 25px 15px;
  font-size: 1rem;
  position: relative;
  transition: color 0.3s ease-in-out;
}

/* Efeito Hover Interativo */
.nav-link:hover {
  color: #00dcff;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00dcff;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-in-out;
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* --- Estilo do Menu Hambúrguer (Mobile) --- */
.menu-hamburguer {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.menu-hamburguer .barra {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #00dcff;
  transition: all 0.3s ease-in-out;
}

.btn-ler-mais {
  display: none;
}

.form_filtro_mobile {
  display: flex;
  gap: 20px;
}

.form_sobre_table {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.alinhar-img-rodape {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rodape_tudo {
  padding: 50px;
  display: flex;
  padding-bottom: 10px;
  background: linear-gradient(180deg, #1e4f6f, #2778c4);
  gap: 40px;
  flex-direction: column;
}

.desenvolvedor {
  text-align: center;
}

.rodape_alinhar {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.rodape_sobre {
  width: 10%;
}

.form_sobre_table {
  width: 100%;
  gap: 20px;
  display: flex;
  justify-content: center;
}

.form_tabela_exemplo_sobre {
  flex-direction: row;
  display: flex;
  justify-content: center;
  background: #4b4b4b47;
  border-radius: 10px;
  align-items: center;
  padding: 10px;
}

.form_tabela_sobre {
  flex-direction: row;
  justify-content: center;
  display: flex;
  padding: 20px;
}
@media (max-width: 768px) {
  .logo_cabecalho_branco {
    width: 70px;
    height: 100%;
  }

  .rodape_alinhar {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-direction: column;
  }

  .carousel-tamanho-img {
    width: 100%;
  }

  .form_perguntas_proc {
    width: 100%;
  }

  .form_perguntas_fc {
    width: 100%;
  }

  .rodape_sobre {
    width: 100% !important;
  }

  .form_sobre_table {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .form_tabela_exemplo_sobre {
    flex-direction: column;
    width: 50%;
    justify-content: space-between;
  }

  .form_tabela_sobre {
    flex-direction: column;
    width: 50%;
    padding: 10px;
  }

  .voltar {
    width: 50%;
  }

  .form_acao {
    width: 50%;
  }

  .form_link {
    width: 50%;
    text-align: right;
  }

  .form_grupo {
    display: none;
  }

  .form_situacao {
    display: none;
  }

  .form_area {
    display: none;
  }

  .form_valor25 {
    display: none;
  }

  .form_valor28 {
    display: none;
  }

  .form_bairro {
    display: none;
  }

  .form_grupo_sobre {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  .form_situacao_sobre {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  .form_area_sobre {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  .form_valor25_sobre {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  .form_valor28_sobre {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  .form_bairro_sobre {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  .espaco_grande {
    display: flex;
    width: 100%;
    height: 300px;
    background-color: #1e4f6f;
  }

  .form_recurso_fonte {
    width: 50%;
  }

  .form_rf_25 {
    width: 50%;
  }

  .container-investimento_acao {
    padding: 25px;
  }

  .container-investimento_fonte {
    width: 100%;
    padding: 0px;
  }

  .form_titulo {
    font-size: 42px;
  }

  .container-investimento {
    padding: 25px;
  }

  .form_filtro_mobile {
    flex-direction: column;
    padding: 20px;
    width: 100%;
  }

  .form_perguntas {
    width: 100%;
  }

  .logo_cabecalho {
    width: 120px;
  }

  .menu-hamburguer {
    display: flex;
  }
  .container-ondas {
    position: static;
    width: 100%;
    height: 65%;
    overflow: hidden;
    line-height: 0;
  }

  .container-sobre {
    display: flex;
    flex-direction: column;
    padding: 25px;
    align-items: center;
  }

  .container-sobre_sobre {
    display: flex;
    flex-direction: column;
    padding: 25px;
  }

  .logo_principal {
    width: 100%;
  }

  /* -- MODIFICADO: Preparamos o menu para a animação -- */
  .menu-principal {
    position: absolute;
    backdrop-filter: blur(7px);
    top: 93px;
    left: 0;
    width: 100%;
    background-color: #1e4f6fc7;
    margin: 0;
    padding: 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  }

  /* -- MODIFICADO: Regra que ativa a animação -- */
  .menu-principal.ativo {
    max-height: 700px;
    opacity: 1;
    margin: 0;
    padding: 10px;
    gap: 10px;
  }

  .menu-principal li {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .nav-link {
    padding: 20px;
    width: 100%;
    color: #fff;
  }

  .nav-link:hover::after {
    transform: scaleX(0);
  }

  .menu-hamburguer.ativo .barra:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-hamburguer.ativo .barra:nth-child(2) {
    opacity: 0;
  }
  .menu-hamburguer.ativo .barra:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/* --- Estilos do Conteúdo Principal (Apenas para Exemplo) --- */
.conteudo {
  padding: 4rem 2rem;
  text-align: center;
  /* -- NOVO: Animação de entrada para o conteúdo -- */
  animation: fadeIn 1s ease-in-out;
}

.conteudo h1 {
  margin-bottom: 1rem;
  color: #333;
}

.conteudo p {
  color: #666;
  line-height: 1.6;
}

/* -- NOVO: Definição da animação 'fadeIn' -- */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
