@charset "UTF-8";
/* ====== Seção Geral ====== */
.header-section {
  display: flex;
  flex-direction: column;
  gap: 1rem !important;
/*  gap: 2rem !important;*/
  margin: 0 0 4rem 0;
}
.header-section h2, .header-section .header-section-title {
  font-family: "vinila-compressed", Arial, sans-serif;
  font-size: 4.5rem !important;
  line-height: 1.1;
  font-weight: 700 !important;
  color: var(--c-white);
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0px!important;
}
.header-section h3, .header-section p, .header-section .header-section-description {
  margin: 0 !important;
}
h3.descricao {
  font-family: "vinila", Arial, sans-serif;
  font-size: 1.7rem !important;
  font-weight: 400 !important;
  color: var(--c-red3);
  margin: 0 !important;
  text-transform: none;
  letter-spacing: 0px!important;
}

/* ====== Pagina Index ====== */
/* ====== Seção: Como Participar - 3º Estilo ====== */
/* ------ Steps Container ------ */
/* ----------------------------- */
/* ------ Step ------ */
/* ------------------ */
/* ------ Step Number ------ */
/* ------------------------- */
/* ------ Step Title ------ */
/* ------------------------ */
/* ------ Step Icon ------ */
/* ----------------------- */
/* ------ Step Description ------ */
/* ------------------------------ */
/* ========================================= */
.steps-boxes {
  position: relative;
  width: 100%;
  max-width: none;
  margin: auto;
  padding: 4rem;
  border: none;
  border-radius: 2rem;
  background: none;
}
@media screen and (max-width: 991px) {
  .steps-boxes {
    padding: 2rem;
    max-width: none;
  }
}
.steps-boxes .steps-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .steps-boxes .steps-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.steps-boxes .step-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 416px;
}
@media screen and (max-width: 991px) {
  .steps-boxes .step-container {
    max-width: 416px;
    padding: 0 !important;
  }
}
.steps-boxes .step-container .step-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 416px;
  min-height: 416px;
  max-height: 416px;
  padding: 2rem;
  margin: 0;
  border: 3px solid var(--c-bege1);
  border-radius: 100%;
  background: transparent;
  transition: all 1s ease-in-out;
}
.steps-boxes .step-container .step-content .step-number {
  display: flex;
  flex-direction: column;
  font-family: "vinila-compressed", Arial, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: bold;
  font-style: normal;
  text-align: start;
  color: var(--c-red1)!important;
  -webkit-text-stroke: none;
  margin: 0 auto 4rem auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .steps-boxes .step-container .step-content .step-number {
    margin: 0 auto 1rem auto;
    color: var(--c-red1);
  }
  .section.comoparticipar .steps-boxes .step-container:nth-child(3) .step-number {
    bottom: -2%!important;
  }
  .section.comoparticipar .steps-boxes .step-container:nth-child(4) .step-number {
    bottom: -2%!important;
  }

  .section.comoparticipar .img-icon img {
    max-width: 300px;
  }
}
.steps-boxes .step-container .step-content .step-icon {
  position: relative;
  width: 100%;
  max-width: 44px;
  margin: 0 0 2rem 0;
  padding: 1rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.steps-boxes .step-container .step-content .step-icon img {
  width: 100%;
  max-width: 44px;
  transition: all 0.3s ease-in-out;
}
.steps-boxes .step-container .step-content .step-icon svg {
  width: 24px;
  height: 24px;
}
.steps-boxes .step-container .step-content .step-title {
  font-family: "vinila-compressed", Arial, sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  color: var(--c-bege3);
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .steps-boxes .step-container .step-content .step-title {
    border-radius: 0;
    margin: 0 0 1rem 0;
  }
}
.steps-boxes .step-container .step-content .step-description {
  font-family: "vinila-compressed", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 700;
  color: var(--c-white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.steps-boxes .step-container .step-content:hover, .steps-boxes .step-container .step-content:focus {
/*  border: none;*/
}
.steps-boxes .step-container .step-content:hover .step-number, .steps-boxes .step-container .step-content:focus .step-number {
  color: var(--c-red3) !important;
  -webkit-text-stroke: none !important;
}
.steps-boxes .step-container .step-content:hover .step-description, .steps-boxes .step-container .step-content:focus .step-description {
  color: var(--c-white) !important;
}
@media screen and (max-width: 991px) {
  .steps-boxes .step-container .step-content {
    max-width: 416px;
    min-height: 416px;
    max-height: 416px;
    padding: 2rem;
    margin: 0 0 2rem;
  }
}
.steps-boxes .step-container:nth-child(1) .step-icon {
  background: #fff;
}
.steps-boxes .step-container:nth-child(1) .step-icon svg path {
  stroke: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}
.steps-boxes .step-container:nth-child(1):hover .step-icon {
  background: #fff;
}
.steps-boxes .step-container:nth-child(1):hover .step-icon svg path {
  stroke: rgb(0, 0, 0) !important;
}
.steps-boxes .step-container:nth-child(1).active .step-icon {
  background: #fff;
}
.steps-boxes .step-container:nth-child(1).active .step-icon svg path {
  stroke: rgb(0, 0, 0);
}
.steps-boxes .step-container:nth-child(2) .step-icon {
  background: #fff;
}
.steps-boxes .step-container:nth-child(2) .step-icon svg path {
  fill: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}
.steps-boxes .step-container:nth-child(2):hover .step-icon {
  background: #fff;
}
.steps-boxes .step-container:nth-child(2):hover .step-icon svg path {
  fill: rgb(0, 0, 0) !important;
}
.steps-boxes .step-container:nth-child(2).active .step-icon {
  background: #fff;
}
.steps-boxes .step-container:nth-child(2).active .step-icon svg path {
  fill: rgb(0, 0, 0);
}
.steps-boxes .step-container:nth-child(3) .step-icon {
  background: #fff;
}
.steps-boxes .step-container:nth-child(3) .step-icon svg path {
  stroke: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}
.steps-boxes .step-container:nth-child(3):hover .step-icon {
  background: #fff;
}
.steps-boxes .step-container:nth-child(3):hover .step-icon svg path {
  stroke: rgb(0, 0, 0) !important;
}
.steps-boxes .step-container:nth-child(3).active .step-icon {
  background: #fff;
}
.steps-boxes .step-container:nth-child(3).active .step-icon svg path {
  stroke: rgb(0, 0, 0);
}
.steps-boxes .step-container.active .step-content {
  border: 3px solid var(--c-bege1);
  border-radius: 100%;
  background: transparent;
}
.steps-boxes .step-container.active .step-content .step-number {
  color: var(--c-red3);
  -webkit-text-stroke: none;
}
.steps-boxes .step-container.active .step-content .step-title {
  color: var(--c-white);
  background: transparent;
}
.steps-boxes .step-container.active .step-content .step-description {
  color: var(--c-white);
}
.steps-boxes .header-section {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Seção: Como Participar - 3º Estilo | OVERLOAD */
.section.comoparticipar .padding {
  padding: 6rem 0 6rem 0 !important;
  max-width: none !important;
}
.section.comoparticipar .steps-boxes {
  max-width: none !important;
  padding: 0 !important;
}
.section.comoparticipar .steps-boxes .step-container {
  width: 100%;
  max-width: none !important;
}
.section.comoparticipar .steps-boxes .step-container .step-content-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1440px !important;
  padding-top: 6rem;
/*  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px !important;
  padding-top: 6rem;*/
}
.section.comoparticipar .steps-boxes .step-container .step-content-container .step-content {
  align-items: center;
  justify-content: center;
}
.section.comoparticipar .steps-boxes .step-container .step-content-container .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-red1);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.section.comoparticipar .steps-boxes .step-container .step-content-container .step-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--c-bege1);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%) translateX(-50%);
}
.section.comoparticipar .steps-boxes .step-container .step-content-container .step-description {
  text-transform: uppercase;
}
.section.comoparticipar .steps-boxes .step-container:nth-child(1) .step-number {
  top: 5%;
  left: 5%;
}
.section.comoparticipar .steps-boxes .step-container:nth-child(1) .step-number::after {
  content: "1";
}
.section.comoparticipar .steps-boxes .step-container:nth-child(2) .step-number {
  top: 5%;
  left: unset;
  right: 5%;
}
.section.comoparticipar .steps-boxes .step-container:nth-child(2) .step-number::after {
  content: "2";
}
.section.comoparticipar .steps-boxes .step-container:nth-child(3) .step-number {
  top: unset;
  left: unset;
  bottom: -8%;
  right: 8%;
}
.section.comoparticipar .steps-boxes .step-container:nth-child(3) .step-number::after {
  content: "3";
}
.section.comoparticipar .steps-boxes .step-container:nth-child(4) .step-number {
  top: unset;
  bottom: -8%;
  left: 8%;
}
.section.comoparticipar .steps-boxes .step-container:nth-child(4) .step-number::after {
  content: "2x";
}
.section.comoparticipar .links-container {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 33.33333333%;
  max-width: 1440px;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
  justify-content: center;
  align-items: center;
}
.section.comoparticipar .links-container button {
  color: var(--c-white);
/*  color: var(--c-red3);*/
  font-family: "vinila-compressed", Arial, sans-serif;
  opacity: 0.7;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  width: auto;
}
.section.comoparticipar .links-container button:hover, .section.comoparticipar .links-container button:focus {
  color: var(--c-bege3);
}
.section.comoparticipar .links-container button.active {
  opacity: 1;
  color: var(--c-white);
}
.section.comoparticipar .links-container button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
  background: url('../img/comoparticipar/arrow-right.png') center center no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  opacity: 0;
  transition: all .3s ease;
}
.section.comoparticipar .links-container button:hover::before {
  opacity: 1;
}
.section.comoparticipar .links-container button.active::before, .section.comoparticipar .links-container button.active:hover::before {
  background: url('../img/comoparticipar/arrow-right-active.png') center center no-repeat;
  background-size: contain;
  opacity: 1;
}
.section.comoparticipar .links-container button:nth-child(1) {
  font-size: 9.9rem;
}
.section.comoparticipar .links-container button:nth-child(2) {
  font-size: 8.2rem;
}
.section.comoparticipar .links-container button:nth-child(3) {
  font-size: 7.6rem;
}
.section.comoparticipar .links-container button:nth-child(4) {
  font-size: 4.4rem;
}
@media (max-width: 1400px) {
  .section.comoparticipar .links-container button:nth-child(1) {
    font-size: 9.2rem;
  }
  .section.comoparticipar .links-container button:nth-child(2) {
    font-size: 7.6rem;
  }
  .section.comoparticipar .links-container button:nth-child(3) {
    font-size: 7.1rem;
  }
  .section.comoparticipar .links-container button:nth-child(4) {
    font-size: 4.07rem;
  }
}
@media screen and (max-width: 1280px) {
  .section.comoparticipar .links-container button:nth-child(1) {
    font-size: 7.6rem;
  }
  .section.comoparticipar .links-container button:nth-child(2) {
    font-size: 6rem;
  }
  .section.comoparticipar .links-container button:nth-child(3) {
    font-size: 5.6rem;
  }
  .section.comoparticipar .links-container button:nth-child(4) {
    font-size: 3.17rem;
  }
}
@media screen and (max-width: 991px) {
  .section.comoparticipar .steps-boxes .step-container .step-content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px !important;
    padding-top: 2rem;
    padding-bottom: 6rem;
    flex-direction: column;
  }
}

