<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1100px) {
    .ratio_left-cover-1-dest {
        height: 354px !important;
        max-height: 354px !important;
    }

    .share-theme-minimal-light {
        display: none !important;
    }

    .barra-rovivo a.logo {
        margin: 0 3em !important;
    }
}

@media only screen and (max-width: 1024px) {
    .container-interno {
        width: 100% !important;
        margin: 0px !important;
    }

    .barra-rovivo a.logo {
        margin: 0px 20px !important;
    }
}

@media only screen and (max-width: 980px) {
    .container-interno ul li:last-child {
        display: none !important;
    }
}

@media only screen and (max-width: 900px) {
    .container-interno ul li:nth-child(6n) {
        display: none !important;
    }
}


@media only screen and (max-width: 800px) {
    
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 619px) {

}

@media only screen and (max-width: 479px) {

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 393px) {

}

@media only screen and (max-width: 240px) {

}

@media (min-width: 980px) {

}</pre></body></html>