.topo-ajuda {
  width: 100%;
  margin: 40px 0;
  padding: 0 15px;
  text-align: center;
}

.title-ajuda {
  color: #006633;
  font-size: 28px;
  font-weight: bold;
}

.restrito {
  margin-top: 15px;
}

.perguntas-frequentes {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.tabela-perguntas {
  border: 3px solid #ff5c00;
  border-radius: 20px;
  overflow: hidden;
}

.div-perguntas {
  border-bottom: 3px solid #ff5c00;
}

.div-perguntas:last-child {
  border-bottom: none;
}

.pergunta-title {
  font-weight: bold;
  color: #006633;
  font-size: 22px;
  text-align: center;
  padding: 15px;
  border-bottom: 3px solid #ff5c00;
}

.faq-item {
  cursor: pointer;
}

.faq-pergunta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  gap: 10px;
}

.pergunta {
  color: #ff5c00;
  font-size: 16px;
  font-weight: bold;
}

.faq-resposta {
  display: none;
  border-top: 3px solid #ff5c00;
  padding: 15px;
}

.resposta {
  color: #006633;
  font-size: 15px;
  font-weight: bold;
}

.contato {
  border: 3px solid #ff5c00;
  width: 95%;
  max-width: 1000px;
  margin: 40px auto;
  border-radius: 40px;
  padding: 20px;
  text-align: center;
}

.pergunta-title-contato {
  font-weight: bold;
  color: #006633;
  font-size: 20px;
  margin-bottom: 20px;
}

.pergunta-contato {
  background-color: #ff5c00;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 12px 25px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .title-ajuda {
    font-size: 36px;
  }

  .pergunta-title {
    font-size: 28px;
  }

  .pergunta {
    font-size: 18px;
  }

  .resposta {
    font-size: 17px;
  }

  .pergunta-title-contato {
    font-size: 26px;
  }

  .pergunta-contato {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .title-ajuda {
    font-size: 45px;
  }

  .pergunta-title {
    font-size: 32px;
  }

  .pergunta {
    font-size: 20px;
  }

  .resposta {
    font-size: 18px;
  }

  .pergunta-title-contato {
    font-size: 30px;
  }

  .pergunta-contato {
    font-size: 20px;
  }
}
