@font-face {
  font-family: 'TCLSans-Unity-Bold';
  src: url("../fonts/gotham-medium/Gotham-Bold.otf");
}

@font-face {
  font-family: 'TCLSans-Unity-Book';
  src: url("../fonts/gotham-medium/Gotham-Book-Regular.otf");
}

html {
  scroll-padding-top: 100px;
}

body {
  font-family: 'TCLSans-Unity-Book';
  font-size: 0.94rem;
}

h1 {
  font-family: 'TCLSans-Unity-Bold';
  font-size: 2.2rem;
}

.monospace {
  font-family: monospace;
}

img {
  width: 100%;
}

img.img {
  padding-top: 1rem;
}

.header-logo {
  height: 4rem;
  background-color: #ffffff;
}

header {
  background-color: #e0e0e0;
}

.header-buttons {
  margin-top: 4rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #f2f2f2;
}

header .duvidas-regulamento {
  font-size: 0.8rem;
  text-align: right;
  margin-top: 1rem;
  text-transform: uppercase;
}

.logo-semp-tcl {
  height: 4rem;
  width: auto;
}

.font-bigger {
  font-size: 1.7rem;
}

.tcl-color {
  color: #ed1c24;
}

.duvidas-regulamento a,
a.copyToClipboard {
  color: black;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
}

span.numero-da-sorte {
  font-family: 'Courier New', Courier, monospace;
}

.button-group {
  display: flex;
  justify-content: space-evenly;
  min-width: 20rem;
}

.navbar-nav .nav-item {
  padding-right: 1rem;
  text-align: center;
  align-self: center;
}

header {
  padding-top: 7rem;
}

header .mobile {
  display: block;
}

header .regular {
  display: none;
}

footer {
  padding: 3rem;
  text-align: center;
}

footer .footnote {
  padding: 1rem;
  display: block;
}

img.logo {
  max-width: 8rem;
  padding-bottom: 1rem;
}

.vouchers,
.cadastro,
.login,
.forgot,
.meus-vouchers {
  background-color: #000000;
  padding: 3rem 1rem;
  color: white;
}

.como-participar {
  background-color: #000000;
  padding: 3rem 1rem;
  color: white;
}

.font-weight-600 {
    font-weight: 600;
}

.plr-3 {
    padding: 0 3rem;
}

.como-participar .title {
  font-size: 1.1rem;
  font-weight: bold;
}

.baixar-app {
  background-color: white;
  border-bottom: 3px solid #ed1c24;
  min-height: 5rem;
}

.baixar-app .link {
  margin-top: -5rem;
  max-width: 30rem;
}

.baixar-app .qr-code {
  height: 10rem;
  width: 9rem;
  margin-top: -4rem;
}

.como-participar {
  text-align: center;
  background-size: cover;
  background-position: center;
}
.como-participar .agreement {
  color: white;
  display: block;
  padding: 0.8rem;
}
.vouchers .card {
  border: unset;
  border-radius: 0.5rem;
  margin: 1rem;
}
.como-participar h1 {
  text-align: center;
  color: black;
}
.vouchers h1 {
  text-align: center;
}

.vouchers .card,
.vouchers .card .card-header {
  color: white;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border: unset;
  line-height: 2rem;
}

.vouchers .card.blue,
.vouchers .card.blue .card-header {
  background-color: #06aaba;
}

.vouchers .card.red,
.vouchers .card.red .card-header {
  background-color: #ef2a3c;
}

.vouchers .card .globoplay {
  width: 70%;
  max-width: 15rem;
}

.vouchers .card .card-header {
  font-size: 1.5rem;
  padding: 1.5rem;
}

.vouchers .card .card-header {
  text-align: center;
}

.vouchers .card.red .card-header .size-1 {
  font-size: 2rem;
}

.vouchers .card.red .card-header .size-2 {
  font-size: 2.7rem;
  font-weight: bold;
}

.vouchers .card.red .card-header .size-3 {
  font-size: 1.8rem;
}

