@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Muli", sans-serif;
  text-decoration: none;
  list-style: none;
}

@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli.ttf") format("truetype");
}
@font-face {
  font-family: "Muli-Light";
  src: url("../fonts/Muli-ExtraLight.ttf") format("truetype");
}
.contato__content__section--secundary, .contato__content__section--primary, .resultados__content__section--primary, .material__content__section--secundary, .material__content__section--primary, .informacoes__content--primary, .desvendando__content__section--primary, .sobre__content__section, .hero__section--video, .hero__section--primary {
  transition: all 1s ease;
}

/* ========== Option ========== */
.conatiner-option {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000000;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.631372549);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  display: none;
}
.conatiner-option .option {
  margin: 0 1em;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  background-color: white;
  width: 100%;
  padding: 2rem;
  max-width: 55em;
  border-radius: 10px;
  overflow: hidden;
  border-left: 0.8em solid rgb(165, 0, 0);
  border-right: 0.8em solid rgb(165, 0, 0);
}
.conatiner-option .option--primary i {
  font-size: 2.5em;
  color: rgb(165, 0, 0);
}
.conatiner-option .option--primary__title {
  font-size: 2.1em;
  color: #2d0000;
  line-height: 1.1;
  margin-bottom: 0.7em;
}
.conatiner-option .option--primary__text {
  text-align: justify;
}
.conatiner-option .option--primary__group-text {
  display: grid;
  grid-template-columns: 4em 1fr;
}
.conatiner-option .option--secundary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.conatiner-option .option .btn-close-option {
  position: absolute;
  right: 0;
  margin: 0.1em 0.2em;
  color: #2d0000;
  cursor: pointer;
  font-size: 1.5em;
}
.conatiner-option .option img {
  width: 100%;
  max-width: 20em;
  border-radius: 5px;
}

/* ========== Navbar ========== */
.navbar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  box-shadow: 0px 0px 10px rgba(28, 29, 45, 0.56);
  background-color: rgba(6, 6, 6, 0.42);
  position: fixed;
  top: 0;
  height: 4em;
  backdrop-filter: blur(8px);
  z-index: 3;
  width: 100%;
}
.navbar__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  max-width: 1124px;
  margin: auto;
  width: 95%;
}
.navbar__logo-group {
  display: flex;
  flex-direction: row;
  justify-content: baseline;
  align-items: center;
  gap: 6px;
}
.navbar__logo-img {
  width: 20px;
}
.navbar__logo-text {
  text-transform: uppercase;
  color: white;
}
.navbar__list {
  display: flex;
  flex-direction: row;
  justify-content: baseline;
  align-items: baseline;
  gap: 2em;
}
.navbar__list-item {
  cursor: pointer;
}
.navbar__list-item a {
  color: white;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar__list-item a:hover {
  color: #c5f1ff;
}
.navbar .menu-btn {
  width: 35px;
  display: none;
  cursor: pointer;
}

/* ========== Hero Section ========== */
.hero {
  position: relative;
  background-image: url("../image/fundo2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.hero__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.678);
  z-index: 0;
}
.hero__content {
  max-width: 1080px;
  width: 95%;
  margin: auto;
  position: relative;
  padding-top: 3em;
  color: white;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 2;
  gap: 1em;
}
.hero__section--primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  gap: 0;
}
.hero__section--video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.hero__section--video img {
  width: 100%;
  max-width: 28em;
  transition: all 0.3s ease;
  border-radius: 10px;
  cursor: pointer;
  animation: animatedBtn 8s ease 0s infinite alternate-reverse forwards;
  transition: all 0.3s ease;
}
.hero__section--video .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 0 2rem;
  font-size: 1.2rem;
  max-width: max-content;
  height: 3em;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  border-radius: 30px;
  color: rgb(74, 74, 74);
  font-weight: bold;
  box-shadow: 0px 0px 5px #5ce2e7;
  transition: all 0.3s ease;
}
.hero__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 37px;
  margin: 0 0 20px;
  max-width: 100%;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  letter-spacing: -2px;
  line-height: 1.12;
}
.hero__text {
  font-family: "Muli-Light", sans-serif;
  max-width: 30em;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}
.hero__text--secondary {
  margin-top: 15px;
}
.hero__button-group {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  gap: 1em;
}

