.title {
    font-size: 48px; 
    font-weight: bold; 
    color: #ffffff; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
    margin-top: 20px; text-align: center;
}

.subtitle {
    font-size: 20px; 
    color: #ffffff; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
    text-align: center;
}

.fecha-hora {
    text-align: center;
    font-size: 18px;
    color: #fff;
    /* Color de texto blanco */
    font-family: Arial, sans-serif;
    /* Tipo de fuente */
}

.pie_pagina {
    background-color: rgba(0, 0, 0, 0.5);
    /* Color de fondo con transparencia */
    color: white;
    /* Color del texto */
    padding: 25px;
    /* Espacio interno alrededor del texto */
    text-align: center;
    /* Agregar sombra al texto */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.container {
    text-align: center;
}
.nota {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.nota img {
    max-width: 100%;
    margin: 10px 0;
}
.Enca_inicial {
    color: white;
    text-shadow: black;
    text-align: center;
    text-decoration: underline;
    text-shadow: 1.5px 1.5px 4.5px rgba(0, 0, 0, 0.5);
}
#reproductor-container {
    text-align: center;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

.carousel-caption h5,
.carousel-caption p {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.gob-banner{
    display: block;

	background-size: cover;
	background-image: url("/assets/img/banner-gob.webp");
	background-repeat: no-repeat;
	background-position: center 50%;

	height: 100px;
	width: 100%;
}