body {
  background-image: url('../images/wallpaper.jpg');
  background-size: cover;
}

.bebas {
  font-family: 'Bebas Neue', cursive;
}

.mont {
  font-family: 'Montserrat', sans-serif;
}

.btn-bebas {
  font-size: 30px;
  letter-spacing: 1px;
}

.btn-bebas-20 {
  font-size: 20px;
  letter-spacing: 1px;
}

.word {
  width: 100%;
  position: relative;
  margin-top: 14px;
  background-image: url('../images/bg-slot.jpg');
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  color: #FFF;
  background-size: contain;
}

.word .content {
  width: 100%;
  text-align: center;
}

.word .content, footer .content{
  font-size: 90px;
  font-weight: bold;
  line-height: 60px;
}

.content-random {
  height: 30vh;
  line-height: 32vh;
  overflow: hidden;
  text-align: left;
}

#game-over {
  display: none;
}

.field-form-label {
  font-size: 40px;
  color: #FFF;
  letter-spacing: 1px;
}

.bg-th {
  background-image: url('../images/back-field.jpg');
  background-repeat: repeat;
  color: #FFF;
}

#container-login .form-control {
  background-image: url('../images/back-field.jpg');
  background-repeat: repeat;
  border:none;
  color: #FFF;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

.btn-shadow {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
}

.footer-content {
  margin: 1%;
}

#container-footer {
  border: 1px solid #ffb005;
  padding: 20px;
  border-radius: 20px;
}

.btn-warning {
  background-color: #ffb005 !important;
}

.title-footer {
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
}

.subtitle-footer {
  color: #ffb005;
  font-size: 20px;
  font-weight: bold;
}

.display-inline {
  display: inline-block;
}

.min-60-vh {
  min-height: 72vh
}

#congratulations {
  font-size: 79px;
  color: #FFF;
  font-weight: bold;
  line-height: 70px;
}

#congratulations-title {
  font-size: 90px;
}

.winner-item {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.winner-name {
  font-size: 25px;
}

.text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.f-30 {
  font-size: 30px;
}

#price-title {
  position: absolute;
  width: 50%;
  margin: auto;
  background-color: #ffb005; 
  font-weight: bold;
  font-size: 27px;
  border-radius: 10px;
  top:0;
  left: 25%;
}

#price {
  background-image: url('../images/back-field.jpg');
  color: #FFF;
  font-size: 25px;
  padding: 5px;
  background-size: contain;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

.relative {
  position: relative;
}

.content-price {
  padding-top: 38px;
}

#machine-slot {
  background-image: url(../images/slot.png);
  background-size: 100%;
}

#machine-slot-content {
  width: 67%;
  margin: auto;
}

.border-right-black {
  border-right: 8px solid #000;
}

#congratulations-img {
  display: none;
}

.img-slot {
  width: 60%;
  margin-top: -25%;
}

.winner-container {
  border: 1px solid #ffb005;
  padding: 10px;
  color: #FFF;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.winner-container .name-winner {
  font-size: 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  color: #ffb005;
}

.wait-winner {
  color: #ffb005;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
}

#download-text {
  font-size: 16px !important;
}

.ls-1 {
  letter-spacing: 1px;
  font-size: 20px;
}

.logo-paga-todo {
  align-self: flex-end;
}

.f-bold {
  font-weight: bold;
}

.bg-gray {
  background-color: #dadada;
}

.f-25 {
  font-size: 25px !important;
}