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

.wrapper-loading {
  align-items: center;
  background-color: #6c398a;
  background-image: -moz-radial-gradient(#6c398a 25%, rgb(85.4030769231, 45.0738461538, 109.1261538462));
  background-image: -webkit-radial-gradient(#6c398a 25%, rgb(85.4030769231, 45.0738461538, 109.1261538462));
  background-image: radial-gradient(#6c398a 25%, rgb(85.4030769231, 45.0738461538, 109.1261538462));
  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: #6c398a;
}

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

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

@media (max-width: 767.98px) {
  h1.sec-title,
  h2.sec-title {
    font-size: 1.5625rem;
  }
  h3.sec-title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h3.sec-title {
    font-size: 1.835rem;
  }
}
.header {
  -moz-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: auto;
  width: 100%;
  z-index: 20;
}
.header .navbar-brand {
  position: absolute;
}
.header .main-menu-btn {
  float: right;
  position: relative;
}

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

.main-nav .nav-link {
  border-radius: 8px;
  color: #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: transparent;
  }
  .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 {
  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: #006dff;
  padding-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .bottom-site {
    background-image: url("../img/bg-ondas-mobile.png");
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .bottom-site {
    background-image: url("../img/bg-ondas.png");
  }
}

/* -----------------------------------
    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;
  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-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: #6c398a;
  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: #6c398a;
  background-image: -moz-radial-gradient(#6c398a 25%, rgb(85.4030769231, 45.0738461538, 109.1261538462));
  background-image: -webkit-radial-gradient(#6c398a 25%, rgb(85.4030769231, 45.0738461538, 109.1261538462));
  background-image: radial-gradient(#6c398a 25%, rgb(85.4030769231, 45.0738461538, 109.1261538462));
  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: #6c398a;
  border-radius: 0.8125rem;
}
body ::-webkit-scrollbar {
  background-color: #6c398a;
  border-radius: 0.8125rem;
  width: 0.8125rem;
}
body ::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border: 3px solid #6c398a;
  border-radius: 0.8125rem;
}

/* -----------------------------------
    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: 0;
  }
}
.sec-inicio picture img {
  width: 100%;
}

/* -----------------------------------
	SECTION : A PROMOÇÃO
----------------------------------- */
.sec-a-promocao {
  background-color: #006dff;
  color: #ffffff;
}
.sec-a-promocao h1.sec-title {
  font-weight: 700;
  line-height: 0;
}
.sec-a-promocao h1.sec-title .big {
  color: #ffffff;
  display: block;
  line-height: 1;
}
.sec-a-promocao h1.sec-title .small {
  color: #fcd016;
  font-size: 2.25rem;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .sec-a-promocao h1.sec-title .big {
    font-size: 1.5625rem;
  }
  .sec-a-promocao h1.sec-title .small {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .sec-a-promocao h1.sec-title .big {
    font-size: 3.875rem;
  }
  .sec-a-promocao h1.sec-title .small {
    font-size: 2.25rem;
  }
}
.sec-a-promocao .a-promocao-destaque {
  text-align: center;
}
.sec-a-promocao .a-promocao-destaque p {
  line-height: 1.2;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.sec-a-promocao .a-promocao-destaque .pill {
  background-color: #fcd016;
  border-radius: 2rem;
  color: #006dff;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
}
.sec-a-promocao .promocao-lista li {
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem;
}
.sec-a-promocao .promocao-lista li .desc .label {
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
.sec-a-promocao .promocao-lista li .desc .info {
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .sec-a-promocao {
    background-image: url("../img/bg-ondas-mobile.png");
    background-position: center center;
    font-size: 13px;
    padding-bottom: 36px;
  }
  .sec-a-promocao .a-promocao-destaque .pill {
    font-size: 15px;
    margin-bottom: 40px;
    padding: 0.4125rem 0.75rem;
  }
  .sec-a-promocao .promocao-lista li img {
    margin-right: 12px;
    width: 48px;
  }
  .sec-a-promocao .promocao-lista li .desc h3.label {
    font-size: 16px;
  }
  .sec-a-promocao .promocao-lista li .desc .info {
    font-size: 10px;
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  .sec-a-promocao {
    background-image: url("../img/bg-ondas.png");
    font-size: 24px;
    padding-bottom: 136px;
  }
  .sec-a-promocao .a-promocao-destaque p {
    width: 65%;
  }
  .sec-a-promocao .a-promocao-destaque .pill {
    font-size: 1.5rem;
    padding: 0.625rem 1.5rem 0.825rem;
  }
  .sec-a-promocao .promocao-lista li img {
    margin-right: 24px;
  }
  .sec-a-promocao .promocao-lista li .desc h3.label {
    font-size: 24px;
  }
  .sec-a-promocao .promocao-lista li .desc .info {
    font-size: 1.25rem;
    margin-top: 8px;
  }
}

/* -----------------------------------
	SECTION : COMO PARTICIPAR
----------------------------------- */
.sec-como-participar {
  background-color: #fcd016;
  color: rgb(117.8861538462, 62.2176923077, 150.6323076923);
  padding-bottom: 44px;
}
.sec-como-participar h2.sec-title {
  color: #6c398a;
}
.sec-como-participar .cp-wrapper > p {
  line-height: 1.3;
  text-align: center;
}
.sec-como-participar .cp-lista {
  margin: 0;
}
.sec-como-participar .cp-lista .cp-item .cp-card {
  padding: 16px 0;
  text-align: center;
}
.sec-como-participar .cp-lista .cp-item .cp-card .cp-card-img {
  max-width: 100%;
}
.sec-como-participar .cp-lista .cp-item .cp-card .cp-card-title {
  font-weight: 700;
  margin-bottom: 0;
}
.sec-como-participar .cp-lista .cp-item .cp-card .cp-card-desc {
  font-weight: 500;
  line-height: 1.2;
}
.sec-como-participar .cp-lista .cp-item .cp-card .cp-card-lett {
  font-weight: 400;
  line-height: 1.1;
  margin: 12px auto 0;
  max-width: 80%;
}
@media (max-width: 767.98px) {
  .sec-como-participar .cp-ana-castela {
    display: none;
  }
  .sec-como-participar .cp-wrapper {
    margin: 0 auto;
    max-width: 90%;
  }
  .sec-como-participar .cp-wrapper > p {
    margin-bottom: 16px;
    margin-top: 8px;
  }
  .sec-como-participar .cp-lista .cp-item .cp-card, .sec-como-participar .cp-lista .cp-item .cp-card-title {
    font-size: 16px;
    margin-top: 8px;
  }
  .sec-como-participar .cp-lista .cp-item .cp-card-lett {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .sec-como-participar {
    overflow: hidden;
  }
  .sec-como-participar .container {
    position: relative;
  }
  .sec-como-participar .container .cp-ana-castela {
    margin-left: -288px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    margin-bottom: -50px;
  }
  .sec-como-participar .cp-wrapper {
    margin-left: 30%;
    position: relative;
    width: 70%;
    z-index: 1;
  }
  .sec-como-participar .cp-wrapper > p {
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .sec-como-participar .cp-lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-como-participar .cp-lista .cp-item {
    width: 50%;
  }
  .sec-como-participar .cp-lista .cp-item .cp-card, .sec-como-participar .cp-lista .cp-item .cp-card-title {
    font-size: 20px;
    margin-top: 20px;
  }
  .sec-como-participar .cp-lista .cp-item .cp-card-lett {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-como-participar .container .cp-ana-castela .cp-ana-castela-img {
    width: 70%;
  }
  .sec-como-participar .cp-wrapper h2.sec-title {
    font-size: 3rem;
  }
  .sec-como-participar .cp-wrapper p {
    font-size: 20px;
    margin-bottom: 32px;
    margin-top: 16px;
  }
  .sec-como-participar .cp-lista .cp-item .cp-card {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-como-participar .container .cp-ana-castela .cp-ana-castela-img {
    width: 82%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sec-como-participar .container .cp-ana-castela .cp-ana-castela-img {
    width: 92%;
  }
}

/* -----------------------------------
	SECTION : COMO CADASTRAR
----------------------------------- */
.sec-como-cadastrar {
  display: block;
  color: #ffffff;
}
.sec-como-cadastrar .disclaimer {
  line-height: 1.2;
  text-align: center;
}
.sec-como-cadastrar .cc-lista .cc-lista-item .cc-card {
  line-height: 1.2;
  text-align: center;
}
.sec-como-cadastrar .cc-lista .cc-lista-item .cc-card .cc-card-img {
  margin: 0 auto;
}
.sec-como-cadastrar .cc-lista .cc-lista-item .cc-card .cc-card-title {
  color: #fcd016;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .sec-como-cadastrar {
    padding-bottom: 60px;
  }
  .sec-como-cadastrar .disclaimer {
    font-size: 14px;
    margin: 16px 0 32px;
  }
  .sec-como-cadastrar .cc-lista .cc-lista-item {
    margin: 0 auto 32px;
    width: 90%;
  }
  .sec-como-cadastrar .cc-lista .cc-lista-item .cc-card .cc-card-img {
    margin-bottom: 8px;
    width: 146px;
  }
}
@media (min-width: 992px) {
  .sec-como-cadastrar {
    padding-bottom: 40px;
  }
  .sec-como-cadastrar .disclaimer {
    font-size: 24px;
    margin: 16px 0 32px;
  }
  .sec-como-cadastrar .cc-lista {
    display: flex;
    gap: 40px;
  }
  .sec-como-cadastrar .cc-lista .cc-lista-item {
    width: 32%;
  }
  .sec-como-cadastrar .cc-lista .cc-lista-item .cc-card .cc-card-img {
    margin-bottom: 8px;
  }
}

/* -----------------------------------
	SECTION : O CRUZEIRO
----------------------------------- */
.sec-o-cruzeiro {
  background-color: #ffffff;
  color: #6c398a;
  position: relative;
}
.sec-o-cruzeiro .o-cruzeiro-wrapper {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.sec-o-cruzeiro .container {
  position: relative;
  z-index: 1;
}
.sec-o-cruzeiro h2.sec-title {
  color: #6c398a;
}
.sec-o-cruzeiro h3.sec-title {
  color: #6c398a;
  font-weight: 600;
}
.sec-o-cruzeiro .disclaimer {
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item .cruzeiro-card .cruzeiro-card-title {
  margin: 0 auto;
  position: relative;
}
.sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item .cruzeiro-card .cruzeiro-card-title .cruzeiro-card-bullet {
  max-width: 100%;
  position: relative;
  z-index: 0;
}
.sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item .cruzeiro-card .cruzeiro-card-title .cruzeiro-card-tag {
  background-image: url("../img/cruzeiro-lista-tag.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  font-weight: 600;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item .cruzeiro-card .cruzeiro-card-desc {
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 991.98px) {
  .sec-o-cruzeiro {
    font-size: 13px;
    padding-bottom: 50px;
  }
  .sec-o-cruzeiro .o-cruzeiro-wrapper {
    background-image: url("../img/bg-ondas-mobile.png");
    background-position: top center;
  }
  .sec-o-cruzeiro h3.sec-title {
    font-size: 16px;
  }
  .sec-o-cruzeiro .cruzeiro-lista {
    margin: 12px auto 0;
    width: 70%;
  }
  .sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item {
    padding: 12px 0;
  }
  .sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item .cruzeiro-card .cruzeiro-card-title {
    margin-bottom: 14px;
    width: 220px;
  }
  .sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item .cruzeiro-card .cruzeiro-card-title .cruzeiro-card-tag {
    font-size: 14px;
    height: 45px;
    line-height: 43px;
  }
}
@media (min-width: 992px) {
  .sec-o-cruzeiro {
    padding: 96px 0 72px;
    font-size: 20px;
  }
  .sec-o-cruzeiro .o-cruzeiro-wrapper {
    background-image: url("../img/bg-ondas.png");
  }
  .sec-o-cruzeiro h3.sec-title {
    font-size: 32px;
  }
  .sec-o-cruzeiro .disclaimer {
    margin: 0 auto;
    width: 60%;
  }
  .sec-o-cruzeiro .cruzeiro-lista {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    margin-top: 60px;
  }
  .sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item {
    max-width: 32%;
    flex: 1;
  }
  .sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item .cruzeiro-card {
    text-align: center;
  }
  .sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item .cruzeiro-card .cruzeiro-card-title {
    margin-bottom: 28px;
    width: 302px;
  }
  .sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item .cruzeiro-card .cruzeiro-card-title .cruzeiro-card-tag {
    font-size: 20px;
    height: 62px;
    line-height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-o-cruzeiro .cruzeiro-lista {
    gap: 30px;
  }
  .sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item .cruzeiro-card .cruzeiro-card-title {
    width: 292px;
  }
  .sec-o-cruzeiro .cruzeiro-lista .cruzeiro-item .cruzeiro-card .cruzeiro-card-title .cruzeiro-card-tag {
    height: 60px;
    line-height: 58px;
  }
}

/* -----------------------------------
	SECTION : TOUR VIRTUAL
----------------------------------- */
.sec-tour-virtual {
  background-image: url("../img/tv-bg.jpg");
  color: #ffffff;
}
.sec-tour-virtual .disclaimer {
  font-weight: 300;
  line-height: 1.2;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
}
.sec-tour-virtual .tour-virtual iframe {
  border: 1px solid #ffffff;
  border-radius: 8px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .sec-tour-virtual {
    padding: 48px 0 60px;
  }
  .sec-tour-virtual h2.sec-title {
    font-size: 18px;
  }
  .sec-tour-virtual .disclaimer {
    font-size: 16px;
    margin-bottom: 28px;
    margin-top: 20px;
    max-width: 70%;
  }
  .sec-tour-virtual .tour-virtual iframe {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 992px) {
  .sec-tour-virtual {
    padding: 70px 0 130px;
  }
  .sec-tour-virtual h2.sec-title {
    font-size: 34px;
  }
  .sec-tour-virtual .disclaimer {
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .sec-tour-virtual .tour-virtual iframe {
    aspect-ratio: 2/1;
  }
}

/* -----------------------------------
	SECTION : COMPRE AGORA
----------------------------------- */
.sec-compre-agora {
  background-color: #00b4e1;
  padding-top: 0;
}
.sec-compre-agora .ca-wrapper {
  background-color: #00b4e1;
  background-repeat: no-repeat;
}
.sec-compre-agora .ca-title h2.sec-title {
  color: #6c398a;
}
.sec-compre-agora .ca-title h3.sec-title {
  color: #ffffff;
  font-size: 25px;
}
.sec-compre-agora .ca-title h3.sec-title span {
  background-color: #6c398a;
  display: inline-block;
  line-height: 1;
  padding: 2px 12px 4px 8px;
}
.sec-compre-agora .ca-title h3.sec-title span:first-child {
  font-weight: 500;
  margin-bottom: 1px;
}
.sec-compre-agora .ca-title h3.sec-title span:last-child {
  font-weight: 700;
}
.sec-compre-agora .ca-content .ca-lista {
  display: flex;
}
.sec-compre-agora .ca-content .ca-lista img {
  max-width: 100%;
}
.sec-compre-agora .ca-content .ca-btn {
  text-align: center;
}
.sec-compre-agora .ca-content .ca-btn > a {
  background-color: #6c398a;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .sec-compre-agora .ca-wrapper {
    background-image: url("../img/compre-agora-bg-mobile-v2.jpg");
    background-position: center top;
    background-size: cover;
    padding: 25px 0 52px;
  }
  .sec-compre-agora .ca-title {
    margin-bottom: 272px;
  }
  .sec-compre-agora .ca-title h2.sec-title {
    margin-bottom: 8px;
  }
  .sec-compre-agora .ca-title h3.sec-title {
    font-size: 14px;
  }
  .sec-compre-agora .ca-title h3.sec-title span:first-child {
    font-weight: 400;
  }
  .sec-compre-agora .ca-title h3.sec-title span:last-child {
    font-weight: 600;
  }
  .sec-compre-agora .ca-content .ca-lista {
    gap: 8px;
  }
  .sec-compre-agora .ca-content .ca-btn > a {
    border-radius: 25px;
    font-size: 13px;
    padding: 4px 24px 6px;
  }
}
@media (min-width: 768px) {
  .sec-compre-agora .ca-wrapper {
    background-image: url("../img/compre-agora-bg-v3.jpg");
    background-position-x: 77%;
    background-position-y: top;
    padding: 168px 0 72px;
  }
  .sec-compre-agora .ca-title, .sec-compre-agora .ca-content {
    width: 90%;
  }
  .sec-compre-agora .ca-title {
    margin-left: 3%;
  }
  .sec-compre-agora .ca-title h2.sec-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .sec-compre-agora .ca-title h3.sec-title {
    text-align: left;
  }
  .sec-compre-agora .ca-title h3.sec-title span:first-child {
    font-weight: 500;
  }
  .sec-compre-agora .ca-title h3.sec-title span:last-child {
    font-weight: 700;
  }
  .sec-compre-agora .ca-content .ca-lista {
    gap: 20px;
    margin: 48px 0;
  }
  .sec-compre-agora .ca-content .ca-btn > a {
    border-radius: 15px;
    font-size: 24px;
    line-height: 60px;
    padding: 16px 48px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-compre-agora .ca-wrapper {
    background-position-x: 59%;
    background-position-y: top;
    background-size: cover;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sec-compre-agora .ca-wrapper {
    background-position-x: 66%;
    background-position-y: top;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sec-compre-agora .ca-wrapper {
    background-position-x: 68%;
    background-position-y: top;
  }
}
@media (min-width: 1400px) {
  .sec-compre-agora .ca-wrapper {
    background-position-x: 70%;
    background-position-y: top;
  }
}

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

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

/* ---- 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 rgb(93.8769230769, 49.5461538462, 119.9538461538);
  border-radius: 0.625rem;
  padding: 0.25rem;
}

/* ---- TABELA DE GANHADORES */
.sec-ganhadores .tabela-ganhadores {
  color: #fcd016;
  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: rgb(93.8769230769, 49.5461538462, 119.9538461538);
}
.sec-ganhadores .tabela-ganhadores tbody tr:nth-child(odd) td {
  background-color: rgb(74.1046153846, 39.1107692308, 94.6892307692);
}

/* ---- 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: 7.5rem;
    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) {
    padding: 1rem 0.75rem 0.5rem;
    right: 0;
    width: 11.5625rem;
  }
  .tabela-ganhadores tbody tr td:nth-child(7n+1) {
    border-top-left-radius: 0.625rem;
    height: 3.5rem;
    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: 4rem;
    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.5rem;
    line-height: 1.1;
    top: 0;
  }
  .tabela-ganhadores tbody tr td:nth-child(7n+4) {
    border-bottom-right-radius: 0.625rem;
    bottom: 0;
    font-size: 0.85rem;
    height: 4rem;
    line-height: 1.1;
    padding: 0.5rem;
  }
  .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: #fcd016;
    border-top: 0 none;
    color: #6c398a;
    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: #6c398a;
  border-radius: 24px;
  border: 3px solid #f7c900;
}
.sec-participantes .container h3.sec-title span {
  align-items: center;
  background-color: #6c398a;
  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 : FAQ (DÚVIDAS FREQUENTES)
--------------------------------------- */
.sec-faq {
  background-color: #f7f8f8;
}
.sec-faq h2.sec-title {
  color: #6c398a;
  text-transform: none;
}
.sec-faq .disclaimer {
  color: #707070;
  text-align: center;
}
.sec-faq .faq-wrapper {
  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: 18px;
    padding: 30px 0 40px;
  }
  .sec-faq .faq-wrapper {
    margin: auto;
    max-height: 640px;
    width: 80%;
  }
}

.faq-lista {
  margin-bottom: 0;
  overflow: hidden;
}
.faq-lista .faq-item {
  animation: bounceInUp 1s ease both;
  background-color: #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: #006dff;
  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: 700;
  margin-bottom: 0;
}
.faq-lista .faq-item .titulo > p {
  display: inline;
  margin: 0;
}
.faq-lista .faq-item .conteudo {
  max-height: 800px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transform: translate(0, 0);
  transition: all 500ms ease;
  z-index: 2;
}
.faq-lista .faq-item input[type=checkbox] {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.faq-lista .faq-item input[type=checkbox]:checked ~ .conteudo {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.faq-lista .faq-item input[type=checkbox]:checked ~ .seta:before {
  height: 9px;
  margin-top: 9px;
  transform: translate(2px, 0) rotate(45deg);
}
.faq-lista .faq-item input[type=checkbox]:checked ~ .seta:after {
  height: 9px;
  margin-top: 9px;
  transform: translate(-2px, 0) rotate(-45deg);
}
.faq-lista .faq-item .conteudo, .faq-lista .faq-item .seta:before, .faq-lista .faq-item .seta:after {
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991.98px) {
  .faq-lista .faq-item {
    padding: 20px 18px;
  }
  .faq-lista .faq-item .seta {
    right: 24px;
  }
  .faq-lista .faq-item .titulo {
    font-size: 14px;
    padding-right: 24px;
  }
  .faq-lista .faq-item .conteudo {
    font-size: 13px;
    padding: 4px 0;
  }
}
@media (min-width: 992px) {
  .faq-lista .faq-item {
    padding: 50px 46px;
  }
  .faq-lista .faq-item .seta {
    right: 52px;
  }
  .faq-lista .faq-item .titulo {
    font-size: 18px;
    padding-right: 24px;
  }
  .faq-lista .faq-item .conteudo {
    font-size: 16px;
    padding: 4px 0;
  }
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(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;
  line-height: 1.1;
  text-align: center;
}
.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: #001681;
  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;
  }
}/*# sourceMappingURL=style.css.map */