main .container {
    margin-top: 3rem;
}

a {
    color: #0071ce;
}

.noticia-conteudo {
    font-size: 18px;
}

.legenda {
    text-align: center;
    margin-bottom: 15px;
}

.img-popup-link {
    display: inline-flex;
    flex-direction: column;
}

.img-popup-link[style*="float"] {
    max-width: 615px;
}

.img-popup-link[style*="left"] .legenda {
    padding-right: 15px;
}

.img-popup-link[style*="right"] .legenda {
    padding-left: 15px;
}

#noticiaTag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
    font-size: 18px;
    font-weight: 500;
    width: calc(50% + 50vw);
}

.not-titulo {
    color: #1D1D1B;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 2.5em;
    text-align: left;
}

.not-autor {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.not-autor > * {
    margin-right: 25px;
    font-weight: 600;
    font-size: 16px;
}

.not-autor .data {
    font-weight: 500;
}

.not-autor .avatar img {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    border: 2px solid #4478DA;
    box-sizing: content-box;
}

article {
    /*max-width: 800px;*/
}

article p {
    text-align: justify;
    margin-bottom: 25px;
    line-height: 1.6;
}

article img[style*="float"] {
    margin: 15px;
}

article img[style*="float: left"] {
    margin-left: 0;
}

article img[style*="float: right"] {
    margin-right: 0;
}

.not-categoria {
    margin: 50px 0;
    font-weight: 500;
}

.not-categoria a {
    font-weight: 400;
}

.not-redes {
    border-top: 3px solid #ECF0F3;
    padding-top: 50px;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.not-redes > * {
    margin-right: 24px;
}

.not-redes a:not(.fb-like) {
    font-weight: 600;
    font-size: 14px;
    padding: 14px;
    background-color: #ECEFFD;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.not-redes i {
    font-size: 20px;
}

.noticia-redes-sociais + .galeria-inner {
    margin-top: 30px;
}

/* ====[ Resultados de pesquisa ]==== */

.wrapper-resultado {
    padding: 30px 0;
}

.resultado-pesquisa {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 256px auto;
    grid-template-rows: 157px;
    gap: 16px;
}

.resultado-pesquisa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tag-noticia {
    font-weight: 500;
    font-size: 18px;
    color: #4E4D4D;
    margin-bottom: 10px;
}

.titulo-noticia-pesquisa {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
}

.descricao-noticia {
    color: #4E4D4D;
    font-weight: 300;
    margin-bottom: 14px;
}

.datanot {
    color: #4E4D4D;
    font-weight: 100;
    font-size: 15px;
}

/* ====[ FIM Resultados de pesquisa ]==== */