.logoMenu {
  width: 90px;
}

.img-girando {
  display: inline-block;
  animation: girar 5s linear infinite;
}

@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

body {
  background-color: #000000;
  font-family: Montserrat, sans-serif;
}

.menuStyle {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}

.bgMenu {
  background-color: #000000;
}

.bgDownload {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(45deg, #ff7e00, #ff4d00);
  border: none;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out;
  font-style: italic;
  padding: 7px 34px;
}

.bgDownload:hover {
  transform: scale(1.05);
}

/* Luz passando */

.bgDownload::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100% );
  transform: skewX(-25deg);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.imgLogoHero {
  width: 395px;
}

.btnTrailer {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  border: 2px solid #ffffff ;
  padding: 7px 26px;
}

.btnTrailer:hover {
  color: #ff4d00;
  border: 2px solid #ff4d00;
}

.bgHero {
  background: url("../../assets/img/bg-game.webp") center / cover no-repeat;
  margin-top: 6.5em;
  padding-bottom: 12em;
  padding-top: 4em;
}

#CARDS {
  margin-top: -3em;
}

.titleUpdateHome {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
}

.linkMateria {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}

.linkMateria:hover {
  color: #ff4d00;
}

.cardUpdateHome {
  position: relative;
  padding-top: 10em;
  padding-bottom: 2em;
  border-radius: 10px;
  overflow: hidden;
}

.styleCard {
  border-radius: 10px;
  border-style: none;
  background: #070707;
}

/* camada de fundo com imagem */

.cardUpdateHome::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../assets/img/destruicao-apocaliptica-da-paisagem-da-zona-de-guerra.webp") center / cover no-repeat;
  border-radius: inherit;
  z-index: 0;
  transition: transform 0.6s ease;
  pointer-events: none;
}

/* camada de overlay escuro */

.cardUpdateHome::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
}

/* zoom só na imagem */

.cardUpdateHome:hover::before {
  transform: scale(1.1);
}

/* garante que o conteúdo fique por cima */

.cardUpdateHome * {
  position: relative;
  z-index: 2;
}

.linkCardHome {
  display: block;
}

.titleList {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 20px;
}

.btnPlus {
  background-color: #000000;
  border: none;
}

.btnPlus:hover {
  background-color: #ff4d00 !important;
}

.styleCardList {
  background-color: #070707;
}

.styleTable td {
  background: #070707;
  border: none;
}

.styleTable td {
  color: #7E7878;
}

.styleTable td:hover {
  color: #ffffff;
}

.styleTableWallofshame td {
  color: #a22018;
}

.styleTableWallofshame td {
  background: #070707;
  border: none;
}

.styleTableWallofshame td:hover {
  color: #ff4d00;
}

.titleDestaque {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
}

.subOpacityTitle {
  color: rgba(255,255,255,0.07);
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: -35px;
  font-size: 4em;
}

.bgAbout {
  background: url("../../assets/img/bgSobre.jpg") center / cover no-repeat;
  padding-top: 5em;
  padding-bottom: 5em;
}

.styleCategory {
  color: #ff7e00;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.tituloCardConteudo {
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.textCardNews {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707070;
}

.destaqueCardImg {
  overflow: hidden;
  height: 300px;
  padding: 0;
}

.destaqueCardImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.9s ease;
}

.destaqueCardImg img:hover {
  transform: scale(1.1);
}

.swiper-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  width: 100%;
}

.dateLatestNews {
  font-size: 13px;
}

#CarrouselNews .swiper-button-next, #CarrouselNews .swiper-button-prev {
  color: #ffffff;
}

.bgLinksRodape {
  background-color: #131212;
}

.linksRodape {
  text-decoration: none;
  color: #B3B2B2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

.linksRodape:hover {
  color: #ff4d00;
}

.imgRodape {
  width: 195px;
  opacity: 0.4;
}

#FOOTER {
  margin-top: 5em;
}

#TITLE {
  margin-top: 6.5em;
}

.bgTitles {
  background: url("../../assets/img/bg-title.webp") center / cover no-repeat;
  padding-top: 8em;
  padding-bottom: 10em;
}

.styleInputs {
  background-color: #070707;
  border: 1px solid #707070 ;
  border-radius: 5px;
  padding: 8px 14px;
}

.styleTableList td {
  background: #070707;
  color: #7E7878;
}

.styleTableList td:hover {
  color: #ffffff;
}

.stylePaginacao a {
  color: #ffffff;
}

#LISTS {
  margin-top: -7em;
}

.styleTableListBan td {
  background: #070707;
  color: #a22018;
}

.styleTableListBan td:hover {
  color: #ff4d00;
}

#TITLEPOSTS {
  margin-top: 6.5em;
}

.bgTitlesPosts {
  background: url("../../assets/img/BGTI.webp") center / cover no-repeat;
  padding-top: 10.5em;
  padding-bottom: 1em;
}

.titleDestaquePosts {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 3em;
}

@media (min-width: 992px) {
  .titleDestaquePosts {
    font-size: 5em;
  }
}

.linkMais {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  font-size: 23px;
}

.linkMais svg {
  color: #ff7e00;
  font-size: 30px;
}

.linkMais:hover {
  color: #ff4d00;
}

#TITLEMATERIA {
  margin-top: 6.5em;
}

.bgTitlesMateria {
  /*background: url("../../assets/img/bgPost.webp");*/
  min-height: 350px;
  background-color: #0e0e0e;
}

#MATERIA {
  margin-top: -11em;
}

.destaqueMateriaImg {
  overflow: hidden;
  background: none;
  border: none;
  margin-top: -7em;
}

.destaqueMateriaImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.textResumo {
  font-size: 13px;
}

#POLITICAS {
  margin-top: -18em;
}

