/*.container {
	max-width: 90%;
}*/

@media (min-width: 576px) {
  .container {
    max-width: 90%;
  }
}

#logo{
  max-width: 130px;
}

.tile {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 3px -1px rgba(151, 171, 187, 0.7);
  float: left;
  transform-style: preserve-3d;
  margin-bottom: 5px;
}

.stats strong {
  display: block;
  /* color:#adb8c2; */
  font-size: 11px;
  font-weight: 700;
}

.stats {
  border-top: 1px solid #ebeff2;
  background: #f7f8fa;
  overflow: auto;
  padding: 15px 0;
  font-size: 16px;
  /* color:#59687f; */
  font-weight: 600;
  border-radius: 0 0 5px 5px;
}

.stats div {
  border-right: 1px solid #ebeff2;
  width: 33.33333%;
  float: left;
  text-align: center
}

.stats div:nth-of-type(3) {
  border: none;
}

.resultados ul {
  list-style: none;
}

.resultados ul li {
  width: 90px;
  height: 95px;
  background: url(../img/bgNumero.png) no-repeat scroll 15px 18px transparent;
  float: left;
  border: 0px solid #000;
}

.resultados ul li .numeros {
  margin: 9px 0px 0px 0px;
  width: 90px;
  font-size: 23px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.resultados ul li .premio {
  font-size: 14px;
  color: blue;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  margin-top: 0px;
}

.hide {
  display: none!important
}

.pg-loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: 999999;
  position: fixed;
  background-color: #333
}

.pg-loading .centralized {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.pg-loading .centralized .pg-box {
  width: 100px;
  height: 100px;
  padding: 18px
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.perdeu {
  border-color: #ef3939;
}

.perdeu>.card-header {
  color: #000;
  background-color: #ef3939;
  border-color: #ef3939;
}

.ganhou {
  border-color: #43ed34;
}

.ganhou>.card-header {
  color: #000;
  background-color: #43ed34;
  border-color: #43ed34;
}

.aberto {
  border-color: #eef210;
}

.aberto>.card-header {
  color: #000;
  background-color: #eef210;
  border-color: #eef210;
}

.perdeu-tr {
  background-color: #ef3939;
}

.ganhou-tr {
  background-color: #43ed34;
}

.aberto-tr {
  background-color: #eef210;
}