@import url('https://fonts.googleapis.com/css2?family=Stoke:wght@300&display=swap');

@font-face {
  font-family: berlin;
  src:url(../4-fuentes/berlin.ttf);
}

@font-face {
  font-family: montserrat-bold;
  src:url(../4-fuentes/montserrat-bold.otf);
}

@font-face {
  font-family: montserrat-medium;
  src:url(../4-fuentes/montserrat-medium.otf);
}

*{
  padding: 0;
  margin:0;
  box-sizing: border-box;
}

ul{
  padding: 25px 2% 25px 8%;
}

body{
  overscroll-behavior: contain;
  font-family: 'Stoke', serif;
  background-color: #333;
  color:#fff;
  font-size: 11px;
}

li{
  line-height: 20px;
  padding: 8px 12px 8px 4px;
}

a{
  color:aquamarine;  
}

p{
  font-size: 0.9em;
  margin-top:8px;
}

@media only screen and (min-width: 1400px) {

  p{
    font-size: 1.2em !important;
  }
}

h2{
  font-size: 20px;
}

@media only screen and (max-height: 500px) {

  h2{
    font-size: 16px;
  }
}

iframe{
  max-width:380px !important;
}

#alerta-portrait{
  width:100vw;
  height: 100vh;
  position: fixed;
  z-index: 40000;
  background-color: rgb(66, 66, 66);
  color:aliceblue;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  cursor:pointer;  
}

#alerta-cubierta{
  position:absolute;
  left: 0;
  top:0;
  width:100vw;
  height:100vh;
  background-color: rgb(22, 22, 22);
  z-index: 4200;
}

#alerta-portrait p{
  width:100%;
  font-size: 16px !important;
}

#boton-refrescar{
  margin-top: 20px;
  visibility: hidden;
  background-color: rgb(99, 99, 99);
  padding: 6px 12px;
  border-radius: 6px;
  color:rgb(226, 226, 226);
  font-size: 18px;
  border: none;
  visibility: hidden;
}

#boton-refrescar:hover{
  color:rgb(103, 103, 103);
  background-color: rgb(225, 225, 225);
}

@media (orientation: landscape){
  #boton-refrescar{
    visibility: visible;
    opacity:1;
  }

  #alerta-portrait p{
    display:none;
  }
}

#info-scroll{
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height: 100vh;
  background-color:rgba(0, 0, 0, 0.9);
  color:#fff;
  font-size: 14px;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 40000;
}

@media only screen and (max-width: 500px) {
  #info-scroll{
    visibility: hidden;
  } 
}


@media only screen and (max-height: 700px) {
 
  .scroll{
    height: 40vh !important;
  }
}

#super-div{
  background-color: transparent;
  position: absolute;
  width:100vw;
  height: auto;
  overflow-x: hidden;
}

@media (orientation: portrait){
  #super-div{
    visibility: hidden;
  }
}

@media only screen and (max-width: 500px) {

  body{
    overscroll-behavior: contain;
  } 

  #super-div{
    position: absolute;
    width:100vw;
    overscroll-behavior: contain;
  }
}

#textos{
  position: fixed;
  /* max-width: 100vw;
  width:100vw !important; */
  width:100%;
  top:48%;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;

}

#textos-p{
  background-color: antiquewhite;
  color:rgb(70, 70, 70);
  text-align: center;
  padding: 2.2% 2.4%;
  width:70%;
  margin: auto;
  border-radius: 3px;
  font-size: 1.4em;
}

/* trabajar acá */

@media only screen and (max-height: 500px) { 
  #textos-p{
    font-size: 1.1em;
  }
}

#instrucciones{
  position: fixed;
  background-color: rgba(31, 31, 39, 0);
  z-index: 12000;
  width: 430px;
  height: 100vh;
  display: flex;
  align-items: center;
  top:0;
  left: 0;
  box-sizing: border-box;
  color:#fff;
  margin-left: -400px;
  transition: 2s;
  opacity:1;
}

#flecha-lateral{
  width:30px;
  position: absolute;
  right: 0px;
  background-color: rgba(22, 22, 22, 0.6);
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 0px 12px 12px 0px;
  cursor: pointer;
  opacity:0;
}


#flecha-lateral img{
  width:100%;
  transition: 0.5s;
}

#flecha-lateral img:hover{
  filter: hue-rotate(90deg) contrast(200%) brightness(8);
}

#barra-lateral{
  position:relative;
  background-color: rgba(22, 22, 22, 0.6);
  width:400px;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
  opacity:1;
  border-radius: 0px 12px 12px 0px;
}

#barra-lateral-escenas{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
  align-items: center;
}

#barra-lateral-escenas>div:nth-child(1){
  width:90%;
  text-align: center;
  font-size: 14px;
  padding: 6px 4px;
  border-radius: 12px;
  cursor: pointer;
}

