body {
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
  background-attachment: fixed;
  background-size: contain;
}

/*Estilos Navbar*/

.nav-link{
  color: white;
}

.navbar-nav > li {
  font-size: 1.2rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-nav > li :hover {
  border-bottom: 3px solid #2bc9c8;
  color: white;
}
.pie-pagina{
  font-family: 'Turret Road', cursive;
  margin-top: 2em;
  background-color: #212529!important;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.footer-title{
  color: #269cb5;
}

.game-card-showcase-title{
  font-family: 'Turret Road', cursive;
  font-size: 2em;
}

.item-adm:hover{
  border-bottom: none !important;
}
.pie-pagina .grupo-1 .box p{
    color: #efefef;
    margin-bottom: 10px;
  }
#logout{
  background-color: #485563 ;
  color: white;
  border: none;
}

.bot-logout{
  overflow: hidden;
}

.icon_navbar_collapse{
  color: white;

}

#bim {
  height: 250px;
}

.modal-body {
  display: flex;
}

.passRecover {
  text-decoration: none;
}

.item-adm:hover {
  border-bottom: none !important;
}

#logout {
  background-color: #485563;
  color: white;
  border: none;
}

.bot-logout {
  overflow: hidden;
}

.modal-container {
  display: flex;
  justify-content: space-around;
}

.icon_navbar_collapse {
  color: white;
}

.bimo {
  display: flex;
  justify-content: center;
}

.navbar-background{
  background-color: #212529!important;
}


.user-icon {
  max-width: 8%;
}

.dropdown-menu {
  left: -59% !important;
}

.socials{
  text-decoration: none;
  font-size: 2em;
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #29323c !important;
}
.button-color{
  background-color: #269cb5;
}
@media (max-width: 1200px) {
  .modal-body {
    flex-direction: column;
  }
}

@media (max-width: 300px) {
  #bim {
    height: 150px;
  }

}

@media screen and (max-width:630px) { 
  h1{
    font-size: 16px;
    }
};


#bim {
  height: 250px;
}

.modal-body {
  display: flex;
}

.passRecover {
  text-decoration: none;
}

.item-adm:hover {
  border-bottom: none !important;
}

#logout {
  background-color: #485563;
  color: white;
  border: none;
}

.bot-logout {
  overflow: hidden;
}

.modal-container {
  display: flex;
  justify-content: space-around;
}

.icon_navbar_collapse {
  color: white;
}

.bimo {
  display: flex;
  justify-content: center;
}

.navbar-background{
  background-color: #212529!important;
}


.user-icon {
  max-width: 8%;
}

.dropdown-menu {
  left: -59% !important;
}

.socials{
  text-decoration: none;
  font-size: 2em;
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #29323c !important;
}
.button-color{
  background-color: #269cb5;
}


@media (max-width: 1200px) {
  .modal-body {
    flex-direction: column;
  }
}

@media (max-width: 300px) {
  #bim {
    height: 150px;
  }

}


.homepage{
  background-color: #29323c;
  border-radius: 15px;
}

.img-container{
  max-width: 200px;
}


.img-div-width{
  object-fit: cover;
  max-width: 100%;
}


.juego-destacado-descripcion{
  text-align: center;
}



.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.418);
}

.game-card{
  position: relative;
}

.game-card:hover .overlay {
  opacity: 1;
}
.card-img-top {
  min-height: 200px !important;
  max-height: 200px !important;
}