a {
  text-decoration: none;
}
.banner-desk {
  display: none !important;
}
@media (min-width: 780px) {
  .banner-desk {
    display: block !important;
  }
  .banner-mob {
    display: none !important;
  }
}
.banner-principal {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.banner-principal img {
  width: 100%;
  height: 100%;
}
.banner-superior-vender {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAG0lEQVQYV2O8fv12g6amagMDEmBE5sDYFAoCAJfXBAZkyJGcAAAAAElFTkSuQmCC)
    repeat;
  background-color: #ff3c3c;
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
}
.banner-superior-vender p {
  text-align: center;
  padding: 1% 0;
  color: white;
  font-family: 'Bebas Neue', 'arial';
  width: 550px;
  font-size: 5rem;
  margin: auto 0 auto auto;
}
.imagen-rayo {
  width: 60px;
  margin: auto auto auto 0;
}
.imagen-rayo img {
  width: 100%;
}
.banner-mobile {
  display: none;
}
.contenedor-productos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #ff3c3c;
}
.contenedor-productos-navidad {
  display: flex;
  flex-wrap: wrap;
}
.texto-quedan {
  margin: 0% 5% 0 0;
  font-family: 'Bebas Neue';
  font-size: 1.5rem;
  color: #f00;
}
.contador-tiempo {
  display: flex;
  flex-direction: row;
  /*justify-content: space-around;*/
  align-items: center;
  width: 95%;
  margin: auto;
  border: 1px solid #fff;
}

.contador-digito {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contador-digito p:first-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px;
  color: #f00;
  border-radius: 5px;
  font-size: 1.5rem;
  margin: 0px;
  font-weight: 400;
  font-family: 'Bebas Neue', 'arial';
}

.contador-digito p {
  color: #fff;
  font-family: 'Bebas Neue', 'arial';
  font-weight: 100;
  font-size: 4rem;
}
.contenedor-productos-navidad {
  width: 95%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contenedor-productos-navidad a {
  text-decoration: none;
  display: contents;
}
.tarjeta-producto {
  display: flex;
  flex-wrap: wrap;
  width: 17%;
  background: white;
  border-radius: 5px;
  border: #ebecec solid 2px;
  margin: 1% auto;
  padding: 1%;
}
.tarjeta-producto .img-producto {
  width: 100%;
  position: relative;
}
.tarjeta-producto .img-producto img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.tarjeta-producto .informacion-producto {
  width: 100%;
}
.titulo-marca-producto {
  width: 95%;
  margin: auto;
}
.tarjeta-producto .product-name {
  width: 90%;
  margin: 5px auto;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #333;
}
.tarjeta-producto .product-brand {
  width: 90%;
  margin: auto;
  font-size: 20px;
  text-align: left;
  color: #ff3c3c;
  font-weight: bold;
}
.tarjeta-producto .price-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-wrap: wrap;
  width: 95%;
  justify-content: space-around;
  justify-content: flex-start;
  margin: auto;
}
.tarjeta-producto .price-section p {
  margin: 1% 5%;
}
.tarjeta-producto .price-product {
  font-size: 13px;
  color: #888;
  margin: 1% 3% !important;
}
.tarjeta-producto .price-product {
  text-decoration: line-through;
  -webkit-text-decoration-color: #888;
  text-decoration-color: #888;
  -moz-text-decoration-color: #888;
}
.tarjeta-producto .sale-price-product {
  font-size: 1.2rem;
  font-weight: 800;
  color: #333;
}
.tarjeta-producto .discount {
  color: #fff;
  padding: 3px;
  border-radius: 5px;
  font-size: 15px;
  background: #117c00;
}
.envio {
  color: #10c156;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  width: 47%;
  margin: 3% 0 0 3%;
}
.precio-envio {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
}

