.img-game{
  margin-bottom: 6px;
  max-width: 133px;
}
.navbar-dark .navbar-brand {
 display: none;
}
.nav-link {
  font-size: 20px;
}
.carousel-item {
  height: 21.7rem;
}
.menu-mobile {
  display: none;
}


@media only screen and (max-width: 1024px) {
  .carousel-item {
    height: 17.8rem;
  }
  .img-game{
    margin-bottom: 6px;
    max-width: 126px;
  }
}
@media only screen and (max-width: 768px) {
  .menu-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #8a0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(49.48905109489051, 100.00%, 73.14%, 1.00)), color-stop(27%, hsla(45.189873417721515, 75.24%, 58.82%, 1.00)), color-stop(64%, hsla(41.36842105263158, 96.94%, 38.43%, 1.00)), to(hsla(48.51063829787234, 93.38%, 70.39%, 1.00)));
    background-image: linear-gradient(180deg, hsl(41, 64%, 71%), hsl(48, 86%, 83%) 27%, hsl(42, 66%, 72%) 64%, hsl(32, 40%, 54%));
  }
  .menu-mobile ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 12px 0;
  }
  .menu-mobile li {
    width: 16.6%;
    float: left;
    text-align: center;
  }
  .menu-mobile li a {
    color: #000;
    font-size: 11px;
    display: block;
  }
  .menu-mobile li a i {
    display: block;
    font-size: 20px;
  }
  .menu-mobile li a img {
    width: 37%;
    display: block;
    margin: 0 auto;
    margin-top: -4px;
  }

  .carousel-item {
    height: 13rem;
  }
  .img-game{
    margin-bottom: 6px;
    max-width: 108px;
  }
  .navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
    background: #000;
  }
  .div-icon-top {
    margin-top: 4%;
  }
  .top_icon {
    max-width: 36px;
  }
  .div-icon {
    font-size: 18px;
    color: #fff;
    background-image: linear-gradient(to right, #2b2b2b , #ffff0000);
    letter-spacing: .7px;
    padding: 4px;
    border-radius: 4px;
    margin: 10px 3px;
    font-family: 'Roboto', sans-serif;
  }
  .logo {
      max-width: 155px;
  }
  .navbar-dark .navbar-brand {
      color: #000;
      display: inline-block;
  }
}
@media only screen and (max-width: 414px){
  .carousel-item {
    height: 7rem;
  }
  .img-game{
    margin-bottom: 6px;
    max-width: 70px;
  }
}
@media only screen and (max-width: 375px){
  .carousel-item {
    height: 6rem;
  }
    .img-game {
      margin-bottom: 6px;
      max-width: 63px;
  }
}
@media only screen and (max-width: 320px){
  .carousel-item {
    height: 5rem;
  }
  .img-game {
      margin-bottom: 6px;
      max-width: 52px;
  }
}
