/* desktops tela pequena */
@media only screen and (max-width : 1200px) {
    #sub-topo-telefone span { font-size: 24px; }
    #sub-topo-telefone span span { font-size: 21px; }
}
/* tablets */
@media only screen and (max-width : 992px) {
    #sub-topo-telefone p, #sub-topo-rede-social i { margin-top: 30px; }
    #sub-topo-telefone span { font-size: 21px; }
    #sub-topo-telefone span span { font-size: 18px; }
    
    #owl-demo .item img{
        float:none!important;
        margin:10px auto!important;
    }
    #owl-demo .item .txt-depoimento{float:none!important;margin:0px auto!important;}
    #owl-demo .item .txt-depoimento p{font-size:1.5em!important;}
    
    /*BOTÃO AJUDA CHAT*/
    #bt-ajuda-rodape{display: none;}
    /*BOTÃO AJUDA CHAT*/
}
/* celulares */
@media only screen and (max-width : 768px) {
    #sub-topo {  margin-top: 20px; margin-bottom: 20px; }
    #logo-topo { margin: 10px auto; }
    #sub-topo-telefone, #sub-topo-rede-social { text-align: center; }
    #sub-topo-telefone p, #sub-topo-rede-social i { margin-top: 20px; }
    .sidebar { height: auto!important;}
    
    #box-ferramentas-2 img {margin: 5px auto;width: 66%;height: auto;}
}