@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;
}


.container-center {
  max-width: 1140px;
  margin: 0 auto;
}

#CONTAINER-LANDING img {
  max-width: 100%;
}

.menu-centrado {
  display: flex;
  top: 90px;
  z-index: 1;
  justify-content: center;
  background-color: #fff;
}
.nav-base {
  display: flex;
  padding: 1em 0;
}

.boton1,
.boton2,
.boton3,
.boton4 {
  font-family: "Gotham-light", serif;
  color: #000;
  padding: 0 0.5em;
  margin: 0 0.2em;
}
.boton1 p,
.boton2 p,
.boton3 p,
.boton4 p{
  margin: 0;
  padding: 0.2em 0.2em;
  pointer-events: none;
}

#CONTAINER-LANDING a {
  text-decoration: none;
  cursor: pointer;
}

.primary-text {

  font-family: "Gotham-Bold", serif;
  font-size: 1.5em;
  font-weight: 900;
  color: #000;

}

.nopoint {
  pointer-events: none;
}


.secondary-text {
  font-family: "Gotham-light", serif;
  font-size: 1.1em;
  color: #000;

}

/*active_menu rosa*/
.active_menu {
  background: #ff0091;
  font-family: "Gotham-Bold", serif;
  font-weight: 900;
  color: #fff;
}
.change-color {
  background: #ff0091;
  font-family: "Gotham-Bold", serif;
  font-weight: 900;
  color: #fff;
}

/*active_menu rosa*/

.container-video video {
  width: 50%;
  margin: 30px auto;
}
.pleca-TEND {
  font-family: "Gotham-light", serif;
  font-size: 1.3em;
}
/* TEJIDAS */
#TEJIDAS-TEND {
  padding: 1em 0;
  margin: 0 0 2em 0;
}

.grid-tejidas {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  padding: 0 0 2em 0;
  gap: 0.5em 0;
}

.grid-tejidas-1 {
  grid-area: 1 / 1 / 2 / 2;
  padding: 0 5em;
}

.grid-tejidas-2 {
  grid-area: 2 / 1 / 3 / 2;
}
.grid-tejidas-2 p{
  margin: 0;
  text-align: center;
  font-size: 0.68em;
  padding: 0 1.5em 0 1.5em;
}
.grid-tejidas-3 {
  grid-area: 3 / 1 / 4 / 2;
}
.grid-tejidas-4 {
  grid-area: 4 / 1 / 5 / 2;
}
.grid-tejidas-5 {
  grid-area: 5 / 1 / 6 / 2;
  padding: 1.5em 3.33em;
}
.grid-tejidas-5 img{
  padding: 2em 0 0 0;
}

#CARRUSEL-TEJIDAS .splide__pagination__page {
  transform: translateY(2em);
  width: 10px;
  height: 10px;
}

.bg-tejidas {
  background: url(../img/tejidas.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
#CARRUSEL-TEJIDAS .splide__pagination__page.is-active {
  background:#ff0091;
  opacity: 1;
}
/* TEJIDAS */

/* BOMBERS */
#BOMBERS-TEND {
  padding: 1em 0;
  margin: 0 0 2em 0;
}

.grid-bombers {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  padding: 0 0 0 0;
  gap: 0.5em 0;
}

.grid-bombers-1 {
  grid-area: 3 / 1 / 4 / 2;
}

.grid-bombers-2 {
  grid-area: 1 / 1 / 2 / 2;
  padding: 0 5em;
}

.grid-bombers-3 {
  grid-area: 2 / 1 / 3 / 2;
}
.grid-bombers-3 p{
  margin: 0;
  text-align: center;
  font-size: 0.68em;
  padding: 0 1.5em 0 1.5em;
}
.grid-bombers-4 {
  grid-area: 4 / 1 / 5 / 2;
}
.grid-bombers-5 {
  grid-area: 5 / 1 / 6 / 2;
  padding: 0 7em;
}

