@font-face {
    font-family: 'Amarela Stencil Regular';
    src: url('/fonts/AmarelaStencil-Regular.eot');
    src: url('/fonts/AmarelaStencil-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AmarelaStencil-Regular.woff2') format('woff2'),
        url('/fonts/AmarelaStencil-Regular.woff') format('woff'),
        url('/fonts/AmarelaStencil-Regular.ttf') format('truetype'),
        url('/fonts/AmarelaStencil-Regular.svg#AmarelaStencil-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amarela Stencil Bold';
    src: url('/fonts/AmarelaStencil-Bold.eot');
    src: url('/fonts/AmarelaStencil-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AmarelaStencil-Bold.woff2') format('woff2'),
        url('/fonts/AmarelaStencil-Bold.woff') format('woff'),
        url('/fonts/AmarelaStencil-Bold.ttf') format('truetype'),
        url('/fonts/AmarelaStencil-Bold.svg#AmarelaStencil-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amarela Stencil Light';
    src: url('/fonts/AmarelaStencil-Light.eot');
    src: url('/fonts/AmarelaStencil-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AmarelaStencil-Light.woff2') format('woff2'),
        url('/fonts/AmarelaStencil-Light.woff') format('woff'),
        url('/fonts/AmarelaStencil-Light.ttf') format('truetype'),
        url('/fonts/AmarelaStencil-Light.svg#AmarelaStencil-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'OakesGrotesk-Medium';
  src: url('/fonts/OakesGrotesk-Medium.eot');
  src: url('/fonts/OakesGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OakesGrotesk-Medium.woff2') format('woff2'),
    url('/fonts/OakesGrotesk-Medium.woff') format('woff'),
    url('/fonts/OakesGrotesk-Medium.ttf') format('truetype'),
    url('/fonts/OakesGrotesk-Medium.svg#OakesGrotesk-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OakesGrotesk-Regular';
  src: url('/fonts/OakesGrotesk-Regular.eot');
  src: url('/fonts/OakesGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OakesGrotesk-Regular.woff2') format('woff2'),
    url('/fonts/OakesGrotesk-Regular.woff') format('woff'),
    url('/fonts/OakesGrotesk-Regular.ttf') format('truetype'),
    url('/fonts/OakesGrotesk-Regular.svg#OakesGrotesk-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OakesGrotesk-Light';
  src: url('/fonts/OakesGrotesk-Light.eot');
  src: url('/fonts/OakesGrotesk-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OakesGrotesk-Light.woff2') format('woff2'),
    url('/fonts/OakesGrotesk-Light.woff') format('woff'),
    url('/fonts/OakesGrotesk-Light.ttf') format('truetype'),
    url('/fonts/OakesGrotesk-Light.svg#OakesGrotesk-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OakesGrotesk-SemiBold';
  src: url('/fonts/OakesGrotesk-SemiBold.eot');
  src: url('/fonts/OakesGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OakesGrotesk-SemiBold.woff2') format('woff2'),
    url('/fonts/OakesGrotesk-SemiBold.woff') format('woff'),
    url('/fonts/OakesGrotesk-SemiBold.ttf') format('truetype'),
    url('/fonts/OakesGrotesk-SemiBold.svg#OakesGrotesk-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OakesGrotesk-Bold';
  src: url('/fonts/OakesGrotesk-Bold.eot');
  src: url('/fonts/OakesGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OakesGrotesk-Bold.woff2') format('woff2'),
    url('/fonts/OakesGrotesk-Bold.woff') format('woff'),
    url('/fonts/OakesGrotesk-Bold.ttf') format('truetype'),
    url('/fonts/OakesGrotesk-Bold.svg#OakesGrotesk-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.legalFooter {
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
}

.zdataCollect {
  display: none !important;
}

.ztheGame {
  display: block !important;
}

.desktop {
  display: block;
  margin: auto;
}

.mobile {
  display: none;
}

.theGame {
  display: none;
}

.bold {
  font-weight: normal;
  font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  color: #111;
}

strong {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: bolder;
}

body {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 1vw;
  line-height: 1.2vw;
  margin-top: 0;
  text-align: center;
  overflow-x: hidden;  
  font-family: 'OakesGrotesk-Medium';
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 1.1vw;
  line-height:1.1vw;
}

.loading-container {
  width: 80%;
  max-width: 600px;
  background-color: #3a3f47;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  clear: both;
  margin-top: 20px;
}

.loading-bar {
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #fff, #e33632);
  background-size: 200% 100%;
  animation: loading 2s infinite linear;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

a:not(.button):not(.quizAnswer):not(.button2) {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  position: relative;
}

a:not(.button):not(.quizAnswer):not(.button2)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

a:not(.button):not(.quizAnswer):not(.button2):hover::after {
  width: 100%;
}

.section {
  display: block;
  position: relative;
  width: 96vw;
  height: auto;
  padding: 2vw;
}

.section1 {
    background: url(/images/header.png) top center repeat-x transparent;
    background-size: contain;

}

.section2 {}

.section3 {
  background: url(/images/bg2.png?2) top center repeat-x transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section4 {}

.section5 {
  background: url(/images/footer.png?2) top center repeat-x transparent;
  justify-content: center;
  align-items: center;
}

.content {
  position: relative;
  max-width: 980px;
  margin: auto;
}

.header {
  background-size: 66%;
  min-height: 170px;
  padding-top: 70vh;
}

.button {
  font-family: 'OakesGrotesk-Bold';
  position: relative;
  display: inline-block;
  background: rgba(117,104,81, 0.75);
  padding: 26px 30px 20px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin: auto 10px;
  transition: background 0.3s ease;
  border-radius: 40px;
}

.button:hover {
  background: rgba(117,104,81, 1);
}

.button2 {
  font-family: 'OakesGrotesk-Regular' !important;
  font-weight: bolder !important;
  position: relative;
  display: inline-block;
  padding: 16px 30px 10px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  margin: auto 10px;
  transition: all 0.3s ease;
  font-size: 32px !important;
  line-height: 32px !important;
  box-shadow: 1px 1px 0 0 #a6a6a6;
  border-radius: 30px;
}

.button2:hover {
  background: rgba(0, 0, 0, 1);
  color: #fff;
}

.disclaimer {
  font-family: 'OakesGrotesk-Bold';
  font-size: 18px;
  line-height: 26px;
  padding-top: 16px;
  text-transform: uppercase;
}

.filler1 {
  background-size: 66%;
}

.filler1 img {
  max-width: 150px;
}

.title {
  font-family: 'Amarela Stencil Bold';
  font-size: 32px;
  line-height: 32px;
  color: #000;
  text-transform: uppercase;
}

.subTitle {
  font-family: 'OakesGrotesk-Medium';
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

.subTitle2 {
  font-family: 'OakesGrotesk-Medium';
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 40px;
}

.filler2 {
  background-size: 66%;
  min-height: unset;
  min-height: 520px;
  padding-top: 30px;
}

.filler2 img {
  width: 40%;
  margin: 40px 40px 0px 40px;
}

.filler3 {
  background-size: 66%;
}

.filler4 {
  background-size: 66%;
  height: 400px;
}

form {
  width: 800px;
  max-width: 90%;
  margin: auto;
}

form .short {
  font-family: 'OakesGrotesk-Medium';
  display: block;
  width: calc((100% / 3) - 1%);
  margin: 0.5%;
  float: left;
}

form .half {
  display: block;
  width: calc(((100% / 2)) - 1%);
  margin: 0.5%;
  float: left;
}

form .long {
  display: block;
  width: calc(((100% / 3) * 2) - 1%);
  margin: 0.5%;
  float: left;
}

form .full {
  display: block;
  width: calc(100% - 1%);
  float: left;
  margin: 0.5%;
}

form input {
  font-family: 'OakesGrotesk-Medium';
  padding: 15px 20px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 25px;
  font-size: 1.2vw;
}

form input::placeholder {
  color: #000;
}

form select {
  font-family: 'OakesGrotesk-Medium';
  padding: 15px 20px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 25px;
  font-size: 1.2vw;
}

span.short {
  float: left;
  text-align: left;
  padding: 9px 0px;
  font-size: 12px;
}

.break {
  clear: both;
}

.break1 {
  height: 20px;
}

.break2 {
  height: 50px;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  font-family: 'OakesGrotesk-Regular';
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  background: rgba(117,104,81, 1);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid rgba(117,104,81, 1);
}

.custom-file-upload:hover {
  border: 1px solid #000;
}

.file-upload-wrapper {
  display: inline-block;
  position: relative;
}

span.message1 {
  display: block;
  text-align: center;
  padding: 10px;
}

span.message2 {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.checkbox-container span {
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-label input[type="checkbox"] {
  margin: 0;
  margin-top: -3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.terms {
  width: 720px;
  max-width: 90%;
  margin: auto;
  color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.overlay-content {
  background-color: white;
  color: black;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-size: 24px;
  font-family: Arial, sans-serif;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: 24px;
  overflow-x: hidden;
  overflow-y: visible;
  max-height: 80vh;
}

.overlay.hidden {
  display: hidden;
}

.customMessage {
  position: absolute;
  display: none;
  z-index: 999;
}

.theGame {
    background: url(/images/bg-quiz.png?1) center calc(0% + 20vh) repeat-x #fff;
    min-height: 100vh;
    background-size: 250vh;
}

.gameHeader {
    width: 100vw;
    height: 20vh;
    background: url(/images/quiz-bg.png?1) center center no-repeat #fff;
    background-size: 45vh;
}

.gameSection {
  width: 90vw;
  max-width: 980px;
  margin: auto;
}

.question {
  font-size: 36px;
  line-height: 42px;
  color: #000;
}

.question2,
.question3 {
  display: none;
}

.quizAnswer {
  font-family: 'OakesGrotesk-Regular';
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  padding: 26px 30px 20px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  margin: 10px;
  margin-top: 30px;
  transition: background 0.3s ease;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 20px;
  background-position: -100px center;
  border-radius: 40px;
}

.quizAnswer:hover {
  background: rgba(255, 255, 255, 1);
  background-position: -100px center;
}

.quizAnswer.correct {
  background: url(/images/correct.png) 10px center no-repeat rgba(34, 197, 94, 1);
}

.quizAnswer.incorrect {
  background: url(/images/incorrect.png) 10px center no-repeat rgba(239, 68, 68, 1);
}

.quizAnswer.incorrect {}

.goodEnding,
.badEnding {
  display: none;
  width: 90%;
  max-width: 500px;
  margin: auto;
}

.goodEndingContent,
.badEndingContent {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ending1 {
  font-family: 'Amarela Stencil Bold';
  font-size: 42px;
  line-height: 42px;
  color: #000;
}

.ending2 {
  font-family: 'Amarela Stencil Bold';
  font-size: 24px;
  line-height: 28px;
  color: #000;
}

.startGame {
  margin-top: 20px;
}

.winners {
  display: none;
}



.imagem-sequencial {
  opacity: 0;
  transform: translateY(20px); /* Move a imagem 20px para baixo */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Transição suave */
}

.imagem-sequencial.is-visible {
  opacity: 1;
  transform: translateY(0); /* Volta à posição original */
}

.imagem-sequencial:nth-of-type(1) {
  transition-delay: 0.2s;
}
.imagem-sequencial:nth-of-type(2) {
  transition-delay: 0.4s;
}
.imagem-sequencial:nth-of-type(3) {
  transition-delay: 0.6s;
}
.imagem-sequencial:nth-of-type(4) {
  transition-delay: 0.8s;
}

.filler2 {
  position: relative;
  overflow: hidden; 
}

.parallax-img {
  transition: transform 0.1s linear;
}

.parallax-img.baloon{
    position: absolute;
    width: 15vw;
    bottom: 10vh;
    left: 5vw;
    display:none;
}

.question::first-letter {
    font-size: 1.4em;
    font-weight: bold;
}

@media (max-width: 1368px) {
    .header {
        background-size: 66%;
        min-height: 170px;
        padding-top: 76vh;
    }
}


@media (max-width: 768px) {
  * {
    font-size: 5vw;
  }

  .mobile {
    display: block;
  }
    .parallax-img.baloon{
        display:none;
    }
  .section1 {
  }

  .section3 {
  }

  .section5 {
    background-size: 450%;
  }

  .header {
    background: url(/images/headermobile.png) top center no-repeat transparent;
    background-size: 100%;
    min-height: 480px;
    padding-top: 90vh;
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .disclaimer {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10vh;
    
  }

  .button {
    font-size: 5vw;
    margin: 10px;
  }

.filler2 {
    background-size: 66%;
    min-height: 84vh;
    padding-top: 30px;
    margin-bottom: 4vh;
    overflow: hidden;
}

  .filler2 img {
    width: 60%;
    display: inline-block;
    margin: 8% 2%;
  }

  .filler3 {
    min-height: 830px;
  }

  form {
    width: 720px;
    max-width: 90%;
    margin: auto;
  }

  form .short,
  form .half,
  form .long,
  form .full {
    width: calc(100% - 1%);
    margin: 1.5% 0.5%;
    font-size: 5vw;
  }

  form input {
    padding: 15px 20px;
  }

  form select {
    padding: 15px 20px;
  }

  span.short {}

  span.message1 {
    font-size: 5vw;
    margin-top: 10px;
  }

  .terms {
    width: 90%;
  }

  .filler4 {
    min-height: 470px;
  }

  .button2 {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .custom-file-upload {
    font-size: 7vw;
    padding: 28px 30px 20px 30px;
  }

  .overlay-content {
    width: 50%;
  }

    .gameHeader {
        width: 96vw;
        margin-left: 2vw;
    }
  .goodEndingContent img, .badEndingContent img {
    max-width:100%;
  }
  
}