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;
}
@media (min-width: 780px) {
  .banner-desk {
    display: block;
  }
  .banner-mob {
    display: none;
  }
}

/*Banner Principal*/
.banner-principal-mundial {
  width: 100%;
  margin: 0 auto;
}

/*Contenedor grid*/
.contenedor-grid {
  width: 100%;
  margin: 10px auto;
  background: linear-gradient(
    270deg,
    rgba(140, 21, 58, 1) 0%,
    rgba(70, 8, 30, 1) 100%
  );
}
.grid-container {
  width: 99%;
  margin: 10px auto;
  padding: 20px 0;
  display: grid;
  grid-auto-columns: 1.5fr;
  gap: 0.5em;
  grid-template-areas:
    'a a'
    'b c'
    'b d'
    'e e'
    'f h'
    'g h'
    'i j'
    'i k'
    'l l'
    'm o'
    'n o'
    'p p';
}
@media (min-width: 600px) {
  .grid-container {
    grid-template-areas:
      'a a i j'
      'b c i k'
      'b d l l'
      'e e m o'
      'f h n o'
      'g h p p';
  }
}
@media (min-width: 900px) {
  .grid-container {
    grid-template-areas:
      'a a i j f h'
      'b c i e e h'
      'b d l l o m'
      'k p p g o n';
  }
}
.grid-item {
  font-weight: bold;
  color: black;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.grid-item:nth-child(1) {
  grid-area: a;
}
.grid-item:nth-child(2) {
  grid-area: b;
}
.grid-item:nth-child(3) {
  grid-area: c;
}
.grid-item:nth-child(3) .catego-img {
  margin-top: 40px;
}
.grid-item:nth-child(4) {
  grid-area: d;
}
.grid-item:nth-child(5) {
  grid-area: e;
}
.grid-item:nth-child(6) {
  grid-area: f;
}
.grid-item:nth-child(7) {
  grid-area: g;
}
.grid-item:nth-child(8) {
  grid-area: h;
}
.grid-item:nth-child(9) {
  grid-area: i;
}
.grid-item:nth-child(10) {
  grid-area: j;
}
.grid-item:nth-child(11) {
  grid-area: k;
}
.grid-item:nth-child(12) {
  grid-area: l;
}
.grid-item:nth-child(13) {
  grid-area: m;
}
.grid-item:nth-child(14) {
  grid-area: n;
}
.grid-item:nth-child(15) {
  grid-area: o;
}
.grid-item:nth-child(16) {
  grid-area: p;
}
.info-catego {
  width: 50%;
  z-index: 1;
  padding: 15px 5px;
  line-height: 1;
  font-family: 'Roboto';
  color: #000;
}
.grid-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.grid-vertical .info-catego {
  width: auto;
}
.grid-grande {
  justify-content: center;
}
.grid-grande .info-catego {
  flex: 0 0 calc(45% - 5px);
}
.grid-grande .catego-img {
  flex: 0 1 calc(55% - 5px);
}
.catego-gral {
  margin-bottom: 10px;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
}
.catego-descuento-hasta {
  font-weight: normal;
  font-size: 0.5em;
}
.catego-descuento-porcentaje {
  color: rgba(140, 21, 58, 1);
  font-size: 2em;
}
.catego-descuento-porcentaje span {
  color: rgba(140, 21, 58, 1);
  font-size: 0.8em;
}
.catego-desecuento-desc {
  font-weight: normal;
  font-size: 0.5em;
}
@media (min-width: 330px) {
  .catego-gral {
    font-size: 1em;
  }
  .catego-descuento-hasta {
    font-size: 0.6em;
  }
  .catego-descuento-porcentaje {
    font-size: 2.5em;
  }
  .catego-descuento-porcentaje span {
    font-size: 0.8em;
  }
  .catego-desecuento-desc {
    font-size: 0.6em;
  }
}
@media (min-width: 448px) {
  .catego-gral {
    font-size: 1.3em;
  }
  .catego-descuento-hasta {
    font-size: 0.7em;
  }
  .catego-descuento-porcentaje {
    font-size: 2.7em;
  }
  .catego-descuento-porcentaje span {
    font-size: 0.8em;
  }
  .catego-desecuento-desc {
    font-size: 0.7em;
  }
}
@media (min-width: 600px) {
  .catego-gral {
    font-size: 1em;
  }
  .catego-descuento-hasta {
    font-size: 0.5em;
  }
  .catego-descuento-porcentaje {
    font-size: 2.5em;
  }
  .catego-descuento-porcentaje span {
    font-size: 0.7em;
  }
  .catego-desecuento-desc {
    font-size: 0.5em;
  }
}
@media (min-width: 780px) {
  .catego-gral {
    font-size: 1.3em;
  }
  .catego-descuento-hasta {
    font-size: 0.7em;
  }
  .catego-descuento-porcentaje {
    font-size: 2.7em;
  }
  .catego-descuento-porcentaje span {
    font-size: 0.8em;
  }
  .catego-desecuento-desc {
    font-size: 0.7em;
  }
}
@media (min-width: 1200px) {
  .catego-gral {
    font-size: 1.4em;
  }
  .catego-descuento-hasta {
    font-size: 0.8em;
  }
  .catego-descuento-porcentaje {
    font-size: 3em;
  }
  .catego-descuento-porcentaje span {
    font-size: 0.8em;
  }
  .catego-desecuento-desc {
    font-size: 0.8em;
  }
}

/*Marcas Destacadas*/
.contenedor-marcas-destacadas {
  width: 100%;
  margin: 10px auto;
  padding: 10px;
}
.titulo-marcas-destacadas {
  margin: 0;
  padding: 30px 0;
  text-align: center;
  letter-spacing: 2px;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 1.2em;
}
.marcas-destacadas {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.marca-destacada {
  margin: 5px 0;
  flex: 0 0 calc(33.3% - 10px);
  border: 2px solid grey;
}
@media (min-width: 333px) {
  .titulo-marcas-destacadas {
    font-size: 1.4em;
  }
}
@media (min-width: 448px) {
  .titulo-marcas-destacadas {
    font-size: 1.5em;
  }
}
@media (min-width: 600px) {
  .marca-destacada {
    flex: 0 0 calc(25% - 10px);
  }
  .titulo-marcas-destacadas {
    font-size: 1.6em;
  }
}
@media (min-width: 780px) {
  .marca-destacada {
    flex: 0 0 calc(16.6% - 10px);
  }
}
@media (min-width: 900px) {
  .contenedor-marcas-destacadas {
    width: 85%;
  }
  .titulo-marcas-destacadas {
    font-size: 1.7em;
  }
  .marca-destacada {
    flex: 0 0 calc(16.6% - 15px);
  }
}
@media (min-width: 1200px) {
  .contenedor-marcas-destacadas {
    width: 75%;
  }
  .titulo-marcas-destacadas {
    font-size: 1.9em;
  }
  .marca-destacada {
    margin: 8px auto;
    flex: 0 0 calc(16.6% - 20px);
  }
}

/*Productos*/
.contenedor-productos-tendencia {
  width: 100%;
  margin: 10px auto;
  background: linear-gradient(
    270deg,
    rgba(70, 8, 30, 1) 0%,
    rgba(140, 21, 58, 1) 110%
  );
}
.contenedor-productos-tendencia p {
  margin: 0;
  padding: 35px 0;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 1.2em;
}
@media (min-width: 333px) {
  .contenedor-productos-tendencia p {
    font-size: 1.4em;
  }
}
@media (min-width: 448px) {
  .contenedor-productos-tendencia p {
    font-size: 1.5em;
  }
}
@media (min-width: 600px) {
  .contenedor-productos-tendencia p {
    font-size: 1.6em;
  }
}
@media (min-width: 900px) {
  .contenedor-productos-tendencia p {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .contenedor-productos-tendencia p {
    font-size: 1.9em;
  }
}

/*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;
  }
}

/*Banner de abajo*/
.banner-recoge-en-tienda,
.banner-envio {
  width: 99%;
  margin: 5px auto;
}

/*Parrafo seo*/
.contenedor-seo {
  width: 100%;
  margin: 0 auto;
  background-color: #ffff;
}
.parrafo-seo {
  width: 90%;
  margin: auto;
  color: black;
  padding: 20px 0;
}
.titulo-seo {
  text-align: center;
  margin: 0;
  padding: 5px 0 10px;
  font-size: 14px;
  font-weight: bold;
}
.parrafo-seo p {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}
.parrafo-seo p span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .parrafo-seo {
    width: 70%;
  }
  .titulo-seo {
    font-size: 15px;
  }
  .parrafo-seo p {
    font-size: 14px;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
