html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/*Globales*/
img {
  width: 100%;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
/*Utilidades*/
.banner-desk {
  display: none !important;
}
@media (min-width: 780px) {
  .banner-desk {
    display: block !important;
  }
  .banner-mob {
    display: none !important;
  }
}
/*Descuento en producto*/
.contenedor-productos-google-sheet {
  box-sizing: content-box !important;
  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;
  }
}
