.preguntas-frecuentes-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: 'Gotham', sans-serif;
}

preguntas-frecuentes-section .background-image {
  background-image: url('../../assets/img/headerlogin.png');
  background-size: cover;
  background-position: center;
  height: 50vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.preguntas-frecuentes-section .content-container {
  position: relative;
  background-color: #ffffff;
  padding: 40px 20px;
  text-align: left;
  z-index: 2;
  margin-top: 50vh;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #555;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

.title-faq {
  font-size: 6vh;
  /*font-weight: bold;*/
  color: #545456;
  /*margin-bottom: 20px;
  margin-left: 60px;*/
  font-family: 'Gotham';
  font-weight: normal;
}

.faq-item {
  /*margin-top: 20px;
  margin-left: 60px;*/
}

.faq-question {
  font-size: 3vh;
  font-weight: normal;
  color: #545456;
}

.faq-answer {
  font-size: 2.5vh;
  font-weight: lighter;
  color: #777;
  line-height: 1.5;
  margin-top: 10px;
}

.faq-answer a {
  color: #007bff;
  text-decoration: none;
}

.faq-answer a:hover {
  text-decoration: underline;
}

.preguntas-frecuentes-section hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 10px 0;
}

