@font-face {
  font-family: "Gotham-Bold";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Bold.woff);
  font-weight: 700;
  font-display: fallback;
}

@font-face {
  font-family: "Gotham-light";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Light.woff);
  font-weight: 300;
  font-display: fallback;
}

/* ESTILOS GENERALES/MOBILE */
#CONTAINER-LANDING {
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

.header-landing::after {
  content: " ";
  width: 95%;
  height: 90%;
  border: 3px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.container-center {
  max-width: 1140px;
  margin: 0 auto;
}

#CONTAINER-LANDING img {
  max-width: 100%;
}

#CARRUSEL-1 img {
  width: 100%;
}



.header-landing {
  position: relative;
  background-color: #000;
}

.title-header img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
}




#CONTAINER-LANDING a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.primary-text h2 {
  font-family: "Gotham-light", serif;
  font-size: 0.9em;
  color: #000;
  margin: 10px auto;
}

.primary-text span {
  font-family: "Gotham-Bold", serif;
  font-size: 1.2em;
  color: #000;
}

.secondary-text {
  font-family: "Gotham-light", serif;
  font-size: 1.1em;
  color: #000;

}

.container-video-mob video,
.container-video-desk video {
  width: 100%;

}

.video2 video {
  max-height: 500px;

}

.container-video-mob video {
  display: flex;

}

.container-video-desk video {
  display: none;
}

.ultimas-tendencias-jeans img {
  transition: all 0.2s;
  width: 100%;
}

.ultimas-tendencias-jeans img:hover,
.mejores-marcas-jeans img:hover,
.mejores-marcas2-jeans img:hover {
  transition: all 0.2s;
  transform: scale(1.02);
  width: 100%;
}


.ultimas-tendencias-jeans {
  display: grid;
  grid-template-areas:
    "box-tendencias1 box-tendencias2"
    "box-tendencias4 box-tendencias4"
    "box-tendencias3 box-tendencias3";
  gap: 10px;


}



.box-tendencias1 {
  grid-area: box-tendencias1;
}

.box-tendencias2 {
  grid-area: box-tendencias2;
}

.box-tendencias3 {
  grid-area: box-tendencias3;
}

.box-tendencias4 {
  grid-area: box-tendencias4;
}


.box-tendencias,
.box-tendencias a,
.box-tendencias picture {
  display: flex;
}


.text2 {
  display: flex;
  max-width: 1100px;
  align-items: left;
  margin: 50px auto;
  justify-content: left;
  flex-direction: column;
}

.title-text2 {
  text-align: left;
  max-width: 300px;
  font-size: 1.9em;
}


.text2 p {
  text-align: left;
  margin: 0;
  font-size: 1.3em;
  font-weight: 400;
  font-family: "Gotham-light", serif;
}

.title-text2-p {

  max-width: 600px;
}

.banner-jeans2 {
  margin: 50px auto;


}

.mejores-marcas-jeans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  margin: auto;

}

.mejores-marcas-jeans>div,
.mejores-marcas-jeans a {

  display: flex;
}

.mejores-marcas2-jeans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 20px;
}


.banner-hombre {
  position: relative;
}

.link1,
.link2,
.link3 {
  position: absolute;
  height: 50px;
}

.link1 {
  /* background-color: blue; */
  top: 15%;
  left: 15%;
  width: 100px;
}


.link2 {
  /* background-color: red; */
  top: 10%;
  right: 10%;
  width: 120px;
}

.link3 {
  /* background-color: yellow; */
  right: 0;
  left: 0;
  width: 200px;
  bottom: 0;
  margin: auto;
}

#CARRUSEL-2 {
  margin: 50px auto;
}


#CARRUSEL-2 .splide__pagination {
  bottom: -1.5em;

}

.footer-jeans {
  font-family: "Gotham-light", serif;

}



/* ESTILOS GENERALES/MOBILE */

/* ESTILOS DESKTOP */
@media only screen and (min-width: 768px) {

  .primary-text h2 {
    font-size: 1.5em;
    margin: 50px auto;
  }

  .ultimas-tendencias-jeans {
    grid-template-areas:
      "box-tendencias1 box-tendencias2 box-tendencias4"
      "box-tendencias3 box-tendencias3 box-tendencias4";
  }

  .mejores-marcas2-jeans {
    grid-template-columns: repeat(4, 1fr);
    margin: 30px 50px;
  }

  .text2 {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }

  .title-text2 {
    font-size: 1.5em;
  }

  .container-video-mob video {
    display: none;

  }


  .container-video-desk video {
    display: flex;

  }

  .link1 {
    top: 20%;
    left: 35%;
    width: 150px;
  }

  .link2 {
    top: 20%;
    right: 20%;
    width: 200px;
  }
}

/* ESTILOS DESKTOP */