.vouchers .card .card-body {
  color: black;
  border-radius: 0.5rem;
  border: unset;
  padding: 2rem;
  padding-left: 2rem;
  text-align: left;
  min-height: 3rem;
}

.vouchers .card.blue .card-body {
  background-color: #d2f9fe;
}

.vouchers .card.red .card-body {
  background-color: #ffd3d8;
}

.vouchers .card.blue .card-body .font {
  color: #06aaba;
}

.vouchers .card h2 {
  font-weight: bold;
}

.vouchers .card.blue h2 {
  color: #06aaba;
}

.vouchers .card.red h2 {
  color: #ef2a3c;
}

.vouchers .card ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-top: 1.5rem;
}

.vouchers .card ol li {
  counter-increment: my-awesome-counter;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
  padding-left: 0rem;
  margin-left: 3rem;
  position: relative;
  line-height: 1rem;
  min-height: 2rem;
}

.vouchers .card ol li::before {
  content: "0" counter(my-awesome-counter) ".";
  font-weight: bold;
  font-size: 2.5rem;
  margin-right: 0.5rem;
  --size: 5rem;
  left: calc(-1 * var(--size) - 1rem);
  width: var(--size);
  height: var(--size);
  top: 0;
  text-align: right;
  position: absolute;
}

.como-participar ol {
  list-style: none;
  counter-reset: como-participar-counter;
  margin-top: 1.5rem;
  padding-top: 2rem;
}

.como-participar ol li {
  counter-increment: como-participar-counter;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
  padding-left: 0rem;
  margin-left: 1.5rem;
  position: relative;
  line-height: 1.5rem;
  min-height: 2rem;
  padding-bottom: 1.5rem;
  color: black;
  font-family: 'TCLSans-Unity-Bold';
  padding-top: 0.5rem;
  text-transform: uppercase;
}


.como-participar ol li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.como-participar ol li::before {
  content: "0" counter(como-participar-counter) ".";
  font-weight: bold;
  font-size: 2.5rem;
  margin-right: 0.5rem;
  --size: 1rem;
  width: var(--size);
  height: var(--size);
  text-align: left;
  position: absolute;
  color: #00843e;
  left: 0;
  top: -1.5rem;
}

.vouchers .card.blue ol li::before {
  color: #06aaba;
}

.vouchers .card.red ol li::before {
  color: #ef2a3c;
}

.vouchers .disclaimer, .como-participar .disclaimer {
  font-size: 0.7rem;
  color: white;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
}

.vouchers .instructions, .como-participar .instructions {
  text-align: center;
}

/* .como-participar .instructions a {
  color: #ad8c4f;
} */

.produtos-bg {
    width: 100vw;
    /* largura igual à da viewport */
    margin-left: calc(-1 * (100vw - 100%) / 2);
    /* remove o espaço lateral, compensando o container */
    margin-right: calc(-1 * (100vw - 100%) / 2);
    background-image: url('../images/grande-sonho/BG Produtos participantes.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.privacidade,
.regulamento,
.duvidas,
.ganhadores {
  background-color: #000000;
  padding: 3rem;
  color: white;
}
.duvidas .accordion {
  color: #000000;
}
.ganhadores .tab-content {
  background: rgb(71, 71, 71);
  padding: 1.5rem;
  color: white;
}

.ganhadores .nav-tabs .nav-link {
  color: #ffffff;
  background: #4d4d4d;
}

.ganhadores .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #ed1c24;
}

.produtos {
  background-color: #fcf3e4;
  padding: 3rem;
}

.sorteios {
  background-color: #000000;
  background-size: cover;
  padding-bottom: 5rem;
  background-position: right;
  color: white;
}
.sorteios .container div{
  padding-top: 2rem;
}
.sorteios h2 {
  font-family: 'TCLSans-Unity-Bold';
  border-bottom: 1px #ad8c4f solid;
  padding: 0.3rem 2rem;
  align-self: center;
  text-align: center;
}

.sorteios h3 {
  font-family: 'TCLSans-Unity-Bold';
  /* color: #ad8c4f; */
  align-self: center;
  text-align: center;
}

.sorteios .emphasis {
  color: #ad8c4f;
}

.sorteios span {
  font-size: 1.2rem;
  max-width: 28rem;
  text-align: center;
  align-self: center;
}

.sorteios .data-pills {
  max-width: 50rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-self: center;
}

.sorteios .data-pill {
  color: black;
  margin: 0.5rem;
  background-color: transparent;
  border-color: #ad8c4f;
  text-shadow: 0 0 black;
  box-shadow: inset -13px -3px 9px 0px #ad8c4f7a;
}

.privacidade h1,
.privacidade h2,
.privacidade h3,
.regulamento h1,
.regulamento h2,
.ganhadores h1,
.ganhadores h2,
.duvidas h1,
.duvidas h2 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1rem;
  color: white;
}

