@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap');
@import url("https://use.typekit.net/exr0fge.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  hyphens: auto;
}

a {
  text-decoration: none;
  color: white;
}

body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: #2f308b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background: #2f308b;
  background-image: #2f308b;
  transition: background-color 1s;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#id {
  display: none;
}

#dificultad {
  margin: 2%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: none;
}

#nivel {
  margin: 2%;
  font-family: "etna", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 400%;
  text-shadow: 0px 0px 14px #00000040;
  color: white;
}

.titulo {
  margin: 2%;
  text-align: center;
  color: white;
  font-size: 500%;
  font-family: Asap, sans-serif;
  font-weight: bold;
  text-shadow: 0px 0px 14px #00000040;
}

#home,
#pharmacy,
#hospital,
#supermarket,
#school,
#bank,
#lab,
#zoo {
  margin: 2%;
  border: 3px solid white;
  border-radius: 4px;
  text-align: center;
  width: auto;
  padding: 20px;
  color: white;
  font-size: 500%;
  font-family: Asap, sans-serif;
  display: block;
  text-shadow: 0px 0px 14px #00000040;
}

#home:hover,
#pharmacy:hover,
#hospital:hover,
#supermarket:hover,
#school:hover,
#bank:hover,
#lab:hover,
#zoo:hover {
  cursor: pointer;
  background: #140069;
}

header {
  padding: 20px;
}

header>h1 {
  color: #25272E;
  text-align: center;
  font-family: Asap, sans-serif;
}

#tiempoRestante {
  width: 100%;
  height: 30px;
  background-color: white;
  top: 0px;
  position: sticky;
  display: block;
  transition: all 1s linear;
}

.pregunta {
  margin: 2%;
  margin-top: 0%;
  text-align: center;
  color: white;
  font-size: 500%;
  font-family: Asap, sans-serif;
  font-weight: bold;
  text-shadow: 0px 0px 14px #00000040;
}

#respuesta1:hover,
#respuesta2:hover,
#respuesta3:hover {
  cursor: pointer;
  background: #140069;
}

#respuesta1,
#respuesta2,
#respuesta3 {
  margin: 2%;
  text-align: center;
  width: auto;
  color: white;
  font-size: 500%;
  font-family: Asap, sans-serif;
  transition: hover 0.3s ease;
  transition: background 1s;
  padding: 20px;
  border: 3px solid white;
  border-radius: 4px;
  display: none;
  text-shadow: 0px 0px 14px #00000040;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

#indiceRespuestaCorrecta {
  display: none;
}

.tiempo {
  text-align: center;
  color: white;
  font-family: Asap, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

img {
  width: 150px;
  padding-bottom: 1%;
}

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

  _::-webkit-full-page-media,
  _:future,
  :root .logo_fuente {
    padding-bottom: 200px;
  }
}

.logo_fuente {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: auto;
  margin-top: auto;
}

#logo {
  display: none;
}

#fuente {
  width: 100%;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}

#left_arrow {
  margin-left: 1%;
  margin-bottom: 1%;
  display: none;
  opacity: 0;
  padding: 4px;
  border: 3px solid white;
  border-radius: 10px;
  color: white;
  transition: opacity 0.3s;
}

#space {
  width: 150px;
}

.dado {
  position: relative;
  width: auto;
  height: 100%;
}

.container {
  position: relative;
  display: inline-block;
  top: 50px;
}

.dice {
  position: relative;
  width: 200px;
  height: 200px;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.dot {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: -20px 10px 10px -20px;
  border-radius: 40px;
  background-color: #35368f;
  box-shadow: inset 4px 4px #242469;
}

.side {
  position: absolute;
  background-color: #ffffff;
  border-radius: 10px;
  width: 200px;
  height: 200px;
  border: 2px solid #e5e5e5;
  text-align: center;
  line-height: 4em;
}

.side:nth-child(1) {
  transform: translateZ(6.2em);
}

.side:nth-child(6) {
  transform: rotateY(90deg) translateZ(6.2em);
}

.side:nth-child(3) {
  transform: rotateY(-90deg) translateZ(6.2em);
}

.side:nth-child(4) {
  transform: rotateX(90deg) translateZ(6.2em);
}

.side:nth-child(5) {
  transform: rotateX(-90deg) translateZ(6.2em);
}

.side:nth-child(2) {
  transform: rotateY(-180deg) translateZ(6.2em);
}

.two-1,
.three-1,
.four-1,
.five-1,
.six-1 {
  top: 20%;
  left: 20%;
}

.four-3,
.five-3,
.six-4 {
  top: 20%;
  left: 80%;
}

.one-1,
.three-2,
.five-5 {
  top: 50%;
  left: 50%;
}

.four-2,
.five-2,
.six-3 {
  top: 80%;
  left: 20%;
}

.two-2,
.three-3,
.four-4,
.five-4,
.six-6 {
  top: 80%;
  left: 80%;
}

.six-2 {
  top: 50%;
  left: 20%;
}

.six-5 {
  top: 50%;
  left: 80%;
}

.show-1 {
  transform: rotateX(720deg) rotateZ(-720deg);
}

.show-6 {
  transform: rotateX(-900deg) rotateZ(1080deg);
}

.show-3 {
  transform: rotateY(-450deg) rotateZ(-1440deg);
}

.show-4 {
  transform: rotateY(810deg) rotateZ(720deg);
}

.show-5 {
  transform: rotateX(-810deg) rotateZ(-1080deg);
}

.show-2 {
  transform: rotateX(450deg) rotateZ(-720deg);
}