.noticia-post-lead {
  font-family: var(--font-art);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--negro);
  margin: 0 0 1rem;
}

.noticia-section-title {
  font-family: var(--font-art);
  font-size: 1.35rem;
  font-weight: 800;
  margin: 2rem 0 1rem;
  background: linear-gradient(90deg, var(--azul), var(--rosa));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.noticia-route-step {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(31, 182, 211, 0.14);
}

.noticia-route-step:first-of-type {
  margin-top: 1.5rem;
}

.noticia-step-text {
  margin-bottom: 1rem;
}

.noticia-galeria-seccion {
  margin-top: 1.25rem;
}

.noticia-galeria-seccion h3 {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4a4a52;
  margin: 0 0 0.85rem;
}

.noticia-galeria-grid-inline {
  margin-top: 0;
  align-items: stretch;
}

.noticia-galeria-item {
  background: linear-gradient(180deg, #fbfcfe 0%, #f2f6fb 100%);
}

.noticia-galeria-grid-inline img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.noticia-galeria-grid-pair,
.noticia-galeria-grid-triptych {
  grid-template-columns: 1fr;
}

.noticia-galeria-grid-triptych .noticia-galeria-item:nth-child(2) img {
  object-position: center 18%;
}

@media (min-width: 768px) {
  .noticia-post-lead {
    font-size: 1.35rem;
  }

  .noticia-galeria-grid-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .noticia-galeria-grid-pair .noticia-galeria-item {
    min-height: 250px;
  }

  .noticia-galeria-grid-triptych {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    grid-template-rows: repeat(2, minmax(190px, 1fr));
    grid-auto-flow: dense;
  }

  .noticia-galeria-grid-triptych .noticia-galeria-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .noticia-galeria-grid-triptych .noticia-galeria-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .noticia-galeria-grid-triptych .noticia-galeria-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
}

@media (min-width: 900px) {
  .noticia-galeria-grid-triptych {
    grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
    grid-template-rows: repeat(2, 220px);
  }
}
