:root {
  --acccent-color: #FFD467;
  --main-color: #ffffff;
  --background-color: #0d134c;
  --neutrals-dark-dark-1000: #252626;
}

.mw-490 {
  max-width: 490px;
}

#lotes {
  padding: 60px 0px 0px 0px;
  background-color: black;
  background-image: url(../images/foto.png),url(../images/bg.webp),linear-gradient(90deg,#010101,#010101);
  background-position: calc(50% + 450px) center,calc(50% + 60px) calc(50% + 0px),50%;
  background-repeat: no-repeat;
  background-size: 40%,110% auto,auto;
}

#lotes.topo-assinatura-ilimitada {
  background-image: url(../images/bg.webp),linear-gradient(90deg,#010101,#010101) !important;
  background-position: calc(50% + 60px) calc(50% + 0px),50% !important;
  background-size: 110% auto,auto !important;
}

@media (max-width: 480.98px) {
  #lotes {
    padding: 70px 0 30px;
    background-image: url(../images/foto.png),url(../images/bg.webp),linear-gradient(90deg,#010101,#010101);
    background-position: calc(50% + 0px) calc(50% + 60px),calc(50% + 150px) calc(0% + -300px),50%;
    background-repeat: no-repeat;
    background-size: 70%, cover;
  }
}

@media screen and (min-width: 481px) and (max-width: 1199.98px) {
  #lotes {
    background-image: url(../images/foto.png),url(../images/bg.webp),linear-gradient(90deg,#010101,#010101);
    background-position: calc(50% + 0px) calc(50% + 60px),calc(50% + 150px) calc(0% + -300px),50%;
    background-repeat: no-repeat;
    background-size: 50%, cover;
  }
}

@media (min-width: 1920.98px) {
  #lotes {
    background-position: calc(50% + 450px) calc(50% + 40px),calc(50% + 60px) calc(50% + 0px),50%;
    background-size: 800px auto, cover;
  }
}

#lotes .apenas-aovivo {
  font-size: 22px !important;
}

#lotes .chamada-lotes .captacao-chamada.captacao-conteudo.tela-live p .red {
  background-color: #DD303E;
  font-weight: 600;
  border-radius: 3px;
  padding: 0 2px;
}

#lotes .chamada-lotes .captacao-chamada.captacao-conteudo.tela-live h1 {
  font-size: 50px !important;
  line-height: 50px;
}

#lotes .chamada-lotes.lote-prorrogado .captacao-chamada.captacao-conteudo.tela-live span.lote-prorrogado {
  display: flex !important;
  align-items: center;
  width: max-content;

  font-family: 'Margem-bold';
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;

  color: #FFFFFF;
}



.chamada-lotes.lote-relampago .lote-relampago-only {
  display: inline !important;
}

#lotes .chamada-lotes .captacao-chamada.captacao-conteudo.tela-live h1 img {
  max-width: 450px;
}

#lotes .chamada-lotes .pre-title {
  color: var(--main-color);
  font-family: "Margem-bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 20px */
  text-transform: uppercase;
  max-width: 500px;
}

#lotes .chamada-lotes .title {
  font-family: "Margem-bold";
  font-size: 66px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #BF8A37 0%, #DDC06F 10.78%, #EBDB8F 28.82%, #FDFCBB 53.73%, #D1B568 80.2%, #A37934 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#lotes .chamada-lotes .title span {
  font-family: "Margem-bold";
  background: linear-gradient(90deg, #BF8A37 0%, #DDC06F 10.78%, #EBDB8F 28.82%, #FDFCBB 53.73%, #D1B568 80.2%, #A37934 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#lotes .chamada-lotes .subtitle {
  font-family: "Margem-regular";
  color: var(--main-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 27.5px */
  max-width: 500px;
}

#lotes .chamada-lotes .subtitle strong {
  font-family: "Margem-regular";
  color: var(--main-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

@media (max-width: 1199.98px) {
  #lotes .chamada-lotes .title {
    font-size: 42px;
    width: 100%;
    max-width: 500px;
  }

  #lotes .chamada-lotes .title span {
    font-size: 42px;
  }

  #lotes .chamada-lotes .subtitle {
    font-size: 18px;
    text-align: left !important;
    width: 100%;
    padding: 5px;
  }

  #lotes .chamada-lotes .subtitle strong {
    font-size: 18px;
    text-align: left !important;
  }

}

#lotes .chamada-lotes .subtitulo {
  font-size: 24px;
}

#lotes .chamada-lotes .preco_fixo {
  font-size: 14px;
}

.count-topo .countdown-clock {
  margin: 0 0 1.25rem 0.5rem;
}


@media (min-width: 1199.98px) {
  #lotes .chamada-lotes {
    width: 590px;
    margin-right: auto;
  }
  .img-gg {
    width: 90%;
  }
}

@media (max-width: 1199.98px) {
  #lotes .chamada-lotes p {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-gg {
    width: 85%;
    margin: 0px auto 0px auto;
  }
}

