.elementor-140 .elementor-element.elementor-element-c7fd4de{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-140 .elementor-element.elementor-element-c7fd4de:not(.elementor-motion-effects-element-type-background), .elementor-140 .elementor-element.elementor-element-c7fd4de > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;background-image:url("https://liberfile.com/wp-content/uploads/2026/05/cyber-security-expert-working-with-technology-neon-lights-1-1543x2048.png");background-position:center center;background-repeat:no-repeat;}@media(max-width:767px){.elementor-140 .elementor-element.elementor-element-c7fd4de:not(.elementor-motion-effects-element-type-background), .elementor-140 .elementor-element.elementor-element-c7fd4de > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}}/* Start custom CSS for html, class: .elementor-element-324d916 *//* CONTENEDOR GENERAL */
.lf-faq-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
  font-family: 'Cinzel', serif;
}

/* TITULO */
.lf-faq-section h2 {
  text-align: center;
  font-size: 42px;
  color: #00e0ff;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(0,224,255,0.5);
}

/* SUBTITULO */
.lf-faq-subtitle {
  text-align: center;
  color: #ccc;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}

/* ITEM */
.lf-faq-item {
  margin-bottom: 18px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(10,10,30,0.85);
  border: 1px solid rgba(0,224,255,0.2);
  box-shadow: 0 0 15px rgba(0,224,255,0.08);
  transition: all 0.3s ease;
}

/* HOVER */
.lf-faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(0,224,255,0.2);
}

/* PREGUNTA */
.lf-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  color: #00e0ff;
  padding: 22px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

/* ICONO + */
.lf-faq-question span {
  font-size: 24px;
  transition: transform 0.3s ease;
}

/* RESPUESTA */
.lf-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: rgba(0,0,0,0.25);
}

/* TEXTO RESPUESTA */
.lf-faq-answer p {
  color: #ddd;
  padding: 0 22px 22px;
  line-height: 1.8;
  font-size: 16px;
}

/* ACTIVO */
.lf-faq-item.active .lf-faq-answer {
  max-height: 500px;
}

.lf-faq-item.active .lf-faq-question span {
  transform: rotate(45deg);
}

/* MOBILE */
@media (max-width: 768px) {

  .lf-faq-section h2 {
    font-size: 32px;
  }

  .lf-faq-question {
    font-size: 16px;
    padding: 18px;
  }

  .lf-faq-answer p {
    font-size: 15px;
  }
}

/* CONTENEDOR TITULO FAQ */
.lf-faq-section h2,
.lf-faq-subtitle {
  position: relative;
  z-index: 2;
}

/* FONDO DIFUMINADO SOLO PARA TITULO */
.lf-faq-section::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  z-index: 1;
  box-shadow: 0 0 25px rgba(0,224,255,0.15);
}

/* NECESARIO PARA POSICIONAR */
.lf-faq-section {
  position: relative;
}

/* =========================
   AJUSTES MOBILE FAQ
========================= */
@media (max-width: 768px) {

  /* CONTENEDOR */
  .lf-faq-section {
    padding: 12px;
  }

  /* FONDO TITULO */
  .lf-faq-section::before {
    width: 95%;
    height: 150px;
    top: 0;
    border-radius: 18px;
  }

  /* TITULO */
  .lf-faq-section h2 {
    font-size: 24px;
    line-height: 1.3;
    padding-top: 10px;
  }

  /* SUBTITULO */
  .lf-faq-subtitle {
    font-size: 15px;
    line-height: 1.7;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  /* BOTON FAQ */
  .lf-faq-question {
    font-size: 14px;
    line-height: 1.6;
    padding: 16px;
    gap: 12px;
    align-items: center;
  }

  /* TEXTO FAQ */
  .lf-faq-question {
    white-space: normal;
  }

  /* ICONO + */
  .lf-faq-question span {
    flex-shrink: 0;
    font-size: 20px;
  }

  /* RESPUESTAS */
  .lf-faq-answer p {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 16px 18px;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c7fd4de */h1.entry-title {
  display: none;
}/* End custom CSS */