@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');

@font-face {
  font-family: "Quicksand";
  src: url("fonts/Quicksand-VariableFont_wght.ttf");
}
@font-face {
  font-family: "CHILLPILL";
  src: url("fonts/CHILLPILL.otf");
}

*{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
a{
  text-decoration: none;
}
::-webkit-scrollbar {
  display: none;
}
:root {
  color-scheme: only light;
}

/*ESCRITORIO..........................................................................................................................*/
@media screen and (min-width: 1280px) {
/*SELECTOR DE IDIOMA*/
.seleccionpc{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-top:40vh;
  padding-left: 5vw;
  padding-right: 5vw;
}
.seleccionmovil{
  display: none;
}
.losidiomas{
  display: flex;
  flex-direction:row;
  margin-top: 3vh;
}
.idiomapc{
  margin-right: 5vw;
}
button{
  display: inline-block;
  padding: 15px 25px;
  margin-left: 1vw;
  margin-right: 1vw;
  margin-bottom: 3vh;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  font-family: "Quicksand";
  font-weight: 500;
  outline: none;
  color: #101947;
  background-color: #f4fc4e;
  border: none;
  border-radius: 50px;
  box-shadow: 0 9px #282b69;
}
button:hover {
  font-weight: bold;
  cursor: url("cursor.png"), auto;
}
button:active {
  box-shadow: 0 1px #282b69;
  transform: translateY(8px);
  }
/*SELECTOR DE IDIOMA*/
/*TEXTO*/
body{
  background-image: url("fondo_dia.webp");
  background-color: #f4fc4e;
  background-size: cover;
  color: #101947;
  cursor: url("cursor.png"), auto;
}
a{
  cursor: url("cursor.png"), auto;
}
.tutomovil{
  display: none !important;
  visibility: hidden !important;
}
.tuto_horizontal{
  display: none !important;
  visibility: hidden !important;
}
.finalmovil{
  display: none !important;
  visibility: hidden !important;
}
.pantallafinal{
  margin-top: -5vh;
}
.caja_texto{
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.top{
  margin-top: 5%;
}

.texto{
  text-align: center;
  margin-top: -3vh;
  margin-left: 20vw;
  margin-right: 20vw;
  font-size: 20pt;
  letter-spacing: 2pt;
  line-height: 1.5em;
  font-family: "Quicksand";
  font-weight: 500;
  opacity: 1;
  animation-name: t1;
  animation-duration: 1s;
}
.espacio_vacio{
  height: 1.2em;
}
.lineapc{
  white-space: nowrap;
}
.cursiva{
  font-style: italic;
}
.textoreflejo{
  text-align: center;
  position: absolute;
  width: 100vw;
  font-size: 20pt;
  letter-spacing: 2pt;
  font-family: "Quicksand";
  font-weight: 500;
  color: #f4fc4e;
  opacity: 1;
  transform: translateY(40vh);
  animation-name: t1;
  animation-duration: 2s;
}
.textosupernenas{
  text-align: center;
  position: absolute;
  width: 100vw;
  font-size: 20pt;
  font-family: "Quicksand";
  font-weight: 500;
  color: #101947;
  opacity: 1;
  transform: translateY(46vh);
  animation-name: t1;
  animation-duration: 2s;
}
.poligritonesp{
  text-align: center;
  font-size: 140pt;
  letter-spacing: 4pt;
  line-height: 30vh;
  font-family: "Quicksand";
  font-weight: 500;
  opacity: 1;
  animation-name: t1;
  animation-duration: 1s;
  color: #101947;
}
.poligritonesp2{
  text-align: center;
  font-size: 160pt;
  letter-spacing: 4pt;
  line-height: 35vh;
  font-family: "Quicksand";
  font-weight: 500;
  opacity: 1;
  animation-name: t1;
  animation-duration: 1s;
  color: #101947;
}
.poligritoneng{
  text-align: center;
  font-size: 100pt;
  letter-spacing: 4pt;
  line-height: 30vh;
  font-family: "Quicksand";
  font-weight: 500;
  opacity: 1;
  animation-name: t1;
  animation-duration: 1s;
  color: #101947;
}
.shake{
  animation: shake 0.07s infinite;
}

@keyframes shake {
  0% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(7px, 7px) rotate(5deg); }
  50% { transform: translate(0, 0) rotate(0eg); }
  75% { transform: translate(-7px, 7px) rotate(-5deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}
.mini{
  font-size: 10pt;
}
.big{
  font-size: 120pt;
}
@keyframes t1{
  0%   { opacity: 0;}
  75%  { opacity: 0.85;}
  100% { opacity: 1;}
}

/*TEXTO*/
/*IMAGEN*/

.caja_img{
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.caja_img img{
  height: 100vh;
  object-fit: cover;
  opacity: 1;
  animation-name: t2;
  animation-duration: 1.5s;
}
.lento{
  opacity: 1;
  animation-name: t2;
  animation-duration: 1.5s;
}
@keyframes t2{
  0%   { opacity: 0; transform: scale(1.2)}
  75%   { opacity: 0.9}
  100% { opacity: 1; transform: scale(1)}
}
/*IMAGEN*/
/*DECISION*/
.caja_nexo{
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.elige{
  margin-top: -7vh;
  margin-bottom: 10vw;
  text-align: center;
  font-weight: bold;
  animation-name: t5;
  animation-duration: 1.2s;
  transition: 0.3s;
}
.caja_decision{
  display: flex;
  justify-content: center;
  align-items: center;

}
.texto_decision{
  position: relative;
  text-align: center;
  margin-left: 10vw;
  margin-right: 10vw;
  max-width: 25vw;
  font-size: 20pt;
  letter-spacing: 2pt;
  line-height: 1.5em;
  font-family: "Quicksand";
  font-weight: 500;
  opacity: 1;
  animation-name: t3;
  animation-duration: 3s;
  transition: 0.3s;
}
.texto_decision:hover{
  transform:scale(1.05);
  transition: 0.3s;
}
@keyframes t3{
  0%   { opacity: 0;}
  50%   { opacity: 0;}
  100% { opacity: 1;}
}
@keyframes t5{
  0%   { opacity: 0;}
  100% { opacity: 1;}
}

/*DECISION*/
/*TITULO*/
.comenzar{
  text-align: center;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 5vh;
  font-size: 18pt;
  letter-spacing: 2pt;
  line-height: 5vh;
  font-family: "Quicksand";
  font-weight: 500;
  opacity: 1;
  animation-name: t4;
  animation-duration: 2.5s;
  color: #101947;
  transition: 0.3s;
}
.comenzar:hover{
  transform:scale(1.2);
  transition: 0.3s;
}
.comenzar_creditos{
  display: flex;
  flex-direction: row;
  justify-content: center;

}
@keyframes t4{
  0%   { opacity: 0; transform: scale(0)}
  75%   { opacity: 0; transform: scale(1.4)}
  100% { opacity: 1; transform: scale(1)}
}
.soft{
  filter: blur(1px);
  animation-name: t3;
  animation-duration: 1.5s;
  width: 50vw;
}
.cajita_logo{
  margin-top: -2vh;
}
.cajita_logo img{
  max-width: 80vw;
}
.titulo{
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
/*TITULO*/
/*CREDITOS*/
.caja_creditos{
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  margin-left: -1vw;
}
.cred01{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 23vh;
  margin-bottom: 10vh;
}
.cred02{
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-width: 100vw;
  max-width: 100vw;
  margin-bottom: 3vh;
}
.cred03{
  display: flex;
  justify-content: flex-end;
  width: 35vw;
}
.cred04{
  display: flex;
  justify-content: flex-start;
  width: 50vw;
}
.texto_cred{
  text-align: center;
  font-size: 14pt;
  line-height: 1.8em;
  font-family: "Quicksand";
  font-weight: 500;
  opacity: 1;
  animation-name: t1;
  animation-duration: 1s;
}
.texto_cred_izq{
  text-align: left;
  font-size: 14pt;
  line-height: 1.8em;
  max-width: 34vw;
  margin-left: 5vw;
  font-family: "Quicksand";
  font-weight: 500;
  opacity: 1;
  animation-name: t1;
  animation-duration: 1s;
}
.texto_cred_der{
  text-align: right;
  font-size: 14pt;
  line-height: 1.8em;
  font-family: "Quicksand";
  font-weight: 500;
  opacity: 1;
  animation-name: t1;
  animation-duration: 1s;
}
.cred_bold{
  font-weight: bold;
  letter-spacing: 1pt;
}
.espaciovital{
  margin-left: 2.5pt;
  margin-right: 2.5pt;
}
.chillpillfont{
  text-align: center;
  font-size: 30pt;
  line-height: 1.5em;
  margin-right: 7pt;
  margin-top: -10.5pt;
  font-family: "CHILLPILL";
  opacity: 1;
  animation-name: t1;
  animation-duration: 1s;
}
.marcelo_cred{
  position: relative;
  margin-left: 1.5vw;
  margin-top: 45vh;
  max-width: 13vw;
  animation: angel02 3s infinite;
  animation-timing-function: ease-in-out;
}
.isa_cred{
  position: absolute;
  margin-left: 70vw;
  margin-top: 27vh;
  max-width: 13vw;
  animation: angel 3s infinite;
  animation-timing-function: ease-in-out;
}
@keyframes angel {
  0% { transform: translate(0, 2px)}
  50% { transform: translate(0, -2px)}
  100% { transform: translate(0, 2px)}
}
@keyframes angel02 {
  0% { transform: translate(0, -2px)}
  50% { transform: translate(0, 2px)}
  100% { transform: translate(0, -2px)}
}
.volver_cred{
  position: fixed;
  margin-top: 15vh;
  margin-left: 89vw;
  transition: 0.3s;
}
.volver_cred:hover{
  transform:scale(1.2);
  transition: 0.3s;
}
/*CREDITOS*/
}
/*MOVIL..........................................................................................................................*/
@media screen and (max-width: 1280px) and (min-width: 501px){
  /*SELECTOR DE IDIOMA*/
  .seleccionmovil{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-top: 35vh;
    margin-left: 5vw;
    padding-right: 5vw;
  }
  .losidiomas{
    display: flex;
    flex-direction:row;
    margin-top: 3vh;
  }
  .idiomamovil{
    margin-right: 8vw;
  }
  .seleccionpc{
    display: none;
  }
  button{
    display: inline-block;
    padding: 15px 25px;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-bottom: 4vh;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    font-family: "Quicksand";
    font-weight: bold;
    outline: none;
    color: #101947;
    background-color: #f4fc4e;
    border: none;
    border-radius: 50px;
    box-shadow: 0 9px #282b69;
  }
  /*SELECTOR DE IDIOMA*/
  /*TEXTO*/
  body{
    background-image: url("fondo_dia_movil.webp");
    background-color: #f4fc4e;
    background-size: cover;
    color: #101947;
    cursor: url("cursor.png"), auto;
  }
  a{
    cursor: url("cursor.png"), auto;
  }
  .tutopc{
    display: none !important;
    visibility: hidden !important;
  }
  .tuto_horizontal{
    display: none !important;
    visibility: hidden !important;
  }
  .finalpc{
    display: none !important;
    visibility: hidden !important;
  }
  .pantallafinal{
    margin-top: -3vh;
  }
  .caja_texto{
    min-width: 100vw;
    min-height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #101947;
  }
  .top{
    margin-top: 5%;
  }

  .texto{
    text-align: center;
    margin-top: -2.5vh;
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 18pt;
    font-family: "Quicksand";
    font-weight: 500;
    opacity: 1;
    animation-name: t1contra;
    animation-duration: 1.8s;
    color: #101947;
  }
  .espacio_vacio{
    height: 0.6em;
  }
  .lineamo{
    white-space: nowrap;
  }
  .cursiva{
    font-style: italic;
  }
  .textoreflejo{
    text-align: center;
    position: absolute;
    width: 100vw;
    font-size: 18pt;
    font-family: "Quicksand";
    font-weight: 500;
    color: #f4fc4e;
    opacity: 1;
    transform: translateY(40vh);
    animation-name: t1;
    animation-duration: 1.8s;
  }
  .textosupernenas{
    text-align: right;
    position: absolute;
    width: 98vw;
    padding-top: 5vh;
    padding-bottom: 5vh;
    font-size: 12pt;
    letter-spacing: 1pt;
    line-height: 5vh;
    font-family: "Quicksand";
    font-weight: 500;
    color: #101947;
    opacity: 1;
    transform: translateY(42vh);
    animation-name: t1;
    animation-duration: 2s;
  }
  .poligritonesp{
    text-align: center;
    font-size: 50pt;
    letter-spacing: 4pt;
    line-height: 30vh;
    font-family: "Quicksand";
    font-weight: 500;
    opacity: 1;
    animation-name: t1contra;
    animation-duration: 1.8s;
    color: #101947;
  }
  .poligritonesp2{
    text-align: center;
    font-size: 70pt;
    letter-spacing: 4pt;
    line-height: 30vh;
    font-family: "Quicksand";
    font-weight: 500;
    opacity: 1;
    animation-name: t1contra;
    animation-duration: 1.8s;
    color: #101947;
  }
  .poligritoneng{
    text-align: center;
    font-size: 50pt;
    letter-spacing: 4pt;
    line-height: 30vh;
    font-family: "Quicksand";
    font-weight: 500;
    opacity: 1;
    animation-name: t1contra;
    animation-duration: 1.8s;
    color: #101947;
  }
  .shake{
    animation: shake 0.07s infinite;
  }
  @keyframes shake {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(7px, 7px) rotate(5deg); }
    50% { transform: translate(0, 0) rotate(0deg); }
    75% { transform: translate(-7px, 7px) rotate(-5deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
  }
  .mini{
    font-size: 7pt;
  }
  .big{
    font-size: 25pt;
  }
  @keyframes t1{
    0%   { opacity: 0;}
    75%  { opacity: 0.85;}
    100% { opacity: 1;}
  }
  @keyframes t1contra{
    0%   { opacity: 0; transform: translateY(-0.8vh); transform: scale(1.05);}
    15%  {opacity: 0;}
    75%  { opacity: 0.85;}
    100% { opacity: 1; transform: translateY(0vh); transform: scale(1);}
  }

  /*TEXTO*/
  /*IMAGEN*/

  .caja_img{
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .caja_img img{
    height: 100vh;
    object-fit: cover;
    opacity: 1;
    animation-name: t2;
    animation-duration: 1.5s;
  }

  .lento{
    opacity: 1;
    animation-name: t2;
    animation-duration: 1.5s;
  }
  @keyframes t2{
    0%   { opacity: 0; transform: scale(1.2)}
    75%   { opacity: 0.9}
    100% { opacity: 1; transform: scale(1)}
  }
  /*IMAGEN*/
  /*DECISION*/
  .caja_nexo{
    min-width: 100vw;
    min-height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .elige{
    margin-top: -5vh;
    margin-bottom: 10vh;
    text-align: center;
    font-weight: bold;
    animation-name: t5;
    animation-duration: 1.2s;
    transition: 0.3s;
  }
  .caja_decision{
    display: flex;
    justify-content: center;
    flex-direction: row;

  }
  .texto_decision{
    position: relative;
    text-align: center;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 5vh;
    max-width: 90vw;
    font-size: 14pt;
    letter-spacing: 1pt;
    line-height: 18pt;
    font-family: "Quicksand";
    font-weight: 500;
    opacity: 1;
    animation-name: t3;
    animation-duration: 3s;
  }
  .texto_decision:hover{
    opacity: 0.5;
  }
  @keyframes t3{
    0%   { opacity: 0;}
    50%   { opacity: 0;}
    100% { opacity: 1;}
  }
  @keyframes t5{
  0%   { opacity: 0;}
  100% { opacity: 1;}
  }

  /*DECISION*/
  /*TITULO*/
  .comenzar{
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 5vh;
    font-size: 12pt;
    letter-spacing: 1.5pt;
    line-height: 5vh;
    font-family: "Quicksand";
    font-weight: 500;
    opacity: 1;
    animation-name: t4;
    animation-duration: 2.5s;
    color: #101947;
  }
  .comenzar_creditos{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  @keyframes t4{
    0%   { opacity: 0; transform: scale(0)}
    75%   { opacity: 0; transform: scale(1.2)}
    100% { opacity: 1; transform: scale(1)}
  }
  .soft{
    filter: blur(0.8px);
    animation-name: t3;
    animation-duration: 1.5s;
    width: 50vw;
  }
  .cajita_logo img{
    max-width: 50vw;
  }
  .titulo{
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
    /*TITULO*/
  /*CREDITOS*/
  .caja_creditos{
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 100vw;
    min-height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    margin-left: -3vw;
  }
  .cred01{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 18vh;
    margin-bottom: 10vh;
  }
  .cred02{
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-width: 100vw;
    max-width: 100vw;
    margin-bottom: 3vh;
  }
  .cred03{
    display: flex;
    justify-content: flex-end;
    width: 40vw;
  }
  .cred04{
    display: flex;
    justify-content: flex-start;
    width: 50vw;
  }
  .texto_cred{
    text-align: center;
    font-size: 9.5pt;
    line-height: 5vh;
    font-family: "Quicksand";
    font-weight: 500;
    white-space: nowrap;
    opacity: 1;
    animation-name: t1;
    animation-duration: 1s;
  }
  .texto_cred_izq{
    text-align: left;
    font-size: 9.5pt;
    line-height: 5vh;
    max-width: 34vw;
    margin-left: 5vw;
    font-family: "Quicksand";
    font-weight: 500;
    opacity: 1;
    animation-name: t1;
    animation-duration: 1s;
  }
  .texto_cred_der{
    text-align: right;
    white-space: nowrap;
    font-size: 9.5pt;
    line-height: 5vh;
    font-family: "Quicksand";
    font-weight: 500;
    opacity: 1;
    animation-name: t1;
    animation-duration: 1s;
  }
  .cred_bold{
    font-weight: bold;
    letter-spacing: 1pt;
  }
  .espaciovital{
    margin-left: 2.5pt;
    margin-right: 2.5pt;
  }
  .chillpillfont{
    text-align: center;
    font-size: 15pt;
    line-height: 5vh;
    margin-right: 6pt;
    font-family: "CHILLPILL";
    opacity: 1;
    animation-name: t1;
    animation-duration: 1s;
  }
  .marcelo_cred{
    position: relative;
    margin-left: 1.5vw;
    margin-top: 45vh;
    max-width: 13vw;
    animation: angel02 3s infinite;
    animation-timing-function: ease-in-out;
  }
  .isa_cred{
    position: absolute;
    margin-left: 70vw;
    margin-top: 27vh;
    max-width: 13vw;
    animation: angel 3s infinite;
    animation-timing-function: ease-in-out;
  }
  @keyframes angel {
    0% { transform: translate(0, 3px)}
    50% { transform: translate(0, -3px)}
    100% { transform: translate(0, 3px)}
  }
  @keyframes angel02 {
    0% { transform: translate(0, -3px)}
    50% { transform: translate(0, 3px)}
    100% { transform: translate(0, -3px)}
  }
  .volver_cred{
    position: fixed;
    margin-top: 8vh;
    margin-left: 89vw;
    transition: 0.3s;
  }
  /*CREDITOS*/
}

/*MOVIL VERTICAL..........................................................................................................................*/
@media screen and (max-width: 501px){
  .tutopc{
    display: none !important;
    visibility: hidden !important;
  }
  .tutomovil{
    display: none !important;
    visibility: hidden !important;
  }
  /*SELECTOR DE IDIOMA*/
  .seleccionmovil{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-top: 35vh;
    margin-left: 5vw;
    padding-right: 5vw;
  }
  .losidiomas{
    display: flex;
    flex-direction:row;
    margin-top: 3vh;
  }
  .idiomamovil{
    margin-right: 8vw;
  }
  .seleccionpc{
    display: none;
  }
  button{
    display: inline-block;
    padding: 15px 25px;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-bottom: 4vh;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    font-family: "Quicksand";
    font-weight: bold;
    outline: none;
    color: #101947;
    background-color: #f4fc4e;
    border: none;
    border-radius: 50px;
    box-shadow: 0 9px #282b69;
  }
  /*SELECTOR DE IDIOMA*/
  /*TEXTO*/
  body{
    background-image: url("fondo_dia_movil.webp");
    background-color: #f4fc4e;
    background-size: cover;
    color: #101947;
    cursor: url("cursor.png"), auto;
  }
  a{
    cursor: url("cursor.png"), auto;
  }
  .caja_texto{
    min-width: 100vw;
    min-height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #101947;
  }
  .texto{
    text-align: center;
    margin-top: -5vh;
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 18pt;
    letter-spacing: 2pt;
    line-height: 4vh;
    font-family: "Quicksand";
    font-weight: 500;
    opacity: 1;
    animation-name: t1;
    animation-duration: 1s;
    color: #101947;
  }
}
