<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width:600px){
    .topo-origem {
        text-align: center;
    }

    .topo-origem img{
        float: none;
        display: inline-block;
    }

    .topo-origem .titulo {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }

    .topo-origem .titulo h3 {
        float: left;
        width: 100%;
        font-family: 'lobster_tworegular';
        color: #c72c2c;
        font-size: 28px;
        margin-bottom: 15px;
        text-align: center;
    }

    .img-principal{
        margin-top: 5px;
    }

    .procedencias ul li {
        float: left;
        width: 100%;
    }
}</pre></body></html>