/* ====== Seção: Prêmios - 1º Estilo ====== */
/* ======================================== */
/* ====== Seção: Prêmios - 2º Estilo ====== */
/* ------ Box Prêmio ------ */
/* ======================================== */
.box-premio {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  background: #51EB0C;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Seção: Prêmios | OVERLOAD */
/* ====== Pagina Login ====== */
/* Temas (Box Login) */
/* ====== Theme 1 ====== */
/* ===================== */
/* ====== Theme 2 ====== */
/* ===================== */
/* ====== Theme 3 ====== */
/* ===================== */
/* ====== Theme 4 ====== */
/* ===================== */
/* ====== Box Login ====== */
/* ------ General ------ */
/* --------------------- */
/* ------ Header Section ------ */
/* ---------------------------- */
/* ------ Esqueci senha ------ */
/* --------------------------- */
/* ======================= */
.box-login {
  position: relative;
  background: rgba(234, 192, 132, 0.4);
  border: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 663px;
  padding: 4rem;
  margin: 0 0 0 auto;
  border-radius: 1.5rem;
}
@media screen and (max-width: 991px) {
  .box-login {
    padding: 4rem;
    margin: 0;
  }
}
.box-login .header-section h2 {
  font-size: 4.5rem !important;
  font-weight: 800 !important;
  color: var(--c-red3) !important;
}
.box-login .header-section h3,
.box-login .header-section p, .box-login .header-section .description {
  font-size: 2rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  color: var(--c-red3) !important;
}
.box-login .esquecisenha {
  font-family: "Vinila", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: var(--c-red3);
  margin-bottom: 5px;
  text-decoration: underline !important;
  transition: all 0.3s ease;
}
.box-login .esquecisenha:hover {
  text-decoration: none !important;
  color: var(--c-red2);
}

/* ====== Botão WhatsApp ====== */
/* ============================ */
.btn-whatsapp {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  background: #37C624 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.btn-whatsapp svg path {
  fill: rgba(0, 0, 0, 0.7) !important;
}
.btn-whatsapp:focus, .btn-whatsapp:hover {
  background: #37C624 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.btn-whatsapp:focus svg path, .btn-whatsapp:hover svg path {
  fill: rgba(0, 0, 0, 0.7) !important;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Box Login | OVERLOAD */
.box-login {
  background: var(--c-red3);
}
.box-login .header-section h2 {
  color: var(--c-bege1)!important;
}
.box-login .header-section h3,
.box-login .header-section p,
.box-login .header-section .description {
  font-size: 1.7rem !important;
  color: var(--c-white)!important;
}
.box-login .esquecisenha {
  color: var(--c-white);
  font-size: 1.5rem;
}
.box-login .esquecisenha:hover {
  color: var(--c-white);
}
.box-login .float-placeholder {
color: var(--c-bege1);
}
.box-login .btn {
  width: 100% !important;
}
.box-login label.error {
  color: var(--c-bege1);
}

/* ====== Pagina Duvidas ====== */
.box-faq-title {
  background: green !important;
  color: #000 !important;
  padding: 1rem 2rem !important;
}
@media screen and (max-width: 991px) {
  .box-faq-title {
    font-size: 2rem !important;
  }
}

/* ====== Pagina Cadastro Pessoal ====== */
.box-cadastro {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 1.5rem;
  padding: 4rem 4rem 7rem 4rem;
}
@media screen and (max-width: 991px) {
  .box-cadastro {
    padding: 2rem 2rem 5rem 2rem;
  }
}

.section.cadastro .padding {
/*  padding-bottom: 0 !important;*/
}
.section.cadastro .faixa-scroll-container {
  max-width: 1920px;
}
@media screen and (max-width: 991px) {
  .section.cadastro .iconsteps {
    width: 100%;
    max-width: 280px !important;
    margin: auto;
  }
}
.section.cadastro .box-cadastro-container {
  display: flex;
  align-items: center;
  height: auto !important;
}
.section.cadastro .box-cadastro-container .box-cadastro {
  width: 100%;
  min-height: 244px !important;
  max-width: 1080px !important;
/*  margin-left: 4rem !important;*/
  background: var(--c-red3);
}
@media screen and (max-width: 991px) {
  .section.cadastro .box-cadastro-container .box-cadastro {
    margin-left: 0 !important;
  }
}

.formsteps-buttons .col-lg-9 {
  position: relative;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .formsteps-buttons .col-lg-9 {
    transform: translateY(-20%);
  }
}
@media screen and (max-width: 991px) {
  .formsteps-buttons .col-lg-9 {
    margin-top: 2rem;
    transform: translateY(0);
  }
}

.section.cadastro .step-geral-content {
  display: flex;
}
@media screen and (max-width: 991px) {
  .section.cadastro .step-geral-content {
    flex-direction: column;
  }
}

.section.cadastro .btn {
  display: inline;
}

/* ====== Pagina Cadastro Cupom ====== */
.box-cadastrocupom {
  display: flex;
  flex-direction: column;
  padding: 4rem 6rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
}
@media screen and (max-width: 991px) {
  .box-cadastrocupom {
    padding: 4rem 2rem;
  }
}

.box-responsabilidade {
  background: #000000;
  padding: 2rem;
  position: relative;
  border-radius: 1rem;
  color: var(--c-white);
  font-size: 1.4rem;
  line-height: 1.3;
  font-family: Arial, sans-serif;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-style: italic;
}

.guarde-cupom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.guarde-cupom p {
  color: #fff;
}

#img1.row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 2rem;
}

/* Menu - 5º Estilo */
/* ====== Menu ====== */
/* ================== */
/* ====== Nav Link ====== */
/* ====================== */
/* ====== Logo ====== */
/* ================== */
/* ====== Hamburger Btn ====== */
/* =========================== */
#menu {
  width: 100%;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  #menu {
    position: relative;
  }
}
#menu .navbar-brand {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 999;
  margin-right: 2.8rem;
}
@media screen and (max-width: 1536px) {
  #menu .navbar-brand {
/*    margin-right: 0;*/
    margin-right: 4rem;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 1280px) {
  #menu .navbar-brand {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1149px) {
  #menu .navbar-brand {
    display: none;
  }
  #menu .navbar-brand img {
    width: 100%;
    max-width: 100px;
  }
}
@media screen and (max-width: 991px) {
  #menu .navbar-brand {
    margin: 0;
  }
}
#menu .navbar-brand img {
  position: relative;
  width: 100%;
  max-width: 130px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  #menu .navbar-brand img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    padding: 0px 0px 0px 0px;
    background: transparent !important;
    position: relative;
    z-index: 9;
  }
}
#menu .navbar-brand a {
  padding: 0.1rem;
}
@media screen and (max-width: 991px) {
  #menu .navbar-brand a {
    padding: 0 !important;
    margin-left: 15px !important;
  }
}
#menu .navbar-brand a:hover, #menu .navbar-brand a:focus {
  background: transparent !important;
}
#menu nav {
  text-transform: uppercase;
  width: 100%;
  height: 75px;
  padding: 0 12rem;
  margin: auto;
  border-radius: 0;
  transition: all 0.7s;
  box-shadow: 0;
  background: var(--c-red3);
  top: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #menu nav {
    padding: 0rem;
  }
}
@media screen and (max-width: 991px) {
  #menu nav {
    text-transform: uppercase;
    width: 100%;
    height: 75px;
    padding: 0rem;
    margin: auto;
    border-radius: 0;
    transition: all 0.7s;
    box-shadow: 0;
    top: 0;
    left: initial;
    overflow: unset;
    justify-content: flex-start;
    align-items: center;
  }
}
#menu nav .navbar-collapse {
  display: flex;
  gap: 2.8rem;
  flex-grow: unset;
  overflow: hidden;
}
@media screen and (max-width: 1536px) {
  #menu nav .navbar-collapse {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 1280px) {
  #menu nav .navbar-collapse {
    gap: 2rem !important;
  }
}
@media screen and (max-width: 991px) {
  #menu nav .navbar-collapse {
    flex-direction: column;
    margin-top: -1px;
    background: var(--c-red3);
  }
  #menu nav .navbar-collapse:not(.show) {
    height: 0 !important;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  #menu nav .navbar-collapse.show {
    height: 600px !important;
    transition: all 0.6s ease;
  }
}
#menu nav .navbar-collapse .navbar-nav {
  margin: 0 !important;
  font-family: "vinila-compressed", Arial, sans-serif !important;
  font-weight: 500;
  text-transform: none;
}
#menu nav .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  cursor: pointer;
  margin: auto;
}
#menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link,
#menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link {
  font-size: 2.1rem;
  line-height: 1;
  color: var(--c-bege1);
  padding: 0 1.6rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 800;
  font-style: normal;
  font-family: "vinila-compressed", Arial, sans-serif !important;
  letter-spacing: 0;
}
#menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link:hover, #menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link:focus,
#menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link:hover,
#menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link:focus {
  color: var(--c-bege3);
  background: transparent;
  text-decoration: none;
}
@media screen and (max-width: 1536px) {
  #menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link,
  #menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  #menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link,
  #menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link {
    padding: 0 0.8rem;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 991px) {
  #menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link,
  #menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link {
    font-family: "vinila-compressed", Arial, sans-serif;
    font-size: 2.4rem;
    padding: 2rem !important;
    line-height: 1 !important;
  }
}
#menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link.active,
#menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link.active {
  font-family: "vinila-compressed", Arial, sans-serif !important;
  color: var(--c-white);
  background: transparent;
  text-decoration: none;
}
#menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link.active:hover, #menu nav .navbar-collapse .navbar-nav .nav-item a.nav-link.active:focus,
#menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link.active:hover,
#menu nav .navbar-collapse .navbar-nav .nav-item button.nav-link.active:focus {
  color: var(--c-white);
  background: transparent;
  text-decoration: none;
}
#menu .navbar-toggler {
  border-color: transparent;
  color: var(--c-bege1);
  font-size: 25px;
  padding: 25px 15px;
  transition: all 0.3s ease;
  border: none;
  outline: 0;
}
#menu .navbar-toggler:hover, #menu .navbar-toggler:focus {
  color: var(--c-white);
}
#menu .user {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1536px) {
  #menu .user {
    gap: 8px;
  }
}
@media screen and (max-width: 1280px) {
  #menu .user {
    gap: 12px;
  }
  #menu .user .btn {
    font-size: 1.9rem !important;
  }
}
@media screen and (max-width: 991px) {
  #menu .user {
    position: relative;
    display: flex;
    text-align: right;
    padding: 10px 0;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto !important;
  }
  #menu .user .btn {
    font-size: 2.4rem !important;
  }
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Menu - 5º Estilo | OVERLOAD */
#menu nav {
  top: 0px !important;
