html {
  scroll-behavior: smooth;
}

body {
  background: radial-gradient(white 0%, #959494 100%);
  margin: 0;
  font-family: "Space Mono", monospace !important;
  font-style: normal;
  margin-left: 15%;
  margin-right: 15%;
  overflow-x: hidden;
}

html,
body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.nav span img {
  width: 100%;
}

nav {
  background: rgba(255, 255, 255, 0);
  border-style: none;
  width: 80vw;
}

#navcol-1 {
  font-family: 'Space Mono', monospace;
  position: relative;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

#buttons button {
  margin-right: 5vw;
}

#bilheteira {
  display: flex;
  justify-content: space-around;
  margin-top: 5vh;
  margin-bottom: 15vh;
  background: linear-gradient(to right, #a066ff, #ff66ff, #ffeb99, #99ccff);
  height: 30vh;
}

#bilheteira a {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

#localização {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 5% 15% 10% 15%;
}

#localização a {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 0;
  width: 50%;
}

#localização a img {
  display: block;
  width: 100%;
  height: 100%;
}

#desc-local {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#desc-local img {
  height: 5vh;
}

#desc-local p {
  margin-top: 5%;
}

#events {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: start;
  margin: 5% 5% 10% 5%;
}

#events img {
  width: 40%;
}

#presentes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10%;
  margin-left: 15%;
  margin-right: 15%;
}

#presentes img {
  width: 30vw;
  margin: 2%;
}

#bilheteira {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#info {
  width: 40%;
  margin: 3% 0 5% 15%;
}

.intro {
  background: url(resources/POPTOP_BG11_BIG_CUT.webp);
  background-position: bottom 150% right -40%;
  background-repeat: no-repeat;
  background-size: auto 33vw;
}

.bkimage3 {
  background: url(resources/POPTOP_BG11_BIG_CUT.webp);
  background-position: bottom 76% right -70%;
  background-repeat: no-repeat;
  background-size: auto 33vw;
}

.title {
  width: 70vw;
  height: 4vh;
}

.title-acento {
  width: 70vw;
  height: 5vh;
}

#mapa {
  width: 50%;
}

#bilhetes {
  width: 45vw;
  margin-top: 5%;
  margin-bottom: 5%;
  vertical-align: middle;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  border-top: 2px solid black;
}

#evento {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: start;
  width: 28%;
  height: 100%;
  margin-left: 15%;
  margin-top: 0.5%;
  margin-bottom: 5%;
}

#button-footer {
  margin-top: 0.9%;
}

#mega-strike {
  width: 30%;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.10);
  }
}

.button-container {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.custom-button-black {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: white;
  background: black;
  border: solid 1px #333333;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.custom-button-black:active {
  top: 4px;
  left: 4px;
}

.button-size {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  padding: 0.5rem 1rem;
  border: solid 1px #333333;
  z-index: 1;
  right: -4px; /* Deslocar 4px para a direita */
  bottom: -4px; /* Deslocar 4px para baixo */
}

#seccoes {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: end;
  margin-top: 0.3%;
  height: 12.5vh;
  margin-top: 0.6%;
}

#socials {
  display: flex;
  flex-direction: row;
  margin-right: 15%;
  margin-top: 0.9%;
}

#socials span a {
  border: 2px solid black;
  width: 2.5vw;
  height: 4vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

span a img {
  width: 2vw;
  height: 2vh;
}

#patrocinio {
  width: 15%;
  margin: 5% 5% 10% 5%;
}

#main-sponsor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}

#painel-xp {
  width: 70vw;
  margin: 5%;
}

.butao {
  background: none;
  border: none;
  width: fit-content;
  height: fit-content;
  font-family: "Space Mono", monospace;
  font-weight: 800;
  font-style: normal;
  color: black;
}

.butao:hover {
  cursor: pointer;
}

#alojamento {
  margin: 5% 5% 10% 5%;
  width: 25%;
}

#wall {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 70%;
}

#wall img {
  width: 10%;
  margin: 5%;
}

