.elementor-887 .elementor-element.elementor-element-353d3d5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-224c555 *//* ===== SECCIÓN GENERAL ===== */

.ug-faq {
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 20px;
  font-family: Raleway, sans-serif;
}

.ug-faq-title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #0b3c6f;
  margin-bottom: 14px;
}

.ug-faq-sub {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin-bottom: 50px;
}

/* ===== LISTA ===== */

.ug-faq-item {
  border-radius: 14px;
  margin-bottom: 16px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  overflow: hidden;
}

/* PREGUNTA */

.ug-faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 17px;
  font-weight: 600;
  color: #0b3c6f;
  list-style: none;
  position: relative;
}

/* Quitar flecha default */

.ug-faq-item summary::-webkit-details-marker {
  display: none;
}

/* Icono + */

.ug-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px;
  transition: transform .3s ease;
}

/* Cuando está abierto */

.ug-faq-item[open] summary::after {
  transform: rotate(45deg);
}

/* RESPUESTA */

.ug-faq-answer {
  padding: 0 22px 20px 22px;
  color: #444;
  line-height: 1.6;
  font-size: 15px;
}

/* ===== HOVER ===== */

.ug-faq-item:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 767px) {

  .ug-faq-title {
    font-size: 30px;
  }

  .ug-faq-sub {
    font-size: 16px;
  }

}/* End custom CSS */