* body {
  color: aliceblue;
  font-family: montserrat, sans-serif;
  background-color: #000000;
  padding: 0;
  margin: 0;
}

/*ajustes gerais*/
h1,
h2 {
  font-size: 2.5em;
}

p {
  font-size: 1.2em;
}

button {
  background-color: #be7dff;
  border-radius: 20px;
  font-weight: bold;
  padding: 5px 20px;
}

.botao {
  text-decoration: none;
  font-size: 1.3em;
  border-radius: 20px;
  background-color: #04a025;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
}

.botao a {
  text-decoration: none;
  color: #fff;
}

/*cabeçalho*/
header {
  background-color: rgb(0, 0, 0, 1);
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  font-size: 1.3em;
}

header ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

header li:hover {
  background-color: rgb(0, 0, 0, 0.5);
  border-bottom: 2px solid #fff;
  transition: 0.3;
}

.hamburger {
  display: none;
}

.home {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  padding: 40px 0;
}

.home-content {
  display: flex;
  gap: 20px;
  padding: 80px 240px;
}

.home-description {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-around;
  padding: 0 80px;
}

.home-jogos {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}

section {
  background-color: #000000;
  position: relative;
  padding: 120px;
  margin: 0%;
}

/*JOGOS*/
.jogos {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 20px;
}

.jogos-content {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
}

.jogo-description {
  display: flex;
  flex-direction: column;
  border: 1px solid #a8a8a8;
  align-items: center;
  border-radius: 20px;
  padding: 20px 5px;
}

.reclame-aqui {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 180px;
  gap: 40px;
}

.reclame-description {
  display: flex;
  padding: 20px 0;
  gap: 20px;
}

.reclame-aqui-content {
  display: flex;
  flex-direction: column;
  padding: 80px;
  text-align: left;
  align-items: center;
  position: relative;
  gap: 20px;
}

.reclame-aqui-content a {
  text-align: center;
}

h3 {
  font-size: 24px;
}

.reclame-conteiner {
  display: flex;
  position: relative;
  gap: 80px;
}

h4 {
  font-size: 21px;
}

.reclame-suporte {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  width: 350px;
  height: 250px;
  border-radius: 20px;
}

.motivo {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 40px;
  background-color: #dc2c3c;
  border-radius: 20px;
  gap: 20px;
}

.motivo-titulo {
  display: flex;
  flex-direction: column;
  position: relative;
}

.motivo-titulo a {
  font-weight: bolder;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}

.motivo-titulo p {
  padding: 0 380px;
}

.motivo-description {
  display: flex;
  gap: 20px;
}

.motivo-informacao {
  background-color: #000000;
  border-radius: 20px;
  width: 450px;
  height: 350px;
  padding: 20px;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.motivo-informacao p {
  font-size: 1.2em;
}

/*FAQ*/

.faq {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: space-around;
}

.faq-conteiner {
  max-width: 1200px;
  margin: auto;
}

.faq-conteiner h2 {
  text-align: center;
  font-size: 32px;
}

.faq-content {
  margin: auto;
  max-width: 800px;
}

details {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

summary {
  font-weight: 500;
  font-size: 17px;
  padding: 20px;
  display: block;
  background: #3a3a3a;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
}

.answer {
  font-weight: 300;
  line-height: 1.6em;
  font-size: 17px;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  background-color: #2a2a2a;
  margin-top: 0%;
}

summary:before {
  content: "";
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 25px;
  left: 1rem;
  transform: rotate(0);
  transform-origin: 0.2rem 50%;
  transition: 0.02s transform ease;
}

/* THE MAGIC 🧙‍♀️ */
details[open] > summary:before {
  transform: rotate(90deg);
}

details summary::-webkit-details-marker {
  display: none;
}

details > ul {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

/*INFORMAÇÕES*/

.informacoes {
  text-align: center;
  position: relative;
  color: #ffffff;
  padding: 20px 0;
}

.informacoes a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 1.8rem;
  background-color: red;
  border-radius: 20px;
  font-weight: bold;
}

footer {
  background-color: #151515;
  color: #5f5f5f;
  text-align: center;
  padding: 20px 140px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .hamburger {
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    height: 5px;
    background-color: #333;
    border-radius: 5px;
    transition: 0.3s;
  }

  .hamburger span:nth-child(1) {
    width: 100%;
  }

  .hamburger span:nth-child(2) {
    width: 75%;
  }

  .hamburger span:nth-child(3) {
    width: 50%;
  }

  .hamburger:hover span {
    background-color: #007bff;
  }

  nav {
    display: none;
  }

  .home img, .reclame-aqui img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  section {
    padding: 0 20px;
  }

  h1,
h2 {
  font-size: 2em;
}

p {
  font-size: 1.2em;
}

.home-content {
    padding: 0%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.home-description {
    padding: 0%;
}

.jogos-content {
    display: grid;
    gap: 20px;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  }

  .reclame-aqui {
    padding: 0%;
  }

  .reclame-description {
    padding: 0%;
    display: flex;
    flex-direction: column;
  }

  .reclame-aqui-content {
    padding: 0%;
  }

  .reclame-conteiner {
    padding: 0%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-content: center;
    padding: 10px 40px;
  }

  .motivo {
    padding: 0%;
    display: flex;
    flex-direction: column;
  }

  .motivo p {
    padding: 0%;
  }

  .motivo-description {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .motivo-informacao {
    width: 350px;
    height: 350px;
  }

  footer {
    padding: 20px;
  }

}
