body {
  background-color: #fff;
}
body p{
  font-family: "Lexend", sans-serif;
      line-height: 1.6;
}
#parte7{
  display:none;position: relative;padding-top: 70px;
}
::-webkit-scrollbar {
    display: none;
}
#parte4{
  padding-top: 0px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .0rem ;
}
.btn.disabled, .btn:disabled {
    opacity: .25;
}
.opcao.selecionada .letra {
  background-color: #6c5fa3;
  color: white;
}
.opcao.selecionada {
  background-color: #fff2cc; 
}
.opcao2.selecionada2 {
  background-color: transparent; 
}
.opcao{
  font-family: "Lexend", sans-serif;
      line-height: 1.6;
}
.quadrado{
  position: absolute;
    background-color: black;
    width: 170px;
    height: 10px;
    right: 0;
    top: 0;
}
.caixa{
  text-align:left; padding-right: 310px;
}
/* Estilo geral do botão */
.btn-comecar {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e0e0e0;
    padding: 15px 20px;
    text-decoration: none;
    color: #000;
    font-family: "Enriqueta", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    gap: 60px;
    transition: background-color 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
}

/* Ícones das setas */
.btn-comecar .seta {
  font-size: 64px;
  font-weight: bold;
  position: relative;
  transition: transform 0.3s ease;
}
.texto{
  text-align: left;
}
/* Texto central */
.btn-comecar .texto {
  text-align: center;
  flex-grow: 1;
}

/* Efeito ao passar o mouse */
.btn-comecar:hover {
  background-color: #fff2cc /* Amarelo claro */
}

/* Movimentação das setas */
.btn-comecar:hover .seta.esquerda {
  transform: translateX(30px);
}

.btn-comecar:hover .seta.direita {
  transform: translateX(-30px);
}


.mt-5, .my-5 {
    margin-top: 8rem !important;
}

.imagem1 {
  display: flex;
  justify-content: flex-end; /* Alinha à direita horizontalmente */
  align-items: center;       /* Centraliza verticalmente */
  padding-right: 0;
}

.imagem1 img {
  max-width: 100%;
  height: auto;
}
/* Estilização geral da seção */
.lead {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
}
.titulo{
    font-family: "Enriqueta", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    text-align: left;
}
.hero-section {
  padding-top: 50px;
  position: relative;
  background-color: #fff;
}
.hero-section2 {
  padding-top: 50px;
  position: relative;
  background-color: #fff;
}
/* Destaque em amarelo */
.highlight {
  background-color: #fff2cc;
  padding: 0 4px;
}

/* Bolinhas do lado esquerdo */
.dots-pattern {
    width: 92px;
    height: 417px;
    background-image: radial-gradient(#999 2px, transparent 2px);
    background-size: 10px 10px;
    margin-top: 50px;
    position: absolute;
    left: 0;
}
.dots-pattern3 {
width: 1030px;
    height: 89px;
    background-image: radial-gradient(#999 2px, transparent 2px);
    background-size: 10px 10px;
    margin-top: 50px;
    position: absolute;
    right: 0;
    bottom: -100px;
}
/* Ícone seta para baixo */
.scroll-down {
  font-size: 3rem;
  color: #000;
  animation: bounce 1.5s infinite;
  cursor: pointer;
}
.info-box p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    width: 75%;
}
/* Animação da seta */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
.hero-section2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
}
/* Linha superior */
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
}
/* Barra superior fina */
.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
}

/* Barra inferior grossa */
.bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0%;
    height: 2px;
    width: 63%;
    background-color: #000;
}
.bottom-bar2 {
    position: absolute;
    right: 0%;
    height: 2px;
    width: 83.5%;
    background-color: #000;
}
.bottom-bar3 {
    position: absolute;
    left: 0%;
    height: 2px;
    width: 48%;
    background-color: #000;
}
.bottom-bar4 {
    position: absolute;
    left: 0%;
    height: 2px;
    width: 100%;
    background-color: #000;
}
.bottom-bar5 {
    position: absolute;
    right: 0%;
    height: 2px;
    width: 83.5%;
    background-color: #000;
}
.quadrado2 {
    position: absolute;
    background-color: black;
    width: 170px;
    height: 10px;
    left: 0;
    top: 0;
}
.quadrado3 {
    position: absolute;
    background-color: black;
    width: 170px;
    height: 10px;
    left: 0;
    top: 0;
}
.quadrado5 {
    position: absolute;
    background-color: black;
    width: 170px;
    height: 10px;
    left: 0;
    top: 0;
}
/* ======== CAIXA DE TEXTO ======== */
.caixa {
  position: relative;
  background-color: #e6e6fa; /* Roxo claro */
  padding: 20px 200px 0px 20px;
}

