﻿/* Título responsivo */
.h1-lg {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
}

/* imagem principal */
.noticia-hero img {
    height: auto;
}

/* corpo vindo do CMS */
.noticia-body {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* deixa conteúdo embutido responsivo */
#corpo-noticia img {
    max-width: 100%;
    height: auto;
}

#corpo-noticia table {
    width: 100% !important;
}

#corpo-noticia iframe,
#corpo-noticia video {
    max-width: 100%;
}
