@charset "UTF-8";
/* --------------------------------------------------- */
/* ---- STYLESHEET: PROMOÇÃO ------------------------- */
/* --------------------------------------------------- */
/* -----------------------------------
    FONTS
----------------------------------- */
@font-face {
  font-family: "Diodrum Cyrillic";
  src: url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Extralight.eot");
  src: local("☺"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Extralight.woff") format("woff"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Extralight.ttf") format("truetype"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Extralight.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Cyrillic";
  src: url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Light.eot");
  src: local("☺"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Light.woff") format("woff"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Light.ttf") format("truetype"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Cyrillic";
  src: url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Regular.eot");
  src: local("☺"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Regular.woff") format("woff"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Regular.ttf") format("truetype"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Cyrillic";
  src: url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Medium.eot");
  src: local("☺"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Medium.woff") format("woff"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Medium.ttf") format("truetype"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Cyrillic";
  src: url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Semibold.eot");
  src: local("☺"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Semibold.woff") format("woff"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Semibold.ttf") format("truetype"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Cyrillic";
  src: url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Bold.eot");
  src: local("☺"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Bold.woff") format("woff"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Bold.ttf") format("truetype"), url("../fonts/diodrum-cyrillic/fonts/DiodrumCyrillic-Bold.svg") format("svg");
  font-weight: 700;
  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: #006dff;
  height: 100%;
}

.wrapper-loading {
  align-items: center;
  background-color: #006dff;
  background-image: -moz-radial-gradient(#006dff 25%, rgb(0, 91.56, 214.2));
  background-image: -webkit-radial-gradient(#006dff 25%, rgb(0, 91.56, 214.2));
  background-image: radial-gradient(#006dff 25%, rgb(0, 91.56, 214.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: white;
  font-size: 5rem;
}

.wrapper {
  background-color: #006dff;
}

/* -----------------------------------
    TYPOGRAPHY
----------------------------------- */
body {
  font-family: "Diodrum Cyrillic", Tahoma, 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;
}

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

.bold {
  font-weight: 800;
}

h2.sec-title {
  color: #ffffff;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 3.875rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

h3.sec-title {
  color: #ffffff;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.sec-premios h2.sec-title {
  background-image: url("../img/sec-title-premios.png");
}

.sec-ganhadores h2.sec-title {
  background-image: url("../img/sec-title-ganhadores.png");
}

.sec-regulamento h2.sec-title {
  background-image: url("../img/sec-title-regulamento.png");
}

@media (max-width: 767.98px) {
  h2.sec-title {
    font-size: 1.5625rem;
  }
  h3.sec-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h3.sec-title {
    font-size: 2rem;
  }
}
.header {
  -moz-box-shadow: 0px 4px 4px 0 rgba(49, 42, 30, 0.1);
  -ms-box-shadow: 0px 4px 4px 0 rgba(49, 42, 30, 0.1);
  -o-box-shadow: 0px 4px 4px 0 rgba(49, 42, 30, 0.1);
  -webkit-box-shadow: 0px 4px 4px 0 rgba(49, 42, 30, 0.1);
  box-shadow: 0px 4px 4px 0 rgba(49, 42, 30, 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: #ffffff;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}
.main-nav .nav-link:active, .main-nav .nav-link.active {
  background-color: rgb(0, 87.2, 204);
}
.main-nav .nav-link:hover {
  background-color: rgb(0, 65.4, 153);
  -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: #006dff;
  }
  .navbar-brand img {
    height: 32px;
  }
  .header {
    height: 48px;
    padding-top: 8px;
  }
  .main-nav {
    background-color: #006dff;
    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: #006dff;
  }
  .header {
    height: 72px;
  }
  .navbar-brand img {
    height: 72px;
  }
  .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;
    height: 44px;
    line-height: 44px;
    margin: 0 2px;
    padding: 0 4px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    height: 128px;
  }
  .main-nav ul .nav-link {
    padding: 0 6px;
  }
}
@media (min-width: 1400px) {
  .main-nav ul .nav-link {
    padding: 0 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav .nav-link {
    font-size: 13px;
    padding: 6px 4px 2px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-nav .nav-link {
    font-size: 14px;
    padding: 12px 8px 4px;
  }
}
@media (min-width: 1400px) {
  .main-nav .nav-link {
    font-size: 16px;
    padding: 12px 8px 4px;
  }
}
/* -----------------------------------
    FOOTER
----------------------------------- */
.footer {
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  background-color: #006dff;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer .site {
  font-weight: 900;
  text-align: center;
}
.footer .midias-sociais {
  font-weight: 500;
  text-transform: uppercase;
}
.footer .texto-legal {
  font-weight: 500;
  text-align: center;
}
@media (max-width: 991.98px) {
  .footer .site {
    font-size: 20px;
  }
  .footer .midias-sociais {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin: 0 auto;
    width: 50%;
  }
  .footer .midias-sociais li {
    padding: 6px 0;
  }
  .footer .midias-sociais .icon {
    margin-right: 8px;
    width: 24px;
  }
  .footer .texto-legal {
    font-size: 12px;
    padding: 40px 12px 24px;
  }
}
@media (min-width: 992px) {
  .footer .site {
    font-size: 40px;
  }
  .footer .midias-sociais {
    display: flex;
    justify-content: center;
  }
  .footer .midias-sociais li {
    padding: 0 36px;
  }
  .footer .midias-sociais .icon {
    margin-right: 18px;
    width: 60px;
  }
  .footer .texto-legal {
    font-size: 18px;
    padding: 24px 0;
  }
}

/* -----------------------------------
    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;
}

ol.list-cp {
  counter-reset: item;
  height: 146px;
  list-style: none;
  padding: 0;
}
ol.list-cp > li {
  background-color: #ffffff;
  border-radius: 24px;
  color: #f5cce1;
  display: flex;
  align-items: center;
  font-weight: 900;
  background-image: linear-gradient(to bottom, #810a80 30%, #c10380 75%);
  background-repeat: repeat-x;
  line-height: 1;
  position: relative;
  width: 100%;
}
ol.list-cp > li:before {
  background-color: #ffffff;
  border-radius: 50%;
  color: #810a81;
  content: counter(item);
  counter-increment: item;
  display: block;
  margin-bottom: 1px;
  text-align: center;
}
ol.list-cp > li small {
  font-weight: 500;
}
ol.list-cp > li > div {
  text-align: center;
}

@media (max-width: 575.98px) {
  ol.list-cp > li {
    margin: 4px 0;
    min-height: 22px;
    padding: 3px 4px;
  }
  ol.list-cp > li:before {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    width: 14px;
  }
  ol.list-cp > li small {
    font-size: 8px;
  }
  ol.list-cp > li > div {
    font-size: 10px;
    width: calc(100% - 14px);
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  ol.list-cp > li {
    margin: 4px 0;
    min-height: 30px;
    padding: 4px 6px;
  }
  ol.list-cp > li:before {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    width: 18px;
  }
  ol.list-cp > li small {
    font-size: 10px;
  }
  ol.list-cp > li > div {
    font-size: 15px;
    width: calc(100% - 18px);
  }
}
@media (min-width: 992px) {
  ol.list-cp > li {
    margin: 4px 0;
    min-height: 30px;
    padding: 4px 6px;
  }
  ol.list-cp > li:before {
    font-size: 21px;
    height: 21px;
    line-height: 21px;
    width: 21px;
  }
  ol.list-cp > li small {
    font-size: 12px;
  }
  ol.list-cp > li > div {
    width: calc(100% - 21px);
  }
}
.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: #ffffff;
  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: #ffffff;
}
.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);
}

.btn-cp {
  border-radius: 24px;
  box-shadow: inset 1px -1px 1px rgba(245, 204, 225, 0.7);
  color: #f5cce1;
  display: inline-block;
  font-weight: 900;
  background-image: linear-gradient(to bottom, #810a80 30%, #c10380 75%);
  background-repeat: repeat-x;
  line-height: 1;
  margin: 4px 0;
  padding: 3px 6px;
}
.btn-cp.btn-cp-large {
  padding: 4px 18px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .btn-cp {
    font-size: 20px;
    padding: 4px 8px 6px;
  }
  .btn-cp.btn-cp-large {
    font-size: 28px;
    padding: 5px 30px;
  }
}
.btn-compre-aqui {
  background-image: linear-gradient(to bottom, #fff36c 25%, #f5ab00 78%);
  background-repeat: repeat-x;
  border-radius: 60px;
  box-shadow: inset -2px 2px 3px rgba(255, 255, 255, 0.8);
  color: #006dff;
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.btn-compre-aqui .text {
  background-image: linear-gradient(to bottom, #312a1e 0%, #ffffff 100%);
  background-repeat: repeat-x;
  background-size: 100%;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(-1px 1px 0px rgba(49, 42, 30, 0.8));
}

@media (max-width: 575.98px) {
  .btn-compre-aqui {
    font-size: 30px;
    padding: 4px 6px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .btn-compre-aqui {
    font-size: 36px;
    padding: 6px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .btn-compre-aqui {
    font-size: 48px;
    padding: 8px 12px;
  }
}
@media (min-width: 992px) {
  .btn-compre-aqui {
    font-size: 72px;
    padding: 14px 20px;
  }
}
.wrapper-loading {
  align-items: center;
  background-color: #006dff;
  background-image: -moz-radial-gradient(#006dff 25%, rgb(0, 91.56, 214.2));
  background-image: -webkit-radial-gradient(#006dff 25%, rgb(0, 91.56, 214.2));
  background-image: radial-gradient(#006dff 25%, rgb(0, 91.56, 214.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: white;
  font-size: 5rem;
}

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

#sec-regulamento h2 {
  color: #ffffff;
}

.sec-regulamento {
  background-color: #006dff;
  color: #fff69c;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}

.regulamento-box {
  display: none;
  height: 480px;
  overflow: auto;
}
.regulamento-box * {
  font-weight: 400;
}
.regulamento-box a, .regulamento-box a:active, .regulamento-box a:focus, .regulamento-box a:hover {
  color: #fff69c;
  text-decoration: underline;
}
.regulamento-box .highlight {
  background-color: #fff69c;
  padding: 0.0625rem;
}

.regulamento-intro {
  font-size: 1.125rem;
  font-weight: 800;
  margin: 1rem 0 0.5rem;
  text-align: center;
  text-transform: uppercase;
}
.regulamento-intro + p {
  font-size: 0.875rem;
  margin: 0.25rem 0 2rem;
}

.regulamento h3, .regulamento h4, .regulamento h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.regulamento h3 {
  display: inline-block;
  font-size: 1.15em;
  font-weight: 700;
  margin-top: 18px;
  text-decoration: underline;
  width: calc(100% - 40px);
}
.regulamento h4 {
  display: inline-block;
  font-size: 1.05em;
  font-weight: 600;
  margin-top: 8px;
  width: calc(100% - 54px);
}
.regulamento h5 {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  margin-top: 9px;
  width: calc(100% - 68px);
}

.regulamento .table {
  border-collapse: collapse;
  color: #ffffff;
  margin-top: 18px;
  width: 100%;
}
.regulamento .table th, .regulamento .table td {
  font-size: 0.9em;
  padding: 0.75rem;
  text-align: center;
  vertical-align: top;
}
.regulamento .table th.text-left, .regulamento .table td.text-left {
  text-align: left;
}
.regulamento .table thead tr th {
  background-color: #0088cd;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
}
.regulamento .table > tbody > tr th, .regulamento .table > tbody > tr td {
  background-color: #006dff;
  border: 1px solid #ffffff;
}
.regulamento .table > tfoot > tr td {
  background-color: #006dff;
  color: #ffffff;
  font-weight: 600;
}
.regulamento .table.table-striped > tbody > tr:nth-of-type(odd) > th, .regulamento .table.table-striped > tbody > tr:nth-of-type(odd) > td {
  background-color: rgb(0, 152.9170731707, 230.5);
}
.regulamento .table.table-striped > tbody > tr:nth-of-type(even) > th, .regulamento .table.table-striped > tbody > tr:nth-of-type(even) > td {
  background-color: rgb(0, 119.0829268293, 179.5);
}
.regulamento .table.table-region > tbody > tr:nth-child(10n+1) > th, .regulamento .table.table-region > tbody > tr:nth-child(10n+1) > td, .regulamento .table.table-region > tbody > tr:nth-child(10n+2) > th, .regulamento .table.table-region > tbody > tr:nth-child(10n+2) > td, .regulamento .table.table-region > tbody > tr:nth-child(10n+3) > th, .regulamento .table.table-region > tbody > tr:nth-child(10n+3) > td, .regulamento .table.table-region > tbody > tr:nth-child(10n+4) > th, .regulamento .table.table-region > tbody > tr:nth-child(10n+4) > td, .regulamento .table.table-region > tbody > tr:nth-child(10n+5) > th, .regulamento .table.table-region > tbody > tr:nth-child(10n+5) > td {
  background-color: rgb(0, 152.9170731707, 230.5);
}
.regulamento .table.table-region > tbody > tr:nth-child(10n+6) > th, .regulamento .table.table-region > tbody > tr:nth-child(10n+6) > td, .regulamento .table.table-region > tbody > tr:nth-child(10n+7) > th, .regulamento .table.table-region > tbody > tr:nth-child(10n+7) > td, .regulamento .table.table-region > tbody > tr:nth-child(10n+8) > th, .regulamento .table.table-region > tbody > tr:nth-child(10n+8) > td, .regulamento .table.table-region > tbody > tr:nth-child(10n+9) > th, .regulamento .table.table-region > tbody > tr:nth-child(10n+9) > td, .regulamento .table.table-region > tbody > tr:nth-child(10n+10) > th, .regulamento .table.table-region > tbody > tr:nth-child(10n+10) > td {
  background-color: rgb(0, 119.0829268293, 179.5);
}

@media (max-width: 575.98px) {
  .regulamento-box {
    font-size: 14px;
    margin: 28px auto 40px;
  }
  .regulamento-intro {
    line-height: 1.125em;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .regulamento-box {
    font-size: 16px;
    margin: 28px auto 40px;
  }
  .regulamento-intro {
    line-height: 1.25em;
  }
}
@media (min-width: 992px) {
  .regulamento-box {
    font-size: 18px;
    margin: 36px auto 103px;
    padding: 0 12px;
    width: 83%;
  }
  .regulamento-intro {
    line-height: 1.5em;
  }
}
@media (max-width: 991.98px) {
  .middle-site {
    background-image: linear-gradient(90deg, #7f4194 0%, #7f4194 100%);
  }
}
@media (min-width: 992px) {
  .middle-site {
    background-image: linear-gradient(90deg, #7f4194 0%, #7f4194 100%);
  }
}

/* -----------------------------------
    SECTIONS
----------------------------------- */
@media (max-width: 991.98px) {
  .sec {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .sec {
    padding-top: 40px;
  }
}
/* -----------------------------------
	SECTION : INÍCIO
----------------------------------- */
@media (max-width: 991.98px) {
  .sec-inicio {
    padding-top: 48px;
  }
}
.sec-inicio picture img {
  width: 100%;
}

/* -----------------------------------
	SECTION : PRÊMIOS
----------------------------------- */
.sec-premios {
  color: #ffffff;
}
.sec-premios .premios-lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
.sec-premios .premios-lista .premios-item {
  padding: 20px 0;
  text-align: center;
}
.sec-premios .premios-lista .premios-item img {
  height: 235px;
  max-width: 100%;
}
.sec-premios .premios-lista .premios-item .descricao {
  line-height: 1.1;
  padding: 24px;
  text-align: center;
  text-transform: uppercase;
}
.sec-premios .premios-lista .premios-item span.titulo {
  font-size: 28px;
  font-weight: 900;
}
.sec-premios .premios-lista .premios-item p {
  font-size: 16px;
  margin: 6px 0;
}
.sec-premios .premios-lista .premios-item cite {
  font-size: 11.5px;
  font-style: italic;
  line-height: 1;
}
@media (min-width: 992px) {
  .sec-premios .premios-lista {
    padding-top: 30px;
  }
  .sec-premios .premios-lista .premios-item {
    max-width: 340px;
  }
  .sec-premios .premios-lista .premios-item:first-child {
    max-width: 432px;
  }
  .sec-premios .premios-lista .premios-item span.titulo {
    font-size: 30px;
  }
  .sec-premios .premios-lista .premios-item p {
    font-size: 20px;
  }
  .sec-premios .premios-lista .premios-item cite {
    font-size: 14px;
  }
}

/* -----------------------------------
	SECTION : DINÂMICA
----------------------------------- */
.sec-dinamica {
  background-color: #fdd205;
}
.sec-dinamica .container {
  position: relative;
}
.sec-dinamica .badge-rode {
  background-color: #006dff;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-weight: 900;
  line-height: 1.1;
  margin: 24px auto;
  padding: 6px 10px 8px;
  text-align: center;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.sec-dinamica p:not(.disclaimer) {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .sec-dinamica .container {
    overflow: hidden;
  }
  .sec-dinamica h2.sec-title {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  }
  .sec-dinamica .badge-wrapper {
    text-align: center;
  }
  .sec-dinamica p {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }
  .sec-dinamica p.disclaimer {
    text-align: center;
  }
  .sec-dinamica p:not(.disclaimer) {
    font-weight: 400;
    padding: 32px 15px;
    width: 65%;
  }
  .sec-dinamica .dinamica-wrapper .img-sbt {
    display: none;
  }
  .sec-dinamica .dinamica-img {
    margin: 0 auto;
    max-width: 302px;
    position: relative;
    text-align: right;
  }
  .sec-dinamica .dinamica-img .img-sbt {
    left: 0;
    position: absolute;
    top: 15px;
  }
  .sec-dinamica .dinamica-img .dinamica-patricia {
    position: relative;
    margin-right: -30px;
  }
}
@media (min-width: 992px) {
  .sec-dinamica.sec {
    padding-top: 0;
  }
  .sec-dinamica .container {
    align-items: center;
    display: flex;
    height: 830px;
  }
  .sec-dinamica h2.sec-title {
    text-align: left;
  }
  .sec-dinamica .badge-rode {
    border-radius: 17px;
    font-size: 42px;
    margin: 28px auto;
    padding: 12px 24px 18px;
  }
  .sec-dinamica p {
    font-size: 34px;
    line-height: 40px;
  }
  .sec-dinamica p:not(.disclaimer) {
    padding-bottom: 30px;
  }
  .sec-dinamica .dinamica-wrapper {
    min-width: 54%;
  }
  .sec-dinamica .dinamica-wrapper .img-sbt {
    display: block;
  }
  .sec-dinamica .dinamica-img {
    width: 100%;
  }
  .sec-dinamica .dinamica-img .img-sbt {
    display: none;
  }
  .sec-dinamica .dinamica-img .dinamica-patricia {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}

/* -----------------------------------
	SECTION : NA PRÁTICA
----------------------------------- */
.sec-na-pratica {
  background-color: #ffffff;
  color: #323232;
  font-weight: 500;
  text-align: center;
}
.sec-na-pratica h2.sec-title {
  color: #006dff;
  margin-bottom: 40px;
  text-align: center;
  text-shadow: none;
}
.sec-na-pratica .dinamica-inicio img {
  max-width: 100%;
}
.sec-na-pratica .badge {
  background-color: #006dff;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-weight: 900;
  line-height: 1.1;
  margin: 24px auto;
  padding: 6px 10px 8px;
  text-align: center;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.sec-na-pratica .na-pratica-lista {
  margin-bottom: 0;
  list-style-position: inside;
}
.sec-na-pratica .disclaimer {
  font-weight: 400;
  padding: 15px 30px;
  text-align: center;
}
.sec-na-pratica p.exemplo {
  font-weight: 600;
  line-height: 1.1;
  margin: 0 auto;
  text-align: center;
}
.sec-na-pratica .dinamica-painel {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.sec-na-pratica .dinamica-painel img {
  max-width: 100%;
}
.sec-na-pratica cite {
  display: block;
  line-height: 1.1;
  margin: 0 auto;
  padding-bottom: 45px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .sec-na-pratica {
    font-size: 1rem;
  }
  .sec-na-pratica .dinamica-inicio {
    display: none;
  }
  .sec-na-pratica .badge-wrapper {
    text-align: center;
  }
  .sec-na-pratica .badge-wrapper.badge-desktop {
    display: none;
  }
  .sec-na-pratica .badge {
    font-size: 16px;
    border-radius: 50px;
  }
  .sec-na-pratica .badge:first-child {
    margin: 24px auto 2px;
  }
  .sec-na-pratica .badge:last-child {
    margin: 2px auto 24px;
  }
  .sec-na-pratica .na-pratica-lista {
    margin-left: 0;
    padding-left: 0;
    text-align: left;
  }
  .sec-na-pratica .na-pratica-lista .na-pratica-lista-premios li {
    margin-bottom: 18px;
  }
  .sec-na-pratica .disclaimer, .sec-na-pratica cite {
    font-size: 0.75rem;
  }
  .sec-na-pratica p.exemplo, .sec-na-pratica cite {
    margin-top: 15px;
    width: 90%;
  }
}
@media (min-width: 992px) {
  .sec-na-pratica {
    font-size: 2rem;
  }
  .sec-na-pratica .dinamica-inicio {
    margin-bottom: 32px;
  }
  .sec-na-pratica .badge-wrapper {
    text-align: center;
  }
  .sec-na-pratica .badge-wrapper.badge-mobile {
    display: none;
  }
  .sec-na-pratica .badge {
    border-radius: 17px;
    font-size: 42px;
    margin: 28px auto;
    padding: 12px 24px 18px;
  }
  .sec-na-pratica .na-pratica-lista-premios li {
    margin-bottom: 24px;
  }
  .sec-na-pratica .disclaimer, .sec-na-pratica cite {
    font-size: 1.75rem;
  }
  .sec-na-pratica p.exemplo, .sec-na-pratica cite {
    margin-top: 30px;
    width: 75%;
  }
}

/* -----------------------------------
	SECTION : COMO CADASTRAR
----------------------------------- */
.sec-como-cadastrar .metodo-wrapper.metodo-fisico {
  background-color: #006dff;
  color: #ffffff;
}
.sec-como-cadastrar .metodo-wrapper.metodo-digital {
  background-color: #fdd205;
  color: #312a1e;
}
.sec-como-cadastrar .metodo-wrapper .metodo-title {
  text-align: center;
}
.sec-como-cadastrar .metodo-wrapper .metodo-title .badge {
  background-color: #ffffff;
  border-radius: 17px;
  color: #006dff;
  display: inline-block;
  text-transform: uppercase;
}
.sec-como-cadastrar .sec-title-metodo {
  font-weight: 900;
  padding: 12px 24px;
  text-align: center;
}
.sec-como-cadastrar .sec-title-metodo.sec-title-fisico {
  color: #ffffff;
}
.sec-como-cadastrar .sec-title-metodo.sec-title-digital {
  color: #006dff;
}
.sec-como-cadastrar .video-explicativo {
  background-color: #fdd205;
  text-align: center;
}
.sec-como-cadastrar .video-explicativo .video-explicativo-img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
.sec-como-cadastrar .video-explicativo .video-explicativo-img img {
  max-width: 100%;
}
.sec-como-cadastrar .metodo-lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sec-como-cadastrar .metodo-lista li {
  font-weight: 500;
  text-align: center;
}
.sec-como-cadastrar .metodo-lista li img {
  max-width: 100%;
}
.sec-como-cadastrar .metodo-lista li strong {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .sec-como-cadastrar h2.sec-title {
    margin: 24px auto 0;
  }
  .sec-como-cadastrar .metodo-wrapper .metodo-title {
    padding: 40px 0;
  }
  .sec-como-cadastrar .metodo-wrapper .metodo-title .badge {
    padding: 6px 18px;
  }
  .sec-como-cadastrar .metodo-lista li {
    font-size: 18px;
    line-height: 20px;
    margin-top: 24px;
    width: 200px;
  }
  .sec-como-cadastrar .metodo-lista li .descricao {
    padding: 12px 0px;
  }
  .sec-como-cadastrar .divisor {
    display: none;
    visibility: hidden;
  }
  .sec-como-cadastrar .video-explicativo {
    padding: 24px 0 48px;
  }
}
@media (min-width: 992px) {
  .sec-como-cadastrar h2.sec-title {
    margin: 72px auto 0;
  }
  .sec-como-cadastrar .metodo-wrapper .metodo-title {
    padding: 120px 0;
  }
  .sec-como-cadastrar .metodo-wrapper .metodo-title .badge {
    font-size: 42px;
    padding: 12px 40px;
  }
  .sec-como-cadastrar .metodo-wrapper.metodo-digital .metodo-title {
    padding: 60px 0 120px;
  }
  .sec-como-cadastrar .metodo-lista li {
    font-size: 28px;
    line-height: 30px;
    margin-top: 36px;
    width: 300px;
  }
  .sec-como-cadastrar .metodo-lista li .descricao {
    padding: 18px 0px;
  }
  .sec-como-cadastrar .divisor {
    background: rgb(253, 210, 5);
    background: linear-gradient(to top left, rgb(253, 210, 5) 50%, rgb(0, 109, 255) 50%);
    height: 132px;
  }
  .sec-como-cadastrar .video-explicativo {
    padding: 40px 0 90px;
  }
}

/* -----------------------------------
	SECTION : COMO PARTICIPAR
----------------------------------- */
.sec-como-participar {
  background-color: #fdd205;
  color: #ffffff;
  text-align: center;
}
.sec-como-participar .disclaimer {
  display: block;
  line-height: 1;
  margin: 32px auto;
  width: 90%;
}
.sec-como-participar blockquote {
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
.sec-como-participar .blockquote-blue {
  color: #0d6efd;
}
.sec-como-participar .como-participar-fases {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sec-como-participar .como-participar-fases .fase {
  padding: 15px;
}
.sec-como-participar .como-participar-fases img {
  border: 9px solid #fdd205;
  border-radius: 32px;
  box-shadow: 0 0 30px 8px #ffffff;
  max-width: 100%;
}
.sec-como-participar .como-participar-fases .descricao h3 {
  color: #ffffff;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .sec-como-participar .disclaimer {
    font-size: 18px;
  }
  .sec-como-participar blockquote {
    font-size: 12px;
  }
  .sec-como-participar .como-participar-fases .descricao h3 {
    font-size: 26px;
    margin-top: 20px;
  }
  .sec-como-participar .como-participar-fases .descricao p {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .sec-como-participar .disclaimer {
    font-size: 34px;
  }
  .sec-como-participar blockquote {
    font-size: 18px;
  }
  .sec-como-participar .como-participar-fases .fase {
    max-width: 48%;
  }
  .sec-como-participar .como-participar-fases .descricao h3 {
    font-size: 44px;
    margin-top: 24px;
  }
  .sec-como-participar .como-participar-fases .descricao p {
    font-size: 30px;
    line-height: 34px;
  }
}

/* -----------------------------------
	SECTION : COMPRE AQUI
----------------------------------- */
.sec-compre-aqui {
  background-color: #fdd205;
  position: relative;
}
@media (max-width: 991.98px) {
  .sec-compre-aqui .cta-wrapper {
    margin: 24px auto;
    position: relative;
    width: 290px;
  }
  .sec-compre-aqui .cta-wrapper .cta-link {
    bottom: 7px;
    left: 7px;
    position: absolute;
  }
  .sec-compre-aqui p {
    font-size: 14px;
    margin: 0 auto 0;
    padding-bottom: 40px;
    text-align: center;
    width: 70%;
  }
  .sec-compre-aqui .patricia-area {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .sec-compre-aqui .container {
    max-width: 100%;
    width: 1440px;
  }
  .sec-compre-aqui h2.sec-title {
    display: none;
    visibility: hidden;
  }
  .sec-compre-aqui .compre-aqui-area {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .sec-compre-aqui .compre-aqui-area .cta-area {
    float: right;
    max-width: 70%;
    position: relative;
    width: 877px;
  }
  .sec-compre-aqui .compre-aqui-area .cta-area .cta-link {
    bottom: 20%;
    left: 6%;
    position: absolute;
  }
  .sec-compre-aqui .compre-aqui-area .cta-area p {
    bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 3%;
    position: absolute;
    text-align: center;
    width: 54%;
  }
  .sec-compre-aqui .compre-aqui-area .patricia-area {
    bottom: 0;
    float: left;
    left: -10%;
    position: absolute;
    width: 52.2222%;
    z-index: 3;
  }
  .sec-compre-aqui .compre-aqui-area .patricia-area .patricia {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .sec-compre-aqui .compre-aqui-area .cta-area p {
    font-size: 20px;
    line-height: 23px;
  }
}

/* -----------------------------------
	SECTION : GANHADORES
----------------------------------- */
.sec-ganhadores h2.sec-title {
  margin-bottom: 32px;
}

/* ---- SEM GANHADORES */
.sec-ganhadores .conteudo {
  background-color: #fdd205;
  border-radius: 1rem;
  display: none;
  margin: 0 auto 2rem;
  padding: 0.5rem;
  width: 80%;
}
.sec-ganhadores .conteudo p {
  color: #ffffff;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  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;
  }
}

/* ---- FILTRO */
.sec-ganhadores div.dataTables_wrapper div.dataTables_filter label {
  color: #ffffff;
  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;
}

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

/* ---- TABELA DE GANHADORES */
@media (max-width: 991.98px) {
  .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 td {
    border-radius: unset;
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: absolute;
  }
  .tabela-ganhadores tbody tr td:nth-child(7n+1),
  .tabela-ganhadores tbody tr td:nth-child(7n+2) {
    left: 0;
    line-height: 1.2;
    padding: 0.5rem;
    width: 5.25rem;
  }
  .tabela-ganhadores tbody tr td:nth-child(7n+3),
  .tabela-ganhadores tbody tr td:nth-child(7n+4),
  .tabela-ganhadores tbody tr td:nth-child(7n+5) {
    padding: 0.75rem;
    right: 0;
    width: 11.5625rem;
  }
  .tabela-ganhadores tbody tr td:nth-child(7n+1) {
    border-top-left-radius: 0.625rem;
    height: 4.4375rem;
    font-weight: 600;
    padding-top: 1rem;
    top: 0;
  }
  .tabela-ganhadores tbody tr td:nth-child(7n+2) {
    border-bottom-left-radius: 0.625rem;
    font-weight: 600;
    height: 4.4375rem;
    bottom: 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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(7n+1)::before {
    content: "Sorteio";
  }
  .tabela-ganhadores tbody tr td:nth-child(7n+2)::before {
    content: "Exibição";
  }
  .tabela-ganhadores tbody tr td:nth-child(7n+3)::before {
    content: "Nome";
  }
  .tabela-ganhadores tbody tr td:nth-child(7n+4)::before {
    content: "Cidade";
  }
  .tabela-ganhadores tbody tr td:nth-child(7n+5)::before {
    content: "Região";
  }
}
/* ---- TABELA DE GANHADORES */
@media (min-width: 998px) {
  .sec-ganhadores table.dataTable.tabela-ganhadores thead th {
    cursor: default;
    padding: 0.75rem;
    font-family: "Diodrum Cyrillic", Tahoma, 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;
  }
  .sec-ganhadores .tabela-ganhadores {
    border-spacing: 0 0.1875rem;
    display: table;
  }
  .sec-ganhadores .tabela-ganhadores tr {
    font-size: 1.375rem;
  }
  .sec-ganhadores .tabela-ganhadores thead tr th {
    background-color: #f7c900;
    border-top: 0 none;
    color: #004af9;
    font-weight: 700;
    padding: 10px;
    text-align: center;
  }
  .sec-ganhadores .tabela-ganhadores tbody tr td {
    font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
    font-size: 0.75em;
    font-weight: 500;
    margin-top: 4px;
    padding: 8px;
    text-align: center;
  }
  .sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(4n+1) {
    width: 12%;
  }
  .sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(4n+2) {
    width: 12%;
  }
  .sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(4n+3) {
    width: 45%;
  }
  .sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(4n+4) {
    width: 18%;
  }
  .sec-ganhadores .tabela-ganhadores tbody tr td:nth-child(4n+5) {
    width: 13%;
  }
  .sec-ganhadores .tabela-ganhadores thead tr th:first-child, .sec-ganhadores .tabela-ganhadores tbody tr td:first-child {
    border-radius: 0.625rem 0 0 0.625rem;
  }
  .sec-ganhadores .tabela-ganhadores thead tr th:last-child, .sec-ganhadores .tabela-ganhadores tbody tr td:last-child {
    border-radius: 0 0.625rem 0.625rem 0;
  }
}
/* ---- TABELA DE PARTICIPANTES */
.sec-participantes {
  padding-top: 32px;
}
.sec-participantes .container {
  background-color: #006dff;
  border-radius: 24px;
  border: 3px solid #f7c900;
}
.sec-participantes .container h3.sec-title span {
  align-items: center;
  background-color: #006dff;
  display: inline-flex;
  padding: 4px 16px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .sec-participantes .container {
    margin: 32px 12px 0;
    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;
  }
}

/* -----------------------------------
	SECTION : DEPOIMENTO
----------------------------------- */
.sec-depoimento {
  background-color: #ffffff;
  overflow: hidden;
}
.sec-depoimento h2.sec-title {
  color: #006dff;
  text-shadow: none;
}
.sec-depoimento p {
  text-align: center;
}
@media (max-width: 991.98px) {
  .sec-depoimento .depoimento-wrapper {
    padding: 0 15px;
    padding-bottom: 32px;
    width: 100%;
  }
  .sec-depoimento p {
    line-height: 18px;
    font-size: 14px;
  }
  .sec-depoimento .video-depoimento .div-porq {
    display: none;
    visibility: hidden;
  }
  .sec-depoimento .video-depoimento .thumb img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .sec-depoimento .depoimento-wrapper {
    display: block;
    margin: 0 auto;
    max-width: 1440px;
    padding-bottom: 126px;
  }
  .sec-depoimento p {
    line-height: 38px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 34px;
    max-width: 80%;
  }
  .sec-depoimento .video-depoimento {
    display: flex;
  }
  .sec-depoimento .video-depoimento .div-porq-esquerda {
    width: 16.6667%;
    z-index: 1;
  }
  .sec-depoimento .video-depoimento .div-porq-esquerda img {
    left: -23.1%;
    position: relative;
    width: 131.25%;
  }
  .sec-depoimento .video-depoimento .thumb {
    display: block;
    width: 66.6666%;
    z-index: 2;
  }
  .sec-depoimento .video-depoimento .thumb img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .sec-depoimento .video-depoimento .div-porq-direita {
    width: 16.6667%;
    z-index: 1;
  }
  .sec-depoimento .video-depoimento .div-porq-direita img {
    position: relative;
    right: 32.32%;
    width: 192.0833%;
  }
}

/* -----------------------------------
	SECTION : REGULAMENTO
----------------------------------- */
.sec-regulamento {
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
}
.sec-regulamento .chamada {
  text-transform: uppercase;
}
.sec-regulamento .chamada a {
  color: #ffffff;
  font-weight: 900;
}
.sec-regulamento .chamada a:hover {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
}
@media (max-width: 991.98px) {
  .sec-regulamento {
    font-size: 16px;
    padding-top: 60px;
  }
  .sec-regulamento h2.sec-title {
    margin-bottom: 32px;
  }
  .sec-regulamento .periodo {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .sec-regulamento {
    font-size: 34px;
    padding-top: 120px;
  }
  .sec-regulamento h2.sec-title {
    margin-bottom: 48px;
  }
}

.premios-incriveis {
  background-color: #006dff;
  width: 100%;
  padding: 16px;
  color: white;
}
.premios-incriveis .premios-incriveis-title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin: 1rem 0rem 2rem;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
@media (max-width: 767px) {
  .premios-incriveis .premios-incriveis-title {
    font-size: 2rem;
  }
}
.premios-incriveis .premios-imagem-texto {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .premios-incriveis .premios-imagem-texto {
    justify-content: center;
  }
}
.premios-incriveis .premios-imagem-texto .premio-imagem-texto {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .premios-incriveis .premios-imagem-texto .premio-imagem-texto {
    max-width: 16rem;
  }
}
.premios-incriveis .premios-imagem-texto .premio-imagem-texto .premio-conteudo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 6px;
}
.premios-incriveis .premios-imagem-texto .premio-imagem-texto .premio-conteudo .premio-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}
.premios-incriveis .premios-imagem-texto .premio-imagem-texto .premio-conteudo .premio-subtitle {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}
.premios-incriveis .premios-imagem-texto .premio-imagem-texto .premio-conteudo .premio-disclaimer {
  font-size: 0.8rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}

.premios-dinamica {
  background-color: #f7d133;
  color: #323232;
  width: 100%;
}
.premios-dinamica .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15rem;
}
@media (max-width: 991px) {
  .premios-dinamica .container {
    gap: 0rem;
  }
}
@media (min-width: 992px) {
  .premios-dinamica .container {
    gap: 6rem;
  }
}
@media (min-width: 1200px) {
  .premios-dinamica .container {
    gap: 15rem;
  }
}
@media (max-width: 991px) {
  .premios-dinamica .container #img-sbt {
    width: 100%;
  }
}
.premios-dinamica .container #img-sbt img {
  width: 100%;
}
@media (max-width: 991px) {
  .premios-dinamica .container #img-sbt img {
    max-width: 22rem;
  }
}
.premios-dinamica .container .img-patricia-desktop {
  width: 100%;
}
@media (max-width: 991px) {
  .premios-dinamica .container .img-patricia-desktop {
    display: none;
  }
}
.premios-dinamica .container .img-patricia-desktop img {
  width: 100%;
  max-width: 23rem;
}
.premios-dinamica .container .premios-dinamica-conteudo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 6px;
}
@media (max-width: 767px) {
  .premios-dinamica .container .premios-dinamica-conteudo {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.premios-dinamica .container .premios-dinamica-conteudo .premios-dinamica-title {
  color: white;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin: 1rem 0rem;
  text-align: left;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
@media (max-width: 767px) {
  .premios-dinamica .container .premios-dinamica-conteudo .premios-dinamica-title {
    font-size: 2rem;
    text-align: center;
    max-width: 24rem;
  }
}
.premios-dinamica .container .premios-dinamica-conteudo .premios-dinamica-conteudo-box {
  background-color: #006dff;
  font-size: 26px;
  color: white;
  padding: 6px;
  font-weight: bold;
  border-radius: 10px;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
@media (max-width: 767px) {
  .premios-dinamica .container .premios-dinamica-conteudo .premios-dinamica-conteudo-box {
    font-size: 20px;
    text-align: center;
  }
}
.premios-dinamica .container .premios-dinamica-conteudo .premios-dinamica-disclaimer {
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 1.2rem;
  margin: 6px 0px;
}
@media (max-width: 767px) {
  .premios-dinamica .container .premios-dinamica-conteudo .premios-dinamica-disclaimer {
    font-size: 1rem;
    max-width: 22rem;
    text-align: left;
  }
}
.premios-dinamica .container .premios-dinamica-conteudo .premios-dinamica-disclaimer-bottom {
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 1.2rem;
  margin: 6px 0px;
}
@media (max-width: 400px) {
  .premios-dinamica .container .premios-dinamica-conteudo .premios-dinamica-disclaimer-bottom {
    font-size: 1rem;
    max-width: 10rem;
    text-align: left;
    margin-right: 10rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .premios-dinamica .container .premios-dinamica-conteudo .premios-dinamica-disclaimer-bottom {
    font-size: 1rem;
    max-width: 15rem;
    text-align: left;
    margin-right: 6rem;
    margin-bottom: 2rem;
  }
}
.premios-dinamica .img-disclaimer-patricia-container {
  position: relative;
}
@media (min-width: 992px) {
  .premios-dinamica .img-disclaimer-patricia-container {
    display: none;
  }
}
.premios-dinamica .img-disclaimer-patricia-container .img-disclaimer-patricia-mobile {
  width: 100%;
}
.premios-dinamica .img-disclaimer-patricia-container .img-disclaimer-patricia-mobile img {
  width: 100%;
  max-width: 10rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 400px) and (max-width: 550px) {
  .premios-dinamica .img-disclaimer-patricia-container .img-disclaimer-patricia-mobile img {
    max-width: 8rem;
  }
}

.premios-dinamica-pratica {
  background-color: white;
  padding: 16px;
  color: #323232;
  width: 100%;
}
.premios-dinamica-pratica ul {
  margin-top: 1rem;
}
.premios-dinamica-pratica ul span {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .premios-dinamica-pratica ul {
    list-style-type: none;
  }
}
.premios-dinamica-pratica li {
  font-size: 1.2rem;
}
.premios-dinamica-pratica .premios-incriveis-title {
  font-size: 2.5rem;
  text-align: left;
  font-weight: bold;
  color: #006dff;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
@media (max-width: 767px) {
  .premios-dinamica-pratica .premios-incriveis-title {
    font-size: 2rem;
    text-align: center;
  }
}
.premios-dinamica-pratica .premios-dinamica-conteudo-box {
  width: 100%;
}
@media (max-width: 767px) {
  .premios-dinamica-pratica .premios-dinamica-conteudo-box {
    text-align: center;
  }
}
.premios-dinamica-pratica .premios-dinamica-conteudo-box span {
  font-weight: bold;
  border-radius: 10px;
  padding: 6px;
  color: white;
  font-size: 1.5rem;
  background-color: #006dff;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
.premios-dinamica-pratica .premios-dinamica-disclaimer {
  font-size: 16px;
  display: block;
  margin-left: 2rem;
}
.premios-dinamica-pratica .premios-dinamica-disclaimer-exemplo {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 1.5rem 0rem 0rem;
}
@media (max-width: 991px) {
  .premios-dinamica-pratica .premios-dinamica-disclaimer-exemplo {
    margin: 1rem 0rem 1rem;
  }
}
.premios-dinamica-pratica .premios-dinamica-img-exemplo {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.premios-dinamica-pratica .premios-dinamica-img-exemplo img {
  width: 100%;
  max-width: 1000px;
}

.cadastrar-telesenas {
  background-color: #006dff;
  color: white;
}
@media (min-width: 768px) {
  .cadastrar-telesenas--fisicas {
    margin-bottom: 8rem;
  }
}
.cadastrar-telesenas--digitais {
  color: #323232;
  background-color: #f7c900;
}
.cadastrar-telesenas .container {
  width: 100%;
  padding: 16px;
  text-align: center;
}
.cadastrar-telesenas .container .cadastrar-telesenas-title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
@media (max-width: 767px) {
  .cadastrar-telesenas .container .cadastrar-telesenas-title {
    font-size: 2rem;
  }
}
.cadastrar-telesenas .container .cadastrar-telesenas-subtitle {
  font-size: 1.2rem;
  text-align: center;
  margin: 2rem 0rem;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
.cadastrar-telesenas .container .cadastrar-telesenas-conteudo-box-container {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .cadastrar-telesenas .container .cadastrar-telesenas-conteudo-box-container {
    display: none;
  }
}
.cadastrar-telesenas .container .cadastrar-telesenas-conteudo-box-container .cadastrar-telesenas-conteudo-box {
  width: 100%;
  background-color: white;
  font-size: 1.5rem;
  color: #006dff;
  padding: 6px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}
.cadastrar-telesenas .container .cadastrar-telesenas-conteudo-box-fisica {
  width: 100%;
  background-color: white;
  font-size: 1.5rem;
  color: #006dff;
  padding: 6px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}
.cadastrar-telesenas .container .cadastrar-telesenas-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 2rem 0rem;
  flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .cadastrar-telesenas .container .cadastrar-telesenas-container {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cadastrar-telesenas .container .cadastrar-telesenas-container {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .cadastrar-telesenas .container .cadastrar-telesenas-container--digitais {
    margin-top: 8rem;
  }
}
.cadastrar-telesenas .container .cadastrar-telesenas-container .cadastrar-telesenas-imagem-texto {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cadastrar-telesenas .container .cadastrar-telesenas-container .cadastrar-telesenas-imagem-texto {
    max-width: 17rem;
  }
}
.cadastrar-telesenas .container .cadastrar-telesenas-container .cadastrar-telesenas-imagem-texto .cadastrar-telesenas-conteudo {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 6px;
  text-align: center;
  flex-grow: 1;
}
.cadastrar-telesenas .container .cadastrar-telesenas-container .cadastrar-telesenas-imagem-texto .cadastrar-telesenas-conteudo .cadastrar-telesenas-conteudo-subtitle {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 1rem;
  font-weight: normal;
  text-align: center;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}
.cadastrar-telesenas .container .cadastrar-telesenas-container .cadastrar-telesenas-imagem-texto .cadastrar-telesenas-conteudo .cadastrar-telesenas-conteudo-disclaimer {
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}
.cadastrar-telesenas .container .cadastrar-telesenas-disclaimer-box {
  background-color: #006dff;
  width: 100%;
  padding: 10px 21px;
  border-radius: 36px;
  margin-bottom: 1rem;
}
.cadastrar-telesenas .container .cadastrar-telesenas-disclaimer-box .cadastrar-telesenas-disclaimer-box-texto {
  padding: 14px;
  border-radius: 32px;
  text-align: center;
  font-size: 1.2rem;
  color: #323232;
  background-color: white;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}

.separacao-container {
  position: relative;
}
@media (max-width: 767px) {
  .separacao-container {
    display: none;
  }
}
.separacao-container .separacao-transversal {
  position: absolute;
  height: 190px;
  width: 100%;
  top: -6rem;
  background: #f7c900;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transform: skewY(-5deg);
}
.separacao-container .separacao-transversal .cadastrar-telesenas-conteudo-box-container {
  margin-top: 7rem;
  text-align: center;
  transform: skewY(5deg);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.separacao-container .separacao-transversal .cadastrar-telesenas-conteudo-box-container .cadastrar-telesenas-conteudo-box {
  width: 100%;
  background-color: white;
  font-size: 1.5rem;
  color: #006dff;
  padding: 6px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}

.como-participar {
  background-color: #006dff;
  color: white;
}
.como-participar .container {
  width: 100%;
  padding: 16px;
  text-align: center;
}
.como-participar .container .como-participar-title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
@media (max-width: 767px) {
  .como-participar .container .como-participar-title {
    font-size: 2rem;
  }
}
.como-participar .container .como-participar-subtitle {
  font-size: 1.5rem;
  text-align: center;
  margin: 2rem 0rem;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
@media (max-width: 767px) {
  .como-participar .container .como-participar-subtitle {
    font-size: 1.2rem;
  }
}
.como-participar .container .como-participar-disclaimer {
  font-size: 0.8rem;
  text-align: center;
  margin: 2rem 0rem;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
.como-participar .container .como-participar-imagem-texto-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .como-participar .container .como-participar-imagem-texto-container {
    justify-content: center;
  }
}
.como-participar .container .como-participar-imagem-texto-container .como-participar-imagem-texto {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .como-participar .container .como-participar-imagem-texto-container .como-participar-imagem-texto {
    max-width: 40rem;
  }
}
.como-participar .container .como-participar-imagem-texto-container .como-participar-imagem-texto img {
  width: 100%;
  max-width: 500px;
}
.como-participar .container .como-participar-imagem-texto-container .como-participar-imagem-texto .como-participar-conteudo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  gap: 6px;
}
.como-participar .container .como-participar-imagem-texto-container .como-participar-imagem-texto .como-participar-conteudo .como-participar-conteudo-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}
.como-participar .container .como-participar-imagem-texto-container .como-participar-imagem-texto .como-participar-conteudo .como-participar-conteudo-subtitle {
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}

.tabela-ganhadores-sessao .container {
  background-color: #006dff;
  color: white;
}
.tabela-ganhadores-sessao .container .tabela-ganhadores-sessao-title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin-top: -3rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
@media (max-width: 767px) {
  .tabela-ganhadores-sessao .container .tabela-ganhadores-sessao-title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .tabela-ganhadores-sessao .container .tabela-ganhadores-sessao-title {
    margin-top: -2rem;
  }
}

.tabela-ganhadores-participantes-sessao .container {
  background-color: #006dff;
  color: white;
  margin-bottom: 1rem;
}
.tabela-ganhadores-participantes-sessao .container .sec-title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  margin-top: -3rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
@media (max-width: 767px) {
  .tabela-ganhadores-participantes-sessao .container .sec-title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .tabela-ganhadores-participantes-sessao .container .sec-title {
    margin-top: -2rem;
  }
}

.depoimento-ganhadores {
  background-color: white;
}
.depoimento-ganhadores .container {
  width: 100%;
  padding: 16px;
  text-align: center;
}
.depoimento-ganhadores .container .depoimento-ganhadores-title {
  color: #006dff;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}
@media (max-width: 767px) {
  .depoimento-ganhadores .container .depoimento-ganhadores-title {
    font-size: 2rem;
  }
}
.depoimento-ganhadores .container .depoimento-ganhadores-subtitle {
  color: #323232;
  font-size: 1.3rem;
  text-align: center;
  margin: 1rem 0rem 2rem;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}
.depoimento-ganhadores .container .depoimento-ganhadores-video-imagem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.depoimento-ganhadores .container .depoimento-ganhadores-video-imagem #porquinho-azul {
  width: 100%;
  max-width: 6rem;
}
.depoimento-ganhadores .container .depoimento-ganhadores-video-imagem #porquinho-azul img {
  width: 100%;
}
@media (max-width: 991px) {
  .depoimento-ganhadores .container .depoimento-ganhadores-video-imagem #porquinho-azul {
    display: none;
  }
}
@media (min-width: 992px) {
  .depoimento-ganhadores .container .depoimento-ganhadores-video-imagem #porquinho-azul {
    max-width: 10rem;
    margin-right: -1rem;
  }
}
@media (min-width: 1200px) {
  .depoimento-ganhadores .container .depoimento-ganhadores-video-imagem #porquinho-azul {
    max-width: 15rem;
    margin-right: -1rem;
  }
}
.depoimento-ganhadores .container .depoimento-ganhadores-video-imagem #porquinho-amarelo {
  width: 100%;
  max-width: 9rem;
}
.depoimento-ganhadores .container .depoimento-ganhadores-video-imagem #porquinho-amarelo img {
  width: 100%;
}
@media (max-width: 991px) {
  .depoimento-ganhadores .container .depoimento-ganhadores-video-imagem #porquinho-amarelo {
    display: none;
  }
}
@media (min-width: 992px) {
  .depoimento-ganhadores .container .depoimento-ganhadores-video-imagem #porquinho-amarelo {
    max-width: 15rem;
    margin-left: -3rem;
  }
}
@media (min-width: 1200px) {
  .depoimento-ganhadores .container .depoimento-ganhadores-video-imagem #porquinho-amarelo {
    max-width: 20rem;
    margin-left: -3rem;
  }
}
.depoimento-ganhadores .container .depoimento-ganhadores-video-imagem iframe {
  width: 100%;
  height: 400px;
}

.compre-aqui {
  background-color: #f7d133;
}
@media (max-width: 991px) {
  .compre-aqui {
    padding: 16px;
  }
}
.compre-aqui .container .compre-aqui-title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  color: white;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-shadow: 1px 1px 2px rgba(49, 42, 30, 0.5);
}
@media (max-width: 767px) {
  .compre-aqui .container .compre-aqui-title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .compre-aqui .container .compre-aqui-title {
    display: none;
  }
}
.compre-aqui .container .container-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.compre-aqui .container .container-img .compre-aqui-title {
  color: white;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}
@media (min-width: 992px) {
  .compre-aqui .container .container-img .compre-aqui-title {
    display: none;
  }
}
.compre-aqui .container .container-img .img-patricia {
  width: 100%;
}
.compre-aqui .container .container-img .img-patricia img {
  width: 100%;
}
@media (max-width: 991px) {
  .compre-aqui .container .container-img .img-patricia {
    display: none;
  }
}
.compre-aqui .container .container-img .img-porquinho {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.compre-aqui .container .container-img .img-porquinho img {
  width: 100%;
}
@media (max-width: 991px) {
  .compre-aqui .container .container-img .img-porquinho #img-porquinho-desktop {
    display: none;
  }
}
.compre-aqui .container .container-img .img-porquinho #img-porquinho-mobile {
  width: 100%;
  max-width: 20rem;
}
@media (min-width: 992px) {
  .compre-aqui .container .container-img .img-porquinho #img-porquinho-mobile {
    display: none;
  }
}
.compre-aqui .container .container-img .img-porquinho .img-porquinho-disclaimer {
  color: #323232;
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0rem;
  text-transform: uppercase;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}/*# sourceMappingURL=style.css.map */