.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-69 .elementor-element.elementor-element-641925b4{--display:flex;--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;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-4fc411cf */<style>
  /* CONTENEDOR GENERAL */
  .eds-quienes-somos {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #111827;               /* texto principal negro gris oscuro */
    background: #ffffff;           /* fondo blanco */
    padding: 2.5rem 1.5rem;
    border-radius: 1.5rem;
  }

  .eds-quienes-somos-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  /* HERO */
  .eds-hero {
    background: #f9fafb;          /* gris muy claro */
    border-radius: 1.5rem;
    padding: 1.8rem 1.5rem;
    border: 1px solid #fecaca;    /* borde rojo suave */
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
    gap: 1.5rem;
  }

  .eds-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #ef4444;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #b91c1c;
    margin-bottom: 0.6rem;
  }

  .eds-hero-tag span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 0 6px rgba(239, 68, 68, 0.7);
    display: inline-block;
  }

  .eds-hero-title {
    font-size: clamp(1.8rem, 3vw, 2.3rem);
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #111827;
  }

  .eds-hero-title span {
    color: #b91c1c;               /* rojo fuerte en palabras clave */
  }

  .eds-hero-subtitle {
    font-size: 0.95rem;
    color: #374151;
    max-width: 520px;
    margin-bottom: 0.8rem;
  }

  .eds-hero-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid #ef4444;
    background: #ffffff;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #b91c1c;
  }

  .eds-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
  }

  .eds-hero-meta span {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    font-size: 0.78rem;
    color: #111827;
  }

  .eds-hero-card {
    background: #ffffff;
    border-radius: 1.25rem;
    border: 1px solid #fecaca;
    padding: 1rem;
  }

  .eds-hero-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.7rem;
    font-size: 0.9rem;
    color: #111827;
  }

  .eds-hero-card-badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: #fef2f2;
    border: 1px solid #ef4444;
    color: #b91c1c;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .eds-hero-card p {
    font-size: 0.86rem;
    color: #374151;
    margin-bottom: 0.4rem;
  }

  .eds-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0.3rem 0 0.6rem;
  }

  .eds-hero-pill {
    font-size: 0.78rem;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #111827;
  }

  .eds-hero-note {
    font-size: 0.78rem;
    color: #b91c1c;
    border-top: 1px dashed #e5e7eb;
    padding-top: 0.5rem;
    margin-top: 0.3rem;
  }

  .eds-hero-note strong {
    color: #b91c1c;
  }

  /* SECCIONES GENERALES */
  .eds-section {
    margin-top: 1.8rem;
    background: #ffffff;
    border-radius: 1.3rem;
    border: 1px solid #e5e7eb;
    padding: 1.4rem 1.2rem;
  }

  .eds-section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.6rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0.8rem;
  }

  .eds-section-title {
    font-size: 1.1rem;
    color: #111827;
  }

  .eds-section-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #b91c1c;
  }

  .eds-section p {
    font-size: 0.9rem;
    color: #374151;
    margin-bottom: 0.5rem;
  }

  .eds-grid-2 {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.4fr);
    gap: 1rem;
  }

  .eds-badge-inline {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid #ef4444;
    color: #b91c1c;
    margin-bottom: 0.35rem;
    background: #fef2f2;
  }

  .eds-section ul {
    list-style: none;
    margin: 0.3rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.3rem;
  }

  .eds-section li {
    font-size: 0.9rem;
    color: #111827;
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .eds-section li::before {
    content: "•";
    color: #ef4444;
    margin-top: 0.1rem;
  }

  /* TARJETAS (ENFOQUE, MISIÓN, VISIÓN) */
  .eds-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 0.6rem;
  }

  .eds-card {
    background: #fef2f2;          /* fondo muy claro rojizo */
    border-radius: 1rem;
    border: 1px solid #fecaca;
    padding: 0.9rem 0.85rem;
  }

  .eds-card h3 {
    font-size: 0.98rem;
    margin-bottom: 0.4rem;
    color: #b91c1c;
  }

  .eds-card p {
    font-size: 0.88rem;
    color: #374151;
  }

  .eds-card ul {
    margin-top: 0.35rem;
  }

  .eds-card ul li {
    font-size: 0.88rem;
  }

  /* NOTA */
  .eds-note {
    margin-top: 1.1rem;
    padding: 0.8rem 0.85rem;
    border-radius: 0.9rem;
    border: 1px dashed #ef4444;
    background: #fff1f2;
    font-size: 0.86rem;
    color: #b91c1c;
  }

  .eds-note strong {
    color: #b91c1c;
  }

  /* FOOTER INTERNO */
  .eds-footer {
    margin-top: 1.1rem;
    padding-top: 0.7rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: #374151;
    justify-content: space-between;
  }

  .eds-footer span:last-child {
    color: #b91c1c;
  }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .eds-hero {
      grid-template-columns: minmax(0, 1fr);
    }
    .eds-hero-card {
      order: -1;
    }
  }

  @media (max-width: 768px) {
    .eds-quienes-somos {
      padding: 1.5rem 1rem;
    }
    .eds-grid-2 {
      grid-template-columns: minmax(0, 1fr);
    }
    .eds-cards {
      grid-template-columns: minmax(0, 1fr);
    }
  }
</style>/* End custom CSS */