*,
body {
  font-family: 'Muli', 'Roboto', arial, helvetica, sans-serif;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.banner-principal {
  width: 100%;
  /*background-image: url(/c/vacaciones/img/Desk/BANNER_IMAGEN_VACACIONES_DESK.jpg);
                background-size: 100%;
                background-repeat: no-repeat;*/
  background-color: #00a4fb;
}
.carosel-root.principal {
  margin: 0;
  padding-top: 10px;
}
.banner-mobile {
  display: none !important;
}
.banner-hasta {
  font-size: 2rem;
  margin-top: 10% !important;
}
.banner-descuento {
  font-size: 8rem;
}
.banner-categoria {
  font-size: 3rem;
}
.descuento-carrusel {
  font-size: 1rem;
}
.texto-carrusel span {
  font-size: 2.5rem;
}
.contenedor-productos-google-sheet {
  margin-top: 5px;
  border: 0px;
}
.contenedor-grid {
  display: flex;
  flex-wrap: wrap;
}
.grid-container {
  margin: 10px auto;
  width: 98%;
  height: auto;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 0.5em;
  grid-template-areas:
    'a b b e e e i j j m'
    'a c c f f h i k k m'
    'd d d g g h l l l r'
    'n n o o p p p q q r';
}

.grid-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
}

.grid-item:nth-child(1) {
  grid-area: a;
  background-color: #ff7c36;
}

.grid-item:nth-child(2) {
  grid-area: b;
  background-color: #ff5915;
}

.grid-item:nth-child(3) {
  grid-area: c;
  background-color: #02a3fb;
}

.grid-item:nth-child(4) {
  grid-area: d;
  background-color: #00d7fe;
}

.grid-item:nth-child(5) {
  grid-area: e;
  background-color: #00d7fe;
}

.grid-item:nth-child(6) {
  grid-area: f;
  background-color: #ff5915;
}

.grid-item:nth-child(7) {
  grid-area: g;
  background-color: #02a3fb;
}

.grid-item:nth-child(8) {
  grid-area: h;
  background-color: #ff7c36;
}

.grid-item:nth-child(9) {
  grid-area: i;
  background-color: #00d7fe;
}

.grid-item:nth-child(10) {
  grid-area: j;
  background-color: #02a3fb;
}

.grid-item:nth-child(11) {
  grid-area: k;
  background-color: #ff5915;
}

.grid-item:nth-child(12) {
  grid-area: l;
  background-color: #02a3fb;
}

.grid-item:nth-child(13) {
  grid-area: m;
  background-color: #ff7c36;
}

.grid-item:nth-child(14) {
  grid-area: n;
  background-color: #02a3fb;
}

.grid-item:nth-child(15) {
  grid-area: o;
  background-color: #ff7c36;
}

.grid-item:nth-child(16) {
  grid-area: p;
  background-color: #ff5915;
}

.grid-item:nth-child(17) {
  grid-area: q;
  background-color: #00d7fe;
}

.grid-item:nth-child(18) {
  grid-area: r;
  background-color: #ff5915;
}
.dosXuna .informacion-catego {
  width: auto;
  margin: auto;
}
.dosXuna .catego-img {
  width: 48%;
  margin: auto;
}
.tresXuna .informacion-catego {
  width: auto;
  margin: auto;
}
.tresXuna .catego-img {
  width: 58%;
  margin: auto;
}

.grid-item:nth-child(16) .catego-img {
  width: 48%;
}