/*  top: 34px !important;*/
}
#menu nav::before, #menu nav::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 1920px;
  height: 8px;
}
#menu nav::before {
  top: -6px;
  border-top: 2px solid var(--c-red3);
  border-bottom: 2px solid var(--c-red3);
  transform: translateY(-100%);
}
#menu nav::after {
  bottom: -6px;
  border-top: 2px solid var(--c-red3);
  transform: translateY(100%);
}
@media (max-width: 1500px) {
  #menu nav {
    padding: 0rem!important;
  }
}
#menu .user {
  gap: 1rem !important;
}
#menu .navbar-brand {
  margin-right: 4rem;
}
#menu .navbar-toggler svg path {
  transition: all 0.3s ease;
  fill: var(--c-bege1) !important;
}
#menu .navbar-toggler:hover svg path, #menu .navbar-toggler:focus svg path, #menu .navbar-toggler[aria-expanded=true] svg path {
  fill: var(--c-white) !important;
}

/* ====== Btn Center ====== */
/* ======================== */
#menu .btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--c-bege1) !important;
  color: var(--c-red3) !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 24px 2rem !important;
  font-family: "vinila-compressed", Arial, sans-serif !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  font-style: normal !important;
}
#menu .btn-center:hover, #menu .btn-center:focus {
  background: var(--c-bege2) !important;
  color: var(--c-red3) !important;
}
@media screen and (max-width: 991px) {
  #menu .btn-center {
    padding: 2rem 1rem !important;
    margin-top: 0 !important;
    width: 100% !important;
  }
}

