@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: #72c6ee;
  height: 100%;
}

.wrapper-loading {
  align-items: center;
  background-color: #72c6ee;
  background-image: -moz-radial-gradient(#72c6ee 25%, rgb(77.5898734177, 183.2810126582, 233.6101265823));
  background-image: -webkit-radial-gradient(#72c6ee 25%, rgb(77.5898734177, 183.2810126582, 233.6101265823));
  background-image: radial-gradient(#72c6ee 25%, rgb(77.5898734177, 183.2810126582, 233.6101265823));
  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(255, 255, 255, 0.8);
  font-size: 5rem;
}

.wrapper {
  background-color: #72c6ee;
}

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

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.break {
  word-break: break-all;
}

body {
  color: #001681;
}

h1.sec-title,
h2.sec-title {
  color: #001681;
  font-family: "FuturaStd", Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

h3.sec-title {
  color: #72c6ee;
  font-family: "FuturaStd", Arial, sans-serif;
  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 (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 {
  -moz-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  -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);
  -webkit-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;
}
.header .navbar-brand {
  position: absolute;
}
.header .main-menu-btn {
  float: right;
  position: relative;
}

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

.main-nav .nav-link {
  border-radius: 8px;
  color: #72c6ee;
  font-family: "FuturaStd", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.main-nav .nav-link:active, .main-nav .nav-link.active {
  color: rgb(159.5126582278, 216.3987341772, 243.4873417722);
  background: rgb(0, 26.3488372093, 154.5);
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  -webkit-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
.main-nav .nav-link:hover {
  color: rgb(205.0253164557, 234.7974683544, 248.9746835443);
  background: rgb(0, 30.6976744186, 180);
  -moz-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  -webkit-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}

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

@media (max-width: 991.98px) {
  .fixar .navbar-fixed-top {
    background-color: #001681;
  }
  .navbar-brand img {
    margin-left: 4px !important;
    margin-top: 4px !important;
  }
  .header {
    height: 48px;
    padding-top: 8px;
  }
  .main-nav {
    background-color: #001681;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 80px 20px 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 3;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    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;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    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) {
  .fixar .navbar-fixed-top {
    background: #000962;
  }
  .header {
    height: 72px;
  }
  .navbar-brand img {
    height: 150px;
    margin-top: 10px;
  }
  .main-menu-btn {
    display: none;
  }
  .main-nav ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    float: right;
    height: 72px;
  }
  .main-nav ul .nav-link {
    display: block;
    font-size: 14px;
    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: 10px;
    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;
  color: #72c6ee;
}

.site {
  margin-bottom: 0.25rem;
  text-align: center;
}
.site a {
  color: #72c6ee;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 900;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  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;
  }
}

.site a {
  font-family: "FuturaStd", Arial, sans-serif;
}

.midias-sociais {
  margin: 0;
  text-align: center;
}
.midias-sociais li {
  display: inline-block;
  padding-bottom: 0.375rem;
}
.midias-sociais a {
  color: #72c6ee;
  align-items: center;
  display: flex;
  margin: 0 4px;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  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 {
  background: #72c6ee;
  color: #001681;
  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: #72c6ee;
  font-family: "FuturaStd", Arial, sans-serif;
  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 {
  font-family: "FuturaStd", Arial, sans-serif;
  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: #d7b97c;
  border-radius: 2px;
  display: block;
  height: 4px;
  left: 8px;
  position: absolute;
  width: 25px;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -moz-transition: all 0.4s 0.1s ease-in-out;
  -ms-transition: all 0.4s 0.1s ease-in-out;
  -o-transition: all 0.4s 0.1s ease-in-out;
  -webkit-transition: all 0.4s 0.1s ease-in-out;
  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: #d7b97c;
}
.main-menu-open .main-menu-btn span:nth-child(1), .main-menu-open .main-menu-btn span:nth-child(3) {
  -moz-transition: all 400ms ease-in-out 400ms;
  -ms-transition: all 400ms ease-in-out 400ms;
  -o-transition: all 400ms ease-in-out 400ms;
  -webkit-transition: all 400ms ease-in-out 400ms;
  transition: all 400ms ease-in-out 400ms;
}
.main-menu-open .main-menu-btn span:nth-child(2) {
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.main-menu-open .main-menu-btn span:nth-child(1) {
  -moz-transform: translate3d(4px, -2px, 0) rotate(45deg);
  -ms-transform: translate3d(4px, -2px, 0) rotate(45deg);
  -o-transform: translate3d(4px, -2px, 0) rotate(45deg);
  -webkit-transform: translate3d(4px, -2px, 0) rotate(45deg);
  transform: translate3d(4px, -2px, 0) rotate(45deg);
}
.main-menu-open .main-menu-btn span:nth-child(2) {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.main-menu-open .main-menu-btn span:nth-child(3) {
  -moz-transform: translate3d(4px, 3px, 0) rotate(-45deg);
  -ms-transform: translate3d(4px, 3px, 0) rotate(-45deg);
  -o-transform: translate3d(4px, 3px, 0) rotate(-45deg);
  -webkit-transform: translate3d(4px, 3px, 0) rotate(-45deg);
  transform: translate3d(4px, 3px, 0) rotate(-45deg);
}

.wrapper-loading {
  align-items: center;
  background-color: #001681;
  background-image: -moz-radial-gradient(#001681 25%, rgb(0, 15.0418604651, 88.2));
  background-image: -webkit-radial-gradient(#001681 25%, rgb(0, 15.0418604651, 88.2));
  background-image: radial-gradient(#001681 25%, rgb(0, 15.0418604651, 88.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(114, 198, 238, 0.8);
  font-size: 5rem;
}

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

/* -----------------------------------
	SECTION : GANHADORES
----------------------------------- */
.sec-ganhadores {
  background-color: #001681;
}

#sec-ganhadores h2 {
  color: #72c6ee !important;
}

/* ---- SEM GANHADORES */
.sec-ganhadores .conteudo {
  background-color: #72c6ee;
  border-radius: 1rem;
  display: none;
  margin: 0 auto 2rem;
  padding: 0.5rem;
  width: 80%;
}
.sec-ganhadores .conteudo p {
  color: #001681;
  font-family: "FuturaStd", Arial, sans-serif;
  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 div.dataTables_wrapper div.dataTables_filter label {
  color: #72c6ee;
  font-weight: 900;
  text-transform: uppercase;
}

.sec-ganhadores div.dataTables_wrapper div.dataTables_filter input {
  background-color: #ffffff;
  border: 3px solid #004af9;
  border-radius: 0.625rem;
  padding: 0.25rem;
}

.sec-ganhadores .tabela-ganhadores {
  color: #72c6ee;
  margin-bottom: 2rem !important;
}
.sec-ganhadores .tabela-ganhadores.hidden {
  display: none !important;
}

.sec-ganhadores .tabela-ganhadores tr {
  font-size: 1.375rem;
  text-transform: uppercase;
}

.sec-ganhadores .tabela-ganhadores th {
  background-color: #004af9;
  color: #72c6ee;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.sec-ganhadores table.dataTable.tabela-ganhadores thead th {
  cursor: default;
  padding: 0.75rem;
  font-family: "FuturaStd", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.1;
}

.sec-ganhadores table.dataTable.tabela-ganhadores thead th:before,
.sec-ganhadores table.dataTable.tabela-ganhadores thead th:after {
  content: "";
  display: none;
}

table.tabela-ganhadores {
  border-spacing: 0 0.1875rem;
  display: table;
  text-transform: uppercase;
  width: 100% !important;
}

.tabela-ganhadores tbody tr {
  display: table-row;
}

.tabela-ganhadores tbody tr:nth-child(even) td {
  background-color: #004af9;
}

.tabela-ganhadores tbody tr:nth-child(odd) td {
  background-color: #0526af;
}

.tabela-ganhadores tbody tr td {
  display: table-cell;
  font-family: "FuturaStd", Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 500;
  margin-top: 4px;
  padding: 8px;
  text-align: center;
}

.tabela-ganhadores thead tr th {
  border-top: 0px none;
  font-weight: 700;
  padding: 10px;
}

.tabela-ganhadores tbody tr td:nth-child(4n+1) {
  width: 12%;
}

.tabela-ganhadores tbody tr td:nth-child(4n+2) {
  width: 12%;
}

.tabela-ganhadores tbody tr td:nth-child(4n+3) {
  width: 45%;
}

.tabela-ganhadores tbody tr td:nth-child(4n+4) {
  width: 18%;
}

.tabela-ganhadores tbody tr td:nth-child(4n+5) {
  width: 13%;
}

.tabela-ganhadores thead tr th:first-child,
.tabela-ganhadores tbody tr td:first-child {
  border-radius: 0.625rem 0 0 0.625rem;
}

.tabela-ganhadores thead tr th:last-child,
.tabela-ganhadores tbody tr td:last-child {
  border-radius: 0 0.625rem 0.625rem 0;
}

.tabela-ganhadores td .rotulo {
  display: none;
}

.hide-column {
  display: none;
}

/* ---- VERSÃO MOBILE (XS, SM) */
@media (max-width: 991.98px) {
  .sec-ganhadores .resultados {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .sec-ganhadores .resultados .tab-content {
    overflow-x: auto;
  }
  .sec-ganhadores .resultados > .col-12 {
    padding: 0;
  }
  .sec-ganhadores table.dataTable.tabela-ganhadores thead th,
  .sec-ganhadores .tabela-ganhadores thead tr th,
  .sec-ganhadores .tabela-ganhadores tbody tr td {
    font-size: 0.7rem;
  }
  .sec-ganhadores .tabela-ganhadores {
    display: block;
  }
  .sec-ganhadores .tabela-ganhadores thead {
    display: none;
  }
  .sec-ganhadores .tabela-ganhadores tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-ganhadores .tabela-ganhadores tbody tr {
    border-radius: 0.625rem;
    display: block;
    height: 8.875rem;
    margin: 0.625rem;
    position: relative;
    width: 16.875rem;
  }
  .sec-ganhadores .tabela-ganhadores tbody tr.odd td {
    background-color: #0526af;
  }
  .sec-ganhadores .tabela-ganhadores tbody tr.even td {
    background-color: #004af9;
  }
  .sec-ganhadores .tabela-ganhadores tbody tr td {
    border-radius: unset;
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: absolute;
  }
  .sec-cupom.sec-ganhadores {
    /* ---- LABELS */
    /* ---- COLUNAS DA ESQUERDA */
    /* ---- COLUNAS DA DIREITA */
    /* ---- COLUNA 1 (DATA DO SORTEIO) */
    /* ---- COLUNA 2 (DATA DE EXIBIÇÃO) */
    /* ---- COLUNA 7 (REGIÃO) */
    /* ---- COLUNA 3 (NOME DO GANHADOR) */
    /* ---- COLUNA 6 (CIDADE/UF) */
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+1)::before,
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+2)::before,
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+3)::before,
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+4)::before,
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+5)::before,
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+6)::before,
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+7)::before {
    display: block;
    font-size: 0.65rem;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+1)::before {
    content: "Sorteio";
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+2)::before {
    content: "Exibição";
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+3)::before {
    content: "Nome";
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+4)::before {
    content: "Cidade";
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+5)::before {
    content: "Região";
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+1),
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+2) {
    left: 0;
    line-height: 1.2;
    padding: 0.5rem;
    width: 5.25rem;
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+3),
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+4),
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+5) {
    padding: 0.75rem;
    right: 0;
    width: 11.5625rem;
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+1) {
    border-top-left-radius: 0.625rem;
    font-weight: 600;
    height: 4.4375rem;
    padding-top: 1rem;
    top: 0;
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+2) {
    border-bottom-left-radius: 0.625rem;
    font-weight: 600;
    height: 4.4375rem;
    bottom: 0;
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+5) {
    border-bottom-right-radius: 0.625rem;
    bottom: 0;
    font-weight: 400;
    height: 3rem;
    line-height: 1.1;
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+3) {
    border-top-right-radius: 0.625rem;
    font-size: 0.85rem;
    font-weight: 600;
    height: 3.625rem;
    line-height: 1.1;
    top: 0;
  }
  .sec-cupom.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+4) {
    font-size: 0.6875rem;
    height: 2.25rem;
    line-height: 1.1;
    padding: 0.325rem;
    top: 3.625rem;
  }
  /* ---- SEM RESULTADO */
  .sec-ganhadores .tabela-ganhadores tbody tr td.dataTables_empty {
    border-radius: 0.625rem;
    font-size: 1rem;
    height: auto;
    width: 100%;
  }
  .sec-ganhadores .tabela-ganhadores tbody tr td.dataTables_empty::before {
    content: unset;
    display: none;
  }
}
@media (max-width: 991.98px) {
  .middle-site {
    background-image: linear-gradient(#021170 0%, #021170 100%);
  }
}
@media (min-width: 992px) {
  .middle-site {
    background-image: linear-gradient(#021170 0%, #021170 100%);
  }
}

/* -----------------------------------
    SECTIONS
----------------------------------- */
/* -----------------------------------
	GENERAL SECTIONS
----------------------------------- */
@media (max-width: 991.98px) {
  .sec {
    padding-top: 48px;
  }
}
@media (min-width: 992px) {
  .sec {
    padding-top: 72px;
  }
}
.sec-inicio picture img {
  width: 100%;
}

.sec-premios h1.sec-title span {
  font-weight: 500;
  text-transform: uppercase;
}
.sec-premios .premios-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec-premios .premios-cards .premios-card {
  background-image: linear-gradient(to bottom, rgb(192, 228, 247) 0%, rgb(102, 184, 223) 100%);
  background-repeat: repeat-x;
  min-width: 290px;
  padding: 25px;
  text-align: center;
  width: 367px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sec-premios .premios-cards .premios-card .img img {
  max-width: 100%;
}
.sec-premios .premios-cards .premios-card .destaque {
  font-weight: 800;
}
.sec-premios .premios-cards .premios-card .destaque-2 {
  font-weight: 400;
}
.sec-premios .premios-cards .premios-card .complemento {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.sec-premios .premios-cards .premios-card .lettering {
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
}
.sec-premios .premios-cards .premios-card:nth-child(1) .img, .sec-premios .premios-cards .premios-card:nth-child(2) .img, .sec-premios .premios-cards .premios-card:nth-child(3) .img {
  padding: 10px;
}
.sec-premios .premios-premiacao .destaque h2 {
  font-weight: 800;
}
.sec-premios .premios-premiacao .premios-badges {
  text-align: center;
}
.sec-premios .premios-premiacao .premios-badges .premios-badge {
  border-radius: 15px;
  background-image: linear-gradient(to bottom, rgb(192, 228, 247) 0%, rgb(154, 202, 229) 100%);
  background-repeat: repeat-x;
  margin-bottom: 24px;
  padding: 10px;
  text-align: center;
}
.sec-premios .premios-premiacao .premios-badges .premios-badge span {
  display: block;
  font-weight: 800;
  line-height: 1;
}
.sec-premios .premios-premiacao .premios-badges .premios-badge span.lettering {
  font-weight: 400;
}
.sec-premios .premios-premiacao .premios-badges .complemento {
  margin-bottom: 10px;
  font-weight: 500;
}
.sec-premios .premios-premiacao .premios-badges .lettering {
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .sec-premios h1.sec-title span {
    font-size: calc(1.75rem - 10px);
  }
  .sec-premios .premios-cards .premios-card {
    border-radius: 30px;
    max-width: 100%;
    margin: 12px;
    padding: 16px;
    text-align: center;
  }
  .sec-premios .premios-cards .premios-card .destaque {
    font-size: 24px;
    line-height: 28px;
  }
  .sec-premios .premios-cards .premios-card .destaque-2 {
    font-size: 20px;
    line-height: 24px;
  }
  .sec-premios .premios-premiacao .destaque {
    margin: 32px auto;
    padding: 0 24px;
    text-align: center;
  }
  .sec-premios .premios-premiacao .destaque h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .sec-premios .premios-premiacao .premios-badges .premios-badge .label {
    font-size: 20px;
  }
  .sec-premios .premios-premiacao .premios-badges .premios-badge .value {
    font-size: 32px;
  }
  .sec-premios .premios-premiacao .premios-badges .premios-badge .lettering {
    font-size: 14px;
  }
  .sec-premios .premios-premiacao .premios-badges .complemento {
    font-size: 18px;
  }
  .sec-premios .premios-premiacao .premios-badges > .lettering {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .sec-premios h1.sec-title span {
    font-size: calc(4rem - 20px);
  }
  .sec-premios .premios-cards .premios-card {
    border-radius: 50px;
    height: 343px;
    margin: 12px;
    padding: 16px;
    text-align: center;
  }
  .sec-premios .premios-cards .premios-card .destaque {
    font-size: 38px;
    line-height: 42px;
  }
  .sec-premios .premios-cards .premios-card .destaque-2 {
    font-size: 28px;
    line-height: 32px;
  }
  .sec-premios .premios-premiacao {
    align-items: flex-start;
    display: flex;
    margin-top: 80px;
  }
  .sec-premios .premios-premiacao .destaque {
    flex-shrink: 1;
    padding: 0 30px;
    width: 50%;
  }
  .sec-premios .premios-premiacao .destaque h2 {
    font-size: 62px;
    line-height: 78px;
  }
  .sec-premios .premios-premiacao .premios-badges {
    flex-shrink: 1;
    padding: 0 30px;
    width: 50%;
  }
  .sec-premios .premios-premiacao .premios-badges .premios-badge .label {
    font-size: 38px;
  }
  .sec-premios .premios-premiacao .premios-badges .premios-badge .value {
    font-size: 55px;
  }
  .sec-premios .premios-premiacao .premios-badges .premios-badge .lettering {
    font-size: 18px;
  }
  .sec-premios .premios-premiacao .premios-badges .complemento {
    font-size: 24px;
  }
  .sec-premios .premios-premiacao .premios-badges > .lettering {
    margin: 0 auto;
    width: 100%;
  }
}

.sec-dinamica {
  background-color: #001681;
  font-size: 24px;
  line-height: 1.4;
  padding-top: 0;
}
.sec-dinamica .banner img {
  max-width: 100%;
}
.sec-dinamica .dinamica-box {
  background-color: #72c6ee;
}
.sec-dinamica .dinamica-box .title {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.sec-dinamica .dinamica-box .title strong {
  font-weight: 800;
}
.sec-dinamica .dinamica-box .dinamica-badge {
  background-color: #001681;
  color: #cde7f4;
  font-weight: 800;
  text-align: center;
  width: 100%;
}
.sec-dinamica .dinamica-box .disclaimer {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.sec-dinamica .dinamica-box .dinamica-cards .dinamica-card {
  background-color: #aad5ed;
  border: 3px solid #cde7f4;
  max-width: 100%;
}
.sec-dinamica .dinamica-box .dinamica-cards .dinamica-card .label {
  display: block;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
.sec-dinamica .dinamica-box .dinamica-cards .dinamica-card ul li {
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .sec-dinamica {
    font-size: 16px;
  }
  .sec-dinamica .dinamica-box {
    border-radius: 25px;
    padding: 10px;
  }
  .sec-dinamica .dinamica-box .title {
    font-size: 20px;
  }
  .sec-dinamica .dinamica-box .dinamica-badge {
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.2;
    margin: 8px auto;
    padding: 6px 12px 10px;
  }
  .sec-dinamica .dinamica-box .dinamica-cards {
    display: block;
  }
  .sec-dinamica .dinamica-box .dinamica-cards .dinamica-card {
    border-width: 3px;
    border-radius: 24px;
    margin: 16px auto;
    padding: 15px;
  }
  .sec-dinamica .dinamica-box .dinamica-cards .dinamica-card .label {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .sec-dinamica .dinamica-box .dinamica-cards .dinamica-card ul li {
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .sec-dinamica {
    font-size: 24px;
  }
  .sec-dinamica .dinamica-box {
    border-radius: 50px;
    padding: 42px 42px 21px;
  }
  .sec-dinamica .dinamica-box .title {
    font-size: 39px;
  }
  .sec-dinamica .dinamica-box .dinamica-badge {
    border-radius: 18px;
    font-size: 35px;
    margin-bottom: 12px;
    padding: 6px 12px 10px;
  }
  .sec-dinamica .dinamica-box .dinamica-cards {
    display: flex;
    justify-content: space-around;
    margin-top: 32px;
  }
  .sec-dinamica .dinamica-box .dinamica-cards .dinamica-card {
    border-width: 3px;
    border-radius: 50px;
    padding: 16px 36px;
    width: 510px;
  }
  .sec-dinamica .dinamica-box .dinamica-cards .dinamica-card .label {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .sec-dinamica .dinamica-box .dinamica-cards .dinamica-card ul li {
    margin-bottom: 14px;
  }
}

/* -----------------------------------
	SECTION : COMO PARTICIPAR
----------------------------------- */
.sec-como-participar {
  background-color: #001681;
  color: #72c6ee;
}
.sec-como-participar h2.sec-title {
  color: #72c6ee;
}
.sec-como-participar .cp-passo-a-passo {
  font-weight: 500;
}
.sec-como-participar .cp-cards .cp-card {
  background-color: #2b41ad;
  border-radius: 25px;
}
.sec-como-participar .cp-cards .cp-card img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.sec-como-participar .cp-cards .cp-card figcaption {
  line-height: 1.2;
  text-align: center;
}
.sec-como-participar .cp-cards .cp-card figcaption h3 {
  font-weight: 800;
}
.sec-como-participar .cp-cards .cp-card figcaption blockquote {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .sec-como-participar .cp-cards {
    padding-bottom: 2px;
  }
  .sec-como-participar .cp-cards .cp-card {
    max-width: 100%;
    padding: 15px;
  }
  .sec-como-participar .cp-cards .cp-card figcaption {
    margin: 16px auto;
  }
  .sec-como-participar .cp-cards .cp-card figcaption h3 {
    font-size: 16px;
  }
  .sec-como-participar .cp-cards .cp-card figcaption blockquote {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .sec-como-participar {
    padding-bottom: 60px;
  }
  .sec-como-participar .cp-passo-a-passo {
    font-size: 25px;
    margin: 0 80px;
  }
  .sec-como-participar .cp-cards {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
  }
  .sec-como-participar .cp-cards .cp-card {
    flex-shrink: 1;
    max-width: 45%;
    padding: 54px 34px 0;
  }
  .sec-como-participar .cp-cards .cp-card figcaption {
    margin: 32px auto;
  }
  .sec-como-participar .cp-cards .cp-card figcaption h3 {
    font-size: 28px;
  }
  .sec-como-participar .cp-cards .cp-card figcaption blockquote {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sec-como-participar .cp-passo-a-passo {
    margin: 0 200px;
  }
}

.sec-como-cadastrar .disclaimer {
  text-align: center;
}
.sec-como-cadastrar .disclaimer strong {
  font-weight: 800;
  text-transform: uppercase;
}
.sec-como-cadastrar .disclaimer p {
  margin-top: 10px;
  font-size: 16px;
}
.sec-como-cadastrar .cc-metodos .cc-metodo {
  background-color: #001681;
  color: #72c6ee;
  position: relative;
}
.sec-como-cadastrar .cc-metodos .cc-metodo .title {
  background-color: #001681;
  border-radius: 20px 20px 0 0;
  color: #72c6ee;
  position: absolute;
  text-align: center;
}
.sec-como-cadastrar .cc-metodos .cc-metodo .title h3 {
  font-weight: 800;
}
.sec-como-cadastrar .cc-metodos .cc-metodo .subtitle {
  font-weight: 800;
}
.sec-como-cadastrar .cc-metodos .cc-metodo .cc-metodo-lista li {
  line-height: 1.2;
  max-width: 294px;
  min-width: 290px;
  text-align: center;
}
.sec-como-cadastrar .cc-metodos .cc-metodo .cc-metodo-lista li .label {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sec-como-cadastrar .disclaimer {
    font-size: 16px;
    line-height: 1.3;
    padding: 6px 0 30px;
  }
  .sec-como-cadastrar .cc-metodos {
    margin-bottom: 28px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo {
    border-radius: 35px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .title {
    left: 9%;
    padding: 6px 0;
    width: 82%;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .title h3 {
    font-size: 18px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .title .subtitle {
    font-size: 13px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .cc-metodo-lista {
    padding: 23px 0 12px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .cc-metodo-lista li {
    margin: 12px auto;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .cc-metodo-lista li .label {
    font-size: 22px;
    margin-top: 6px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .cc-metodo-lista li .info {
    font-size: 16px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsf .title {
    line-height: 1.2;
    top: -25px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsd {
    margin-top: 108px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsd .title {
    font-size: 16px;
    line-height: 1.1;
    padding: 8px 6px 4px;
    top: -50px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsd .title .subtitle {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec-como-cadastrar .disclaimer {
    font-size: 23px;
    line-height: 1.3;
    padding: 6px 120px 64px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo {
    border-radius: 50px;
    margin: 32px auto;
    padding: 56px 16px 16px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .title {
    left: 14%;
    padding: 6px 0;
    width: 72%;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .title h3 {
    font-size: 38px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .title .subtitle {
    font-size: 15px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .cc-metodo-lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .cc-metodo-lista li {
    margin: 12px auto;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .cc-metodo-lista li .label {
    font-size: 27px;
    margin-top: 6px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo .cc-metodo-lista li .info {
    font-size: 20px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsf .title {
    line-height: 1.2;
    top: -45px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsd {
    margin-top: 150px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsd .title {
    line-height: 1.1;
    top: -108px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsd .cc-metodo-lista li {
    margin: 12px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsd .title {
    left: 7%;
    padding: 6px 12px;
    width: 86%;
    top: -58px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsd .title h3 {
    font-size: 30px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsd .title .subtitle {
    display: none;
  }
}
@media (min-width: 1199.98px) {
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsd {
    margin-top: 110px;
  }
  .sec-como-cadastrar .cc-metodos .cc-metodo.cc-metodo-tsd .title {
    top: -75px;
  }
}

.sec-depoimentos {
  padding-top: 0px;
  padding-bottom: 110px;
}
@media (max-width: 767.98px) {
  .sec-depoimentos {
    padding: 20px 0 20px;
  }
}
.sec-depoimentos h2.sec-title {
  margin-bottom: 80px;
}
.sec-depoimentos h2.sec-title .title {
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .sec-depoimentos h2.sec-title .title {
    font-size: 1.325rem;
  }
}
.sec-depoimentos .descricao {
  font-size: 22px;
  font-weight: 600;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-depoimentos .descricao {
    font-size: 16px;
    line-height: 1.1;
  }
}
.sec-depoimentos .depoimentos-compre-aqui {
  padding-top: 72px;
  text-align: center;
}
.sec-depoimentos .depoimentos-compre-aqui .title {
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 8px 0;
}
@media (max-width: 767.98px) {
  .sec-depoimentos .depoimentos-compre-aqui .title {
    font-size: 1.325rem;
  }
}
.sec-depoimentos .depoimentos-compre-aqui p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .sec-depoimentos .depoimentos-compre-aqui p {
    font-size: 14px;
    line-height: 1.1;
  }
}
.sec-depoimentos .depoimentos-compre-aqui .btn {
  max-width: 80%;
}
@media (max-width: 767.98px) {
  .sec-depoimentos .depoimentos-compre-aqui {
    padding-top: 52px;
  }
}
@media (max-width: 767.98px) {
  .sec-depoimentos h2.sec-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .sec-depoimentos h2.sec-title {
    font-size: 28px;
  }
}

#video {
  display: block;
  height: 570px;
  margin: 20px auto 0;
  width: 70%;
}
@media (max-width: 767.98px) {
  #video {
    height: 200px;
    width: 100%;
  }
}

/* -----------------------------------
	SECTION : COMPRE AQUI
----------------------------------- */
/* -----------------------------------
	SECTION : GANHADORES
----------------------------------- */
.sec-ganhadores h2.sec-title {
  color: #001681;
  text-transform: uppercase;
}

.sec-participantes {
  padding-top: 32px;
}
.sec-participantes .container .frame {
  background-color: #001681;
  border-radius: 24px;
  border: 3px solid #72c6ee;
  margin-top: 32px;
}
.sec-participantes .container h2.sec-title {
  margin-left: auto;
  margin-right: auto;
  margin-top: -32px;
  max-width: 92%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sec-participantes .container h2.sec-title {
    margin-top: -16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-participantes .container h2.sec-title {
    margin-top: -24px;
  }
}
.sec-participantes .container h2.sec-title span {
  color: #72c6ee;
  align-items: center;
  background-color: #001681;
  display: inline-flex;
  padding: 4px 16px;
}

/* ---- VERSÃO MOBILE (XS, SM) */
@media (max-width: 991.98px) {
  .sec-participantes.sec-ganhadores {
    /* ---- LABELS */
    /* ---- COLUNAS DA ESQUERDA */
    /* ---- COLUNAS DA DIREITA */
    /* ---- COLUNA 1 (PROGRAMA) */
    /* ---- COLUNA 2 (DATA DE EXIBIÇÃO) */
    /* ---- COLUNA 3 (NOME DO GANHADOR) */
    /* ---- COLUNA 4 (CIDADE/UF) */
    /* ---- COLUNA 5 (REGIÃO) */
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr {
    border-radius: 0.625rem;
    display: block;
    height: 8.875rem;
    margin: 0.625rem;
    position: relative;
    width: 16.875rem;
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+1)::before,
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+2)::before,
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+3)::before,
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+4)::before,
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+5)::before {
    display: block;
    font-size: 0.65rem;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+2)::before {
    content: "Exibição";
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+3)::before {
    content: "Nome";
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+4)::before {
    content: "Cidade";
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+5)::before {
    content: "Região";
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+1),
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+2) {
    left: 0;
    line-height: 1.2;
    padding: 0.5rem;
    width: 5.25rem;
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+3),
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+4),
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+5) {
    padding: 0.75rem;
    right: 0;
    width: 11.5625rem;
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+1) {
    border-top-left-radius: 0.625rem;
    font-weight: 600;
    height: 4.4375rem;
    padding-top: 1rem;
    top: 0;
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+2) {
    border-bottom-left-radius: 0.625rem;
    bottom: 0;
    font-weight: 600;
    height: 4.4375rem;
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+3) {
    border-top-right-radius: 0.625rem;
    font-size: 0.85rem;
    font-weight: 600;
    height: 3.625rem;
    line-height: 1.1;
    top: 0;
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+4) {
    font-size: 0.6875rem;
    height: 2.25rem;
    line-height: 1.1;
    padding: 0.325rem;
    top: 3.625rem;
  }
  .sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(7n+5) {
    border-bottom-right-radius: 0.625rem;
    bottom: 0;
    font-weight: 400;
    height: 3rem;
    line-height: 1.1;
  }
}
.sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr:nth-child(4n+1) td,
.sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr:nth-child(4n+2) td {
  background-color: #0526af;
}
.sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr:nth-child(4n+3) td,
.sec-participantes.sec-ganhadores .tabela-ganhadores tbody tr:nth-child(4n+4) td {
  background-color: #004af9;
}

/* -----------------------------------
	SECTION : REGULAMENTO
----------------------------------- */
.sec-regulamento {
  background-color: #001681;
  color: #72c6ee;
  font-size: 24px;
  padding-bottom: 0px;
  text-align: center;
}
.sec-regulamento h2.sec-title {
  color: #72c6ee;
  text-transform: uppercase;
}
.sec-regulamento .detalhes {
  margin-top: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.sec-regulamento .detalhes .regulamento-link.link {
  color: #72c6ee;
  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: #72c6ee;
}
.sec-regulamento .download span {
  font-weight: 800;
}
.sec-regulamento .download .btn {
  color: #001681;
  background-color: #72c6ee;
  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;
  }
}/*# sourceMappingURL=style.css.map */