.elementor-7127 .elementor-element.elementor-element-ce05099{--display:flex;}.elementor-7127 .elementor-element.elementor-element-749fae1{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -80px) 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-7127 .elementor-element.elementor-element-395f1bd{margin:-100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7127 .elementor-element.elementor-element-28ba7ab{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-7127 .elementor-element.elementor-element-f1a2940 .elementor-button{background-color:#FFFFFF;font-family:"Roboto", Sans-serif;font-weight:500;fill:#CA864E;color:#CA864E;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:solid;}.elementor-7127 .elementor-element.elementor-element-f1a2940 .elementor-button-content-wrapper{flex-direction:row;}.elementor-7127 .elementor-element.elementor-element-f1a2940 .elementor-button .elementor-button-content-wrapper{gap:10px;}.elementor-7127 .elementor-element.elementor-element-1f34617{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;}.elementor-7127 .elementor-element.elementor-element-adf87fa{--display:flex;}.elementor-7127 .elementor-element.elementor-element-7f4730a{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-7127 .elementor-element.elementor-element-f1a2940{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7127 .elementor-element.elementor-element-f1a2940.elementor-element{--align-self:center;}.elementor-7127 .elementor-element.elementor-element-f1a2940 .elementor-button{font-size:13px;border-width:2px 2px 2px 2px;border-radius:10px 10px 10px 10px;}}/* Start custom CSS for html, class: .elementor-element-749fae1 *//* ---------- CONTENEDOR PRINCIPAL ---------- */
.fa-help {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

/* ---------- MENÚ SUPERIOR ---------- */
.fa-help-menu {
  text-align: center;
  margin-bottom: 40px;
}

.fa-help-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--fa-text);
  margin-bottom: 6px;
}

.fa-help-subtitle {
  color: var(--fa-muted);
  margin-bottom: 28px;
  font-size: 1.05rem;
}

/* ---------- LISTA DE BOTONES ---------- */
.fa-help-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px; /* más espacio entre filas y columnas */
  justify-content: center;
  align-items: center;
}

/* ---------- BOTONES ---------- */
.fa-help-link {
  padding: 12px 22px;
  background: var(--fa-primary);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  transition: background 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.fa-help-link:hover,
.fa-help-link:focus {
  background: var(--fa-primary-dark);
  transform: translateY(-2px);
}

/* ---------- SECCIONES ---------- */
.fa-help-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--fa-border);
}

.fa-help-section-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--fa-text);
  margin-bottom: 6px;
}

.fa-help-section-desc {
  color: var(--fa-muted);
  margin-bottom: 20px;
  font-size: 1rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f0faa94 *//* =========================================================
   FAMILIAPP — CENTRO DE AYUDA / FAQ GLOBAL (VERSIÓN FINAL)
   ========================================================= */

/* ---------- VARIABLES DE COLOR ---------- */
:root {
  --fa-bg: #f4efe9;
  --fa-primary: #CA864E;
  --fa-primary-dark: #b06f3f;
  --fa-text: #2b2b2b;
  --fa-muted: #5a5a5a;
  --fa-border: rgba(0,0,0,0.08);
}

/* ---------- BASE GENERAL ---------- */
body {
  background: var(--fa-bg);
  color: var(--fa-text);
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* ---------- CONTENEDOR PRINCIPAL ---------- */
.fa-help {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

/* ---------- MENÚ SUPERIOR ---------- */
.fa-help-title,
.fa-help-subtitle {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

.fa-help-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 10px !important;
}

.fa-help-subtitle {
  font-size: 1.05rem;
  margin-bottom: 28px !important;
  color: var(--fa-muted);
}

.fa-help-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  justify-content: center;
}

.fa-help-link {
  padding: 16px 28px !important;
  background: var(--fa-primary) !important;
  color: #fff !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  transition: background .2s ease, transform .2s ease !important;
}

.fa-help-link:hover {
  background: var(--fa-primary-dark) !important;
  transform: translateY(-2px) !important;
}

/* ---------- SECCIONES ---------- */
.fa-help-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--fa-border);
}

