html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/*Globales*/
img {
  width: 100%;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}

/*Utilidades*/
.banner-desk {
  display: none !important;
}
.contenedor-txt-copy {
  width: 98%;
  margin: 3% auto;
}
.contenedor-txt-copy p {
  margin: 0;
  text-align: center;
  color: #d5282a;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 0.9em;
}
@media (min-width: 330px) {
  .contenedor-txt-copy p {
    font-size: 1em;
  }
}
@media (min-width: 448px) {
  .contenedor-txt-copy {
    width: 98%;
    margin: 4.5% auto;
  }
  .contenedor-txt-copy p {
    font-size: 1.1em;
  }
}
@media (min-width: 600px) {
  .contenedor-txt-copy p {
    font-size: 1.3em;
  }
}
@media (min-width: 780px) {
  .banner-desk {
    display: block !important;
  }
  .banner-mob {
    display: none !important;
  }
  .contenedor-txt-copy p {
    font-size: 1.1em;
  }
}
@media (min-width: 900px) {
  .contenedor-txt-copy {
    width: 95%;
    margin: 3% auto;
  }
  .contenedor-txt-copy p {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .contenedor-txt-copy {
    width: 80%;
    margin: 3% auto;
  }
  .contenedor-txt-copy p {
    font-size: 1.35em;
  }
}
@media (min-width: 1400px) {
  .contenedor-txt-copy p {
    font-size: 1.5em;
  }
}

/*Banner Principal*/
.banner-principal-sn {
  width: 100%;
  margin: 0 auto 10px;
}

/*Carrusel*/
.carosel-root {
  position: relative;
  margin: 20px 0;
}
.carosel {
  width: 95%;
  margin: auto;
}
.carosel .carosel-item {
  height: auto;
  line-height: 150px;
  text-align: center;
}
.carosel-nav {
  position: absolute;
  text-align: center;
  padding: 5px 9px;
  border: 0.2px solid #e22620;
  border-radius: 50%;
  background: #fff;
  top: calc(50% - 5px);
  color: #e22620;
  cursor: pointer;
}
.carosel-nav-left {
  left: 3px;
}
.carosel-nav-right {
  right: 3px;
}
@media (max-width: 780px) {
  .carosel-nav {
    display: none !important;
  }
}
.card-carrusel {
  margin: 0 1px;
  display: flex;
  flex-direction: column;
  background-color: white;
  text-decoration: none;
}
.imagen-carrusel {
  width: 95%;
  margin: auto;
}
.imagen-carrusel img {
  background: #fff;
  border-radius: 0 !important;
}
.texto-carrusel {
  text-align: center;
  color: #333;
  line-height: 1.2;
  padding: 2% 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: lighter;
}
.texto-carrusel span {
  font-weight: bold;
}
@media (max-width: 1340px) {
  .texto-carrusel {
    font-size: 1.3rem;
  }
}
@media (max-width: 1240px) {
  .texto-carrusel {
    font-size: 1.2rem;
  }
}
@media (max-width: 780px) {
  .texto-carrusel {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .carosel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 1% auto 3%;
    width: 100%;
  }
  .carosel .carosel-item {
    line-height: 1.2;
    width: 24%;
    flex: 0 0 auto;
    margin: 0 auto !important;
  }
  .texto-carrusel {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .texto-carrusel {
    font-size: 0.9rem;
  }
}
@media (max-width: 400px) {
  .texto-carrusel {
    font-size: 0.7rem;
  }
}
@media (min-width: 1200px) {
  .contenedor-carrusel-categos-sn {
    width: 95%;
    margin: auto;
  }
}
/*Video*/
.contenedor-video {
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  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;
  }
}
/*Categorias Sanborns*/
.contenedor-categos-sn {
  width: 99%;
  margin: 0 auto;
}
.categos-sn-triples,
.categos-sn-dobles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catego-sn-tres,
.catego-sn-dos {
  flex: 0 0 50%;
}
.catego-sn-tres a,
.catego-sn-dos a {
  display: block;
  position: relative;
}
.catego-sn-tres h2,
.catego-sn-dos h2 {
  width: auto;
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 0.8em;
  position: absolute;
  top: 35%;
  right: 15%;
}
.catego-sn-tres h2.position-dos,
.catego-sn-dos h2.position-dos {
  top: 38%;
  right: 5%;
}
.catego-sn-tres h2 span,
.catego-sn-dos h2 span {
  display: block;
}
@media (min-width: 330px) {
  .catego-sn-tres h2,
  .catego-sn-dos h2 {
    font-size: 0.9em;
  }
}
@media (min-width: 448px) {
  .catego-sn-tres h2,
  .catego-sn-dos h2 {
    font-size: 1.1em;
  }
}
@media (min-width: 600px) {
  .catego-sn-tres h2,
  .catego-sn-dos h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 780px) {
  .catego-sn-tres a:hover,
  .catego-sn-dos a:hover {
    filter: saturate(180%);
    transition: 0.5s;
  }
  .catego-sn-tres {
    flex: 0 0 33.3%;
  }
  .catego-sn-tres h2 {
    top: 50%;
    right: 15%;
  }
  .catego-sn-tres h2.position-dos {
    top: 45%;
    right: 10%;
  }
  .catego-sn-tres h2 {
    font-size: 1.1em;
  }
  .catego-sn-dos h2 {
    top: 50%;
    right: 25%;
  }
  .catego-sn-dos h2.position-dos {
    top: 45%;
    right: 15%;
  }
  .catego-sn-dos h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 900px) {
  .catego-sn-tres h2 {
    font-size: 1.3em;
  }
  .catego-sn-dos h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .catego-sn-tres h2 {
    top: 55%;
    right: 20%;
  }
  .catego-sn-tres h2.position-dos {
    top: 50%;
    right: 15%;
  }
  .catego-sn-tres h2 {
    font-size: 1.4em;
  }
  .catego-sn-dos h2 {
    top: 55%;
    right: 30%;
  }
  .catego-sn-dos h2.position-dos {
    top: 50%;
    right: 20%;
  }
  .catego-sn-dos h2 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .catego-sn-tres h2 {
    top: 55%;
    right: 18%;
  }
  .catego-sn-tres h2.position-dos {
    top: 50%;
    right: 15%;
  }
  .catego-sn-tres h2 {
    font-size: 1.6em;
  }
  .catego-sn-dos h2 {
    top: 55%;
    right: 30%;
  }
  .catego-sn-dos h2.position-dos {
    top: 50%;
    right: 20%;
  }
  .catego-sn-dos h2 {
    font-size: 1.8em;
  }
}
/*Descuentos*/
.contenedor-desc-sn {
  width: 99%;
  margin: 2% auto;
}
.contenido-desc-sn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.desc-sn-icono {
  flex: 0 0 50%;
}
@media (min-width: 780px) {
  .desc-sn-icono {
    flex: 0 0 25%;
  }
  .desc-sn-icono img:hover {
    transition: 1s;
    transform: scale(0.98);
  }
}

/*Titulo Productos*/
.contenedor-titulo-prods-sn {
  width: 100%;
  margin: 1% auto;
  background-color: #cc2a29;
}
.contenedor-titulo-prods-sn h3 {
  margin: 0;
  padding: 2% 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 900;
  font-size: 1em;
}
@media (min-width: 330px) {
  .contenedor-titulo-prods-sn h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 448px) {
  .contenedor-titulo-prods-sn h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 600px) {
  .contenedor-titulo-prods-sn h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 780px) {
  .contenedor-titulo-prods-sn h3 {
    font-size: 1.3em;
  }
}
@media (min-width: 900px) {
  .contenedor-titulo-prods-sn h3 {
    padding: 1% 0;
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .contenedor-titulo-prods-sn h3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1400px) {
  .contenedor-titulo-prods-sn h3 {
    font-size: 2em;
  }
}
/*Banners*/
.banner-recoge-en-tienda,
.banner-express,
.banner-envio {
  width: 99%;
  margin: 10px auto;
}

/*Banners Rojos SN Bajo*/
.contenedor-banners-sanborns {
  width: 100%;
  margin: 10px auto;
  padding: 1% 0;
  border-top: solid 1px #d5d4d4;
}
.contenido-banner-sn {
  width: 98%;
  margin: 0 auto;
}
.banner-especial-sn {
  position: relative;
}
.icon-especial-sn {
  position: absolute;
  width: 25%;
  margin: auto;
  top: 12.5%;
  left: -2%;
}
.contenido-rojo-sn {
  width: 80%;
  margin: 5% 15%;
  background-color: #cc2a29;
  color: #fff;
  line-height: 1.5;
  border-radius: 10px;
  padding: 10%;
}
.contenido-rojo-sn .p-bold,
.contenido-rojo-sn .p-normal {
  margin-left: 20%;
  font-size: 0.8em;
}
.contenido-rojo-sn .p-bold {
  font-weight: bolder;
  font-family: sans-serif;
}
.contenido-rojo-sn .p-normal {
  font-weight: 200;
  font-family: sans-serif;
}
.icono-express-sn {
  display: inline-block;
  width: 40%;
  margin: -2% 0;
}
@media (min-width: 330px) {
  .contenido-rojo-sn .p-bold,
  .contenido-rojo-sn .p-normal {
    font-size: 1em;
  }
}
@media (min-width: 400px) {
  .icon-especial-sn {
    width: 27%;
    top: 10.5%;
    left: -2%;
  }
  .contenido-rojo-sn {
    padding: 11%;
  }
  .contenido-rojo-sn .p-bold,
  .contenido-rojo-sn .p-normal {
    font-size: 1.1em;
  }
}
@media (min-width: 448px) {
  .icon-especial-sn {
    width: 28%;
    top: 11.5%;
    left: -2%;
  }

  .contenido-rojo-sn .p-bold,
  .contenido-rojo-sn .p-normal {
    margin-left: 23%;
    font-size: 1.3em;
  }
}
@media (min-width: 580px) {
  .icon-especial-sn {
    width: 25%;
    top: 12.5%;
    left: 3%;
  }
  .contenido-rojo-sn .p-bold,
  .contenido-rojo-sn .p-normal {
    margin-left: 24%;
    font-size: 1.4em;
  }
}
@media (min-width: 680px) {
  .contenido-rojo-sn .p-bold,
  .contenido-rojo-sn .p-normal {
    margin-left: 25%;
    font-size: 1.5em;
  }
}
@media (min-width: 780px) {
  .contenedor-banners-sanborns {
    width: 98%;
    padding-top: 5%;
  }
  .contenido-banner-sn {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .banner-especial-sn {
    flex: 0 0 calc(33.3% - 30px);
  }
  .contenido-rojo-sn {
    width: 100%;
    margin: 0 auto;
    padding: 20% 0 10%;
  }
  .contenido-rojo-sn .p-bold,
  .contenido-rojo-sn .p-normal {
    text-align: center;
    margin-left: 0;
    font-size: 0.9em;
  }
  .icon-especial-sn {
    width: 28%;
    top: -22.5%;
    left: 35%;
  }
  .icono-express-sn {
    width: 30%;
    margin: -2% 0;
  }
}
@media (min-width: 900px) {
  .contenido-rojo-sn {
    padding: 22% 0 10%;
  }
}
@media (min-width: 1200px) {
  .contenedor-banners-sanborns {
    width: 95%;
  }
  .contenido-rojo-sn .p-bold,
  .contenido-rojo-sn .p-normal {
    font-size: 1.1em;
  }
}
@media (min-width: 1400px) {
  .contenido-rojo-sn .p-bold,
  .contenido-rojo-sn .p-normal {
    font-size: 1.3em;
  }
}

/*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;
  }
}
