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

body {
  font-family: 'Rawline';
  font-size: 1em;
  line-height: 1.5em;
  background: #fff;
  color: #333;
}

/* ========================    TOPO E BANNER ======================== */
.topo {
  /*background-color: #003366;*/
  background-image: linear-gradient(to right, #7BC7FF, #BFEAFB);
  color: #fff;
  text-align: center;
}

.banner {
  max-width: 1080px;
  /*background-color: #92dd6f;*/
  padding: 0px 0px 0px 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-tittle {
  /*max-width: 1080px;*/
  background-color: #003366;
  margin: 0 auto;
  text-align: left;
}

.titulo {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75em;
  padding: 10px 0;
  line-height: 1.2;
}

/* ========================    NAVEGAÇÃO ======================== */
.navegacao {
  background-color: #054361;
  padding: 2em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  text-align: center;
}

.navegacao h3 {
  font-size: 1.2em;
  color: #fff;
}

.navegacao ul {
  list-style: none;
  display: flex;
  gap: 1em;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.navegacao ul li {
  background: #ccc;
  padding: 0.5em 1em;
  border-radius: 1.5em;
  font-weight: bold;
}

.botoes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  padding: 1em 0;
}

.botoes button {
  background-color: #ffffff30;
  color: white;
  border: none;
  border-radius: 1.5em;
  font-size: 1.2em;
  line-height: 2;
  padding: 0.5em 1em;
  cursor: pointer;
}

.etapa {
  font-weight: bold;
  font-size: 1em;
  color: #FAFAFA;
}

.paginacao {
  display: flex;
  list-style: none;
  gap: 0.8em;
  flex-wrap: wrap;
  justify-content: center;
}

.paginacao li {
  background-color: #ccc;
  padding: 0.6em 1em;
  border-radius: 0.4em;
  font-weight: bold;
  color: #3d3d3d;
}

.page-link{
  text-decoration: none;
  color: #3d3d3d;
}

.page_active{
  background-color: #ffffff30 !important;
  color: #fafafa !important;
}


/* ========================    PROGRESSO ======================== */
.barra-progresso {
  max-width: 1080px;
  margin: 1em auto;
  background: #ccc;
  height: 1em;
  border-radius: 0.5em;
  overflow: hidden;
}

.progresso {
  background: #0066cc;
  height: 100%;
}

/* ========================    CONTEÚDO ======================== */
.conteudo {
  max-width: 1080px;
  margin: auto;
  font-size: 1.1em;
  line-height: 2em;
  padding: 2em 0em 2em 0em;
}

.conteudo h2 {
  font-size: 1.5em;
  line-height: 2em;
}

.conteudo ul {
  padding-left: 1.5em;
}

.conteudo ul li {
  margin-bottom: 0.5em;
}

.txt-destaque{
  color: #003366;
}

.txt-destaque2{
  color: #ffe98d;
}

.image {
      display: block;
      margin: 0 auto;
    }

/* ========================    COLUNAS FLUIDAS ======================== */
.colunas {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding-bottom: 1em;
  justify-content: center;
}

.col {
  flex: 1 1 clamp(180px, 20%, 240px);
  border-radius: 0.5em;
  text-align: left;
}

/* ========================    ACCORDION ======================== */
/*.accordion {
  background-color: #ffe98d;
  color: #7c6400;
  cursor: pointer;
  padding: 0.5em 1.2em 0.5em;
  width: 100%;
  text-align: left;
  border: none;
  font-size: 1.3em;
  transition: background-color 0.3s ease;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion::after {
  content: "+";
  width: 2em;
  height: 2em;
  background-image: url("img/icon-accordion.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.accordion.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
*/

.accordion {
  background-color: #ffe98d;;
  color: #282828;
  cursor: pointer;
  padding: 1em;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 1em;
  margin-bottom: 0.5em;
  transition: background-color 0.1s ease;
  border-radius: 10px;
}

.accordion.active{
  margin-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accordion::after {
  content: "+"; 
  float: right;
  color: #054361;
  font-size: 1.3em;
}

.accordion.active::after {
  content: "-"; 
}


.panel {
  padding: 0 1em;
  background-color: #ffe98d;
  color: #7c6400;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 15px;
  text-align: left;
}

/* ========================    BOX DESTAQUE ======================== */
.box-destaque {
  position: relative;
  background-color: #92dd6f;
  border: 4px solid #03355b;
  border-radius: 1em;
  padding: 1.5em 1.5em 1.5em 1.5em;
  margin: 2em 2.5em 0 0;
  color: #001515;
  font-size: 1em;
  box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, 0.1);
}

.box-saiba {
  position: relative;
  background-color: #bee9fb;
  border-radius: 20px;
  padding: 20px 50px 30px 50px;
  max-width: 100%;
  box-shadow: 5px 5px 0px #113759;
  margin: 1em 0 2em 0em;
}

.box-refletir {
  position: relative;
  align-items: center;
  background-color: #c2ecae; 
  border-radius: 20px;
  padding: 20px 50px 30px 50px;
  max-width: 100%;
  box-shadow: 5px 5px 0px #113759; 
  margin: 1em 0 2em 0em;
}

.box-lembrar {
  position: relative;
  align-items: center;
  background-color: #fff4b2; 
  border-radius: 20px;
  padding: 20px 50px 30px 50px;
  max-width: 100%;
  box-shadow: 5px 5px 0px #113759; 
  margin: 1em 0 2em 0em;
}


.box-glossario {
  position: relative;
  align-items: center;
  background-color: #edd9f5; 
  border-radius: 20px;
  padding: 20px 50px 30px 50px;
  max-width: 100%;
  box-shadow: 5px 5px 0px #113759; 
  margin: 1em 0 2em 0em;
}


.box-exclamacao {
  display: flex;
  align-items: center;
  background-color: #ffe961; 
  border-radius: 20px;
  padding: 20px 25px;
  max-width: 100%;
  box-shadow: 5px 5px 0px #113759; 
  margin: 1em 0 2em 0em;
}

.box-video {
  position: relative;
  background-color: #ffdee5;
  border-radius: 20px;
  padding: 20px 50px 30px 50px;
  max-width: 100%;
  box-shadow: 5px 5px 0px #03355b;
  margin: 1em 0 2em 0em;
}

.box-video-2 {
  position: relative;
  background-color: #ffdee5;
  border-radius: 20px;
  padding: 20px 50px 30px 50px;
  max-width: 100%;
  box-shadow: 5px 5px 0px #ff0033;
  margin: 1em 0 2em 0em;
}



.box-destaque p {
  margin: 0;
}

.box-mais p {
  margin: 0;
}

.icon-box {
  position: absolute;
  top: -2.5em;
  right: -2.5em;
  width: 5em;
  height: auto;
}

.icon-lupa {
  position: absolute;
  top: -2.5em;
  right: -1.5em;
  width: 5em;
  height: auto;
}


.texto-destaque {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #1a3c59; /* azul escuro */
  margin: 0;
}

.texto-box {
  /*padding-right: 4em; /* Garante espaço para o ícone */
}

/* ========================    ÍCONES DE SETA ======================== */
.icon-left {
  display: inline-block;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #054361;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  float: left;
}
.icon-left:before {
  content: "←";
  font-family: "FNDE";
}
.icon-right {
  display: inline-block;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #054361;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  float: right;
}
.icon-right:before {
  content: "→";
  font-family: "FNDE";
}


/* ========================    CONTAINER FLIP ======================== */

.container-flip {
  position: relative;
  width: 500px; /* ajuste conforme necessário */
  height: 500px;
  overflow: hidden;
  border-radius: 0.5em;
  margin-left: auto;
  margin-right: auto;
}

.imagem-base {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.overlay-texto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* camada escura semi-transparente */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: Left;
  padding: 1em;
  border-radius: inherit;
}

.container-flip:hover .overlay-texto {
  opacity: 1;
}
/*.imagem-giratoria,
.texto-aparece {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Estado inicial: imagem visível, texto invisível */
/*.imagem-giratoria {
  transform: rotate(0deg);
  opacity: 1;
  z-index: 1;
}

.texto-aparece {
  opacity: 0;
  z-index: 0;
  background-color: #fef6e0;
  color: #7c6400;
  font-weight: 500;
  border-radius: 0.5em;
  padding: 15px 25px 15px 25px!important
}

/* Ao passar o mouse sobre o container: imagem gira e desaparece, texto aparece */
/*.container-flip:hover .imagem-giratoria {
  transform: rotate(180deg);
  opacity: 0;
  z-index: 0;
}

.container-flip:hover .texto-aparece {
  opacity: 1;
  z-index: 1;
}*/




/* ========================    RODAPÉ COM LOGOS ======================== */
.rodape {
  background-image: url("img/footer.webp");
  background-size: cover;
  background-position: center;
  padding: 2em 1em;
  text-align: center;
}

.colunas-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  max-width: 1080px;
  margin: auto;
}

.logo-item {
  flex: 1 1 clamp(180px, 20%, 240px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item img {
  max-width: 100%;
  max-height: 5em;
  object-fit: contain;
}

/* ========================    MEDIA QUERIES ======================== */
@media (max-width: 64em) {
  .titulo,
  .conteudo {
    max-width: 90%;
  }

  .titulo {
    font-size: 0.7em;
  }

  .conteudo h2 {
    font-size: 1.2em;
  }

  .logo-item {
    flex: 1 1 calc(33.33% - 2em);
  }
}

@media (max-width: 40em) {
  .titulo {
    font-size: 0.65em;
  }

  .conteudo {
    padding: 1em;
    font-size: 0.95em;
  }

  .botoes {
    flex-direction: column;
  }

  .botoes button {
    font-size: 1em;
  }

  .logo-item {
    flex: 1 1 calc(50% - 1em);
  }
}