#barra-lateral-escenas>div{
  width:25%;
  text-align: center;
  font-size: 14px;
  padding: 6px 4px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#barra-lateral-escenas>div:nth-child(1) img{
  width:25%;
}

#barra-lateral-escenas>div img{
  width:90%;
  margin: auto;
}

#barra-lateral-escenas>div:hover{
  background-color:rgba(121, 171, 182, 0.5);
}

.escena-escogida{
  background-color:rgba(121, 171, 182, 1);
}

.escena-normal{
  background-color:rgba(255, 171, 182, 0);
}

#barra-lateral-creditos{
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#barra-lateral-creditos img{
  margin: auto;
}

#barra-lateral-creditos span{
  font-size: 12px;
  margin-top: -20px;
}

#barra-lateral-creditos:hover{
  background-color:rgb(121, 171, 182);
}

@media (orientation: landscape) and (max-height:440px){

  #barra-lateral-escenas>div:nth-child(1) img{
    width:13%;
  }
  #barra-lateral-escenas>div img{
    width:50%;
  }

  #barra-lateral-escenas>div span{
    font-size: 10px;
  }

  #barra-lateral-creditos{
    margin-top: 10px;
  }

  #barra-lateral-creditos img{
    width:50%;
  }

  #barra-lateral-creditos span{
    font-size: 10px;
    margin-top: -5px;
  }
}

@media (orientation: landscape) and (max-height:300px){

  #barra-lateral-escenas>div:nth-child(1) img{
    width:10%;
  }
  #barra-lateral-escenas>div img{
    width:40%;
  }

  #barra-lateral-creditos{
    margin-top: 6px;
  }

  #barra-lateral-creditos img{
    width:30%;
  }
}

.credito-redes{
  display: flex;
  justify-content: center;
}

.credito-redes img{
  width:40px;
  margin: 0 10px;
  cursor: pointer;
}

#scroll{
  opacity:0;
}

.scroll{
  width:100%;
  position: fixed;
  color:aliceblue;
  font-size: 30px;
  width: 100%;
  height: 20vh;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 18;  
  visibility: hidden;
}

#scroll-texto{
  position: absolute;
  width:100%;
  left:0;
  top:0;
  text-align: center;
  font-size: 24px;
  color:rgba(255, 255, 255, 0.6);  
}

.scroll img{
  width:15px;
  background-color: rgba(22, 22, 22, 0.5);
  border-radius: 4px;
  padding: 12px 8px;
  box-sizing:content-box;
}

.div-entrada{
  margin: 3% auto;
  width:60%;
  height: 60%;
  text-align: center;
  padding: 40px;
  border-radius: 12px;
  background-color: rgba(248, 248, 248, 0);
  color:rgb(255, 253, 253);
  opacity: 0;
  transition: 3s;
}

.div-entrada h2{
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 24px;
  color:rgb(254, 89, 52);
}

.div-entrada p{
  font-size: 14px;
  margin: 10px 0px;
  text-align: center;
}

.audifonos{
  display: flex;
  justify-content: center;
}

.audifonos img{
  width:40px;
  border-radius: 50%;
}

.p-audifonos{
  text-align: center !important;
}

@media only screen and (max-width: 500px) {

  .div-entrada{
    width: 80vw;
    transition: 0s;
    margin: 5vh;
    padding: 0;
  }

  .div-entrada h2{
    font-size: 14px;
  }

  .div-entrada p {
    font-size: 10px;
  }
}

/* Empieza Escena 1 */


#scroll-general{
  background-color: aqua;
  height: 100vh;
}

#b-info{
  position: fixed;
  left:5%;
  top:15%;
  cursor:pointer; 
  z-index: 4000;
  opacity:0;
  box-sizing: border-box;
}

#b-info-btn{
  position: absolute;
  left: 0;
  top:0;
  width:50px;
}

#b-info-manita{
  position: absolute;
  left:5px;
  top:15px;
  width:40px;
  animation: 1s manita infinite;
}

@keyframes manita {
  from{
    opacity:0;

  }to{
    opacity:1;
  }
  
}

/*creditos final */

#creditos-final{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  padding-top: 30px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: baseline;
  border-radius: 14px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

.creditos-logo-aas{
  margin-bottom: 10px;
}

.creditos-logo-aas img{
  width:12%;
  margin: auto;
}

@media only screen and (max-height: 600px) {
  .creditos-logo-aas img{
    width:20%;
  }
}


#creditos-final>div{
  width:100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

#creditos-final span{
  width:100%;
  font-size: 16px;
  margin-bottom: 14px;
  text-align: center;
  line-height: 35px;
}

@media only screen and (max-height: 600px) {
  #creditos-final span{
    width:100%;
    font-size: 12px !important;
    margin-bottom: 14px;
    text-align: center;
    line-height: 20px;
  }
}

