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;
}

#overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width:  100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 999 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
}

#overlay p{
    font-size: 30px !important;
    color: #fff !important;
}

#overlay img{
    height: 100px !important;
}

#preloader_api {
    display: none !important;
}

@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;
}