.fa-help-section-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--fa-primary);
}

.fa-help-section-desc {
  color: var(--fa-muted);
  margin-bottom: 20px;
}

/* ---------- FAQ ---------- */
.fa-faq-item {
  background: #fff;
  border: 1px solid var(--fa-border);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow .2s ease;
}

.fa-faq-item:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* CABECERA FAQ */
.fa-faq-header {
  width: 100%;
  background: #fff !important;
  padding: 16px 20px !important;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  color: var(--fa-text) !important;
  flex-wrap: wrap;
  white-space: normal !important;
  word-break: break-word;
  transition: background .15s ease, color .15s ease;
}

.fa-faq-header:hover {
  background: var(--fa-primary) !important;
  color: #fff !important;
}

.fa-faq-header:hover .fa-faq-arrow {
  color: #fff !important;
}

/* Icono */
.fa-faq-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}

/* Texto */
.fa-faq-question {
  flex: 1 1 calc(100% - 40px);
  line-height: 1.35;
}

/* Flecha */
.fa-faq-arrow {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 1.1rem;
  transition: transform .25s ease;
}

/* Respuesta */
.fa-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  transition: max-height .35s ease, padding .25s ease;
}

.fa-faq-item.open .fa-faq-answer {
  max-height: 300px;
  padding: 0 18px 16px;
}

.fa-faq-item.open .fa-faq-arrow {
  transform: rotate(90deg);
}

/* ---------- BOTÓN FLOTANTE ---------- */
.fa-back-top {
  position: fixed;
  bottom: 22px;
  right: 80px; /* ← tu ajuste para no chocar con WhatsApp */
  background: var(--fa-primary);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 9999;
}

.fa-back-top.show {
  opacity: 1;
  pointer-events: auto;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .fa-help-link {
    width: 90%;
  }
  .fa-faq-question {
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .fa-help-link {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ce05099 *//* =========================================================
   FAMILIAPP — CENTRO DE AYUDA / FAQ GLOBAL (VERSIÓN FINAL)
   ========================================================= */

/* ---------- VARIABLES DE COLOR ---------- */
:root {
  --fa-bg: #f4efe9;
  --fa-primary: #CA864E;
  --fa-primary-dark: #b06f3f;
  --fa-text: #2b2b2b;
  --fa-muted: #5a5a5a;
  --fa-border: rgba(0,0,0,0.08);
}

/* ---------- BASE GENERAL ---------- */
body {
  background: var(--fa-bg);
  color: var(--fa-text);
  font-family: "Inter", "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* ---------- CONTENEDOR PRINCIPAL ---------- */
.fa-help {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

/* ---------- MENÚ SUPERIOR ---------- */
.fa-help-menu {
  text-align: center;
  margin-bottom: 40px;
}

/* Título y subtítulo */
.fa-help-title,
.fa-help-subtitle {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

.fa-help-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 10px !important;
}

.fa-help-subtitle {
  font-size: 1.05rem;
  margin-bottom: 28px !important;
  color: var(--fa-muted);
}

/* ---------- LISTA DE BOTONES ---------- */
.fa-help-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  justify-content: center;
  align-items: center;
  
}

.fa-help-link {
  padding: 12px 22px;
  background: var(--fa-primary);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  transition: background 0.2s ease, transform 0.2s ease;
  display: inline-block;
  text-align: center;
   border: 2px solid #fff;
}

.fa-help-link:hover,
.fa-help-link:focus {
  background: var(--fa-primary-dark);
  transform: translateY(-2px);
}

/* ---------- SECCIONES ---------- */
.fa-help-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--fa-border);
}

.fa-help-section-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--fa-primary);
  margin-bottom: 6px;
}