.bg-bombers {
  background: url(../img/background-mb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-bombers {
  padding: 1em 0 1em 0;
}
/* BOMBERS */

/* BIKERS */
#BIKERS-TEND {
  padding: 1em 0 0 0;
  margin: 0 0 3em 0;
}

.grid-bikers {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  padding: 0 0 2em 0;
  gap: 0.5em 0;
}

.grid-bikers-1 {
  grid-area: 1 / 1 / 2 / 2;
  padding: 0 5em;
}

.grid-bikers-2 {
  grid-area: 2 / 1 / 3 / 2;
}
.grid-bikers-2 p{
  margin: 0;
  text-align: center;
  font-size: 0.68em;
  padding: 0 1.5em 0 1.5em;
}
.grid-bikers-3 {
  grid-area: 3 / 1 / 4 / 2;
}
.grid-bikers-4 {
  grid-area: 4 / 1 / 5 / 2;
}
.grid-bikers-5 {
  grid-area: 5 / 1 / 6 / 2;
  padding: 0 3.33em;
}
.grid-bikers-5 img{
  padding: 2em 0 0 0;
}

.bg-bikers {
  background: url(../img/bikers.png);
  background-repeat: no-repeat;
  background-position: 0 97%;
  background-size: 100%;
}
/* BIKERS */

/* BLAZERS */
#BLAZERS-TEND {
  padding: 1em 0;
  margin: 0 0 0 0;
}

.grid-blazers {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  padding: 0 0 0 0;
  gap: 0.5em 0;
}

.grid-blazers-1 {
  grid-area: 3 / 1 / 4 / 2;
}

.grid-blazers-2 {
  grid-area: 1 / 1 / 2 / 2;
  padding: 0 5em;
}

.grid-blazers-3 {
  grid-area: 2 / 1 / 3 / 2;
}
.grid-blazers-3 p{
  margin: 0;
  text-align: center;
  font-size: 0.68em;
  padding: 0 1.5em 0 1.5em;
}
.grid-blazers-4 {
  grid-area: 4 / 1 / 5 / 2;
}
.grid-blazers-5 {
  grid-area: 5 / 1 / 6 / 2;
  padding: 0 7em;
}
/* BLAZERS */
/* OTROS */
.otros-title {
  margin: 3em 0 0 0;
}
.grid-otros {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  gap: 1em;
  padding: 1em 0 0 0;
  
}
.contenedor-otros1 {
  grid-area: 1 / 1 / 2 / 2;
}
.contenedor-otros2 {
  grid-area: 2 / 1 / 3 / 2;
}
.contenedor-otros3 {
  grid-area: 3 / 1 / 4 / 2;
}


/* OTROS */

/* COMBI */
.otros-title2 {
  margin: 3em 0 0 0;
}
.grid-combi {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 1em;
}
.grid-combi-1 {
  grid-area: 1 / 1 / 2 / 2;
  padding: 1em 2em 0 2em;
}
.grid-combi-2 {
  grid-area: 2 / 1 / 3 / 2;
  padding: 0 2em 0 2em;
}
.grid-combi-3 {
  grid-area: 3 / 1 / 4 / 2;
  padding: 0 2em 0 2em;
}
.text-combi {
  padding: 2em 0 0 0;
  font-family: "Gotham-light", serif;
  font-size: 0.8em;
  color: #000;
}
/* COMBI */

/* MARCAS */
.text-marcas {
  padding: 0 0 0 0;
  font-family: "Gotham-Bold", serif;
  font-size: 1.6em;
  font-weight: 900;
  color: #000;
}
.grid-marcas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1em;
  padding: 0 0 1em 0;
}
.grid-marcas-1 {
  grid-area: 1 / 1 / 2 / 2;
}
.grid-marcas-2 {
  grid-area: 1 / 2 / 2 / 3;
}
.grid-marcas-3 {
  grid-area: 1 / 3 / 2 / 4;
}
.grid-marcas-4 {
  grid-area: 2 / 1 / 3 / 2;
}
.grid-marcas-5 {
  grid-area: 2 / 2 / 3 / 3;
}
.grid-marcas-6 {
  grid-area: 2 / 3 / 3 / 4;
}
 .secondary-text h1{
    font-family: "Gotham-Bold", serif;
    font-size: 22px;
    color: #000;
  }
  .secondary-text p{
    font-family: "Gotham-light", serif;
    font-size: 12px;
    color: #000;
  }

  .secondary-text01 h1{
    font-family: "Gotham-Bold", serif;
    font-size: 20px;
    color: #000;
  }
  .secondary-text01 p{
    font-family: "Gotham-light", serif;
    font-size: 12px;
    color: #000;

  }
  .text-marcas h2{
    font-size: 22px;
  }
/* MARCAS */

/* ESTILOS GENERALES/MOBILE */