/* ========== Buttons ========== */
.button {
  border: none;
  color: white;
  width: 13.5em;
  font-size: 0.9em;
  text-align: center;
  padding: 0.7em 0;
  text-transform: uppercase;
  font-family: "Muli-Light", sans-serif;
  cursor: pointer;
  transition: all ease 0.3s;
}
.button--primary {
  background-color: rgb(180, 70, 70);
}
.button--primary:hover {
  background-color: white;
  color: rgb(180, 70, 70);
}
.button--secondary {
  border: 1px solid white;
  background-color: transparent;
}
.button--secondary:hover {
  background-color: white;
  color: black;
}
.button--highlight {
  border: 1px solid white;
  background-color: transparent;
  margin-top: 20px;
  width: 17em;
}
.button--highlight:hover {
  background-color: white;
  color: black;
}

/* ========== Video ========== */
.video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid white;
  width: 620px;
  height: 350px;
  margin-bottom: 1em;
  overflow: hidden;
  background-color: rgba(247, 247, 247, 0.1);
  cursor: pointer;
}
.video iframe {
  width: 100%;
  height: 100%;
}
@keyframes playVideo {
  0% {
    transform: scale(100%);
  }
  50% {
    transform: scale(110%);
  }
  100% {
    transform: scale(100%);
  }
}
.video__icon {
  width: 40px;
  margin-left: 7px;
}