/* Borda preta */
.caixa::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid #000;
    pointer-events: none;
}
.caixa::after {
  top: 0px;
  left: 0px;
  right: -31px;
  bottom: -63px;
}
.caixa::after {
  border-right: none;
}
.info-box {
  background-color: #e9e9fa; /* Cor de fundo roxo claro */
  line-height: 1.6;
  position: relative;
  margin: 0;      /* Remove qualquer margem externa */
}

/* ======== PADRÃO DE BOLINHAS ======== */
.dots-pattern2 {
position: absolute;
    right: -27px;
    bottom: -152px;
    width: 400px;
    height: 87px;
    background-image: radial-gradient(#999 2px, transparent 2px);
    background-size: 10px 10px;
    opacity: 0.7;
    z-index: 0;
}
/* Ajustes responsivos */

/* Título principal */
.titulo2 {
  font-family: "Enriqueta", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
}

/* Texto principal */

/* Referência */
.referencia {
  font-size: 0.9rem;
  color: #555;
}

/* Alternativas */
.alternativas {
  margin-top: 1rem;
}

.opcao {
  display: flex;
  align-items: center;
  padding: 8px 0px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.opcao:hover {
  background: #fff2cc;
}

/* Letra da alternativa */
.letra {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  font-weight: bold;
      padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Botão enviar */
.enviar {
  font-weight: bold;
  padding: 10px 30px;
  background-color: #ddd;
  color: #000;
  border: none;
  transition: background 0.3s ease;
  font-family: "Enriqueta", serif;
  border-radius: 0;
      border-radius: 10px;
}

.enviar:hover {
  background-color: #fff2cc;
  color: #000;
}

/* Imagem lateral */
.arte-lateral {
max-width: 200px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 50%;
}
/* Reset básico */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}


/*******************parte 3**********************/


/* ===== TÍTULO ===== */
.titulo3 h1 {
  font-family: "Enriqueta", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
}

.titulo3 h1 span {
  display: block;
}

.subtitle2 {
  font-size: 1.25rem;
  margin-top: 15px;
  color: #333;
}

/* ===== OPÇÕES ===== */
.opcoes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.opcao2 {
  background: #e8e6f9;
  flex: 1 1 200px;
  max-width: 220px;
  min-height: 220px;
  padding: 20px 20px 0px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* Efeito hover */
.opcao2:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Letra grande */
.letra2 {
  font-size: 48px;
  font-weight: bold;
  color: #666;
  text-align: left;
  position: relative;
  top: -10px;
  text-shadow: 2px 2px 0 #fff;
}

/* Texto dentro da opção */
.opcao2 p {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  margin-top: 10px;
}

/* Barra inferior preta */
.barra {
    width: 100%;
    height: 8px;
    background: #000;
    border-radius: 0px;
    margin-top: 15px;
}

/*******************************************************************/
/* Estilo do quadrado do checkbox */
.checkbox {
  width: 45px;
  height: 45px;
  border: 2px solid #343a40; /* cor da borda */
  position: relative;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
}

/* Check oculto inicialmente */
.checkmark {
    position: absolute;
    width: 24px;
    height: 48px;
    border-right: 4px solid #3bb19a;
    border-bottom: 5px solid #3bb19a;
    top: -10px;
    left: 17px;
    transform: rotate(45deg) scale(0);
    transform-origin: center;
    transition: transform 0.2s 
ease;
}

/* Quando a checkbox estiver ativa */
.checkbox.ativo .checkmark {
  transform: rotate(45deg) scale(1);
}
.final{
  padding-bottom: 120px;
    display: inline-flex;
    gap: 30px;
    padding-top: 50px
}
/**************************carrossel*************************/
.carro {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding-top: 40px;
}

/* Barra lateral roxa */
.sidebar {
  background: #f4f4ff;
  color: #fff;
  width: 220px;
}

.page-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    background-color: #6f61b8;
    padding: 4px;
    justify-content: center;
}
.page-indicator2 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    background-color: #abdaf8;
    padding: 4px;
    justify-content: center;
    color: #000;
}
.sidebar2 {
    background: #edf8ff;
    color: #fff;
    width: 220px;
}
.volta, .volta2 {
  font-size: 20px;
  cursor: pointer;
}
.avanca, .avanca2 {
  font-size: 20px;
  cursor: pointer;
}
.instruction p {
  font-size: 14px;
  margin-bottom: 15px;
}

.instruction .bold {
  font-weight: bold;
}

/* Área principal */
.content {
  flex: 1;
  padding: 0 20px;
}

.content p {
  margin-bottom: 20px;
  font-size: 15px;
}
.pontilhado{
  background-color: #fff2cc;
    padding: 10px;
    border-radius: 6px;
    border: 2px dashed #000;
}
.pontilhado4{
  background-color: #F9B7B2;
    padding: 2px;
    border-radius: 6px;
    border: 2px dashed #000;
}
.pontilhado2{
  background-color: #fff2cc;
    padding: 2px;
    border-radius: 6px;
    border: 2px dashed #000;
}
.pontilhado3{
  background-color: #ffffff;
    padding: 2px;
    border-radius: 6px;
    border: 2px dashed #000;
}
/* Gráfico */
.graph {
  text-align: center;
  margin-bottom: 20px;
}

.graph img {
  max-width: 70%;
  height: auto;
}

/* Opções de resposta */
.options {
  display: flex;
  flex-direction: column;
}

.option {
  display: flex;
  align-items: center;
  padding: 8px 0px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.option.selecionada {
  background-color: #fff2cc; /* Amarelo destaque */
}
.option{
  font-family: "Lexend", sans-serif;
      line-height: 1.6;
}
.option:hover {
  background: #fff2cc;
}

/* Opções de resposta2 */
.options {
  display: flex;
  flex-direction: column;
}

.option2, .option3 {
  display: flex;
  align-items: center;
  padding: 8px 0px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.option2.selecionada {
  background-color: transparent; /* Amarelo destaque */
}
.option2{
  font-family: "Lexend", sans-serif;
      line-height: 1.6;
}
.option2:hover {
  background: transparent;
}
.letter {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  font-weight: bold;
      padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.text {
  flex: 1;
  font-size: 14px;
}

/* Alternativa correta */
.correct {
  border-color: #fff2cc;
  background: #fff2cc;
  padding: 10px 10px 10px 0px;
  border-radius: 6px;
  border: 2px dashed #000;
}
.correct2 {
  border-color: #F9B7B2;
  background: #F9B7B2;
  padding: 10px 10px 10px 0px;
  border-radius: 6px;
  border: 2px dashed #000;
}
.instruction{
  padding: 20px;
    color: black;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
  background-color: black;
}
/**************************************************************/
/* Overlay inicial - escondido */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;  /* centraliza verticalmente */
  justify-content: center; /* centraliza horizontalmente */
  z-index: 1000;
}

/* Modal */
#modal {
    width: 370px;
    background: #fff;
    padding: 40px 40px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* Título */
#modal h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
  font-family: "Enriqueta", serif;
  text-align: left;
}

#modal h2 span {
  display: inline-block;
}

/* Linha decorativa */
#modal .decor {
  width: 100%;
  margin: 5px auto 15px auto;
}

