/*Descuento en producto*/
.contenedor-productos-google-sheet {
  margin-top: 5px;
  border: 0px;
}
.tarjeta-producto-pagos .discount {
  background-image: none !important;
  border-radius: 50%;
  font-weight: bold;
  padding: 17px 5px 17px;
  background: #eb1d2a;
}

@media (max-width: 1240px) {
  .tarjeta-producto-pagos .discount {
    padding: 15px 2px 15px 3px;
  }
}
@media (max-width: 600px) {
  .tarjeta-producto-pagos .discount {
    padding: 12px 3px 12px;
  }
}
@media (max-width: 400px) {
  .tarjeta-producto-pagos .discount {
    padding: 12px 1px 12px;
  }
}
@media (max-width: 330px) {
  .tarjeta-producto-pagos .discount {
    padding: 11px 1px 11px;
  }
}