/* Footer - 2º Estilo */
/* ==================== */
/* ====== Logo ====== */
/* ================== */
/* ====== Link ====== */
/* ================== */
/* ====== Redes ====== */
/* =================== */
/* ====== Texto Legal ====== */
/* ========================= */
.footer {
  position: relative;
  padding: 0;
  background: var(--c-red3);
  font-family: "vinila-compressed", Arial, sans-serif;
}
.footer .padding {
  position: relative;
  max-width: 1440px;
  padding: 40px 15px;
  margin: 0 auto;
  /* ====== Logo ====== */
  /* ====== Link ====== */
  /* ====== Redes ====== */
  /* ====== Texto Legal ====== */
}
.footer .padding .logos {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.footer .padding .logos img {
  width: 100%;
  max-width: 250px;
}
.footer .padding .links {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .footer .padding .links {
    display: inline-grid;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .footer .padding {
    padding-bottom: 9rem;
  }
}
.footer .padding .links a, .footer .padding .links button {
  font-family: "vinila-compressed", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0px!important;
  color: var(--c-bege3);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .padding .links a:hover, .footer .padding .links a:focus, .footer .padding .links button:hover, .footer .padding .links button:focus {
  color: var(--c-bege2);
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .footer .padding .links a, .footer .padding .links button {
    font-size: 22px;
  }
}
.footer .padding .titulo {
  font-family: "vinila-compressed", Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  margin-bottom: 10px;
  color: var(--c-bege3);
}
.footer .padding .redes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .footer .padding .redes {
    flex-wrap: wrap;
    margin-bottom: 0;
    text-align: center;
  }
}
.footer .padding .redes a.icone-redes {
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  background: transparent;
  padding-right: 10px;
  border-radius: 100px;
  margin: 1px;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: all 0.3s ease;
  color: var(--c-bege1);
}
.footer .padding .redes a.icone-redes svg {
  height: 30px;
  width: 30px;
  top: 3px;
  position: relative;
  vertical-align: unset;
  fill: var(--c-bege1);
}
.footer .padding .redes a.icone-redes i {
  color: var(--c-bege1);
  font-size: 30px;
  line-height: 100%;
  transition: all 0.3s ease-in-out;
}
.footer .padding .redes a.icone-redes i:hover, .footer .padding .redes a.icone-redes i:focus {
  color: var(--c-bege4);
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.footer .padding .redes a.icone-redes:hover, .footer .padding .redes a.icone-redes:focus {
  transform: scale(1.1);
}
.footer .padding .redes a.icone-redes img.icone-tiktok {
  display: block;
  max-width: 30px;
  position: absolute;
  top: 2px;
}
.footer .padding .texto-legal {
  margin: 0;
  font-family: "vinila", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: var(--c-bege3);
  font-weight: 300 !important;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footer .padding .texto-legal {
    font-size: var(--c-bege3);
    font-size: 15px!important;
  }
}
.footer .padding .texto-legal a, .footer .padding .texto-legal button {
/*  font-family: "vinila-compressed", Arial, sans-serif;*/
  text-transform: none;
  text-decoration: underline!important;
  color: var(--c-bege3);
  transition: all 0.3s ease;
}
.footer .padding .texto-legal a:hover, .footer .padding .texto-legal a:focus, .footer .padding .texto-legal button:hover, .footer .padding .texto-legal button:focus {
  text-decoration: underline !important;
  color: var(--c-bege1);
}
@media screen and (max-width: 991px) {
  .footer .padding .texto-legal a, .footer .padding .texto-legal button {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    width: 100%;
    text-align: center;
  }
}

/* Footer Tarja - 2º Estilo */
.footer.tarja {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: url("../img/faixa-dourada.webp") center center no-repeat;
  background-size: cover;
  width: calc(100% + 6rem);
  margin-left: -3rem;
}
.footer.tarja .logo {
  position: relative;
  width: 100%;
  z-index: 9;
  text-align: center;
}
.footer.tarja .logo img {
  margin-top: -20px;
  margin-bottom: -20px;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Footer - 2º Estilo | OVERLOAD */
.footer.tarja {
  background-size: cover;
}

/* Checkbox - 2º Estilo */
/* Tabelas */
/* ====== Geral ====== */
/* =================== */
/* ====== THeader ====== */
/* ===================== */
/* ====== TBody Celula ====== */
/* ========================== */
/* ====== Title Mobile ====== */
/* ========================== */
/* ====== FontAwesome Icon ====== */
/* ============================== */
table.table {
  border-collapse: separate;
  border-spacing: 0px 5px;
}
@media screen and (max-width: 991px) {
  table.table thead, table.table .thead-dark {
    display: none;
  }
}
table.table thead tr, table.table .thead-dark tr {
  transition: all 0.3s ease;
  cursor: pointer;
}
table.table thead tr th, table.table .thead-dark tr th {
  position: relative;
  font-family: "vinila-compressed", Arial, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  background-color: var(--c-red3) !important;
  color: var(--c-bege3) !important;
  padding: 2.5rem 4rem !important;
  border-radius: 0;
  border: 0 !important;
  vertical-align: middle !important;
  text-transform: uppercase !important;
}
table.table thead tr th:first-child, table.table .thead-dark tr th:first-child {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
table.table thead tr th:last-child, table.table .thead-dark tr th:last-child {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
table.table thead tr th i, table.table .thead-dark tr th i {
  position: relative;
  top: 2px;
  left: 2px;
  font-size: 2rem;
  color: var(--c-bege3);
}
table.table tbody tr td {
  position: relative;
  font-family: "vinila", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.1;
  padding: 1.7rem 2.4rem !important;
  border: none !important;
  border-radius: 0;
  color: var(--c-black2);
  background: var(--c-white);
  vertical-align: middle !important;
  text-transform: none !important;
}
table.table tbody tr td a {
  font-weight: 700;
  color: var(--c-red3);
}
table.table tbody tr td:first-child {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
@media screen and (max-width: 991px) {
  table.table tbody tr td:first-child {
    border-bottom-left-radius: 0 !important;
  }
}
table.table tbody tr td:last-child {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
@media screen and (max-width: 991px) {
  table.table tbody tr td:last-child {
    border-top-right-radius: 0 !important;
  }
}
table.table tbody tr td .title-table-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  table.table tbody tr td .title-table-mobile {
    display: inline-block !important;
    font-family: "vinila-compressed", Arial, sans-serif;
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 1;
    border-radius: 0.4rem;
    padding: 0.8rem 1.5rem 0.5rem 1.5rem;
    background: var(--c-red3);
    color: var(--c-white);
    margin-bottom: 1.1rem;
    text-transform: uppercase !important;
  }
}
table.table tbody tr td .filter-result {
  display: inline-block;
  text-transform: none !important;
  color: var(--c-black2);
}
table.table tbody tr td i {
  position: relative;
  top: 2px;
  left: 2px;
  font-size: 2rem;
  color: var(--c-bege3);
  transition: all 0.3s ease;
}
table.table tbody tr td i:hover, table.table tbody tr td i:focus {
  color: var(--c-bege1);
}
@media screen and (max-width: 991px) {
  table.table tbody tr td {
    display: block;
    border: none;
    border-radius: 0px;
    padding: 0.65rem 0.65rem 2rem 0.65rem;
  }
  table.table tbody tr td:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 500;
  }
  table.table tbody tr td:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 0.5rem;
  }
}
table.table tbody tr:nth-child(odd) td {
  background: var(--c-white) !important;
}
table.table tbody tr:nth-child(even) td {
  background: var(--c-white) !important;
}

table.table tbody td .contemplado {
  font-family: "vinila", Arial, sans-serif;
  font-weight: 500;
  color: var(--c-check);
  line-height: 1.5;
}
table.table tbody td .naocontemplado {
  font-family: "vinila", Arial, sans-serif;
  font-weight: 500;
  color: var(--c-black2);
}
table.table tbody td .reprovado {
  font-family: "vinila", Arial, sans-serif;
  font-weight: 500;
  color: var(--c-error2);
}
table.table tbody td .aguardando {
  font-family: "vinila", Arial, sans-serif;
  font-weight: 500;
  color: var(--c-black2);
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Tabela - 2º Estilo | OVERLOAD */
.box-total {
  width: 100%;
  max-width: 320px;
  margin: auto;
  background: var(--c-white);
  border: 3px solid var(--c-red3);
  border-radius: 1rem;
  padding: 1rem;
}
.box-total span {
  font-family: "vinila-compressed", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--c-red3);
}

/* ====== Label (Float) ====== */
/* =========================== */
.float-placeholder {
  display: block !important;
  font-family: "vinila", Arial, sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  background: transparent !important;
  color: var(--c-bege3) !important;
  position: absolute !important;
  top: 12px !important;
  left: 15px !important;
  z-index: 2 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Label (Float) | OVERLOAD */
.section.meusdados .float-placeholder {
  color: var(--c-red3) !important;
}

/* Temas (Field) */
/* ====== Theme 1 ====== */
/* ===================== */
/* ====== Theme 2 ====== */
/* ===================== */
/* ====== Field (Padrão) ====== */
/* ============================ */
.form-control {
  font-family: Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  height: 50px !important;
  padding: 10px 16px !important;
  margin: 30px 0 4px 0 !important;
  transition: all 0.3s ease;
  color: #515151 !important;
  background: var(--c-white) !important;
  border: 1px solid transparent !important;
  border-radius: 100px !important;
}
.form-control::placeholder {
/*  color: var(--c-red3) !important;*/
  color: #515151!important;
}
.form-control:focus {
  color: #515151 !important;
  background: var(--c-white) !important;
  border: 1px solid transparent !important;
  border-radius: 100px !important;
}
.form-control:focus::placeholder {
  color: #515151 !important;
}
.form-control:disabled, .form-control[readonly] {
  background: #ddd !important;
  color: #8f8f8f !important;
  cursor: not-allowed !important;
  padding-right: 40px !important;
}
.form-control:disabled::placeholder, .form-control[readonly]::placeholder {
  color: #8f8f8f !important;
}

/* ====== Field (Icon) ====== */
/* ============================ */
.form-control.has-icon {
  padding-left: 40px !important;
}
.form-control.has-icon:disabled, .form-control.has-icon[readonly] {
  padding-left: 0 !important;
  padding: 10px 16px !important;
}

.input-icon {
  content: "" !important;
  width: 16px !important;
  height: 16px !important;
  position: absolute !important;
  top: 44px !important;
  left: 24px !important;
  z-index: 2 !important;
}
.input-icon.password {
  background: url("../img/icons/password-icon.svg") center center no-repeat !important;
  background-size: contain !important;
}
.input-icon.cpf {
  background: url("../img/icons/cpf-icon.svg") center center no-repeat !important;
  background-size: contain !important;
}
.input-icon.disabled {
  left: unset !important;
  top: 36px !important;
  right: 28px !important;
  background: url("../img/icons/disabled-icon.svg") center center no-repeat !important;
  background-size: contain !important;
  cursor: not-allowed !important;
}

/* ====== Field (Outline) ====== */
/* ============================= */
.form-control.outline {
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}
.form-control.outline::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control.outline:focus {
  border-color: #000 !important;
}
.form-control.outline:focus::placeholder {
  color: #000 !important;
}
.form-control.outline:disabled, .form-control.outline[readonly] {
  border-color: #8f8f8f !important;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Input | OVERLOAD */
.input-icon.right {
  top: 45px !important;
  left: unset !important;
  right: 28px !important;
}
.input-icon.right i {
  font-size: 2rem !important;
}

/* ====== Field (Senha) ====== */
/* =========================== */
.eye {
  margin: auto !important;
  display: inherit !important;
}
@media screen and (max-width: 991px) {
  .eye {
    top: 7px !important;
    right: 20px !important;
    position: absolute !important;
  }
}
.eye [data-togglepassword] {
  width: 25px !important;
  height: 25px !important;
  font-size: 2rem !important;
  line-height: 25px !important;
  color: var(--c-red3) !important;
  position: absolute !important;
  top: 43px !important;
  right: 28px !important;
  z-index: 1 !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  text-decoration: none !important;
}
.eye [data-togglepassword] i {
  color: var(--c-red3) !important;
}
@media screen and (max-width: 991px) {
  .eye [data-togglepassword] {
    height: 20px !important;
    font-size: 20px !important;
    line-height: 25px !important;
    top: 32px !important;
    right: 12px !important;
    text-align: center !important;
  }
}
.eye [data-togglepassword] .password-hide {
  text-decoration: none !important;
}
.eye [data-togglepassword]:hover {
  color: var(--c-red2) !important;
}
.eye [data-togglepassword]:hover i {
  color: var(--c-red2) !important;
}

#Senha:not([data-senha-vazio]) ~ .senha-regras, #Senha[data-senha-vazio=true] ~ .senha-regras, #Senha.valid:not(:focus) ~ .senha-regras {
  display: none;
}

#Senha1:not([data-senha-vazio]) ~ .senha-regras, #Senha1[data-senha-vazio=true] ~ .senha-regras, #Senha1.valid:not(:focus) ~ .senha-regras {
  display: none;
}

#Senha2:not([data-senha-vazio]) ~ .senha-regras, #Senha2[data-senha-vazio=true] ~ .senha-regras, #Senha2.valid:not(:focus) ~ .senha-regras {
  display: none;
}

#Senha3:not([data-senha-vazio]) ~ .senha-regras, #Senha3[data-senha-vazio=true] ~ .senha-regras, #Senha3.valid:not(:focus) ~ .senha-regras {
  display: none;
}

#NovaSenha:not([data-senha-vazio]) ~ .senha-regras, #NovaSenha[data-senha-vazio=true] ~ .senha-regras, #NovaSenha.valid:not(:focus) ~ .senha-regras {
  display: none;
}

#txtSenhaNova:not([data-senha-vazio]) ~ .senha-regras, #txtSenhaNova[data-senha-vazio=true] ~ .senha-regras, #txtSenhaNova.valid:not(:focus) ~ .senha-regras {
  display: none;
}

#txtSenha:not([data-senha-vazio]) ~ .senha-regras, #txtSenha[data-senha-vazio=true] ~ .senha-regras, #txtSenha.valid:not(:focus) ~ .senha-regras {
  display: none;
}

