.game-link {
  box-shadow: 2px 1px 23px 0px rgba(0, 0, 0, 0.42);
  cursor: pointer;
  overflow: hidden;
  width: 250px;
  height: 250px;
  position: relative;
}
.game-link .bg-black {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: none;
}
.game-link:hover .game {
  transform: scale(1.1);
}
.game-link:hover .bg-black {
  transition-delay: 1s, 250ms;
  display: block;
}
.game-link:hover a {
  transition: all 150ms;
  display: block;
}

.game {
  width: 256px;
  height: 256px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  display: flex;
  color: #fff;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.game a {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #4aaf6c;
  color: #fff;
  padding: 10px;
  border-radius: 25%;
  line-height: 1;
  font-weight: 700;
  display: none;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.8;
}

.modal-content {
  background-color: #ececec;
  border: none;
  border-radius: 0px;
  outline: 0;
  height: 90vh;
}

.modal-dialog {
  max-width: 90vw;
  position: relative;
  cursor: pointer;
}
.modal-dialog .scracth {
  background-image: url("image_slots_2.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.modal-dialog .scracth .bg-card {
  background-image: url("fondo-lotto.png");
  background-position: center;
  background-size: cover;
  width: 400px;
  height: 700px;
  box-shadow: 2px 1px 23px 0px rgba(0, 0, 0, 0.42);
  position: relative;
}
.modal-dialog .scracth .bg-card .content .price-ticket {
  padding: 25px 0 0 25px;
}
.modal-dialog .scracth .bg-card .content .price-ticket img {
  max-width: 35px;
}
.modal-dialog .scracth .bg-card .content .number-ticket img {
  width: 15px;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.modal-dialog .scracth .bg-card .content #scratchcard {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-dialog .scracth .bg-card .content #scratchcard > div {
  box-shadow: -1px 1px 10px 3px rgba(0, 0, 0, 0.66);
  border-radius: 20px;
}

@media (max-width: 768px) {
  .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100vw;
  }
  .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  #turn {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */