.banner-desktop {
  display: none;
}

@media (min-width: 780px) {
  .banner-desktop {
    display: block;
  }
  .banner-mobile {
    display: none;
  }
}

/*Video*/
.contenedor-video {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-left: 0;
}
#my-video {
  /* background: #dd281e; */
  background: #fff;
  margin: auto;
  width: 100%;
  height: 80vh;
}
@media (max-width: 1024px) {
  #my-video {
    height: 65vh;
  }
}

@media (max-width: 780px) {
  #my-video {
    width: 95%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  #my-video {
    height: 45vh;
  }
}
@media (max-width: 400px) {
  #my-video {
    height: 35vh;
  }
}
@media (max-width: 330px) {
  #my-video {
    height: 25vh;
  }
}
@media (max-width: 290px) {
  #my-video {
    height: 23vh;
  }
}

/*Titulo*/
.titulo-rojo-sn h1 {
  margin: 0 auto;
  font-family: 'Roboto';
  text-align: center;
  padding: 15px 0;
  color: #eb1d2a;
  font-weight: bold;
  font-size: 1.5em;
}
@media (min-width: 448px) {
  .titulo-rojo-sn h1 {
    font-size: 1.8em;
  }
}
@media (min-width: 780px) {
  .titulo-rojo-sn h1 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .titulo-rojo-sn h1 {
    font-size: 2.3em;
  }
}

.banner-recoge-en-tienda,
.banner-express,
.banner-envio {
  width: 99%;
  margin: 5px auto;
}
/*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;
  }
}
