.elementor-24816 .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;border-style:none;--border-style:none;}.elementor-24816 .elementor-element.elementor-element-49f842a, .elementor-24816 .elementor-element.elementor-element-49f842a::before{--border-transition:0.3s;}.elementor-24816 .elementor-element.elementor-element-9d5fe99{--display:flex;--background-transition:0.3s;}.elementor-24816 .elementor-element.elementor-element-6790abe{--display:flex;--background-transition:0.3s;}.elementor-24816 .elementor-element.elementor-element-0001766{--display:flex;--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: 'helvetica';
    color: #282828;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

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

.titulo-noticia {
    font-size: 2.5em;
    font-weight: bold;
    color: #282828;
    margin: 1;
    line-height: 1.2;
}

.noticia {
    font-size: 1em;
    line-height: 1.6;
    text-align: justify;
    color: #282828;
    margin-top: 15px;
    font-family: 'helvetica';
}

/* Estilos para la imagen */
.imagen-noticia img {
    width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;

}

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

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

.fechas-evento p {
    margin: 3px 0;
    color: #282828;

}

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

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