#meus-numeros {
  overflow: hidden;
}

#meus-numeros h1 {
  font-family: "Exo 2";
  font-size: 3.8rem;
  font-weight: 800;
  font-style: italic;
  line-height: 3rem;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 1px;
  color: #0a7a00;
}

#meus-numeros .texto-menor {
  font-size: 2rem;
  color: #2cb620;
}

#meus-numeros p {
  font-family: "Nunito";
  padding-left: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.fundo-cupom {
  background: url(../../img/cupom.png) center center no-repeat scroll;
  min-height: 109px;
  min-width: 153px;
}

.dnumero_sorte {
  padding-top: 50px;
  padding-left: 13px;
}

.numero_sorte {
  color: #1c713c;
  font-size: 18pt;
}

.ddata_numero {
  top: 5px;
  padding-left: 13px;
}

.data_numero {
  color: #1c713c;
  font-size: 8pt;
  top: 5px;
}

@media only screen and (max-width: 767px) {
  #meus-numeros h1,
  #meus-numeros .texto-menor {
    font-size: 30px;
    line-height: 33px;
  }
}

/* ========================= */

#meus-numeros.card,
.card.blur {
  box-shadow: 0 0.125rem 5px -0.0625rem rgba(12, 26, 36, 0.1),
    0 0.0625rem 0.0625rem 0 rgba(12, 26, 36, 0.04);
}

#meus-numeros .card {
  background: linear-gradient(90deg, #6fd73a, #2cb620);
  border-radius: 15px;
}
.border {
  border: 1px solid #dde0e5 !important;
}
.shadow-xs {
  box-shadow: 0 0.125rem 5px -0.0625rem rgba(12, 26, 36, 0.1),
    0 0.0625rem 0.0625rem 0 rgba(12, 26, 36, 0.04) !important;
}

.border-radius-sm {
  border-radius: 0.25rem !important;
}
.icon-sm {
  width: 32px;
  height: 32px;
}
.icon-shape {
  width: 48px;
  height: 48px;
  background-position: 50%;
  border-radius: 0.75rem;
  background: linear-gradient(90deg, #0c9c00, #0a7a00);
}
.font-weight-bold {
  font-weight: 600 !important;
}
#meus-numeros h4 {
  color: #fff;
  font-size: 2rem;
}

#meus-numeros #tabela table {
  white-space: nowrap;
}

#meus-numeros #tabela .table th {
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0px;
    color: #146e37;
    border-bottom: 1px solid #3fa110 !important;
    border-top: none;
}