.imss-header {
  background: linear-gradient(90deg, #006341, #0b7d4b);
  color: #ffffff;
  border-bottom: 3px solid #4caf50;
  padding-top: 4px;
  padding-bottom: 4px;
}

.imss-texto {
  font-family: "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  line-height: 1.15; /* MÁS COMPACTO */
}

.linea-imss {
  font-size: 0.78rem; /* TEXTO MÁS PEQUEÑO */
  font-weight: 500;
  margin: 1px 0; /* MENOS ESPACIO ENTRE LÍNEAS */
}

.titulo-principal {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.nombre-hospital {
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 2px;
}

/* RESPONSIVE AÚN MÁS COMPACTO */
@media (max-width: 768px) {
  .titulo-principal {
    font-size: 0.85rem;
  }

  .linea-imss {
    font-size: 0.72rem;
  }

  .nombre-hospital {
    font-size: 0.82rem;
  }
}

.imss-header {
  background: linear-gradient(90deg, #006341, #0b7d4b);
  border-bottom: 3px solid #4caf50;
}

.main-header .imss-texto {
  line-height: 1.1;
}

