/* FONTS */
@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;
}

@font-face {
  font-family: "Gotham-Book";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Book.woff);
  font-weight: 400;
  font-display: fallback;
}

@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-Black";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Black.woff);
  font-weight: 900;
  font-display: fallback;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;700;900&display=swap");

/* FONTS */



/* ESTILOS GENERALES/MOBILE */
.cintillo-dior {
  margin: 0;
  padding: 0;
}
.cintillo-dior img{
  width: 100%;
}
#CONTAINER-LANDING {
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}


.container-center {
  max-width: 1140px;
  margin: 0 auto;
}

#CONTAINER-LANDING img {
  max-width: 100%;
}

#CONTAINER-LANDING a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.primary-text h3 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin: 20px 0 5px 0;
}

.primary-text-2 h3 {
  font-size: 24px;
  font-weight: 600;
  color: #575757;
  margin: 20px 0 5px 0;
}

.secondary-text p{
  font-size: 13px;
  color: #000;
  margin: 0 15px;
  text-align: center;
}

.secondary-text span {
  font-weight: 900;
  color: #000;
}

#CARRUSEL-1-ICD div{
  margin: 25px 5px 40px 5px;
}
#CARRUSEL-1-ICD p{
  font-size: 8px;
}

.boton-ver-producto {
  background-color: black;
  color: white;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.boton-ver-producto:hover {
  background-color: white;
  color: black;
}


/* ESTILOS  CARRUSEL API */
#CAROUSEL-API {
  margin: 5px auto 50px auto;
}

#CAROUSEL-API .item-api {
  display: grid;
  grid-template-rows: 200px 1fr max-content min-content;
  height: 100%;
  justify-items: center;
}

#CAROUSEL-API .imagen-api {
  max-width: 200px;
  max-height: 250px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  gap: 5px;
}

#CAROUSEL-API .nombre-producto-api {
  padding: 0 10px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1em;
  margin-top: 5px;
  text-transform: uppercase;
}


#CAROUSEL-API .splide__pagination {
  bottom: -1.5em;
}

#CAROUSEL-API .splide__pagination__page.is-active {
  transform: scale(1.5);
  background: gray;
}

#CAROUSEL-API .boton-ver-api {
  background: #000;
  color: white;
  border-radius: 25px;
  border: 0;
  padding: 7px 15px;
  cursor: pointer;
  font-family: "Gotham-Bold", serif;
}

#CAROUSEL-API .boton-ver-api:hover
{
  background: #f11280;
}


.erased {
  visibility: hidden;
}

.banner-final {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.logo-dior {
  max-width: 200px;
}
.noPoint {
  pointer-events: none;
}

/* ESTILOS  CARRUSEL API */


/* ESTILOS GENERALES/MOBILE */

/* ESTILOS DESKTOP */
@media only screen and (min-width: 768px) {

  .primary-text h3 {
  font-size: 40px;
  margin: 30px 0 20px 0;
}

.primary-text-2 h3 {
  font-size: 32px;
  margin: 70px 0 20px 0;
}

.secondary-text p{
  font-size: 18px;
  margin: 0 60px;
}
#CARRUSEL-1-ICD div{
  margin: 50px 100px;
}
#CARRUSEL-1-ICD p{
  font-size: 14px;
}
#CAROUSEL-API .nombre-producto-api {
  padding: 0 30px;
  font-size: 1em;
  margin-top: 5px;
}
.boton-ver-producto {
  padding: 10px 50px;
  margin-top: 10px;
  font-size: 14px;
}
.banner-final {
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.logo-dior {
  max-width: 350px;
}

}

/* ESTILOS DESKTOP */