@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");
@keyframes floatingClouds {
  0% {
    transform: translate(0, 0px) scale(1);
  }
  50% {
    transform: translate(-2vw, 0) scale(1.2);
  }
  100% {
    transform: translate(0, 0px) scale(1);
  }
}
@keyframes grow {
  0% {
    transform: scale(0.9);
    filter: brightness(1);
  }
  50% {
    transform: scale(0.9);
    filter: brightness(1);
  }
  100% {
    transform: scale(0.9);
    filter: brightness(1);
  }
}
@keyframes fa-shake {
  0% {
    transform: scale(0.8) rotate(0deg);
    animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  }
  8% {
    transform: scale(0.8) rotate(5deg) translateX(1px);
    animation-timing-function: cubic-bezier(0.3, 0, 0.7, 1);
  }
  20% {
    transform: scale(0.8) rotate(-4deg) translateX(-1px);
    animation-timing-function: cubic-bezier(0.3, 0, 0.7, 1);
  }
  35% {
    transform: scale(0.8) rotate(3deg) translateX(1px);
    animation-timing-function: cubic-bezier(0.3, 0, 0.7, 1);
  }
  50% {
    transform: scale(0.8) rotate(-2deg);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  65% {
    transform: scale(0.8) rotate(1deg);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  78% {
    transform: scale(0.8) rotate(-0.5deg);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  }
  90% {
    transform: scale(0.8) rotate(0.3deg);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  to {
    transform: scale(0.8) rotate(0deg);
  }
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%; /*10px para interfaces exactas*/
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

body {
  background-image: url(../img/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #292929;
  font-size: 1.2rem;
}

.main-grid {
  justify-content: center;
  display: grid;
  overflow: hidden;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  min-height: 100vh;
}
.grid-bg {
  grid-area: 1/1/2/2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
}

.grid-content {
  grid-area: 1/1/2/2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}

.filter {
  position: fixed;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  pointer-events: none;
}
.bg-video img {
  height: 100%;
  width: auto;
  opacity: 0.55;
  animation-name: floatingClouds;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  display: none;
}
@media only screen and (min-width: 992px) {
  .bg-video img {
    height: auto;
    width: 100%;
    opacity: 0.75;
    display: block;
  }
}

#canvas {
  position: fixed;
  top: 0;
  left: 0;
}

.menu {
  width: 100%;
  margin-top: 2rem;
}
.menu__navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.menu__link {
  font-size: clamp(1.1rem, 1.75vw, 2.5rem);
  line-height: 1;
  background-image: url("../img/button-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #3b3227;
  width: 15vw;
  height: 4vw;
  min-width: 105px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  filter: drop-shadow(2px 4px 15px rgba(0, 0, 0, 0.75));
  transition: all 0.3s;
}
.menu__link:nth-child(2) {
  font-size: clamp(1rem, 1.1vw, 1.8rem);
}
.menu__link span {
  display: block;
  top: -7%;
  position: relative;
}
.menu__link:hover {
  transform: scale(1.1);
}

.event-logo {
  margin-top: 2rem;
}
.event-logo__img {
  display: block;
  margin: 0 auto;
  filter: drop-shadow(2px 4px 15px rgba(0, 0, 0, 0.75));
  max-width: 90%;
}

.map {
  min-width: 560px;
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .map {
    margin-bottom: 5rem;
  }
}
.map__container {
  display: block;
  position: relative;
  will-change: transform;
}
.map__img {
  width: 100%;
  filter: drop-shadow(2px 4px 15px rgba(0, 0, 0, 0.75));
}
.map__star {
  min-width: 40px;
  position: absolute;
  width: 6%;
  left: 47%;
  top: 20%;
  transform: translate(-50%, -50%);
  list-style: none;
  display: none;
}
.map__star img {
  width: 100%;
  z-index: 1;
  position: relative;
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.75));
}
.map__asset {
  list-style: none;
  display: flex;
  margin: 0 auto;
  width: 70%;
  position: relative;
}
.map__asset:not(:first-child) {
  margin-top: -25%;
}
.map__asset img {
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(2px 4px 2vw black);
}
.map__asset--disabled {
  filter: saturate(0);
}
.map__stage {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  padding-bottom: 3%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 21%;
  height: 6%;
  scroll-margin-top: 50dvh;
  cursor: pointer;
}
.map__stage--is-active:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: calc(2rem + 1.5px);
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: conic-gradient(from var(--angle) at 50% 50%, #ffef5d 0%, #ffefc2 12%, rgba(255, 235, 59, 0.1529411765) 25%, #ffee54 37%, #ffefc2 50%, rgba(255, 255, 255, 0.1450980392) 62%, #fff175 75%, #ffefc2 87%, rgba(255, 235, 59, 0.1450980392) 100%);
  filter: blur(12px) brightness(1.2);
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .map__stage--is-active:after {
    animation: rotate 12s infinite linear;
    filter: blur(20px) brightness(1.2);
  }
}
.map__stage--is-active .map__stage-tooltip {
  filter: saturate(1) brightness(1);
}
.map__stage--is-active .map__stage-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: calc(2rem + 1.5px);
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: conic-gradient(from var(--angle) at 50% 50%, #fff6a4 0%, #ffffff 12%, rgba(255, 235, 59, 0.1529411765) 25%, #fff6a4 37%, #ffffff 50%, rgba(255, 255, 255, 0.1450980392) 62%, #fff6a4 75%, #ffffff 87%, rgba(255, 235, 59, 0.1450980392) 100%);
  filter: blur(50px) brightness(1.2);
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .map__stage--is-active .map__stage-tooltip:after {
    animation: rotate 12s infinite linear;
    filter: blur(20px) brightness(1.2);
  }
}
.map__stage--is-active .map__stage-bg {
  background: url("../img/stages.webp") -1px 54% no-repeat;
  background-size: 100% auto;
}
.map__stage--is-active .map__stage-number {
  --_space: ;
  background-image: linear-gradient(0deg var(--_space), #f2f047, #1ed94f 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Modern: OKLCH interpolation */
}
@supports (background-image: linear-gradient(in oklch, #000, #fff)) {
  .map__stage--is-active .map__stage-number .text-gradient {
    --_space: in oklch;
  }
}
.map__stage--is-active .map__stage-tooltip-content {
  background-image: url("../img/quest-bg.webp");
}
.map__stage--is-active .map__stage-tooltip-game {
  display: grid;
}
.map__stage--is-active .map__stage-tooltip-quest {
  display: block;
}
.map__stage--is-active .map__stage-tooltip-quest-expired {
  display: none;
}
.map__stage--is-future .map__stage-tooltip {
  filter: saturate(0);
}
.map__stage--is-future .map__stage-bg {
  background: url("../img/stages.webp") -1px 108% no-repeat;
  background-size: 100% auto;
}
.map__stage--is-future .map__stage-number {
  color: #ffffff;
}
.map__stage--is-future .map__stage-tooltip-content {
  background-image: url("../img/quest-bg.webp");
}
.map__stage--is-future .map__stage-tooltip-game {
  display: grid;
}
.map__stage--is-future .map__stage-tooltip-quest {
  display: block;
}
.map__stage--is-future .map__stage-tooltip-quest-expired {
  display: none;
}
.map__stage--is-future .map__stage-tooltip-games {
  pointer-events: none;
}
.map__stage--is-open {
  z-index: 10;
}
.map__stage--is-open .map__stage-tooltip {
  visibility: visible;
  z-index: 10;
}
.map__stage--is-open .map__stage-bg {
  animation-name: fa-shake;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
.map__stage--1 {
  left: 51%;
  top: 10.5%;
}
@media only screen and (max-width: 992px) {
  .map__stage--1 .map__stage-tooltip {
    position: fixed;
    transform: translateX(-45%) translateY(52%);
  }
}
.map__stage--2 {
  left: 51%;
  top: 22%;
}
@media only screen and (max-width: 992px) {
  .map__stage--2 .map__stage-tooltip {
    position: fixed;
    transform: translateX(-62%) translateY(44%);
  }
}
.map__stage--3 {
  left: 50%;
  top: 38%;
}
@media only screen and (max-width: 992px) {
  .map__stage--3 .map__stage-tooltip {
    position: fixed;
    transform: translateX(-40%) translateY(35%);
  }
}
.map__stage--4 {
  left: 56%;
  top: 51.2%;
}
@media only screen and (max-width: 992px) {
  .map__stage--4 .map__stage-tooltip {
    position: fixed;
    transform: translateX(-54%) translateY(35%);
  }
}
.map__stage--5 {
  left: 53%;
  top: 59.5%;
}
@media only screen and (max-width: 992px) {
  .map__stage--5 .map__stage-tooltip {
    position: fixed;
    transform: translateX(-50%) translateY(35%);
  }
}
.map__stage--6 {
  left: 51%;
  top: 73.5%;
}
@media only screen and (max-width: 992px) {
  .map__stage--6 .map__stage-tooltip {
    position: fixed;
    transform: translateX(-40%) translateY(35%);
  }
}
.map__stage--7 {
  left: 50%;
  top: 91%;
}
@media only screen and (max-width: 992px) {
  .map__stage--7 .map__stage-tooltip {
    position: fixed;
    transform: translateX(-40%) translateY(35%);
  }
}
.map__stage-number {
  font-size: clamp(3rem, 6.5vw, 14rem);
  letter-spacing: -1px;
  filter: drop-shadow(1px 1px 2px black);
  line-height: 1;
  transform: translateX(-5%) translateY(50%);
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #b1b1b1;
  z-index: 2;
}
.map__stage-week {
  position: absolute;
  display: block;
  z-index: 2;
  text-align: center;
  top: 75%;
  background: rgba(56, 45, 34, 0.75);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  line-height: 1.2;
  white-space: nowrap;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .map__stage-week {
    font-size: 1.4rem;
  }
}
.map__stage-bg {
  background: url("../img/stages.webp") -1px 2% no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: drop-shadow(2px 4px 15px rgba(0, 0, 0, 0.75));
  transform: scale(0.8);
}
.map__stage-tooltip {
  bottom: 100%;
  display: flex;
  flex-direction: column;
  left: 50%;
  width: 270px;
  height: 494px;
  position: absolute;
  transform: translateX(-100%) translateY(55%);
  visibility: hidden;
  z-index: -1;
  filter: drop-shadow(2px 4px 15px rgba(0, 0, 0, 0.75));
}
@media only screen and (min-width: 1200px) {
  .map__stage-tooltip {
    width: 350px;
    height: 640px;
  }
}
.map__stage-tooltip-close {
  color: #292929;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 4.5rem;
  font-size: 3rem;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .map__stage-tooltip-close {
    display: none;
  }
}
.map__stage-tooltip-content {
  height: 100%;
  background-image: url("../img/quest-bg-expired.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  font-weight: 800;
  padding: 0 10%;
  flex-direction: column;
  align-items: center;
  color: #1a2436;
}
.map__stage-tooltip-quest {
  text-align: center;
  font-size: 1.6rem;
  display: none;
}
.map__stage-tooltip-quest p {
  font-size: 1.8rem;
  color: #292929;
  text-transform: uppercase;
  color: #5f0000;
  margin-top: 80px;
}
@media only screen and (min-width: 1200px) {
  .map__stage-tooltip-quest p {
    font-size: 2.5rem;
    margin-top: 103px;
  }
}
.map__stage-tooltip-quest > * {
  line-height: 1;
  font-style: normal;
}
.map__stage-tooltip-games {
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .map__stage-tooltip-games {
    margin-top: 50px;
  }
}
.map__stage-tooltip-games ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  list-style: none;
  font-weight: bold;
}
.map__stage-tooltip-games li {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .map__stage-tooltip-games li {
    font-size: 1.8rem;
  }
}
.map__stage-tooltip-games a {
  text-decoration: none;
  color: #5f0000;
}
.map__stage-tooltip-quest-expired img {
  max-width: 100%;
  margin-top: 35%;
}
.map__stage-tooltip-cta {
  display: flex;
  justify-content: center;
}
.map__stage-tooltip-cta a {
  font-size: 3rem;
  margin-top: 1rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  background-image: url("../img/quest-button-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #292929;
  filter: drop-shadow(2px 4px 15px rgba(0, 0, 0, 0.75));
  transition: transform 0.3s;
}
.map__stage-tooltip-cta a:hover {
  transform: scale(1.1);
}
.map__stage-tooltip-cta span {
  display: block;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotate {
  0% {
    --angle: 0deg;
  }
  100% {
    --angle: 360deg;
  }
}
.popup {
  position: fixed;
  background-color: rgba(41, 41, 41, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 3000;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@supports (backdrop-filter: blur(5px)) {
  .popup {
    background-color: rgba(41, 41, 41, 0.3);
    backdrop-filter: blur(5px);
  }
}
.popup:target {
  opacity: 1;
  visibility: visible;
}
.popup__close:link, .popup__close:visited {
  color: #292929;
  position: absolute;
  top: 3.5rem;
  right: 1.5rem;
  font-size: 3rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  z-index: 2;
  padding: 1rem;
  border-radius: 50%;
  background-color: #621607;
  color: #ffffff;
}
@media only screen and (min-width: 576px) {
  .popup__close:link, .popup__close:visited {
    right: 3.5rem;
  }
}
.popup__close:hover {
  color: #fffd82;
}
.popup__content {
  position: absolute;
  width: 90%;
  max-width: 560px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.25);
  opacity: 0;
  transition: all 0.3s 0.2s;
  box-sizing: border-box;
  background-image: url("../img/bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.popup__header, .popup__footer {
  z-index: 1;
  position: relative;
}
.popup .content-scroll {
  max-height: 65vh;
  overflow-y: auto;
  scrollbar-color: #621607 transparent;
  scrollbar-width: thin;
  margin: 10rem 10vw;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .popup .content-scroll {
    margin: 10rem 4rem;
  }
}
.popup:target .popup__content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.popup__text, .popup__list {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  font-weight: 600;
  color: #ffffff;
}
.popup__text span, .popup__list span {
  color: #ffffff;
  font-weight: bold;
}
.popup__list {
  margin: 2rem 0;
  color: #fffd82;
  padding: 0 0 0 2rem;
}
.popup__list li {
  margin-bottom: 1rem;
}
.popup__list span {
  color: #ffffff;
}
.popup__heading {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fffd82;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body.is-loading {
  overflow: hidden;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #012101;
  transition: opacity 0.6s ease;
}
.intro.is-leaving {
  opacity: 0;
  pointer-events: none;
}
.intro__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
}
.intro__logo {
  position: relative;
  z-index: 1;
  width: min(70vw, 520px);
  max-width: 90%;
  transform: scale(0.72);
  filter: saturate(0) drop-shadow(2px 8px 18px rgba(0, 0, 0, 0.65));
  animation: introLogo 5s ease forwards;
}

@keyframes introLogo {
  to {
    transform: scale(1.4);
    filter: saturate(1) drop-shadow(2px 8px 18px rgba(0, 0, 0, 0.65));
  }
}
@media (prefers-reduced-motion: reduce) {
  .intro {
    transition: none;
  }
  .intro__logo {
    animation: none;
    transform: scale(1);
    filter: saturate(1) drop-shadow(2px 8px 18px rgba(0, 0, 0, 0.65));
  }
}/*# sourceMappingURL=main.css.map */