#tvi {
  width: 20%;
}

#background1 {
  width: 80%;
  position: absolute;
  top: 15%;
  right: -20%;
  z-index: -1;
}

#background2 {
  width: 80%;
  position: absolute;
  top: 96%;
  left: -50%;
  z-index: -1;
}

#background3 {
  width: 80%;
  position: absolute;
  top: 320%;
  right: -35%;
  z-index: -1;
}

#background4 {
  width: 80%;
  position: absolute;
  top: 615%;
  left: -50%;
  z-index: -1;
}

#mapa-local {
  background: url(resources/Asset\ 15border_map.svg);
  background-repeat: no-repeat;
  background-size: cover cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#iframe {
  width: 68%;
  height: 76%;
}

#bkimage2 {
  background: url(resources/POPTOP_BG11_BIG_CUT.webp);
  background-position: bottom 78% left -70%;
  background-repeat: no-repeat;
  background-size: auto 33vw;
}

#bkimage4 {
  background: url(resources/POPTOP_BG11_BIG_CUT.webp);
  background-position: bottom 80% left -90%;
  background-repeat: no-repeat;
  background-size: auto 33vw;
}

#div-alojamento {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
}
@media (max-width: 767px) {
  html {
    clip-path: unset(0 0 0 0);
  }

  .intro {
    background: url(resources/POPTOP_BG11_BIG_CUT.webp);
    background-position: bottom -35% right -55%;
    background-repeat: no-repeat;
    background-size: auto 35vw;
  }

  #bkimage2 {
    background-position: bottom 90% left -70%;
  }

  .bkimage3 {
    background: url(resources/POPTOP_BG11_BIG_CUT.webp);
    background-position: bottom 42% right -65%;
    background-repeat: no-repeat;
    background-size: auto 35vw;
  }

  #bkimage4 {
    background-position: bottom 60% left -90%;
  }

  #buttons {
    width: 50vw;
  }

  #buttons button {
    font-size: 10px;
  }

  footer {
    flex-direction: column;
  }

  #info {
    width: 70vw;
  }

  #evento {
    width: 50%;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  #button-footer {
    margin-left: 15%;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  #seccoes {
    margin-left: 15%;
    align-items: start;
    height: 40vh;
  }

  #socials {
    margin-top: 5%;
    margin-bottom: 20%;
    margin-right: 0%;
    margin-left: 15%;
  }

  #tvi {
    width: 30%;
  }

  #mega-strike {
    width: 45%;
  }

  #socials span a {
    width: 9vw;
    height: 6vh;
  }

  span a img {
    width: 60%;
    height: 60%;
  }

  #localização {
    margin: 5% 5% 15% 5%;
    flex-direction: column;
    align-items: center;
    background: none;
  }

  #mapa {
    width: 100%;
    height: 100%;
  }

  #iframe {
    width: 88%;
    height: 80%;
    top: 14%;
    left: 5%;
  }

  #bilheteira {
    height: 10vh;
    margin-bottom: 10vh;
  }

  #bilhetes {
    width: 80vw;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  #events {
    flex-direction: column;
    align-items: center;
  }

  #events img {
    width: 80%;
    margin-bottom: 12%;
  }

  #presentes {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
  }

  #presentes img {
    width: 60vw;
  }

  #wall {
    flex-direction: column;
    margin-top: 5%;
  }

  #wall img {
    width: 40%;
  }

  #patrocinio {
    width: 35%;
  }

  #alojamento {
    width: 50%;
  }

  #mapa-local {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }

  #background1 {
    top: 17%;
    right: -35%;
  }

  #background3 {
    top: 515%;
  }

  #background4 {
    top: 550%;
  }

  #painel-xp-mobile {
    width: 90vw;
    margin: 5%;
  }

  #localização a {
    width: 110vw;
  }

  #titulo-alojamento {
    width: 100%;
    height: 9vh;
  }

  .nav span img {
    width: 45%;
  }

  footer #seccoes .butao {
    margin: 0%;
    padding: 0%;
  }
}
