:root {
    --azulnoticia: #001d87;
    --rojonoticia: #a81d30;
}

.titulo_noticia {
    text-align: center;
    margin: 2rem 0;
}
.titulo_noticia h1 {
    font-size: clamp(2rem, 1rem + 3vw, 4rem);
    font-weight: 900;
    font-family: corbel-b;
    color: var(--azulnoticia);
}
.titulo_noticia span {
    color: var(--rojonoticia);
    font-size: clamp(1rem, 2vw, 2rem);
    font-family: corbel;
}
.cuerpo_noticia2 ul,
.cuerpo_noticia2 p {
    margin: 1.5rem auto 3rem;
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.5rem);
    width: 80%;
}

.cuerpo_noticia2 h2 {
    margin: 1.5rem auto 3rem;
    width: 80%;
    font-size: clamp(1.5rem, 1rem + 0.8vw, 3rem);
}
