.hero.session-hero {
  height: 100vh;
  background: url('../img/journal-hero.png') no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
}

.hero.session-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6); /* oscurece la imagen */
  z-index: 1;
}

.hero.session-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.hero.session-hero h1 {
  font-size: 2.8rem;
  color: #ffd700;
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
}

.hero.session-hero p {
  font-size: 1.2rem;
  color: #f5f5f5;
  font-style: italic;
  opacity: 0.9;
}

/* Secciones */
.session section {
  margin-top: 3rem;
}

.session section h2 {
  border-left: 5px solid #ffd700;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.session ul {
  padding-left: 1rem;
}

.session li {
  margin-bottom: 0.5rem;
}

.card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.card h3 a {
  color: #ffd700;
  text-decoration: none;
}

.card h3 a:hover {
  text-decoration: underline;
}

.titulo-seccion {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 3rem;
}

.highlight {
  font-weight: 700;
  color: #ffd700;
}

