<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:1250px) {
    .secao-privacy {
        max-width: 98%;
    }
}

@media screen and (max-width:850px) {
    header {
        justify-content: space-between;
        width: 95%;
    }

    header .menu {
        display: none;
    }

    i.btn-abrir {
        display: block;
    }

    .secao-privacy ul {
        margin-left: 0px;
    }
}

@media screen and (max-width:580px) {
    .titulo-principal {
        font-size: 45px;
        max-width: 100%;
        line-height: 40px;
    }
}

@media screen and (max-width:480px) {
    .titulo-principal {
        font-size: 35px;
        max-width: 100%;
        line-height: 30px;
    }

    .sub-titulo {
        font-size: 17px;
        line-height: 20px;
    }

    h1{
        font-size: 25px;
    }

    p{
        font-size: 18px;
    }
}</pre></body></html>