@media (min-width: 1301px) and (max-width: 1381.98px) {
  #lotes .chamada-lotes .captacao-chamada.captacao-conteudo.tela-live h1 {
    font-size: 42px !important;
  }
}

@media (min-width: 1381px) {

  #lotes .chamada-lotes .disclaimer {
    font-size: 12px !important;
  }
}


@media (max-width: 357.98px) {
  #lotes .chamada-lotes .captacao-chamada.captacao-conteudo.tela-live h1 {
    font-size: 42px !important;
    line-height: 42px !important;
  }
}

@media (min-width: 358px) and (max-width: 575.98px) {
  #lotes .chamada-lotes .captacao-chamada.captacao-conteudo.tela-live h1 {
    font-size: 45px !important;
    line-height: 45px !important;
  }

}

@media (min-width: 1301px) and (max-width: 1381.98px) {
  #lotes .chamada-lotes .captacao-chamada.captacao-conteudo.tela-live span.tag_descricao.color-b {
    padding: 5px 10px !important;
  }
}


.box-lotes {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.container-lotes {
  padding-left: 0rem;
  margin: auto auto;
  @media (min-width: 1200px) {
    padding-left: 5rem;
    width: 50%;
  }
}



.countdown-card {
  margin-top: -5px;
}

.box-lotes .card-lote {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 10px !important;
  padding: 1.5rem;
  text-align: center;
  background: #fff;
}

.box-lotes .card-lote.off {
  max-width: 234px;
  height: 297px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #272727;
  color: #fff;
  border: none;
}

.card-lote.off+.card-lote.on {
  /* margin-left: -45px !important; */
  z-index: 1;
}

.box-lotes .card-lote.on {
  width: 240px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--acccent-color);
  box-shadow: 0px 4px 62px 0px rgba(221, 48, 62, 0.29);
}

.box-lotes .card-lote.on:hover {
  color: #000;
}

.box-lotes .card-lote.next {
  max-width: 234px;
  height: 287px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A191F;
  color: #fff;
  border: 1px solid #0A191F;
}

.box-lotes .card-lote+.card-lote {
  margin-left: 15px;
}

.box-lotes .card-lote .lote-encerrado {
  background: #ebecf0;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 100px;
  height: 17px;
  margin: 0 auto 15px;
  border-radius: 2px;
  font-family: "Source Sans Pro";
  letter-spacing: 1.44595px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-lotes .card-lote .texto-riscado {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  background: #DE2F3E;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  width: max-content;
  margin: 0 auto;
  text-decoration: line-through;
}

.box-lotes .card-lote .texto-riscado::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  height: 1px;
  background: #DE2F3E;
}

.box-lotes .card-lote .texto-encerramento {
  font-family: source sans pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin: 45px auto;
}

.box-lotes .card-lote .botao-encerrado {
  width: 163px;
  height: 35px;
  background: #565656;
  color: #fff;
  font-size: 13px;
  font-family: "Museo Sans Regular";
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin: 0 auto;
  border-radius: 2px;
}

.box-lotes .card-lote .botao-encerrado i {
  margin-top: 2px;
}

