@import url(https://fonts.googleapis.com/css?family=Lato);
.full-bg {
  background-image: url(/images/bg.jpg?eaed8d0af914e07ebe3cde11de969fb1);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transform: translateZ(0);
  background-size: cover;
  background-color: #464646;
  font-family: "Lato";
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

.logo-box {
  margin-top: 15px;
}

.botoesEscolha {
  margin-top: 100px;
}

.botoesEscolha-box {
  margin-top: 15px;
}

.botaoVoltar-Box, .clubesEscudos-box {
  margin-top: 100px;
}

.clubeMain-Box {
  margin-top: 15px;
}

.clubeCampanha-Box {
  margin-top: 30px;
}

.no-margin-vertical {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.col-sorteados {
  border-left: 1px solid #eee;
}

.sorteioNumeros {
  font-size: 35px;
  padding: 15px;
}

.btn-ghost {
  background: transparent;
  border: 3px solid white;
  font-size: 22px;
  border-radius: 0px;
  color: white;
  min-width: 300px;
}

.btn-ghost:hover {
  color: white;
  background: rgba(255, 255, 255, 0.3);
}

.img-clube {
  width: 80px;
  height: 80px;
  opacity: 0.6;
}

.img-clube:hover {
  opacity: 1;
  cursor: pointer;
}

.btn-ghost:focus {
  color: white;
}

.center-content {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.panel-clube {
  color: black;
  padding: 5px;
  cursor: pointer;
}

.panel-sorteio {
  color: black;
}
.panel-sorteio ul li:hover {
  background: whitesmoke;
}

.btn-sorteio {
  max-width: 200px;
  margin: 0 auto;
}

.no-border-sides {
  border-left: 0px;
  border-right: 0px;
}

.title-sorteados {
  background: whitesmoke;
  padding: 10px;
}

.vencedorBoxAnuncio {
  position: absolute;
  margin-top: 15px;
  width: calc(100% - 30px);
  font-size: 18px;
  background: white;
  padding: 15px;
  z-index: 999;
}

.sorteioMachine {
  margin-top: 30px;
  background: white;
  padding: 15px;
}

.totalGanhadores {
  margin-top: 20px;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: green;
  border-radius: 50%;
  font-size: 3em;
  font-weight: bolder;
  color: #fff;
}

.color-black {
  color: black;
}