.fa-help-section-desc {
  color: var(--fa-muted);
  margin-bottom: 20px;
  font-size: 1rem;
}

/* ---------- TARJETAS FAQ ---------- */
.fa-faq-item {
  background: #fff;
  border: 1px solid var(--fa-border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  transition: box-shadow .2s ease;
}

.fa-faq-item:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* ---------- CABECERA FAQ (VERSIÓN FINAL RESPONSIVE) ---------- */
.fa-faq-header {
  width: 100%;
  background: #fff;
  border: none;
  padding: 14px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  color: var(--fa-text);
  text-align: left;
  transition: background .15s ease;
  flex-wrap: wrap;
}

.fa-faq-header:hover {
  background: rgba(202,134,78,0.08);
}

/* Icono */
.fa-faq-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}

/* Texto de la pregunta */
.fa-faq-question {
  flex: 1 1 calc(100% - 40px);
  white-space: normal;
  word-break: break-word;
  line-height: 1.3;
}

/* Flecha */
.fa-faq-arrow {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 1.1rem;
  transition: transform .25s ease;
}

/* ---------- RESPUESTA ---------- */
.fa-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  transition: max-height .35s ease, padding .25s ease;
}

.fa-faq-answer p {
  color: var(--fa-muted);
  padding: 12px 0 16px;
  font-size: 0.95rem;
}

/* ---------- ESTADO ABIERTO ---------- */
.fa-faq-item.open .fa-faq-answer {
  max-height: 300px;
  padding: 0 18px 16px;
}

.fa-faq-item.open .fa-faq-arrow {
  transform: rotate(90deg);
}

/* =========================================================
   RESPONSIVE — MÓVIL
   ========================================================= */
@media (max-width: 768px) {

  .fa-help {
    padding: 24px 16px 60px;
  }

  .fa-help-title {
    font-size: 1.8rem;
  }

  .fa-help-subtitle {
    font-size: 0.95rem;
  }

  /* Botones */
  .fa-help-list {
    flex-direction: column;
    gap: 14px;
  }

  .fa-help-link {
    width: 90%;
    max-width: 300px;
    padding: 10px 0;
    border-radius: 16px;
  }

  /* FAQ */
  .fa-faq-header {
    font-size: 0.95rem;
    padding: 12px 14px;
  }

  .fa-faq-icon {
    font-size: 1.2rem;
  }

  .fa-faq-question {
    flex: 1 1 100%;
  }
}

/* =========================================================
   RESPONSIVE — TELÉFONOS PEQUEÑOS
   ========================================================= */
@media (max-width: 480px) {

  .fa-help-title {
    font-size: 1.6rem;
  }

  .fa-help-subtitle {
    font-size: 0.9rem;
  }

  .fa-help-link {
    width: 100%;
    font-size: 0.9rem;
  }

  .fa-faq-header {
    font-size: 0.9rem;
  }

  .fa-faq-icon {
    font-size: 1.1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f4730a */.fa-footer {

  padding: 25px 15px;
  margin-top: 40px;
  border-top: 3px solid #CA864E;
}

.fa-footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.fa-footer-card {
  background: #ffffff;
  border: 2px solid #CA864E;
  border-radius: 10px;
  padding: 14px;
  min-height: 130px;
  box-shadow: 0 3px 8px rgba(202, 134, 78, 0.12);
}

.fa-footer-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #CA864E;
  font-size: 14px;
}

.fa-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fa-footer-links li {
  margin-bottom: 6px;
}

.fa-footer-links a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
}

.fa-footer-links a:hover {
  text-decoration: underline;
}

.fa-footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #666;
  margin-top: 12px;
}

.fa-footer-card ul {
  margin-top: 6px;
}

.fa-footer-card li {
  margin-bottom: 4px;
}

.fa-footer-card a {
  font-size: 13px;
}

@media (max-width: 900px) {
  .fa-footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fa-footer-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */