/* ============ PARCHE MODO OSCURO (ESTILO ADAPTABLE) ============ */
[data-theme="dark"] .slideshow-slides-text {
	background-color: rgba(30, 30, 30, 0.85) !important; /* Vuelve la caja gris oscura en modo noche */
	color: #ffffff !important;                            /* Fuerza al texto del resumen a ser blanco */
}

[data-theme="dark"] .slideshow-slides-text a,
[data-theme="dark"] .slideshow-slides-text h3,
[data-theme="dark"] .slideshow-slides-text h2 {
	color: #3498db !important;                            /* Rescata los títulos en azul claro legible */
}

[data-theme="dark"] .slideshow-dot-navigator-container {
	background: #222222 !important;                       /* Oscurece la barra inferior de los puntitos */
}
