#footer {
  margin-top: 80px;
  color: #ffffff;
}
.input-group-append .btn-warning {
  border-radius: 20px;
}
.navbar {
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 100%) !important;
}
.navbar .navbar-nav .nav-item a {
  color: rgba(0, 0, 0, 0.5) !important;
}
#header_content {
  font-size: 1.5rem !important;
}
.gamesItem {
  transform: translateY(-60px);
}
.gamesItem .container {
  background-color: #ffffff;
}
.gamesItem .active {
  padding: 20px 20px 0;
  box-shadow: -4px -33px 50px -31px rgba(0, 0, 0, 0.65);
  position: relative;
}
.gamesItem .active h1 {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -90px;
}
.gamesItem .active .row {
  align-items: center;
  min-height: 400px;
}
.gamesItem .active .row h3 {
  color: #ed8544;
  font-weight: bold;
}
.gamesItem .active .row .cards {
  text-align: center;
}
.gamesItem .active .row .cards img {
  max-width: 300px;
}
.imagesProduct img {
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.bgNone {
  background-image: none !important;
}
.bgNone .Missions img {
  width: 100%;
}
.bgNone .Missions h3 {
  color: #ed8544;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
}
.activeCard {
  align-items: center;
}
.activeCard img {
  width: 100%;
  border-radius: 20px;
}
.activeCard p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #454545;
}
/*# sourceMappingURL=style.css.map */