#footer{
    background-color: #1a1a1a;
}
@media screen and (max-width: 768px) {
    #footer{
        padding-bottom: 36px;
    }
}
@media screen and (min-width: 320px) and (max-width: 576px) {
    .copyFont {
        font-size: 8px;
    }
    .politicaBotao {
        font-size: 9px;
    }
}
@media screen and (min-width: 577px) and (max-width: 713px) {
    .copyFont {
        font-size: 11px;
    }
    .politicaBotao {
        font-size: 12px;
    }
}