#txtNovaSenha:not([data-senha-vazio]) ~ .senha-regras, #txtNovaSenha[data-senha-vazio=true] ~ .senha-regras, #txtNovaSenha.valid:not(:focus) ~ .senha-regras {
  display: none;
}

.senha-regras {
  text-align: left;
  font-size: 1.3rem;
  background-color: var(--c-red4);
  border: none;
  border-radius: 10px;
  position: absolute;
  z-index: 9999;
  width: 195px;
  padding: 1.5rem 10px;
  margin-top: 0;
  font-family: "Vinila", Arial, sans-serif;
  font-weight: 400;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .senha-regras {
    font-size: 1.5rem;
  }
}
.senha-regras::before {
  width: 35px;
  height: 12px;
  text-align: center;
  font-size: 30px;
  line-height: 100%;
  border-radius: 0;
  margin-right: 0;
  display: inline-block;
  background: transparent;
  color: var(--c-black);
  position: absolute;
  top: -18px;
  left: 3px;
  z-index: 1;
}
.senha-regras > div {
  position: relative;
  font-family: "Vinila", Arial, sans-serif;
  padding: 0.2rem;
  color: var(--c-white);
}
.senha-regras > div:before {
  content: "";
  font-size: 17px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  background: var(--c-white);
  color: var(--c-white);
}
.senha-regras > div::after {
  content: "";
  display: none;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
  z-index: 1;
  background: url("../img/icons/check-icon.svg") center center no-repeat;
  background-size: contain;
}