/* Texto */
#modal p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}
#modal img{
  width: 91%;
}
#modal p strong {
  font-weight: bold;
}
#modal .texto-instrucoes {
  display: inline-block;      /* Faz o texto ocupar só o necessário */
  text-align: left;           /* Texto alinhado à esquerda */
  margin: 0 auto;             /* Centraliza o bloco dentro do modal */
  padding-top: 10px;
}
/* Botão do modal */
#fecharModal {
  background: #dfdfdf;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  transition: background 0.3s ease;
  font-family: "Enriqueta", serif;
}

#fecharModal:hover {
  background: #fff2cc;
}

/* Overlay2 */
.overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; /* Inicialmente escondido */
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal centralizado */
.modal2 {
    width: 450px;
    background: #fff;
    padding:40px 0px 40px 40px;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

.modal2 h2 {
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: left;
  font-family: "Enriqueta", serif;
  padding-left: 25px;
}

/* Caixa de informações (rosa) */
.info-box2 {
  background: #f9b7b2;
  padding: 15px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
}
.info-box2::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid #000;
    pointer-events: none;
}
.info-box2::after {
top: 50px;
    left: 50px;
    right: -2px;
    bottom: 279px;
}
.info-box2::after {
  border-right: none;
}
/* Botão Saiba Mais */
.fecharModal2 {
  background: #dfdfdf;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 30px;
    border-radius: 10px;
  cursor: pointer;
    font-size: 14px;
    width: 70%;
  transition: background 0.3s ease;
  font-family: "Enriqueta", serif;
}

.fecharModal2:hover {
  background: #fff2cc;
}

