@font-face {
  font-family: "Gotham-Bold";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Bold.woff);
}

#LANDING_PEPE_JEANS {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
}

#LANDING_PEPE_JEANS p {
  font-size: 1em;
  font-family: "Gotham-Bold";
}
#LANDING_PEPE_JEANS img {
  width: 100%;
}
.img_header_pepe img {
  width: 80%;
}

#PEPE-JEANS {
  position: relative;
  margin-bottom: 30px;
}

#MODA-MUJER > div,
#MODA-HOMBRE > div {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  flex-wrap: wrap;
}

.tipos_moda_mujer-1,
.tipos_moda_mujer-2,
.tipos_moda_mujer-3,
.tipos_moda_mujer-4,
.tipos_moda_hombre-1,
.tipos_moda_hombre-2,
.tipos_moda_hombre-3,
.tipos_moda_hombre-4 {
  width: 45%;
}

/* 
#MODA-MUJER > div,
#MODA-HOMBRE > div {
  display: flex;
  justify-content: space-around;
  gap: 10px;
} */

.logos_pepe_jeans img {
  max-width: 300px;
  padding: 20px 0;
}

.container-pepe-jeans {
  max-width: 1140px;
  margin: auto;
}

.button-ver-coleccion {
  text-decoration: none;
  color: black;
  background: #fff;
  padding: 12px 18px;
  border-radius: 2%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s ease-in-out;
  font-size: 1em;
  font-family: "Gotham-Bold";
}
.button-ver-coleccion:hover {
  background: #000;
  color: #fff;
  transition: 0.3s ease-in;
}

#HOMBRE-MUJER,
#MODA-INFANTIL {
  position: relative;
}

.container-botones {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 4%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.button-ver-mujer,
.button-ver-hombre,
.button-ver-nina,
.button-ver-nino {
  text-decoration: none;
  color: black;
  background: #fff;
  padding: 15px 50px;
  border-radius: 2%;
  transition: 0.3s ease-in-out;
  font-size: 1em;
  font-family: "Gotham-Bold";
}

.button-ver-mujer:hover,
.button-ver-hombre:hover,
.button-ver-nina:hover,
.button-ver-nino:hover {
  background: #000;
  color: #fff;
  transition: 0.3s;
}

.tipos_moda_mujer-1 img,
.tipos_moda_mujer-2 img,
.tipos_moda_mujer-3 img,
.tipos_moda_mujer-4 img,
.tipos_moda_hombre-1 img,
.tipos_moda_hombre-2 img,
.tipos_moda_hombre-3 img,
.tipos_moda_hombre-4 img {
  transition: 0.3s;
}

.tipos_moda_mujer-1 img:hover,
.tipos_moda_mujer-2 img:hover,
.tipos_moda_mujer-3 img:hover,
.tipos_moda_mujer-4 img:hover,
.tipos_moda_hombre-1 img:hover,
.tipos_moda_hombre-2 img:hover,
.tipos_moda_hombre-3 img:hover,
.tipos_moda_hombre-4 img:hover {
  transition: 0.3s;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  #PEPE-JEANS {
    margin-bottom: 100px;
  }

  .logos_pepe_jeans img {
    max-width: 350px;
    padding: 30px 0;
  }

  .img_header_pepe {
    width: 80% !important;
  }

  .tipos_moda_mujer-1,
  .tipos_moda_mujer-2,
  .tipos_moda_mujer-3,
  .tipos_moda_mujer-4,
  .tipos_moda_hombre-1,
  .tipos_moda_hombre-2,
  .tipos_moda_hombre-3,
  .tipos_moda_hombre-4 {
    width: 20%;
  }

  .container-botones {
    bottom: 8%;
    gap: 80px;
  }

  #BANNER-CALZADO img {
    width: 80%;
  }
}
