
/* ===== TEMAS POR PÁGINA CON VARIABLES DE BOOTSTRAP ADAPTADAS ===== */

/* Página exp_detalle.html */
.page-exp-detalle {
  --bs-primary-bg-subtle: #EAF7F5; /* Azul hielo más claro y usable */
  --bs-body-bg: #EAF7F5;
  background-color: var(--bs-primary-bg-subtle);
}

/* Ajuste de títulos sobre fondo claro */
.page-exp-detalle h1,
.page-exp-detalle h2,
.page-exp-detalle h3,
.page-exp-detalle .section-title {
  color: #003B3B;
  font-weight: 700;
}

/* Etiqueta GRATIS */
.page-exp-detalle .gratis-label {
  color: #009E8E;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Bloques de fecha, hora, inscritos */
.page-exp-detalle .evento-datos span {
  color: #444444;
  font-weight: 600;
}

/* Ponente */
.page-exp-detalle .ponente-nombre {
  color: #B94B4B;
  font-weight: 600;
}
.page-exp-detalle .ponente-titulo {
  color: #6D6D6D;
  font-style: italic;
}
