:root {
  font-size: 18px;
  --lila: #e7dce7;
  --fucsia: #fb357c;
  --azul: #4486b2;
  --violeta: #670068;
  --blanco: #f3f3f3;
  --negro: #000000;
  --rosa: #fab0ca;
  --celeste: #bcdbef;
  --azuloscuro: #003c64;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  position: relative;
  font-family: Michroma, Sans serif;
  background-color: var(--blanco);
}

/*
COMPONENTES
*/

/* -----------BOTONES--------------*/
a.botonfucsia {
  all: unset;
  background-color: var(--fucsia);
  border-radius: 12px;
  font-family: "Michroma", sans-serif;
  font-size: 0.8rem;
  color: var(--blanco);
  text-align: center;
  max-width: 20rem;
  padding: 0.8rem;
  cursor: pointer;
}

a.botonfucsia:hover {
  all: unset;
  background-color: var(--rosa);
  border-radius: 12px;
  font-family: "Michroma", sans-serif;
  font-size: 0.8rem;
  color: var(--fucsia);
  text-align: center;
  max-width: 20rem;
  padding: 0.8rem;
  cursor: pointer;
}

a.botonfucsiaborder {
  border-radius: 12px;
  max-width: 10.3rem;
  border: 1px solid var(--fucsia);
  font-family: "space mono", sans-serif;
  font-size: 1em;
  color: var(--fucsia);
  padding: 0.8rem 1rem 0.8rem 1rem;
  margin: 2rem 0 2rem 0;
}

a.botonfucsiaborder:hover {
  border-radius: 12px;
  max-width: 10.3rem;
  border: 1px solid var(--rosa);
  font-family: "space mono", sans-serif;
  font-size: 1em;
  color: var(--rosa);
  padding: 0.8rem 1rem 0.8rem 1rem;
  margin: 2rem 0 2rem 0;
  cursor: pointer;
}

.botonazul {
  all: unset;
  background-color: var(--azul);
  border-radius: 12px;
  font-family: "Michroma", sans-serif;
  font-size: 0.8rem;
  color: var(--blanco);
  text-align: center;
  padding: 0.8rem;
  cursor: pointer;
}

.botonazul:hover {
  all: unset;
  background-color: var(--azuloscuro);
  border-radius: 12px;
  font-family: "Michroma", sans-serif;
  font-size: 0.8rem;
  color: var(--blanco);
  text-align: center;
  padding: 0.8rem;
  cursor: pointer;
}
a,
a:visited {
  text-decoration: none;
}

.highlight {
  color: var(--fucsia);
}
/*-----------------HEADER-----------------*/

header {
  width: 100%;
  padding: 1rem 1rem 0 0;
  display: flex;
  background-color: transparent;
  margin: 0px;
  align-items: center;
  justify-content: flex-end;
  color: var(--negro);
  position: absolute;
}

#logotipo-principal {
  width: 18%;
  max-height: 120px;
  max-width: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 1rem;
  transform: translate(-50%, -50%);
}

nav {
  margin-top: 1rem;
}

/*-----------------FOOTER-------------------*/
footer {
  background-color: var(--rosa);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .redes {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}

footer p {
  max-width: 40rem;
  font-family: "Space Mono", Sans Serif;
  margin-bottom: 3rem;
  color: var(--fucsia);
}

footer p:first-of-type {
  text-align: center;
}

/*
INDEX 
*/

/*-----------------BANNER-----------------*/
#index-main {
  display: flex;
  flex-direction: column;
}

#index-banner,
#videoclips-banner,
#galeria-banner {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 3rem;
}
#index-banner {
  background-image: url(img/indexbanner.jpg);
}

#index-banner h2 {
  color: #670068;
  font-size: 1rem;
  margin-bottom: 1rem;
}

/*-----------------INDEX VIDEO------------------------*/

#index-videoclip {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 3rem 0 4rem 0;
  background-color: var(--lila);
  position: relative;
  z-index: 1;
}

#index-videoclip h2 {
  margin: 2rem auto 2rem auto;
  color: var(--violeta);
  font-size: 1.2rem;
}

#index-videoclip-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#index-videoclip video {
  width: 80%;
  max-width: 800px;
  border-radius: 10px;
  border: 4px solid var(--violeta);
}

.index-videoclip-cinta {
  max-height: 8rem;
  position: absolute;
}

#index-videoclip-cinta1 {
  top: -70px;
  right: 0px;
}

#index-videoclip-cinta2 {
  bottom: -70px;
  left: 0px;
}

/*----DECO ----*/

.lentejuelas {
  position: absolute;
  z-index: 1;
  max-height: 12rem;
}

#lentejuelasizq {
  top: -20px;
  left: -10px;
}

#video-tour {
  position: relative;
}
#lentejuelasder {
  right: 0px;
  top: 330px;
}

/*-----------------INDEX TOUR------------------------*/

#index-tour {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(img/tourmobile.png);
  background-size: cover;
  padding: 8rem 0rem;
}

#conttourdate,
.tourtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index-tour h2 {
  color: var(--fucsia);
  font-size: 1.8rem;
  justify-self: center;
  align-self: center;
}

#index-tour h3,
#tourdate-container h3 {
  font-family: "Space Mono", sans-serif;
  font-weight: lighter;
  font-size: 1.2rem;
}

#index-tour h3:first-child,
#tourdate-container h3:first-child {
  font-family: "Space Mono", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 2rem 0 0.8rem 0;
}

#index-tour p,
#tourdate-container p {
  font-family: "Space Mono", sans-serif;
  font-size: 1.2rem;
}

