/* ============================================================
   🔹 Títulos y subtítulos — tu configuración original
   ============================================================ */
.quarto-title-block .title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a; 
  text-align: center;
  margin-bottom: 0.4em;
}

.quarto-title-block .subtitle {
  font-size: 1.4rem;
  color: #555;
  text-align: center;
  margin-top: -0.3em;
  margin-bottom: 1.2em;
}

.quarto-title-block .quarto-title-authors {
  text-align: center;
}

/* ============================================================
   🔹 Estilo del índice lateral (TOC)
   ============================================================ */
.sidebar-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 0.6em; 
}

.sidebar {
  border-right: 1px solid #ddd;
}

.sidebar nav {
  padding-right: 0.5em;
}

/* ============================================================
   🔹 Barra de navegación superior (burdeos institucional)
   ============================================================ */
.navbar {
  background-color: #7A0026 !important;   /* burdeos UCM */
  color: white !important;
  border-bottom: 2px solid #5c001c;
}

.navbar a,
.navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
}

.navbar a:hover,
.navbar-nav .nav-link:hover {
  color: #f8d7da !important;             /* rosa claro al hover */
}

/* ============================================================
   🔹 Encabezados generales dentro del contenido
   ============================================================ */
h1, h2, h3 {
  color: #7A0026;
}

/* ============================================================
   🔹 Enlaces y efectos hover
   ============================================================ */
a {
  color: #7A0026;
  text-decoration: none;
}

a:hover {
  color: #9C0032;
  text-decoration: underline;
}

/* ============================================================
   🔹 Estilo del TOC (sidebar) para integrarlo visualmente
   ============================================================ */
#TOC {
  background: #fafafa;
  padding: 10px;
  border-radius: 8px;
}

/* ============================================================
   🔹 Footer opcional
   ============================================================ */
.footer {
  background-color: #7A0026;
  color: white;
  text-align: center;
  padding: 10px 0;
  margin-top: 2em;
  font-size: 0.9rem;
}

.footer a {
  color: #f8d7da;
}

.footer a:hover {
  color: #fff;
}
