/* REMOVE INFORMAÇÕES DE CONTATO NO "FALE CONOSCO" 
#modalContato table.table.table-hover.hidden-phone {display:none;}
*/

/* ALTERA TAMANHO DA LOGO 
.logo a {height:100px;}
*/

/* REMOVE TELEFONE DO FALE CONOSCO 
#modalContato .table-hover > tbody > tr:nth-child (3) {display:none!important}
*/

/* AJUSTE LARGURA COLUNAS RODAPÉ*/
@media(min-width:768px) {
    /* SOCIAL */
    #rodape .span3 {
        width: 22% !important;
    }
    /* CONTATO */
    #rodape .span4 {
        width: 35% !important;
    }
    /* LARGURA TOTAL */
    #rodape .span9 {
        width: 78% !important;
    }
    /* INFORMAÇÕES DO RESPONSÁVEL */
	#rodape .span12 {
	    width: 100% !important;
	}
    /* SOBRE A LOJA */
    #rodape .sobre-loja-rodape {
        width: 43% !important;
    }
    /* INSTITUCIONAL */
    #rodape .links-rodape-paginas {
        width: 22% !important;
    }
    /* REMOVE SOCIAL 
    #rodape .redes-sociais {
        display:none !important;
    }*/
}