/* ESTILOS DESKTOP */
@media only screen and (min-width: 768px) {

  .menu-centrado {
    display: flex;
    top: 70px;
    z-index: 99;
    justify-content: center;
    background-color: #fff;
  }
  .nav-base {
    display: flex;
    padding: 1em 0;
  }
  
  .boton1,
  .boton2,
  .boton3,
  .boton4 {
    font-family: "Gotham-light", serif;
    color: #000;
    padding: 0 0.5em;
    margin: 0 1em;
  }
  .boton1 p,
  .boton2 p,
  .boton3 p,
  .boton4 p{
    margin: 0;
    padding: 0.2em 0.2em;
    pointer-events: none;
  }
  
  #CONTAINER-LANDING a {
    text-decoration: none;
    cursor: pointer;
  }
  
  .primary-text {
  
    font-family: "Gotham-Bold", serif;
    font-size: 1.5em;
    font-weight: 900;
    color: #000;
  
  }
  
  .primary-text span {
    color: red;
  }
  
  .secondary-text {
    font-family: "Gotham-light", serif;
    font-size: 1.1em;
    color: #000;
  
  }
  .secondary-text p{
    font-family: "Gotham-light", serif;
    font-size: 18px;
    color: #000;
  }
  .secondary-text h1{
    font-family: "Gotham-Bold", serif;
    font-size: 30px;
    color: #000;
  }
  .secondary-text01 h1{
    font-size: 30px;
    color: #000;
  }
  .secondary-text01 p{
    font-size: 18px;
    color: #000;
  }
  
  /*active_menu rosa*/
  .active_menu {
    background: #ff0091;
    font-family: "Gotham-Bold", serif;
    font-weight: 900;
    color: #fff;
  }
  .change-color {
    background: #ff0091;
    font-family: "Gotham-Bold", serif;
    font-weight: 900;
    color: #fff;
  }
  /*active_menu rosa*/
  
  .container-video video {
    width: 50%;
    margin: 30px auto;
  }
  .pleca-TEND {
    font-family: "Gotham-light", serif;
    font-size: 1.3em;
  }
  /* TEJIDAS */
  #TEJIDAS-TEND {
    padding: 2em 0;
    margin: 0 0 1em 0;
  }
  
  .grid-tejidas {
    display: grid;
    grid-template-columns: 1fr 1fr 1.115fr;
    grid-template-rows: auto auto auto;
    gap: 0 1em;
    padding: 0 0 2em 0;
  }
  
  .grid-tejidas-1 {
    grid-area: 1 / 1 / 2 / 2;
    padding: 0 1em;
  }
  .grid-tejidas-2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .grid-tejidas-2 p{
    margin: 0;
    text-align: left;
    font-size: 1em;
    padding: 0 0 0 0;
  }
  .grid-tejidas-3 {
    grid-area: 2 / 1 / 3 / 3;
  }
  .grid-tejidas-4 {
    grid-area: 1 / 3 / 3 / 4;
  }
  .grid-tejidas-5 {
    grid-area: 3 / 3 / 4 / 4;
    padding: 0 3.33em;
  }
  .grid-tejidas-5 img{
    padding: 2em 0 0 0;
    width: 80%;
  }
  
  #CARRUSEL-TEJIDAS .splide__pagination__page {
    transform: translateY(2em);
    width: 10px;
    height: 10px;
  }
  
  .bg-tejidas {
    background: url(../img/tejidas.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 55%;
  }
  #CARRUSEL-TEJIDAS .splide__pagination__page.is-active {
    background:#ff0091;
    opacity: 1;
  }
  /* TEJIDAS */
  
  /* BOMBERS */
  #BOMBERS-TEND {
    padding: 0em 0 0 0;
  }
  .bg-bombers {
    padding: 3em 0 0 0;
  }
  .grid-bombers {
    display: grid;
    grid-template-columns: 1.13fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 0 1em;
    padding: 0 0 2em 0;
  }
  
  .grid-bombers-1 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .grid-bombers-2 {
    grid-area: 1 / 2 / 2 / 3;
    padding: 0 0 0 1em;
  }
  
  .grid-bombers-3 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .grid-bombers-3 p{
    margin: 0 0 1em 1em;
    text-align: left;
    font-size: 1em;
    padding: 0 0 0 0;
  }
  .grid-bombers-4 {
    grid-area: 2 / 2 / 3 / 4;
  }
  .grid-bombers-5 {
    grid-area: 3 / 1 / 4 / 2;
    padding: 0 7em;
  }
  .grid-bombers-5 img{
    padding: 2em 0 0 0;
  }
  .bg-bombers {
    background: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* BOMBERS */

  /* BIKERS */
  #BIKERS-TEND {
    padding: 4em 0 0 0;
    margin: 0 0 6em 0;
  }
  .grid-bikers {
    display: grid;
    grid-template-columns: 1fr 1fr 1.15fr;
    grid-template-rows: auto auto auto;
    gap: 0 1em;
    padding: 0 0 2em 0;
  }
  
  .grid-bikers-1 {
    grid-area: 1 / 1 / 2 / 2;
    padding: 0 1em;
  }
  .grid-bikers-2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .grid-bikers-2 p{
    margin: 0;
    text-align: left;
    font-size: 1em;
    padding: 0 1.5em 0 0;
  }
  .grid-bikers-3 {
    grid-area: 2 / 1 / 3 / 3;
  }
  .grid-bikers-4 {
    grid-area: 1 / 3 / 3 / 4;
  }
  .grid-bikers-5 {
    grid-area: 3 / 3 / 4 / 4;
    padding: 0 3.33em;
  }
  .grid-bikers-5 img{
    padding: 2em 0 0 0;
    width: 80%;
  }
  
  .bg-bikers {
    background: url(../img/bikers.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 55%;
  }
  /* BIKERS */

  /* BLAZERS */
  #BLAZERS-TEND {
    padding: 6em 0 2em 0;
  }
  .grid-blazers {
    display: grid;
    grid-template-columns: 1.13fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 0 1em;
    padding: 0 0 2em 0;
  }
  
  .grid-blazers-1 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .grid-blazers-2 {
    grid-area: 1 / 2 / 2 / 3;
    padding: 0 0 0 1em;
  }
  
  .grid-blazers-3 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .grid-blazers-3 p{
    margin: 0 0 1em 1em;
    text-align: left;
    font-size: 1em;
    padding: 0 1em 0 0;
  }
  .grid-blazers-4 {
    grid-area: 2 / 2 / 3 / 4;
  }
  .grid-blazers-5 {
    grid-area: 3 / 1 / 4 / 2;
    padding: 0 7em;
  }
  .grid-blazers-5 img{
    padding: 2em 0 0 0;
  }
  .bg-blazers {
    background: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* BLAZERS */

  /* OTROS */
  .otros-title {
    margin: 4em 13em;
  }
  .grid-otros {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 1em;
    padding: 1em 0 0em 0;
    
  }
  .contenedor-otros1 {
    grid-area: 1 / 1 / 2 / 2;
    position: relative;
    width: fit-content; /* Ancho de la imagen1 */
    height: 400px; /* Alto de la imagen1 */
    overflow: hidden;
  }
  .contenedor-otros2 {
    grid-area: 1 / 2 / 2 / 3;
    position: relative;
    width: fit-content; /* Ancho de la imagen1 */
    height: 400px; /* Alto de la imagen1 */
    overflow: hidden;
  }
  .contenedor-otros3 {
    grid-area: 1 / 3 / 2 / 4;
    position: relative;
    width: fit-content; /* Ancho de la imagen1 */
    height: 400px; /* Alto de la imagen1 */
    overflow: hidden;
  }
  .contenedor-otros1:hover  {
    height: 400px;
  }
  .contenedor-otros2:hover  {
    height: 400px;
  }
  .contenedor-otros3:hover  {
    height: 400px;
  }

  /* OTROS */

  /* COMBI */
  .otros-title2 {
    margin: 4em 9em;
  }
  .grid-combi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 1em;
  }
  .grid-combi-1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .grid-combi-2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .grid-combi-3 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .text-combi {
    padding: 2em 0 2em 0;
  }
  /* COMBI */

  /* MARCAS */
  .text-marcas {
    padding: 0 0 0 0;
    font-family: "Gotham-Bold", serif;
    font-size: 1.7em;
    font-weight: 900;
    color: #000;
  }
  .text-marcas h2{
    font-size: 30px;
  }
  .grid-marcas {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    gap: 1em;
    padding: 0 0 2em 0;
  }
  .grid-marcas-1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .grid-marcas-2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .grid-marcas-3 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .grid-marcas-4 {
    grid-area: 1 / 4 / 2 / 5;
  }
  .grid-marcas-5 {
    grid-area: 1 / 5 / 2 / 6;
  }
  .grid-marcas-6 {
    grid-area: 1 / 6 / 2 / 7;
  }
  
  /* MARCAS */

}

/* ESTILOS DESKTOP */