@font-face {
  font-family: "Gotham-Bold";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Bold.woff);
}

@font-face {
  font-family: "Gotham-light";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Light.woff);
}

/* ESTILOS MOBILE/GENERALES */
#CONTAINER-LANDING-HEAD {
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  scroll-behavior: smooth;
  padding: 0 0 100px 0;
  margin: auto;
  background-image: url(../bg.png);
  background-size: contain;
  background-repeat: repeat-y;
  position: relative;
}

#CONTAINER-LANDING-HEAD .container-section {
  max-width: 1140px;
  margin: auto;
}

.logo-head img {
  width: 50%;
}

.logo-head {
  margin: 30px;

}

.titulo-1 span,
.texto-mujer p {
  font-family: "Gotham-Bold", serif;
  font-size: 1.4em;
}

#CONTAINER-LANDING-HEAD .titulares {
  max-width: 800px;
  margin: 30px auto;
  padding: 0 10px;
}

.titulares img {
  width: 60%;
}

#CONTAINER-LANDING-HEAD h2 {

  color: #000;

}

#CONTAINER-LANDING-HEAD .container-video video {
  width: 100%;
}

#CONTAINER-LANDING-HEAD .video-header-desk {
  display: none;
}

#CONTAINER-LANDING-HEAD .video-header-mob {
  display: block;
}

#CONTAINER-LANDING-HEAD h1 {
  font-size: 1.5em;
  font-family: "Gotham-Bold";
}

#CONTAINER-LANDING-HEAD h2 {
  font-size: 1.4em;
  font-family: "Gotham-Bold";
}

#CONTAINER-LANDING-HEAD P {
  font-size: 1em;
  font-family: "Gotham-light";
  color: #000;
}

.titulo-1 h1 {
  color: #FF3561;
}

#CONTAINER-LANDING-HEAD .titulo-seccion {
  color: red !important;
}

#CONTAINER-LANDING-HEAD #nav-header {
  position: sticky;
  top: 110px;
  z-index: 4;
}


#CONTAINER-LANDING-HEAD .container-buttons-header {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: auto;
}

#CONTAINER-LANDING-HEAD #nav-header img:hover {
  filter: drop-shadow(0 0 5px #fff5);
}

#nav-header img,
.banner-1-head img {
  width: 80%;
}


#CONTAINER-LANDING-HEAD img {
  max-width: 100%;
}

#CONTAINER-LANDING-HEAD a {
  text-decoration: none;
  cursor: pointer;
}

#CONTAINER-LANDING-HEAD .container-mujer,
#CONTAINER-LANDING-HEAD .container-hombre {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 30px auto;
}

#CONTAINER-LANDING-HEAD .container-hombre {
  flex-direction: column-reverse;
}

#CONTAINER-LANDING-HEAD .box3-4-mujer,
#CONTAINER-LANDING-HEAD .box2-3-hombre {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}

#CONTAINER-LANDING-HEAD .mujer-head {
  margin: 30px auto;
}

#CONTAINER-LANDING-HEAD .hombre-head {
  margin-top: 110px;
  /* margin: 110px auto; */
}



#CONTAINER-LANDING-HEAD .franja_superior-desk {
  margin-bottom: -6px;
}

#CONTAINER-LANDING-HEAD #carrusel-1-head>div,
#CONTAINER-LANDING-HEAD #carrusel-2-head>div {
  max-width: 1100px;
  margin: auto;
}


/* CHANGE NAV */
#CONTAINER-LANDING-HEAD #nav-header .logo-head {
  width: 0;
  transition: all 0.5s ease-in-out;
}

#CONTAINER-LANDING-HEAD #nav-header.change-nav {
  background-image: url(../huincha-menu.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
}

/* CHANGE NAV */

/* CARRUSEL API */
#CARRUSEL-API-1,
#CARRUSEL-API-2 {
  margin: 120px auto;
}

#CARRUSEL-API-1,
#CARRUSEL-API-2 {
  margin: 50px 0;
}

#CARRUSEL-API-1 .item-api,
#CARRUSEL-API-2 .item-api {
  display: grid;
  grid-template-rows: 200px 1fr max-content min-content;
  height: 100%;
  justify-items: center;
}

#CARRUSEL-API-1 .imagen-api,
#CARRUSEL-API-2 .imagen-api {
  max-width: 200px;
  max-height: 250px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  gap: 5px;
}

#CARRUSEL-API-1 .nombre-producto-api,
#CARRUSEL-API-2 .nombre-producto-api {
  padding: 0 35px;
  color: #000;
  font-family: "Gotham-Bold", serif;
  font-size: 1em;
  margin-top: 10px;
  text-transform: lowercase;
}

#CARRUSEL-API-1 .nombre-precio,
#CARRUSEL-API-2 .nombre-precio,
#CARRUSEL-API-1 .precio-api,
#CARRUSEL-API-2 .precio-api {
  color: #000;
  font-family: "Gotham-Bold", serif;
  font-size: 1.1em;
  padding: 0;
}


#CARRUSEL-API-1 .splide__pagination,
#CARRUSEL-API-2 .splide__pagination {
  bottom: -1.5em;
}