.privacidade h3 {
  border: 1px solid;
  padding: 0.5rem;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.privacidade embed, .regulamento embed {
  height: 80vh;
}

.produtos h2 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8rem;
  padding-top: 1rem;
  border-bottom: 1px #ad8c4f solid;
  padding: 0.3rem 2rem;
}

.produtos h2 img {
  height: 3rem;
  width: auto;
  margin-top: -0.5rem;
}

.como-participar ol li img {
  width: auto;
  height: 1.2rem;
  padding: 0;
  margin-top: -0.4rem;
}

.produtos .tcl-list {
  width: 70%;
}

.produtos .semp-list {
  width: 40%;
}

.app {
  padding-bottom: 3rem;
}

.app:last-child {
  padding-bottom: 0;
}

.apps {
  background-color: #F8F9FB;
  padding: 3rem;
}

.btn {
  padding: 0.4rem 1.5rem;
  text-transform: uppercase;
  border-radius: 1.5rem;
  font-size: 0.9rem;
  align-self: center;
}

/*------------------------------------
- COLOR tcl
------------------------------------*/
.alert-tcl {
  color: #840a0f;
  background-color: #fbd9da;
  border-color: #fac6c8;
}

.alert-tcl hr {
  border-top-color: #f8aeb1;
}

.alert-tcl .alert-link {
  color: #540609;
}

.badge-tcl {
  color: #fff;
  background-color: #ed1c24;
}

.badge-tcl[href]:hover,
.badge-tcl[href]:focus {
  color: #fff;
  background-color: #c60f16;
}

.bg-tcl {
  background-color: #ed1c24 !important;
}

a.bg-tcl:hover,
a.bg-tcl:focus,
button.bg-tcl:hover,
button.bg-tcl:focus {
  background-color: #c60f16 !important;
}

.border-tcl {
  border-color: #ed1c24 !important;
}

.btn-tcl {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.btn-cadastrar {
  font-size: 1.5rem;
  padding: 0.4rem 2rem;
}

.btn-tcl:hover {
  color: #fff;
  background-color: #d41018;
  border-color: #c60f16;
}

.btn-tcl:focus,
.btn-tcl.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}

.btn-tcl.disabled,
.btn-tcl:disabled {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.btn-tcl:not(:disabled):not(.disabled):active,
.btn-tcl:not(:disabled):not(.disabled).active,
.show>.btn-tcl.dropdown-toggle {
  color: #fff;
  background-color: #c60f16;
  border-color: #b80e15;
}

.btn-tcl:not(:disabled):not(.disabled):active:focus,
.btn-tcl:not(:disabled):not(.disabled).active:focus,
.show>.btn-tcl.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}

.btn-outline-tcl {
  color: #ed1c24;
  background-color: transparent;
  border-color: #ed1c24;
}

.btn-outline-tcl:hover {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.btn-outline-tcl:focus,
.btn-outline-tcl.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}

.btn-outline-tcl.disabled,
.btn-outline-tcl:disabled {
  color: #ed1c24;
  background-color: transparent;
}

