:root {
  --midnight-blue: #102a62;
  --663399: #5a348b;
  --medium-sea-green: #50ae47;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

a {
  color: #fff;
  text-decoration: none;
}

.header {
  background-image: linear-gradient(131deg, #5b33d5, #a936ff 62%, #1aacfe);
  height: auto;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: visible;
}

.colorbar {
  z-index: 5;
  width: 100%;
  height: 8px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block {
  background-color: var(--midnight-blue);
  width: 40%;
  height: 100%;
}

.div-block-2 {
  background-color: #004f9f;
  width: 15%;
}

.div-block-3 {
  background-color: #00b1eb;
  width: 12%;
}

.div-block-4 {
  background-color: #ef7d00;
  width: 8%;
}

.div-block-5 {
  background-color: #fbba07;
  width: 6%;
}

.div-block-6 {
  background-color: #50ae47;
  width: 6%;
}

.div-block-7 {
  background-color: #adc816;
  width: 5%;
}

.div-block-8 {
  background-color: var(--663399);
  width: 4%;
}

.div-block-9 {
  background-color: #e72582;
  width: 4%;
}

.body {
  background-color: #f6f4f8;
  overflow: visible;
}

.container {
  z-index: 1;
  max-width: 1200px;
  height: 100%;
  position: relative;
}

.header-content {
  flex-flow: row;
  place-content: center space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 59px;
  display: flex;
}

.header-txt {
  width: 50%;
}

.heading {
  color: #fff;
  letter-spacing: -1px;
  white-space: nowrap;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 100;
  line-height: 62px;
}

.text-span {
  font-weight: 700;
}

.paragraph {
  color: #fff;
  white-space: normal;
  width: 40vw;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.bg_header {
  opacity: .2;
  mix-blend-mode: screen;
  background-image: url('../images/bg_central_prime.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.logos {
  z-index: 1;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-prime {
  justify-content: center;
  align-items: center;
  width: 12vw;
  max-width: 100%;
  display: flex;
}

.lottie-block {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  flex: 1;
  align-self: flex-end;
  height: auto;
  position: relative;
  inset: 33px 0% 0% auto;
  overflow: visible;
}

.lottie-animation {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  width: 40vw;
  height: auto;
  position: static;
}

.vantagens {
  background-color: #fff;
  height: auto;
  padding: 100px 40px 140px;
}

.container-2 {
  max-width: 1200px;
  padding-top: 0;
}

.heading-2 {
  color: var(--663399);
  letter-spacing: -2px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 3vw;
}

.text-span-2 {
  font-weight: 700;
}

.paragraph-2 {
  color: #5c5c5c;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-span-3 {
  color: #50ae47;
  font-weight: 700;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.card-vantagens {
  background-color: #f6f4f8;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 380px;
  padding: 40px;
  display: flex;
  box-shadow: 1px 1px 17px -7px #0000001c;
}

.heading-3 {
  color: var(--663399);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.lottie-animation-2 {
  width: 60%;
}

.paragraph-3 {
  color: #5c5c5c;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.text-span-4 {
  color: var(--medium-sea-green);
  font-weight: 700;
}

.image {
  width: 50%;
}

.div-block-10, .div-block-11 {
  margin-top: 40px;
}

.pesquisa {
  background-color: #fff0;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 0 40px;
}

.container-pesquisa {
  max-width: 1200px;
  padding-top: 0;
}

.content-pesquisa {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pesquisa-txt {
  width: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logo-bat {
  max-width: 8%;
}

.form-block {
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: block;
}

.pesquisa-form {
  background-color: #fff0;
  width: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-field {
  border-radius: 100px;
  margin-bottom: 0;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.form {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.submit-button {
  z-index: 1;
  background-color: var(--663399);
  border-radius: 100px;
  align-items: center;
  height: 100%;
  margin-left: 10px;
  padding: 22px 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .4s ease-in-out;
  display: block;
  position: relative;
}

.submit-button:hover {
  background-color: #7140af;
  transform: scale(.9);
}

.footer {
  background-image: linear-gradient(131deg, #5b33d5, #a936ff 62%, #1aacfe);
  height: auto;
  padding: 40px 40px 86px;
  position: relative;
}

.div-block-12 {
  height: 140px;
}

.div-block-13 {
  background-color: #f6f4f8;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  height: 9vw;
  position: absolute;
  inset: auto 0% 0%;
}

.button {
  border-radius: 100px;
}

.button-all {
  background-color: var(--663399);
  border-radius: 100px;
  height: 100%;
  margin-top: 40px;
  margin-left: 0;
  padding: 15px 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .4s ease-in-out;
  display: none;
}

.button-all:hover {
  background-color: #7140af;
  transform: scale(.9);
}

.login {
  background-image: linear-gradient(131deg, #5b33d5, #a936ff 62%, #1aacfe);
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.div-block-14 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-15 {
  background-color: #fff;
  border-radius: 30px;
  width: 60vw;
  padding: 61px 60px;
}

.form-2 {
  display: flex;
}

.heading-4 {
  color: #8d8d8d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.txt-login {
  color: var(--663399);
  letter-spacing: -1px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 100;
  line-height: 62px;
}

.form-block-2 {
  margin-top: 60px;
  display: none;
}

.entrar-button {
  background-color: var(--663399);
  border-radius: 100px;
  height: 100%;
  margin-left: 10px;
  padding: 22px 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .4s ease-in-out;
}

.entrar-button:hover {
  background-color: #7140af;
  transform: scale(.9);
}

.card-dados {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  display: block;
}

.heading-5 {
  color: var(--663399);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.cards {
  color: #f6f4f8;
  background-color: #f6f4f8;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 20px 30px;
}

.cards.hide {
  display: none;
}

.image-2 {
  width: 62px;
  max-width: none;
}

.varejo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  max-width: 20%;
}

.heading-6 {
  color: #5c5c5c;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.heading-7 {
  color: var(--663399);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  line-height: 2vw;
}

.heading-8 {
  color: #acacac;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: none;
}

.heading-9 {
  color: var(--663399);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  display: block;
}

.image-4 {
  align-self: auto;
  width: 160px;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.boleto-div {
  background-color: #f6f4f8;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.text-block {
  color: #5a348b;
  width: auto;
  font-family: Montserrat, sans-serif;
}

.text-span-5 {
  font-size: 22px;
}

.image-5 {
  width: 60px;
  margin-right: 20px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.title-card {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--midnight-blue);
  letter-spacing: -1px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 17px;
}

.cliente-prime {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
}

.card-cliente-prime {
  display: block;
}

.mais-conteudo {
  padding-top: 40px;
}

.video-prime {
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
}

.downloads {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 5px 20px 25px;
  display: flex;
}

.download_card {
  background-color: #f6f4f8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.title-card-downloads {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-18-copy {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.card-cliente-elegivel {
  display: none;
}

.cliente-elegivel-prime {
  background-color: #5a348b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  padding: 10px 25px;
  display: flex;
}

.elegivel {
  color: #fff;
  letter-spacing: -1px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 17px;
}

.content-pesquisa-2 {
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.button-2 {
  background-color: var(--midnight-blue);
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 20px -1px #200b3a66;
}

.video {
  display: block;
}

.simulador {
  background-image: linear-gradient(140deg, #5b33d5, #a936ff 64%, #1aacfe);
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px;
  display: block;
  position: relative;
}

.lottie-animation-3 {
  width: 15vw;
}

.titulo-simulador {
  z-index: 1;
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.titulo-simula {
  color: #fff;
  letter-spacing: -1px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 100;
  line-height: 62px;
}

.content-txt-simulador {
  width: 35vw;
}

.paragraph-4 {
  color: #ffffffb3;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.simulador-form {
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.campo-form {
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 10px 20px 10px 25px;
  display: flex;
}

.text-field-2 {
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.image-6 {
  width: 52px;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.submit-button-2 {
  background-color: #58268f;
  border-radius: 100px;
}

.btn-calcular {
  background-color: var(--663399);
  border-radius: 100px;
  width: 50%;
  height: 100%;
  margin-top: 40px;
  margin-left: 10px;
  padding: 22px 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .4s ease-in-out;
}

.btn-calcular:hover {
  background-color: #7140af;
  transform: scale(.9);
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.resultado-simulacao {
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 40px 62px;
  display: none;
  position: relative;
}

.title-result {
  align-items: center;
  padding: 0;
  display: flex;
}

.heading-10 {
  color: var(--663399);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 300;
  line-height: 3.5vw;
}

.image-7 {
  width: 100px;
  margin-right: 30px;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.text-block-3 {
  color: #5a348bab;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-5 {
  color: #7a7a7a;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.list-item {
  color: var(--663399);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.list {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
}

.text-block-4 {
  color: #7a7a7a;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.text-span-6 {
  color: var(--663399);
  font-size: 18px;
  font-weight: 700;
}

.div-block-21 {
  border: 1px solid #5a348b59;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px 30px;
  display: flex;
}

.paragraph-6 {
  color: #7a7a7a;
  width: 50%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.link {
  color: var(--663399);
  font-weight: 700;
  text-decoration: none;
}

.heading-11 {
  z-index: 1;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: none;
  position: relative;
}

.nova-simulacao {
  z-index: 1;
  background-color: var(--663399);
  text-align: center;
  border-radius: 100px;
  width: 50%;
  height: 100%;
  margin-top: 40px;
  margin-left: 10px;
  padding: 22px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .4s ease-in-out;
  display: none;
  position: relative;
}

.nova-simulacao:hover {
  background-color: #7140af;
  transform: scale(.9);
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #fff;
  text-decoration: none;
}

.image-8 {
  margin-right: 10px;
}

.btn-share {
  z-index: 1;
  background-color: var(--medium-sea-green);
  border-radius: 100px;
  align-items: center;
  height: 100%;
  margin-left: 10px;
  padding: 22px 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.btn-share:hover {
  background-color: #7140af;
  transform: scale(.9);
}

.boletos-meses {
  display: flex;
}

.mes-card {
  background-color: var(--663399);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 26px;
}

.text-block-6 {
  color: #ffffff80;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

.image-9 {
  width: 24px;
}

.text-block-7 {
  color: #5a348b99;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
}

.text-block-7.datainicio {
  margin-top: 0;
}

.div-block-23 {
  margin-left: 20px;
}

.bold-text, .bold-text-2 {
  font-weight: 600;
}

.heading-13 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 22px;
}

.text-block-8 {
  color: #ffffffb3;
  font-family: Montserrat, sans-serif;
  line-height: 17px;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  height: 65px;
  margin-top: 8px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-3 {
  justify-content: space-between;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.image-10 {
  width: 160px;
  height: 100%;
  margin-top: 0;
}

.nav-link {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 11px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-11 {
  width: 80px;
  margin-top: 0;
  margin-left: 20px;
}

.div-block-24 {
  justify-content: space-between;
  width: 90%;
  margin-right: 20px;
  display: flex;
}

.bg_navbar {
  z-index: 3;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #5a348be6;
  height: 65px;
  margin-top: 8px;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-25 {
  justify-content: space-between;
  max-width: 1200px;
  display: flex;
}

.image-12 {
  max-width: 10%;
}

.image-13 {
  max-width: 15%;
}

.btn-130 {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.btn-130-meta {
  z-index: 1;
  background-color: var(--663399);
  border-radius: 100px;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 20px;
  padding: 22px 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.btn-130-meta:hover {
  background-color: #7140af;
  transform: scale(.9);
}

.slider {
  border-radius: 20px;
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.promo-div {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.content-promo {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  margin-left: 20px;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.promo-title {
  color: var(--663399);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 28px;
  display: block;
}

.paragraph-7 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.btn-whats {
  z-index: 1;
  background-color: var(--medium-sea-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 20px;
  margin-left: 10px;
  padding: 22px 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.btn-whats:hover {
  background-color: #3f8838;
  transform: scale(.9);
}

.material-div {
  display: none;
  overflow: visible;
}

.div-block-26 {
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 20px;
}

.text-span-7 {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.campanha {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-27 {
  background-color: #f6f4f8;
  border-radius: 10px;
  justify-content: space-between;
  margin-top: 20px;
  padding: 15px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header {
    height: auto;
    padding-bottom: 0;
    overflow: hidden;
  }

  .header-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-txt {
    width: auto;
  }

  .heading {
    margin-top: 40px;
    padding-top: 0;
  }

  .paragraph {
    width: auto;
  }

  .logo-prime {
    max-width: 20%;
  }

  .lottie-block {
    align-self: center;
    width: 100%;
    position: static;
    top: -11px;
    right: 3%;
  }

  .lottie-animation {
    width: auto;
  }

  .vantagens {
    padding-top: 0;
  }

  .container-2 {
    padding-top: 60px;
  }

  .heading-2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .paragraph-2 {
    margin-top: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-vantagens {
    height: auto;
  }

  .logo-bat {
    max-width: 12%;
  }

  .submit-button {
    margin-top: 0;
  }

  .footer {
    height: auto;
    padding-bottom: 80px;
  }

  .div-block-13 {
    height: 23vw;
  }

  .button-all {
    height: auto;
  }

  .login {
    height: 100vh;
    overflow: hidden;
  }

  .div-block-15 {
    width: 90vw;
  }

  .txt-login {
    margin-top: 40px;
    padding-top: 0;
  }

  .card-dados {
    display: block;
  }

  .heading-5 {
    margin-left: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cards {
    align-items: center;
    display: flex;
  }

  .image-2 {
    width: 200px;
    max-width: 8%;
  }

  .image-3 {
    max-width: 10%;
    margin-right: 20px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 6vw;
    line-height: 6vw;
  }

  .heading-9 {
    line-height: 29px;
  }

  .image-4 {
    width: 160px;
    max-width: 100%;
  }

  .boleto-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block {
    width: auto;
  }

  .div-block-18 {
    width: auto;
    margin-bottom: 20px;
  }

  .title-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .cliente-prime {
    max-width: none;
    margin-top: 20px;
  }

  .downloads {
    flex-direction: column;
  }

  .download_card {
    width: auto;
  }

  .card-cliente-elegivel {
    display: none;
  }

  .cliente-elegivel-prime {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    display: flex;
  }

  .lottie-animation-3 {
    width: 45vw;
  }

  .titulo-simula {
    margin-top: 0;
    padding-top: 0;
    font-size: 44px;
    line-height: 44px;
  }

  .content-txt-simulador {
    width: auto;
  }

  .paragraph-4 {
    margin-top: 10px;
    font-size: 14px;
  }

  .simulador-form {
    margin-top: 40px;
  }

  .text-field-2 {
    background-color: #0000;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .btn-calcular {
    margin-top: 0;
  }

  .div-block-19 {
    margin-top: 20px;
  }

  .resultado-simulacao {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-10 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .paragraph-5 {
    line-height: 22px;
  }

  .div-block-21 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-6 {
    text-align: center;
    width: auto;
  }

  .heading-11 {
    font-size: 20px;
    line-height: 20px;
  }

  .nova-simulacao {
    margin-top: 40px;
  }

  .btn-share {
    margin-top: 20px;
    margin-left: 0;
  }

  .boletos-meses, .mes-card {
    width: 100%;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-link {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-24 {
    width: 85%;
  }

  .menu-button {
    color: #fff;
    padding-top: 22px;
  }

  .menu-button.w--open {
    background-color: #522e80;
  }

  .nav-menu {
    background-color: #522e80;
    padding: 40px;
  }

  .image-12 {
    max-width: 15%;
  }

  .image-13 {
    max-width: 20%;
  }

  .btn-130 {
    justify-content: center;
    align-items: center;
  }

  .btn-130-meta {
    margin-top: 20px;
    margin-left: 0;
  }

  .slider {
    width: 100%;
  }

  .promo-div {
    flex-direction: column;
  }

  .content-promo {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 20px 20px;
  }

  .promo-title {
    line-height: 29px;
  }

  .btn-whats {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .header-content {
    padding-top: 101px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-txt {
    padding-top: 20px;
  }

  .heading {
    margin-top: 0;
  }

  .logo-prime {
    width: 50vw;
    max-width: 35%;
  }

  .lottie-block {
    align-self: center;
    width: 100%;
    position: relative;
    right: 33px;
  }

  .lottie-animation {
    width: 90vw;
  }

  .vantagens {
    padding-top: 0;
  }

  .container-2 {
    padding-top: 40px;
  }

  .heading-2 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .pesquisa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-bat {
    max-width: 18%;
  }

  .submit-button {
    margin-top: 0;
  }

  .footer {
    height: auto;
    padding-bottom: 79px;
  }

  .div-block-13 {
    height: 163px;
  }

  .login {
    height: 100vh;
    overflow: visible;
  }

  .div-block-15 {
    padding: 55px 39px;
  }

  .form-2 {
    flex-direction: column;
    align-items: center;
  }

  .txt-login {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 45px;
  }

  .entrar-button {
    margin-top: 20px;
  }

  .card-dados {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .image-3 {
    max-width: 15%;
  }

  .image-4 {
    width: 180px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .boleto-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block {
    text-align: left;
    width: auto;
    margin-bottom: 0;
  }

  .div-block-18 {
    justify-content: flex-start;
  }

  .cliente-prime {
    justify-content: flex-start;
    max-width: none;
  }

  .download_card {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .card-cliente-elegivel {
    display: none;
  }

  .cliente-elegivel-prime {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .simulador {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie-animation-3 {
    width: 75vw;
  }

  .titulo-simula {
    margin-top: 0;
    font-size: 36px;
    line-height: 39px;
  }

  .btn-calcular {
    margin-top: 0;
  }

  .heading-10 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .nova-simulacao {
    width: auto;
    margin-top: 40px;
  }

  .btn-share {
    margin-top: 20px;
  }

  .btn-share:hover {
    background-color: #65d75a;
  }

  .image-10 {
    width: 120px;
  }

  .image-11 {
    width: 60px;
  }

  .menu-button.w--open {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-12 {
    max-width: 18%;
  }

  .image-13 {
    max-width: 25%;
  }

  .btn-130-meta {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-promo {
    padding: 20px 40px;
  }

  .btn-whats {
    margin-top: 20px;
  }

  .btn-whats:hover {
    background-color: #65d75a;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    overflow: visible;
  }

  .header-content {
    padding-top: 115px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-txt {
    padding-top: 20px;
  }

  .heading {
    font-size: 11vw;
    line-height: 11vw;
  }

  .paragraph {
    white-space: normal;
    font-size: 18px;
    line-height: 21px;
  }

  .logo-prime {
    max-width: 50%;
  }

  .lottie-block {
    width: auto;
    position: relative;
    top: -27px;
    right: 18px;
  }

  .lottie-animation {
    width: 100vw;
  }

  .vantagens {
    padding: 0 20px 60px;
  }

  .container-2 {
    padding-top: 40px;
  }

  .heading-2 {
    letter-spacing: -1px;
    font-size: 9vw;
    line-height: 9vw;
  }

  .paragraph-2 {
    line-height: 23px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .pesquisa {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 0 20px;
  }

  .logo-bat {
    max-width: 22%;
  }

  .form-block {
    margin-top: 20px;
  }

  .pesquisa-form {
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    flex-direction: column;
    align-items: flex-start;
  }

  .submit-button {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    display: block;
  }

  .footer {
    height: auto;
    padding-bottom: 85px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    height: 130px;
  }

  .button-all {
    margin-top: 20px;
    margin-left: 0;
  }

  .login {
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15 {
    padding: 68px 15px;
  }

  .txt-login {
    font-size: 9vw;
    line-height: 11vw;
  }

  .entrar-button {
    margin-top: 20px;
    margin-left: 0;
  }

  .card-dados {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .heading-5 {
    margin-left: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cards {
    padding: 10px 20px;
  }

  .image-2 {
    max-width: 18%;
  }

  .image-3 {
    max-width: 15%;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-7 {
    font-size: 6vw;
    line-height: 9vw;
  }

  .heading-9 {
    font-size: 18px;
    line-height: 20px;
  }

  .image-4 {
    max-width: 90%;
  }

  .boleto-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
  }

  .image-5 {
    align-self: center;
    width: auto;
    max-width: 25%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: flex-start;
  }

  .cliente-prime {
    max-width: 100%;
    margin-top: 20px;
  }

  .card-cliente-prime {
    display: none;
  }

  .download_card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-card-downloads {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-cliente-elegivel {
    display: none;
  }

  .cliente-elegivel-prime {
    border-radius: 20px;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .elegivel {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .button-2 {
    z-index: 999;
    background-color: var(--midnight-blue);
    text-align: center;
    margin-bottom: 10px;
    margin-left: 20px;
    inset: auto 0% 0%;
  }

  .button-2.w--current {
    background-color: var(--midnight-blue);
    border-radius: 2px;
  }

  .simulador {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lottie-animation-3 {
    width: 40vw;
  }

  .titulo-simulador {
    flex-direction: column;
    align-items: flex-start;
  }

  .titulo-simula {
    font-size: 9vw;
    line-height: 10vw;
  }

  .image-6 {
    width: 32px;
  }

  .btn-calcular {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .resultado-simulacao {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .title-result {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-10 {
    font-size: 10vw;
    line-height: 11vw;
  }

  .image-7 {
    width: 64px;
    margin-bottom: 20px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 18px;
  }

  .list-item {
    font-size: 14px;
  }

  .list {
    padding-left: 20px;
  }

  .text-span-6 {
    font-size: 16px;
  }

  .div-block-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 19px;
  }

  .nova-simulacao {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .image-8 {
    margin-right: 5px;
  }

  .btn-share {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding: 20px 40px;
    font-size: 14px;
  }

  .boletos-meses {
    flex-direction: column;
  }

  .mes-card {
    flex-direction: row;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-block-6 {
    margin-left: 5px;
  }

  .image-9 {
    margin-right: 10px;
  }

  .div-block-23 {
    margin-left: 10px;
  }

  .heading-13 {
    font-size: 16px;
    line-height: 19px;
  }

  .container-3 {
    padding-left: 0;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    max-width: 25%;
  }

  .image-13 {
    max-width: 35%;
  }

  .btn-130 {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .btn-130-meta {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .content-promo {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .promo-title {
    font-size: 18px;
    line-height: 25px;
  }

  .btn-whats {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding: 20px 40px;
    font-size: 14px;
  }

  .div-block-26 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-27 {
    flex-direction: column;
  }
}

#w-node-c93932a1-e585-20ac-0fd7-b3843f53b948-f1f272cd, #w-node-cb941f6b-ac31-7ea6-5059-a03ac2cc811b-f1f272cd, #data_inicio_box.w-node-_967455c4-1fe5-9c14-7724-7608b9e61d5c-f1f272cd, #w-node-d114aaa7-410b-ea25-cad9-d42f39e72e7a-f1f272cd, #w-node-_9f0acff5-5ee4-e753-b5b5-1babfd00a057-f1f272cd, #w-node-_980211fb-138a-42b2-1358-f444e2a7ff3e-f1f272cd, #w-node-_980211fb-138a-42b2-1358-f444e2a7ff45-f1f272cd, #data_inicio_box.w-node-_980211fb-138a-42b2-1358-f444e2a7ff4c-f1f272cd, #w-node-c4fbe844-303b-adfd-23ca-407290fbfdf9-f1f272cd, #w-node-_2641d768-bb8f-c74e-b93f-bbeafcd11e38-f1f272cd, #w-node-fd28cc8e-04cc-2d9a-5978-9b3eabf37c52-f1f272cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