/*=====================(SOBRE O PROJETO)==============*/
.sobre {
  background-color: white;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.sobre__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 95%;
  max-width: 1080px;
  margin: auto;
}
.sobre__content__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  gap: 0;
}
.sobre__content__section__group-sup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 7px;
  margin-bottom: 15px;
}
.sobre__content__section__group-sup img {
  max-width: 20px;
}
.sobre__content__section__suptitle {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -1px;
  color: black;
  font-weight: 300;
}
.sobre__content__section__title {
  color: black;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.sobre__content__section__text {
  color: black;
  font-family: "Muli-Light", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 25px;
  max-width: 416px;
  text-align: justify;
}
.sobre__content__section--secudary {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  gap: 0;
  height: 21em;
  margin-top: 2em;
}
.sobre__content__section--secudary img {
  max-width: 100%;
  border-radius: 5px;
}
@keyframes imgAnim1 {
  0% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-1em) translateX(1em);
  }
  50% {
    transform: translateY(0) translateX(0);
  }
  75% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes imgAnim2 {
  0% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-1em) translateX(1em);
  }
  75% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes imgAnim3 {
  0% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(0) translateX(0);
  }
  75% {
    transform: translateY(-1em) translateX(1em);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
.sobre__content__section--secudary .line1 {
  position: absolute;
  background-color: black;
  width: 1px;
  height: 1px;
  left: 0;
  bottom: -2em;
  border-radius: 5px;
  animation: lineAnim1 5s ease 0s infinite normal forwards;
}
.sobre__content__section--secudary .line2 {
  position: absolute;
  background-color: black;
  width: 1px;
  height: 1px;
  left: 0;
  bottom: -2em;
  animation: lineAnim2 5s ease 0s infinite normal forwards;
}
@keyframes lineAnim1 {
  0% {
    height: 1px;
  }
  50% {
    height: 60%;
  }
  100% {
    height: 1px;
  }
}
@keyframes lineAnim2 {
  0% {
    width: 1px;
  }
  50% {
    width: 60%;
  }
  100% {
    width: 1px;
  }
}
.sobre__content__section--secudary .line3 {
  position: absolute;
  background-color: black;
  width: 1px;
  height: 1px;
  right: 0;
  top: -2em;
  animation: lineAnim2 5s ease 0s infinite normal forwards;
}
.sobre__content__section--secudary .line4 {
  position: absolute;
  background-color: black;
  width: 1px;
  height: 1px;
  right: 0;
  top: -2em;
  animation: lineAnim1 5s ease 0s infinite normal forwards;
}

/*===================(MITOS E MEDOS)======================*/
.desvendando {
  background-color: white;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 3em 0;
}
.desvendando__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 10em 1fr;
  width: 95%;
  max-width: 1080px;
  margin: auto;
}
.desvendando__content__section--primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
}
.desvendando__content__section--primary .group-sup-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 7px;
  margin-bottom: 15px;
}
.desvendando__content__section--primary .group-sup-img img {
  max-width: 20px;
}
.desvendando__content__section--primary__suptitle {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -1px;
  color: black;
  font-weight: 300;
}
.desvendando__content__section--primary__title {
  color: black;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.desvendando__content__section--secundary {
  padding-top: 4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.desvendando__content__section--secundary .group-image {
  background-color: #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
}
.desvendando__content__section--secundary .img-mapa {
  width: 100%;
  max-width: 40em;
}
.desvendando__content__section--secundary .galeria-jogo-da-vida {
  width: 100%;
  max-width: 40em;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  column-gap: normal;
  row-gap: normal;
}
.desvendando__content__section--secundary .galeria-jogo-da-vida img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desvendando__content__section--secundary .group-buttons {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.desvendando__content__section--secundary .group-buttons__btn {
  border: none;
  padding: 0.5em 2em;
  border-radius: 10px;
  box-shadow: 6px 3px 7px 0px rgba(0, 0, 0, 0.2823529412);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.desvendando__content__section--secundary .group-buttons .active {
  transform: scale(110%) translateY(-0.5em);
}
.desvendando__content__section--secundary .group-buttons .btn-01 {
  background-color: rgb(181, 0, 0);
}
.desvendando__content__section--secundary .group-buttons .btn-01:hover {
  background-color: rgb(155.5, 0, 0);
}
.desvendando__content__section--secundary .group-buttons .btn-02 {
  background-color: rgb(181, 0, 0);
}
.desvendando__content__section--secundary .group-buttons .btn-02:hover {
  background-color: rgb(155.5, 0, 0);
}
.desvendando__content__section--secundary .group-buttons .btn-03 {
  background-color: rgb(255, 255, 0);
  color: black;
}
.desvendando__content__section--secundary .group-buttons .btn-03:hover {
  background-color: rgb(229.5, 229.5, 0);
}
.desvendando__content__section--secundary .group-buttons .btn-04 {
  background-color: rgb(21, 128, 0);
}
.desvendando__content__section--secundary .group-buttons .btn-04:hover {
  background-color: rgb(16.81640625, 102.5, 0);
}
.desvendando__content__section--secundary .buttons-jogo-da-vida {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.desvendando__content__section--secundary .buttons-jogo-da-vida .btn-jogo-da-vida {
  border: none;
  padding: 0.5em 2em;
  border-radius: 10px;
  box-shadow: 6px 3px 7px 0px rgba(0, 0, 0, 0.2823529412);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: rgb(0, 0, 151);
}
.desvendando__content__section--secundary .buttons-jogo-da-vida .active {
  transform: scale(110%) translateY(-0.5em);
  background-color: #0000fd;
}
.desvendando__content__section--secundary .btn-mapa {
  position: absolute;
  background-color: rgba(0, 38, 255, 0.098);
  width: 10em;
  height: 10em;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 900;
  animation: buttonMapa 2s ease 0s infinite normal forwards;
}
@keyframes buttonMapa {
  0% {
    transform: scale(100%);
  }
  50% {
    transform: scale(110%);
  }
  100% {
    transform: scale(100%);
  }
}
.desvendando__content__section--secundary .btn-mapa-1 {
  top: 0;
  cursor: pointer;
}
.desvendando__content__section--secundary .btn-mapa-2 {
  top: 15%;
  right: 6%;
}
.desvendando__content__section--secundary .btn-mapa-3 {
  bottom: 13.5%;
  right: 9%;
}
.desvendando__content__section--secundary .btn-mapa-4 {
  bottom: 0;
  left: 38%;
}
.desvendando__content__section--secundary .btn-mapa-5 {
  bottom: 16%;
  left: 9%;
}
.desvendando__content__section--secundary .btn-mapa-6 {
  top: 20%;
  left: 7%;
}
.desvendando__content__section--secundary .btn-mapa-7 {
  top: 42%;
  left: 5%;
  display: none;
}
.desvendando__content__section--secundary .btn-mapa-8 {
  right: 4%;
  display: none;
}
.desvendando__content__section--secundary-jogo {
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.desvendando__content__section--secundary-jogo .group-image {
  background-color: #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
}
.desvendando__content__section--secundary-jogo .img-mapa {
  width: 100%;
  max-width: 40em;
}
.desvendando__content__section--secundary-jogo .galeria-jogo-da-vida {
  width: 100%;
  max-width: 40em;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  column-gap: normal;
  row-gap: normal;
}
.desvendando__content__section--secundary-jogo .galeria-jogo-da-vida img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desvendando__content__section--secundary-jogo .group-buttons {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.desvendando__content__section--secundary-jogo .group-buttons__btn {
  border: none;
  padding: 0.5em 2em;
  border-radius: 10px;
  box-shadow: 6px 3px 7px 0px rgba(0, 0, 0, 0.2823529412);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.desvendando__content__section--secundary-jogo .group-buttons .active {
  transform: scale(110%) translateY(-0.5em);
}
.desvendando__content__section--secundary-jogo .group-buttons .btn-01 {
  background-color: rgb(181, 0, 0);
}
.desvendando__content__section--secundary-jogo .group-buttons .btn-01:hover {
  background-color: rgb(155.5, 0, 0);
}
.desvendando__content__section--secundary-jogo .group-buttons .btn-02 {
  background-color: rgb(181, 0, 0);
}
.desvendando__content__section--secundary-jogo .group-buttons .btn-02:hover {
  background-color: rgb(155.5, 0, 0);
}
.desvendando__content__section--secundary-jogo .group-buttons .btn-03 {
  background-color: rgb(255, 255, 0);
  color: black;
}
.desvendando__content__section--secundary-jogo .group-buttons .btn-03:hover {
  background-color: rgb(229.5, 229.5, 0);
}
.desvendando__content__section--secundary-jogo .group-buttons .btn-04 {
  background-color: rgb(21, 128, 0);
}
.desvendando__content__section--secundary-jogo .group-buttons .btn-04:hover {
  background-color: rgb(16.81640625, 102.5, 0);
}
.desvendando__content__section--secundary-jogo .buttons-jogo-da-vida {
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.desvendando__content__section--secundary-jogo .buttons-jogo-da-vida .btn-jogo-da-vida {
  border: none;
  padding: 0.5em 2em;
  border-radius: 10px;
  box-shadow: 6px 3px 7px 0px rgba(0, 0, 0, 0.2823529412);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: rgb(0, 0, 151);
}
.desvendando__content__section--secundary-jogo .buttons-jogo-da-vida .active {
  transform: scale(110%) translateY(-0.5em);
  background-color: #0000fd;
}
.desvendando__content__section--secundary-jogo .btn-mapa {
  position: absolute;
  background-color: rgba(0, 38, 255, 0.098);
  width: 10em;
  height: 10em;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 900;
  animation: buttonMapa 2s ease 0s infinite normal forwards;
}
@keyframes buttonMapa {
  0% {
    transform: scale(100%);
  }
  50% {
    transform: scale(110%);
  }
  100% {
    transform: scale(100%);
  }
}
.desvendando__content__section--secundary-jogo .btn-mapa-1 {
  top: 0;
  cursor: pointer;
}
.desvendando__content__section--secundary-jogo .btn-mapa-2 {
  top: 15%;
  right: 6%;
}
.desvendando__content__section--secundary-jogo .btn-mapa-3 {
  bottom: 13.5%;
  right: 9%;
}
.desvendando__content__section--secundary-jogo .btn-mapa-4 {
  bottom: 0;
  left: 38%;
}
.desvendando__content__section--secundary-jogo .btn-mapa-5 {
  bottom: 16%;
  left: 9%;
}
.desvendando__content__section--secundary-jogo .btn-mapa-6 {
  top: 20%;
  left: 7%;
}
.desvendando__content__section--secundary-jogo .btn-mapa-7 {
  top: 42%;
  left: 5%;
  display: none;
}
.desvendando__content__section--secundary-jogo .btn-mapa-8 {
  right: 4%;
  display: none;
}

/*============(INFORMAÇÕES)============*/
.informacoes {
  background-color: white;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 4em 0;
}
.informacoes__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 10em 1fr;
  width: 95%;
  max-width: 1080px;
  margin: auto;
  row-gap: 1.5rem;
  padding-bottom: 1rem;
}
.informacoes__content--primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
}
.informacoes__content--primary .group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 7px;
  margin-bottom: 15px;
}
.informacoes__content--primary .group img {
  max-width: 20px;
}
.informacoes__content--primary__suptitle {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -1px;
  color: black;
  font-weight: 300;
}
.informacoes__content--primary__title {
  color: black;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.informacoes__content--secundary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.informacoes__content--secundary__card {
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.564);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  flex-basis: 20em;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 0;
  row-gap: 0;
  overflow: hidden;
  border-radius: 20px;
}
.informacoes__content--secundary__card__title {
  max-width: 9em;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
.informacoes__content--secundary__card__text {
  max-width: 180px;
  text-align: center;
  font-size: 0.9em;
  color: #ffffff;
}
.informacoes__content--secundary__card .img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 100%;
}
.informacoes__content--secundary__card .text {
  background-image: linear-gradient(to right, #185c37, #79a68e);
  padding: 1em 2em 2em 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 100%;
}
.informacoes__content--secundary .card1,
.informacoes__content--secundary .card3 {
  height: 23em;
}
.informacoes__content--secundary .card1 .text {
  background-image: linear-gradient(to right, #619b3b, #98c289);
}
.informacoes__content--secundary .card1 .img {
  padding: 1em 1em 2em 1em;
}
.informacoes__content--secundary .card1 .img img {
  max-width: 7.3em;
}
.informacoes__content--secundary .card2 {
  height: 26em;
}
.informacoes__content--secundary .card2 .text {
  background-image: linear-gradient(to right, #a70e16, rgb(243.3591160221, 116.1408839779, 122.7928176796));
}
.informacoes__content--secundary .card2 .img img {
  max-width: 9em;
}
.informacoes__content--secundary .card3 .text {
  background-image: linear-gradient(to right, #cda625, rgb(224.2716981132, 205.2924528302, 142.0283018868));
}
.informacoes__content--secundary .card3 .img img {
  max-width: 7.5em;
}

/*==================(MATERIAL)=======================*/
.material {
  background-color: white;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.material__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2em;
  width: 95%;
  max-width: 1080px;
  margin: auto;
}
.material__content__section--primary .group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 1em;
}
.material__content__section--primary .group img {
  width: 20px;
}
.material__content__section--primary__suptitle {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -1px;
  color: black;
  font-weight: 300;
}
.material__content__section--primary__title {
  color: black;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.material__content__section--primary__text {
  color: black;
  font-family: "Muli-Light", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 25px;
  max-width: 503px;
  text-align: justify;
}
.material__content__section--secundary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  text-align: center;
}
.material__content__section--secundary img {
  width: 100%;
  max-width: 28em;
  transition: all 0.3s ease;
  cursor: pointer;
}
.material__content__section--secundary img:hover {
  transform: scale(106%);
}
.material__content__section--secundary .link {
  color: #959595;
}
.material__content__section--secundary .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 14em;
  height: 3.3em;
  background-image: linear-gradient(to right, #000000, #373737);
  border-radius: 20px;
  color: white;
  font-weight: bold;
  box-shadow: 0px 0px 5px #5ce2e7;
  animation: animatedBtn 8s ease 0s infinite alternate-reverse forwards;
  transition: all 0.3s ease;
}
.material__content__section--secundary .btn:hover {
  transform: scale(106%);
}
.material__content__section--secundary .link {
  text-decoration: underline;
  font-size: 0.8em;
}
@keyframes animatedBtn {
  0% {
    box-shadow: 0px 0px 0ch #5ce2e7;
    transform: scale(100%);
  }
  25% {
    box-shadow: 0px 0px 5px #5ce2e7;
    transform: scale(103%);
  }
  50% {
    box-shadow: 0px 0px 10px #5ce2e7;
    transform: scale(100%);
  }
  75% {
    box-shadow: 0px 0px 5px #7fda56;
    transform: scale(103%);
  }
  100% {
    box-shadow: 0px 0px 10px #da56bd;
    transform: scale(100%);
  }
}

/*==================(Audiência)=======================*/
.audiencia {
  position: relative;
  background-image: url("../image/fundo2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.audiencia__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.678);
  z-index: 0;
}
.audiencia__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  max-width: 1080px;
  width: 95%;
  padding: 2rem 0;
  margin: auto;
  position: relative;
  z-index: 2;
  min-height: 100vh;
}
.audiencia__content--primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
.audiencia__content--primary .group-sup-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 15px;
}
.audiencia__content--primary .group-sup-img img {
  max-width: 20px;
}
.audiencia__content--primary__suptitle {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -1px;
  color: white;
  font-weight: 300;
}
.audiencia__content--primary__title {
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  max-width: 600px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.audiencia__content--secundary {
  width: 100%;
  max-width: 80rem;
}
.audiencia__content--secundary iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 20/10;
  border-radius: 10px;
}
.audiencia__content--secundary .buttons_audiencia {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
}
.audiencia__content--secundary .buttons_audiencia button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  cursor: pointer;
  width: max-content;
  padding: 0.4rem 2rem;
  border-radius: 10px;
  background-color: #cda625;
  color: white;
  border: none;
}

/*==================(RESULTADOS)===================*/
.resultados {
  position: relative;
  background-image: url("../image/fundo2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.resultados__content {
  max-width: 1080px;
  width: 95%;
  margin: auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  z-index: 2;
  min-height: 100vh;
  column-gap: 2rem;
}
.resultados__content .group-text-local {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.resultados__content__section--primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  gap: 0;
  color: white;
  text-align: center;
}
.resultados__content__section--secundary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.resultados__content__section--secundary .group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 7px;
  margin: auto;
  margin-bottom: 1em;
}
.resultados__content__section--secundary .group img {
  max-width: 20px;
}
.resultados__content__section--secundary__suptitle {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -1px;
  font-weight: 300;
  color: white;
}
.resultados__content__section--secundary__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  color: white;
  line-height: 1;
  margin: 0 auto;
  text-transform: uppercase;
}
.resultados__content__section--secundary__text {
  color: rgb(255, 255, 255);
  font-family: "Muli-Light", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 1em;
  text-align: justify;
}
.resultados__content__section--secundary .buttons-video {
  display: flex;
  margin-top: 2rem;
  gap: 2rem;
}
.resultados__content__section--secundary .buttons-video__next {
  background-color: transparent;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0 2rem;
  border-radius: 10px;
  border: 1px solid white;
}
.resultados__content__section--secundary .buttons-video button {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid white;
  transition: all 0.3s ease;
}
.resultados__content__section--secundary .buttons-video button i {
  color: white;
}
.resultados__content__section--secundary .buttons-video button:hover {
  transform: scale(110%);
}
.resultados .box {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.631);
  z-index: 0;
}

/*===================(CONTATO)=====================*/
.contato {
  background-color: white;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 4em 0;
  min-height: 100vh;
}
.contato__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  width: 95%;
  max-width: 1080px;
  margin: auto;
}
.contato__content__section--primary .group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  margin: auto;
  margin-bottom: 1em;
}
.contato__content__section--primary .group img {
  max-width: 20px;
}
.contato__content__section--primary__suptitle {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: -1px;
  font-weight: 300;
}
.contato__content__section--primary__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.contato__content__section--primary .form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: none;
  gap: 1em;
  margin-top: 1.5em;
}
.contato__content__section--primary .form input {
  padding: 0.8em 0.8em 0.8em 0.4em;
  border: 1px solid #d9d9d9;
  background-color: #f2f2f2;
  border-radius: 5px;
  outline: none;
  transition: all 0.3s ease;
}
.contato__content__section--primary .form input:focus {
  padding: 0.8em 0.8em 0.8em 0.8em;
}
.contato__content__section--primary .form input::placeholder {
  color: rgb(179, 179, 179);
  font-weight: lighter;
}
.contato__content__section--primary .form textarea {
  height: 8em;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  outline: none;
  padding: 0.8em 0.8em 0.8em 0.4em;
  background-color: #f2f2f2;
  transition: all 0.3s ease;
}
.contato__content__section--primary .form textarea:focus {
  padding: 0.8em 0.8em 0.8em 0.8em;
}
.contato__content__section--primary .form textarea::placeholder {
  color: rgb(209, 207, 207);
  font-weight: lighter;
  font-family: "Muli", sans-serif;
}
.contato__content__section--primary .form input[type=submit] {
  cursor: pointer;
}
.contato__content__section--secundary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
.contato__content__section--secundary__img {
  max-width: 20em;
  animation: imgContato 8s ease 0s infinite normal forwards;
  border-radius: 20px;
}
.contato__content__section--secundary__group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.contato__content__section--secundary__group a {
  padding: 10px 15px;
  border-radius: 10px;
  color: white;
  background-color: #202020;
  transition: all 0.5s ease;
}
.contato__content__section--secundary__group a:hover {
  transform: scale(110%);
}
.contato__content__section--secundary__group a i {
  font-size: 1.2em;
}
@keyframes imgContato {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1.2em);
  }
  100% {
    transform: translateY(0);
  }
}