#CARRUSEL-API-1 .splide__pagination__page.is-active,
#CARRUSEL-API-2 .splide__pagination__page.is-active {
  transform: scale(1.5);
  background: gray;
}

#CARRUSEL-API-1 .boton-ver-api,
#CARRUSEL-API-2 .boton-ver-api {
  background: #f11280;
  color: white;
  border-radius: 5px;
  border: 0;
  padding: 7px 15px;
  cursor: pointer;
  font-family: "Gotham-Bold", serif;
}

#CARRUSEL-API-1 .splide__arrow,
#CARRUSEL-API-2 .splide__arrow {
  background: #000;
}

#CARRUSEL-API-1 .splide__arrow svg,
#CARRUSEL-API-2 .splide__arrow svg {

  fill: #fff;
}

#CARRUSEL-API-1,
#CARRUSEL-API-2 {
  max-width: 1140px;
  margin: auto;
}

/*   CARRUSEL API */

.boton-lo-quiero img {
  width: 50%;

}

.box2-mujer,
.box3-mujer,
.box2-hombre,
.box3-hombre {
  position: relative;

}

.box2-mujer__link,
.box3-mujer__link,
.box2-hombre__link,
.box3-hombre__link {
  position: absolute;
  width: 140px;
  height: 125px;
}

.link1 {
  /* background-color: red; */
  top: 10%;
  right: 0;
}

.link2 {
  /* background-color: yellow; */
  top: 20%;
  left: 0;
}

.link3 {
  /* background-color: blue; */
  right: 10%;
  bottom: 0;
}

.link4 {
  /* background-color: grey; */
  top: 0;
  left: 10%;
}

.link5 {
  /* background-color: palegreen; */
  top: 50%;
  right: 0;

}

.link6 {
  /* background-color: gold; */
  left: 5%;
  bottom: 0;
  height: 60px;
}

.link7 {
  /* background-color: palegreen; */
  top: 10%;
  right: 0;
}

.link8 {
  /* background-color: gold; */
  bottom: 0;
  right: 0;
  height: 80px;
}

.link9 {
  /* background-color: red; */
  top: 10%;
  left: 5%;
  height: 60px;
}

.link10 {
  /* background-color: orange; */
  top: 55%;
  left: 40%;
  height: 60px;
}

.link11 {
  /* background-color: blue; */
  bottom: 0;
  left: 30%;
  height: 60px;
}


/* ESTILOS MOBILE/GENERALES */

/* ESTILOS DESKTOP */
@media (min-width: 768px) {

  .logo-head img {
    width: 15%;
  }

  #CONTAINER-LANDING-HEAD #nav-header img {
    width: 60%;
  }

  #CONTAINER-LANDING-HEAD #nav-header.change-nav {
    height: 90px;
  }

  #CONTAINER-LANDING-HEAD h1,
  #CONTAINER-LANDING-HEAD h2 {
    font-size: 2.2em;
  }


  #CONTAINER-LANDING-HEAD P {
    font-size: 1.2em;
  }

  #CONTAINER-LANDING-HEAD #nav-header {
    top: 60px;
  }

  /* #CONTAINER-LANDING-HEAD .banner-1-head {
    display: block;
  }

  #CONTAINER-LANDING-HEAD .banner-1-head img {
    width: 35%;
    margin: 50px auto;
  } */

  /* #CONTAINER-LANDING-HEAD .logo-head-mob {
    display: none;
  } */

  #CONTAINER-LANDING-HEAD .video-header-desk {
    display: block;
  }


  #CONTAINER-LANDING-HEAD .video-header-mob {
    display: none;
  }

  #CONTAINER-LANDING-HEAD .box3-4-mujer,
  #CONTAINER-LANDING-HEAD .box2-3-hombre {

    flex-direction: row;
  }

  #CONTAINER-LANDING-HEAD #carrusel-1-head .nombre-producto,
  #CONTAINER-LANDING-HEAD #carrusel-2-head .nombre-producto {
    padding: 0 35px;
  }

  #CONTAINER-LANDING-HEAD .container-mujer,
  #CONTAINER-LANDING-HEAD .container-hombre {
    margin: 70px auto;
  }

  .boton-lo-quiero img {
    width: 20%;

  }

  #CONTAINER-LANDING-HEAD .mujer-head {
    margin: 50px auto 0 auto;
  }

  #CONTAINER-LANDING-HEAD .hombre-head {

    margin: 112px auto 0 auto;

  }


  .link2 {
    top: 35%;
  }

  .link3 {
    right: 16%;
  }

  .link4 {
    top: 5%;
    left: 16%;
  }

  /* .link5 {
    top: 295px;
    ;
  } */

  .link6 {

    left: 14%;
    bottom: 5%;

  }

  .link7 {
    top: 10%;
    right: 7%;

  }


  .link8 {
    left: 60%;
  }

  .link9 {

    height: 100px;

  }

  /* .link10 {
    top: 335px;
    left: 216px;
  } */

  .link11 {
    left: 5%;
    bottom: 5%;
    height: 70px;
  }

}

/* ESTILOS DESKTOP */