* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Patrick Hand SC", Arial, sans-serif;
  ::-webkit-scrollbar {
    display: none;
  }
}

body {
  background-color: #000000;
  color: #fff;
}

#cabecalho {
  height: 20vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.logo img {
  height: 80px;
}

.burger {
  display: none;
}

aside a {
  padding-right: 15px;
}

aside button {
  padding: 0 10px;
  background-color: transparent;
  color: #fff;
  border: none;
}

aside a:hover,
aside a:active {
  letter-spacing: 5px;
  color: red;
}

aside button:hover {
  color: red;
  letter-spacing: 5px;
}
/* Home - Poster */
.home {
  display: flex;
  position: relative;
  min-height: 80vh;
}

.home .imagem-fundo {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
}

.home .imagem-fundo-tablet {
  display: none;
}

.home::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid white;
  border-radius: inherit;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.home:hover img {
  filter: grayscale(1) brightness(0.6);
}

.home:hover::after {
  opacity: 1;
  inset: 20px;
}

.titulo {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.titulo h1,
.btn-saiba a {
  opacity: 0;
  transition: 0.4s 0.2s ease;
}
.titulo h1 {
  margin-bottom: 30px;
  scale: 0.7;
  font-size: 1.2rem;
}
.btn-saiba a {
  font-size: 0.8rem;
  cursor: pointer;
}

.home:hover .titulo h1 {
  scale: 1;
  opacity: 1;
}
.home:hover .btn-saiba a {
  opacity: 1;
  background-color: #a00404;
  border: 2px solid #fff;
  padding: 0 10px;
  border-radius: 20px;
}

/* dados-informações */
section#dados {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  font-weight: 900;
  gap: 50px;
  padding: 50px;
  text-align: center;
  justify-content: center;
  line-height: 1.2;
  width: 100vw;
}

.info h1 {
  text-align: center;
  padding-bottom: 20px;
  text-shadow: 3px 3px 5px red;
}

.info p {
  text-align: center;
}

/* cards */

.arrow-left {
  display: none;
}

.arrow-right {
  display: none;
}

.cards {
  overflow: hidden;
  width: 100%;
}

.slider {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between; /* Isso alinha as imagens lado a lado */
}

.slide img {
  width: 100%; /* Para garantir que as imagens ocupem todo o espaço disponível */
  transition: transform 0.3s ease; /* Transição suave para o efeito hover */
  cursor: pointer;
}

.slide:hover img {
  transform: scale(
    1.05
  ); /* Aumenta ligeiramente o tamanho da imagem ao passar o mouse */
}

/* Jogos plataformas */

.tudo-responsivo {
  display: none;
}
.plataformas {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.plataformas .jogos-1 img {
  padding: 45px 20px 0px 20px;
}

.plataformas .jogos-2 img {
  padding: 20px;
}

.jogos-div {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.btn-plataforma {
  margin: 20px;
  padding: 10px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.5px solid #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-width: 30%;
  cursor: pointer;
  font-family: "Patrick Hand SC", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-plataforma:hover {
  transition: all 0.3s ease;
  color: red;
}

.jogos-da-plataforma {
  display: none;
  opacity: 0;
}

.jogos-da-plataforma.ativo {
  display: block;
  opacity: 1;
}

.jogos-da-plataforma li:nth-child(1) {
  border: 1px solid #00439c;
  width: 300px;
  margin-bottom: 10px;
  height: 80px;
}

.jogos-da-plataforma li:nth-child(1):hover {
  background-color: #00439c;
}

.jogos-da-plataforma li:nth-child(2) {
  height: 80px;
  border: 1px solid #387a26;
  margin-bottom: 10px;
}

.jogos-da-plataforma li:nth-child(2):hover {
  background-color: #387a26;
}

.jogos-da-plataforma li:nth-child(3) {
  height: 80px;
  border: 1px solid #00439c;
  margin-bottom: 10px;
}

.jogos-da-plataforma li:nth-child(3):hover {
  background-color: #00439c;
}

.jogos-da-plataforma li:nth-child(4) {
  height: 100px;
  border: 1px solid #fcaf17;
  margin-bottom: 10px;
}

.jogos-da-plataforma li:nth-child(4):hover {
  background-color: #fcaf17;
}

/* sobre o jogo */
.container {
  position: relative;
}

.responsivo {
  display: none;
}
.historia img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  margin-top: -5px;
}

.container h1 {
  font-family: "Patrick Hand SC", Arial, sans-serif;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  padding-left: 20px;
  z-index: 2;
}

.container .mundo {
  font-family: "Patrick Hand SC", Arial, sans-serif;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  padding-left: 20px;
  z-index: 2;
}

.historias {
  position: absolute;
  top: 20%;
  left: 0;
  padding-left: 20px;
  z-index: 2;
  display: grid; /* Alterado para grid */
  grid-template-columns: repeat(2, 1fr); /* Divide em duas colunas */
  gap: 10px; /* Remove espaçamento entre as divs */
}

.historias div {
  width: 100%; /* Ajusta a largura das divs para ocupar todo o espaço da coluna */
  height: 100%; /* Ajusta a altura das divs para metade da altura do viewport */
  padding: 0; /* Remove qualquer padding */
  margin: 0; /* Remove qualquer margem */
  overflow: hidden; /* Esconde qualquer conteúdo que exceda as dimensões da div */
}

.historias img {
  width: 80%;
  height: 100%; /* Permite que a altura seja ajustada automaticamente para manter a proporção */
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.historias img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* boletim informativo */

.boletim {
  background-color: rgb(62, 6, 6);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 30px;
  margin-top: -5px;
}

.titulo-email h2 {
  font-size: 2rem;
  text-align: left;
  color: red;
}

.titulo-email p {
  padding-top: 10px;
  text-align: left;
  letter-spacing: 2px;
  font-size: 0.5rem;
}

.info-email {
  padding: 10px 0px;
}

.info-email p {
  font-size: 8rem;
  padding-top: 10px;
}

#email {
  width: 100%;
}

/*  input-grupo-botões */
fieldset {
  padding: 0 20px 10px;
}

#btn legend {
  font-size: 0.6rem;
}
#btn p {
  font-size: 0.6rem;
}

.btn-enviar input {
  margin-top: 5px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  background-color: transparent;
  padding: 0 10px;
  border-radius: 10px;
}

.btn-enviar input:hover,
.btn-enviar input:active {
  letter-spacing: 5px;
}

/* Footer */

Footer {
  text-align: center;
  padding: 20px;
  width: 100vw;
}

.termos {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
  padding-bottom: 10px;
  font-size: 0.7rem;
}
.img-icons img {
  height: 30px;
  padding: 5px;
}

.placa-icone img {
  height: 100px;
  padding: 20px 0px 20px 0px;
}

.declaracao a {
  text-decoration: underline;
}

.declaracao .txt-principal {
  margin: auto;
  width: 450px;
  padding: 30px 10px;
  font-size: 12px;
  text-align: center;
}

.declaracao p {
  font-size: 12px;
  padding-bottom: 30px;
}

.end {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 30px 10px;
}

.end a img {
  height: 60px;
}

.censura a img {
  height: 30px;
}
.links-final a {
  font-size: 12px;
  padding: 10px;
}

.linha hr {
  margin: 0px 50px;
  border-bottom: 1px solid rgb(44, 44, 44);
}
.credito {
  padding-top: 50px;
  font-size: 8px;
  font-style: italic;
}