#index-tour .tourdate {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 90%;
}

#index-tour .tourdate:nth-of-type(2) {
  border-bottom: 1px solid var(--fucsia);
  border-top: 1px solid var(--fucsia);
}

#index-tour .botonfucsia {
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  max-width: 20rem;
}

/*-----------------INDEX STORE------------------------*/

#index-store {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0 2rem 0;
  background-color: var(--blanco);
}

#index-store h2 {
  color: #4486b2;
  font-size: 1.3rem;
}

#contenedorcarouselstore {
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  max-width: 45rem;
  scrollbar-width: none;
  margin-bottom: 0.5rem;
  padding: 1rem 0rem 1.5rem 1.9rem;
}

#index-store .store {
  margin-top: 2rem;
  display: flex;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 24px;
  gap: 1rem;
}

#index-store .storeitem {
  scroll-snap-align: start;
  width: 15rem;
  height: fit-content;
  list-style: none;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(141, 141, 141, 0.129);
}

.storeitem h3 {
  font-family: "Space Mono", sans-serif;
  font-weight: lighter;
  font-size: 1.2rem;
}

.storeitem p {
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 1.2rem;
  margin: 0.2rem;
}

#index-store img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 5px;
}

#index-store .botonazul {
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  max-width: 20rem;
}

.color-checkboxes {
  display: flex;
  gap: 10px;
}

.color-checkboxes label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.color-box {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid grey;
  transition: border 0.2s ease;
}

.color-box.negro {
  background-color: var(--negro);
}

.color-box.blanco {
  background-color: var(--blanco);
}

.color-box.fucsia {
  background-color: var(--fucsia);
}

.color-box.rosa {
  background-color: var(--rosa);
}

.color-box.azul {
  background-color: var(--azul);
}

.color-checkboxes input[type="radio"] {
  display: none;
}

.color-checkboxes input[type="radio"]:checked + .color-box {
  outline: 2px double rgb(0, 0, 0);
}

/*-----------------INDEX BIO--------------------*/

#index-bio {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#index-bio img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  object-position: 1000% 30%;
}

#index-bio div {
  background-color: var(--celeste);
  padding: 2rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 1rem;
}

#index-bio div h2 {
  color: var(--azul);
  font-size: 1.5rem;
  text-align: center;
}

#index-bio div p {
  margin-top: 1rem;
  font-size: 1rem;
  font-family: "Inter", Sans Serif;
  font-weight: 200;
  letter-spacing: -0.01em;
  color: var(--azuloscuro);
  text-align: center;
  margin-bottom: 1rem;
}

.contbotoncarousel {
  display: none;
}

#index-bio .botonazul {
  justify-self: center;
}

/*
MEDIA QUERIES/ MEDIA / QUERY/RESPONSIVE
/*{mobile} first*/
@media (min-width: 900px) {
  #logotipo-principal {
    left: 6rem;
  }

  nav {
    margin-top: 2rem;
  }

  /*---------INDEX MAIN BANNER--------*/
  #index-banner {
    background-image: url(img/indexbannerpc.jpg);
    padding-bottom: 1rem;
  }

  #index-main a.botonfucsia {
    margin-bottom: 2rem;
  }

  /*---------INDEX VIDEO---------*/
  #index-videoclip h2 {
    font-size: 1.8rem;
  }

  .index-videoclip-cinta {
    max-height: 12rem;
    position: absolute;
  }
  #index-videoclip-cinta1 {
    top: -110px;
    right: 0px;
  }

  #index-videoclip-cinta2 {
    bottom: -110px;
    left: 0px;
  }

  .lentejuelas {
    max-height: 20rem;
  }
  #lentejuelasder {
    top: 500px;
  }
  /*---------INDEX TOUR---------*/
  #index-tour {
    background-image: url(img/tourfondo.png);
  }
  #conttourdate {
    border: #003c64;
    width: 100%;
    max-width: 70rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 2rem 0 2rem 0;
  }

  #index-tour .tourdate:nth-of-type(2) {
    border: none;
  }

  #index-tour .tourdate:hover {
    color: var(--fucsia);
    transition: all 0.3s;
  }

  /*----------- INDEX STORE-------*/
  #index-store h2 {
    color: #4486b2;
    font-size: 1.8rem;
  }
  #contenedorcarouselstore {
    width: 100%;
    max-width: 80rem;
  }

  #index-store .contbotoncarousel {
    display: flex;
    gap: 3rem;
    margin-bottom: 2rem;
  }

  #boton1 {
    all: unset;
    height: 2rem;
    width: 2rem;
    background-image: url(img/prev.png);
    background-size: contain;
  }

  #boton2 {
    all: unset;
    height: 2rem;
    width: 2rem;
    background-image: url(img/next.png);
    background-size: contain;
  }

  #boton1:hover,
  #boton2:hover {
    cursor: pointer;
  }
  /*----------- INDEX BIO-------*/

  #index-bio {
    width: 100%;
    display: grid;
    grid-template-rows: 13rem 13rem 15rem;
    grid-template-columns: 1fr 2fr;
  }

  #index-bio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    grid-area: 1 / 2 / 4 / 3;
    object-position: 50% 20%;
  }

  #index-bio div {
    background-color: var(--celeste);
    grid-area: 1 / 1 / 4 / 2;
    padding: 6rem 4.5rem 6rem 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  #index-bio div h2 {
    font-size: 2rem;
  }
  #index-bio div p {
    font-size: 1.22rem;
  }
}