.redes-creditos{
  display: flex;
  justify-content: center;
}


/* Info 1 */

#info-1{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  padding-top: 30px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: baseline;
  border-radius: 14px;
}


#info-1>div{
  width:80%;
  margin: auto;
}

#info-1 h2{
  text-align: center;
  padding: 3% 0px 0px 0px;
}



/* info 1 */

#info{
  position:fixed;
  top:0;
  z-index: 6000;
  height:auto;
  background-color:#fff;
  line-height:20px;
  opacity:1;
  transition:0.5s;
  box-sizing: border-box;
  visibility: visible;
  overflow: scroll;
  background-color: #78734b;
  color:#fff;
  border-radius: 50% 23% 72% 65%;
  transform: scale(0.01) skew(30deg, 20deg) rotate(0.5turn);
  width:100vw;
  height:100vh;
  visibility: hidden;
}

.info1-contenedor{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  display:flex;
  border: 1px solid #fff;
  justify-content: left;
}

.info1-contenedor h2{
  margin: 20px 0px;
}

.div-izq-1{
  width: 45%;
  padding: 10px 40px 50px;
}

.div-der-1{
  width: 55%;
  padding: 10px 40px;
}


/* info 3 */

#info-3{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  padding-top: 30px;
  border: 1px solid #fff;
  justify-content: center;
  border-radius: 14px;
}


#info-3>div{
  width:100%;
  margin: auto;
}

#info-3>div img{
  width:80%;
  margin-left: 10%;
  background-color: #fff;
  border-radius: 12px;
}

#info-3 h2{
  text-align: center;
  padding: 3% 0px 0px 0px;
}

.div-youtube{
  padding-bottom: 20px;
  text-align: center;
}

/* info 4 */

#info-4{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  padding-top: 30px;
  border: 1px solid #fff;
  justify-content: center;
  border-radius: 14px;
}


#info-4>div{
  width:80%;
  margin: auto;
}

#info-4 h2{
  text-align: center;
  padding: 3% 0px 0px 0px;
}


/* Info 6 */

#info-6{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  padding-top: 30px;
  border: 1px solid #fff;
  justify-content: center;
  border-radius: 14px;
}


#info-6>div{
  width:80%;
  margin: auto;
}

#info-6 h2{
  text-align: center;
  padding: 3% 0px 0px 0px;
}


/* Info 7 */

#info-7{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  padding-top: 30px;
  border: 1px solid #fff;
  justify-content: center;
  border-radius: 14px;
}

#info-7 a{
  color:rgb(69 52 201);
}


#info-7>div{
  width:80%;
  margin: auto;
}

#info-7 div{
  text-align: center;
}

#info-7 h2{
  text-align: center;
  padding: 3% 0px 0px 0px;
}


#info-7 img{
  width:30%;
}

.info7-divf{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width:90% !important;
  margin-top: 5%;
}

.info7-divf>div{
  width:45%;
  text-align: center;
  margin: 2%;
}

.info7-divf>div:nth-child(1){
  text-align: right !important;
}

.info7-divf>div:nth-child(2){
  text-align: left !important;
}

.info7-divf img{
  width:60% !important;
  border-radius: 6px;
}

/* Info 8 */

#info-8{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  padding-top: 30px;
  border: 1px solid #fff;
  justify-content: center;
  border-radius: 14px;
}


#info-8>div{
  width:80%;
  margin: auto;
}

#info-8 h2{
  text-align: center;
  padding: 3% 0px 0px 0px;
}


/* Info 9 */

#info-9{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  padding-top: 30px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: baseline;
  border-radius: 14px;
}


#info-9>div{
  width:80%;
  margin: auto;
}

#info-9 h2{
  text-align: center;
  padding: 3% 0px 0px 0px;
}

.e9-mapa1{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 0px;
  margin: 20px 0px;
}

.e9-mapa2{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 0px;
  margin: 20px 0px;
}

.e9-mapa1Img{
  width:55%;
  height: auto;
  margin: 20px;
}

.e9-convenciones{
  width:20%;
  height: auto;
  margin: 20px;  
}

.fuente-mapa{
  text-align: right;
}

/* Info 10 */

#info-10{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  padding-top: 30px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: baseline;
  border-radius: 14px;
}


#info-10>div{
  width:80%;
  margin: auto;
}

#info-10 h2{
  text-align: center;
  padding: 3% 0px 0px 0px;
}

#tabla-licenciamiento{
  margin: 20px 0;
}

#tabla-licenciamiento img{
  width:80%;
}

/* Info 11 */

#info-11{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  padding-top: 30px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: baseline;
  border-radius: 14px;
}


#info-11>div{
  width:80%;
  margin: auto;
}

#info-11 h2{
  text-align: center;
  padding: 3% 0px 0px 0px;
}

