.chatFer-intro-header {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  display: flex;          /* Activa el modo flexible */
  justify-content: center; /* Centra horizontalmente */
  align-items: center;     /* Centra verticalmente */
  padding: 15px;          /* Espacio interno para que respire */
  min-height: 50px;       /* Altura mínima opcional */
}

.chatFer-intro-header-text {
  color: white;
  font-weight: bold;
  font-size: large;
  text-shadow: 1px 3px 3px grey;
  margin: 0;              /* Quita márgenes por defecto */
}

.chatFer-intro-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.chatFer-intro-bloque {
  font-size: 1.1rem;
  color: #334155;
  max-width: 800px;
  margin: 0 auto;
}
