.formaPago img {
    max-width: 200px;
    float: right;
    max-height: 55px;
}
@media(max-width: 1199px) {
    .social-networks li a {
        width: 25px;
    }
}
@media(max-width: 767px) {
    header #logotipo a {
        display: contents;
    }
    header .header-middle #logotipo img {
        max-width: 200px;
    }
    .numArticulos {
        bottom: -7px;
        left: -8px;
    }
}