@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 991px) {
    #logo_home h1 {
        margin: 10px 0 0 0 !important;
    }

    #logo_home h1 a,
    header.sticky #logo_home h1 a,
    header#plain #logo_home h1 a,
    header#colored #logo_home h1 a {
        display: block !important;
        width: 160px !important;
        height: 86px !important;
        background-image: url("../img/bairro_logo.png") !important;
        background-repeat: no-repeat !important;
        background-position: left top !important;
        background-size: 160px auto !important;
        text-indent: -9999px;
    }
}