h1{
  font-size: 1.5rem;
  }
  h2{
  font-size: 1.2rem;
  }
.main_bg {
  background: #ad5389; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #3c1053, #ad5389); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #3c1053, #ad5389); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  min-height: calc(97vh - 200px);
  height: auto;
  width: 100%;
}
.btn_active {
  background-color: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
}

.show_numbers {
  height: 85%;
}
.show_options {
  margin: auto 0px 0px 0px;
}

.numbers {
  /* background: #e3e3e3; */
  background: white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #292929;
  display: inline-block;
  font-weight: 900;
  text-align: center;
  /* font-family: "Heebo", sans-serif; */
  font-family: "Roboto", sans-serif;

  line-height: 120px;
  width: 120px;
  font-size: 70px;
}

.txt_padrao_light {
  font-family: "Heebo", sans-serif;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
}
.txt_padrao_dark {
  font-family: "Heebo", sans-serif;
  font-weight: 200;
  color: rgb(24, 24, 24);
}
.nome_loteria {
  font-family: "Heebo", sans-serif;
  font-style: oblique;
  font-weight: 600;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.8);
  /* text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); */
}
.nome_loteria > img {
  height: 70px;
}
.icons {
  height: 40px;
  width: 40px;
}
.txt_acumulou {
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  /* color: #052b4a; */
  color: #a1faf9;
}
.txt_data,
.txt_premio {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #a1faf9;
}
.txt_premio {
  font-weight: 600;
  font-size: 2rem;
}
.dezena_active {
  background-color: white;
  color: rgb(67, 67, 67);
}
.dezena_active_dark {
  background-color: black;
  color: rgb(255, 255, 255);
}
.limitar_largura {
  max-width: 1200px;
  margin: 0 auto;
}
.limitar_largura2 {
  max-width: 1000px;
  margin: 0 auto;
}
.padding_large {
  padding-top: 10%;
}
.exibir_numeros {
  /* display: flex;
  flex-wrap: wrap; */
  max-width: 1440px;
  margin: 0 auto;
}
.exibir_numeros > div {
  flex: 1 1 0px;
}

#jogo {
  text-align: center;
}
#jogo div {
  display: inline-block;
}

#opcoes_dezenas_dark {
  display: none;
}
#gerar_novos_numeros {
  background-color: #b8ff2a;
  border: none;
}
.legenda {
  font-size: 0.7rem;
  font-style: italic;
}

/* MEdia */
@media screen and (max-width: 1024px) {
  .numbers {
    line-height: 100px;
    width: 100px;
    font-size: 60px;
  }
  #opcoes_dezenas,
  #sobre_o_site_link {
    display: none;
  }
  #opcoes_dezenas_dark {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #recarregar_pagina {
    /* displays: flex; */
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #aposte_ja {
    display: none;
  }
  .nome_loteria {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 425px) {
  .nome_loteria {
    font-size: 2.2rem;
  }
  .nome_loteria > img {
    height: 50px;
  }

  #jogo {
    width: 90%;
  }
}

/* ===== TEMA LOTOFÁCIL - conteudo_textos overrides ===== */
.limitar_largura h1::after {
  background: linear-gradient(to left, #3c1053, #ad5389);
}
.limitar_largura h2 {
  color: #ad5389;
}
.limitar_largura h5 {
  background: rgba(173, 83, 137, 0.08);
  border-left-color: #ad5389;
}
.limitar_largura ul li::before {
  background: linear-gradient(to left, #3c1053, #ad5389);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.limitar_largura .alert {
  background: rgba(173, 83, 137, 0.07);
  border-color: rgba(173, 83, 137, 0.4);
  color: #ad5389 !important;
}
.limitar_largura a:not(.btn) {
  color: #ad5389;
}
.limitar_largura a:not(.btn):hover {
  color: #3c1053;
}
.limitar_largura .btn-success {
  background: linear-gradient(to left, #3c1053, #ad5389) !important;
}
.limitar_largura .btn-success:hover {
  box-shadow: 0 8px 28px rgba(173, 83, 137, 0.45);
}