[data-senha-maiusculas=true] ~ .senha-regras .regra-maiusculas:before {
  background: var(--c-bege1);
  color: var(--c-red3);
  font-weight: bold;
}
[data-senha-maiusculas=true] ~ .senha-regras .regra-maiusculas::after {
  display: block;
}

[data-senha-minusculas=true] ~ .senha-regras .regra-minusculas:before {
  background: var(--c-bege1);
  color: var(--c-red3);
  font-weight: bold;
}
[data-senha-minusculas=true] ~ .senha-regras .regra-minusculas::after {
  display: block;
}

[data-senha-numeros=true] ~ .senha-regras .regra-numeros:before {
  background: var(--c-bege1);
  color: var(--c-red3);
  font-weight: bold;
}
[data-senha-numeros=true] ~ .senha-regras .regra-numeros::after {
  display: block;
}

[data-senha-especiais=true] ~ .senha-regras .regra-especiais:before {
  background: var(--c-bege1);
  color: var(--c-red3);
  font-weight: bold;
}
[data-senha-especiais=true] ~ .senha-regras .regra-especiais::after {
  display: block;
}

[data-senha-tamanho=true] ~ .senha-regras .regra-tamanho:before {
  background: var(--c-bege1);
  color: var(--c-red3);
  font-weight: bold;
}
[data-senha-tamanho=true] ~ .senha-regras .regra-tamanho::after {
  display: block;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Password | OVERLOAD */
/* ====== Select (Padrão) ====== */
/* ============================= */
select.form-control {
  background: var(--c-white) !important;
  color: #515151 !important;
}
select.form-control:focus {
  color: #515151 !important;
}
select.form-control:disabled, select.form-control[readonly] {
  padding-right: 40px !important;
}
select.form-control option {
  background: var(--c-white) !important;
  color: #515151 !important;
}
select.form-control option:hover {
  background: var(--c-white) !important;
}
select.form-control option:focus {
  background: var(--c-white) !important;
}
select.form-control option[selected=""] {
  color: var(--c-red4) !important;
  background: var(--c-white) !important;
}
select.form-control option[selected=""]:focus, select.form-control option[selected=""]:hover {
  color: var(--c-red4) !important;
  background: var(--c-white) !important;
}
select.form-control option:disabled, select.form-control option[readonly] {
  color: var(--c-red4) !important;
  background: #aaaaaa !important;
}

/* ====== Select (Icon) ====== */
/* ============================ */
.select-icon {
  content: "" !important;
  width: 16px !important;
  height: 16px !important;
  position: absolute !important;
  top: 36px !important;
  left: 28px !important;
  z-index: 2 !important;
}
.select-icon.disabled {
  left: unset !important;
  top: 36px !important;
  right: 36px !important;
  background: url("../img/icons/disabled-icon.svg") center center no-repeat !important;
  background-size: contain !important;
  cursor: not-allowed !important;
}

/* ====== Select Custom (Select2) ====== */
/* ===================================== */
/* ============================================== */
/* ============================================== */
/* OVERLOAD | Select | OVERLOAD */
/* ====== Textarea ====== */
/* ====================== */
textarea.form-control {
  min-height: 90px !important;
  max-height: 110px !important;
  padding: 12px 20px !important;
  resize: vertical !important;
  border-radius: 10px !important;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Textarea | OVERLOAD */
/* ====== Validação ====== */
/* ======================= */
[class*=vld-] + .error, label.error {
  display: block;
  font-family: "Vinila", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  font-style: normal !important;
  text-align: left !important;
  background: transparent !important;
  color: var(--c-white) !important;
  width: 100% !important;
  margin-top: 1px !important;
  margin-bottom: 0px !important;
  padding: 0.4rem 0 0 0.4rem !important;
}

/* ====== Validação (Mensagem de erro) ====== */
/* ========================================== */
label.error {
  margin-top: 8px !important;
  padding-left: 16px !important;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Validation | OVERLOAD */
/* ====== Field (Busca) ====== */
/* =========================== */
.painel-busca {
  width: 100% !important;
  height: 50px !important;
  max-width: 450px !important;
  background: #fff !important;
  border-radius: 100rem !important;
  border: none !important;
  margin: auto !important;
  overflow: hidden !important;
}
@media screen and (max-width: 991px) {
  .painel-busca {
    margin-left: auto !important;
  }
}
.painel-busca .input-group {
  position: relative !important;
}
.painel-busca .input-group input {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #000 !important;
  height: 50px !important;
  padding-right: 50px !important;
  border-radius: 0 !important;
  background: transparent !important;
  margin-top: 0 !important;
}
.painel-busca .input-group input::placeholder {
  color: #515151 !important;
}
.painel-busca .input-group input:focus::placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
.painel-busca .input-group .input-group-append {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 5 !important;
}
.painel-busca .input-group .input-group-append .input-group-text {
  justify-content: center !important;
  width: 50px !important;
  height: 50px !important;
  background: transparent !important;
  border-color: transparent !important;
  border-radius: 10px !important;
}
.painel-busca .input-group .input-group-append .input-group-text svg circle,
.painel-busca .input-group .input-group-append .input-group-text svg path {
  stroke: var(--c-red3) !important;
}
.painel-busca .float-placeholder {
  display: none !important;
}

/* ====== Field (Busca) Outline ====== */
/* =================================== */
.painel-busca.outline {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  transition: all 0.3s ease !important;
}
.painel-busca.outline:focus-within {
  border-color: #fff !important;
}
.painel-busca.outline input {
  color: rgba(255, 255, 255, 0.8) !important;
}
.painel-busca.outline input::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}
.painel-busca.outline input:focus {
  color: #fff !important;
}
.painel-busca.outline input:focus::placeholder {
  color: #fff !important;
}
.painel-busca.outline svg circle,
.painel-busca.outline svg path {
  stroke: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.3s ease !important;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Field (Busca) | OVERLOAD */
/* Checkbox - 3º Estilo */
/* ====== Checkbox ====== */
/* ====================== */
/* ====== Checkbox Checked Icon ====== */
/* =================================== */
/* ====== Checkbox Label ====== */
/* ============================ */
/* ====== Checkbox Link ====== */
/* =========================== */
.custom-checkbox .custom-control-label {
  font-family: "Vinila", Arial, sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  color: var(--c-white) !important;
  padding: 0.6rem 0 0 1.2rem !important;
  width: 90%;
}
.custom-checkbox .custom-control-label::before {
  border: none !important;
  box-shadow: none !important;
  top: 0.15rem !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  background: transparent !important;
  color: transparent !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
}
.custom-checkbox .custom-control-label::after {
  border: none !important;
  width: 0 !important;
  height: 0 !important;
  top: 0 !important;
}
.custom-checkbox .custom-control-label a {
  font-family: "Vinila", Arial, sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  color: var(--c-white) !important;
  text-decoration: underline !important;
  transition: all 0.3s ease;
}
.custom-checkbox .custom-control-label a:hover, .custom-checkbox .custom-control-label a:focus {
  color: var(--c-bege1) !important;
  text-decoration: none !important;
}
.custom-checkbox .custom-control-label:focus {
  box-shadow: none !important;
  border-radius: 100px !important;
  border: 0px solid var(--c-red2) !important;
}
.custom-checkbox .custom-control-input {
  width: 1rem !important;
  height: 1rem !important;
  position: absolute !important;
  left: 0 !important;
  z-index: -1 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border: none !important;
  z-index: 1 !important;
  color: #51eb0c !important;
  background-color: #51eb0c !important;
  border: 2px solid #51eb0c !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: 60% !important;
  left: -0.6% !important;
  width: 1.2rem !important;
  height: 1.2rem !important;
  color: #fff !important;
  transform: translateY(-50%) translateX(-50%) !important;
  z-index: 2 !important;
  background-size: contain !important;
  box-shadow: none !important;
  border: none !important;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Checkbox - 3º Estilo | OVERLOAD */
.section.meusdados .form-check-input {
  border-color: var(--c-red3) !important;
}
.section.meusdados .form-check-input:checked {
  background: var(--c-red3) !important;
  border-color: var(--c-red3) !important;
  opacity: 1 !important;
}
.section.meusdados .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.section.meusdados .form-check-label {
  color: var(--c-red3) !important;
}

.section.meusdados .form-check-label a {
color: var(--c-red3) !important;
}

.section.meusdados [class*=vld-] + .error, label.error {
  color: var(--c-bege3)!important;
}

/* ========= FORMULÁRIOS ========= */
/* ====== FORM | Fale Conosco 1º Estilo ====== */
/* ------ General ------ */
/* --------------------- */
/* ------ Link ------ */
/* ------------------ */
/* ------ Label (Float) ------ */
/* -------------------------- */
/* ------ Error ------ */
/* ------------------- */
/* =========================================== */
.box-contato {
  display: flex !important;
  width: 100% !important;
  margin-top: 40px !important;
  border-radius: 10px !important;
  padding: 40px !important;
  background: var(--c-red3) !important;
  align-items: center !important;
}
@media screen and (max-width: 991px) {
  .box-contato {
    width: auto !important;
  }
}
.box-contato .formulario-box-contato {
  padding: 0 !important;
}
.box-contato .formulario-box-contato a {
  color: var(--c-bege3) !important;
  text-decoration: underline !important;
}
.box-contato .formulario-box-contato a:hover, .box-contato .formulario-box-contato a:focus {
  color: var(--c-bege2) !important;
  text-decoration: none !important;
}
.box-contato .formulario-box-contato .float-placeholder {
  color: var(--c-bege3) !important;
}
.box-contato label.error {
    margin-top: 1px !important;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | FORM | Fale Conosco 1º Estilo | OVERLOAD */
/* Temas (Botões) */
/* ====== Theme 1 ====== */
/* ===================== */
/* ====== Theme 2 ====== */
/* ===================== */
/* ====== Theme 3 ====== */
/* ===================== */
/* ====== Theme 4 ====== */
/* ===================== */
/* ====== Botão (Padrão) ====== */
/* ============================ */
.btn {
  font-family: "vinila-compressed", Arial, sans-serif !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  color: var(--c-red3) !important;
  background: var(--c-bege1) !important;
  padding: 1.2rem 4rem !important;
  transition: all 0.3s ease-in-out !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.btn:focus, .btn:hover, .btn.active {
  color: var(--c-red3) !important;
  background: var(--c-bege2) !important;
  transform: scale(1) !important;
}

/* ====== Botão (Outline) ====== */
/* ============================= */
.btn.outline {
  color: rgba(255, 255, 255, 0.8) !important;
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
}
.btn.outline:focus, .btn.outline:hover, .btn.outline.active {
  color: #fff !important;
  background: transparent !important;
  border: 1px solid #fff !important;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Botão | OVERLOAD */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: auto !important;
  letter-spacing: -1px;
  margin: auto;
}

.btn-red1 {
  background: var(--c-red1) !important;
  color: var(--c-white) !important;
}
.btn-red1:hover {
  background: var(--c-red2) !important;
  color: var(--c-white) !important;
}

.btn-red3 {
  background: var(--c-red3) !important;
  color: var(--c-bege1) !important;
}
.btn-red3:hover {
  background: var(--c-red4) !important;
  color: var(--c-bege1) !important;
}

.btn-whatsapp {
  background: #37C624 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.btn-whatsapp:hover {
  background: #37C624 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

/* Temas (FAQ) */
/* ====== Theme 1 ====== */
/* ------ General ------ */
/* ------ Question ------ */
/* ------ Answer ------ */
/* ===================== */
/* ====== Theme 2 ====== */
/* ------ General ------ */
/* ------ Question ------ */
/* ------ Answer ------ */
/* ===================== */
/* ====== Faq Item ====== */
/* ------ General ------ */
/* --------------------- */
/* ------ Question ------ */
/* ---------------------- */
/* ------ Answer ------ */
/* -------------------- */
/* ------ Number ------ */
/* -------------------- */
/* ------ Arrow ------ */
/* ------------------- */
/* ====================== */
.border-faq {
  width: 100% !important;
  max-width: 1000px !important;
  margin: auto !important;
  border-top: none !important;
  border-bottom: none !important;
}
.border-faq .faq-item {
  background: var(--c-red3) !important;
  color: var(--c-white) !important;
  margin-top: 20px !important;
  padding: 15px 15px 13px 35px !important;
  border-radius: 100rem !important;
}
.border-faq .faq-item[aria-expanded=true] {
  border-radius: 10px 10px 0 0 !important;
}
.border-faq .faq-item + div {
  background: var(--c-red3) !important;
  margin: 0 !important;
  padding: 12px 20px !important;
  border-radius: 0 0 10px 10px !important;
}
.border-faq .faq-item + div p,
.border-faq .faq-item + div span,
.border-faq .faq-item + div strong {
  color: var(--c-white) !important;
}
.border-faq .faq-item {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  font-family: "vinila-compressed", Arial, sans-serif !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-align: left !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  position: relative !important;
  padding-right: 60px !important;
}
.border-faq .faq-item .faq-numero {
  font-size: 24px !important;
  font-weight: 500 !important;
  color: var(--c-white) !important;
  margin-right: 8px !important;
  transition: all 0.3s ease !important;
}
.border-faq .faq-item::before {
  content: "\f107" !important;
  font-family: "FontAwesome", Arial, sans-serif !important;
  font-size: 1.8rem !important;
  line-height: 100% !important;
  background: transparent !important;
  color: var(--c-white) !important;
  border-radius: 50% !important;
  padding: 7px 10px !important;
  font-style: normal !important;
  order: 5 !important;
  position: absolute !important;
  right: 20px !important;
}
.border-faq .faq-item[aria-expanded=true] {
  color: var(--c-bege2) !important;
}
.border-faq .faq-item[aria-expanded=true]::before {
  content: "\f106" !important;
  color: var(--c-bege1) !important;
}
.border-faq .faq-item[aria-expanded=true] .faq-numero {
  color: var(--c-bege1) !important;
}
.border-faq .faq-item:hover {
  color: var(--c-bege2) !important;
}
.border-faq .faq-item:hover::before {
  color: var(--c-bege1) !important;
}
.border-faq .faq-item:hover .faq-numero {
  color: var(--c-bege1) !important;
}
.border-faq .faq-item + div {
  font-family: "vinila", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 15px !important;
  font-weight: 500 !important;
  font-style: inherit !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  width: 100% !important;
  z-index: 1 !important;
}
.border-faq .faq-item + div ul {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  padding-left: 3.2rem;
}
.border-faq .faq-item + div p, .border-faq .faq-item + div ul li {
  font-family: "vinila", Arial, sans-serif !important;
  color: var(--c-white) !important;
  font-size: 15px !important;
  line-height: 15px !important;
  font-weight: 500 !important;
}
.border-faq .faq-item + div p a {
  color: var(--c-bege3) !important;
  text-decoration: underline !important;
  transition: all 0.3s ease !important;
}
.border-faq .faq-item + div p a:hover {
  color: var(--c-bege1) !important;
  text-decoration: none !important;
}
.border-faq .faq-item + div strong {
  font-family: "vinila", Arial, sans-serif !important;
  font-weight: 500 !important;
}
.border-faq .faq-item + div table p {
  padding: 2px 0 2px !important;
  text-align: center !important;
  margin-bottom: 0 !important;
}
.btn i::before {
  color: var(--c-red3)!important;
}

/* ============================================== */
/* ============================================== */
/* OVERLOAD | Faq Item | OVERLOAD */
.faq-numero {
  display: none !important;
}

.no-results {
  border: none;
  background: var(--c-red3);
  font-weight: 600;
  border-radius: 2rem;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 2rem;
  padding: 2.4rem 2rem !important;
}

body {
  -webkit-font-smoothing: antialiased !important;
  appearance: none !important;
  text-rendering: optimizelegibility;
}

img {
  max-width: 100%;
  -webkit-user-drag: none;
}

html {
  font-size: 62.5%;
}

@media (max-width: 991px) {
  html {
    font-size: 58%;
  }
}
/* Button */
button {
  background: none;
  border: none;
  box-shadow: none;
}

/* LINK */
a {
  color: var(--c-white);
  text-decoration: none !important;
}
a:hover {
  color: var(--c-white);
  text-decoration: none;
}

.link-underline {
  text-decoration: underline !important;
}
.link-underline:hover, .link-underline:focus {
  text-decoration: none !important;
}

.link-underline-inverse {
  text-decoration: none !important;
}
.link-underline-inverse:hover, .link-underline-inverse:focus {
  text-decoration: underline !important;
}

/* TEXT */
.text-start {
  text-align: start !important;
}

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

.text-end {
  text-align: end !important;
}

p {
  font-size: 2rem;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 5px;
}

p a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

.text-sm {
  font-size: 12px !important;
}

.text-md {
  font-size: 14px !important;
}

.text-base {
  font-size: 16px !important;
}

.text-lg {
  font-size: 18px !important;
}

.text-xl {
  font-size: 20px !important;
}

.text-xxl {
  font-size: 24px !important;
}

.text-3xl {
  font-size: 28px !important;
}

.text-4xl {
  font-size: 32px !important;
}

/* HR  */
hr {
  border-color: var(--c-black);
}

.vertical-hr {
  width: 1px;
  min-height: 55px;
  border: none;
  border-left: 1px solid;
  border-color: #000;
  margin: 0 !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative !important;
}

a, button, input {
  box-shadow: none !important;
  outline: none !important;
}
a:hover, a:focus, button:hover, button:focus, input:hover, input:focus {
  box-shadow: none !important;
  outline: none !important;
}

/*  */
.box-contato .label-error, .section.cadastro .label-error {
  color: var(--c-bege1);
}

/*# sourceMappingURL=overload.css.map */