/* Desabilitar interação na section quando overlay2 estiver ativo */
.overlay2.active + #parte1,
#parte1.disabled {
  pointer-events: none;
  opacity: 0.5;
}
/********************TOPO///////////////////////////***********/
/* Estilo do botão suspenso */
.botao-topo {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: #5a56a6;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}

/* Quando visível */
.botao-topo.visivel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Animação de entrada */
.botao-topo {
  transform: translateY(20px);
}



/* Estilo do botão suspenso */
.botao-topo2 {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: #abdaf8;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}

/* Quando visível */
.botao-topo2.visivel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Animação de entrada */
.botao-topo2 {
  transform: translateY(20px);
}

/*****************************************************/
/* Overlay2b */
.overlay2b {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; /* Inicialmente escondido */
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal centralizado */
.modal2b {
width: 450px;
    background: #fff;
    padding: 40px 0px 40px 40px;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

.modal2b h2 {
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: left;
  font-family: "Enriqueta", serif;
  padding-left: 25px;
}

/* Caixa de informações (rosa) */
.info-box2b {
  background: #f9b7b2;
  padding: 15px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
}
.info-box2b::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid #000;
    pointer-events: none;
}
.info-box2b::after {
top: 50px;
    left: 50px;
    right: -2px;
    bottom: 280px;
}
.info-box2b::after {
  border-right: none;
}
/* Botão Saiba Mais */
.fecharModal2b {
  background: #dfdfdf;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 30px;
    border-radius: 10px;
  cursor: pointer;
    font-size: 14px;
    width: 70%;
  transition: background 0.3s ease;
  font-family: "Enriqueta", serif;
}

.fecharModal2b:hover {
  background: #fff2cc;
}

/* Desabilitar interação na section quando overlay2 estiver ativo */
.overlay2b.active + #parte1,
#parte1.disabled {
  pointer-events: none;
  opacity: 0.5;
}




/*****************************************************/

/* Overlay3 */
.overlay3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; /* Inicialmente escondido */
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal centralizado */
.modal3 {
width: 450px;
    background: #fff;
    padding: 40px 0px 40px 40px;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

.modal3 h2 {
  font-size: 31px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: left;
  font-family: "Enriqueta", serif;
  padding-left: 25px;
}

/* Caixa de informações (rosa) */
.info-box3 {
  background: #cef6ed;
  padding: 15px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
}
.info-box3::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid #000;
    pointer-events: none;
}
.info-box3::after {
top: 50px;
    left: 50px;
    right: -2px;
    bottom: 260px;
}
.info-box3::after {
  border-right: none;
}
/* Botão Saiba Mais */
.fecharModal3 {
  background: #dfdfdf;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 30px;
    border-radius: 10px;
  cursor: pointer;
    font-size: 14px;
    width: 70%;
  transition: background 0.3s ease;
  font-family: "Enriqueta", serif;
}

.fecharModal3:hover {
  background: #fff2cc;
}

/* Desabilitar interação na section quando overlay2 estiver ativo */
.overlay3.active + #parte1,
#parte1.disabled {
  pointer-events: none;
  opacity: 0.5;
}




/*****************************************************/

/* Overlay3b */
.overlay3b {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; /* Inicialmente escondido */
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal centralizado */
.modal3b {
width: 450px;
    background: #fff;
    padding: 40px 0px 40px 40px;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

.modal3b h2 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: left;
  font-family: "Enriqueta", serif;
  padding-left: 25px;
}

/* Caixa de informações (rosa) */
.info-box3b {
  background: #cef6ed;
  padding: 15px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
}
.info-box3b::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid #000;
    pointer-events: none;
}
.info-box3b::after {
top: 50px;
    left: 50px;
    right: -2px;
    bottom: 280px;
}
.info-box3b::after {
  border-right: none;
}
/* Botão Saiba Mais */
.fecharModal3b {
  background: #dfdfdf;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 30px;
      border-radius: 10px;
  cursor: pointer;
    font-size: 14px;
    width: 70%;
  transition: background 0.3s ease;
  font-family: "Enriqueta", serif;
}

.fecharModal3b:hover {
  background: #fff2cc;
}

/* Desabilitar interação na section quando overlay2 estiver ativo */
.overlay3b.active + #parte1,
#parte1.disabled {
  pointer-events: none;
  opacity: 0.5;
}




/********************comandos*********************************/

/* Container geral */
.comandos {
    display: flex;
    align-items: center;
    gap: 30px;
    font-family: "Enriqueta", serif;
}