.envio-Express {
  width: 415px;
  margin: 3% auto;
}
.envio-Express a {
  text-decoration: none;
}
.envioExpressLanding {
  width: 50%;
}
.envioExpressLanding img {
  width: 75%;
}
.envioExpressLanding.sinEnvio {
  width: 100%;
}
.envioExpressLandingSinEnvio img {
  width: 90%;
}
.error-productos {
  display: none;
}
.banners-categorias {
  display: flex;
  flex-wrap: wrap;
}
.card-categorias {
  width: 100%;
  margin: 1% auto;
  border: 1px solid #eee;
}
.imagen-categorias {
  width: 100%;
  margin: auto;
}
.imagen-categorias img {
  border-radius: 5px;
  width: 100%;
}
.porcentaje-texto {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.1;
}
.card-blanca {
  background: #fff;
  border-radius: 5px;
  width: 16%;
  margin: 1% auto;
}
.card-blanca .porcentaje-texto {
  position: initial;
  margin-top: 0;
  left: 0;
  text-align: center;
  padding-bottom: 5%;
}
.card-roja {
  width: 24%;
}
@media only screen and (min-width: 1600px) {
  .tarjeta-producto .img-producto {
    width: 13em;
    margin: auto;
  }
}
@media only screen and (max-width: 1500px) {
  .card-blanca {
    width: 24%;
  }
}
@media (max-width: 1420px) {
  .texto-quedan {
    font-size: 1.25rem;
  }
  .contador-digito p:first-child {
    font-size: 1.3rem;
  }
}
@media (max-width: 1240px) {
  .texto-quedan {
    margin: 0% 1% 0 0;
    font-size: 0.7rem;
  }
  .contador-digito p:first-child {
    font-size: 0.85rem;
  }
  .envio {
    font-size: 8px;
  }
  .tarjeta-producto .product-name {
    font-size: 13px;
  }
}
@media (max-width: 769px), print {
  .banner-superior-vender p {
    font-size: 2rem;
    width: 210px;
  }
  .banner-superior-vender {
    padding: 5% 0;
    font-size: 1.5rem;
  }
  .imagen-rayo {
    width: 25px;
  }
  .banner-superior-nocturnas .imagen-rayo {
    width: 50px;
    margin: auto 0% -6% auto;
  }
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .texto-quedan {
    font-size: 25px;
    margin: 0 2%;
  }
  .contador-tiempo {
    width: 95%;
    padding: 1% 0;
  }
  .contador-digito {
    flex-direction: column;
  }
  .contador-digito p:first-child {
    font-size: 30px;
    padding: 0px;
    margin: 1px 1px;
  }
  .contador-digito p:nth-child(2) {
    font-size: 12px;
  }
  .envio {
    flex-direction: row;
    font-size: 13px;
    width: 50%;
    margin: 3% 0 0 0;
  }
  .envioExpressLanding {
    width: 49%;
    margin-top: 0%;
  }
  .envioExpressLanding img {
    width: 100%;
  }
  .tarjeta-producto {
    width: calc(50% - 8px);
    margin: 1% auto;
    padding: 3% 0;
  }
  .titulo-marca-producto {
    width: 90%;
    margin: auto;
  }
  .tarjeta-producto .img-producto {
    width: 80%;
    margin: auto;
  }
  .tarjeta-producto .sale-price-product {
    font-size: 1.5rem;
    width: 60%;
  }
  .tarjeta-producto .informacion-producto {
    margin: 2% auto;
    width: 100%;
  }
  .tarjeta-producto .price-product {
    font-size: 13px;
    margin: 3% 1% !important;
  }
  .tarjeta-producto .price-section p {
    margin: 4% 2% 0;
  }
  .tarjeta-producto .discount {
    padding: 0 3px;
    border-radius: 5px;
    font-size: 14px;
    margin: 7% 0 0 7% !important;
  }
  .precio-envio {
    width: 90%;
    margin: 0 auto;
  }
  .envio-Express {
    width: 85%;
    margin: 3% auto;
  }
  .tarjeta-producto .product-name,
  .tarjeta-producto .product-brand {
    margin: 5% auto;
    width: 100%;
  }
  .tarjeta-producto .product-name {
    font-size: 16px;
  }
  .tarjeta-producto .price-section {
    width: 97%;
    margin: auto 0 auto auto;
  }
}
@media (max-width: 600px) {
  .texto-quedan {
    font-size: 19px;
  }
  .contador-digito p:first-child {
    font-size: 20px;
  }
  .tarjeta-producto .sale-price-product {
    font-size: 1.2rem;
  }
  .tarjeta-producto .product-name {
    font-size: 14px;
  }
  .envio {
    font-size: 11px;
  }
  .porcentaje-texto {
    font-size: 0.9rem;
  }
  .card-categorias {
    margin: 2% auto;
  }
  .card-roja {
    width: 48%;
  }
  .card-blanca .porcentaje-texto {
    margin: 0%;
    left: 0%;
    padding: 2%;
  }
  .card-blanca {
    width: 48%;
    margin: 2% auto;
  }
}
@media (max-width: 400px) {
  .texto-quedan {
    font-size: 17px;
  }
  .contador-digito p:first-child {
    font-size: 18px;
  }
  .tarjeta-producto .sale-price-product {
    font-size: 1.1rem;
  }
  .tarjeta-producto .discount {
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  .tarjeta-producto .price-product {
    font-size: 10px;
  }
  .envio {
    font-size: 9px;
  }
}
@media (max-width: 330px) {
  .banner-superior-nocturnas .imagen-rayo {
    width: 40px;
    margin: auto -3% -4% auto;
  }
  .contador-digito p:first-child {
    font-size: 15px;
  }
  .texto-quedan {
    font-size: 15px;
  }
  .tarjeta-producto .discount {
    border-radius: 3px;
    font-size: 8px;
    margin: 9% 0 0 9% !important;
  }
  .tarjeta-producto .sale-price-product {
    font-size: 0.95rem;
  }
  .envio {
    font-size: 8px;
  }
  .tarjeta-producto .product-name {
    font-size: 12px;
  }
}
@media (max-width: 290px) {
  .texto-quedan {
    font-size: 12px;
  }
}
.banner-principal-sn {
  width: 100%;
  margin: 0 auto;
}
.banner-principal-sn img {
  max-width: 100%;
}
.mensaje-sin-ofertas {
  text-align: center;
  font-size: 1em;
  color: #666;
  margin: 30px 0;
}
@media (min-width: 900px) {
  .mensaje-sin-ofertas {
    font-size: 1.5em;
  }
}