.btn-outline-tcl:not(:disabled):not(.disabled):active,
.btn-outline-tcl:not(:disabled):not(.disabled).active,
.show>.btn-outline-tcl.dropdown-toggle {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.btn-outline-tcl:not(:disabled):not(.disabled):active:focus,
.btn-outline-tcl:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-tcl.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}

.list-group-item-tcl {
  color: #840a0f;
  background-color: #fac6c8;
}

.list-group-item-tcl.list-group-item-action:hover,
.list-group-item-tcl.list-group-item-action:focus {
  color: #840a0f;
  background-color: #f8aeb1;
}

.list-group-item-tcl.list-group-item-action.active {
  color: #fff;
  background-color: #840a0f;
  border-color: #840a0f;
}

.table-tcl,
.table-tcl>th,
.table-tcl>td {
  background-color: #fac6c8;
}

.table-hover .table-tcl:hover {
  background-color: #f8aeb1;
}

.table-hover .table-tcl:hover>td,
.table-hover .table-tcl:hover>th {
  background-color: #f8aeb1;
}

.text-tcl {
  color: #ed1c24 !important;
}

a.text-tcl:hover,
a.text-tcl:focus {
  color: #c60f16 !important;
}

.btn-blue {
  color: #fff;
  background-color: #06aaba;
  border-color: #06aaba;
}

.btn-blue:hover {
  color: #fff;
  background-color: #0593a0;
  border-color: #067d88;
}

.btn-blue:focus,
.btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 216, 232, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
  background-color: #06aaba;
  border-color: #06aaba;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show>.btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #067d88;
  border-color: #076d76;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 216, 232, 0.5);
}

.js-cookie-consent.cookie-consent {
  position: fixed;
  bottom: 0px;
  padding: 1rem;
  text-align: center;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px #000000;
}

.form-floating>label {
  color: #000000;
}

.form-control,
.form-select {
  border-radius: 0.5rem;
}

.cadastro a,
.login a,
.forgot a {
  color: #ffffff;
}

.cadastro .invalid-feedback,
.login .invalid-feedback,
.forgot .invalid-feedback {
  color: #e00713;
}


.media-item .svg {
  width: 2rem;
  height: 2rem;
}

svg.icon-tiktok:hover #icon_tiktok_hover {
  fill: #130a15;
  opacity: 1;
}

svg.icon-youtube:hover #icon_youtube_hover {
  fill: #dc2217;
  opacity: 1;
}

svg.icon-instagram:hover #icon_instagram_hover {
  fill: #f00075;
  opacity: 1;
}

svg.icon-facebook:hover #icon_facebook_hover {
  fill: #3b5998;
  opacity: 1;
}

svg.icon-facebook #icon_facebook_hover {
  fill: #2d3132;
  opacity: .4
}

svg.icon-facebook #icon_facebook_hover:hover {
  fill: #3b5998;
  opacity: 1
}

svg.icon-facebook:hover #icon_facebook_hover {
  fill: #3b5998;
  opacity: 1
}

svg.icon-twitter #icon_twitter_hover {
  fill: #2d3132;
  opacity: .4
}

svg.icon-twitter #icon_twitter_hover:hover {
  fill: #2fb0ec;
  opacity: 1
}

svg.icon-twitter:hover #icon_twitter_hover {
  fill: #2fb0ec;
  opacity: 1
}

svg.icon-youtube #icon_youtube_hover {
  fill: #2d3132;
  opacity: .4
}

svg.icon-youtube:hover #icon_youtube_hover {
  fill: #dc2217;
  opacity: 1
}

svg.icon-linkedin #icon_linkedin_hover {
  fill: #2d3132;
  opacity: .4
}

svg.icon-linkedin:hover #icon_linkedin_hover {
  fill: #2867b2;
  opacity: 1
}

svg.icon-tiktok #tiktok_bj {
  fill: #2d3132;
  opacity: .4
}

svg.icon-tiktok #icon_tiktok_hover {
  fill: #2d3132;
  opacity: .4
}

svg.icon-tiktok #logo-whole path {
  fill: #fff
}

