@font-face {
  font-family: Trajan Pro;
  src: url(/assets/TrajanPro-Regular-BKcE6WeA.woff2) format("woff2"),
    url(/assets/TrajanPro-Regular-D0pXjkVv.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trajan Pro 3";
  src: url(/assets/TrajanPro3-Regular-fV1n8gsn.woff2) format("woff2"),
    url(/assets/TrajanPro3-Regular-qtKw1GUX.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Trajan Pro;
  src: url(/assets/TrajanPro-Bold-CKGN-cHJ.woff2) format("woff2"),
    url(/assets/TrajanPro-Bold-nKDT83Eq.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Trajan Pro 3";
  font-weight: 400;
  font-style: normal;
  cursor: url(/imagens/cursor.cur), auto;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  background-color: #000;
}
body {
  display: flex;
  position: relative;
  align-items: top;
  justify-content: center;
}
.main-bg {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-image: url(/imagens/main_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-size: cover;
}
.main-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gradient-bigScreens {
  width: 100%;
  height: 100%;
  display: none;
}
.sm-gradient {
  background: linear-gradient(90deg, #003499 34%, #98010100 60%);
  width: 100%;
}
.bm-gradient {
  background: linear-gradient(90deg, #98010100 34%, #980101 60%);
  width: 100%;
}
.sm-gradient.disable {
  background: linear-gradient(90deg, #090909 34%, #09090900 60%);
}
.bm-gradient.disable {
  background: linear-gradient(90deg, #09090900 34%, #090909 60%);
  width: 100%;
}
body > main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
body > main section {
  width: 100%;
  display: flex;
  align-items: end;
  padding-bottom: 70px;
}
.season-two {
  justify-content: end;
  padding-right: 62.5px;
}
.season-six {
  justify-content: start;
  padding-left: 62.5px;
}
.server-info {
  transition: filter 0.5s;
  width: 378px;
  max-height: 393px;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 16px 12px 43px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 16px 12px 43px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 16px 12px 43px #000000bf;
  filter: grayscale(80%);
}
.server-info .header {
  background-size: 100% auto;
  height: 104px;
  width: 100%;
}
.server-info .header_sm {
  background: url(/imagens/header_sm.png);
}
.server-info .header_bm {
  background: url(/imagens/header_bm.png);
}
.server-info .content {
  background: url(/imagens/content.png);
  background-size: 100% auto;
  height: 157px;
  width: 100%;
}
.server-info .footer {
  background: url(/imagens/footer.png);
  background-size: 100% auto;
  height: 82px;
  width: 100%;
}
.server-info.active {
  filter: none;
}
.server-info .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.server-info .header h1 {
  background: var(
    --title,
    linear-gradient(180deg, #7a7369 0%, #eac48b 51.04%, #7a6969 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  line-height: 64px;
  margin-block: 0;
  padding: 0 !important;
}
.server-info .header p {
  color: #787878;
  font-size: 16px;
  margin: 0;
  line-height: 16px;
  margin-block: 0;
}
.server-info .content {
  font-size: 16px;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  color: #ededed;
}
.server-info .content ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.server-info .content ul li::marker {
  color: #f2d7ad;
}
.server-info .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.bnt {
  transition: background-image 0.5s;
  width: 320px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.35);
  font-family: "Trajan Pro 3";
  font-size: 25px;
  color: #fff;
}
.bnt:hover {
  cursor: url(/imagens/hover.cur), auto;
}
.bnt_sm {
  background-image: url(/imagens/bnt_sm.png);
}
.bnt_sm:hover {
  background-image: url(/imagens/bnt_sm-hover.png);
}
.bnt_bm {
  background-image: url(/imagens/bnt_bm.png);
}
.bnt_bm:hover {
  background-image: url(/imagens/bnt_bm-hover.png);
}
.links_media {
  background: url(/imagens/links_media.png);
  height: 342px;
  width: 97px;
  position: absolute;
  bottom: 90px;
  z-index: 10;
  text-align: center;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 16px 12px 43px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 16px 12px 43px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 16px 12px 43px #000000bf;
}
.links_media .links_header {
  height: 58px;
  background: var(
    --title,
    linear-gradient(180deg, #7a7369 0%, #eac48b 51.04%, #7a6969 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.links_media .links_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 9px;
  padding-top: 10px;
}
.links_media .links_content a {
  width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.links_media .links_content a:hover,
.links_media .links_content a:hover svg {
  cursor: url(/imagens/hover.cur), auto;
}
.links_media .links_content a:after {
  content: "";
  height: 1px;
  width: 20px;
  background: var(
    --text,
    linear-gradient(
      180deg,
      #f2d7ad 0%,
      #e0c495 49.22%,
      #c0a67d 50.52%,
      #d0ba95 93.5%,
      #c4ab82 100%
    )
  );
}
.text-info {
  padding-top: 14px;
  font-family: El Messiri;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(
    --text,
    linear-gradient(
      180deg,
      #f2d7ad 0%,
      #e0c495 49.22%,
      #c0a67d 50.52%,
      #d0ba95 93.5%,
      #c4ab82 100%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-info:hover {
  cursor: url(/imagens/hover.cur), auto;
}
@media only screen and (min-width: 1921px) {
  .gradient-bigScreens {
    position: absolute;
    display: flex !important;
    justify-content: space-between;
    z-index: 5;
  }
}
@media only screen and (min-width: 3360px) and (min-width: 1921px) {
  .sm-gradient {
    background: linear-gradient(90deg, #003499 50%, #98010100 80%);
    width: 100%;
  }
  .bm-gradient {
    background: linear-gradient(90deg, #98010100 20%, #980101 50%);
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
  }

  .links_media {
    display: none;
  }
}