/*===================(FOOTER)===================*/
.footer {
  padding: 1em;
  background-color: rgb(27, 27, 27);
  color: white;
  text-align: center;
}

/*============(Media-Query)============*/
@media screen and (max-width: 1094px) {
  .video {
    width: 548px;
  }
}
@media screen and (max-width: 1000px) {
  .navbar__container {
    position: relative;
  }
  .navbar__list {
    display: none;
    top: 5px;
    z-index: 22;
    position: fixed;
    flex-direction: column;
    right: 0;
    gap: 18px;
    background-color: #000000;
    padding: 2em;
    border-radius: 15px 0 0 15px;
    align-items: center;
    margin-top: 40px;
    animation: menu 1s ease 0s 1 normal forwards;
  }
  @keyframes menu {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    50% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .navbar__list a {
    font-size: 1em;
  }
  .navbar .menu-btn {
    display: inline-block;
  }
  .video {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .hero {
    padding-bottom: 4rem;
  }
  .hero__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 3em;
    min-height: 58em;
  }
  .hero .video {
    width: 100%;
  }
  .hero__text {
    max-width: 100%;
  }
  .hero__section--primary {
    padding-top: 5em;
  }
  .hero__section--video {
    justify-content: flex-start;
  }
  .sobre {
    min-height: 55em;
  }
  .sobre__content {
    row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .sobre__content__section {
    align-items: center;
  }
  .sobre__content__section__title {
    max-width: 100%;
    text-align: center;
  }
  .sobre__content__section__text {
    max-width: 100%;
    text-align: center;
  }
  .sobre__content__section--primary {
    padding-top: 7em;
  }
  .sobre__content__section--secudary {
    max-width: 100%;
  }
  .sobre__content__section--secudary .img-2 {
    right: 40%;
    left: auto;
  }
  .sobre__content__section--secudary .img-3 {
    right: 0;
    left: auto;
  }
  .material {
    min-height: 60em;
  }
  .material__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 1em;
  }
  .material__content .group {
    justify-content: center;
  }
  .material__content__section--primary {
    text-align: center;
  }
  .material__content__section--primary__title {
    max-width: 100%;
  }
  .material__content__section--primary__text {
    max-width: 100%;
  }
  .contato {
    padding: 3em 0 0em 0;
    min-height: 65em;
  }
  .contato__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .contato__content__section--primary__title {
    text-align: center;
  }
  .contato__content .group {
    justify-content: center;
  }
  .contato__content .form {
    max-width: 50em;
    margin: auto;
    margin-top: 3em;
  }
  .informacoes__content--secundary {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .informacoes__content--secundary__card {
    max-width: 20rem;
    width: 100%;
    margin: auto;
  }
  .resultados {
    padding: 3rem 0 0rem 0;
  }
  .resultados__content {
    padding-top: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: 22rem 28rem;
  }
  .resultados__content__section--secundary .group {
    justify-content: center;
  }
  .resultados__content__section--secundary__title {
    text-align: center;
  }
  .resultados__content__section--secundary .buttons-video {
    margin: auto;
    margin-top: 1rem;
  }
  .resultados__content__section--primary {
    grid-row: 2/2;
  }
}
@media screen and (max-width: 943px) {
  .desvendando__content__section--secundary__btns-2 button {
    font-size: 0.8em;
    padding: 10px 1.5em;
    box-shadow: 0px 0px 10px rgba(104, 103, 103, 0.17);
  }
}
@media screen and (max-width: 798px) {
  .conatiner-option .option {
    grid-template-rows: 1fr 24em;
    grid-template-columns: 1fr;
  }
  .conatiner-option .option--primary__title {
    text-align: center;
  }
  .conatiner-option .option--primary__group-text {
    display: grid;
    grid-template-columns: 1fr;
  }
  .conatiner-option .option--primary i {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  .sobre__content {
    row-gap: 2rem;
  }
}
@media screen and (max-width: 770px) {
  .desvendando__content__section--secundary .group-buttons,
  .desvendando__content__section--secundary-jogo .buttons-jogo-da-vida {
    flex-direction: column;
  }
  .desvendando__content__section--secundary .group-buttons__btn,
  .desvendando__content__section--secundary-jogo .buttons-jogo-da-vida {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .sobre__content__section__title,
  .desvendando__content__section--primary__title,
  .material__content__section--primary__title,
  .resultados__content__section--primary__title,
  .contato__content__section--primary__title,
  .desvendando__content__section--primary__title,
  .audiencia__content--primary__title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 718px) {
  .sobre__content__section--secudary .img-2 {
    right: 37%;
  }
}
@media screen and (max-width: 692px) {
  .desvendando__content__section--secundary__btns-2 {
    flex-direction: column;
    align-items: baseline;
    width: 100%;
  }
  .desvendando__content__section--secundary__btns-2 .btn1,
  .desvendando__content__section--secundary__btns-2 .btn2,
  .desvendando__content__section--secundary__btns-2 .btn3 {
    width: 100%;
  }
}
@media screen and (max-width: 622px) {
  .sobre__content__section--secudary .img-2 {
    right: 34%;
  }
  .audiencia__content--secundary iframe {
    aspect-ratio: 5/5;
  }
  .audiencia__content--secundary .buttons_audiencia button {
    font-size: 0.9rem;
    padding: 10px 0.5em;
    height: auto;
  }
  .desvendando__content__section--secundary .btn-mapa {
    width: 8em;
    height: 8em;
  }
}
@media screen and (max-width: 600px) {
  .sobre__content__section--secudary {
    height: 16em;
  }
  .sobre__content__section--secudary .img-2 {
    right: 38%;
  }
  .sobre__content__section--secudary .img-3 {
    top: auto;
    bottom: -2.3em;
    left: auto;
  }
}
@media screen and (max-width: 578px) {
  .sobre__content {
    grid-template-rows: 1fr 17em;
    row-gap: 0;
  }
}
@media screen and (max-width: 516px) {
  .hero__content {
    min-height: 60em;
  }
  .conatiner-option .option--primary__title,
  .desvendando__content__section--primary__title,
  .audiencia__content--primary__title {
    font-size: 2em;
  }
  .conatiner-option .option {
    grid-template-rows: 1fr 20em;
    row-gap: 2em;
  }
}
@media screen and (max-width: 480px) {
  .video__icon {
    width: 34px;
    margin-left: 6px;
  }
  .hero__content {
    min-height: 48em;
  }
  .resultados__content__section--secundary .card-location__city-name {
    margin-top: 0;
    text-align: start;
    font-size: 1.3em;
  }
  .sobre__content__section__title,
  .desvendando__content__section--primary__title,
  .material__content__section--primary__title,
  .resultados__content__section--primary__title,
  .contato__content__section--primary__title,
  .hero__title,
  .desvendando__content__section--primary__title,
  .audiencia__content--primary__title {
    font-size: 2em;
  }
  .desvendando__content__section--secundary__group-box__box .question,
  .desvendando__content__section--secundary__group-box__box .response {
    font-size: 1em;
  }
  .material__content__section--secundary .link {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 464px) {
  .hero__content {
    min-height: 54em;
  }
  .audiencia__content--secundary iframe {
    aspect-ratio: 4/5;
  }
}
@media screen and (max-width: 458px) {
  .sobre {
    padding-top: 3em;
  }
  .sobre__content__section--secudary {
    height: 15em;
  }
  .sobre__content__section--secudary .img-2 {
    right: 34%;
  }
  .conatiner-option .option--primary__text {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 430px) {
  .desvendando__content__section--secundary .btn-mapa {
    width: 6em;
    height: 6em;
  }
  .conatiner-option .option {
    padding: 2em 1em;
  }
  .conatiner-option .option--primary__title,
  .desvendando__content__section--primary__title,
  .audiencia__content--primary__title {
    font-size: 1.8em;
  }
  .conatiner-option .option--primary i {
    font-size: 2em;
  }
  .conatiner-option .option {
    grid-template-rows: 1fr 18em;
    row-gap: 3em;
  }
}
@media screen and (max-width: 424px) {
  .button {
    max-width: 12em;
  }
  .button--highlight {
    max-width: 15em;
  }
}
@media screen and (max-width: 380px) {
  .audiencia__content--secundary iframe {
    aspect-ratio: 3/5;
  }
}
@media screen and (max-width: 376px) {
  .sobre__content__section__title,
  .desvendando__content__section--primary__title,
  .material__content__section--primary__title,
  .resultados__content__section--primary__title,
  .contato__content__section--primary__title,
  .hero__title,
  .audiencia__content--primary__title,
  .desvendando__content__section--primary__title {
    font-size: 1.8em;
  }
  .button--secondary,
  .button--primary {
    max-width: 10em;
  }
}
.hide-1 {
  transform: translateX(50%);
  opacity: 0;
}

.show {
  transform: translateX(0);
  opacity: 1;
}

.hide-2 {
  transform: translate(-50%);
  opacity: 0;
}

.show-2 {
  transform: translateX(0);
  opacity: 1;
}

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