.qr_image_class,
.img-logotipoyape,
.yape-noti,
.titular-yape,
.numero-yape,
.monto-total,
.yape-instruciones {
    text-align: center;
}

.img-logotipoyape {
    text-align: center;
}

.img-logotipoyape img {
    max-width: 100px;
}

.yape-noti {
    color: black;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
}

.titular-yape {
    font-size: 24px;
    font-weight: 700;
    color: #5f0572;
    padding: 10px 0;
}

.numero-yape span {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    color: #5f0572;
    padding: 15px 35px;
    display: inline-block;
    border: dashed 3px #5f0572;
    border-radius: 8px;
    background-color: #fbeffd;
}

.monto-total {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding: 15px 0;
}

.monto-total span {
    font-size: 28px;
    line-height: 24px;
    display: block;
}

.yape-instruciones {
    color: #000;
}

.yape-instruciones a {
    color: #5f0572;
    font-weight: 700;
}