.box-lotes .card-lote .data-lote {
  background: var(--neutrals-dark-dark-1000);
  max-width: 180px;
  margin: 0 auto 15px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.box-lotes .card-lote .data-lote-bloqueado {
  background: #DE2F3E;
  max-width: 180px;
  margin: 0 auto 15px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.box-lotes .card-lote .data-lote-lock {
  background: #DE2F3E;
  max-width: 180px;
  margin: 0 auto 15px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-family: "Source Sans Pro";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.76727px;
  text-transform: uppercase;
  color: #fff;
}

.box-lotes .card-lote .data-lote span {
  font-family: "Source Sans Pro";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.76727px;
  text-transform: uppercase;
  color: var(--main-color);
}

.box-lotes .card-lote .data-lote-bloqueado span {
  font-family: "Source Sans Pro";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.76727px;
  text-transform: uppercase;
  color: #FFF;
}


.box-lotes .card-lote .data-lote.off {
  background: #DE2F3E;
}

.box-lotes .card-lote .data-lote.off span {
  color: #fff !important;
  background: none !important;
  -webkit-text-fill-color: #fff;
}

.box-lotes .card-lote .titulo-lote {
  color: #424242;
  text-align: center;
  font-family: "Margem-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1.767px;
  margin-bottom: 0.5rem;
}

.box-lotes .card-lote .titulo-lote.prorrogado {
  width: fit-content;
  margin: 0 auto 15px;
  padding: 4px 9px;
  border-radius: 6px;
}

.box-lotes .card-lote .plano span {
  font-size: 12px;
  font-family: "Source Sans Pro";
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
  color: #424242;
}

.box-lotes .card-lote .plano .label-customizada {
  width: 157px;
  padding: 3px 0px;
  margin: 0 auto 20px auto;

  border-radius: 8px;
  opacity: 0.8;
  background: #EAF3FF;

  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  color: #192896;
  text-transform: none;
}

.box-lotes .card-lote .plano p {
  font-size: 20px;
}

.box-lotes .card-lote .plano p,
.box-lotes .card-lote .plano p span {
  font-family: "Source Sans Pro";
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 30px;
  color: #FF000A;
}

.box-lotes .card-lote .plano p i {
  font-size: 12px;
  vertical-align: text-top;
  margin-left: 5px;
}

.box-lotes .card-lote .plano img {
  margin-bottom: 15px;
}

.box-lotes .card-lote .plano p span {
  font-size: 42px;
}

.box-lotes .card-lote .botao-garantir {
  width: 200px;
  height: 40px;
  background: linear-gradient(90deg, #BF8A37 0%, #DDC06F 10.78%, #EBDB8F 28.82%, #FDFCBB 53.73%, #D1B568 80.2%, #A37934 100%), #DEFF85;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutrals-dark-dark-1000);
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
}

.box-lotes .card-lote .botao-garantir i {
  margin-top: 4px;
  margin-left: 16px
}

.box-lotes .card-lote .titulo-next {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  letter-spacing: 1.76727px;
}

.box-lotes .card-lote .chamada-next {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1.76727px;
}

.box-lotes .card-lote .assinatura-next {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #DE2F3E;
  margin-bottom: 5px;
  line-height: 20px;
}

.box-lotes .card-lote .cadeado-next {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #DE2F3E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-lotes .card-lote .cadeado-next img {
  margin-right: 5px;
  margin-top: -3px;
}

.box-lotes .card-lote .botao-next {
  background: #2c2c2c;
  color: #616161;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 12px;
  width: 186px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

#lotes .sabermais {
  display: flex;
  text-align: center;
  color: #fff;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 15px;
  margin-top: 25px;
  align-items: center;
  justify-content: center;
}

#lotes .sabermais i {
  font-weight: 300;
  margin-left: 5px;
}

.box-lotes .card-lote .plano .bonus {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-lotes .card-lote .plano .bonus .titulo-bonus {
  color: #06142D;
  font-family: "Margem-medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding-left: 3px;
}

.box-lotes .card-lote .plano .bonus span {
  background: linear-gradient(90deg, #EBBC2C 0%, #E07F1E 100%);
  font-size: 14px;
  color: #fff;
  border-radius: 15px;
  margin: 0 auto 15px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.box-lotes .card-lote .count-topo span img {
  height: max-content;
  margin-top: -5px;
}

.countdown-clock {
  color: #424242;
  font-family: 'Margem-regular';
}

.countdown-clock span {
  font-family: 'Margem-regular';
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.logo-assinatura-atepassar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.logo-assinatura-atepassar p {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: 'Source Sans Pro';
  line-height: 14px;
}

@media screen and (min-width: 280px) and (max-width: 819px) {
  #lotes:before {
    display: none;
  }

  #lotes .container {
    max-width: 100% !important;
  }

  #lotes .container {
    padding: 0;
  }

  .box-lotes .card-lote, .box-lotes .card-lote.off {
    transform: none !important;
  }

  .chamadalotes {
    padding: 0 15px;
  }

  .topo-promocional .chamadalotes {
    min-width: 0 !important;
  }

  .box-lotes {
    overflow: scroll;
    width: 100vw;
    padding: 45px 15px;
    margin-left: 0;
    margin-top: -13px;
  }

  .box-lotes::-webkit-scrollbar {
    display: none;
  }

  .box-lotes {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  #lotes .sabermais {
    margin-top: 0;
  }
}

@media screen and (min-width: 575.98px) and (max-width: 1300px) {
  #lotes .chamada-lotes.lote-prorrogado .captacao-chamada.captacao-conteudo.tela-live span.lote-prorrogado {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 820px) and (max-width: 1199.98px) {
  #lotes:before {
    display: none !important;
  }

  #lotes>div {
    display: block !important;
  }

  #lotes .container {
    max-width: 100% !important;
  }

  #lotes .sabermais {
    margin-left: 0;
  }

  #lotes .titulos {
    margin: 0 auto;
  }

  #lotes .tag_descricao {
    margin: 35px auto 15px !important;
  }

  .topo-promocional {
    margin-bottom: 25px;
  }

  .box-lotes {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }

  .box-lotes::-webkit-scrollbar {
    display: none;
  }

  .box-lotes {
    margin-top: 50px;
  }


  .chamada-lotes .captacao-chamada.captacao-conteudo.tela-live {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 820px) and (max-width: 1199.98px) {
  .box-lotes {
    padding: 25px 15px;
  }
}

@media (max-width: 819.98px) {
  .card-lote.on.lote-2.lote-relampago {
    margin: auto;
  }

  .box-lotes .card-lote.off {
    margin-right: 5px;
  }

}

@media (max-width: 1199.98px) {
  .box-lotes .card-lote+.card-lote {
    margin-left: 15px !important;
  }
}

@media (min-width: 1199.98px) {
  .box-lotes .card-lote+.card-lote {
    margin-left: 15px;
  }
}
