div.payment_method_pagoplux::before {
    display: none !important;
}
.woocommerce-checkout #payment div.payment_box {
    padding-top: 0px !important;
}
.ppx_method_pagoplux {
    text-align: justify !important;
}
.seccion_pagoplux {
    text-align: center !important;
}
.woocommerce-title-pagoplux {
    width: 100%;
    display: block;
    text-align: center;
}
#mainform > h2 {
    display: none;
}

@media (max-width: 768px) {
    .woocommerce #payment #place_order_px, .woocommerce-page #payment #place_order_ppx {
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1em;
    }
}
.woocommerce #payment #place_order_ppx, .woocommerce-page #payment #place_order_ppx {
    float: right;
}