@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap);

:root {
  --cor-primaria-navbar: #1a1a1a;
  --cor-primaria-normal: #1f61b5;
  --cor-primaria-light: #fff;
  --cor-primaria-lighten: #000000;
  --cor-primaria-color: #000;
  --cor-primaria-link: #fff;
  --cor-secundaria: #60b431;
  --cor-secundaria-light: #000;
  --cor-secundaria-lighten: #c3c3c3;
  --cor-secundaria-color: #007d57;
  --cor-secundaria-link: #202020;
  --cor-secundaria-dark: #fafafa;
  --cor-background: #000;
}

.card-produto-item--imagem,
.card-produto-item--info {
  box-shadow: 0 2px 2px 1px #09ff00 !important;
  transition: 0.2s;
}
.buy,
.caption-numbers li.all,
.cotas-item.status3,
.pointer {
  cursor: pointer;
}
.app-user .acoes,
.button {
  text-transform: uppercase;
}
#panel-sorteio a,
.app-ganhadores a,
.app-ganhadores a:hover,
.card-produto-item:hover,
.site-footer a,
.inc-sorteios li a,
a,
a:hover {
  text-decoration: none;
}
.cotas-pages {
  display: inline;
}
.cotas-listagem {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cotas-item {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 47px;
  font-family: Sans-Serif;
}
.cotas-item .cotas-item--content {
  border-radius: 30px;
  padding: 16px 0;
  background-color: #585858;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.cotas-item.excluir .cotas-item--content:before {
  content: "x";
  font-weight: 700;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: -6px;
  right: -4px;
  border-radius: 50%;
  background-color: #f90000;
  color: #fff;
}
.bg_custom_draw .btn-group .btn.livres,
.bg_custom_draw .btn-group .btn.livres:hover {
  background-color: var(--cor-primaria-normal);
  border-color: var(--cor-primaria-normal);
}
.bg_custom_draw .btn-group .btn.livres {
  color: #fff;
}
.cotas-item.status3 .cotas-item--content {
  background-color: #565759;
  color: #fff;
  font-weight: 400;
}
.cotas-item.status3 .cotas-item--content:hover {
  background-color: ##4b8a28 !important;
}
.cotas-item.selected .cotas-item--content {
  color: #fff !important;
  background-color: var(--cor-secundaria) !important;
}
.cotas-item.status1 .cotas-item--content {
  background-color: #b3b3b3;
}
.cotas-item.status0 .cotas-item--content {
  background-color: #17a2b8;
}
.cotas-item .cotas-item--tooltip, .teimosinha .teimosinha-tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #1a1a1a;
  font-size: 12px;
  padding: 5px 8px;
  font-weight: 400;
  border-radius: 3px;
  line-height: 15px;
  margin-bottom: 5px;
  color: #fff;
  pointer-events: none;
  white-space: nowrap;
  z-index: 999;
}
.app-nav,
.app-user,
.cotas-item:hover .cotas-item--tooltip,
.teimosinha:hover .teimosinha-tooltip {
  display: block;
}
.quina-info_left {
  width: 75%;
}
.quina-info_right {
  width: 25%;
  text-align: end;
}
.quina-info {
  display: flex;
}
.quina-info_price {
  background-color: #fff;
  color: #1e1e1e;
  font-weight: 800;
  text-align: center;
  padding: 2px 5px;
}
.quina-card {
  background-color: #1e1e1e;
}
/* .quina-card.active {
  background-color: var(--cor-primaria-normal);
} */
.quina-card.active .quina-info_price {
  color: var(--cor-primaria-normal);
}
.quina-card:not(.active) .button {
  background-color: #999;
}
.card-lottery .imagem,
.quina-card {
  object-fit: cover;
  height: 210px;
}
.quina-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  color: #fff;
  padding: 16px;
}
.app-ganhador-item,
.usuario {
  align-items: center !important;
}
.single-quina-info .titulo-sorteio {
  font-size: 22px;
  margin-bottom: 15px;
}
.single-quina-info p {
  color: #e3e3e3;
  font-size: 16px;
  margin-bottom: 0;
}
#total-quina,
.row-quina h3,
.titulo-resultado {
  color: var(--cor-primaria-light);
  font-weight: 600;
}
.date-sorteio,
.titulo-sorteio {
  font-size: 18px;
  display: inline-block;
  margin-right: 6px;
}
.titulo-resultado {
  font-size: 44px;
}
.numeros-sorteados {
  margin: 20px 0 30px;
}
.numeros-sorteados .cotas-item {
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.numeros-sorteados .cotas-item--content,
.row-quina b {
  font-size: 18px;
}
.ganhador-card {
  background-color: #1e1e1e;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.ganhador-title {
  font-weight: 600;
}
.row-quina {
  margin-bottom: 15px;
}
.accordionContasBancarias .btn-link,
.app-header .app-user .usuario .dropdown-menu .dropdown-item,
.app-header .app-user .usuario .dropdown-menu .dropdown-item .titulo,
.step-content,
.step-content p {
  color: var(--cor-secundaria-light) !important;
}
ul.list-unstyled.row {
  display: inline-block;
}
#total-quina {
  font-size: 26px;
}
.quina-col {
  display: inline-block;
  margin-bottom: 5px;
}
.quina-col .btn-surpresinha {
  background-color: var(--cor-primaria-normal);
  color: #fff;
}
.quina-col .btn-teimosinha {
  background-color: var(--cor-secundaria-color);
  color: #fff;
}
.quina-col b {
  color: #e8e8ee;
}
.teimosinha {
  position: relative;
}
.section-titulo h2 {
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  position: relative;
  font-size: 1.5rem;
  text-transform: uppercase !important;
}
.section-titulo h2 b {
  font-weight: 700 !important;
  color: var(--cor-secundaria);
}
.card-produto-item--imagem {
  background: linear-gradient(
    180deg,
    rgba(40, 167, 69) 0,
    rgba(5, 5, 5) 100%
  ) !important;
  border-radius: 10px 0 0 10px !important;
  min-width: 160px !important;
  height: 160px !important;
  width: 160px !important;
  background-color: none !important;
  margin-bottom: 0 !important;
}
.app-ganhador-item,
.card-produto-item--info {
  background: linear-gradient(
    180deg,
    rgba(34, 4, 4 / 79%) 50%,
    rgba(34, 34, 34) 100%
  ) !important;
}
.card-produto-item--imagem img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 160px;
  object-fit: cover;
}
.card-produto-item--info {
  max-width: 260px;
  width: 100%;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  text-align: left !important;
  height: 160px;
  padding-top: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.app-ganhador-item {
  transition: 0.2s, _ 0.2s;
  box-shadow: 0 2px 2px 1px #fff !important;
  background-color: #ddd !important;
  border-radius: 10px;
  padding: 1rem !important;
  margin-bottom: 0.5rem !important;
  display: flex !important;
  justify-content: space-between !important;
}
.accordionContasBancarias .card .card-header,
.btn-por-apenas {
  background: linear-gradient(
    180deg,
    rgba(34, 4, 4 / 79%) 50%,
    rgba(34, 34, 34) 100%
  ) !important;
  transition: 0.2s;
}
.app-ganhador-item .info h3 {
  font-weight: 600;
  font-size: 1.1em;
  color: #000 !important;
}
.app-ganhador-item .info p {
  font-size: 0.85em;
  color: #222;
}
.app-ganhador-item .imagem {
  position: relative;
  overflow: hidden;
  width: 85px;
}
.app-ganhador-item .imagem img {
  border-radius: 80px;
  object-fit: cover;
}
.app-ganhador-item .info h3 .btn {
  background-color: var(--cor-secundaria);
  border-color: var(--cor-secundaria);
  margin-top: -9px;
  padding: 0 6px;
  font-size: 0.8em;
  color: #fff;
}
.accordionContasBancarias .card .card-header {
  box-shadow: 0 1px 1px 1px #111 !important;
}
.accordionContasBancarias .card h2 img {
  border-bottom-right-radius: 5 !important;
  border-top-right-radius: 5 !important;
  height: 49.3px;
  background-color: #fff;
  width: 60px;
  max-width: 80px;
  min-width: 80px;
}
.card {
  -webkit-box-shadow: 0 13px 24px 0 rgba(177, 177, 184, 0.2);
  box-shadow: none;
  border-radius: 8px;
  border: none;
  background-color: #1e1e1e;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card .card-img,
.card .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.app-sorteios {
  margin-top: 0 !important;
  position: relative;
  z-index: 40;
}
.inc-sorteios li,
.inc-sorteios ul {
  display: block;
  margin: 0;
  padding: 0;
}
.inc-sorteios li {
  display: inline-block;
  margin-right: 30px;
}
.inc-sorteios li a {
  color: #fff;
  font-size: 23px;
  color: var(--cor-secundaria-lighten);
}
.inc-sorteios li a.active {
  color: var(--cor-secundaria-dark);
}
.btn-por-apenas {
  box-shadow: 0 2px 2px 1px #111 !important;
}
.app-single .texto-detalhes {
  max-height: 310px;
  overflow-y: auto;
  font-size: 15px;
  margin-top: 30px;
}
.app-single .texto-detalhes > * {
  margin-bottom: 10px;
}
.contador {
  margin-top: 1em;
  background-color: var(--cor-primaria-lighten) !important;
}
.contador-texto,
.contador-texto small {
  color: #fff;
}
.app-sorteio--ganhador {
  position: relative;
  overflow: hidden;
  text-align: center !important;
  margin-bottom: 1rem !important;
  justify-content: center !important;
  display: flex !important;
}
.app-sorteio--ganhador .item {
  color: #fff;
  background-color: #28a745;
  text-align: center !important;
  border-radius: 0.25rem !important;
  padding: 0.5rem !important;
  flex: 1 1 auto !important;
}
.app-sorteio--ganhador .item:after {
  background: url(../img/check2-circle.svg) top left/contain no-repeat;
  position: absolute;
  font-size: 3.6em;
  opacity: 0.2;
  content: " ";
  bottom: 12px;
  height: 60px;
  right: 10px;
  width: 60px;
}
.color_tilte_single,
.inc-sorteios h4,
.jconfirm-animated {
  color: #000;
}
.app-header .nav-menu {
  margin-left: auto;
}
.menu-mobile,
.menu-mobile .menu-mobile--lista a,
.menu-mobile .menu-mobile--lista a span,
ul.list_card a.text-secondary:focus,
ul.list_card a.text-secondary:hover {
  color: #fff !important;
}
.app-user .acoes a {
  color: var(--cor-primaria-light);
}
.usuario {
  margin-left: 0.5rem !important;
  display: flex !important;
}
.app-user,
.dropdown-item {
  display: flex !important;
  align-items: center !important;
}
.text-cor-secundaria {
  color: var(--cor-secundaria) !important;
}
.app-whatsapp-comprovantes {
  background-color: var(--cor-primaria-light);
}
.checkout-page {
  background-image: linear-gradient(157deg, #1a1a1a, #1b1b1b);
}
.checkout-page .badge {
  font-size: 14px;
}
.checkout-page .modal-header {
  border-bottom: 1px solid #7b7b7b;
}
.checkout-page .modal-footer {
  padding-inline: 0;
  border-top: 1px solid #7b7b7b;
}
.item-selecao-quantidade.inativo {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
.dropdown-item {
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item .icone {
  margin-top: -2px;
  font-size: 1.2em;
  padding-right: 1rem !important;
}
.app-header .app-user .creditos h3 {
  font-size: 1.2em;
  font-weight: 600;
}
.app-header .app-user .usuario .foto {
  border-radius: 50px;
  height: 50px;
  width: 50px;
}
.app-user .acoes {
  border: 1px solid var(--cor-primaria-light);
  letter-spacing: 0.5px;
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 0.85em;
}
.app-compra-detalhes {
  background-color: var(--cor-primaria-normal);
  border-radius: 10px;
  padding: 0.5rem !important;
  align-items: center !important;
  display: flex;
}
/* .app-compra-detalhes.app-compra-detalhes--mini:hover {
  background-color: rgba(var(--cor-primaria-normal), 0.3);
} */
.app-compra-detalhes.app-compra-detalhes--mini {
  background-color: #1e1e1e;
  border-radius: 10px;
  padding: 0.5rem !important;
}
.app-compra-detalhes .app-compra-detalhes--img {
  height: 100px;
  width: 100px;
  min-width: 100px;
  margin-right: 1rem !important;
}
.app-compra-detalhes .app-compra-detalhes--img img {
  border-radius: 10px;
  object-fit: cover;
}
.app-compra-detalhes .app-compra-detalhes--info .titulo {
  font-size: 1.1em;
  margin-bottom: 0 !important;
}
.app-compra-detalhes .app-compra-detalhes--info .desc {
  margin-bottom: 0;
  font-size: 0.85em;
}
a, a:hover {
  color: var(--cor-secundaria);
}
.compra-detalhes {
  margin-bottom: 0.5rem;
  display: flex;
}
.compra-item .imagem {
  width: 70px;
  min-width: 70px;
}
.compra-item .info {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  word-break: break-word;
}
.compra-item .detalhes {
  font-size: 0.8em !important;
  flex: 1;
  text-align: right;
}
.compra-item .info .titulo {
  font-size: 0.9em;
  font-weight: 600;
}
.compra-item .info .desc,
.font-xs {
  font-size: 0.8em;
}
.compra-item h3,
.compra-item p {
  margin: 0;
}
.app-nav ul,
.app-user ul,
.home.page-template .bg_custom_filter {
  margin-bottom: 0 !important;
}
.btn-enviar-comprovante {
  overflow: hidden;
  height: 40px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.btn-enviar-comprovante:before {
  position: absolute;
  content: "Anexar comprovante";
  left: 0;
  right: 0;
}
.app-whatsapp-comprovantes {
  border-radius: 10px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.app-nav ul,
.app-user ul,
.fd-colum,
.fd-row {
  display: flex !important;
}
.app-whatsapp-comprovantes .app-whatsapp-comprovantes--info {
  display: flex !important;
  align-items: center;
  display: flex;
}
.app-whatsapp-comprovantes .app-whatsapp-comprovantes--info .icone {
  font-size: 1.2em;
  color: #28a745;
  margin-right: 0.5em;
}
.app-whatsapp-comprovantes .app-whatsapp-comprovantes--desc {
  font-size: 0.85em;
  opacity: 0.8;
  text-align: center;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.shimmer .custom-control {
  padding-left: 0;
}
.shimmer .btn,
.shimmer .form-control,
.shimmer .list-group-item,
.shimmer .shimmer-img,
.shimmer .shimmer-item,
.shimmer h1,
.shimmer h2,
.shimmer h3,
.shimmer h4,
.shimmer h5,
.shimmer input,
.shimmer label,
.shimmer li,
.shimmer p,
.shimmer select,
.shimmer small,
.shimmer span,
.shimmer table {
  color: transparent !important;
  border-radius: 0 !important;
  border: transparent;
  position: relative;
  overflow: hidden;
  z-index: 2;
  opacity: 1;
}
.shimmer .btn:before,
.shimmer .form-control:before,
.shimmer .list-group-item:before,
.shimmer .shimmer-img:before,
.shimmer .shimmer-item:before,
.shimmer h1:before,
.shimmer h2:before,
.shimmer h3:before,
.shimmer h4:before,
.shimmer h5:before,
.shimmer input:before,
.shimmer label:before,
.shimmer li:before,
.shimmer p:before,
.shimmer select:before,
.shimmer small:before,
.shimmer span:before,
.shimmer table:before {
  background: var(--cor-primaria-light);
  background: linear-gradient(
    to right,
    var(--cor-primaria-lighten) 8%,
    var(--cor-primaria-light) 18%,
    var(--cor-primaria-lighten) 33%
  );
  background-size: 800px 104px;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  border-radius: 0 !important;
  position: absolute;
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
.site-page-title {
  padding-bottom: 10px;
}
.numeros-escolhidos {
  background-color: #1a1a1a;
  color: var(--cor-primaria-light);
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-bottom: -200px;
  z-index: 10;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.15);
}
.accordionContasBancarias .btn,
.buy {
  text-align: center;
  user-select: none;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none !important;
  line-height: 1.5;
  vertical-align: middle;
}
.numeros-escolhidos.active {
  margin-bottom: 0;
}
.lista-horizontal {
  list-style: none;
}
.lista-horizontal li {
  margin-right: 10px;
  float: left;
}
.site-footer a.rede-social-item {
  background-color: #ddd;
  color: #000;
  border-radius: 25px;
  padding: 0;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.site-footer a.rede-social-item[href*="facebook.com"] {background-color: #1877F2; color: #fff;}
.site-footer a.rede-social-item[href*="instagram.com"] {background-color: #E1306C; color: #fff;}
.site-footer a.rede-social-item[href*="x.com"] {background-color: #000; color: #fff;}
.site-footer a.rede-social-item[href*="twitter.com"] {background-color: #1DA1F2; color: #fff;}
.site-footer a.rede-social-item[href*="whatsapp.com"] {background-color: #25D366; color: #fff;}
.site-footer a.rede-social-item[href*="wa.me"] {background-color: #25D366; color: #fff;}
.site-footer a.rede-social-item[href*="youtube.me"] {background-color: #FF0000; color: #fff;}

.footer-menu .menu-item {
  margin-right: 20px;
}
.site-footer a {
  color: var(--cor-primaria-light);
  font-family: ubuntu, sans-serif;
  transition: 0.2s ease-out;
}
nav.nav-topbar,
nav.nav-topbar li,
nav.nav-topbar li a {
  color: #aaa !important;
}
.site-footer a:hover {
  text-decoration: none;
  opacity: 0.85;
}
.site-footer {
  background-color: #000;
  color: var(--cor-primaria-light);
  padding-top: 3rem !important;
}
.fd-row {
  flex-direction: row !important;
  align-items: center;
}
.fd-colum {
  flex-direction: column !important;
}
a,
a :hover {
  text-decoration: none !important;
}
.app-ganhador-item .info h3 .nome {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 210px;
  display: inline-block !important;
}
.buy {
  padding: 0.2em 0.5em;
  width: 100%;
  font-weight: 600;
  border-radius: 0.25rem;
  display: inline-block !important;
  border: 1px solid transparent;
}
.accordionContasBancarias .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.app-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  box-shadow: 0 0 18px rgb(0 0 0 / 20%);
  background-color: var(--cor-primaria-navbar);
  height: 75px;
}
.bg_custom_secondary_footer,
.social_footer,
nav.bg_custum_menu,
nav.nav-topbar {
  background-color: #000 !important;
}
.app-header .app-brand {
  max-height: 50px;
  max-width: 180px;
}
@media screen and (min-width: 769px) {
    .app-header-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .app-nav, .app-user {
        display: none !important;
    }

}
.app-nav ul,
.app-user ul {
  list-style: none;
  align-items: center !important;
  justify-content: center !important;
  padding: 0;
}
.app-header .app-nav ul li,
.app-header .app-user ul li a {
  letter-spacing: 1px;
  position: relative;
  color: var(--cor-primaria-light);
  margin-right: 1.5rem !important;
}
.app-header .app-nav ul li a,
.app-header .app-user ul li a {
  transition: color 0.5s;
  color: var(--cor-primaria-light);
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
body {
  background-color: var(--cor-background);
  line-height: 1.5;
  color: var(--cor-primaria-light);
  font-family: Lato, sans-serif;
}
nav.nav-topbar {
  font-size: 12px;
  border-bottom: 1px solid #222;
  padding-top: 5px;
  padding-bottom: 5px;
}
nav.bg_custum_menu {
  color: #fff !important;
}
.instagram {
  transition: width 0.35s ease-in-out;
}
.nav-topbar .instagram:hover {
  background-color: #bc3090;
  color: #fff !important;
}
.nav-topbar .whatsapp:hover {
  background-color: #0dc143;
  color: #fff !important;
}
.nav-topbar .email:hover {
  background-color: #4d57e2;
  color: #fff !important;
}
.color_custom_title_slide {
  bottom: -10px;
}
footer.bg_custom_main_footer {
  background-color: #2f2f2f !important;
  color: #fff !important;
}
.error {
  border: 2px solid #ff6b6b;
}
.wait-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
  background-color: rgba(54, 70, 93, 0.95);
}
.wait-loading .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
}
.process {
  text-indent: -99999px;
  background-image: url(imgs/process-white.svg?v=4);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
}
.main-selected-numbers {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
  display: none;
}
.caption-numbers li,
.custm_btn {
  display: inline-block;
  text-align: center;
}
ul.caption-numbers {
  margin: 15px 0 5px;
}
.caption-numbers li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.list_card li a.reserved {
  background-color: #f9a443;
  color: #fff !important;
  cursor: not-allowed !important;
}
.list_card li a.paid {
  background-color: #58b77f;
  color: #fff !important;
  cursor: not-allowed !important;
}
.caption-numbers li.available {
  color: #fff;
  cursor: pointer;
}
.caption-numbers li.reserved {
  background-color: #f9a443;
  border-color: #ce7005;
  color: #fff !important;
  cursor: pointer;
}
.caption-numbers li.paid {
  background-color: #58b77f;
  border-color: #06863b;
  color: #fff !important;
  cursor: pointer;
}
.caption-numbers li.consult-my-number {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
  cursor: pointer;
}
.custm_btn {
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.custm_btn.right {
  float: right !important;
}
.main-selected-numbers span {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  display: block;
  margin-top: 10px;
  background-color: #fff;
  color: #000;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  font-weight: 700;
}
.buy_raffle {
  color: #fff !important;
  background: #28a745 !important;
  border-color: #28a745 !important;
  border-radius: 5px !important;
}
button.btnSubmit.buy_raffle {
  border-radius: 0 !important;
}
.modal .close, .modal .close:hover {
  color: #fff;
}
#consultMyNumberModal .modal-content,
#sendreceiptModal .modal-content,
.bg_custom_draw .modal-content {
  border-color: #555;
}
span.bg_custom_price {
  background-color: #28a745;
  border-radius: 5px;
}
.pull-left {
  float: left !important;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.progresso {
  background-color: #f1f1f1;
  position: relative;
  padding: 0 12px;
  margin-bottom: 15px;
  color: #333;
  text-shadow: 1px 1px #fff;
  height: 28px;
}
.progresso-bar {
  height: 28px;
  position: absolute;
  width: 25%;
  background-color: #4caf50;
  top: 0;
  left: 0;
  z-index: 1;
}
.progresso-texto {
  position: absolute;
  line-height: 28px;
  z-index: 2;
}
.alert.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.btn-view-pass {
  top: 5px;
  right: 8px;
}
.btn-generator-pass {
  top: 5px;
  right: 50px;
}
.form.form-box {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
.royalSlider > .rsImg {
  visibility: hidden;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: none;
}
.rsWebkit3d img {
  -webkit-transform: translateZ(0);
}
.rsSlideCount {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}
#property_gallery {
  width: 100%;
  height: auto;
  max-height: 500px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#sidebar ul,
.widget_footer ul {
  list-style: none;
  padding: 0;
}
#sidebar ul li {
  border-bottom: 1px solid #dee2e6 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
h2.widget_title {
  padding: 10px;
  border-bottom: 2px solid #eee;
  margin-bottom: 10px;
  text-align: center;
  color: #33475e;
}
.processing {
  width: 100%;
  background: #f9f9f9;
  display: none;
  padding: 7px 0 !important;
  position: absolute;
  margin-bottom: 5px;
  border-radius: 4px;
  text-align: center;
}
.favorite i {
  color: #fab92f;
}
ul.list-unstyled.caption-numbers {
  width: 100%;
  margin: 15px 0;
}
ul.list_card li a,
ul.list_card li span {
  display: block;
  width: 100%;
  line-height: 30px;
  max-width: 75px;
  height: auto;
  font-weight: 500;
  color: #fff !important;
  background: #222;
  padding: 0.375rem 0.25em !important;
}
a.navbar-brand.navbar-brand-img {
  width: 100%;
  max-width: 220px;
  height: 100%;
  max-height: 72px;
  margin-top: -10px;
}
.navbar-brand-img img {
  width: 100%;
  max-width: 220px;
  height: 100%;
  max-height: 72px;
}
.wpcf7-validation-errors {
  position: relative;
  padding: 0.75rem 1.25rem !important;
  border: 1px solid #f5c6cb !important;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
}
.checked {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: url(images/arrow-icon.svg);
  -webkit-user-drag: none;
  user-select: none;
  object-fit: cover;
  width: 64px;
  height: 64px;
}
.rotate_180deg {
  transform: rotate(180deg);
  transition: 0.5s;
}
.page-template-page-my-favorites .btn_favorite,
.page-template-page-my-favorites .btn_favorite .post_favorite {
  margin: 0 !important;
}
ul.social a {
  color: #fff;
  display: block;
  text-align: center;
}
ul.social a.facebook:hover {
  color: #3c5a99;
}
ul.social a.instagram:hover {
  color: #bc3090;
}
ul.social a.twitter:hover {
  color: #00acee;
}
ul.social a.youtube:hover {
  color: #e22c29;
}
ul.social a.whatsapp:hover {
  color: #00e676;
}
ul.caption-numbers li.send-receipt {
  background-color: #25d366;
  border-color: #25d366;
  color: #fff;
  cursor: pointer;
}
.showElement {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-property: opacity, transform;
  transition-duration: 0.65s;
  transition-delay: 0s;
  display: block;
}
.hideElement {
  opacity: 0;
  display: none;
}
.jconfirm .jconfirm-box {
  border: 1px solid #555;
}
.jconfirm-content-pane.no-scroll {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 5px;
}
.btn-reserved {
  color: #fff;
  background-color: #f9a443;
  border-color: #f9a443;
}
.owl-item.active {
  padding-right: 15px;
  padding-left: 15px;
}
.page-payment-options img {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
}
.carousel-item .img-fluid {
  width: 100%;
  height: 100%;
  max-height: 720px;
}
.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: var(--cor-secundaria);
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border: 0;
}
.button.button-3d {
  border-radius: 3px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.jconfirm-animated .jconfirm-content-pane.no-scroll {
  border: 0;
}
li.all {
  padding: 2px;
}
.card-produto-item {
  min-height: 100%;
  height: auto;
  background-color: #292929;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: 0.2s;
}
.card-produto-item:hover {
  background-color: #202020;
  transition: 0.2s;
}
.card-produto-item .card-produto-item--imagem {
  height: auto !important;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.app-rifa .app-sorteio--ganhador,
.card-lottery-list > div,
.card-produto-item .card-produto-item--imagem,
.mb-3,
.my-3,
.section-menu-principal .section-menu-principal--nav {
  margin-bottom: 1rem !important;
}
.card-produto-item .card-produto-item--imagem span {
  background-color: #fefefe;
  position: absolute;
  z-index: 10;
  border-radius: 4px;
  line-height: 30px;
  font-weight: 500;
  font-size: 12px;
  padding: 0 17px;
  height: 30px;
  top: 18px;
  left: 18px;
}
.card-produto-item .card-produto-item--desc h3 {
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
}
.card-produto-item .card-produto-item--desc p {
  line-height: 1.4;
  font-size: 0.9em;
  color: #9d9d9d;
}
.textwidget {
  font-size: 14px;
  padding-left: 40px;
  position: relative;
}
.numero {
  font-size: 240px;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  margin: 0;
  padding: 0;
  top: -40px;
  left: -20px;
  line-height: 200px;
  vertical-align: middle;
  font-weight: 700;
  z-index: 0;
  font-family: Montserrat, sans-serif;
}
.step-content {
  position: relative;
  z-index: 1;
}
iframe {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.font-md {
  font-size: 1.15em;
}
.nav-item.nav-link {
  color: #ccc;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
}
ul.list_card li a {
  background-color: #333;
  font-size: 0.9em;
  line-height: 23px;
  font-weight: 700;
}
.caption-numbers li.available {
  background-color: #585858;
}
.caption-numbers li {
  font-size: 12px;
  margin-right: 3px;
  border-radius: 5px;
  padding: 10px 5px;
}
.caption-numbers li.available,
ul.caption-numbers li.send-receipt {
  border-radius: 5px;
}
ul.caption-numbers li.all {
  color: #000;
  background: #fff;
}
.rsImg {
  border-radius: 0.3em;
}
.card-lottery:hover {
  opacity: 0.8 !important;
}
.card-lottery .card-lottery--image {
  position: relative;
  border-radius: 16px;
  max-width: 100%;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.card-lottery .card-lottery--image span {
  background-color: #fefefe;
  position: absolute;
  border-radius: 45px;
  line-height: 32px;
  font-weight: 400;
  font-size: 13px;
  padding: 0 10px;
  height: 32px;
  top: 10px;
  left: 10px;
  text-transform: uppercase !important;
  text-align: center !important;
}
.card-lottery .card-lottery--container h3 {
  font-weight: 600;
  color: #585c6b;
  font-size: 1.1em;
}
.card-lottery .card-lottery--container p {
  line-height: 1.4;
  font-size: 1em;
  color: #6f7485;
}
.sidebar-after-home-banner .wp-block-heading {
  margin-bottom: 2px;
}
body #okapi-wasb-button {
  z-index: 9;
}
@media (min-width: 320px) {
  .jconfirm.jconfirm-bootstrap .jconfirm-box {
    width: 300px !important;
  }
  li.all {
    width: 20%;
  }
}
@media (min-width: 480px) {
  li.all {
    width: 12.5%;
  }
}
@media (min-width: 568px) {
  .jconfirm.jconfirm-bootstrap .jconfirm-box {
    width: 500px !important;
  }
}
@media (min-width: 768px) {
  ul.list-unstyled.row {
    display: flex;
  }
  li.all {
    width: 8.33%;
  }
  #header-menu-mobile,
  .app-header-mobile {
    display: none;
  }
  .sidebar-after-home-banner .wp-block-column {
    flex: 1;
  }
  .sidebar-after-home-banner .wp-block-column:last-child {
    flex: 1.6;
  }
  body .slider-mobile {
    display: none !important;
  }
  .quina-col {
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .checkout-page .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1024px) {
  li.all {
    width: 6.25%;
  }
}
@media (min-width: 1200px) {
  .checkout-page .modal-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1260px) {
  .single-post .container {
    max-width: 1140px;
  }
}
@media (min-width: 1280px) {
  li.all {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cotas-item {
    width: 40px;
    height: 40px;
  }
  .cotas-item .cotas-item--content {
    padding: 12px 0;
  }
  .numeros-sorteados .cotas-item .cotas-item--content {
    padding: 16px 0;
  }
  .app-nav,
  body .slider-desktop {
    display: none !important;
  }
  #property_gallery {
    height: 180px;
  }
  .listcotasselected {
    margin-bottom: 20px;
  }
  body .sidebar-after-home-banner .container > .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 20px 30px;
  }
  .sidebar-after-home-banner .wp-block-column {
    width: calc(50% - 20px);
  }
  .footer-menu .nav {
    justify-content: space-around;
  }
  .footer-menu .menu-item {
    margin-right: 0;
  }
  .quina-col {
    width: 100%;
  }
  .row-quina {
    margin: 40px 0 20px;
  }
  .qty-numbers-quina {
    margin: 16px 0;
  }
}
@media (max-width: 767.98px) {
  .carousel-caption.color_custom_title_slide h3 {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .nav-infon li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .carousel-caption.color_custom_title_slide h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 450px) {
  #sorteio-vue .section-titulo h2 {
    margin-top: -2rem;
  }
  .app-rifa-titulo.section-titulo.mb-3 {
    padding: 32px 0 0 !important;
    margin-bottom: 0.5rem !important;
  }
  .rsOverflow {
    height: 180px !important;
  }
  .row-quina b {
    font-size: 16px;
  }
}