@font-face {
  font-family: "ThrowMyHandsUpintheAir";
  src: URL("/fonts/ThrowMyHandsUpintheAir.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "ThrowMyHandsUpintheAir";
  src: URL("/fonts/ThrowMyHandsUpintheAirBold.ttf") format("truetype");
  font-weight: bold;
}
body {
  font-family: "ThrowMyHandsUpintheAir";
  font-size: 18px;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-image: url("/images/sfondo.jpg");
  background-position: center;
  background-size: cover;
}
body main {
  min-height: 300px;
  min-width: 300px;
  width: 23vw;
  height: 23vw;
  background: transparent;
  position: fixed;
  left: 50%;
  top: 190px;
  transform: translate(-50%, 0);
}
body main .cover {
  width: 100%;
  max-height: 100%;
}
body main #play {
  background-image: url("/images/icon-play.svg");
  width: 70px;
  height: 70px;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  cursor: pointer;
}
body main #play:hover {
  opacity: 1;
}
body #logo {
  position: fixed;
  top: 25px;
  left: 25px;
  width: 250px;
}
body div#downloadapps div#android {
  background-image: url("../images/google_play.png");
  width: 144px;
  height: 50px;
  position: absolute;
  bottom: 41px;
  right: 30px;
  cursor: pointer;
}
body div#downloadapps div#ios {
  background-image: url("../images/apple_store.png");
  width: 144px;
  height: 50px;
  position: absolute;
  bottom: 102px;
  right: 30px;
  cursor: pointer;
}
body #claim {
  position: fixed;
  font-size: 2em;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  top: calc(210px + 23vw);
  width: 100vw;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  body #claim {
    top: 520px;
  }
}
body #claim div {
  display: inline-block;
  color: white;
}

/*# sourceMappingURL=style.css.map */
