<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.caption p {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.noticias{
    margin-top: 40px;
}

.mais-noticias{
    text-transform: uppercase;
}

.btn-read-more{
    padding: 5px;
    padding-left: 6px;
    padding-bottom: 6px;
    font-size: 15px;
    position: absolute;
    right: 27px;
    top: 55%;
}

.img-top-notice{
    max-width: 300px;
}

.img-top-notice-fuvs{
    max-width: 150px;
    padding-top: 15px;
}

.top-green-notice{
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-lateral{
    padding-right: 50px;
    padding-left: 50px;
}

h1{
    font-family: 'Ubuntu';
}

.noticia{
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;

}

.caption p{
    height: 70px;
}

.img-noticia{
    max-width: 100%;
}

.thumbnail img{
    width: 100%;
}

@media screen and (max-width: 768px){
    .img-noticia{
        display: inline-block;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1300px){
    .btn-read-more{
        top: 47%;
    }

    .caption p{
        height: 90px;
    }
}


@media screen and (min-width: 1300px){
    .btn-read-more{
        top: 49%;
    }

    .caption p{
        height: 90px;
    }
}

@media screen and (min-width: 1500px){
    .btn-read-more{
        padding: 5px;
        padding-left: 6px;
        padding-bottom: 6px;
        font-size: 15px;
        position: absolute;
        right: 27px;
        top: 60%;
    }
}</pre></body></html>