/* =========================
   AJUSTES PARA MOBILE
========================= */
@media (max-width: 768px) {

  /* ---------- TOPO ---------- */
  .topo {
    width: 220px;
    left: 15px;
    right: 15px;
    top: 15px;
    min-width: unset;
    padding: 8px 14px;
  }

  .logo img {
    height: 36px;
  }

  /* ---------- MENU LATERAL ---------- */
  .menu_lateral {
    width: 100%;
    left: -100%;
    border-radius: 0;
  }

  .menu_lateral.ativo {
    left: 0;
  }

  .menu_links a {
    font-size: 1.8rem;
    padding-left: 25px;
  }

  .menu_footer a {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    margin-left: 35px;
    margin-bottom: 80px;
    display: inline-block;
  }

  /* ---------- SESSÃO 1 ---------- */
  .sessao1 {
    position: relative;
    width: 100%;
    height: 70vh;
  }

  .sessao1 .conteudo {
    padding: 0 6%;
    align-items: flex-start;
    text-align: center;
  }

  .sessao1 .conteudo .titulo {
    width: 100%;
    text-align: center;
    font-size: 2.1rem;
    margin-left: 0;
    margin-top: 0;
  }

  .sessao1 .conteudo span {
    font-size: 1.7rem;
  }

  .sessao1 .conteudo p {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 330;
    margin-left: 0;
  }

  .sessao1 .conteudo .btn a {
    width: 80%;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 25px;
    border: none;
    border-radius: 16px;
  }

  /* ---------- SESSÃO 2 ---------- */
  .sessao2 {
    margin-top: -35px;
    /* faz subir sobre a sessão 1 */
    position: relative;
    height: 70px !important;
    z-index: 2;
    background: transparent;

    padding-top: 10px;
    background: rgba(10, 30, 80, 0.89);
  }

  .sessao2 img {
    object-fit: cover;
    margin-top: -140px;
    width: 95%;
  }

  /* ---------- SESSÃO 3 ---------- */
  .sessao3 {
    padding: 70px 6%;
  }

  .sessao3-info {
    background: linear-gradient(160deg, #132b6fa3, #0a1b47a0);
    padding: 20px;
    border-radius: 18px;
  }

  .sessao3-info h2 {
    font-size: 2.2rem;
  }

  .sessao3-info p {
    font-size: 1rem;
  }

  .sessao3-form {
    padding: 20px;
    background: linear-gradient(160deg, #132b6fa3, #0a1b47a0);
  }

  .sessao3-form h3 {
    font-weight: 600;
    font-size: 1.3rem;
  }


  /* texto pequeno */
  .termos {
    font-size: 0.85rem;
    text-align: center;
    color: #d5dbff;
    margin-bottom: 25px;
  }

  /* botão */
  .sessao3-form button {
    display: block;
    margin: auto;
    padding: 14px 36px;
    border-radius: 30px;
    border: none;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s;
  }

  /* ---------- FAQ ---------- */
  .sessao4 {
    padding: 80px 0;
  }


  .faq-container h1 {
    font-size: 2.8rem;
    margin: -60px 0 10px auto;
  }

  .faq-card {
    padding: 0 20px;
  }

  .faq-menu {
    display: none;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 1rem;
  }

  .faq-item {
    border-bottom: 1px solid #e2e6ed;
  }

  .faq-menu .icone {
    width: 40px;
    height: 40px;
    fill: #e3e3e3;
  }

  .faq-menu a {
    margin-right: 15px;
  }

  .faq-conteudo h2 {
    font-size: 2rem;
  }

  /* Caixa branca */
  .faq-caixa {
    font-family: "Poppins", sans-serif;
    background: #fff;
    border-radius: 18px;
    padding: 5px 30px;
  }

  .faq-pergunta {
    font-size: 1rem;
    font-weight: 500;
  }

  /* Resposta */
  .faq-resposta {
    font-family: "Poppins", sans-serif;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
    padding-right: 10px;
  }

  /* ---------- NOTÍCIAS ---------- */
  .sessao5 {
    padding: 40px 6%;
  }

  .titulo-noticias {
    font-size: 2.2rem;
    text-align: center;
    margin:40px 0 10px 0;
  }

  .sessao5 .linha-noticia-titulo {
  width: 30%;
  height: 2px;
  background: #c3c5c770;
  margin: 0 0 48px 38px; /* remove o auto */
}

  /* ---------- INSCRIÇÃO ---------- */
  .sessao5 .inscrever {
    border-radius: 25px;
    padding: 5px;
    gap: 2px;
  }

  .sessao5 .inscrever .conteudo h1 {
    font-size: 1.6rem;
  }

  .sessao5 .inscrever .formulario {
    flex-direction: column;
    margin: -13px;
  }

  .sessao5 .inscrever .formulario input,
  .sessao5 .inscrever .formulario button {
    width: 100%;
  }

  .sessao5 .inscrever .formulario button {
    width: 140px;
    height: 40px;
    padding: auto 20px;
    font-size: 10pt;
    cursor: pointer;
    border-radius: 18px;
    margin-bottom: 0;
    color: #ffffff;
    background: #142b6c;
    border: none;
    text-transform: uppercase;
  }

  /* ---------- SESSÃO 6 ---------- */
  .sessao6 {
    padding: 40px 20px;
    height: auto;
  }

  .sessao6-topo p {
    font-size: 1.2rem;
  }

  .sessao6-centro h1 {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
  }

  .sessao6-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    gap: 0;
    flex-wrap: wrap;
  }

  .sessao6-nav a {
    display: flex;
    /* coloca ponto e texto na mesma linha */
    align-items: center;
    /* alinha verticalmente */
    gap: 5px;

    color: #ffffff;
    text-decoration: none;
    font-size: 20pt;
    opacity: 0.9;
    transition: opacity 0.3s ease;
  }

  .sessao6-nav a:hover {
    opacity: 1;
    text-decoration: none;
  }

  .sessao6 .sessao6-nav a .pontos {
    display: flex;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 3px;
    background: white;
    flex-shrink: 0; /* impede o ponto de deformar */
  }
}