/* Cada opção */
.comando {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* Bolinha básica */
.bolinha, .bolinha2 {
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #fff;
  position: relative;
  transition: all 0.3s ease;
}

/* Texto básico */
.texto_comando {
  color: #ccc;
  font-size: 18px;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
.texto_comando2 {
  color: #ccc;
  font-size: 18px;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
/* Quando a opção está ativa */
.ativada.bolinha {
  background-color: #5a56a6; /* cor roxa */
  border-color: #5a56a6;
}
.ativada.bolinha2 {
  background-color: #5a56a6; /* cor roxa */
  border-color: #5a56a6;
}
.ativada.texto_comando {
  color: #000;
  font-weight: bold;
}

.ativada.texto_comando2 {
  color: #000;
  font-weight: bold;
}


/*****************************************************/
/* ===== TÍTULO ===== */
.titulo2 h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.titulo2 h1 span {
  display: block;
}

.titulo2 h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #000;
  margin: 10px auto 0;
}

.subtitle2 {
  font-size: 1.25rem;
  margin-top: 15px;
  color: #333;
  text-align: left;
  padding-top: 20px;
}

/* ===== OPÇÕES ===== */
.opcoes {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 85px;
  flex-wrap: wrap; /* Para mobile */
}

.opcao2 {
  background: #e8e6f9;
  width: 230px;
  min-height: 250px;
  padding: 20px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  text-align: left;
}

.opcao2:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Letra grande */
.letra2 {
position: absolute;
    top: -51px;
}
.letramento{
  width: 60%;
}
/* Texto */
.opcao2 p {
  font-size: 16px;
  line-height: 1.4;
  flex: 1;
      padding-top: 40px;
}

/* Barra inferior */
.barra {
    width: 100%;
    height: 8px;
    background: #000;
    border-radius: 0px;
    margin-top: 15px;
}

/* Desativa interações na section */
#parte1.disabled {
  pointer-events: none;
  opacity: 0.5;
}


/******************************card********************/
.card-header:first-child{
  border-radius: ;
}
  .card{width:320px;border-radius:0px;overflow:visible; border: 0;}
  .card-header{font-family: "Enriqueta", serif;padding:15px 18px;cursor:pointer;color:#fff;display:flex;justify-content:space-between;align-items:center;font-size: 20px;border-radius:8px 8px 0 0}
  .skimming{background:#6f61b8}
  .scanning{background:#80c9f7}
  .card-header .icon{font-size:18px;transition:transform .25s}
  .card-content{
    background:#f4f4ff;
    overflow:hidden;
    max-height:0;
    transition:max-height .35s ease, padding .35s ease;
    padding:0 18px;
    border-radius:0;
  }
  .card-content.open{padding:15px 18px}
  .card-content p, .card-content ul{font-size:16px;line-height:1.5;color:#222;margin-bottom:10px}
  ul{padding-left:18px}
  .veja-mais{text-align:center;margin-top:12px;font-weight:700}
  .cards{
padding:20px;display:flex;gap:20px;flex-wrap:wrap;justify-content:center
  }
/******************************card********************/


    //*************************************modal4************************************/
   section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* ======= ESTILO DO OVERLAY ======= */
    .overlay4 {
      display: none; /* oculto inicialmente */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

    /* ======= ESTILO DO MODAL ======= */
    .modal4 {
      background-color: #6c5fa3;
      color: #fff;
      padding: 30px 30px 0px 30px;
      max-width: 450px;
      width: 90%;
      text-align: center;
      position: relative;
      box-shadow: 0 4px 15px rgba(0,0,0,0.4);
      animation: fadeIn 0.4s ease;
    }

    /* Animação de entrada */
    @keyframes fadeIn {
      from { transform: scale(0.8); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    /* Decor com imagem */
    .modal4 .decor img {
      max-width: 80px;
      margin-bottom: 15px;
    }

    /* Título */
    .modal4 h2 {
      font-size: 24px;
      margin-bottom: 15px;
      font-family: "Enriqueta", serif;
      text-align: left;
      font-weight: 600;
    }

    /* Texto do modal */
    .modal4 p {
     font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: left;
    padding-right: 50px;
    font-weight: 200;
    }

    /* Botão Saiba Mais */
    .modal4 button#saiba {
      background-color: #dfdff9;
      color: #000;
      border: none;
      padding: 10px 25px;
      font-family: "Enriqueta", serif;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
      border-radius: 8px;
    }

    .modal4 button#saiba:hover {
      background-color: #d0d0d0;
    }

    /* Barra decorativa inferior */
    .modal4 .barra2 {
         height: 7px;
    width: 90%;
    background-color: #dfdff9;
    margin: 20px auto 0
    }

.decor{
  position: absolute;
    right: 0;
    top: 5px;
}

/***************************************************************************************/
    /* ======= ESTILO DO OVERLAY ======= */
    .overlay5 {
      display: none; /* oculto inicialmente */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

    /* ======= ESTILO DO MODAL ======= */
    .modal5 {
      background-color: #6c5fa3;
      color: #fff;
      padding: 30px 30px 0px 30px;
      max-width: 450px;
      width: 90%;
      text-align: center;
      position: relative;
      box-shadow: 0 4px 15px rgba(0,0,0,0.4);
      animation: fadeIn 0.4s ease;
    }

    /* Animação de entrada */
    @keyframes fadeIn {
      from { transform: scale(0.8); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    /* Decor com imagem */
    .modal5 .decor img {
      max-width: 80px;
      margin-bottom: 15px;
    }

    /* Título */
    .modal5 h2 {
      font-size: 24px;
      margin-bottom: 15px;
      font-family: "Enriqueta", serif;
      text-align: left;
      font-weight: 600;
    }

    /* Texto do modal */
    .modal5 p {
     font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: left;
    padding-right: 50px;
    font-weight: 200;
    }

    /* Botão Saiba Mais */
    .modal5 button#saiba5 {
      background-color: #dfdff9;
      color: #000;
      border: none;
      padding: 10px 25px;
      font-family: "Enriqueta", serif;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
      border-radius: 8px;
    }

    .modal5 button#saiba5:hover {
      background-color: #d0d0d0;
    }

    /* Barra decorativa inferior */
    .modal5 .barra2 {
         height: 7px;
    width: 90%;
    background-color: #dfdff9;
    margin: 20px auto 0
    }

.decor{
  position: absolute;
    right: 0;
    top: 5px;
}
    /*************************************************************************************/
/***************************************************************************************/
    /* ======= ESTILO DO OVERLAY ======= */
    .overlay6 {
      display: none; /* oculto inicialmente */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

    /* ======= ESTILO DO MODAL ======= */
    .modal6 {
      background-color: #6c5fa3;
      color: #fff;
      padding: 30px 30px 0px 30px;
      max-width: 450px;
      width: 90%;
      text-align: center;
      position: relative;
      box-shadow: 0 4px 15px rgba(0,0,0,0.4);
      animation: fadeIn 0.4s ease;
    }

    /* Animação de entrada */
    @keyframes fadeIn {
      from { transform: scale(0.8); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    /* Decor com imagem */
    .modal6 .decor img {
      max-width: 80px;
      margin-bottom: 15px;
    }

    /* Título */
    .modal6 h2 {
      font-size: 24px;
      margin-bottom: 15px;
      font-family: "Enriqueta", serif;
      text-align: left;
      font-weight: 600;
    }

    /* Texto do modal */
    .modal6 p {
     font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: left;
    padding-right: 50px;
    font-weight: 200;
    }

    /* Botão Saiba Mais */
    .modal6 button#saiba6 {
      background-color: #dfdff9;
      color: #000;
      border: none;
      padding: 10px 25px;
      font-family: "Enriqueta", serif;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
      border-radius: 8px;
    }

    .modal6 button#saiba5:hover {
      background-color: #d0d0d0;
    }

    /* Barra decorativa inferior */
    .modal6 .barra2 {
         height: 7px;
    width: 90%;
    background-color: #dfdff9;
    margin: 20px auto 0
    }

.decor{
  position: absolute;
    right: 0;
    top: 5px;
}
    /*************************************************************************************/
/***************************************************************************************/
    /* ======= ESTILO DO OVERLAY ======= */
    .overlay7 {
      display: none; /* oculto inicialmente */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

    /* ======= ESTILO DO MODAL ======= */
    .modal7 {
      background-color: #6c5fa3;
      color: #fff;
      padding: 30px 30px 0px 30px;
      max-width: 450px;
      width: 90%;
      text-align: center;
      position: relative;
      box-shadow: 0 4px 15px rgba(0,0,0,0.4);
      animation: fadeIn 0.4s ease;
    }

    /* Animação de entrada */
    @keyframes fadeIn {
      from { transform: scale(0.8); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    /* Decor com imagem */
    .modal7 .decor img {
      max-width: 80px;
      margin-bottom: 15px;
    }

    /* Título */
    .modal7 h2 {
      font-size: 24px;
      margin-bottom: 15px;
      font-family: "Enriqueta", serif;
      text-align: left;
      font-weight: 600;
    }

    /* Texto do modal */
    .modal7 p {
     font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: left;
    padding-right: 50px;
    font-weight: 200;
    }

    /* Botão Saiba Mais */
    .modal7 button#saiba7 {
      background-color: #dfdff9;
      color: #000;
      border: none;
      padding: 10px 25px;
      font-family: "Enriqueta", serif;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
      border-radius: 8px;
    }

    .modal7 button#saiba7:hover {
      background-color: #d0d0d0;
    }

    /* Barra decorativa inferior */
    .modal7 .barra2 {
         height: 7px;
    width: 90%;
    background-color: #dfdff9;
    margin: 20px auto 0
    }

.decor{
  position: absolute;
    right: 0;
    top: 5px;
}
    /*************************************************************************************/



.card-header:first-child{
  border-radius: 0;
}
.fecharModal4 {
  background: #dfdfdf;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
  font-family: "Enriqueta", serif;
    border-radius: 10px;
}

.fecharModal4:hover {
  background: #fff2cc;
}

/*****************************************************************************/

.explore-box {
  background-color: #cef6ed;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 250px;
  margin-bottom: 20px;
  font-family: "Enriqueta", serif;
  position: relative;
  font-size: 1.25rem;
}
.explore-box2 {
    background-color: white;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 250px;
    margin-bottom: 20px;
    font-family: "Enriqueta", serif;
    position: relative;
    font-size: 1.25rem;
    gap: 20px;
}
.explore-box2::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    border: 2px solid transparent;
    pointer-events: none;
}
.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.item span {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
} 


.explore-box::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    border: 2px solid #000;
    pointer-events: none;
}

.explore-box::after {
    top: 12px;
    left: 0px;
    right: -10px;
    bottom: -12px;
}
.explore-box::after {
    border-left: none;
}
.decoracao {
  position: absolute;
  bottom: -110px;
  right: 0;
  width: 370px; /* Ajuste o tamanho conforme necessário */
  height: auto;
}
/**********************************************************************/
@media (max-width: 990px) {
  .comandos {
        display: flex;
        align-items: center;
        gap: 30px;
        font-family: "Enriqueta", serif;
}
}
@media (max-width: 768px) {
.comandos {
        display: flex;
        align-items: center;
        gap: 30px;
        font-family: "Enriqueta", serif;
}
.subtitle2 {
    font-size: 16px;
    margin-top: 15px;
    color: #333;
    text-align: left;
    padding-top: 20px;
}
.arte-lateral{
  display: none;
}
    .titulo {
        font-family: "Enriqueta", serif;
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        text-align: center;
        text-align: left;
        margin-left: 35px;
    }
    .dots-pattern {
        width: 40px;
        height: 172px;
        background-image: radial-gradient(#999 2px, transparent 2px);
        background-size: 10px 10px;
        margin-top: 181px;
        position: absolute;
        left: 0;
    }
.lead {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    margin-left: 25px;
    width: 100%;
}
  .opcoes {
    display: flex
;
    justify-content: center;
    gap: 65px;
    margin-top: 85px;
    flex-wrap: wrap;
}
.bottom-bar2 {
    position: absolute;
    right: 0%;
    height: 2px;
    width: 100%;
    background-color: #000;
}
      #fecharModal {
        background: #dfdfdf;
        color: #000;
        font-weight: bold;
        border: none;
        padding: 12px 20px;
        border-radius: 10px;
        cursor: pointer;
        font-size: 14px;
        width: 70%;
        transition: background 0.3s ease;
        font-family: "Enriqueta", serif;
    }
  #modal img {
    width: 88%;
}
  #modal h2 {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.3;
    font-family: "Enriqueta", serif;
    text-align: left;
}
#modal {
    width: 300px;
    background: #fff;
    padding: 20px 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
}
  .bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0%;
    height: 2px;
    width: 66%;
    background-color: #000;
}
  .btn-comecar .seta {
  font-size: 34px;
  font-weight: bold;
  position: relative;
  transition: transform 0.3s ease;
}
  .titulo {
    font-family: "Enriqueta", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
            text-align: left;
        margin-left: 50px;
}
/*
  .dots-pattern {
    display: none;
  }
*/
  .hero-section {
    text-align: center;
  }

  .highlight {
    display: inline-block;
    margin-bottom: 4px;
  }

  .btn-comecar {
display: inline-flex;
        align-items: center;
        justify-content: space-between;
        background-color: #e0e0e0;
        padding: 10px 10px;
        text-decoration: none;
        color: #000;
        font-family: "Enriqueta", serif;
        font-weight: 400;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        gap: 20px;
        transition: background-color 0.3s 
ease;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        border-radius: 12px;
}
.caixa{
  text-align:left; 
  padding-right: 0px;
  padding-bottom: 0;
}
.dots-pattern2 {
    position: absolute;
    right: -24px;
    bottom: -122px;
    width: 227px;
    height: 59px;
    background-image: radial-gradient(#999 2px, transparent 2px);
    background-size: 10px 10px;
    opacity: 0.7;
    z-index: 0;
}
.quadrado {
    position: absolute;
    background-color: black;
    width: 120px;
    height: 10px;
    right: 0;
    top: 0;
}
.mobile{
      padding: 0 3px 0 3px;
}
.caixa::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid #000;
    pointer-events: none;
}
.caixa::after {
  top: 0px;
  left: 0px;
  right: -25px;
  bottom: -63px;
}
.caixa::after {
  border-right: none;
}
}


@media (max-width: 498px) {
.modal3b {
    width: 370px;
    background: #fff;
    padding: 20px 0px 20px 20px;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
    margin:20px;
}
.info-box3::after {
    top: 29px;
    left: 30px;
    right: -2px;
    bottom: 260px;
}
.info-box3b::after {
    top: 30px;
    left: 30px;
    right: -2px;
    bottom: 280px;
}
.dots-pattern3 {
    width: 278px;
    height: 89px;
    background-image: radial-gradient(#999 2px, transparent 2px);
    background-size: 10px 10px;
    margin-top: 50px;
    position: absolute;
    right: 0;
    bottom: -81px;
}
#parte7{
  display:none;position: relative;padding-top: 0px;
}
    .comandos {
        display: flex;
        align-items: center;
        gap: 30px;
        font-family: "Enriqueta", serif;
        padding-left: 20px;
    }
.info-box2::after {
top: 33px;
    left: 32px;
    right: -2px;
    bottom: 304px;
}
.fixed {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
}
.info-box p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    width: 100%;
}
.info-box2 p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    width: 100%;
}
.decoracao {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 270px;
    height: auto;
}
.item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.item span {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-transform: lowercase;
}
.explore-box {
    background-color: #cef6ed;
    padding: 20px 20px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 93%;
    font-family: "Enriqueta", serif;
    position: relative;
    font-size: 1.25rem;
}
.explore-box2 {
    background-color: white;
    padding: 30px 10px 0px 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0px;
    font-family: "Enriqueta", serif;
    position: relative;
    font-size: 1.25rem;
    gap: 16px;
}
.checkbox {
    width: 100%;
    height: 45px;
    border: 2px solid #343a40;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
}
.quadrado5 {
    position: absolute;
    background-color: black;
    width: 120px;
    height: 10px;
    left: 0;
    top: 0;
}
.bottom-bar5 {
    position: absolute;
    right: 0%;
    height: 2px;
    width: 100%;
    background-color: #000;
}
.sidebar2 {
    background: #edf8ff;
    color: #fff;
    width: 100%;
}
#parte4{
  padding-top: 0px;
}
.subtitle2 {
    font-size: 16px;
    margin-top: 15px;
    color: #333;
    text-align: left;
    padding-top: 20px;
}
.opcao2 p {
    font-size: 16px;
    line-height: 1.4;
    flex: 1;
    padding-top: 12px;
}
.opcao2 {
        background: #e8e6f9;
        flex: 1 1 200px;
        max-width: 100%;
        min-height: 150px;
        padding: 20px 20px 0px 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
        cursor: pointer;
}

    .titulo {
        font-family: "Enriqueta", serif;
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        text-align: center;
        text-align: left;
        margin-left: 35px;
    }
    .dots-pattern {
        width: 40px;
        height: 350px;
        background-image: radial-gradient(#999 2px, transparent 2px);
        background-size: 10px 10px;
        margin-top: 277px;
        position: absolute;
        left: 0;
    }
.lead {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    margin-left: 25px;
    width: 100%;
}
.graph img {
    max-width: 100%;
    height: auto;
}
.carro {
    display: inline-block;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding-top: 40px;
}
.sidebar {
  background: #f4f4ff;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.opcoes {
    display: flex
;
    justify-content: center;
    gap: 65px;
    margin-top: 85px;
    flex-wrap: wrap;
}
.bottom-bar2 {
    position: absolute;
    right: 0%;
    height: 2px;
    width: 100%;
    background-color: #000;
}
.titulo3 h1 {
    font-family: "Enriqueta", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
}
.mt-4.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; /* Espaçamento entre botão e tempo */
}

.modal2 {
    width: 370px;
    background: #fff;
    padding: 20px 0px 20px 20px;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: 20px;
}
.modal2b {
    width: 370px;
    background: #fff;
    padding: 20px 0px 20px 20px;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: 20px;
}
.modal3 {
    width: 370px;
    background: #fff;
    padding: 20px 0px 20px 20px;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: 20px;
}
.modal2b h2{
  padding-left: 20px;
}
.modal2 h2{
  padding-left: 20px;
}
.modal3b h2{
  padding-left: 20px;
}
.modal3 h2{
  padding-left: 20px;
}
.modal3 p{
padding-left: 30px;
}

.modal3b p{
padding-left: 30px;
}

.modal2 p{
padding-left: 30px;
}

.modal2b p{
padding-left: 30px;
}

.info-box2b::after {
    top: 30px;
    left: 30px;
    right: -2px;
    bottom: 280px;
}
.info-box2::after {
    top: 30px;
    left: 30px;
    right: -2px;
    bottom: 278px;
}
.titulo2 {
    font-family: "Enriqueta", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
}
.caixa::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        border: 2px solid #000;
        pointer-events: none;
    }
.caixa::after {
  top: 0px;
  left: 0px;
  right: -24px;
  bottom: -63px;
}

.caixa::after {
  border-right: none;
}
.bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0%;
    height: 2px;
    width: 81%;
    background-color: #000;
}
}