/* 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;
}

/* FONTS */



/* ESTILOS GENERALES/MOBILE */

#CONTAINER-LANDING-RS2 {
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}


.container-center {
  max-width: 1140px;
  margin: 0 auto;
}

#CONTAINER-LANDING-RS2 img {
  max-width: 100%;
}

#CONTAINER-LANDING-RS2 a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.primary-secondary-text {
  padding: 3em 0 1em 0;
}
.primary-text {
  padding: 1em 2em;
}

.primary-text p{
  font-family: "Gotham-light", serif;
  font-size: 1.2em;
  font-weight: 500;
  color: #582E7C;
  margin: 0;
  text-align: left;
  line-height: 1.3em;
}

.primary-text span {
  font-family: "Gotham-Bold", serif;
  color: #582E7C;
}

.primary-text .span-rosa {
  font-family: "Gotham-light", serif;
  color: #FF1585;
}
.title-1 {
  padding: 1em 0;
}
.title-1 h2{
  font-family: "Gotham-Bold", serif;
  font-size: 1.3em;
  font-weight: 500;
  color: #582E7C;
  margin: 0;
}

#CARRUSEL-1-RS2 div {
  margin: 0 1em;
}
.splide__pagination {
  bottom: -2em;
}

.banner-1-puntaje {
  padding: 4em 0 2em 0;
}

#CARRUSEL-2-RS2 {
  transform: translateY(-7em);
}
#CARRUSEL-2-RS2 div {
  margin: 0 1em;
}

.title-2 {
  padding: 1em 0;
}
.title-2 h2{
  font-family: "Gotham-Bold", serif;
  font-size: 1.3em;
  font-weight: 500;
  color: #582E7C;
  margin: 0;
}

.grid-cate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  width: 85%;
}

.third-text {
  padding: 2em 2em 1em 2em;
}
.third-text p{
  font-family: "Gotham-light", serif;
  font-size: 1.2em;
  font-weight: 500;
  color: #582E7C;
  margin: 0;
  text-align: center;
  line-height: 1.3em;
}
.btn-center {
  padding: 1em 0;
}
.btn-center img{
  width: 60%;
}

.fourth-text {
  padding: 2em 2em 2em 2em;
}
.fourth-text p{
  font-family: "Gotham-Bold", serif;
  font-size: 1.2em;
  font-weight: 500;
  color: #582E7C;
  margin: 0;
  text-align: center;
  line-height: 1.3em;
}

.nopoint {
  pointer-events: none;
}
/* ESTILOS GENERALES/MOBILE */

/* ESTILOS DESKTOP */
@media only screen and (min-width: 768px) {

  .primary-secondary-text {
    padding: 4em 0 2em 0;
  }
  .primary-text {
    padding: 1em 0;
  }
  
  .primary-text p{
    font-size: 1.4em;
    text-align: center;
    line-height: 1.2em;
  }

  .title-1 {
    padding: 1em 0 3em 0;
  }
  .title-1 h2{
    font-size: 1.8em;
  }
  #CARRUSEL-1-RS2 div {
    margin: 0 0;
  }

  .banner-1-puntaje {
    padding: 4em 0 4em 0;
  }

  #CARRUSEL-2-RS2 {
    transform: translateY(-9em);
  }
  #CARRUSEL-2-RS2 div {
    margin: 0 0;
  }

  .title-2 {
    padding: 1em 0 3em 0;
  }
  .title-2 h2{
    font-size: 1.8em;
  }

  .grid-cate {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    max-width: 43%;
  }

  .third-text {
    padding: 3em 0 1em 0;
  }
  
  .third-text p{
    font-size: 1.4em;
    text-align: center;
    line-height: 1.2em;
  }

  .btn-center {
    padding: 1em 0;
  }
  .btn-center img{
    width: 30%;
  }

  .fourth-text {
    padding: 3em 0 3em 0;
  }
  .fourth-text p{
    font-size: 1.4em;
    text-align: center;
    line-height: 1.2em;
  }
}

/* ESTILOS DESKTOP */