:root {
  --rojo: #e73425;
}

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

/*Globales*/
img {
  width: 100%;
  margin: 0 auto;
}
a {
  text-decoration: none;
  display: block;
}
p {
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0;
}

/*Utilidades*/
.banner-desk {
  display: none !important;
}
.contenedor-sn {
  width: 100%;
  margin: 0 auto;
}
.banner-footer-sn {
  width: 99%;
  margin: 2% auto;
}
@media (min-width: 780px) {
  .banner-desk {
    display: block !important;
  }
  .banner-mob {
    display: none !important;
  }
  .banner-footer-sn {
    margin: 1% auto;
  }
}
/*Banner Principal*/
.banner-principal-sn {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner-principal-sn h2 {
  color: #ffff;
  background-color: var(--rojo);
  padding: 1% 2%;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 0.7em;
  position: absolute;
  top: 25%;
  right: 8%;
}
.banner-principal-sn h2 span {
  display: block;
}
@media (min-width: 330px) {
  .banner-principal-sn h2 {
    font-size: 0.9em;
  }
}
@media (min-width: 448px) {
  .banner-principal-sn h2 {
    font-size: 1.1em;
  }
}
@media (min-width: 600px) {
  .banner-principal-sn h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 780px) {
  .banner-principal-sn h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 900px) {
  .banner-principal-sn h2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .banner-principal-sn h2 {
    font-size: 1.9em;
  }
}
@media (min-width: 1400px) {
  .banner-principal-sn h2 {
    font-size: 2.3em;
  }
}
/**Sección categorías**/
.contenido-categos-section-sn {
  width: 98%;
  margin: 1% auto;
}
.categos-3-sn {
  width: 100%;
  margin: 1% auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catego-sn {
  flex: 0 0 calc(33.3% - 0.25em);
}
.catego-sn a,
.catego-grande-sn a {
  display: block;
  position: relative;
}
.catego-sn a h2,
.catego-grande-sn a h2 {
  position: absolute;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 3px black;
}
.catego-sn a h2 {
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -5%);
  padding: 1% 4%;
  font-size: 0.8em;
}
.catego-grande-sn a h2 {
  top: 33.3%;
  left: 10%;
  padding: 1% 3%;
  font-size: 0.9em;
}
@media (min-width: 330px) {
  .catego-sn a h2 {
    font-size: 0.9em;
  }
  .catego-grande-sn a h2 {
    font-size: 1em;
  }
}
@media (min-width: 448px) {
  .catego-sn a h2 {
    font-size: 1.2em;
  }
  .catego-grande-sn a h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 600px) {
  .catego-sn a h2 {
    font-size: 1.4em;
  }
  .catego-grande-sn a h2 {
    font-size: 1.6em;
  }
}
@media (min-width: 780px) {
  .catego-sn a h2 {
    font-size: 1.5em;
  }
  .catego-grande-sn a h2 {
    font-size: 1.7em;
  }
  .catego-sn a:hover {
    transition: 1s;
    transform: scale(0.98);
  }
  .catego-grande-sn a:hover {
    filter: grayscale(40%);
    transition: 1s;
  }
}
@media (min-width: 900px) {
  .catego-sn {
    flex: 0 0 calc(33.3% - 0.5em);
  }
  .catego-sn a h2 {
    font-size: 1.8em;
  }
  .catego-grande-sn a h2 {
    font-size: 2em;
    padding: 0.3% 2.5%;
    top: 38%;
    left: 15%;
  }
}
@media (min-width: 1200px) {
  .catego-sn a h2 {
    font-size: 2.2em;
  }
  .catego-grande-sn a h2 {
    font-size: 3.5em;
  }
}
/*Marcas*/
.contenedor-marcas-sn {
  width: 98%;
  margin: 2% auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.marca-sn {
  flex: 0 0 calc(25.2% - 0.25em);
  margin: 1%;
}
@media (min-width: 500px) {
  .marca-sn {
    flex: 0 0 calc(19.2% - 0.25em);
    margin: 1%;
  }
}
@media (min-width: 780px) {
  .marca-sn {
    flex: 0 1 calc(11.1% - 0.5em);
    margin: 0;
  }
}
/*Titulo Productos*/
.contenedor-productos-titulo {
  width: 98%;
  margin: 15px auto;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
  line-height: 1;
}
.contenedor-productos-titulo h2 {
  margin: 25px 0;
  font-size: 1.6em;
}
@media (min-width: 330px) {
  .contenedor-productos-titulo h2 {
    font-size: 2.2em;
  }
}
@media (min-width: 448px) {
  .contenedor-productos-titulo h2 {
    font-size: 2.3em;
  }
}
@media (min-width: 600px) {
  .contenedor-productos-titulo h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 780px) {
  .contenedor-productos-titulo {
    width: 97%;
  }
  .contenedor-productos-titulo h2 {
    margin: 40px 0;
    font-size: 2.1em;
  }
}
@media (min-width: 900px) {
  .contenedor-productos-titulo {
    width: 95%;
  }
  .contenedor-productos-titulo h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  .contenedor-productos-titulo {
    width: 92%;
    margin: 30px auto;
  }
  .contenedor-productos-titulo h2 {
    font-size: 3.1em;
  }
}
/*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;
  }
}
