html, body {
         margin: 0;
         height: 100%;
         background-color: #000000;
      }
img {
  width: 100%;
  -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}


      .canvas {
         width: 100%;
         height: 100%;
         display: block;
         margin:auto;
      }
      #control {
        position: fixed;
        bottom: 1vh;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 40%;
        max-width: 160px;
      }
      #loader{
        transform: translate(-50%, -50%);
        position: fixed;
        top: 50%;
        left: 50%;
      }
      #loader p{
        color: black;
        font-size: 24px;
        font-family: sans-serif;
      }

      #drop-area {
        border-radius: 20px;
        width: 95vw;
        height: 95vh;
        max-width: 1280px;
        max-height: 720px;
        font-family: sans-serif;
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: rgb(1,67,127);
        background: radial-gradient(circle, rgba(1,67,127,1) 16%, rgba(1,22,41,1) 100%);
        overflow: hidden;
      }
      #drop-area.highlight {
        border-color: purple;
      }
      p {
        margin-top: 0;
      }
      .my-form {
        margin-bottom: 10px;
      }
      #gallery {
        margin-top: 10px;
      }
      #gallery img {
        width: 150px;
        margin-bottom: 10px;
        margin-right: 10px;
        vertical-align: middle;
      }
      .button {
        display: inline-block;
        padding: 10px;
        background: #ccc;
        cursor: pointer;
        border-radius: 5px;
        border: 1px solid #ccc;
      }
      .button:hover {
        background: #ddd;
      }
      #fileElem {
        display: none;
      }

      #Modal{
        background: rgb(0,0,0,0.5);
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
      }


#logo{
  position: fixed;
  top: 25px;
  left: 25px;
  width: 25%;
  max-width: 150px;

}

#control button{
  width: 48%;
  border: none;
  background: none;
  padding: 15px;
}
#control button:hover{
  filter: drop-shadow(2px 4px 1px black);
}
#map{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 80vh;
    transition: top 1s;
}

#headerBt{
  width: 50%;
  max-width: 300px;
  margin: auto;
}

#openmap{
  border: none;
  background: white;
  box-shadow: 0px -3px 2px 0px #00000073;
  border-radius: 25px 25px 0px 0px;
  width: 100%;
  cursor: pointer;
}

#contenido{
  background: white;
  width: 95%;
  max-width: 400px;
  height: 100%;
  margin: auto;
  border-radius: 25px;
      padding-top: 15px;
}

#contenido p{
      color: darkblue;
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
  }

.centermodal{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98vw;
    height: 98vh;

    border-radius: 20px;
    max-width: 1280px;
    max-height: 720px;

    background: rgb(1,67,127);
    background: radial-gradient(circle, rgba(1,67,127,1) 16%, rgba(1,22,41,1) 100%);
    overflow: hidden;

}

#instruccionModal{
    position: fixed;
    top: 0;
    background: #000000b5;
    width: 100vw;
    height: 100vh;
     opacity: 1;
    transition: opacity 1s;
    backdrop-filter: blur(9px);
}
/*INICIO*/

.divini{
  width: 98%;
  margin: auto;
}

.blacklogo{
  margin: auto;
    margin-top: 7px;
    float: none;
    width: 70%;
}

#btentrar{
  width: 35%;
  margin: 10px auto;
  cursor: pointer;
}

.indicador{
      width: 86%;
    margin: auto;
}

.black{
    height: -webkit-fill-available;
    height: 89vh;
    background-size: 75%;

}

.footer{
  height: 50px;
  width: 100%;
  background-color: #8182FB;
  position: fixed;
  bottom: 0px;
  display: flex;
}

.divseg{
      width: 17%;
    margin: 7px auto 0 auto;
    color: white;
    font-family: sans-serif;
    text-align: center;
    text-align: -webkit-center;
    display: none;
}

.redes{
  margin-left: 10px;
  display: none;
}
.redes button{
  width: 31px;
    background: none;
    border: none;
    margin: 15px 0px;
}

.links{
  margin: auto;
  min-width: 257px;
}
.links button{
  width: 40px;
  background: none;
  border: none;
}

.btn
{
 -moz-user-select: none;
 -ms-user-select: none;
 -webkit-user-select: none;
 background-color: transparent;
 border-radius: 0.25rem;
 border: none;
 display: inline-block;
 margin: auto 0.4rem;
 text-align: center;
 user-select: none;
 width: 20px;
 transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

:focus{
  outline: none !important;
}

.menu{
  margin: auto;
    width: 80%;
}

.menu button{
      background: none;
    border: none;
    width: 25%;
    margin: 3%;
    opacity: 0.5;
    transition: opacity 0.5s;
    cursor: pointer;
  }

  .menu button:hover{
    opacity: 1;
  }

  #trivia{
    width: 50%;
    margin: auto;
    cursor: pointer;
  }

  #inicio{
    margin: auto;
    width: 100%;
    max-width: 527px;
  }

  .inilogo{
    width: 100%;
  }

  .inibt{
    width: 80%;
    margin: auto;
  }

  .inibt button{
    margin: auto !important;
    width: 100%;
    display: block;
    background: none;
    border: none;
  }

  #pregunta{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #txtPregunta{
        background-image: url(../SVG/cuadroP.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  }

  #txtPregunta div{
    border: 1px solid white;
    filter: drop-shadow(2px 4px 1px black);
    width: 90%;
    margin: auto;

  }


  #txtPregunta p{
    font-weight: bolder;
    text-align: center;
    font-size: 1.2rem;
    color: white;
    margin: 10px;

  }

  #respuestas{
    width: 95%;
    height: 150px;
    margin: auto;
    margin-top: 40px;
  }

  #respuestas img{
    width: 10%;
  }

  #respuestas div{
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
  }
  #respuestas div p {
    color: white;
    font-weight: 100;
    font-size: 0.8rem;
    text-align: left;
  }

  #respuestas button{
    width: 100%;
    background: none;
    border: none;
    overflow: auto;
    display: flex;
  }

  .titulo p{
    text-align: center;
    color: white;
    font-size: x-large;
    font-weight: bolder;
    margin-block-end: 0.5em;
  }

  .titulo span{
        color: #ffcb31;
  }

  .volver{
      position: absolute;
    background: none;
    border: none;
    width: 80px;
    top: 0;
    right: 0;
    margin: 29px;
    cursor: pointer;
}

#frame{
  width: 100%;
    height: 95%;
    border: none;
    box-shadow: 3px 4px black;
}

.mobile{
  display: block;
}

.desktop{
  display: none;
}


#VideoModal{
  background: rgb(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 900;
}

#video{
      width: 98%;
    max-width: 1280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#videosrc{
  width: 100%;
}

.btcerrar{
      position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    cursor: pointer;
    width: 46px;
}

#whatsapp{
      position: fixed;
    z-index: 99999;
    width: 20%;
    max-width: 90px;
    top: 0;
    right: 0;
    margin: 10px;


}

#whatsapp a{
  width: 100%;
}


@media (min-width: 500px){
  #map{
    top: 88vh;
  }
  .centermodal{
    width: 71vw;
    height: 82vh
  }
  #video{
    width: 73%;
  }
  .divini{
    width: 50%;
  }

  .blacklogo{
    margin: auto;
      margin-top: 7px;
      float: none;
      width: 100%;
  }
  .indicador{

  }

  .black{
    height: 100%;
    display: flex;
  }

  .redes{
    display: flex;
  }

  .divseg{
    display: block;
  }
  .links{
    margin: 0;
    margin-right: 10px;
  }

  .mobile{
    display: none;
  }

  .desktop{
    display: block;
  }


}
