@media screen and (max-width:1000px){
    /* SAEM */
    #background{display:none}
    #telefone{display: none}
    #banner{display:none}
    #fornecedores_pagamento{display:none}
    
    /* SOBREESCREVENDO */
    .content{width:95%;}
    img{max-width:100%}
    #header{border-bottom: 1px #666 solid;}
    #logo{float:none;width: auto; height: auto; margin: 0px auto; margin-top:20px}
    #logo a{background-size: 100%;width: 100%;float: none; display: block; max-width: 419px; margin: 0px auto}
    #menu{max-width: 288px;margin-top: 20px;width: auto;}
    #menu li{width:auto; height: auto; background: none! important; margin-left:3%; margin-right: 4%}
    #menu li a{font-size: 16px;width: auto}
    #menu .active a{color:#E92800 !important;text-decoration: underline}
    .coluna-esquerda, .coluna-direita{width: 100% !important; float: none;overflow: hidden}
    .coluna-esquerda{margin-bottom: 10px;}
    #conteudo{margin-top:20px}
    .localizacao, .contato{width:144px;border-radius: 9px;}
    .btsContato{float: none;width: auto}
    
    
}

@media screen and (max-width:430px){
    
    .contato{float:right}
    .alma{font-size: 9px}
    
}


@media screen and (min-width:765px){
    .btsContato{float: right}
    #rodape .coluna-esquerda{float:left;width: auto !important}
    #rodape .coluna-direita{float:right;width: auto !important}
}