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

.wrapper-loading {
  align-items: center;
  background-color: #002861;
  background-image: radial-gradient(#002861 25%, rgb(0, 23.175257732, 56.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: #004ed5;
}

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

h1.sec-title,
h2.sec-title {
  color: #edb303;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 3.757rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

h3.sec-subtitle {
  color: #ffffff;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 2.813rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 470px) {
  h1.sec-title,
  h2.sec-title {
    font-size: 1.5rem;
  }
  h3.sec-subtitle {
    font-size: 1.2rem;
  }
}
@media (min-width: 470.98px) and (max-width: 1599.98px) {
  h1.sec-title,
  h2.sec-title {
    font-size: 2.002rem;
  }
  h3.sec-subtitle {
    font-size: 1.501rem;
  }
}
@media (max-width: 576px) {
  h1.sec-title,
  h2.sec-title,
  h3.sec-subtitle {
    font-weight: 600;
  }
}
.header {
  top: auto;
  z-index: 20;
  position: fixed;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 3.438rem;
  margin-top: 15px;
}
.header .navbar-mobile {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .navbar-mobile .btn-flutuante {
  background: #edb303;
  border-radius: 22px;
  box-shadow: 2px -2px 2px rgba(84, 0, 0, 0.3) inset;
  color: #004ed5;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 16px;
}
.header .main-nav {
  width: 80%;
  height: 72px;
  border: 1px;
  border-radius: 10px;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  text-transform: uppercase;
  background: rgba(1, 56, 156, 0.5);
}
.header .main-nav .nav-list {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.header .main-nav .nav-list .nav-item {
  padding: 10px 12px;
}
.header .main-nav .nav-list .nav-item a {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
}
.header .main-nav .nav-list .nav-item:active, .header .main-nav .nav-list .nav-item.active, .header .main-nav .nav-list .nav-item:hover {
  border-radius: 10px;
  background: #002861;
  transition: all 400ms linear 0ms;
}
@media (max-width: 430px) {
  .header {
    margin-top: 12px;
  }
  .header .navbar-brand {
    margin-left: 23px;
  }
  .header .navbar-brand img {
    width: 50px;
  }
}
@media (min-width: 430.98px) and (max-width: 575.98px) {
  .header {
    margin-top: 10px;
  }
  .header .navbar-brand {
    margin-left: 40px;
  }
  .header .navbar-brand img {
    width: 75px;
  }
  .header .main-menu-btn {
    margin-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 800px) {
  .header {
    margin-top: 15px;
  }
  .header .navbar-brand {
    margin-left: 10px;
  }
  .header .navbar-brand img {
    width: 65px;
  }
  .header .main-menu-btn {
    margin-right: 10px;
  }
}
@media (min-width: 800px) and (max-width: 991.98px) {
  .header {
    margin-top: 30px;
  }
  .header .navbar-brand {
    margin-left: 20px;
  }
  .header .navbar-brand img {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .header {
    justify-content: space-between;
  }
  .header .main-nav {
    display: none;
  }
  .header .main-menu-btn {
    margin-right: 20px;
    color: #edb303;
    background: rgba(1, 56, 156, 0.5) !important;
    border: 1px;
    border-radius: 10px;
    width: 44px;
    height: 42px;
  }
  .header .main-menu-btn span {
    background-color: #ffc500;
  }
}
@media (min-width: 992px) {
  .header .navbar-mobile {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .header {
    margin-top: 15px;
  }
  .header .main-nav .nav-list .nav-item {
    padding: 10px 8px;
  }
  .header .main-nav .nav-list .nav-item a {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .header .main-nav .nav-list .nav-item a {
    font-size: 1.3rem;
  }
}
@media (min-width: 1700px) {
  .header .main-nav {
    width: 75%;
  }
}
@media (min-width: 1800px) {
  .header .main-nav {
    width: 70%;
  }
}
@media (min-width: 1920px) {
  .header .main-nav {
    width: 65%;
  }
}

@media (max-width: 991.98px) {
  .main-menu-open .main-nav {
    border-radius: 0;
    background-color: #002861;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    padding: 80px 20px 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: visible;
    width: 100%;
    z-index: 3;
    transition: all 0.4s linear;
  }
  .main-menu-open .main-nav .nav-list {
    display: block;
    font-size: 20px;
    line-height: 2.5;
    margin: 2px 0;
    width: 100%;
  }
  .main-menu-open .main-nav .nav-list .nav-item {
    padding: 0 8px;
  }
  .main-menu-open .main-nav .nav-list .nav-item a {
    display: block;
    line-height: 2.5;
    font-size: 20px;
    width: 100%;
    padding: 0 8px;
  }
  .main-menu-open .main-nav .nav-list .nav-item a:active, .main-menu-open .main-nav .nav-list .nav-item a.active {
    border-radius: 10px;
    background: rgba(1, 56, 156, 0.5);
    transition: all 400ms linear 0ms;
  }
}
/* -----------------------------------
    FOOTER
----------------------------------- */
.footer {
  color: #ffffff;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
}
.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: 400;
  text-align: center;
}
@media (max-width: 991.98px) {
  .footer {
    margin-top: 20px;
  }
  .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 {
    margin-top: 30px;
  }
  .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;
    margin: auto;
    padding: 24px 0;
    width: 80%;
  }
}

.bottom-site {
  background-color: #002861;
  padding-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .bottom-site {
    background-position: center center;
  }
}

/* -----------------------------------
    COMPONENTS
----------------------------------- */
.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;
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2) inset;
  display: block;
  height: 4px;
  left: 10px;
  position: absolute;
  width: 25px;
  transform-origin: left center;
  transition: all 0.4s 0.1s ease-in-out;
}
.main-menu-btn span:nth-child(1) {
  top: 14px;
}
.main-menu-btn span:nth-child(2) {
  width: 22px;
  top: 20px;
}
.main-menu-btn span:nth-child(3) {
  top: 26px;
}

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

.btn-compre-aqui {
  background-image: linear-gradient(to bottom, #000000 25%, #ffffff 78%);
  background-repeat: repeat-x;
  border-radius: 60px;
  box-shadow: inset -2px 2px 3px rgba(255, 255, 255, 0.8);
  color: #004ed5;
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.btn-compre-aqui .text {
  background-image: linear-gradient(to bottom, #000000 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(0, 0, 0, 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: #004ed5;
  background-image: radial-gradient(#004ed5 25%, rgb(0, 63.0591549296, 172.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;
}

body ::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0.8125rem;
}
body ::-webkit-scrollbar {
  background-color: #ffffff;
  border-radius: 1rem;
  width: 1rem;
}
body ::-webkit-scrollbar-thumb {
  background-color: #004ed5;
  border: 3px solid #ffffff;
  border-radius: 1rem;
}

/* -----------------------------------
    SECTIONS
----------------------------------- */
@media (max-width: 991.98px) {
  .sec {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .sec {
    padding-top: 40px;
  }
}
/* -----------------------------------
	SECTION : INÍCIO
----------------------------------- */
.sec-inicio {
  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
}
.sec-inicio .hero-img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------------------------------------
	SECTION : PREMIAÇÃO
--------------------------------------- */
.sec-cta-premiacao {
  align-items: center;
  background: #002861;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}
.sec-cta-premiacao .cta-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.sec-cta-premiacao .cta-container .sec-title {
  text-align: left;
  width: 100%;
}
.sec-cta-premiacao .cta-container .sec-subtitle {
  text-align: left;
  width: 100%;
  color: white;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 2.813rem;
  font-weight: 800;
  line-height: 1.1;
}
@media (max-width: 470px) {
  .sec-cta-premiacao .cta-container .sec-subtitle {
    font-size: 1.2rem;
  }
}
@media (min-width: 470.98px) and (max-width: 1599.98px) {
  .sec-cta-premiacao .cta-container .sec-subtitle {
    font-size: 1.501rem;
  }
}
@media (max-width: 576px) {
  .sec-cta-premiacao .cta-container .sec-subtitle {
    font-weight: 600;
  }
}
@media (max-width: 360px) {
  .sec-cta-premiacao .cta-container .sec-subtitle {
    font-size: 1rem;
  }
  .sec-cta-premiacao .cta-container .cta-button-img {
    max-width: 250px;
  }
}
@media (min-width: 360.98px) and (max-width: 576px) {
  .sec-cta-premiacao .cta-container .cta-button-img {
    max-width: 320px;
  }
}
@media (max-width: 360px) {
  .sec-cta-premiacao .container-porquinho-img img {
    width: 100%;
  }
}
.sec-cta-premiacao .container-porquinho-img {
  margin-bottom: 3rem;
}
@media (min-width: 1600px) {
  .sec-cta-premiacao {
    flex-direction: row;
  }
  .sec-cta-premiacao .container-porquinho-img {
    margin-bottom: 0;
  }
}

/* ---------------------------------------
	SECTION : MOTIVOS
--------------------------------------- */
.sec-motivos {
  background: #004ed5;
}
.sec-motivos .motivos-lista {
  display: flex;
  gap: 5px;
  justify-content: space-around;
  margin: 2.5rem auto;
  max-width: 600px;
}
.sec-motivos .motivos-lista .list-item {
  text-align: center;
  max-width: 470px;
}
.sec-motivos .motivos-lista .list-item .sec-subtitle .destaq {
  color: #edb303;
  font-weight: 700;
}
@media (max-width: 360px) {
  .sec-motivos .motivos-lista .list-item .sec-subtitle {
    font-size: 0.8rem;
  }
  .sec-motivos .motivos-lista .list-item img {
    width: 80px;
    height: 100px;
  }
}
@media (min-width: 360.98px) and (max-width: 470px) {
  .sec-motivos .motivos-lista .list-item .sec-subtitle {
    font-size: 1rem;
  }
  .sec-motivos .motivos-lista .list-item img {
    width: 90px;
    height: 100px;
  }
}
@media (min-width: 1600px) {
  .sec-motivos .motivos-lista {
    margin: 2.5rem auto;
    max-width: 1600px;
  }
}

/* ---------------------------------------
	SECTION : O QUE É
--------------------------------------- */
.sec-o-que-e {
  align-items: center;
  background: #002861;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 32px;
}
.sec-o-que-e .sec-title {
  color: #edb303;
  text-align: center;
}
.sec-o-que-e .container-info {
  align-items: center;
  display: flex;
  gap: 4rem;
  margin-top: 3rem;
  line-height: 1.3;
  justify-content: center;
}
.sec-o-que-e .container-info .text {
  color: #ffffff;
  font-size: 1.501rem;
  line-height: 1.1;
  max-width: 350px;
}
.sec-o-que-e .container-info .text .destaq-primary {
  color: #edb303;
  font-weight: 600;
}
.sec-o-que-e .container-info .text .destaq-secondary {
  font-weight: 600;
}
@media (max-width: 360px) {
  .sec-o-que-e .container-info {
    gap: 2px;
  }
  .sec-o-que-e .container-info .img img {
    width: 100px;
  }
  .sec-o-que-e .container-info .text {
    font-size: 1rem;
  }
}
@media (min-width: 360.98px) and (max-width: 576px) {
  .sec-o-que-e .container-info {
    gap: 1rem;
  }
  .sec-o-que-e .container-info .text {
    font-size: 1rem;
  }
  .sec-o-que-e .container-info .img img {
    width: 100px;
  }
}
@media (min-width: 576.98px) and (max-width: 767px) {
  .sec-o-que-e .container-info .img img {
    width: 200px;
  }
}
@media (min-width: 1600px) {
  .sec-o-que-e .container-info .text {
    font-size: 2.813rem;
    max-width: 550px;
  }
}

/* -----------------------------------
	SECTION : GANHADORES
----------------------------------- */
.sec-ganhadores {
  background-color: #002861;
  padding-bottom: 64px;
}

/* ---- FILTRO */
/* ---- Dropdown list */
.sec-ganhadores .dd-nav-ganhadores {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
.sec-ganhadores .dd-nav-ganhadores .label {
  color: #ffffff;
  float: left;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  margin-right: 8px;
}
.sec-ganhadores .dd-nav-ganhadores .btn-nav-ganhadores {
  align-items: center;
  background-color: #ffffff;
  border: 3px solid #004ed5;
  border-radius: 0.625rem;
  color: #495057;
  display: flex;
  height: 38px;
  padding: 4px;
  position: relative;
  min-width: 195px;
}
.sec-ganhadores .dd-nav-ganhadores .btn-nav-ganhadores::after {
  border: 0 none;
  color: #707070;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5em;
  position: absolute;
  right: 4px;
  width: 16px;
}
.sec-ganhadores .dd-nav-ganhadores .btn-nav-ganhadores.show::after {
  content: "\f00d";
}
.sec-ganhadores .dd-nav-ganhadores .btn-nav-ganhadores:hover {
  visibility: visible;
}
.sec-ganhadores .dd-nav-ganhadores .nav-ganhadores .ganhadores-item {
  align-items: center;
  display: flex;
  line-height: 50px;
  margin: 4px 10px;
}
.sec-ganhadores .dd-nav-ganhadores .nav-ganhadores .ganhadores-item .ganhadores-link {
  background-color: rgb(238.5, 244.5422535211, 255);
  border-radius: 6px;
  padding: 4px 0;
}
.sec-ganhadores .dd-nav-ganhadores .nav-ganhadores .item-label {
  align-items: center;
  color: #495057;
  display: flex;
}
.sec-ganhadores .dd-nav-ganhadores .nav-ganhadores .item-label .item-name {
  font-size: 14px;
  line-height: 1.1;
  width: 100px;
}
.sec-ganhadores .dd-nav-ganhadores .nav-ganhadores .item-label .item-name span {
  display: block;
  text-align: left;
}

/* ---- Input search */
.sec-ganhadores div.dt-container .dt-search label {
  color: #004ed5;
  font-weight: 900;
  text-transform: uppercase;
}
.sec-ganhadores div.dt-container .dt-search input.dt-input {
  background-color: #ffffff;
  border: 3px solid #004ed5;
  border-radius: 0.625rem;
  color: #495057;
  border: 3px solid #004ed5;
  border-radius: 0.625rem;
  padding: 0.25rem;
}
@media (max-width: 767.98px) {
  .sec-ganhadores div.dt-container .dt-search {
    display: flex;
  }
  .sec-ganhadores div.dt-container .dt-search input.dt-input {
    flex-grow: 1;
  }
}

/* ---- Headers */
table.dataTable thead > tr > th.dt-orderable-asc {
  cursor: default;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover {
  cursor: default;
  outline: 0 none;
}
table.dataTable thead > tr > th.dt-orderable-asc .dt-column-header, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-title {
  cursor: default;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after {
  content: "";
  display: none;
}

/* ---- Page buttons */
div.dt-container .dt-paging .dt-paging-button {
  border-radius: 12px;
}
div.dt-container .dt-paging .dt-paging-button.current {
  background-color: #ffffff;
  background-image: none;
}
div.dt-container .dt-paging .dt-paging-button:hover {
  background-color: #004ed5;
  background-image: none;
  border-color: transparent;
}
div.dt-container .dt-paging .dt-paging-button.current:hover {
  background-color: rgb(162, 196.0563380282, 255);
  background-image: none;
}

/* ---- EXIBIÇÃO */
.sec-ganhadores .tab-content .tab-pane .dt-container {
  background-color: #f5f5f5;
  border-radius: 6px;
  color: #002861;
  padding: 12px 8px;
}
.sec-ganhadores .tab-content .sorteio-label {
  align-items: center;
  color: #004ed5;
  display: flex;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .sec-ganhadores .tab-content .sorteio-label {
    justify-content: center;
  }
}
.sec-ganhadores .tab-content .sorteio-label .sorteio-label-text span {
  display: block;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .sec-ganhadores .tab-content .sorteio-label {
    justify-content: center;
  }
  .sec-ganhadores .tab-content .sorteio-label .sorteio-label-text {
    padding-right: 16px;
  }
  .sec-ganhadores .tab-content .sorteio-label .sorteio-label-text span {
    text-align: left;
  }
}
.sec-ganhadores .tab-content .tabela-ganhadores th, .sec-ganhadores .tab-content .tabela-ganhadores td {
  white-space: nowrap;
}
.sec-ganhadores .tab-content .tabela-ganhadores th {
  color: #004ed5;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .sec-ganhadores .tab-content .tabela-ganhadores td {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .sec-ganhadores .tab-content .tabela-ganhadores td {
    font-size: 14px;
  }
}

/* ---- SEM GANHADORES */
.sec-ganhadores .conteudo {
  background-color: #f5f5f5;
  border-radius: 6px;
  display: none;
  margin: 0 auto 2rem;
  padding: 0.5rem;
  width: 80%;
}
.sec-ganhadores .conteudo p {
  color: #004ed5;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0.5rem 1rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .sec-ganhadores .conteudo {
    width: 95%;
  }
  .sec-ganhadores .conteudo p {
    font-size: 1.25rem;
  }
}

/* ---------------------------------------
	SECTION : COMO FUNCIONA A PROMOÇÃO
--------------------------------------- */
.sec-como-funciona {
  background: #002861;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.sec-como-funciona .porquinho-img {
  display: none;
}
.sec-como-funciona .sec-subtitle {
  margin-top: 2rem;
  color: white;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 2.813rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 470px) {
  .sec-como-funciona .sec-subtitle {
    font-size: 1.2rem;
  }
}
@media (min-width: 470.98px) and (max-width: 1599.98px) {
  .sec-como-funciona .sec-subtitle {
    font-size: 1.501rem;
  }
}
@media (max-width: 576px) {
  .sec-como-funciona .sec-subtitle {
    font-weight: 600;
  }
}
.sec-como-funciona .container-lista {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 2.5rem;
}
.sec-como-funciona .container-lista .list-item {
  display: flex;
  align-items: self-start;
  gap: 1rem;
}
.sec-como-funciona .container-lista .list-item .info-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.944rem;
  color: #ffffff;
  height: 49px;
  width: 49px;
  border: 3px solid #ffffff;
  border-radius: 10px;
}
.sec-como-funciona .container-lista .list-item .info-text {
  width: 450px;
  background: #ffffff;
  border-radius: 20px;
  text-align: left;
  color: #001e65;
  font-size: 1.384rem;
  line-height: 1;
  font-weight: 600;
  padding: 15px 15px 20px;
}
@media (max-width: 360.98px) {
  .sec-como-funciona .container-lista .list-item .info-text {
    width: 100%;
  }
}
@media (min-width: 361px) and (max-width: 420px) {
  .sec-como-funciona .container-lista .list-item .info-text {
    width: 250px;
  }
}
@media (min-width: 420.98px) and (max-width: 576px) {
  .sec-como-funciona .container-lista .list-item {
    gap: 5px;
  }
  .sec-como-funciona .container-lista .list-item .info-text {
    width: 360px;
  }
}
@media (min-width: 1600px) {
  .sec-como-funciona .container-lista {
    position: relative;
    z-index: 2;
  }
  .sec-como-funciona .container-lista .list-item {
    gap: 1rem;
  }
  .sec-como-funciona .container-lista .list-item .info-number {
    font-size: 3.966rem;
    color: #ffffff;
    height: 98px;
    width: 98px;
    border: 6px solid #ffffff;
  }
  .sec-como-funciona .container-lista .list-item .info-text {
    width: 915px;
    font-size: 2.813rem;
    line-height: 1;
    padding: 28px 0px 33px 30px;
  }
  .sec-como-funciona .container-img .porquinho-img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin-right: -7%;
    width: 460px;
  }
}
@media (min-width: 1700px) {
  .sec-como-funciona .container-img .porquinho-img {
    margin-right: -5%;
    width: 470px;
  }
}
@media (min-width: 1800px) {
  .sec-como-funciona .container-img .porquinho-img {
    margin-right: -3%;
    width: 480px;
  }
}
@media (min-width: 1920px) {
  .sec-como-funciona .container-img .porquinho-img {
    width: 525px;
  }
}

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

.faq-lista {
  margin-bottom: 0;
  overflow: hidden;
}
.faq-lista .faq-item {
  animation: bounceInUp 1s ease both;
  background-color: #ffffff;
  margin: 10px 0;
  position: relative;
}
.faq-lista .faq-item .seta {
  margin-top: 3px;
  position: absolute;
  transform: translate(-6px, 0);
}
.faq-lista .faq-item .seta:before, .faq-lista .faq-item .seta:after {
  content: "";
  position: absolute;
  background-color: #002861;
  width: 3px;
  height: 16px;
}
.faq-lista .faq-item .seta:before {
  transform: translate(2px, 0) rotate(45deg);
}
.faq-lista .faq-item .seta:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq-lista .faq-item .titulo {
  font-weight: 600;
  margin-bottom: 0;
}
.faq-lista .faq-item .titulo > p {
  display: inline;
  margin: 0;
}
.faq-lista .faq-item .conteudo {
  max-height: 800px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transform: translate(0, 0);
  transition: all 500ms ease;
  z-index: 2;
}
.faq-lista .faq-item input[type=checkbox] {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.faq-lista .faq-item input[type=checkbox]:checked ~ .conteudo {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.faq-lista .faq-item input[type=checkbox]:checked ~ .seta:before {
  height: 9px;
  margin-top: 9px;
  transform: translate(2px, 0) rotate(45deg);
}
.faq-lista .faq-item input[type=checkbox]:checked ~ .seta:after {
  height: 9px;
  margin-top: 9px;
  transform: translate(-2px, 0) rotate(-45deg);
}
.faq-lista .faq-item .conteudo, .faq-lista .faq-item .seta:before, .faq-lista .faq-item .seta:after {
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991.98px) {
  .faq-lista .faq-item {
    padding: 20px 18px;
  }
  .faq-lista .faq-item .seta {
    right: 24px;
  }
  .faq-lista .faq-item .titulo {
    font-size: 14px;
    padding-right: 24px;
  }
  .faq-lista .faq-item .conteudo {
    font-size: 13px;
    padding: 4px 0;
  }
}
@media (min-width: 992px) {
  .faq-lista .faq-item {
    padding: 50px 46px;
  }
  .faq-lista .faq-item .seta {
    right: 52px;
  }
  .faq-lista .faq-item .titulo {
    font-size: 18px;
    padding-right: 24px;
  }
  .faq-lista .faq-item .conteudo {
    font-size: 16px;
    padding: 4px 0;
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* -----------------------------------
	SECTION : REGULAMENTO
----------------------------------- */
.sec-regulamento {
  color: #ffffff;
  background: #002861;
  line-height: 1.1;
  text-align: center;
}
.sec-regulamento .sec-title {
  font-size: 38px;
}
.sec-regulamento .regulamento-link {
  display: inline-block;
}
.sec-regulamento .regulamento-link-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
.sec-regulamento .regulamento-link-wrapper .regulamento-cta {
  background-color: #ffffff;
  border-radius: 24px;
  color: #002861;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .sec-regulamento {
    font-size: 16px;
    padding-top: 40px;
  }
  .sec-regulamento h2.sec-title {
    margin-bottom: 32px;
  }
  .sec-regulamento .regulamento-link-wrapper {
    gap: 8px;
  }
  .sec-regulamento .regulamento-link-wrapper img {
    width: 28px;
  }
  .sec-regulamento .regulamento-link-wrapper .regulamento-cta {
    font-size: 14px;
    line-height: 26px;
    padding: 0 40px;
  }
  .sec-regulamento .periodo {
    font-size: 13px;
    margin: 26px 0 12px;
  }
  .sec-regulamento .periodo strong {
    font-weight: 400;
  }
  .sec-regulamento .lettering {
    font-size: 10px;
    font-weight: 300;
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .sec-regulamento {
    font-size: 34px;
    padding-top: 80px;
  }
  .sec-regulamento h2.sec-title {
    margin-bottom: 48px;
  }
  .sec-regulamento .regulamento-link-wrapper {
    gap: 16px;
  }
  .sec-regulamento .regulamento-link-wrapper .regulamento-cta {
    font-size: 28px;
    line-height: 55px;
    padding: 0 80px;
  }
  .sec-regulamento .periodo {
    margin: 38px 0 30px;
  }
  .sec-regulamento .lettering {
    font-size: 16px;
  }
}

/* ---------------------------------------
	SECTION : QUAIS SÃO OS PRÊMIOS
--------------------------------------- */
.sec-premios {
  background: #004ed5;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.sec-premios .sec-subtitle {
  color: white;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 2.813rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 470px) {
  .sec-premios .sec-subtitle {
    font-size: 1.2rem;
  }
}
@media (min-width: 470.98px) and (max-width: 1599.98px) {
  .sec-premios .sec-subtitle {
    font-size: 1.501rem;
  }
}
@media (max-width: 576px) {
  .sec-premios .sec-subtitle {
    font-weight: 600;
  }
}
.sec-premios .premios-lista {
  display: flex;
  gap: 1rem;
  margin: 2.5rem auto;
  max-width: 535px;
  justify-content: center;
}
.sec-premios .premios-lista .list-item {
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 225px;
  text-align: center;
  width: 170px;
}
.sec-premios .premios-lista .list-item .container-img {
  margin: 1rem;
}
.sec-premios .premios-lista .list-item .container-img img {
  width: 120px;
}
.sec-premios .premios-lista .list-item .container-text {
  color: #044fd0;
  line-height: 0.3;
}
.sec-premios .premios-lista .list-item .container-text .chances-text {
  font-size: 12px;
}
.sec-premios .premios-lista .list-item .container-text .valor-text {
  color: #192c60;
  font-size: 1.501rem;
}
.sec-premios .premios-lista .list-item .container-text .valor-text span {
  font-size: 14px;
}
@media (max-width: 576px) {
  .sec-premios .premios-lista {
    align-items: center;
    border-radius: 40px;
    flex-wrap: wrap;
  }
  .sec-premios .premios-lista .list-item .container-img img {
    width: 100px;
  }
}
@media (min-width: 1600.98px) {
  .sec-premios .premios-lista {
    max-width: 1410px;
    gap: 1rem;
  }
  .sec-premios .premios-lista .list-item {
    border-radius: 40px;
    height: 595px;
    width: 450px;
  }
  .sec-premios .premios-lista .list-item .container-img {
    margin: 60px;
  }
  .sec-premios .premios-lista .list-item .container-img img {
    width: 100%;
  }
  .sec-premios .premios-lista .list-item .container-text {
    font-size: 24px;
    line-height: 0.6;
  }
  .sec-premios .premios-lista .list-item .container-text .chances-text {
    font-size: 24px;
  }
  .sec-premios .premios-lista .list-item .container-text .valor-text {
    color: #192c60;
    font-size: 3.757rem;
  }
  .sec-premios .premios-lista .list-item .container-text .valor-text span {
    font-size: 30px;
  }
}

/* ---------------------------------------
	SECTION : COMO CADASTRAR  TELE SENA SEMANAL FÍSICA
--------------------------------------- */
.sec-cadastro {
  align-items: center;
  background: #004ed5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
  padding-left: 15px;
  padding-right: 15px;
}
.sec-cadastro .sec-title {
  color: #edb303;
  text-align: center;
}
.sec-cadastro .container-info {
  align-items: center;
  display: flex;
  gap: 4rem;
  margin-top: 3rem;
  line-height: 1.1;
}
.sec-cadastro .container-info .text {
  color: #ffffff;
  font-size: 1.501rem;
  width: 390px;
}
.sec-cadastro .container-info .text .destaq-primary {
  color: #edb303;
  font-weight: 600;
}
.sec-cadastro .container-info .text .destaq-secondary {
  font-weight: 500;
}
.sec-cadastro .cadastro-cards .container-info:nth-child(odd) .text {
  text-align: left;
}
.sec-cadastro .cadastro-cards .container-info:nth-child(even) .text {
  text-align: right;
}
@media (max-width: 360px) {
  .sec-cadastro .container-info {
    gap: 5px;
  }
  .sec-cadastro .container-info .text {
    width: 100%;
    font-size: 1rem;
  }
  .sec-cadastro .container-info .img img {
    width: 100px;
  }
}
@media (min-width: 360.98px) and (max-width: 610px) {
  .sec-cadastro .container-info {
    gap: 1rem;
  }
  .sec-cadastro .container-info .text {
    font-size: 1rem;
    width: 230px;
  }
  .sec-cadastro .container-info .img img {
    width: 100px;
  }
}
@media (min-width: 1600px) {
  .sec-cadastro .container-info {
    gap: 4rem;
    line-height: 1.3;
  }
  .sec-cadastro .container-info .text {
    color: #ffffff;
    font-size: 2.813rem;
    width: 700px;
  }
}

/* ---------------------------------------
	SECTION : CTA PARTICIPAÇÃO
--------------------------------------- */
/* -----------------------------------
    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;
}

h1.sec-title,
h2.sec-title {
  color: #edb303;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 3.757rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

h3.sec-subtitle {
  color: #ffffff;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 2.813rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 470px) {
  h1.sec-title,
  h2.sec-title {
    font-size: 1.5rem;
  }
  h3.sec-subtitle {
    font-size: 1.2rem;
  }
}
@media (min-width: 470.98px) and (max-width: 1599.98px) {
  h1.sec-title,
  h2.sec-title {
    font-size: 2.002rem;
  }
  h3.sec-subtitle {
    font-size: 1.501rem;
  }
}
@media (max-width: 576px) {
  h1.sec-title,
  h2.sec-title,
  h3.sec-subtitle {
    font-weight: 600;
  }
}
.sec-cta-participacao {
  align-items: center;
  background: #004ed5;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}
.sec-cta-participacao .cta-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.sec-cta-participacao .cta-container .sec-title {
  text-align: left;
  width: 100%;
}
.sec-cta-participacao .cta-container .sec-subtitle {
  text-align: left;
  width: 100%;
  color: white;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 2.813rem;
  font-weight: 800;
  line-height: 1.1;
}
@media (max-width: 470px) {
  .sec-cta-participacao .cta-container .sec-subtitle {
    font-size: 1.2rem;
  }
}
@media (min-width: 470.98px) and (max-width: 1599.98px) {
  .sec-cta-participacao .cta-container .sec-subtitle {
    font-size: 1.501rem;
  }
}
@media (max-width: 576px) {
  .sec-cta-participacao .cta-container .sec-subtitle {
    font-weight: 600;
  }
}
@media (max-width: 360px) {
  .sec-cta-participacao .cta-container .sec-subtitle {
    font-size: 1rem;
  }
  .sec-cta-participacao .cta-container .cta-button-img {
    max-width: 250px;
  }
}
@media (min-width: 360.98px) and (max-width: 576px) {
  .sec-cta-participacao .cta-container .cta-button-img {
    max-width: 320px;
  }
}
@media (min-width: 1600px) {
  .sec-cta-participacao {
    flex-direction: row;
  }
  .sec-cta-participacao .container-porquinho-img {
    margin-bottom: 0;
  }
}

/* ---------------------------------------
	SECTION : O RESULTADO
--------------------------------------- */
.sec-resultado {
  background: #002861;
  padding-bottom: 1rem;
}
.sec-resultado .container-title {
  align-items: center;
  border: 3px solid #ffffff;
  border-radius: 40px;
  display: flex;
  height: 115px;
  justify-content: center;
  margin: 0 auto;
  max-width: 80%;
  padding: 10px 5px;
}
.sec-resultado .sec-subtitle {
  margin: 2rem 0;
  color: white;
  font-family: "Diodrum Cyrillic", Tahoma, sans-serif;
  font-size: 2.813rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 470px) {
  .sec-resultado .sec-subtitle {
    font-size: 1.2rem;
  }
}
@media (min-width: 470.98px) and (max-width: 1599.98px) {
  .sec-resultado .sec-subtitle {
    font-size: 1.501rem;
  }
}
@media (max-width: 576px) {
  .sec-resultado .sec-subtitle {
    font-weight: 600;
  }
}
.sec-resultado .container-lista {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 2.5rem auto;
  max-width: 80%;
}
.sec-resultado .container-lista .list-item {
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 225px;
  justify-content: space-evenly;
  padding: 8px;
  text-align: center;
  width: 195px;
}
.sec-resultado .container-lista .list-item .info-text {
  color: #001867;
  font-size: 1.334rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 507px) and (max-width: 1034px) {
  .sec-resultado .container-lista {
    max-width: 100%;
  }
  .sec-resultado .container-lista .list-item {
    width: 170px;
  }
  .sec-resultado .container-lista .list-item .info-img img {
    width: 60px;
  }
  .sec-resultado .container-lista .list-item .info-text {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .sec-resultado .container-title {
    border: 6px solid #ffffff;
    border-radius: 40px;
    height: 200px;
    margin: 0 auto;
    width: 1380px;
  }
  .sec-resultado .sec-subtitle {
    margin: 2rem 0;
  }
  .sec-resultado .container-lista {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin: 2.5rem auto;
    width: 1600px;
  }
  .sec-resultado .container-lista .list-item {
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    height: 420px;
    width: 362px;
  }
  .sec-resultado .container-lista .list-item .info-text {
    color: #001867;
    font-size: 2.499rem;
    line-height: 1;
    font-weight: bolder;
  }
}/*# sourceMappingURL=style.css.map */