.tarjeta-producto-pagos {line-height: 1.2;}
.tarjeta-producto-pagos .discount.skeleton{display: none;}
.tarjeta-producto-pagos .price-product {margin: auto;}
.tarjeta-producto-pagos .metodos-pagos{
    display: flex;
    flex-wrap: wrap;
}
.tarjeta-producto-pagos .meses-telmex p {
    color: #000;
    font-size: 0.85rem;
}
.tarjeta-producto-pagos .meses-telmex {
    width: 49%;
    margin-right: 2%;
    margin-left: 0;
}
.tarjeta-producto-pagos .meses-telmex.sin-margen-der{margin-right: 0;}
.tarjeta-producto-pagos .meses-telmex img, .tarjeta-producto-pagos .meses-tarjetas img {margin-right: 1px;}
.tarjeta-producto-pagos .envio {margin-left: 0;}
@media (max-width: 1490px){
    .tarjeta-producto-pagos .meses-telmex p {font-size: 0.75rem;}
}
@media (max-width: 1340px){
    .tarjeta-producto-pagos .meses-telmex p {font-size: 0.65rem;}
}
@media (max-width: 1240px){
    .tarjeta-producto-pagos .meses-telmex p {font-size: 0.8rem;}
}
@media screen and (max-width: 1024px) {
    .tarjeta-producto-pagos .meses-telmex p {font-size: 0.55rem;}
}
@media (max-width: 780px) {
    .tarjeta-producto-pagos .meses-telmex p {font-size: 0.85rem;}
}@media (max-width: 400px) {
    .tarjeta-producto-pagos .meses-telmex p {font-size: 0.65rem;}
}
@media (max-width: 330px) {
    .tarjeta-producto-pagos .meses-telmex p {font-size: 0.55rem;}
    .tarjeta-producto-pagos .price-product {font-size: 0.65em;}
}
@media (max-width: 290px) {
    .tarjeta-producto-pagos .meses-telmex p {font-size: 0.5rem;}
    .tarjeta-producto-pagos .price-product {font-size: 0.45em;}
}