/* FAQs Valdeluz limpias */

.faqs-valdeluz-html {
  max-width: 1200px;
  margin: 0 auto;
}

.faqs-valdeluz-html details {
  border: none;
  margin-bottom: 38px;
  background: transparent;
}

.faqs-valdeluz-html summary {
  list-style: none;
  cursor: pointer;
  color: #28338a;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  padding-left: 58px;
  position: relative;
}

.faqs-valdeluz-html summary::-webkit-details-marker {
  display: none;
}

.faqs-valdeluz-html summary::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: #28338a;
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
}

.faqs-valdeluz-html details[open] summary::before {
  content: "−";
}

.faqs-valdeluz-html .faq-content {
  padding: 22px 0 0 58px;
}

.faqs-valdeluz-html .faq-content p {
  color: #333333;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* Móvil */
@media (max-width: 767px) {
  .faqs-valdeluz-html summary {
    font-size: 28px;
    padding-left: 40px;
  }

  .faqs-valdeluz-html summary::before {
    font-size: 32px;
  }

  .faqs-valdeluz-html .faq-content {
    padding-left: 40px;
  }

  .faqs-valdeluz-html .faq-content p {
    font-size: 16px;
  }
}