.logo a img{
    width: 250px;
    height: 250px;
    max-height:none;
}

.produtos-carrossel{
    display: flex;
    justify-content: center;
}

/* código CSS para adicionar endereço ao rodapé */
#rodape .span9.span12 p:after {
    content: "R. Pedro Consulin, 120 - Centro, Sumaré - SP, 13170-019"; /* Substitua pelo seu endereço completo */
    display: block;
}

article strong{
    display:none;
}