/* css mobile */
@media screen and (max-width: 550px) {
    
    #module-top .module .menu_produtosHome li{
        width: 47%;
        margin-right: 3%;  
    }
    
}