@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

:root {
  --bg: #323233;

}

.nav-item {
  margin-right: 5px;
  transition: all .4s;
}

.btn-area:hover {
  background: none !important;

}

.btn-area:hover a {
  background: #2FEDF1 !important;
  box-shadow: 0px 0px 15px #2FEDF1 !important;

}

.nav-item:hover {
  background: #404043;
  border-radius: 5px;
  /*    transform: scale(1.1);*/
  /*    text-shadow: 0px 0px 15px;*/
  animation-play-state: paused;
}

.btn-contato {
  padding: 10px 0px;
  border: none;
  outline: none;
  background: #0cdbdf;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #0cdbdf;
  transition: transform .4s;

}

.title-equipe {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 30px;
}

.btn-contato:hover {
  transform: scale(1.05);
}

.btn-baixar-android:hover,
.btn-baixar-pc:hover {
  transform: translateY(-10px);
}

.btn-baixar-android,
.btn-baixar-pc {
  border: none;
  background: #fff;
  color: #0cdbdf;
  font-weight: bolder;
  padding: 15px 0px;
  transition: transform .4s;

}

.seta-playnow {
  position: absolute;
  left: 2%;
  bottom: -80px;
  z-index: 1;
}

.equipe {
  position: relative;
  background: var(--bg);
  width: 100vw;
  min-height: 72vh;
}

.btn-baixar-android {
  border: none;
}

.title-playnow {
  color: #fff !important;
  font-family: 'Archivo Black', sans-serif;
}

.play-now {
  position: relative;
  width: 100vw;
  min-height: 60vh;
  background: #0cdbdf;
}

@media (max-width: 1024px) {
  .play-now {
    min-height: 65vh;
  }
}

.seta-sobre {
  position: absolute;
  right: 1%;
  bottom: -80px;
  z-index: 1;
}

.sobre {
  position: relative;
  background: var(--bg);
  width: 100vw;
  min-height: 72vh;
}

.card-title {
  position: absolute;
  top: 80px;
  /*    background: red;*/
  width: 100%;
  left: 0%;
  font-size: 16pt;
  font-family: 'Righteous', cursive;
  color: #0cdbdf !important;
}

.card-parag {
  margin-top: 40px;
  color: #fff;
  font-weight: 400;

}

.btn-discord {
  border-radius: 5px;
  color: #fff;
  width: 180px !important;
  /*    padding-left: 20px !important;*/
  /*    padding-right: 20px !important;*/
  /*    padding: 0px 20px;*/
  background: #0659FF;
  border: none;
  box-shadow: 0px 0px 15px #0659FF;
  font-family: 'Righteous', cursive;
  outline: none;
}

.btn-discord:hover {
  transform: translateY(-5px);
  background: #1E69FE;
  box-shadow: 0px 0px 15px #1E69FE !important;
}

.btn-jogar:hover {
  transform: translateY(-5px);
  background: #2FEDF1 !important;
  box-shadow: 0px 0px 15px #2FEDF1 !important;
}

.btn-forum:hover {
  transform: translateY(-5px);
  background: #A841E5 !important;
  box-shadow: 0px 0px 15px #A841E5 !important;
}

.btn-jogar,
.btn-discord,
.btn-forum {
  transition: transform .4s;
}

.btn-forum {
  /*    width: 150px; */
  /*    height: 50px; */
  border-radius: 5px;
  color: #fff;
  padding: 15px 15px;
  background: #8417C4;
  border: none;
  box-shadow: 0px 0px 15px #8417C4;
  font-family: 'Righteous', cursive;
  outline: none;
}

.btn-jogar {
  /*    width: 150px; */
  /*    height: 50px; */
  border-radius: 5px;
  color: #fff;
  padding: 15px 15px;
  background: #0cdbdf;
  border: none;
  box-shadow: 0px 0px 15px #0cdbdf;
  font-family: 'Righteous', cursive;
  outline: none;
}

.card-info:hover {
  transform: translateY(-10px);
  /*    box-shadow: 0px 0px 20px #404043;*/
}

.card-info {
  transition: transform .4s;
  /*    width: 220px;*/
  height: 320px;
  background: #404043;
  position: relative;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  margin-top: 10px;

  /*    font-weight: 0 !important;*/
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #0cdbdf;
  border-radius: .25rem;
}

::-webkit-scrollbar-track {
  background: #3D4350;
}

body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  user-select: none;
  overflow-x: hidden;
  color: #fff;
  font-family: 'Arial', sans-serif;
}

.p-apre {
  color: #fff;
  font-weight: 500;
  font-size: 1.01em;
  font-family: 'Righteous', cursive;
}

.apresentacao {
  width: 100vw;
  height: 70vh;
  background: url('../img/fundo.jpg') no-repeat;
  background-size: cover;

}

.nav-brazz-bg {
  background: #404043;
  min-height: 75px;
}

.btn-area-user {
  background: #0cdbdf;
  border-radius: 2px;
  padding: 12px 20px !important;
  margin-left: 20px !important;
  box-shadow: 0px 0px 15px #0cdbdf;
  animation: sc .8s infinite alternate ease-in-out;
}

.site-footer {
  background-color: #0cdbdf;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: #fff;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #fff;
  text-shadow: 0px 0px 15px #fff;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}

.copyright-text {
  margin: 0
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .site-footer {
    padding-bottom: 0
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: #3b5998
}

.social-icons a.twitter:hover {
  background-color: #00aced
}

.social-icons a.linkedin:hover {
  background-color: #007bb6
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89
}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }
}

@keyframes sc {
  100% {
    transform: scale(1.05);
  }
}

.nav-brazz-bg a {
  font-weight: 500;
  color: white !important;
  /*    background: red;*/
  padding: 12px;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .navbar-brazz {
    position: absolute !important;
    right: 1% !important;
  }
}

@media (max-width: 768px) {
  .img-apre {
    display: none;
  }

  .img-playnow {
    display: none;
  }
}

.animation {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}