/* PIEZA: H1 de la portada
 * ---------------------------------------------------------------------------
 * Ni un valor inventado: son los mismos que ya tiene `h1.entry-title` en
 * cualquier articulo (medidos por CDP el 2026-09-02, no supuestos):
 *   fuente del sitio, 33px, peso 600, color #3A3A3A,
 *   subrayado 3px solido #195284, 20px de relleno debajo.
 * La portada usa el MISMO H1 que el resto del sitio, no uno propio.
 * --------------------------------------------------------------------------- */

.dl-portada-intro {
  margin: 0 0 1.75rem;
}

.dl-portada-intro h1 {
  margin: 0 0 0.6rem;
  padding-bottom: 20px;
  border-bottom: 3px solid #195284;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2;
  color: #3A3A3A;
  /* Palabras largas de verdad en castellano; a 320px se salen si no se les
     deja partir. */
  overflow-wrap: anywhere;
  min-width: 0;
}

.dl-portada-intro p {
  margin: 0;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #595959;
}

@media (max-width: 600px) {
  .dl-portada-intro { margin-bottom: 1.25rem; }
  .dl-portada-intro h1 { font-size: 26px; padding-bottom: 14px; }
}
