.elementor-25583 .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-25583 .elementor-element.elementor-element-49f842a, .elementor-25583 .elementor-element.elementor-element-49f842a::before{--border-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';
    background-color: #fff;
    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.2em;
    font-weight: bold;
    color: #282828;
    margin: 1;
    line-height: 1.3;
}

.subtitulo {
    font-size: 1em;
    font-weight: 600;
	border-left: 20px solid #FFCD00;
	padding-left: 10px; /* Añade espacio dentro del bloque destacado */
    }

.noticia {
    font-size: 1em;
    line-height: 1.6;
    text-align: justify;
    color: #282828;
    margin-top: 15px;
    font-family: 'Helvetica'; /* Usamos la misma fuente del título */
}

.saludo-final {
    font-size: 1.3em;
    display: inline-block;
    padding: 5px 15px;
    line-height: 1.6;
    text-align: justify;
    color: #282828;
    background-color: #FFCD00;
    margin-top: 30px;
    font-family: 'Helvetica'; /* Usamos la misma fuente del título */
}

/* Estilos para la imagen */
.imagen-noticia img {
    width: 80%;
    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;
}

/* Estilos para el botón de descarga */

.boton-descarga {
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    border: none;
    transition: background-color 0.3s ease;
    border-radius: 2px;
    background-color: #D2D2D2;
    color: #3C3C3C;
    }

.boton-descarga:hover {
    background-color: #FFCD00;
    color: #282828 !important;
    cursor: pointer;
    }/* End custom CSS */