@font-face {
  font-family: "Furore";
  src: url(./fonts/Furore/Furore.woff);
}

@font-face {
  font-family: "Blender Pro Bold";
  src: url(./fonts/BlenderPro-Bold.woff);
}

@font-face {
  font-family: "Blender Pro 500";
  src: url(./fonts/BlenderPro-Book.woff);
}
@font-face {
  font-family: "Helvetica";
  src: url(./fonts/Helvetica/Helvetica-Bold.woff);
}
@media screen and (min-width: 480px) and (max-width: 787px) {
  .container {
    max-width: 787px;
    padding: 0px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 787px) and (max-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0px;
    margin: 0 auto;
  }
}
body {
  margin: 0;
  margin-top: -20px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.hourglass_thumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.hourglass {
  display: block;
  margin: 3em auto;
  width: 2em;
  height: 4em;
  animation: hourglass 2.5s linear infinite;
  position: fixed;
  top: 50%;
  margin-top: -50px;
}
.hourglass_logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hourglass_logos_thumb {
  position: absolute;
  bottom: 10px;
}
.border {
  width: 40px;
  height: 0px;
  border: 1px solid #ffffff;
  transform: rotate(-90deg);
}
.outer {
  fill: #ffff;
}

.middle {
  fill: rgba(0, 0, 0, 0.9);
}

@keyframes hourglass {
  0% {
    transform: rotate(0deg);
    box-shadow: inset #fff 0 -0em 0 0, inset #fff 0 -2em 0 0,
      inset #fff 0 -4em 0 0;
  }
  80% {
    transform: rotate(0deg);
    box-shadow: inset #fff 0 -2em 0 0, inset #fff 0 -2em 0 0,
      inset #fff 0 -2em 0 0;
  }
  100% {
    transform: rotate(180deg);
    box-shadow: inset #fff 0 -2em 0 0, inset #fff 0 -2em 0 0,
      inset #fff 0 -2em 0 0;
  }
}
.ar-text {
  font-family: "Furore";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  position: fixed;
  top: 30%;
  margin-top: -30px;
  color: #fff;
}
.ar-text-second {
  font-family: "Furore";
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
  position: fixed;
  top: 35%;
  margin-top: -35px;
  color: #fff;
}
.ar-text-third {
  font-family: "Furore";
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
  position: fixed;
  top: 38.5%;
  margin-top: -38.5px;
  color: #fff;
}
.hidden {
  display: none;
}
#enterar:enabled {
  font-family: "Helvetica";
  font-weight: 500;
  position: absolute;
  left: 50%;
  bottom: 160px;
  transform: translate(-50%, -50%);
  color: #000;
  background-color: #fff;
  width: 100px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 5px;
}
