
.payment_method_plin img {
    
max-width: 30px!important;
border-radius: 5px!important;

}

.logo_plin {
    width: 90px;
    text-align: center;
    margin: auto;
    padding: 10px 0;
}

.logo_plin img{
    border-radius: 15px;
}

.description_plin {
    text-align: center;
    font-weight: 600;
    width: 100%;
    font-size: 1.1em;
    margin: auto;
    color: black;
    padding: 10px 0px;
}

.headline_plin > a {
    display: block;
    font-size: 1.8em;
    color: #00c5cc;
    font-weight: bold;
    width: max-content;
    margin: auto;
    text-align: center;
    line-height: normal;
    text-decoration: none!important;
}

.headline_plin{
    padding: 10px 0px;
    
}

.number_plin {
    padding: 10px 0px;
}

.number_plin > a {
    display: block;
    font-size: 1.8em;
    color: #00c5cc;
    font-weight: bold;
    width: max-content;
    margin: auto;
    border: 2px dashed;
    border-radius: 5px;
    background: #f8f8f8;
    text-align: center;
    padding: 30px 20px;
    line-height: 0;
    transition: 0.5s all;
    text-decoration: none!important;
}

.number_plin > a:hover{background: white;}

.caja_monto_total {
    margin: auto;
    color: black;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.titulo_monto_total {
    text-align: center;
    font-weight: 600;
    width: 100%;
    font-size: 1.1em;
    margin: auto;
}

.monto_total {
    text-align: center;
    font-weight: bold;
    line-height: normal;
    width: 100%;
    margin: auto;
    font-size: 1.8em;
}

.instructions_plin {
    color: black;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 2em!important;
    width: 100%;
    font-size: 1.1em;
    font-weight: 300;
    margin: auto;
}