@media only screen and (max-width: 890px) {
    #tarja {
        height: 50px;
    }
    #tarjaMarca .width300 {
        display: none
    }
}

@media only screen and (max-width: 690px) {
    #tarja {
        height: 40px;
    }
    #tarja .fb-like {
        display: none;
    }
    #tarjaMarca .width200 {
        display: none
    }
    #orcaPopover {
        display: none;
    }
    .popover.show {
        display: none;
    }
    #contate_nos #atendEmail {
        display: none;
    }
    .topico {
        margin-right: 5%;
    }
    .topico .badge {
        right: -5%;
    }
    #footer .topico, #facebookRss .rss {
        margin-top: 50px !important
    }
}

@media only screen and (max-width: 490px) {
    #tarja {
        display: none
    }
    #contate_nos h1 {
        font-size: 33px !important
    }
    #contate_nos h3 {
        font-size: 22px !important
    }
    .empresa img {
        width: 100% !important
    }
}