@charset "UTF-8";
/* --------------------------------------------------- */
/* ---- STYLESHEET: PROMOÇÃO ------------------------- */
/* --------------------------------------------------- */
/* -----------------------------------
    FONTS
----------------------------------- */
@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/futurastd/fonts/futurastd-bold.eot");
  src: local("☺"), url("../fonts/futurastd/fonts/futurastd-bold.woff") format("woff"), url("../fonts/futurastd/fonts/futurastd-bold.ttf") format("truetype"), url("../fonts/futurastd/fonts/futurastd-bold.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/futurastd/fonts/futurastd-heavy.eot");
  src: local("☺"), url("../fonts/futurastd/fonts/futurastd-heavy.woff") format("woff"), url("../fonts/futurastd/fonts/futurastd-heavy.ttf") format("truetype"), url("../fonts/futurastd/fonts/futurastd-heavy.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/futurastd/fonts/futurastd-medium.eot");
  src: local("☺"), url("../fonts/futurastd/fonts/futurastd-medium.woff") format("woff"), url("../fonts/futurastd/fonts/futurastd-medium.ttf") format("truetype"), url("../fonts/futurastd/fonts/futurastd-medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/futurastd/fonts/futurastd-book.eot");
  src: local("☺"), url("../fonts/futurastd/fonts/futurastd-book.woff") format("woff"), url("../fonts/futurastd/fonts/futurastd-book.ttf") format("truetype"), url("../fonts/futurastd/fonts/futurastd-book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

h2 {
  margin: 0;
}

a {
  text-decoration: none;
}

button {
  background: transparent none;
  border: 0 none;
  padding: 0;
}

body {
  background-color: #ffffff;
  height: 100%;
}

/* -----------------------------------
    TYPOGRAPHY
----------------------------------- */
body {
  font-family: "FuturaStd", Arial, sans-serif;
}

h1.sec-title,
h2.sec-title {
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

h3.sec-title {
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 991.98px) {
  h1.sec-title,
  h2.sec-title {
    font-size: 1.75rem;
  }
  h3.sec-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h1.sec-title,
  h2.sec-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  h1.sec-title,
  h2.sec-title {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h3.sec-title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h3.sec-title {
    font-size: 3rem;
  }
}
.header {
  -ms-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: auto;
  width: 100%;
  z-index: 20;
  background-color: #126dff;
}
.header .navbar-brand {
  position: absolute;
}
.header .main-menu-btn {
  float: right;
  position: relative;
}

.navbar-brand {
  display: inline-block;
}

.main-nav .nav-link {
  border-radius: 9px;
  color: #a7ffff;
  font-weight: 500;
  text-transform: uppercase;
}
.main-nav .nav-link:active, .main-nav .nav-link.active {
  color: #ffffff;
  background: rgb(0, 26.3488372093, 154.5);
  transition: all 400ms linear 0ms;
}
.main-nav .nav-link:hover {
  color: rgb(120, 171.835443038, 255);
  background: rgb(0, 30.6976744186, 180);
  transition: all 400ms linear 0ms;
}

.fixar .navbar-fixed-top {
  position: fixed;
  top: 0;
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    margin-left: 4px !important;
    margin-top: 4px !important;
  }
  .header {
    height: 48px;
    padding-top: 8px;
  }
  .main-nav {
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 80px 20px 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 3;
    transition: all 0.4s linear;
  }
  .main-nav .nav-link {
    display: block;
    font-size: 20px;
    line-height: 2.5;
    margin: 2px 0;
    padding: 0 8px;
    width: 100%;
  }
  .main-menu-open .main-nav {
    opacity: 1;
    visibility: visible;
    background-color: #002bff;
    transition: all 0.4s linear;
  }
  .nav-item {
    font-size: 20px;
    width: 100%;
  }
  .nav-item .nav-link {
    display: block;
    line-height: 2.5;
  }
}
@media (min-width: 992px) {
  .header {
    height: 72px;
  }
  .navbar-brand img {
    height: 150px;
    margin-top: 5px !important;
    margin-left: 70px;
  }
  .main-menu-btn {
    display: none;
  }
  .main-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    float: unset;
    height: 72px;
    margin-left: 200px;
  }
  .main-nav ul .nav-link {
    display: block;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    margin: 0 2px;
    padding: 0 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .main-nav .nav-link {
    font-size: 11px;
    height: 34px;
    line-height: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .navbar-brand img {
    height: 96px !important;
    margin-top: 24px !important;
  }
}
.navbar-brand img {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .main-nav .nav-link {
    font-size: 22px;
    padding: 12px 8px 4px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav ul .nav-link {
    font-size: 13px;
  }
}
.footer {
  background: #001681;
}

.site {
  margin-bottom: 0.25rem;
  text-align: center;
}
.site a {
  color: #ffffff;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 900;
  transition: all 300ms ease-in-out 0ms;
}
.site a:focus, .site a:hover {
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .site a {
    font-size: 1.25rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 768px) {
  .site a {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

.midias-sociais {
  margin: 0;
  text-align: center;
}
.midias-sociais li {
  display: inline-block;
  padding-bottom: 0.375rem;
}
.midias-sociais a {
  color: #ffffff;
  align-items: center;
  display: flex;
  margin: 0 4px;
  transition: all 300ms ease-in-out 0ms;
}
.midias-sociais a:focus, .midias-sociais a:hover {
  transform: scale(1.1);
  text-decoration: none;
}
.midias-sociais .fa-brands {
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 400;
  height: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
  width: 1.625rem;
}
.midias-sociais .midias-sociais-nome {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.25rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .midias-sociais img {
    width: 26px;
  }
  .midias-sociais .midias-sociais-nome {
    font-size: 0.625rem;
  }
}

.texto-legal {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 1rem;
  padding: 0 1.25rem;
  text-align: center;
}

@media (max-width: 991.98px) {
  .footer {
    padding: 24px 0 48px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 32px 0 96px;
  }
  .midias-sociais li {
    padding-bottom: 1rem;
  }
  .midias-sociais .fa-brands {
    font-size: 2.375rem;
    height: 3.625rem;
    line-height: 3.625rem;
    width: 3.625rem;
  }
  .midias-sociais .midias-sociais-nome {
    font-size: 1.125rem;
  }
  .texto-legal {
    font-size: 1.125rem;
    padding: 0 2.5rem;
    text-align: center;
  }
}
/* -----------------------------------
    COMPONENTS
----------------------------------- */
.list-unstyled {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.list-increment ol {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-increment ol > li {
  display: block;
  margin: 16px 0;
}
.list-increment ol > li:before {
  counter-increment: item;
  content: counters(item, ".") " -";
  float: left;
  font-weight: 500;
  line-height: 1em;
  margin-right: 4px;
  margin-top: 10px;
}
.list-increment > ol > li:before {
  content: counters(item, ".") " -";
  margin-top: 20px;
}
.list-increment ol.letters > li:before {
  content: counter(item, lower-latin) ")    ";
}
.list-increment ul.list-alpha {
  counter-reset: count;
}
.list-increment ul.list-alpha > li {
  counter-increment: count;
  list-style-type: lower-alpha;
}
.list-increment ul.list-alpha > li::marker {
  content: counter(count, lower-alpha) ") ";
  font-weight: 500;
}
.list-increment ol.list-unstyled > li:before {
  counter-increment: unset;
  content: none;
}
.list-increment ul > li {
  display: list-item;
  list-style-position: inside;
  list-style-type: disc;
  margin: 1rem 0;
}

.main-menu-btn {
  height: 32px;
  position: relative;
  width: 41px;
  z-index: 5;
}
.main-menu-btn:active, .main-menu-btn:focus, .main-menu-btn:hover {
  outline: none;
}
.main-menu-btn span {
  background-color: #95d7f6;
  border-radius: 2px;
  display: block;
  height: 4px;
  left: 8px;
  position: absolute;
  width: 25px;
  transform-origin: left center;
  transition: all 0.4s 0.1s ease-in-out;
}
.main-menu-btn span:nth-child(1) {
  top: 8px;
}
.main-menu-btn span:nth-child(2) {
  width: 22px;
  top: 14px;
}
.main-menu-btn span:nth-child(3) {
  top: 20px;
}

.main-menu-open .main-menu-btn span {
  background-color: #95d7f6;
}
.main-menu-open .main-menu-btn span:nth-child(1), .main-menu-open .main-menu-btn span:nth-child(3) {
  transition: all 400ms ease-in-out 400ms;
}
.main-menu-open .main-menu-btn span:nth-child(2) {
  transition: all 400ms ease-in-out;
}
.main-menu-open .main-menu-btn span:nth-child(1) {
  transform: translate3d(4px, -2px, 0) rotate(45deg);
}
.main-menu-open .main-menu-btn span:nth-child(2) {
  transform: scaleX(0);
}
.main-menu-open .main-menu-btn span:nth-child(3) {
  transform: translate3d(4px, 3px, 0) rotate(-45deg);
}

.btn-cta {
  font-size: 2.25rem;
  height: 85px;
  min-width: 600px;
  font-weight: bolder;
  border: 1px solid transparent;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .btn-cta {
    height: 75px;
    font-size: 1.5rem;
    min-width: 300px;
  }
}
@media (max-width: 768px) {
  .btn-cta {
    height: 55px;
    font-size: 1rem;
    min-width: 250px;
  }
}

.wrapper-loading {
  align-items: center;
  background-color: #126dff;
  background-image: radial-gradient(#126dff 25%, rgb(0, 89.1569620253, 232.2));
  display: flex;
  height: 100vh;
  justify-content: center;
  position: fixed;
  width: 100vw;
}
.wrapper-loading .wrapper-spin {
  display: block;
  margin: 2rem auto 5rem;
  text-align: center;
}
.wrapper-loading .fas {
  color: rgba(172, 248, 255, 0.8);
  font-size: 5rem;
}

.porquinho-loading img {
  width: 100px;
}

/* -----------------------------------
    SECTIONS
----------------------------------- */
.sec-inicio {
  margin-top: 40px;
}
.sec-inicio picture img {
  width: 100%;
}
@media (min-width: 990px) {
  .sec-inicio {
    margin-top: 0px;
  }
}

/* ---------------------------------------
	SECTION : FAQ (DÚVIDAS FREQUENTES)
--------------------------------------- */
.sec-faq {
  background-color: #f8f8f8;
}
.sec-faq h2.sec-title {
  color: #001681;
  text-transform: none;
}
.sec-faq .disclaimer {
  color: #a6a9ab;
  text-align: center;
}
.sec-faq .faq-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #fbf8f9 #001681;
  padding-right: 32px;
}
@media (max-width: 991.98px) {
  .sec-faq {
    padding: 40px 0;
  }
  .sec-faq .faq-wrapper {
    padding-right: 8px;
  }
  .sec-faq .disclaimer {
    font-size: 14px;
    padding: 12px;
  }
  .sec-faq .faq-wrapper {
    max-height: 360px;
  }
}
@media (min-width: 992px) {
  .sec-faq {
    padding: 92px 0;
  }
  .sec-faq .faq-wrapper {
    padding-right: 32px;
  }
  .sec-faq .disclaimer {
    font-size: 18px;
    padding: 30px 0 40px;
  }
  .sec-faq .faq-wrapper {
    margin: auto;
    max-height: 640px;
    width: 80%;
  }
}

.faq-lista {
  margin-bottom: 0;
  overflow: hidden;
}
.faq-lista .faq-item {
  animation: bounceInUp 1s ease both;
  background-color: #fefefe;
  margin: 10px 0;
  position: relative;
}
.faq-lista .faq-item .seta {
  margin-top: 3px;
  position: absolute;
  transform: translate(-6px, 0);
}
.faq-lista .faq-item .seta:before, .faq-lista .faq-item .seta:after {
  content: "";
  position: absolute;
  background-color: #3a61cb;
  width: 3px;
  height: 16px;
}
.faq-lista .faq-item .seta:before {
  transform: translate(2px, 0) rotate(45deg);
}
.faq-lista .faq-item .seta:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq-lista .faq-item .titulo {
  color: #343434;
  font-weight: 700;
  margin-bottom: 0;
}
.faq-lista .faq-item .titulo > p {
  display: inline;
  margin: 0;
}
.faq-lista .faq-item .conteudo {
  max-height: 800px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transform: translate(0, 0);
  transition: all 500ms ease;
  z-index: 2;
}
.faq-lista .faq-item input[type=checkbox] {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.faq-lista .faq-item input[type=checkbox]:checked ~ .conteudo {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.faq-lista .faq-item input[type=checkbox]:checked ~ .seta:before {
  height: 9px;
  margin-top: 9px;
  transform: translate(2px, 0) rotate(45deg);
}
.faq-lista .faq-item input[type=checkbox]:checked ~ .seta:after {
  height: 9px;
  margin-top: 9px;
  transform: translate(-2px, 0) rotate(-45deg);
}
.faq-lista .faq-item .conteudo, .faq-lista .faq-item .seta:before, .faq-lista .faq-item .seta:after {
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991.98px) {
  .faq-lista .faq-item {
    padding: 20px 18px;
  }
  .faq-lista .faq-item .seta {
    right: 24px;
  }
  .faq-lista .faq-item .titulo {
    font-size: 14px;
    padding-right: 24px;
  }
  .faq-lista .faq-item .conteudo {
    font-size: 13px;
    padding: 4px 0;
  }
}
@media (min-width: 992px) {
  .faq-lista .faq-item {
    padding: 50px 46px;
  }
  .faq-lista .faq-item .seta {
    right: 52px;
  }
  .faq-lista .faq-item .titulo {
    font-size: 18px;
    padding-right: 24px;
  }
  .faq-lista .faq-item .conteudo {
    font-size: 16px;
    padding: 4px 0;
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* -----------------------------------
	SECTION : REGULAMENTO
----------------------------------- */
.sec-regulamento {
  background-color: #001681;
  color: #ffffff;
  font-size: 24px;
  padding: 40px 0;
  text-align: center;
}
.sec-regulamento h2.sec-title {
  color: #ffffff;
  text-transform: uppercase;
}
.sec-regulamento .detalhes {
  margin-top: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.sec-regulamento .detalhes .regulamento-link.link {
  color: #ffffff;
  text-decoration: underline;
}
.sec-regulamento .detalhes .regulamento-link.link:hover {
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
}
.sec-regulamento .download {
  margin-top: 36px;
}
.sec-regulamento .download a {
  color: #ffffff;
}
.sec-regulamento .download span {
  font-weight: 800;
}
.sec-regulamento .download .btn {
  color: #001681;
  background-color: #ffffff;
  border-radius: 15px;
  font-weight: 600;
  font-size: 20px;
  min-width: 300px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .sec-regulamento {
    font-size: 14px;
  }
  .sec-regulamento .detalhes {
    margin: 24px auto 0px;
  }
  .sec-regulamento .detalhes .link {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .sec-regulamento .detalhes {
    margin-top: 0px;
  }
  .sec-regulamento .detalhes .link {
    font-size: 30px;
  }
  .sec-regulamento .download .btn {
    margin-top: 0px;
  }
}

.sec-premios {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fcc900;
  color: #001681;
}
.sec-premios h1 {
  font-weight: 800;
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
.sec-premios p {
  font-size: 0.7rem;
  text-align: center;
}
.sec-premios .premios-list {
  display: flex;
  justify-content: center;
  flex-wrap: balance;
  gap: 10px;
}
.sec-premios .premios-list img {
  height: auto;
}
@media (max-width: 768px) {
  .sec-premios .premios-list img {
    width: 30%;
  }
}
.sec-premios .attention {
  font-size: 0.5rem;
  font-weight: 100;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .sec-premios h1 {
    margin-top: 60px;
    font-size: 4rem;
  }
  .sec-premios p {
    font-size: 1.6rem;
    font-weight: 600;
    width: 80%;
  }
  .sec-premios .premios-list {
    gap: 10px;
    margin: 20px 0px;
  }
  .sec-premios .attention {
    font-size: 1.2rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .sec-premios .premios-list {
    flex-wrap: nowrap;
  }
}

.sec-explicacao-sorteio {
  background-image: url("../../../../../vira-sorte-edicoes-122-a-126/assets/img/background-section03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  background-color: #0d59e2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sec-explicacao-sorteio h1 {
  font-weight: 800;
  font-size: 1.5rem;
  padding-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.sec-explicacao-sorteio p {
  width: 80%;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
}
.sec-explicacao-sorteio span {
  color: #f4cb02;
}
.sec-explicacao-sorteio img {
  width: 90%;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .sec-explicacao-sorteio h1 {
    font-size: 4rem;
  }
  .sec-explicacao-sorteio p {
    width: 65%;
    font-size: 1.4rem;
  }
  .sec-explicacao-sorteio img {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

.sec-possiveis-pecas {
  background-color: #1061f0;
  color: white;
  text-align: center;
}
.sec-possiveis-pecas h1 {
  font-weight: 800;
  font-size: 1.5rem;
  padding: 50px 35px 0px;
  margin-bottom: 0;
}
.sec-possiveis-pecas h1 span {
  color: #fcc900;
}
.sec-possiveis-pecas h2 {
  font-weight: 800;
  font-size: 0.7rem;
  margin-top: 10px;
}
.sec-possiveis-pecas .frases {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0px 10px;
  margin-top: 20px;
}
.sec-possiveis-pecas .frases p {
  background-color: #fcc900;
  color: #1f1258;
  font-size: 0.6rem;
  font-weight: 800;
  border-radius: 5px;
  padding: 4px 5px;
}
.sec-possiveis-pecas p {
  font-size: 0.9rem;
}
.sec-possiveis-pecas .pecas-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec-possiveis-pecas .pecas-list .peca {
  width: 50%;
  margin-bottom: 40px;
}
.sec-possiveis-pecas .pecas-list .peca p {
  margin: 0;
}
.sec-possiveis-pecas .pecas-list .peca p span {
  font-weight: 800;
}
.sec-possiveis-pecas .pecas-list .peca p span.highlight {
  font-size: 1.8rem;
}
.sec-possiveis-pecas .pecas-list .peca .title {
  font-weight: 800;
}
.sec-possiveis-pecas .pecas-list img {
  width: 80%;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .sec-possiveis-pecas {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-possiveis-pecas h1 {
    font-size: 4rem;
  }
  .sec-possiveis-pecas h2 {
    font-size: 1.4rem;
  }
  .sec-possiveis-pecas .frases p {
    font-size: 1.2rem;
    border-radius: 15px;
    padding: 9px 24px;
  }
  .sec-possiveis-pecas p {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .sec-possiveis-pecas .pecas-list {
    max-width: 1366px;
  }
  .sec-possiveis-pecas .pecas-list .peca {
    width: 220px;
  }
  .sec-possiveis-pecas .pecas-list .peca p {
    font-size: 1.2rem;
  }
  .sec-possiveis-pecas .pecas-list .peca p span.highlight {
    font-size: 2.4rem;
  }
  .sec-possiveis-pecas .pecas-list img {
    width: unset;
  }
}

.sec-valor-pares {
  background-color: #f4cb02;
  color: #001681;
  text-align: center;
}
.sec-valor-pares h1 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0;
  padding-top: 50px;
}
.sec-valor-pares p {
  font-size: 0.8rem;
}
.sec-valor-pares img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 70%;
}
.sec-valor-pares .main-container {
  text-align: left;
}
.sec-valor-pares .main-container .valor-pares-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
}
.sec-valor-pares .main-container .valor-pares-container .valor-par p {
  font-size: 1rem;
  margin: 0;
}
.sec-valor-pares .main-container .valor-pares-container .valor-par span {
  font-weight: 800;
}
.sec-valor-pares .main-container .valor-pares-container .valor-par .valor {
  display: inline;
  background-color: #fcd84c;
  font-size: 2.3rem;
  font-weight: 800;
  padding: 0px 20px 0px 10px;
  border-radius: 15px;
}
@media (min-width: 700px) {
  .sec-valor-pares img {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 30%;
  }
  .sec-valor-pares .main-container .valor-pares-container {
    align-items: center;
  }
}
@media (min-width: 980px) {
  .sec-valor-pares {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-valor-pares h1 {
    font-size: 4rem;
  }
  .sec-valor-pares p {
    font-size: 2rem;
  }
  .sec-valor-pares .main-container {
    max-width: 1366px;
    width: 100%;
    padding: 30px 250px 150px;
    position: relative;
  }
  .sec-valor-pares .main-container .valor-pares-container {
    align-items: baseline;
    padding: 0;
  }
  .sec-valor-pares .main-container .valor-pares-container .valor-par p {
    font-size: 1.5rem;
  }
  .sec-valor-pares .main-container .valor-pares-container .valor-par .valor {
    font-size: 3.5rem;
  }
  .sec-valor-pares .main-container img {
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 20%;
  }
}
@media (min-width: 1047px) {
  .sec-valor-pares .main-container img {
    width: 32%;
    right: 3%;
  }
}
@media (min-width: 1138px) {
  .sec-valor-pares .main-container img {
    width: 30%;
    right: 11%;
  }
}
@media (min-width: 1252px) {
  .sec-valor-pares .main-container img {
    width: 27%;
    right: 20%;
  }
}
@media (min-width: 1366px) {
  .sec-valor-pares .main-container img {
    width: 25%;
    right: 20%;
  }
}

/* ---------------------------------------
  SECTION : CTA VIRA SORTE 01
--------------------------------------- */
.sec-cta-vira-sorte-01 {
  align-items: center;
  background-color: #126dff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 0;
}
.sec-cta-vira-sorte-01 .main-container {
  width: 80%;
  max-width: 1120px;
}
.sec-cta-vira-sorte-01 .main-container .container-lista .list-item {
  display: flex;
  height: 80px;
  margin: 18px auto;
  border-radius: 35px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-cta-vira-sorte-01 .main-container .container-lista .list-item {
    height: 90px;
  }
}
@media screen and (min-width: 992px) {
  .sec-cta-vira-sorte-01 .main-container .container-lista .list-item {
    height: 150px;
  }
}
.sec-cta-vira-sorte-01 .main-container .container-lista .list-item .list-item-img {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 80px;
}
@media screen and (min-width: 992px) {
  .sec-cta-vira-sorte-01 .main-container .container-lista .list-item .list-item-img {
    width: 135px;
  }
}
.sec-cta-vira-sorte-01 .main-container .container-lista .list-item .list-item-img img {
  height: 100%;
  width: 100%;
}
.sec-cta-vira-sorte-01 .main-container .container-lista .list-item:nth-child(3) .list-item-img {
  background-color: #be8204;
}
.sec-cta-vira-sorte-01 .main-container .container-lista .list-item .list-item-info {
  background-color: #95d7f6;
  color: #001681;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-cta-vira-sorte-01 .main-container .container-lista .list-item .list-item-info {
    font-size: 0.75rem;
  }
}
@media (min-width: 768.98px) and (max-width: 1129.98px) {
  .sec-cta-vira-sorte-01 .main-container .container-lista .list-item .list-item-info {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1130px) {
  .sec-cta-vira-sorte-01 .main-container .container-lista .list-item .list-item-info {
    font-size: 2rem;
  }
}
.sec-cta-vira-sorte-01 .main-container .container-lista .list-item .list-item-info span {
  display: block;
}
.sec-cta-vira-sorte-01 .btn-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.sec-cta-vira-sorte-01 .btn-container .btn-cta {
  background-color: #fcc700;
}
.sec-cta-vira-sorte-01 .btn-container .btn-cta a {
  color: #001681;
  text-decoration: none;
}

/* ---------------------------------------
	SECTION : CTA VIRA SORTE 02
--------------------------------------- */
.sec-cta-vira-sorte-02 {
  background-color: #fcc700;
  padding: 4rem 0;
}
.sec-cta-vira-sorte-02 .main-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 0 16px;
  text-align: left;
  justify-items: center;
}
.sec-cta-vira-sorte-02 .main-container .container-text {
  order: 1;
  margin: 0;
}
.sec-cta-vira-sorte-02 .main-container .container-text .sec-title {
  color: #001681;
  margin: 0.3rem;
  text-align: left;
}
@media (max-witdh: 768px) {
  .sec-cta-vira-sorte-02 .main-container .container-text .sec-title {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 768.98px) and (max-width: 991.98px) {
  .sec-cta-vira-sorte-02 .main-container .container-text .sec-title {
    font-size: 2.75rem !important;
  }
}
.sec-cta-vira-sorte-02 .main-container .container-img {
  order: 2;
  width: 100%;
  max-width: 450px;
}
.sec-cta-vira-sorte-02 .main-container .container-img img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-cta-vira-sorte-02 .main-container .container-destaq {
  order: 3;
  background-color: #fcd84c;
  border: 1px solid transparent;
  border-radius: 40px;
  padding: 30px;
  width: 100%;
  max-width: 635px;
}
.sec-cta-vira-sorte-02 .main-container .container-destaq h1.sec-title {
  color: #001681;
  margin-bottom: 0.5rem;
  text-align: left;
}
.sec-cta-vira-sorte-02 .main-container .container-destaq p {
  color: #001681;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
@media (min-width: 992px) {
  .sec-cta-vira-sorte-02 .main-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "text image" "destaq image";
    text-align: left;
    justify-items: start;
    max-width: 1140px;
    margin: 0 auto;
    gap: 1rem 2rem;
  }
  .sec-cta-vira-sorte-02 .main-container .text-top {
    order: unset;
    grid-area: text;
    align-self: end;
    margin-left: 40px;
  }
  .sec-cta-vira-sorte-02 .main-container .container-destaq {
    order: unset;
    grid-area: destaq;
    align-self: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sec-cta-vira-sorte-02 .main-container .container-destaq h1.sec-title {
    font-size: 3.5rem;
  }
  .sec-cta-vira-sorte-02 .main-container .container-img {
    order: unset;
    grid-area: image;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sec-cta-vira-sorte-02 .btn-container {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.sec-cta-vira-sorte-02 .btn-container .btn-cta {
  background-color: #001681;
}
.sec-cta-vira-sorte-02 .btn-container .btn-cta a {
  color: #ffffff;
  text-decoration: none;
}

.sec-como-participar {
  color: #001681;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sec-como-participar h1 {
  font-weight: 800;
  font-size: 1.8rem !important;
  padding-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  width: 60%;
}
.sec-como-participar h2 {
  font-size: 1.6rem !important;
  font-weight: 800;
  margin-bottom: 10px;
}
.sec-como-participar p {
  font-size: 1.2rem !important;
}
.sec-como-participar button {
  background-color: #001681;
  padding: 10px 40px;
  border-radius: 10px;
  font-weight: 800;
  margin: 20px 0px 40px;
}
.sec-como-participar button a {
  color: white;
  text-decoration: none;
}
.sec-como-participar .quadros .quadro-um,
.sec-como-participar .quadros .quadro-dois {
  background-color: #f4cb02;
  padding: 20px;
  margin: 20px;
  border-radius: 20px;
}
.sec-como-participar .quadros .quadro-um h2,
.sec-como-participar .quadros .quadro-dois h2 {
  margin-bottom: 20px;
}
.sec-como-participar .quadros .quadro-um .quadro-list .item-list,
.sec-como-participar .quadros .quadro-dois .quadro-list .item-list {
  display: flex;
  text-align: left;
  gap: 20px;
}
.sec-como-participar .quadros .quadro-um .quadro-list .item-list h3,
.sec-como-participar .quadros .quadro-dois .quadro-list .item-list h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
}
.sec-como-participar .quadros .quadro-um .quadro-list .item-list span,
.sec-como-participar .quadros .quadro-dois .quadro-list .item-list span {
  font-weight: 800;
  font-size: 1rem;
}
.sec-como-participar .quadros .quadro-um .quadro-list .item-list .circle-number,
.sec-como-participar .quadros .quadro-dois .quadro-list .item-list .circle-number {
  color: white;
  background-color: #001681;
  font-weight: 800;
  padding: 20px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1570px) {
  .sec-como-participar h1 {
    font-size: 4rem;
    width: 100%;
  }
  .sec-como-participar h2 {
    font-size: 2.2rem;
  }
  .sec-como-participar p {
    font-size: 1.5rem;
    width: 55%;
  }
  .sec-como-participar .quadros {
    display: flex;
  }
  .sec-como-participar .quadros .quadro-um,
  .sec-como-participar .quadros .quadro-dois {
    display: flex;
    flex-direction: column;
  }
  .sec-como-participar .quadros .quadro-um .quadro-list .item-list h3,
  .sec-como-participar .quadros .quadro-dois .quadro-list .item-list h3 {
    font-size: 1.5rem;
  }
  .sec-como-participar .quadros .quadro-um .quadro-list .item-list p,
  .sec-como-participar .quadros .quadro-dois .quadro-list .item-list p {
    font-size: 1.5rem;
    width: 100%;
  }
  .sec-como-participar .quadros .quadro-um .quadro-list .item-list span,
  .sec-como-participar .quadros .quadro-dois .quadro-list .item-list span {
    font-size: 1.5rem;
  }
  .sec-como-participar .quadros .quadro-um .quadro-list.dois,
  .sec-como-participar .quadros .quadro-dois .quadro-list.dois {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 5rem;
  }
  .sec-como-participar button {
    padding: 10px 80px;
    font-size: 2.5rem;
    border-radius: 20px;
  }
}

.sec-explicacao-par-dourado {
  background-color: #126dff;
  padding: 40px 0;
}
.sec-explicacao-par-dourado .sec-title {
  color: #ffffff;
  margin: 0;
}
.sec-explicacao-par-dourado p {
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0 auto;
  text-align: center;
  padding: 0px 250px;
  max-width: 1366px;
}
@media (max-width: 992px) {
  .sec-explicacao-par-dourado p {
    font-size: 0.9rem;
    padding: 0px 45px;
  }
}
.sec-explicacao-par-dourado .main-container {
  display: flex;
  gap: 2rem;
  margin: 3rem 0;
  justify-content: center;
}
@media (max-width: 520px) {
  .sec-explicacao-par-dourado .main-container {
    gap: 1rem;
    margin-top: 2rem;
    flex-direction: column;
  }
}
@media (min-width: 520.98px) and (max-width: 768px) {
  .sec-explicacao-par-dourado .main-container {
    gap: 0;
  }
}
@media (min-width: 768.98px) and (max-width: 992px) {
  .sec-explicacao-par-dourado .main-container {
    gap: 1rem;
  }
}
.sec-explicacao-par-dourado .main-container .container-img {
  display: flex;
  justify-content: center;
}
@media (min-width: 520.98px) and (max-width: 992px) {
  .sec-explicacao-par-dourado .main-container .container-img {
    width: 40%;
  }
}
.sec-explicacao-par-dourado .main-container .container-img img {
  height: 100%;
  width: 100%;
}
@media (max-width: 520px) {
  .sec-explicacao-par-dourado .main-container .container-img img {
    width: 40%;
  }
}
@media (min-width: 520.98px) and (max-width: 768px) {
  .sec-explicacao-par-dourado .main-container .container-img img {
    width: 90%;
  }
}
@media (min-width: 768.98px) and (max-width: 992px) {
  .sec-explicacao-par-dourado .main-container .container-img img {
    width: 80%;
  }
}
.sec-explicacao-par-dourado .main-container .container-cards {
  align-items: center;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
}
.sec-explicacao-par-dourado .main-container .container-cards .cards-info {
  background: #2f7efb;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 224px;
  justify-content: center;
  padding: 10px 15px;
  width: 540px;
}
@media (max-width: 768px) {
  .sec-explicacao-par-dourado .main-container .container-cards .cards-info {
    border-radius: 10px;
    width: 295px;
    height: 130px;
    padding: 10px 5px;
  }
}
@media (min-width: 768.98px) and (max-width: 992px) {
  .sec-explicacao-par-dourado .main-container .container-cards .cards-info {
    height: 100%;
    width: 410px;
  }
}
.sec-explicacao-par-dourado .main-container .container-cards .cards-info .card-info-title {
  font-size: 2.346rem;
  font-weight: 800;
}
@media (max-width: 992px) {
  .sec-explicacao-par-dourado .main-container .container-cards .cards-info .card-info-title {
    font-size: 2rem;
  }
}
.sec-explicacao-par-dourado .main-container .container-cards .cards-info .card-main-info {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sec-explicacao-par-dourado .main-container .container-cards .cards-info .card-main-info {
    font-size: 1.2rem;
  }
}
@media (min-width: 768.98px) and (max-width: 992px) {
  .sec-explicacao-par-dourado .main-container .container-cards .cards-info .card-main-info {
    font-size: 1.5rem;
  }
}
.sec-explicacao-par-dourado .main-container .container-cards .cards-info .card-main-info .text-yellow {
  font-weight: 800;
  color: #fcc700;
}
.sec-explicacao-par-dourado .main-container .container-cards .cards-info .card-info-text {
  color: #ffffff;
  font-size: 1.775rem;
}
@media (max-width: 992px) {
  .sec-explicacao-par-dourado .main-container .container-cards .cards-info .card-info-text {
    font-size: 1rem;
  }
}

.sec-explicacao-bombas {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 50px 0;
}
.sec-explicacao-bombas .sec-title {
  color: #001681;
}
@media (max-width: 992px) {
  .sec-explicacao-bombas .sec-title {
    font-size: 1.5918rem;
  }
}
.sec-explicacao-bombas h2.sec-subtitle {
  color: #001681;
  font-size: 2.5rem;
  font-weight: 800;
  margin: -1.5rem auto 1rem auto;
  text-align: center;
}
@media (max-width: 992px) {
  .sec-explicacao-bombas h2.sec-subtitle {
    font-size: 1.1281rem;
    margin: -1.5rem auto 1rem auto;
  }
}
.sec-explicacao-bombas p {
  color: #001681;
  font-size: 1.8rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 992px) {
  .sec-explicacao-bombas p {
    font-size: 0.9rem;
  }
}
.sec-explicacao-bombas .main-container {
  display: flex;
  gap: 1rem;
  margin-top: 4rem;
  justify-content: center;
}
@media (max-width: 520px) {
  .sec-explicacao-bombas .main-container {
    margin-top: 2rem;
    flex-direction: column-reverse;
  }
}
.sec-explicacao-bombas .main-container .container-cards {
  align-items: center;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
}
.sec-explicacao-bombas .main-container .container-cards .cards-info {
  background: #fcc700;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 260px;
  justify-content: center;
  padding: 10px 35px;
  width: 540px;
}
@media (max-width: 768px) {
  .sec-explicacao-bombas .main-container .container-cards .cards-info {
    border-radius: 10px;
    width: 320px;
    height: 160px;
    padding: 10px 15px;
  }
}
@media (min-width: 768.98px) and (max-width: 992px) {
  .sec-explicacao-bombas .main-container .container-cards .cards-info {
    height: 100%;
    width: 430px;
  }
}
.sec-explicacao-bombas .main-container .container-cards .cards-info .card-info-title {
  color: #001681;
  font-size: 2.346rem;
  font-weight: 800;
}
@media (max-width: 992px) {
  .sec-explicacao-bombas .main-container .container-cards .cards-info .card-info-title {
    font-size: 2rem;
  }
}
.sec-explicacao-bombas .main-container .container-cards .cards-info .card-info-title-destaq {
  font-size: 4rem;
  font-weight: 800;
  margin-top: -1rem;
  margin-bottom: -1rem;
  color: #001681;
}
@media (max-width: 992px) {
  .sec-explicacao-bombas .main-container .container-cards .cards-info .card-info-title-destaq {
    font-size: 2.5rem;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
.sec-explicacao-bombas .main-container .container-cards .cards-info .card-info-text {
  color: #001681;
  font-size: 1.775rem;
}
@media (max-width: 992px) {
  .sec-explicacao-bombas .main-container .container-cards .cards-info .card-info-text {
    font-size: 1rem;
  }
}
.sec-explicacao-bombas .main-container .container-cards .cards-info .card-info-text strong {
  font-weight: 800;
}
.sec-explicacao-bombas .main-container .container-img {
  display: flex;
  justify-content: center;
}
@media (min-width: 520.98px) and (max-width: 992px) {
  .sec-explicacao-bombas .main-container .container-img {
    width: 40%;
  }
}
.sec-explicacao-bombas .main-container .container-img img {
  height: 100%;
}
@media (max-width: 520px) {
  .sec-explicacao-bombas .main-container .container-img img {
    width: 40%;
  }
}
@media (min-width: 520.98px) and (max-width: 768px) {
  .sec-explicacao-bombas .main-container .container-img img {
    width: 90%;
  }
}
@media (min-width: 768.98px) and (max-width: 992px) {
  .sec-explicacao-bombas .main-container .container-img img {
    width: 80%;
  }
}

/* -----------------------------------
	SECTION : GANHADORES
----------------------------------- */
.sec-ganhadores {
  padding: 30px 0;
  justify-items: center;
  background-color: #001681;
}
.sec-ganhadores h2.sec-title {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 32px;
}

/* ---- SEM GANHADORES */
.sec-ganhadores .conteudo {
  background-color: #2f7efb;
  border-radius: 1rem;
  display: none;
  margin: 0 auto 2rem;
  padding: 0.5rem;
  width: 80%;
}
.sec-ganhadores .conteudo p {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .sec-ganhadores .conteudo {
    width: 95%;
  }
  .sec-ganhadores .conteudo p {
    font-size: 1.25rem;
  }
}

/* ---- TABELA DE GANHADORES */
.sec-ganhadores .tabela-ganhadores-geral {
  color: #ffffff;
  margin-bottom: 2rem !important;
  text-transform: uppercase;
  width: 100% !important;
}
.sec-ganhadores .tabela-ganhadores-geral tbody tr td {
  text-align: center;
}
.sec-ganhadores .tabela-ganhadores-geral tbody tr:nth-child(even) td {
  background-color: #2f7efb;
}
.sec-ganhadores .tabela-ganhadores-geral tbody tr:nth-child(odd) td {
  background-color: #126dff;
}

/* ---- TABELA DE GANHADORES */
@media (max-width: 991.98px) {
  .sec-ganhadores .tabela-ganhadores-geral {
    display: block;
  }
  .sec-ganhadores .tabela-ganhadores-geral thead {
    display: none;
  }
  .sec-ganhadores .tabela-ganhadores-geral tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-ganhadores .tabela-ganhadores-geral tbody tr {
    position: relative;
    width: 16.875rem;
    height: 8.875rem;
    margin: 0.625rem;
    border-radius: 0.625rem;
    display: block;
  }
  .sec-ganhadores .tabela-ganhadores-geral tbody tr td {
    position: absolute;
    display: block;
    box-sizing: border-box;
    margin: 0;
  }
  #tabela-ganhadores tbody tr td.dt-empty {
    width: 100% !important;
    border-radius: 20px !important;
  }
  /* COLUNA ESQUERDA */
  #tabela-ganhadores tbody tr td:nth-child(1),
  #tabela-ganhadores tbody tr td:nth-child(2) {
    left: 0;
    line-height: 1.2;
    padding: 0.5rem;
    width: 5.25rem;
    font-size: 0.8rem;
  }
  /* COLUNA DIREITA */
  #tabela-ganhadores tbody tr td:nth-child(3),
  #tabela-ganhadores tbody tr td:nth-child(4),
  #tabela-ganhadores tbody tr td:nth-child(5) {
    padding: 0.75rem;
    right: 0;
    width: 11.5625rem;
  }
  /* 1️⃣ DATA SORTEIO */
  #tabela-ganhadores tbody tr td:nth-child(1) {
    border-top-left-radius: 0.625rem;
    height: 4.4375rem;
    font-weight: 600;
    padding-top: 1rem;
    top: 0;
  }
  /* 2️⃣ NOME */
  #tabela-ganhadores tbody tr td:nth-child(2) {
    border-bottom-left-radius: 0.625rem;
    font-weight: 600;
    height: 4.4375rem;
    bottom: 0;
  }
  /* 3️⃣ CIDADE */
  #tabela-ganhadores tbody tr td:nth-child(3) {
    font-size: 0.85rem;
    border-top-right-radius: 0.625rem;
    font-weight: 600;
    height: 3.627rem;
    line-height: 1.1;
    top: 0;
  }
  /* 4️⃣ NUMERO SORTEADO */
  #tabela-ganhadores tbody tr td:nth-child(4) {
    font-size: 0.85rem;
    height: 2.26rem;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.1;
    padding: 0.325rem;
    top: 3.625rem;
  }
  /* 5️⃣ CPF */
  #tabela-ganhadores tbody tr td:nth-child(5) {
    border-bottom-right-radius: 0.625rem;
    bottom: 0;
    font-weight: 400;
    font-size: 0.6875rem;
    height: 3rem;
    line-height: 1.1;
  }
  /* LABELS */
  #tabela-ganhadores tbody tr td::before {
    display: block;
    font-size: 0.65rem;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
  }
  #tabela-ganhadores tbody tr td:nth-child(1)::before {
    content: "Sorteio";
  }
  #tabela-ganhadores tbody tr td:nth-child(2)::before {
    content: "Nome";
  }
  #tabela-ganhadores tbody tr td:nth-child(3)::before {
    content: "Cidade";
  }
  #tabela-ganhadores tbody tr td:nth-child(4)::before {
    content: "Número-Sorteado";
  }
  #tabela-ganhadores tbody tr td:nth-child(5)::before {
    content: "CPF";
  }
  #tabela-participantes tbody tr td:nth-child(1)::before {
    content: "Programa";
  }
  #tabela-participantes tbody tr td:nth-child(2)::before {
    content: "Data Exibição";
  }
  #tabela-participantes tbody tr td:nth-child(3)::before {
    content: "Nome";
  }
  #tabela-participantes tbody tr td:nth-child(4)::before {
    content: "Cidade";
  }
  #tabela-participantes tbody tr td:nth-child(1),
  #tabela-participantes tbody tr td:nth-child(2) {
    left: 0;
    width: 6.3rem;
    padding: 0.5rem;
    font-size: 0.8rem;
  }
  #tabela-participantes tbody tr td:nth-child(3),
  #tabela-participantes tbody tr td:nth-child(4) {
    right: 0;
    width: 10.5rem;
    padding: 0.5rem;
  }
  /* 1️⃣ PROGRAMA */
  #tabela-participantes tbody tr td:nth-child(1) {
    top: 0;
    height: 4.4rem;
    font-weight: 600;
    border-top-left-radius: 0.625rem;
  }
  /* 2️⃣ DATA EXIBIÇÃO */
  #tabela-participantes tbody tr td:nth-child(2) {
    bottom: 0;
    height: 4.4rem;
    font-weight: 600;
  }
  /* 3️⃣ NOME */
  #tabela-participantes tbody tr td:nth-child(3) {
    top: 0;
    height: 4.4rem;
    border-top-right-radius: 0.625rem;
  }
  /* 4️⃣ CIDADE */
  #tabela-participantes tbody tr td:nth-child(4) {
    bottom: 0;
    height: 4.4rem;
    border-bottom-right-radius: 0.625rem;
  }
  #tabela-participantes tbody tr td::before {
    display: block;
    font-size: 0.65rem;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
  }
}
/* ---- TABELA DE GANHADORES */
@media (min-width: 992px) {
  .sec-ganhadores table.dataTable.tabela-ganhadores-geral thead th {
    cursor: default;
    padding: 0.75rem;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.1;
  }
  .sec-ganhadores table.dataTable.tabela-ganhadores-geral thead th:before, .sec-ganhadores table.dataTable.tabela-ganhadores-geral thead th:after {
    content: "";
    display: none;
  }
  .sec-ganhadores div.dt-container .dt-search input.dt-input {
    border: 3px solid #2f7efb !important;
  }
  .sec-ganhadores .tabela-ganhadores-geral {
    border-spacing: 0 0.1875rem;
    display: table;
  }
  .sec-ganhadores .tabela-ganhadores-geral tr {
    font-size: 1.2rem;
  }
  .sec-ganhadores .tabela-ganhadores-geral thead tr th {
    background-color: #2f7efb;
    border-top: 0 none;
    color: #ffffff;
    font-weight: 700;
    padding: 10px;
    text-align: center;
  }
  .sec-ganhadores .tabela-ganhadores-geral tbody tr td {
    font-size: 0.75em;
    font-weight: 500;
    margin-top: 4px;
    padding: 8px;
    text-align: center;
  }
  .sec-ganhadores .tabela-ganhadores-geral tbody tr td:nth-child(4n+1) {
    width: 12%;
  }
  .sec-ganhadores .tabela-ganhadores-geral tbody tr td:nth-child(4n+2) {
    width: 20%;
  }
  .sec-ganhadores .tabela-ganhadores-geral tbody tr td:nth-child(4n+3) {
    width: 30%;
  }
  .sec-ganhadores .tabela-ganhadores-geral tbody tr td:nth-child(4n+4) {
    width: 20%;
  }
  .sec-ganhadores .tabela-ganhadores-geral tbody tr td:nth-child(4n+5) {
    width: 20%;
  }
  .sec-ganhadores .tabela-ganhadores-geral thead tr th:first-child, .sec-ganhadores .tabela-ganhadores-geral tbody tr td:first-child {
    border-radius: 0.625rem 0 0 0.625rem;
  }
  .sec-ganhadores .tabela-ganhadores-geral thead tr th:last-child, .sec-ganhadores .tabela-ganhadores-geral tbody tr td:last-child {
    border-radius: 0 0.625rem 0.625rem 0;
  }
}
@media (min-width: 1200px) {
  .sec-ganhadores .tabela-ganhadores-geral tr {
    font-size: 1.375rem !important;
  }
}
/* ---- TABELA DE PARTICIPANTES */
.sec-participantes {
  padding-top: 32px;
  padding-bottom: 64px;
  background: #fcc700;
}
.sec-participantes .container {
  background: #fcd84c;
  border-radius: 24px;
  border: 3px solid #001681;
}
.sec-participantes .container h2.sec-title {
  color: #001681 !important;
}
.sec-participantes div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec-participantes h3.sec-subtitle {
    font-size: medium;
  }
}
@media (max-width: 991.98px) {
  .sec-participantes .container {
    margin-top: 32px;
    width: calc(100% - 24px);
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .sec-participantes .container h3.sec-title {
    margin-top: -32px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) and (max-width: 767.98px) {
  .sec-participantes .container h3.sec-title {
    margin-top: -16px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .sec-participantes .container h3.sec-title {
    margin-top: -24px;
  }
}
@media (min-width: 992px) {
  .sec-participantes .container {
    margin-top: 32px;
  }
  .sec-participantes .container h3.sec-title {
    margin-top: -32px;
  }
}

.sec-ganhadores .dt-search,
.sec-participantes .dt-search {
  z-index: 1055;
}
.sec-ganhadores .dt-search label,
.sec-participantes .dt-search label {
  color: #2f7efb;
  font-weight: 900;
  text-transform: uppercase;
}
.sec-ganhadores .dt-search input.dt-input,
.sec-participantes .dt-search input.dt-input {
  background-color: #ffffff;
  border: 3px solid #126dff;
  border-radius: 0.625rem;
  color: #001681;
  border-radius: 0.625rem;
  padding: 0.25rem;
}
@media (max-width: 767.98px) {
  .sec-ganhadores .dt-search,
  .sec-participantes .dt-search {
    align-items: center;
  }
  .sec-ganhadores .dt-search input.dt-input,
  .sec-participantes .dt-search input.dt-input {
    flex-grow: 1;
  }
}
.sec-ganhadores div.dt-container .dt-info,
.sec-participantes div.dt-container .dt-info {
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}/*# sourceMappingURL=style.css.map */