@media all and (max-width: 550px) {
    #telefono-footer, #correo-footer, #redes-footer{
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 0;
        margin-bottom: 10px;
    }

    #ingredientes .ingrediente{
        float: none;
        width: 100%;
    }
}