:root {
  --rojo: #e53326;
}

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;
}
.contenedor-txt-sn {
  width: 98%;
  margin: 2% auto;
  background-color: var(--rojo);
}
.contenedor-txt-sn p {
  padding: 2%;
  color: #ffff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.7em;
}
.banner-footer-sn {
  width: 99%;
  margin: 2% auto;
}
.banners-footer-doble {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.banners-footer-doble div {
  display: block;
  flex: 0 0 calc(50% - 0.3em);
}
@media (min-width: 330px) {
  .contenedor-txt-sn p {
    font-size: 0.9em;
  }
}
@media (min-width: 448px) {
  .contenedor-txt-sn p {
    font-size: 1em;
  }
}
@media (min-width: 600px) {
  .contenedor-txt-sn p {
    font-size: 1.2em;
  }
}
@media (min-width: 780px) {
  .banner-desk {
    display: block !important;
  }
  .banner-mob {
    display: none !important;
  }
  .contenedor-txt-sn {
    width: 98%;
    margin: 1% auto;
  }
  .contenedor-txt-sn p {
    padding: 1.5%;
    font-size: 1.1em;
  }
  .banner-footer-sn {
    margin: 1% auto;
  }
}
@media (min-width: 900px) {
  .contenedor-txt-sn p {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .contenedor-txt-sn p {
    font-size: 1.3em;
  }
}
@media (min-width: 1400px) {
  .contenedor-txt-sn p {
    font-size: 1.4em;
  }
}
/*Banner Principal*/
.banner-principal-sn {
  width: 98%;
  margin: 0 auto;
}
/**Sección categorías**/
.contenido-categos-section-sn {
  width: 98%;
  margin: 1% auto;
}
.categos-50-sn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catego-sn {
  margin: 2% 0;
}
.categos-sec-sn-6,
.categos-sec-sn-4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.categos-sec-sn-6 .catego-sn,
.categos-sec-sn-4 .catego-sn {
  flex: 0 0 calc(50% - 0.25em);
  margin: 0.5% 0;
}
.catego-ppal-sn a {
  display: block;
  position: relative;
}
.catego-ppal-sn a h2 {
  position: absolute;
  width: 100%;
  padding: 1.5%;
  background-color: var(--rojo);
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  color: #ffff;
  top: 0;
}
.catego-sn a {
  display: block;
  position: relative;
}
.catego-sn a h3 {
  position: absolute;
  width: 82%;
  padding: 2%;
  background-color: var(--rojo);
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 0.6em;
  font-weight: 400;
  color: #ffff;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -3%);
}

@media (min-width: 330px) {
  .catego-ppal-sn a h2 {
    font-size: 1.05em;
  }
  .catego-sn a h3 {
    font-size: 0.75em;
  }
}
@media (min-width: 448px) {
  .catego-ppal-sn a h2 {
    font-size: 1.25em;
  }
  .catego-sn a h3 {
    font-size: 0.95em;
  }
}
@media (min-width: 600px) {
  .catego-ppal-sn a h2 {
    font-size: 1.45em;
  }
  .catego-sn a h3 {
    font-size: 1.05em;
  }
}
@media (min-width: 780px) {
  .contenido-categos-section-sn {
    display: flex;
    justify-content: space-between;
  }
  .categos-50-sn {
    flex: 0 0 calc(48.1% - 0.3em);
  }
  .categos-50-sn:nth-child(2) {
    flex: 0 0 calc(51.9% - 0.3em);
  }
  .categos-50-sn-farm {
    flex: 0 0 calc(47.3% - 0.3em);
  }
  .categos-50-sn-farm:nth-child(2) {
    flex: 0 0 calc(52.7% - 0.3em);
  }
  .categos-sec-sn-6 .catego-sn {
    flex: 0 0 calc(33.3% - 0.3em);
  }
  .categos-sec-sn-4 .catego-sn {
    flex: 0 0 calc(50% - 0.3em);
  }
  .catego-ppal-sn a:hover {
    filter: grayscale(40%);
    transition: 1s;
  }
  .catego-ppal-sn a h2 {
    font-size: 1.05em;
  }
  .catego-sn a:hover {
    transition: 1s;
    transform: scale(0.98);
  }
  .catego-sn a h3 {
    font-size: 0.55em;
  }
}
@media (min-width: 900px) {
  .categos-50-sn {
    flex: 0 0 calc(48% - 0.4em);
  }
  .categos-50-sn:nth-child(2) {
    flex: 0 0 calc(52% - 0.4em);
  }
  .categos-50-sn-farm {
    flex: 0 0 calc(47.3% - 0.4em);
  }
  .categos-50-sn-farm:nth-child(2) {
    flex: 0 0 calc(52.7% - 0.4em);
  }
  .categos-sec-sn-6 .catego-sn {
    flex: 0 0 calc(33.3% - 0.4em);
  }
  .categos-sec-sn-4 .catego-sn {
    flex: 0 0 calc(50% - 0.4em);
  }
  .catego-ppal-sn a h2 {
    font-size: 1.25em;
  }
  .catego-sn a h3 {
    font-size: 0.85em;
  }
}
@media (min-width: 1200px) {
  .catego-ppal-sn a h2 {
    font-size: 1.45em;
  }
  .catego-sn a h3 {
    font-size: 0.95em;
  }
}
@media (min-width: 1400px) {
  .catego-ppal-sn a h2 {
    font-size: 1.75em;
  }
  .catego-sn a h3 {
    padding: 1.5% 3.5%;
    font-size: 1.05em;
  }
}
/**Otras Categorias**/
.contenido-otras-categos-sn {
  width: 98%;
  margin: 1% auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.otra-catego-sn {
  flex: 0 0 calc(50% - 0.5em);
  margin: 0.5% 0;
}
.otra-catego-sn a {
  display: block;
  position: relative;
}
.otra-catego-sn a h3 {
  position: absolute;
  width: 70%;
  padding: 1% 2.5%;
  background-color: var(--rojo);
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  color: #ffff;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -3%);
}
@media (min-width: 330px) {
  .otra-catego-sn a h3 {
    font-size: 0.75em;
  }
}
@media (min-width: 448px) {
  .otra-catego-sn a h3 {
    font-size: 0.95em;
  }
}
@media (min-width: 600px) {
  .otra-catego-sn a h3 {
    font-size: 1.05em;
  }
}
@media (min-width: 780px) {
  .otra-catego-sn {
    flex: 0 0 calc(33.3% - 0.35em);
    margin: 0;
  }
  .otra-catego-sn a:hover {
    transition: 1s;
    transform: scale(0.98);
  }
  .otra-catego-sn a h3 {
    width: 50%;
    font-size: 0.9em;
  }
}
@media (min-width: 900px) {
  .otra-catego-sn {
    flex: 0 0 calc(33.3% - 0.8em);
  }
  .otra-catego-sn a h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .otra-catego-sn a h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 1400px) {
  .otra-catego-sn a h3 {
    padding: 1% 4%;
    font-size: 1.35em;
  }
}
/*Banner Caategoría*/
.catego-banner-sn {
  width: 98%;
  margin: 0 auto;
}
.catego-banner-sn a {
  display: block;
  position: relative;
}
.catego-banner-sn a h3 {
  position: absolute;
  padding: 1% 4.5%;
  background-color: var(--rojo);
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 0.6em;
  font-weight: 700;
  color: #ffff;
  top: 33%;
  right: 10%;
}
@media (min-width: 330px) {
  .catego-banner-sn a h3 {
    font-size: 0.7em;
  }
}
@media (min-width: 448px) {
  .catego-banner-sn a h3 {
    font-size: 0.9em;
  }
}
@media (min-width: 600px) {
  .catego-banner-sn a h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 780px) {
  .catego-banner-sn a:hover {
    filter: grayscale(40%);
    transition: 1s;
  }
  .catego-banner-sn a h3 {
    font-size: 0.8em;
  }
}
@media (min-width: 900px) {
  .catego-banner-sn a h3 {
    font-size: 1em;
    padding: 0.5% 4.5%;
    top: 35%;
  }
}
@media (min-width: 1200px) {
  .catego-banner-sn a h3 {
    font-size: 1.3em;
  }
}
@media (min-width: 1400px) {
  .catego-banner-sn a h3 {
    font-size: 1.6em;
  }
}
/*Sub Categos*/
.contenido-subcategos-sn {
  width: 95%;
  margin: 3% auto;
  display: flex;
  justify-content: space-between;
}
.subcatego-sn {
  flex: 0 0 calc(33.3% - 1em);
}
.subcatego-sn h3 {
  margin: 0.5% 0;
  padding: 1.2%;
  background-color: var(--rojo);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.6em;
}
@media (min-width: 330px) {
  .subcatego-sn h3 {
    font-size: 0.7em;
  }
}
@media (min-width: 448px) {
  .subcatego-sn h3 {
    font-size: 0.8em;
  }
}
@media (min-width: 600px) {
  .subcatego-sn h3 {
    font-size: 0.9em;
  }
}
@media (min-width: 780px) {
  .contenido-subcategos-sn {
    width: 85%;
  }
  .subcatego-sn {
    flex: 0 0 calc(33.3% - 2em);
  }
  .subcatego-sn a:hover {
    transition: 1s;
    transform: scale(0.98);
  }
  .subcatego-sn h3 {
    font-size: 0.9em;
  }
}
@media (min-width: 900px) {
  .contenido-subcategos-sn {
    width: 75%;
  }
  .subcatego-sn h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .contenido-subcategos-sn {
    width: 65%;
  }
  .subcatego-sn h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 1400px) {
  .contenido-subcategos-sn {
    width: 55%;
  }
  .subcatego-sn h3 {
    font-size: 1.3em;
  }
}
/*Titulo Productos*/
.contenedor-productos-titulo {
  width: 98%;
  margin: 15px auto;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
}
.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;
  }
}
