<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.anf-item {
    float: left;
}

.anf-group::after{
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

.anf-container .item-info h2{
    line-height: normal;
    margin-bottom: 5px;
}


.anf-container .item-image img {
    border-radius: 5px;
    height: 130px;
    width: 220px;
}

.anf-container .item-info {
    margin-right: 15px;
}


.anf-container .titulo_acontece_na_fab {
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.anf-container .titulo_acontece_na_fab:hover {
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline
}



.anf-container .chapeu_acontece_na_fab {
    color: #2c67cd
}

.anf-container .anf-barra-mais-noticias{
    border-top: 3px solid #036;
    margin-top: 25px;
}

.anf-container .anf-barra-mais-noticias &gt; p{
    text-align: right;
    padding-top: 5px;
    margin-bottom: 1.2rem;
}


@media only screen and (min-width: 0px) and (max-width: 479px){
    .anf-item {
        width: 100%!important;
    }
}
</pre></body></html>