/* Info 12 */

#info-12{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  padding-top: 30px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: baseline;
  border-radius: 14px;
}


#info-12>div{
  width:80%;
  margin: auto;
}

#info-12 h2{
  text-align: center;
  padding: 3% 0px 0px 0px;
}

/* Info 12 */

#info-13{
  width:80vw;
  height:80vh;
  margin: 5vh auto;  
  overflow: scroll;
  padding-top: 30px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: baseline;
  border-radius: 14px;
}


#info-13>div{
  width:80%;
  margin: auto;
}

#info-13 h2{
  text-align: center;
  padding: 3% 0px 0px 0px;
}

.info13-divf{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.info13-divf img{
  width:40%;
  margin: 5%;
}


section{
  margin: auto;
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 5;
  opacity:1;
}

.ep{
  top:0px;
  left:0px;
  position: relative;
  z-index: 4000;
  width:100%;
  height: 10px;
  opacity:0;
}

.div-cerrar{
  position: absolute;
  top:10px;
  right: 10px;
  padding: 8px 12px;
  background-color: #fff;
  color:#333;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}

.div-cerrar:hover{
  color:#fff;
  background-color: #333;
}

@keyframes wavep {
  0% {
      transform: rotateZ(0deg) translate3d(0,2.5%,0) rotateZ(0deg); 
  }  
  100% {
      transform: rotateZ(360deg) translate3d(0,2.5%,0) rotateZ(-360deg); 
  }
}

@keyframes wave {
  0% {
      transform: rotateZ(0deg) translate3d(0,7%,0) rotateZ(0deg); 
  }  
  100% {
      transform: rotateZ(360deg) translate3d(0,7%,0) rotateZ(-360deg); 
  }
}


@keyframes tilt {
  0% {
      -webkit-transform: rotateX(-30deg);
      -moz-transform: rotateX(-30deg);
      transform: rotateX(-30deg); }
  
  25% {
      -webkit-transform: rotateX( 30deg);
      -moz-transform: rotateX( 30deg);
      transform: rotateX( 30deg); }
  
  50% {
      -webkit-transform: rotateY(-30deg);
      -moz-transform: rotateY(-30deg);
      transform: rotateY(-30deg); }
  
  75% {
      -webkit-transform: rotateY( 30deg);
      -moz-transform: rotateY( 30deg);
      transform: rotateY( 30deg); }
  
  100% {
      -webkit-transform: rotateZ( 20deg);
      -moz-transform: rotateZ( 20deg);
      transform: rotateZ( 20deg); } }
  
  @keyframes lighthouse {
  0% {
      -webkit-transform: translate3d(15%,0,0) rotateZ(10deg);
      -moz-transform: translate3d(15%,0,0) rotateZ(10deg);
      transform: translate3d(15%,0,0) rotateZ(10deg); }
  
  100% {
      -webkit-transform: translate3d(-15%,0,0) rotateZ(-10deg);
      -moz-transform: translate3d(-15%,0,0) rotateZ(-10deg);
      transform: translate3d(-15%,0,0) rotateZ(-10deg); } }
  
@keyframes swing {
0% {
    -webkit-transform: rotateZ(1deg);
    -moz-transform: rotateZ(1deg);
    transform: rotateZ(1deg); }

    100% {
    -webkit-transform: rotateZ(-1deg);
    -moz-transform: rotateZ(-1deg);
    transform: rotateZ(-1deg); } 
}

.btn-sonido{
  background-color: antiquewhite;
  color:#333;
  width:300px;
  border-radius: 14px;
  padding: 8px 12px;
  cursor: pointer;
  text-align: center;
}

.e0-f1{
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 10;
  opacity: 1;
}

#e0-fondo1{
    display: block;
    width:100%;
    position: absolute;
}

#e0-fondo2{
  display: block;
  width:100%;
  position: absolute;
}

#e0-rio{
  display: block;
  width:100%;
  position: absolute;
}

#e0-rio img{
  width:130%;
  margin-left: -15%;
}

#escena-principal{
  height: 100vh;
  display: block;
  position: absolute;
  z-index: 200000;
}

/* Créditos */

#creditos-b{
  position: fixed;
  width:90%;
  left:-105%;
  top:3%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(22, 22, 22, 1);
  color:#fff;
  text-align: center;
  padding: 2.2% 2.4%;
  margin: auto;
  border-radius: 3px;
  z-index: 24000;
  border-radius: 12px;
  transition: 3s;
}

/* #creditos-b p{
  margin: 12px 0px; 
} */




#creditos-x{
  position: fixed;
  z-index: 25000;
  top: 4%;
  right:7%;
  width:30px;
  height: 30px;
  background-color: #fff;
  color:#333;
  border-radius: 8px;
  cursor: pointer;
  opacity:0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