.informacion-catego {
  font-size: 12px;
  line-height: 1.2;
}
.catego {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.catego-descuento {
  font-size: 2.5rem;
  font-weight: 100;
  font-family: 'Bebas Neue';
}
.linea {
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin: 4px 0 1px;
}
.carosel-nav-right-marcas {
  right: 3px;
}
.carosel-nav-left-marcas {
  left: 3px;
}
.carosel-marcas {
  width: 95%;
  margin: auto;
}
@media (max-width: 1490px) {
  .catego {
    font-size: 1.3rem;
  }
}
@media (max-width: 1340px) {
  .banner-hasta {
    font-size: 2rem;
    margin-top: 10% !important;
  }
  .banner-descuento {
    font-size: 7.5rem;
  }
  .banner-categoria {
    font-size: 3.5rem;
  }
  .nombre-categorias {
    line-height: 1;
    font-weight: bold;
    font-size: 1.2rem;
  }
}
@media (max-width: 1240px) {
  .descuento-carrusel {
    font-size: 0.8rem;
  }
  .texto-carrusel span {
    font-size: 2rem;
  }
  .banner-hasta {
    font-size: 2rem;
    margin-top: 10% !important;
  }
  .banner-descuento {
    font-size: 6rem;
  }
  .banner-categoria {
    font-size: 2.2rem;
  }
  .grid-container {
    grid-template-areas:
      'a b b c c'
      'a e e e h'
      'i p p p h'
      'i f f j j'
      'g g k k m'
      'r d d d m'
      'r n n o o'
      'l l l q q';
  }
  .catego {
    font-size: 1.6rem;
  }
  .catego-descuento {
    font-size: 4rem;
  }
  .informacion-catego {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .banner-hasta {
    font-size: 1.5rem;
    margin-top: 7% !important;
  }
  .banner-descuento {
    font-size: 5rem;
  }
  .banner-categoria {
    font-size: 2rem;
  }
}
@media (max-width: 780px) {
  /*.banner-principal{
                    width: 100%;
                    background-image: url(/c/vacaciones/img/Mob/BANNER_VACIONES_MOBILE_2140x525.jpg);
                    background-size: 100%;
                    background-repeat: no-repeat;
                }*/
  .texto-carrusel span {
    font-size: 1.8rem;
  }
  .descuento-carrusel {
    font-size: 0.7rem;
  }
  .banner-desktop {
    display: none !important;
  }
  .banner-mobile {
    display: block !important;
  }
  .carosel-nav {
    display: none !important;
  }
  .banner-hasta {
    font-size: 1.7rem;
    margin-top: 25% !important;
  }
  .banner-descuento {
    font-size: 6.5rem;
  }
  .banner-categoria {
    font-size: 2rem;
  }
  .informacion-catego {
    font-size: 13px;
  }
  .catego {
    font-size: 1.3rem;
  }
  .catego-descuento {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .texto-carrusel span {
    font-size: 1.7rem;
  }
  .descuento-carrusel {
    font-size: 0.65rem;
  }
  .banner-hasta {
    font-size: 1rem;
    margin-top: 34% !important;
  }
  .banner-descuento {
    font-size: 3.5rem;
  }
  .banner-categoria {
    font-size: 1.3rem;
  }
  .grid-container {
    grid-template-areas:
      'a b b'
      'a c c'
      'e e e'
      'f f h'
      'g g h'
      'i j j'
      'i k k'
      'd d d'
      'p p r'
      'o o r'
      'm q q'
      'm l l';
  }
  .grid-item:nth-child(14) {
    display: none;
  }
  .carosel-marcas {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 1% auto 3%;
    width: 100%;
  }
  .carosel-marcas .carosel-item {
    line-height: 1.2;
    width: 23%;
    margin: 0 1% 0 auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 400px) {
  .descuento-carrusel {
    font-size: 0.55rem;
  }
  .texto-carrusel span {
    font-size: 1.5rem;
  }
  .banner-hasta {
    font-size: 0.9rem;
  }
  .banner-descuento {
    font-size: 3rem;
  }
  .banner-categoria {
    font-size: 1.1rem;
  }
  .informacion-catego {
    font-size: 10px;
    line-height: 1.1;
    padding: 3% 1%;
  }
  .catego {
    font-size: 1.2rem;
  }
  .catego-descuento {
    font-size: 2rem;
  }
}
@media (max-width: 330px) {
  .descuento-carrusel {
    font-size: 0.45rem;
  }
  .texto-carrusel span {
    font-size: 1.4rem;
  }
  .banner-hasta {
    font-size: 0.7rem;
  }
  .banner-descuento {
    font-size: 2.5rem;
  }
  .banner-categoria {
    font-size: 1rem;
  }
  .catego {
    font-size: 1rem;
  }
  .catego-descuento {
    font-size: 1.5rem;
  }
  .informacion-catego {
    font-size: 8px;
  }
}
@media (max-width: 290px) {
  .descuento-carrusel {
    font-size: 0.5rem;
  }
  .texto-carrusel span {
    font-size: 1.3rem;
  }
  .banner-hasta {
    font-size: 0.5rem;
    margin-top: 24% !important;
  }
  .banner-descuento {
    font-size: 2.5rem;
  }
  .banner-categoria {
    font-size: 0.8rem;
  }
  .catego {
    font-size: 0.85rem;
  }
}
