@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");
body {
  width: 100%;
  /*background: url(../../_assets/images/wallpapersite.jpg) center top no-repeat;
  background-size: cover;*/
  background-color: #000000;
  font-family: Calibri, Helvetica, sans-serif;
  font-size: 19px;
  color: #A0A0A0;
  line-height: 1;
  zoom: 0.8;
}
a {
  transition: all 0.3s ease;
  color: #545964;
}
a:hover,
button:hover {
  color: #3295FF;
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #788997;
  margin-bottom: 20px;
  line-height: 1.1;
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
h1 span {
  position: relative;
}
h1 span:before {
  content: "";
  position: absolute;
  background: url(../../_assets/images/left-title-icon.png) no-repeat;
  width: 260px;
  height: 23px;
  left: -320px;
  top: 50%;
  margin-top: -10px;
}
h1 span:after {
  content: "";
  position: absolute;
  background: url(../../_assets/images/right-title-icon.png) no-repeat;
  width: 260px;
  height: 23px;
  right: -290px;
  top: 50%;
  margin-top: -10px;
}
h1 b {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
input,
textarea {
  background: none;
  outline: 1px solid #b8c6d4;
  border: 1px solid #dddfe1;
  color: #545964;
  padding: 5px 10px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(125, 157, 185, 0.4);
}
button {
  transition: all 0.3s ease;
  background: linear-gradient(to bottom, #86a9c1, #40607d);
  cursor: pointer;
  border: 1px solid #5d83a2;
  color: #fcfdfd;
  position: relative;
  z-index: 1;
  padding: 10px 15px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #6b676f;
}
::-moz-placeholder {
  color: #6b676f;
}
:-moz-placeholder {
  color: #6b676f;
}
:-ms-input-placeholder {
  color: #6b676f;
}
.container{float: left; width: 100%;}
.wrapper {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

/* Header
-----------------------------------------------------------------------------*/
.header{height: 50px; position: relative;}
.header-page{height: 370px;}
.top_nav{
  width: 100%; 
  background-color: rgba(0,0,0,0.9);
  border-bottom: 4px solid #D19300;
}
.top-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #bfd6e8;
  height: 109px;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding-right: 230px;
  box-sizing: border-box;
}
.top-panel a{
  text-decoration: none;
  transition: all 0.6s;
  color: #bfd6e8;
  text-transform: uppercase;
  font-size: 0.9rem;
}
/*.top-panel:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 102px;
  background: rgba(141, 162, 178, 0.3);
  left: 0px;
}*/
.menu li {
  display: inline-block;
  margin: 0px 10px;
}
.menu li a {
  display: block;
  line-height: 118px;
  min-width: 100px;
  text-align: center;
  background: url(../../_assets/images/menu-hover.png) center bottom -15px no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #D19300;
  font-weight: 600;
}
.menu li a:hover {
  color: #fff;
  text-shadow: 1px 0px 15px #fff;
  background: url(../../_assets/images/menu-hover.png) center bottom 0px no-repeat;
}
.menu .active a{
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 0px 15px #fff;
  background: url(../../_assets/images/menu-hover.png) center bottom 0px no-repeat;
}
.sign {
  color: #516b84 !important;
  background-color: #fefefe;
  padding: 5px;
  border-radius: 4px;
  font-weight: bold;
}
.status-block {
  position: absolute;
  background-color: black !important;
  right: 0px;
  top: 340px;
  font-size: 13px;
  color: #fafcfe;
  line-height: 1.4;
  border: 4px solid #D19300; /* Define a borda com 2px de espessura e cor dourada */
  padding: 10px; /* Adiciona espaçamento interno */
  border-radius: 5px; /* Bordas arredondadas com raio de 10px */
}

@media (max-width: 480px){
.status-block {
display: none;
}
}

@media (max-width: 768px){
.status-block {
display: none;
}
}

.status-block span {
  display: block;
  color: #B6FF00;
  font-size: 13px;
}
.status-block.online {
  background: url(../../_assets/images/online-server.png) left no-repeat;
  padding: 8px 10px 10px 63px;
}
.status-block.offline {
  background: url(../../_assets/images/offline-server.png) left no-repeat;
  padding: 8px 10px 10px 63px;
}
.status-block.offline span {
  color: #FFE272;
}
.logo-text {
  position: absolute;
  background: url(../../_assets/images/logo1.png) no-repeat;
  max-width: 800px;
  height: 284px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 80px;
  z-index: -1;
  background-size: contain;
  width: 100%;
}

/* Middle
-----------------------------------------------------------------------------*/
.page-content {
  padding: 30px;
  background: #000000;
  margin-bottom: 50px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  border: 4px solid #D19300;
  border-radius: 5px;
}
.page-content img {
  width: 100%;
  max-width: 1150px;
}
.page-content h2 {
  text-align: center;
}
.block-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 29px;
  position: relative;
  z-index: 5;
}
.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 590px;
  height: 362px;
  border: 4px solid #D19300;
  border-radius: 5px;
}
.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
}
.slider .slides .slide img {
  width: 590px;
  max-width: 590px;
  height: 362px;
  border-radius: 4px;
}
.slider .navigation {
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 1;
  cursor: pointer;
}
.slider .navigation .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.7);
  cursor: pointer;
  margin: 0 3px;
  position: relative;
}
.slider .navigation .active {
  background: #D19300;
}
.news-block {
  width: 100%;
  max-width: 530px;
  height: 302px;
  background: #FFF5E5;
  padding: 30px;
  overflow: hidden;
  border: 3px solid #D19300;
  border-radius: 5px;
  margin: 0 auto; /* Adicionado para centralizar */
}
.tabs {
  padding: 0px;
  margin: 0 auto;
}
.tabs > .tab {
  display: none;
  padding: 30px 15px 0px 15px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  border-top: 1px solid #dddfe1;
  margin-top: -1px;
}
.tabs > .tab li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
  line-height: 1.3;
}
.tabs > .tab li a {
  text-decoration: none;
  color: #545964;
  display: block;
  padding-right: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tabs > .tab li a:hover {
  text-decoration: underline;
}
.tabs > .tab li a span {
  color: #2a2f38;
}
.tabs > .tab li .date {
  font-size: 14px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs > input {
  display: none;
  position: absolute;
}
.tabs > label {
  display: inline-block;
  padding: 0px 0px 30px 0px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: url(../../_assets/images/tab-active.png) center bottom -20px no-repeat;
  transition: all 0.4s ease;
  min-width: 96px;
}
.tabs > label:nth-child(4) {
  margin: 0px 30px;
}
.tabs > label:hover {
  background: url(../../_assets/images/tab-active.png) center bottom no-repeat;
  cursor: pointer;
}
.tabs > input:checked + label {
  background: url(../../_assets/images/tab-active.png) center bottom no-repeat;
  font-weight: 700;
}
#all-news:checked ~ #all-news-content,
#maintenance:checked ~ #maintenance-content,
#updates:checked ~ #updates-content, 
#events:checked ~ #events-content{
  display: block;
}
.more-icon {
  float: right;
  margin-top: -7px;
  margin-right: 5px;
}
.more-icon a {
  text-decoration: none;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #545964;
  border: 1px solid #b8c6d4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
}
.block-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.block-btn .game {
  height: 174px;
  width: 100%;
  max-width: 393px;
  background: #fefefe;
  border: 1px solid #ccc;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 15px 0;
}
.block-btn .game:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s ease;
}
.block-btn .game:hover:before {
  filter: drop-shadow(0px 0px 10px rgba(125, 157, 185, 0.9));
}
.block-btn .game a {
  text-decoration: none;
  background: #D19300;
  color: #f4f6f8;
  font-size: 11px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.block-btn span {
  display: block;
}
.block-btn .game-g {
  color: #828c96;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 7px;
  position: relative;
  z-index: 3;
}
.block-btn .game-t {
  color: #444f5b;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 17px;
  position: relative;
  z-index: 3;
}
.game-info .g-text {
  padding: 40px 0px 0px 210px;
}
.game-info:before {
  background: url(../../_assets/images/game-info-img.png) no-repeat;
  width: 100%;
  max-width: 393px;
  height: 191px;
}
.game-stats .g-text {
  padding: 40px 0px 0px 260px;
}
.game-stats:before {
  background: url(../../_assets/images/game-stats-img.png) no-repeat;

  width: 100%;
  max-width: 263px;
  height: 203px;
}
.game-community .g-text {
  padding: 40px 0px 0px 245px;
}
.game-community:before {
  background: url(../../_assets/images/game-community-img.png) no-repeat;
  width: 100%;
  max-width: 264px;
  height: 203px;
}
.hr {
  background: url(../../_assets/images/hr-bg.png) center center no-repeat;
  height: 100px;
  position: relative;
  z-index: -2;
}
.media-block {
  height: 635px;
  display: flex;
  color: #eaf3fd;
  font-size: 18px;
  margin-bottom: 70px;
  margin-top: -65px;
  z-index: 2;
}
.media-block:before {
  content: "";
  position: absolute;
  background: url(../../_assets/images/media-block-bg.png) center top no-repeat;
  width: 100%;
  height: 635px;
  z-index: -1;
  left: 0;
}
.media-block .art-block,
.media-block .gameplay-block {
  padding-top: 130px;
  margin-left: 10px;
}
.media-block .art-block p,
.media-block .gameplay-block p {
  margin-bottom: 10px;
}
.media-block .art-block a,
.media-block .gameplay-block a {
  display: block;
  position: relative;
}
.media-block .art-block img,
.media-block .gameplay-block img {
  margin-bottom: -3px;
}
.media-block .media-title a {
  text-decoration: none;
  color: #a1d0fe;
  font-size: 20px;
  display: inline-block;
  border: 1px solid #a1d0fe;
  height: 23px;
  width: 23px;
  text-align: center;
  line-height: 23px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.gameplay-block a:before {
  content: "";
  background: url(../../_assets/images/play-icon.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
}
.media-title a:before {
  display: none;
}
.feature-block{margin: 100px 0;}
.carousel {
  width: 100%;
  position: relative;
  max-width: 1210px;
}
.carousel img {
  width: 100%;
  max-width: 710px;
  height: 462px;
  display: block;
}
.arrow {
  position: absolute;
  top: 0px;
  padding: 0;
  display: block;
  width: 100%;
  max-width: 249px;
  height: 462px;
}
.arrow:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
}
.arrow:hover {
  cursor: pointer;
}
.prev {
  left: 0px;
  background: url(../../_assets/images/slide_bottom/left-arrow.jpg) no-repeat;
}
.prev:before {
  background: url(../../_assets/images/slide_bottom/arrow-left.png) center right 60px no-repeat;
  background-color: rgba(105, 110, 114, 0.6);
}
.next {
  right: 0px;
  background: url(../../_assets/images/slide_bottom/right-arrow.jpg) no-repeat;
}
.next:before {
  background: url(../../_assets/images/slide_bottom/arrow-right.png) center left 60px no-repeat;
  background-color: rgba(105, 110, 114, 0.6);
}
.gallery {
  width: 710px;
  margin: 0 auto;
  overflow: hidden;
}
.gallery ul {
  height: 462px;
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 1050ms;
}
.gallery li {
  display: inline-block;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  /*background: url(../../_assets/images/bottom-bg.jpg) #fefefe center bottom no-repeat;*/
  background-color: #000000;
  position: relative;
  border-top: 5px solid #D19300;
}
/*.bg-color{
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.98);
}*/
.footer .rodape{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.footer .rodape .box_footer{
  width: 380px;
  box-sizing: border-box;
  padding: 20px;
}
.footer .rodape .box_footer .links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .rodape .box_footer .links ul li a{
  color: #999;
  text-decoration: none;
  display: block;
  margin: 10px 0;
  font-size: 1.0rem;
}
.footer .rodape .box_footer .links ul li a:hover{
  color: #D19300;
}
.footer .rodape .box_footer h3{
  color: #D19300;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer .rodape .box_footer .copy{
  color: #ccc;
  font-size: 0.7rem;
  display: inline-block;
  margin: 10px 0;
}
.footer .rodape .box_footer .copy a{
  color: #D19300;
}
.footer_copyright{ margin-top: 10px;}
.footer_copyright p{
  color: #999;
  font-size: 0.9rem;
  text-indent: 0px;
  text-align: justify;
}
.footer_copyright p span{
  font-weight: bold;
}
.fb-page{
  float: left;
  clear: both;
  width: 325px;
  border: 8px solid #eee;
  border-radius: 4px;
}
.f-menu {
  color: #777;
  border-bottom: 1px solid #8fa1b0;
  text-align: center;
  margin-bottom: 40px;
}
.f-menu li {
  display: inline-block;
  padding: 0px 40px;
}
.f-menu li a {
  color: #777;
  display: block;
  line-height: 80px;
  text-decoration: none;
  font-size: 14px;
}
.f-info {
  display: flex;
  color: #adc0cf;
  font-size: 14px;
  align-items: center;
}
.f-info .f-logo {
  margin-right: 50px;
}
.f-info .f-text {
  line-height: 1.2;
}

/* ranking */
.page-content .title{
  color: #D19300;
  float: left;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.page-content .title span{float: right;}
.page-content .title span a{
  color: #fff;
  padding: 7px 25px;
  background-color: #D19300;
  border-radius: 50px;
  font-size: 1rem;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
}
.table-rank{
  width: 100%;
  position: relative;
  left: 0.6%;
}
.pk{margin-left: -25px;}
.table-rank th{
  font-size: 1em; 
  color: #333; 
  font-weight: 600;
  padding: 10px;
  box-sizing: border-box; 
  border: 1px solid #222;
}
.table-rank td{
  font-size: 1em; 
  color: #333; 
  border: 1px solid #222; 
  padding: 3px; 
  box-sizing: border-box; 
  text-align: center;
}
.page-content .prof{
  width: 25px;
  height: 25px;
  border: 2px solid #B56000;
  border-radius: 50px;
}
.page-content .pos{
  width: 25px;
  height: 25px;
}
.at{color: #d9534f;}

.items_dwn{
  width: 97.3%;
  padding: 15px;
  border: 1px solid #ccc;
  margin-top: 10px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}
.inf .titulo{
  font-weight: bold;
}
.inf .servidor{
  font-size: 0.8rem;
}

.formR{
  width: 50%;
  display: inline-block;
}
.formR .divi{
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 7px 0;
  display: inline-block;
}
.formR input{
  width: 100%;
  padding: 10px 0;
  text-indent: 15px;
  box-sizing: border-box;
  margin: 3px 0;
}
.formR button{
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.formR .erro{
  color: #d9534f;
  margin: 5px 0;
}
.formR .ok{
  color: #5cb85c;
  margin: 5px 0;
}
.page-content .date{
  margin-left: 15px;
  display: inline-block;
  background-color: #fbfbfb;
  border-radius: 4px;
  padding: 3px 7px;
  border: 1px solid #eee;
  font-size: 0.8rem;
  color: #999;
  font-style: italic;
}
#date{
  color: #888;
  font-style: italic;
  font-weight: 100;
  font-size: 0.8rem;
  display: block;
}

/* O container mostra o wallpaper no TAMANHO ORIGINAL (sem cover) */
.fog-container{
  position: relative;
  min-height: 100vh;         /* se a página tiver pouco conteúdo, cobre a tela */
  overflow-x: hidden !important;
  background:
    url(../../_assets/images/wallpapersite.jpg) center top no-repeat; /* sem cover */
  background-color: #000000;    /* completa o restante com branco */
  /* NÃO usar background-size: cover; */
  /* NÃO usar background-repeat */
}

main.content {
  padding-top: 360px;
}

@media (max-width: 1024px){ 
  .page-content {
    margin: 20px;
  }
}

.burger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  border: none;
  background: none;
  padding: 5px;
}

.burger-menu span {
  width: 25px;
  height: 3px;
  background: white;
  margin: 3px 0;
  transition: 0.3s;
}
.table-div {
  width: 100%;
  overflow-y: scroll;
  height: 870px;
  overflow-x: hidden;
}
@media (max-width: 1772px){
  .fog-container {
    background-size: contain !important;
  }
}

@media (min-width: 1773px){
  .fog-container {
    background-size: cover !important;
  }
}

@media (max-width: 1024px) {
  .menu li a:hover {
    background: url(../../_assets/images/menu-hover.png) left bottom 0px no-repeat;
  }
  .menu li a{
    text-align: left;
  }
  .status-block {
    right: 80px;
  }
  .top-panel {
    padding-right: 20px;
  }
  .logo {
    padding-left: 20px;
  }

  .menu li a {
    line-height: 40px;
    font-size: 16px;
  }
  .menu {
    display: none;
    flex-direction: column;
    background: #000000;
    position: absolute;
    top: 105px;
    right: 0;
    width: 100%;
    left: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  .menu.active ul {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .menu.active {
    display: flex;
    z-index: 11;
  }

  .burger-menu {
    display: flex;
  }
}

@media (max-width: 767px) {

  .footer .rodape .box_footer {
    width: 100% !important;
  }
  .fog {
    opacity: 0.4;
  }
  .formR {
    width: 100%;
  }
  .table-div {
    width: 100%;
    overflow: scroll;
  }

  .table-div table {
    width: 600px;
  }
}

@media (max-width: 580px) {

  main.content {
    padding-top: 130px;
  }
  .logo-text {
    height: 150px;
    top: 50px;
    width: 330px;
  }
}
.page-content .newss{display: block; margin: 7px 0; width: auto;}
#tpoints
/*# sourceMappingURL=style.css.map */