svg.icon-tiktok #tiktok_bj {
  fill: #d8d8d8;
  opacity: 1
}

svg.icon-tiktok:hover #icon_tiktok_hover {
  fill: #130a15;
  opacity: 1
}

svg.icon-tiktok:hover #logo-whole path {
  fill: #000
}

svg.icon-tiktok:hover #logo-whole .green {
  fill: #25f4ee;
  opacity: 1
}

svg.icon-tiktok:hover #logo-whole .red {
  fill: #fe2c55;
  opacity: 1
}

svg.icon-tiktok:hover #logo-whole .black {
  fill: #fff;
  opacity: 1
}

svg.icon-instagram #icon_instagram_hover {
  fill: #2d3132;
  opacity: .4
}

.product-list {
  align-items: center;
  text-align: center;
}

.product-list.tcl img {
  max-width: 80%;
}
.product-list.semp img {
  max-width: 60%;
}


.form-floating>.form-control[type=file]:focus,
.form-floating>.form-control[type=file]:not(:placeholder-shown) {
  padding: 2rem 0 2rem 1.5rem;
}

.nav-underline {
  border-bottom: 2px solid #b7b7b7;
}

.nav-underline .nav-link {
  color: #ffffff;
  border-bottom: 2px solid transparent;
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
  color: #ffffff;
  background: transparent;
  border-color: #ed1c24;
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-color: #4f4f4f;
}

.nav-underline .nav-item {
  margin-bottom: -2px;
}

.meus-vouchers .table-light {
  --bs-table-bg: #f0f5f2;
}

.swal-text {
  padding: 0 2rem;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: inherit;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: inherit;
}

#wrapperProducts .item {
  border: 3px solid #ccbea3;
  padding: 1rem;
  border-radius: 0.5rem;
}

.form-floating .select2-container--bootstrap-5 .select2-selection {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
  border-radius: 0.5rem;
}

.form-floating .select2-container--bootstrap-5 .select2-selection>.select2-selection__rendered {
  margin-top: 0.6rem;
  margin-left: 0.25rem;
}

label.label-productsList {
  z-index: 1;
}
.promo-encerrada {
  width: 100%;
}
@media (min-width: 992px) {
  header .mobile {
    display: none;
  }

  header .regular {
    display: block;
  }
  .promo-encerrada {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

  h3 {
    font-size: calc(0.5rem + 1vw);
  }

  body {
    font-size: 0.8rem;
  }

  .btn-cadastrar {
    font-size: 1rem;
  }

  .sorteios span {
    font-size: 0.8rem;
  }

  .font-bigger {
    font-size: 1.1rem;
  }

  .features {
    padding-top: 1rem;
  }

  small {
    font-size: 0.575rem;
  }

  .duvidas-regulamento a {
    font-size: 0.7rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .vouchers {
    padding: 1rem;
  }

  .vouchers .card {
    margin: 0;
    margin-bottom: 2rem;
  }

  .vouchers .card .card-header,
  .vouchers .card .card-body {
    padding: 1rem;
    font-size: 1rem;
  }

  .vouchers .card ol li::before {
    font-size: 1.5rem;
    --size: 3rem;
    left: calc(-1 * var(--size) + 0.3rem);
    width: var(--size);
    height: var(--size);
    top: 0;
  }

  .vouchers .card ol li {
    margin: 0;
    padding-left: 0.7rem;
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }

  .como-participar ol li {
    margin-left: 0;
  }
  .produtos .tcl-list,
  .produtos .semp-list {
    width: 100%;
  }

  .button-group {
    min-width: 15rem;
  }

  .nav-underline {
    padding-bottom: 1rem;
  }

  .nav-underline .nav-link {
    border-bottom: 0;
    border-left: 2px solid transparent;
  }
  .baixar-app .link {
    margin-top: -3rem;
  }
  .product-list.semp img,
  .product-list.tcl img {
    max-width: 100%;
  }
}

@media (max-width: 424.98px){
  .duvidas-regulamento a {
    font-size: 0.5rem;
  }
}
