.elementor-23378 .elementor-element.elementor-element-49f842a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-25fb807 *//* Estilos para el contenedor principal de la noticia */
.noticia-tabloide {
    font-family: 'arial', sanserif;
    background-color: #fff;
    color: #000;
    padding: 20px;
    border: 1px solid #ddd;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* Estilos para la cabecera y el contenido */
.cabecera-noticia {
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.titulo-noticia {
    font-size: 2.5em;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.subtitulo-noticia {
    font-size: 1.2em;
    line-height: 1.6;
    text-align: justify;
    color: #333;
    margin-top: 15px;
    font-family: 'Arial', sanserif; /* Usamos la misma fuente del título */
}

/* Estilos para la imagen */
.imagen-noticia img {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
    border: 1px solid #ddd;
}

/* Estilos para el cuerpo del contenido */
.contenido-noticia p {
    font-size: 1em;
    line-height: 1.6;
    text-align: justify;
    color: #000;
}

.fechas-evento {
    margin-top: 20px;
    text-align: left;
    background-color: #f9f9f9;
    padding: 15px;
    border-left: 3px solid #000;
}

.fechas-evento p {
    margin: 5px 0;
    color: #000;
    font-weight: bold;
}

/* Estilos para el botón de descarga */
.boton-descarga {
    display: inline-block;
    background-color: #FFC72C;
    color: #000;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 30px;
    border: 2px solid #000;
    transition: background-color 0.3s ease;
}

.boton-descarga:hover {
    background-color: #e6b229;
    color: #000;
}/* End custom CSS */