:root {
  --new_orange: #f26d04;
  --trasnparent: transparent;
  --seashell: #fff7f2;
  --grey: #828282;
  --alice-blue: #ecf3f4;
  --deep-sky-blue: #07b7e6;
  --orange-red: #f15a22;
  --white: white;
  --new_orange: #ff542b;
  --burlywood: #f9c08f;
  --black: black;
  --transparent: transparent;
  --deep-dark-sky-blue: #009cc6;
  --dark-grey: #979797;
  --new_blue: #6ed6ff;
  --cinza: #f9f9f9;
  --cinza-2: #828282;
  --new_yellow: #f7f748;
  --new_gray: #eaeae9;
  --azul-facily: #1819fc;
  --white-smoke: #f2f2f2;
  --dark-slate-blue-2: #243c51;
  --dark-slate-blue: #243c51;
  --new_gray_dark: #5a5a5a;
  --medium-sea-green: #3fb15c;
  --deep-sky-blue-2: #44b0ce;
  --gainsboro: #e0e0e0;
  --dim-grey: #4f4f4f;
  --light-grey: #cbcbcb;
  --steel-blue: #2582c3;
  --orange-jeitto: #f58220;
  --grey-text: #333;
  --color: white;
  --new_green: #85ff9c;
  --new_rosa: #fc9af7;
  --new_yellow_light: #fffdab;
  --cadet-blue: #1294b4;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  color: var(--new_orange);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  background-color: var(--trasnparent);
  color: var(--new_orange);
  text-decoration: underline;
}

ol {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: lower-roman;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.header-jeitto {
  background-color: var(--seashell);
  background-image: linear-gradient(86deg, #000c, #0000000d 56%, #0000 62%), url('../images/teste-2-1.jpg'), url('../images/teste-2-1.jpg'), url('../images/bg-app.jpg'), url('../images/bg-home.png');
  background-position: 0 0, 0 0, 50% 0, 0 0, 50% 0;
  background-repeat: repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, cover, cover, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.header-txt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  margin-top: 240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.verifique-jeitto {
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.title-jeitto-2 {
  color: var(--new_orange);
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.div-verifique {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1050px;
  margin: 80px auto;
  display: block;
}

.sub-jeitto-2 {
  color: var(--grey);
  width: 353px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 74px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

.verif-infos {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.infos-item {
  justify-content: flex-start;
  margin-bottom: 14px;
  display: flex;
}

.text-infos {
  color: var(--grey);
  width: 459px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.image {
  height: 100%;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-field {
  background-color: var(--alice-blue);
  border: 0 #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  align-self: auto;
  height: 60px;
  margin-bottom: 12px;
  margin-right: 20px;
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.submit-button {
  background-color: var(--deep-sky-blue);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 170px;
  height: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.form-verificar {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

.baixe-jeitto-1 {
  background-image: linear-gradient(119deg, var(--new_orange), var(--orange-red));
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.link {
  color: var(--white);
  width: auto;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.app-jeitto {
  justify-content: center;
  display: flex;
}

.app-infos {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 1050px;
  margin-left: 0;
  display: flex;
}

.app-item {
  flex-direction: column;
  align-items: flex-start;
  width: 335px;
  margin-top: 130px;
  margin-bottom: 100px;
  margin-left: 0;
  padding-left: 10px;
  display: flex;
}

.title-jeitto-3 {
  color: var(--new_orange);
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.text-jeitto {
  color: var(--grey);
  width: 323px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 19px;
}

.app-txt {
  height: 35px;
  margin-bottom: 50px;
  display: flex;
}

.image-2 {
  width: 11px;
  height: 11px;
  margin-top: 4px;
  margin-right: 15px;
}

.text-bold {
  font-style: normal;
  font-weight: 600;
}

.image-3 {
  width: 470px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.text-jeitto-2 {
  color: var(--grey);
  width: auto;
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 19px;
}

.contas-jeitto {
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 74px;
  display: flex;
}

.transporte-jeitto {
  justify-content: center;
  display: flex;
}

.title-jeitto-4 {
  color: var(--new_orange);
  width: auto;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.baixeapp-jeitto {
  justify-content: center;
  margin-top: 303px;
  display: flex;
}

.baixeapp-div {
  background-image: url('../images/bg-app.png');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 1180px;
  height: 290px;
  text-decoration: none;
  display: flex;
}

.image-5 {
  margin-top: 45px;
  margin-right: 106px;
  padding-right: 0;
}

.app-itens {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 75px;
  display: flex;
}

.blog-jeitto {
  background-color: #f9f9f9;
  background-image: url('../images/bg-blog-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 550px;
  margin-top: 0;
  display: none;
}

.collection-novidades {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.collection-list {
  width: 1050px;
}

.box-infos-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 1100px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.navbar-jeitto {
  background-color: var(--seashell);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: none;
  position: relative;
}

.brand-3 {
  flex: 0 auto;
  margin-left: 0;
}

.itens-jeitto {
  text-align: center;
  letter-spacing: -1px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-item {
  color: var(--new_orange);
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.btn-jeitto {
  background-color: var(--deep-sky-blue);
  border-radius: 6px;
  width: 220px;
  height: 53px;
  padding: 17px 25px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.materia-jeitto {
  background-color: var(--seashell);
  background-image: none;
  margin: 80px auto;
}

.img-materia {
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.data-materia {
  color: var(--grey);
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  display: block;
}

.title-materia {
  color: var(--new_orange);
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.sub-materia {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 27px;
}

.rich-text-block {
  color: var(--grey);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.fatura-jeitto {
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.gerar-infos {
  align-items: center;
  display: flex;
}

.gerar-infos-2 {
  display: flex;
}

.footer-jeitto {
  background-image: linear-gradient(110deg, var(--new_orange), var(--orange-red));
  margin-bottom: -30px;
}

.logos-footer {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  margin-left: -15px;
}

.link-block {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.btn-facebook {
  background-color: #0000;
  background-image: url('../images/icon-fb_1icon-fb.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  margin-left: 16px;
  margin-right: 16px;
}

.btn-video {
  background-color: #0000;
  background-image: url('../images/icon-yt_1icon-yt.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  margin-left: 16px;
}

.social-jeitto {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logos-div {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.links-div {
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.links-cont {
  width: 32%;
  margin-left: 40px;
}

.link-footers {
  color: var(--white);
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.infos-footer {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.txt-footer {
  color: #fff;
  width: 100%;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.app-item-2 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-top: 130px;
  margin-bottom: 100px;
  display: flex;
}

.menu-jeitto {
  z-index: 10;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.imagem-novidades {
  border-radius: 5px;
  width: 330px;
  height: 161px;
  box-shadow: -3px 3px 7px #361b062e;
}

.title-novidades {
  color: var(--grey);
  width: 332px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.noticias-div {
  background-color: var(--seashell);
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  display: none;
}

.section {
  background-image: linear-gradient(128deg, var(--new_orange), var(--orange-red));
  margin-top: 170px;
}

.collection-noticias-2 {
  width: 1100px;
  display: none;
}

.form-gerar {
  margin-bottom: 0;
  margin-left: 80px;
}

.text-jeitto-4 {
  color: var(--grey);
  width: 480px;
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.bold-text {
  color: var(--white);
  font-size: 18px;
}

.bold-text-2 {
  color: var(--new_orange);
}

.title-jeitto-5-2 {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 43px;
}

.img-google-play {
  float: left;
  width: 160px;
}

.linkblock-faixa-download {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.header-internas {
  background-color: var(--seashell);
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: 60px;
  display: flex;
}

.title-jeitto-internas {
  color: var(--new_orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.body {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
}

.section-1-viagem {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 27px;
  line-height: 27px;
  display: flex;
}

.rich_txt_politica {
  color: #828282;
  text-align: left;
  white-space: normal;
  width: 80%;
  max-width: 1100px;
  margin: 40px auto;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  display: block;
}

.rich_txt_politica._1 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.rich_txt_politica.viagem-1 {
  text-align: center;
}

.container-fatura {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.txt-field-fatura {
  float: left;
  background-color: var(--alice-blue);
  border: 0 #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 450px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.div-block-4 {
  color: #333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.text-jeitto-fatura {
  color: var(--grey);
  text-align: left;
  width: 480px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.div-block-5 {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: var(--new_orange);
  color: var(--white);
  letter-spacing: -.2px;
  border-radius: 10px;
  width: 100%;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-2 {
  float: left;
  text-align: left;
  width: 70%;
  margin-right: 35px;
}

.link-block-2 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 1000px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.error-message {
  background-color: #f9c08f66;
  border-radius: 6px;
}

.text-block-3 {
  color: var(--orange-red);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.icones-jeitto {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1050px;
  margin-bottom: 120px;
  margin-left: 0;
  margin-right: 1px;
  display: flex;
}

.title-icone {
  color: var(--new_orange);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 18px;
}

.img-icone {
  width: auto;
  height: 108px;
}

.sub-jeitto-3 {
  color: var(--grey);
  text-align: left;
  width: auto;
  margin: 70px 0 50px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

.heading {
  color: var(--new_orange);
  font-size: 28px;
  line-height: 28px;
}

.div-aprovado-jeitto {
  width: 1120px;
  margin-bottom: 100px;
}

.content-txt-icone {
  color: var(--grey);
  margin-left: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.txt-icone {
  color: var(--grey);
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.icones-duvidas-jeitto {
  margin-top: 70px;
  margin-bottom: 20px;
  display: flex;
}

.item-duvidas-jeitto {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 155px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-duvidas {
  color: var(--new_orange);
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.div-duvidas {
  width: 1120px;
  margin-top: 100px;
}

.title-duvidas {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 38px;
}

.div-title-duvidas {
  align-items: flex-end;
  margin-bottom: 37px;
  margin-left: 50px;
  display: flex;
}

.img-duvida {
  margin-right: 12px;
}

.txt-duvidas {
  color: var(--grey);
  margin-top: 60px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-sub-duvidas {
  align-items: center;
  display: flex;
}

.box-duvidas {
  margin: 0 0 20px;
  padding: 50px;
  box-shadow: 0 2px 8px #0000001a;
}

.sub-duvidas {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  line-height: 20px;
}

.text-block-4 {
  color: var(--grey);
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.icones-duvidas-jeitto-mobile {
  margin-top: 70px;
  margin-bottom: 20px;
  display: none;
}

.container-fatura-gerada {
  text-align: center;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.div-fatura-jeitto {
  text-align: center;
  background-image: url('../images/icone-fatura-jeitto.png');
  background-position: 50px 50px;
  background-repeat: no-repeat;
  background-size: 47px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 1240px;
  height: 540px;
  padding-top: 80px;
  display: flex;
  box-shadow: 0 2px 8px #0003;
}

.dados-fatura-jeitto {
  justify-content: center;
  display: flex;
}

.valor-fatura-jeitto {
  color: var(--grey);
  width: auto;
  margin-right: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.vencimento-fatura-jeitto {
  color: var(--grey);
  width: auto;
  margin-left: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.content-codigo-fatura {
  text-align: center;
  border-top: 1px solid #9797973d;
  border-bottom: 1px solid #9797973d;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 750px;
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  display: block;
  position: static;
}

.info-fatura-jeitto {
  color: var(--grey);
  text-align: center;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.fatura-codigo-jeitto {
  color: #828282;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.link-3 {
  margin-top: 26px;
  font-weight: 700;
}

.content-btns-fatura {
  margin-top: 64px;
}

.btn-whatsapp-fatura {
  border: 1px solid var(--new_orange);
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  width: 347px;
  height: 53px;
  margin-right: 22px;
  padding-top: 17px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.btn-baixar-fatura {
  background-color: var(--new_orange);
  text-align: center;
  width: 347px;
  height: 53px;
  margin-left: 22px;
  margin-right: 0;
  padding-top: 17px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.link-title-jeitto {
  text-decoration: none;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.image-14 {
  margin-top: 10px;
}

.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;
}

.heading-2 {
  color: var(--black);
  font-size: 20px;
}

.txt_leg_bt {
  color: var(--grey);
  text-align: center;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.body-3 {
  background-color: var(--seashell);
}

.nav-item-inst {
  color: var(--white);
  text-align: center;
  align-items: center;
  padding: 12px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.nav-item-inst.w--current {
  color: var(--new_orange);
  text-decoration: none;
}

.nav-item-inst.no-padding {
  padding: 0;
  text-decoration: none;
}

.numeros {
  z-index: 0;
  background-color: #0000;
  background-image: linear-gradient(to bottom, #0003, #0003), linear-gradient(to right, var(--deep-sky-blue), #009cc6 50%);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
}

.navbar-jeittoinst {
  z-index: 6;
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: none;
  position: fixed;
}

.quem-somos {
  z-index: 0;
  background-image: linear-gradient(to bottom, #0000004d, #0000004d), radial-gradient(circle farthest-side at 100% 0%, #07b7e680, #009cc680), linear-gradient(to right, var(--deep-sky-blue), #07b7e600 50%), url('../images/edit_work_1.jpg');
  text-align: center;
  background-position: 0 0, 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.equipe {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--seashell);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: static;
}

.namidia {
  z-index: 0;
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.depoimentos {
  z-index: 0;
  background-color: #e5e5e5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.member-lightbox {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  object-fit: fill;
  background-color: #00000080;
  background-image: linear-gradient(135deg, #07b7e640, #009cc640);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-bt-fechar {
  z-index: 16;
  float: right;
  clear: right;
  background-color: var(--transparent);
  filter: brightness(0%);
  background-image: url('../images/close-24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.member_biography {
  z-index: 101;
  background-color: var(--white);
  border: 0 solid #000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25%;
  min-width: 460px;
  margin: 10vh auto auto;
  padding: 24px 24px 48px;
  display: block;
  position: relative;
}

.inner-descript {
  z-index: 1;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.image-17 {
  z-index: 1;
  border-radius: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: none;
  position: relative;
}

.container-2 {
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  display: flex;
}

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

.container-4 {
  flex-direction: column;
  align-items: center;
  padding-top: 84px;
  display: block;
}

.body-4 {
  height: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.header-container {
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.container-7 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.revista {
  background-color: #0000;
  width: 140px;
  height: 140px;
  margin-top: 0;
  margin-bottom: 0;
}

.revista.valor-e {
  background-image: url('../images/Valor-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.midia-mural {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: block;
}

.exame {
  background-image: url('../images/exame-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-inst {
  z-index: 2;
  background-color: var(--transparent);
  background-image: url('../images/foto_site-header-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-35 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex-flow: wrap;
  width: 300px;
  height: 300px;
  margin: 24px auto 36px;
  display: block;
  position: relative;
}

.member-name {
  z-index: 2;
  color: var(--new_orange);
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: -12px;
  margin-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.brand-inst-copy {
  flex: 0 auto;
}

.image-13-copy {
  filter: brightness(200%) saturate(0%);
  height: auto;
}

.navbar-bg-copy {
  z-index: 5;
  background-color: var(--deep-sky-blue);
  width: 100%;
  height: 84px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.div_about-title {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin: auto 80px auto auto;
  font-weight: 500;
  display: flex;
  position: relative;
}

.title-div-r {
  flex-direction: column;
  align-items: flex-end;
  width: 380px;
  margin-bottom: 12px;
  margin-right: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  display: flex;
}

.text-block-16 {
  color: var(--white);
  font-weight: 500;
}

.datascience {
  z-index: 0;
  text-align: center;
  background-image: linear-gradient(#0006, #0006), radial-gradient(circle farthest-side at 100% 0, #07b7e680, #009cc680), linear-gradient(to right, #07b7e680, #07b7e600 50%), url('../images/dennis-kummer-52gEprMkp7M-unsplash-2.jpg');
  background-position: 0 0, 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.text-block-18 {
  color: var(--white);
}

.div_datascience {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin: auto auto auto 80px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.freswdsvdd {
  color: var(--white);
}

.creditasaservice {
  z-index: 0;
  text-align: center;
  background-image: url('../images/img-site-port.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.numeros-title {
  z-index: 0;
  width: 700px;
  margin-right: 240px;
  position: static;
}

.div-block-40 {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.div-block-41 {
  width: auto;
  height: 144px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.text-block-22 {
  color: var(--white);
  letter-spacing: -2px;
  height: 24px;
  font-size: 30px;
}

.text-block-23 {
  color: var(--white);
  height: 72px;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.text-span {
  font-size: 48px;
}

.div-block-42 {
  margin-top: 0;
}

.numeros-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 31px;
  display: flex;
}

.text-block-24 {
  color: var(--deep-sky-blue);
  height: 60px;
  margin-bottom: 36px;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.historias-div {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 72px;
}

.story-block-l {
  background-color: var(--white);
  justify-content: center;
  height: 250px;
  display: flex;
}

.story-block-l.margem {
  height: 250px;
}

.story-text-block {
  flex-direction: column;
  justify-content: space-around;
  width: 60%;
  padding: 12px 36px;
  font-size: 16px;
  display: flex;
}

.story-img-block {
  width: 40%;
  height: 100%;
}

.text-block-25 {
  color: var(--new_orange);
  font-size: 14px;
  font-weight: 600;
}

.alberto {
  background-image: url('../images/Depoimento-Foto-Alberto.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.daiane {
  background-image: url('../images/Depoimento-Foto-Daiane.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lucas {
  background-image: url('../images/Depoimento-Foto-Lucas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.alexandre {
  background-image: url('../images/Depoimento-Foto-Alexandre.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.namidia-title {
  color: #009cc6;
  width: 100%;
  height: 60px;
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.work-with-us {
  background-image: linear-gradient(45deg, #07b7e666, #009cc666), linear-gradient(#0003, #0003), url('../images/DSC_1737-2.jpg');
  background-position: 0 0, 0 0, 50% 40%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-45 {
  width: 360px;
}

.title-div-0 {
  flex-direction: column;
  align-items: flex-end;
  width: 360px;
  margin-right: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  display: flex;
}

.button-outline-white {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 6px;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-26 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.thumb-video-stories {
  height: 100%;
}

.equipe-title {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-47 {
  width: 100%;
  padding-bottom: 24px;
}

.team-jeitto-title {
  color: var(--new_orange);
  width: auto;
  height: 60px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.o-jeitto {
  z-index: 0;
  width: 100%;
  position: relative;
}

.div-block-53 {
  color: var(--new_orange);
  text-align: left;
  width: 380px;
  margin-right: 560px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.container-10 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-54 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto auto auto 80px;
  display: flex;
}

.estadao {
  background-image: url('../images/estadao-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bold-text-32 {
  color: var(--deep-sky-blue);
}

.text-block-29 {
  color: var(--white);
  font-size: 32px;
  font-weight: 300;
  line-height: 44px;
}

.back-to-top {
  background-image: url('../images/expand_less-24px.svg'), linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-sky-blue));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 70% 70%, auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 1px 1px 3px #0003;
}

.back-to-top.w--current {
  background-color: var(--transparent);
  background-image: url('../images/expand_less-24px.svg'), linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-sky-blue));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 70% 70%, auto;
  width: 60px;
  height: 60px;
}

.back-to-top_div {
  z-index: 3;
  flex-direction: column;
  width: 60px;
  height: auto;
  margin-top: 80vh;
  margin-left: 90%;
  display: block;
  position: fixed;
}

.b-t-t_text {
  color: var(--white);
  text-align: center;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.dropdown-trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: block;
}

.dropdown-wrapper {
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  place-content: center;
  align-self: auto;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.dropdown-content {
  clear: none;
  background-color: var(--deep-dark-sky-blue);
  justify-content: center;
  align-items: center;
  width: 130px;
  text-decoration: none;
  display: none;
  position: absolute;
}

.text-block-31 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.mass-texto-l {
  color: var(--white);
  letter-spacing: 1px;
  flex: 1;
  align-self: center;
  width: 460px;
  padding-top: 12px;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.mass-texto-r {
  color: var(--white);
  text-align: right;
  letter-spacing: 1px;
  width: 460px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.title-div-l {
  clear: none;
  flex-direction: column;
  align-items: flex-start;
  width: 380px;
  margin-left: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  display: flex;
}

.div_about-title-l {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  margin: auto;
  font-weight: 500;
  display: flex;
  position: relative;
}

.item-quemfaz {
  flex-wrap: wrap;
  place-content: space-around center;
  align-items: flex-start;
  width: 220px;
  margin-bottom: 36px;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
  display: flex;
}

.thumbnail-lightbox {
  z-index: 0;
  filter: saturate(50%);
  border-radius: 50%;
  width: 220px;
  max-width: none;
  height: 220px;
  display: block;
  position: absolute;
}

.lista-quemfaz {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.mural-quemfaz {
  align-items: flex-start;
  text-decoration: none;
  display: block;
}

.div-block-57 {
  background-color: var(--dark-grey);
  color: var(--transparent);
  border-radius: 50%;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
}

.div-block-57:hover {
  color: var(--white);
}

.member-name-thuimb {
  z-index: 2;
  color: var(--deep-dark-sky-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.member-job-thuimb {
  z-index: 2;
  color: #666;
  text-align: center;
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.hover-div {
  z-index: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
  position: absolute;
}

.hover-div:hover {
  border: 3px solid var(--new_orange);
  background-image: linear-gradient(#f5822073, #f5822073);
  border-radius: 50%;
}

.text-div {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-top: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.item-team {
  display: block;
}

.lightbox {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.inner-descript-copy {
  z-index: 1;
  color: var(--deep-dark-sky-blue);
  width: 100%;
  margin-top: 0;
  margin-bottom: 6px;
  padding-left: 20px;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.lightbox-contact {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  object-fit: fill;
  background-color: #00000080;
  background-image: linear-gradient(135deg, #07b7e640, #009cc640);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.textarea {
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.form-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: -24px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.form-block {
  width: 100%;
  position: relative;
}

.submit-button-2 {
  border: 3px solid var(--deep-sky-blue);
  background-color: var(--transparent);
  color: var(--deep-sky-blue);
  border-radius: 6px;
  width: 100%;
  margin-top: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.btn-fechar-contato {
  border: 3px solid var(--deep-sky-blue);
  background-color: var(--transparent);
  border-radius: 6px;
  width: 100%;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.success-message-2 {
  background-color: var(--transparent);
}

.text-field-2 {
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.checkbox-label {
  color: #666;
  font-family: Montserrat, sans-serif;
}

.checkbox-2 {
  border-width: 1px;
  border-color: var(--dark-grey);
  border-radius: 3px;
}

.no-div {
  width: 37.5%;
  height: 100%;
  display: block;
  position: relative;
}

.footer {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 80px;
}

.container-menu {
  justify-content: space-between;
  align-items: center;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.app-playstore {
  align-items: center;
  width: 32%;
  height: 100%;
  display: flex;
}

.itens-jeitto-inst {
  text-align: center;
  letter-spacing: -1px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-inst-item {
  justify-content: center;
  align-items: flex-start;
  margin-left: 12px;
  display: flex;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.landing-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.landing-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 48px;
  display: flex;
}

.landing-infos {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.landing-form {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.landing-infos-div {
  padding-bottom: 6px;
}

.landing-info-item {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 14px;
  display: flex;
}

.sub-jeitto-landing {
  color: var(--grey);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

.form-landing {
  flex-direction: column;
  width: 100%;
  font-family: Montserrat Alternates, sans-serif;
  display: flex;
}

.text-infos-landing {
  color: var(--grey);
  margin-left: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.topic-infos-landing {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

.landing-brand {
  flex: 0 auto;
  width: 15%;
}

.nav-item-inst-selected {
  color: var(--new_orange);
  text-align: center;
  align-items: center;
  padding: 12px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.nav-item-inst-selected.w--current {
  color: var(--new_orange);
}

.landing-div-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-61 {
  background-color: var(--new_orange);
  border-radius: 12px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.form-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.submit-button-copy {
  background-color: var(--deep-sky-blue);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.text-field-c {
  background-color: var(--alice-blue);
  border: 0 #000;
  border-radius: 6px;
  align-self: auto;
  height: 60px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.story-block-r {
  background-color: var(--white);
  justify-content: center;
  height: 250px;
  display: flex;
}

.margem {
  margin-top: 18px;
  margin-bottom: 18px;
}

.dropdown-list {
  background-color: var(--deep-sky-blue);
  opacity: 1;
}

.dropdown-list.w--open {
  padding-left: 12px;
  padding-right: 12px;
}

.text-block-16-copy {
  color: var(--white);
  font-weight: 600;
}

.inner-descript-copy-copy {
  z-index: 1;
  color: var(--orange-red);
  width: 100%;
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 20px;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.equipe-copy {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--seashell);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: static;
}

.member-job-lightbox {
  z-index: 2;
  color: #666;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-33-copy {
  color: var(--white);
  font-size: 54px;
  line-height: 54px;
}

.mobile-time {
  background-image: url('../images/mobile.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.globo-news {
  background-image: url('../images/GloboNews_logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-62 {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 50%;
  display: flex;
}

.mass-texto-r-copy {
  color: var(--white);
  text-align: right;
  letter-spacing: 1px;
  width: 460px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.title-div-r-copy {
  flex-direction: column;
  align-items: flex-end;
  width: 380px;
  margin-bottom: 12px;
  margin-right: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  display: flex;
}

.seucreddigi {
  background-image: url('../images/SCD.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.valor-investe {
  background-image: url('../images/valor-investe.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.txt-stories {
  font-size: 15px;
}

.story-img-block-video {
  width: 40%;
  height: 100%;
}

.itens-jeitto-0 {
  text-align: center;
  letter-spacing: -1px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body-email {
  background-color: var(--seashell);
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-13 {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.email-h2 {
  color: var(--new_orange);
  text-align: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 40px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.sub-h4-email {
  color: var(--black);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.div-block-63 {
  width: 80%;
}

.logo-email {
  width: 100%;
}

.link-barnd-email {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 190px;
  padding-left: 0;
  display: flex;
}

.button-outline-orange {
  border: 2px solid var(--deep-dark-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #0000;
  border-radius: 6px;
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.form-send-jeitto {
  flex-direction: column;
  width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text-field-customer {
  background-color: var(--alice-blue);
  border: 0 #000;
  border-radius: 6px;
  align-self: auto;
  height: 60px;
  margin: 0 0 18px;
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.submit-send-cs-jeitto {
  background-color: var(--deep-sky-blue);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.form-atendimento {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.txt_cx_obs {
  color: var(--grey);
  text-align: left;
  width: 600px;
  margin: 10px auto 60px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 29px;
  display: none;
}

.txt_title_cx {
  color: var(--grey);
  text-align: left;
  width: 600px;
  margin: 10px auto 24px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 29px;
  display: none;
}

.txt-paragrafo-old {
  color: var(--grey);
  text-align: left;
  width: 583px;
  margin: 10px auto 40px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 29px;
  display: none;
}

.error_cx_txt {
  color: var(--orange-red);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.sucess_cx_message {
  color: var(--deep-dark-sky-blue);
  background-color: #27ae60;
  background-image: linear-gradient(#ffffff40, #ffffff40);
  border-radius: 6px;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 20px;
}

.success_txt_cx {
  float: left;
  color: var(--white);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.error-message-cx {
  background-color: #f9c08f66;
  border-radius: 6px;
}

.txt_title_cx-copy {
  color: var(--grey);
  text-align: left;
  width: 600px;
  margin: 10px auto 24px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 29px;
  display: none;
}

.text-span-2 {
  color: var(--new_orange);
  font-weight: 600;
}

.div-block-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.div-block-65 {
  justify-content: center;
  display: flex;
}

.btn-insta {
  background-color: #0000;
  background-image: url('../images/icon-ig_1icon-ig.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  margin-left: 0;
  margin-right: 16px;
}

.banner-jeitto {
  background-image: url('../images/banner-500.jpg'), linear-gradient(128deg, var(--new_orange), var(--orange-red));
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  width: 1200px;
  margin: 40px auto;
}

.banner-jeitto-div {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 1180px;
  height: 290px;
  text-decoration: none;
  display: flex;
}

.title-jeitto-6 {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 43px;
}

.app-itens-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-left: 75px;
  display: flex;
}

.div-contas {
  justify-content: center;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.div-box-contas {
  width: 27%;
  margin-top: 59px;
  margin-right: 29px;
  padding-left: 0;
  padding-right: 0;
}

.subtitle-jeitto {
  color: var(--new_orange);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.bold-text-34 {
  font-weight: 600;
}

.text-jeitto-5 {
  color: var(--grey);
  width: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.header-jeitto-2 {
  background-color: var(--seashell);
  background-image: linear-gradient(260deg, #0000, #000000bf), url('../images/bg-quemsomos.jpg');
  background-position: 0 0, 100% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 680px;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: var(--new_orange);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-jeitto-2 {
  z-index: 10;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 1200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-inst-item-2 {
  justify-content: center;
  align-items: flex-start;
  margin-left: 12px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.nav-item-2 {
  color: #fff;
  letter-spacing: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}

.nav-item-2:active, .nav-item-2:focus {
  color: #ffffff80;
}

.nav-item-2.w--current {
  color: #ffffff4d;
}

.nav-quemsomos {
  background-color: var(--deep-sky-blue);
  display: none;
  position: sticky;
  top: 0;
}

.menu-item {
  justify-content: center;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.s-sobre-jeitto {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.s-sobre-numeros {
  z-index: 0;
  background-color: var(--new_blue);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.img-tecnologia {
  width: 40%;
  height: 90%;
}

.div-manifesto {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-nav {
  justify-content: space-between;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-numeros {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-jeitto-branco {
  z-index: 1;
  color: var(--black);
  margin-bottom: 0;
  font-family: pf-reminder, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.numeros-item {
  width: auto;
}

.sub-jeitto-branco {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.historia-jeitto {
  background-color: var(--cinza);
  height: 430px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-historia {
  width: 80%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-itens-historias {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.item-historia-1 {
  background-color: var(--cinza);
  width: 900px;
  height: auto;
}

.title-jeitto-5 {
  color: var(--new_orange);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.tecnologia-jeitto {
  background-color: var(--deep-sky-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.img-manifesto {
  width: 100%;
  max-width: 452px;
}

.title-jeitto-3-branco {
  color: var(--cinza);
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.text-jeitto-2-branco {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 19px;
}

.depoimentos-jeitto {
  background-color: #0000;
  height: 520px;
  display: block;
}

.div-depoimentos {
  width: 80%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-depo {
  background-color: #0000;
  height: 100%;
}

.right-arrow {
  inset: 0% 0% 0% auto;
}

.left-arrow {
  inset: 0% auto 0% 0%;
}

.slide-nav {
  display: none;
}

.slide-depoimento {
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-txts-depos {
  height: 100%;
  margin-left: 80px;
  margin-right: 82px;
  padding-top: 40px;
}

.img-depo {
  border-radius: 4px;
  width: 480px;
  height: 400px;
}

.div-block-68 {
  margin-top: 50px;
}

.text-azul {
  color: var(--deep-sky-blue);
  font-size: 16px;
  font-weight: 700;
}

.time-jeitto {
  background-color: var(--deep-sky-blue);
  background-image: url('../images/time-jeitto_1.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 546px;
  display: block;
}

.div-time {
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 340px;
  padding-right: 704px;
}

.title-jeitto-4-branco {
  color: var(--cinza);
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.vagas-jeitto {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-vagas {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-vagas {
  width: 40%;
  height: 90%;
}

.button-outline-blue {
  border: 2px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #0000;
  border-radius: 6px;
  margin-top: 12px;
}

.midia-jeitto {
  height: 490px;
  margin-bottom: 60px;
  display: block;
}

.slide-midia {
  background-image: linear-gradient(99deg, #f58220, #f15a22);
  border-radius: 5px;
  width: 80%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.slide {
  border-radius: 5px;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-2 {
  inset: auto 5% 60px 0%;
}

.right-arrow-2 {
  inset: auto 0% 60px 5%;
}

.title-jeitto-5-branco {
  color: var(--white);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.mask {
  height: 300px;
}

.div-midia {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-jeitto-branco-2 {
  color: var(--white);
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

.text-jeitto-3-branco {
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 20px auto 24px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 19px;
}

.link-midia {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 600;
}

.novidades-jeitto {
  background-color: var(--deep-sky-blue);
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.div-novidades {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-txt-novidades {
  width: 50%;
}

.title-jeitto-3-branco-copy {
  color: var(--cinza);
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.form-3 {
  width: auto;
  display: flex;
}

.form-novidades {
  border: 0 solid #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 60%;
  height: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.form-novidades::placeholder {
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 500;
}

.submit-button-3 {
  background-color: var(--new_orange);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 40%;
  height: 40px;
  font-size: 14px;
}

.aviso-jeitto {
  background-image: linear-gradient(104deg, #f47621, #f15a22 34%);
  height: auto;
  display: block;
}

.text-block-32 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 33px;
}

.text-footer {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 80px;
  font-size: 24px;
  line-height: 24px;
}

.div-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-googleplay {
  background-image: url('../images/google-play.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 48px;
}

.div-footer-2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.div-footer-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.link-termos {
  background-color: var(--transparent);
  color: var(--new_orange);
  text-decoration: none;
}

.link-6 {
  background-color: var(--transparent);
  color: #fff;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  text-decoration: none;
}

.formulario-novidades {
  width: 40%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.sub-jeitto-1-branco {
  color: #fff;
  width: 50%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 29px;
}

.text-timeline {
  color: var(--grey);
  text-align: center;
  width: 80%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.img-timeline {
  margin-top: 20px;
}

.slider-historia {
  background-color: #0000;
  height: 100%;
}

.left-arrow-3 {
  inset: auto 4% 10% 0%;
}

.right-arrow-3 {
  inset: auto 0% 10% 4%;
}

.numeros-item-2 {
  width: auto;
}

.div-tecnologia {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-tecnologia-box, .div-vagas-box {
  align-self: center;
  margin-left: 80px;
}

.slider-historia-mobile {
  background-color: #0000;
  height: 100%;
  display: none;
}

.title-timeline {
  color: var(--grey);
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.youtube {
  height: auto;
}

.success-message-3 {
  background-color: #0000;
}

.form-fale-conosco {
  width: 70%;
  max-width: 700px;
  display: none;
}

.label-forms {
  margin-top: 25px;
  font-size: 16px;
  line-height: 18px;
}

.campo-texto-form {
  color: var(--black);
  border-radius: 5px;
  height: 40px;
  font-size: 16px;
  line-height: 18px;
}

.submit-button-4 {
  background-color: var(--orange-red);
  border-radius: 100px;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 16px;
}

.textarea-2 {
  color: var(--black);
  border-radius: 5px;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 18px;
}

.success-message-4 {
  border: 1px solid var(--orange-red);
  background-color: #0000;
  border-radius: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-33 {
  color: var(--orange-red);
  font-size: 25px;
  line-height: 25px;
}

.text-block-34 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.error-message-2 {
  background-color: #ff4a3d;
  border: 1px solid #ff4a3d;
  border-radius: 110px;
}

.title-jeitto-mobile {
  z-index: 2;
  color: var(--white);
  object-fit: contain;
  flex: 0 auto;
  align-items: center;
  width: 50%;
  font-size: 40px;
  line-height: 44px;
  display: none;
  position: static;
  left: -199px;
  overflow: visible;
}

.div-block-69 {
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-left: -50%;
  padding: 30px;
  display: flex;
}

.button {
  background-color: #0000;
  border: 1px solid #fff;
  padding: 5px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-35 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-36 {
  color: #fff;
  width: 210px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
}

.navbar-blog {
  z-index: 99;
  background-color: var(--deep-sky-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.menu-jeitto-blog {
  z-index: 10;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.itens-jeitto-blog {
  text-align: center;
  letter-spacing: -1px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-inst-item-blog {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brand-blog {
  flex: 0 auto;
  margin-left: 0;
}

.search {
  border-bottom: 1px solid var(--dark-grey);
  align-items: center;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/icon-lupa.svg');
  background-position: 50%;
  background-size: auto;
  width: 24px;
  height: 24px;
  padding: 0;
}

.search-input {
  transform-origin: 100%;
  color: var(--grey);
  background-color: #fff;
  border: 1px #000;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.search-input::placeholder {
  font-weight: 700;
}

.button-2 {
  background-color: var(--new_orange);
  border-radius: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-item-blog {
  color: #fff;
  letter-spacing: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.nav-item-blog:active, .nav-item-blog:focus {
  color: #ffffff80;
}

.nav-item-blog.w--current {
  color: #ffffff4d;
}

.header-blog {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: auto;
  padding-top: 0;
  position: relative;
}

.cards-header {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.card-holder {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: -45px;
  display: flex;
}

.card.card-interaction {
  background-color: var(--cinza);
  cursor: pointer;
  border-radius: 5px;
  width: 95%;
  height: 180px;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.risca {
  background-color: var(--deep-sky-blue);
  width: 100%;
  height: 10px;
}

.categoria-card {
  color: var(--deep-sky-blue);
  margin: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.titulo-card {
  color: var(--cinza-2);
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.s-blog-novidades {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.highlights-mais-lidas {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-70 {
  width: 100%;
}

.titulo-ml-1 {
  color: var(--new_orange);
  margin-bottom: 32px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.div-block-71 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 364px;
  margin-top: 0;
  margin-bottom: 8px;
}

.tag-ml {
  color: var(--new_orange);
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.titulo-ml-2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}

.div-block-72 {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.div-block-73 {
  background-color: #ececec;
  width: 100%;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.titulo-ml-3 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.div-block-74 {
  width: 100%;
}

.categorias {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.card-holder-categorias {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.card-categoria {
  background-color: var(--deep-sky-blue);
  cursor: pointer;
  border-radius: 5px;
  align-items: flex-end;
  width: 24%;
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-19 {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.titulo-card-categoria {
  color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.ultimos-conteudos {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.holder-uc {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  display: block;
}

.titulo-uc {
  color: var(--new_orange);
  font-family: neighbor, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.conteudos {
  grid-template: "."
                 "Area"
                 "Area"
                 "."
                 / 7.75fr .5fr .25fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: flex-start start;
  width: 100%;
  margin-top: 30px;
  display: block;
}

.card-uc {
  float: none;
  clear: none;
  width: 100%;
  margin-bottom: 20px;
  position: static;
}

.div-block-75 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.tag-uc {
  color: var(--new_orange);
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.titulo-conteudo {
  color: var(--black);
  margin-top: 5px;
  font-family: neighbor, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.titulo-conteudo-app {
  color: #fff;
  width: 35%;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.card-uc-app {
  background-image: url('../images/banner-img.jpg'), linear-gradient(to right, var(--new_orange), var(--orange-red));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 275px;
  margin-top: 0;
  margin-bottom: 90px;
  padding-top: 0;
  padding-left: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.collection-item-5 {
  width: 100%;
}

.collection-list-3 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.link-block-5 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.collection-list-wrapper-2 {
  width: 50%;
  margin-right: 30px;
}

.collection-list-wrapper-3 {
  width: 50%;
  padding-top: 50px;
}

.link-block-6 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.empty-state-10 {
  display: none;
}

.link-block-7 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.collection-list-wrapper-4 {
  flex-flow: row;
  place-content: center space-between;
  align-items: stretch;
  width: 100%;
  display: block;
}

.link-block-8 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
}

.post-blog {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.holder-conteudo-blog {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin-top: 80px;
  display: flex;
}

.voltar-tag {
  align-items: center;
  width: auto;
  display: flex;
}

.link-block-9 {
  background-color: var(--transparent);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.voltar {
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.image-22 {
  width: 50px;
}

.divisor-1 {
  background-color: var(--dark-grey);
  width: 2px;
  height: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.tag {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.autor-data {
  align-items: center;
  width: auto;
  margin-top: 30px;
  display: flex;
}

.data {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.text-block-40 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.autor {
  color: var(--deep-sky-blue);
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 16px;
}

.divisor-2 {
  background-color: var(--dark-grey);
  width: 2px;
  height: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.titulo-publicacao {
  color: var(--new_orange);
  font-family: neighbor, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.previa-publicacao {
  width: 70%;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.capa-publicacao {
  background-image: url('../images/ideias-para-renda-extra-com-pouco-investimento.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 20px;
}

.conteudo-publicacao {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 80px;
  display: flex;
}

.redes-sociais {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--new_orange);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
}

.texto-publicacao-0 {
  color: var(--black);
  width: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-0 h2, .texto-publicacao-0 p, .texto-publicacao-0 h4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-0 blockquote {
  border-left-width: 3px;
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.texto-publicacao-0 h5 {
  color: var(--grey);
}

.newsletter-publicacao {
  background-image: linear-gradient(315deg, var(--orange-red), var(--new_orange));
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  padding: 15px;
  display: block;
}

.text-block-41 {
  color: #fff;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-field-6 {
  border: 0 solid #000;
  border-radius: 2px;
  width: 100%;
  height: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.submit-button-5 {
  background-color: var(--deep-sky-blue);
  border-radius: 2px;
  width: 100%;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.form-4 {
  width: 100%;
}

.form-block-3 {
  width: 100%;
  margin-top: 50px;
}

.text-block-42 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
}

.link-7 {
  color: #fff;
}

.s-blog-sugestoes {
  background-color: var(--cinza);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.holder-sugestoes {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-10 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.collection-item-6 {
  width: 100%;
}

.collection-list-wrapper-6 {
  width: 100%;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-77 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.text-block-43 {
  color: var(--new_orange);
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.text-block-44 {
  color: var(--black);
  margin-top: 5px;
  font-family: neighbor, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

.popup-novidades {
  z-index: 130;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-blog {
  background-image: linear-gradient(315deg, var(--orange-red), var(--new_orange));
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 520px;
  padding: 29px 30px;
  display: flex;
}

.texto-1-popup {
  color: #fff;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.form-popup {
  width: 100%;
  margin-top: 80px;
}

.email-popup {
  width: 100%;
  display: flex;
}

.texto-email-popup {
  border: 0 solid #000;
  border-radius: 2px;
  width: 60%;
  height: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.botao-popup {
  background-color: var(--deep-sky-blue);
  border-radius: 0 10px 10px 0;
  width: 40%;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.image-23 {
  filter: invert();
  cursor: pointer;
  width: 30px;
  margin-left: auto;
}

.fp-conteudos {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 70px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.holder-fp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.conteudos-categorias {
  grid-template: ". . ."
                 ". . Area"
                 ". . Area"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.empty-state-11 {
  display: none;
}

.collection-list-wrapper-7 {
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.collection-list-5 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.collection-item-7 {
  align-items: flex-start;
  width: auto;
  display: flex;
}

.link-block-11 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.div-block-79 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
}

.voltar-blog {
  align-items: center;
  margin-bottom: 45px;
  text-decoration: none;
  display: flex;
}

.link-block-12 {
  text-decoration: none;
}

.text-block-45 {
  color: var(--black);
  margin-bottom: 30px;
  font-family: neighbor, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

.header-mei {
  background-image: linear-gradient(#0000, #0009), url('../images/empreendedor_mei.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
}

.header-holder {
  align-self: center;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 0;
}

.text-block-46 {
  color: #fff;
  width: 580px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-47 {
  color: #fff;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.cadastro-mei {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.cadastro-mei-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.div-block-80 {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.image-24 {
  width: 15px;
}

.text-block-48 {
  color: var(--grey);
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.text-block-49 {
  color: var(--new_orange);
  width: 380px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.form-lp-mei {
  background-color: #fff;
  border-radius: 5px;
  width: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 6px 13px 3px #00000026;
}

.text-field-7 {
  background-color: var(--alice-blue);
  color: var(--grey);
  border: 0 solid #000;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.select-field {
  background-color: var(--alice-blue);
  color: var(--grey);
  border: 0 solid #000;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.submit-button-6 {
  background-color: var(--deep-sky-blue);
  border-radius: 5px;
  width: 50%;
  height: 45px;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.form-5 {
  flex-direction: column;
  align-items: center;
  margin: 30px 20px;
  display: flex;
}

.text-block-50 {
  color: #fff;
  text-align: left;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.success-message-5 {
  background-image: linear-gradient(135deg, var(--new_orange), var(--orange-red));
  border-radius: 5px;
  padding: 40px 30px;
}

.image-25 {
  width: 170px;
}

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

.link-block-13 {
  margin-top: 25px;
}

.error-message-3 {
  background-color: #f14422;
  border-radius: 5px;
}

.text-block-51 {
  color: #fff;
  text-align: center;
  width: 295px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.navbar-mei {
  z-index: 99;
  background-color: var(--new_orange);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-jeitto-mei {
  z-index: 10;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.brand-mei {
  flex: 0 auto;
  margin-left: 0;
}

.itens-jeitto-mei {
  text-align: center;
  letter-spacing: -1px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-inst-item-mei {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-item-mei {
  color: #fff;
  letter-spacing: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}

.nav-item-mei:active, .nav-item-mei:focus {
  color: #ffffff80;
}

.nav-item-mei.w--current {
  color: #ffffff4d;
}

.button-3 {
  background-color: var(--deep-sky-blue);
  border-radius: 5px;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.app-mei {
  z-index: 1;
  background-color: var(--cinza);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.app-mei-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.text-block-52 {
  color: var(--deep-sky-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-82 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 45px;
  display: flex;
}

.image-26 {
  width: 40%;
  margin-left: 0;
  margin-right: 0;
}

.text-block-53 {
  color: var(--grey);
  width: 440px;
  margin-left: 0;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.chamada-mei {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.card-app-mei {
  background-image: linear-gradient(to right, var(--new_orange), var(--orange-red));
  border-radius: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.chamada-mei-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.text-block-54 {
  color: #fff;
  width: 57%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.image-27 {
  width: 170px;
}

.link-block-14 {
  margin-top: 25px;
}

.image-28 {
  position: relative;
  inset: 0% 0% auto auto;
}

.div-block-83 {
  width: 300px;
  height: 120%;
  margin-top: -49px;
  margin-right: 70px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.duvidas-mei {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.duvidas-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.risca-mei {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
}

.duvidas {
  width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pergunta-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.expand {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
}

.cruz-1 {
  background-color: var(--new_orange);
  width: 25px;
  height: 2px;
  position: absolute;
}

.cruz-2 {
  background-color: var(--new_orange);
  width: 2px;
  height: 25px;
  position: absolute;
}

.text-block-55 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.responsta-1 {
  color: var(--grey);
  width: 100%;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.pergunta-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.responsta-2 {
  color: var(--grey);
  width: 100%;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.pergunta-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.responsta-3 {
  color: var(--grey);
  width: 100%;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-block-56 {
  color: var(--new_orange);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.link-block-14-copy {
  margin-top: 0;
}

.txt-fale-old {
  color: var(--dark-grey);
  width: 740px;
  margin-bottom: 60px;
}

.transferencia-jeitto {
  background-color: var(--deep-sky-blue);
}

.div-transferencias {
  flex-direction: row;
  justify-content: center;
  width: 1050px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-box-transferencias {
  width: 50%;
}

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

.itens-transferencia {
  display: flex;
}

.div-box-transferencias-2 {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.div-transferencias-mob {
  flex-direction: row;
  justify-content: center;
  width: 1050px;
  margin: 100px auto;
  display: none;
}

.title-jeitto-header-2-copy {
  z-index: 2;
  color: var(--white);
  object-fit: contain;
  flex: 0 auto;
  align-items: center;
  width: 60%;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 56px;
  display: flex;
  position: static;
  left: -199px;
  overflow: visible;
}

.slider {
  width: 100%;
  height: auto;
}

.slide-jeitto-1 {
  background-image: linear-gradient(92deg, #000000b3, #0000 81%), url('../images/jeitto-header.jpg');
  background-position: 0 0, 100% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 700px;
}

.slide-nav-3 {
  bottom: 40px;
}

.slide-jeitto-2 {
  background-image: url('../images/bg-app.jpg'), url('../images/teste-2-1.jpg');
  background-position: 100% 35%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  height: 700px;
}

.credito-mei {
  background-color: var(--deep-sky-blue);
  margin-left: auto;
  margin-right: auto;
}

.div-credito-mei {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-jeitto-4-branco {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-86 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: block;
}

.pergunta-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.responsta-4 {
  color: var(--grey);
  width: 100%;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.jt-header-home {
  background-image: url('../images/header-jeitto.jpg'), url('../images/img-jeitto-1.jpg');
  background-position: 40%, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-bottom-right-radius: 300px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 580px;
  margin-top: 0;
  display: block;
  position: relative;
}

.menu-navbar-suspenso {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-87 {
  align-items: center;
  width: 330px;
  display: flex;
}

.div-block-88 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.div-block-88.logo {
  flex-flow: column;
}

.jt-btn-2 {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 8px 16px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.jt-header-box {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
}

.title-banner-credito {
  z-index: 1;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 100%;
  position: relative;
}

.title-banner-credito.v2 {
  font-variation-settings: "YTDE" -210;
  max-width: none;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 58px;
  line-height: 60px;
}

.jt-header-itens-1 {
  width: auto;
  padding-top: 30px;
}

.jt-subtile-branco-1 {
  color: var(--white);
  width: auto;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 100%;
}

.jt-form {
  background-color: var(--white);
  border-radius: 20px;
  width: 420px;
  height: auto;
  margin-bottom: 0;
  padding: 30px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-form.viagem {
  background-color: #fff;
  width: 600px;
}

.jt-title-laranja-sml {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.jt-title-laranja-sml.viagem {
  text-align: center;
}

.jt-txt-form {
  color: var(--cinza-2);
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.field-input-line {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: var(--new_orange);
  font-size: 21px;
  font-weight: 700;
}

.field-input-line::placeholder {
  color: var(--white);
}

.jt-btn-form {
  background-color: var(--new_orange);
  border-radius: 25px;
  width: 100%;
  height: 45px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.jt-section-features {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.jt-div-aprova {
  width: 70%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.jt-txt-cinza-1 {
  color: var(--cinza-2);
  margin-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.jt-div-features {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  display: flex;
  overflow: hidden;
}

.jt-title-laranja-sml-2 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.jt-title-laranja-sml-2.white {
  color: var(--white);
}

.jt-title-laranja-1 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 60px;
  line-height: 66px;
}

.jt-txt-cinza-4 {
  color: var(--cinza-2);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.jt-box-credito {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: grid;
}

.jt-box-item {
  background-color: #ededed;
  background-image: url('../images/mockup-home-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 4px;
  width: 200px;
  height: 200px;
}

.jt-title-box-1 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 30px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
}

.jt-box-item-2 {
  background-image: url('../images/img-2-jt.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  width: 200px;
  height: 200px;
  display: flex;
}

.jt-title-box-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 30px 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
}

.jt-box-item-3 {
  background-image: url('../images/img-3-jt.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 200px;
  height: 200px;
}

.jt-box-item-4 {
  background-image: url('../images/img-recarga.jpg'), url('../images/img-4-jt.jpg');
  background-position: 0%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  width: 200px;
  height: 200px;
  display: flex;
}

.jt-title-box-3 {
  color: #fff;
  width: 55%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 20px 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
}

.jt-box-item-5 {
  background-image: url('../images/img-5-jt.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  width: 200px;
  height: 200px;
  display: flex;
}

.jt-box-item-6 {
  background-color: var(--deep-sky-blue);
  background-image: url('../images/mockup-home-1-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  display: flex;
}

.jt-box-credito-2 {
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
}

.jt-section-app {
  background-image: url('../images/play-store_desktop.png');
  background-position: 50%;
  background-size: cover;
  height: 545px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-title-branco-2 {
  color: var(--white);
  width: 520px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 34px;
  line-height: 38px;
}

.jt-div-app {
  flex-direction: column;
  align-items: flex-start;
  width: 38%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.jt-btn-laranja {
  background-color: var(--new_orange);
  text-transform: uppercase;
  border-radius: 25px;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 13px 25px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 500;
}

.jt-div-gplay {
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.jt-div-nota {
  width: 135px;
}

.jt-txt-nota {
  color: var(--white);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 75px;
  font-weight: 500;
  line-height: 75px;
}

.jt-txt-gplay {
  background-color: var(--transparent);
  color: var(--white);
  width: auto;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  text-decoration: none;
}

.jt-slider-comentarios {
  background-color: #ddd0;
  height: 120px;
  position: relative;
}

.jt-slide-nav {
  display: none;
}

.jt-mask {
  width: 490px;
  padding-left: 0;
  padding-right: 0;
  left: 75px;
}

.jt-left-arrow {
  flex-direction: column;
  justify-content: center;
  width: 25px;
  display: flex;
  inset: 0% auto 0% 5%;
}

.jt-right-arrow {
  flex-direction: column;
  justify-content: center;
  width: 25px;
  display: flex;
  left: 575px;
}

.jt-slide-1 {
  width: 225px;
  margin-right: 20px;
  padding-right: 0;
}

.jt-div-slide {
  width: auto;
}

.jt-txt-comentarios {
  color: var(--white);
  margin-top: 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.jt-slide-2 {
  width: 225px;
}

.jt-section-credito {
  background-image: url('../images/mockup-home-mao-1.png');
  background-position: 80% 100%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.jt-section-credito._1 {
  background-image: url('../images/como-funciona-desktop.png');
  background-size: contain;
}

.jt-div-sections {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1400px;
  max-height: 455px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.jt-div-sections._2 {
  flex-flow: row;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
}

.jt-title-azul {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-txt-cinza-3 {
  color: var(--white);
  width: 500px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.jt-txt-cinza-3.black {
  color: var(--black);
}

.jt-txt-cinza-3.fatura, .jt-txt-cinza-3.cinza {
  color: var(--grey);
}

.jt-div-imgs {
  display: none;
}

.jt-txt-link-azul {
  color: var(--deep-sky-blue);
  margin-top: 36px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.jt-section-transferencia {
  background-color: var(--new_orange);
  background-image: url('../images/transferência-desktop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.jt-title-laranja {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-txt-link-laranja {
  color: var(--new_orange);
  margin-top: 36px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.jt-section-blog {
  background-color: #f2f2f2;
  background-image: url('../images/blog-desktop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.jt-title-branco {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.jt-title-branco.center {
  text-align: center;
  font-size: 46px;
}

.jt-txt-branco {
  color: var(--black);
  font-size: 20px;
  line-height: 110%;
}

.jt-txt-branco.center {
  text-align: center;
}

.jt-hashtag-laranja {
  color: #f9c08f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-txt-link-branco {
  color: var(--white);
  margin-top: 36px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.jt-section-nossojeitto {
  background-color: #f2f2f2;
  background-image: url('../images/sobre-desktop.png');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.jt-hashtag-azul {
  color: #cdf1fa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-section-disclaimer {
  background-color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.jt-div-disclaimer {
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-txt-disclaimer {
  color: var(--new_orange);
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navbar-suspenso {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--new_orange);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1195px;
  margin: 40px auto 28px;
  padding: 14px 24px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.logo-jeitto-laranja {
  opacity: 0;
  visibility: hidden;
  width: 34px;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: absolute;
}

.jt-item-navbar-2 {
  background-color: var(--transparent);
  color: var(--new_gray);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s;
}

.jt-item-navbar-2:hover, .jt-item-navbar-2:active, .jt-item-navbar-2:focus {
  color: var(--white);
}

.jt-item-navbar-2:visited {
  color: var(--new_gray);
}

.jt-item-navbar-2:lang(en) {
  color: var(--white);
}

.jt-item-navbar-2.w--current {
  color: var(--new_gray);
}

.jt-item-navbar-2.w--current:hover, .jt-item-navbar-2.w--current:active {
  color: var(--white);
}

.jt-item-navbar-2.none {
  display: none;
}

.jt-btn-1-interna {
  color: #828282;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #a0a0a0;
  border-right-style: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 30px;
  padding-top: 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.infos-footer-2 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.txt-footer-mobile, .txt-footer-mobile-2 {
  color: #fff;
  width: 100%;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.jt-section-footer {
  background-color: var(--black);
  height: auto;
  margin-bottom: -20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-footer-aniversario {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.jt-footer-box-1 {
  align-items: flex-start;
  display: flex;
}

.jt-footer-links {
  width: 100%;
  min-width: 190px;
  max-width: 190px;
}

.jt-footer-paginas {
  width: 100%;
}

.jt-title-footer {
  color: var(--new_orange);
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.jt-footer-link {
  background-color: var(--transparent);
  color: var(--white);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.jt-link-instagram, .jt-link-facebook, .jt-link-youtube {
  background-color: var(--transparent);
  margin-right: 15px;
  padding-right: 0;
}

.jt-div-paginas {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
  display: flex;
}

.jt-div-pagina-item {
  width: 30%;
  margin-right: 20px;
}

.jt-div-pagina-item-2 {
  width: 30%;
  margin-right: 0;
}

.jt-box-paginas {
  align-items: flex-start;
  margin-bottom: 44px;
  display: flex;
}

.jt-footer-box-2 {
  border-top: 1px solid var(--white);
  margin-top: 24px;
}

.jt-footer-logo {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.jt-div-logo {
  background-color: var(--transparent);
  margin-bottom: 24px;
  margin-right: 30px;
}

.jt-div-logo.w--current {
  background-color: var(--transparent);
  margin-bottom: 24px;
}

.texto-endereco {
  color: #fffbfa;
  width: auto;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 109%;
}

.texto-endereco.aniversario {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
}

.jt-footer-termos {
  color: var(--new_gray);
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.s-credito-aumentar {
  background-color: var(--new_orange);
  padding-top: 276px;
  padding-bottom: 120px;
}

.slider-2 {
  background-color: #0000;
  height: 440px;
}

.slide-nav-4 {
  display: none;
}

.jt-slide-app {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-slide-txt {
  width: 540px;
}

.img-app {
  height: 440px;
}

.jt-div-sliderapp {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mask-2 {
  height: 440px;
}

.jt-title-laranja-claro {
  color: var(--new_orange);
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.left-arrow-4 {
  align-items: center;
  display: flex;
  left: auto;
}

.jt-arrow-left {
  display: block;
}

.right-arrow-4 {
  justify-content: flex-end;
  display: flex;
}

.jt-arrow-right {
  display: block;
}

.jt-section-comofunciona {
  background-color: #f2f2f2;
  background-image: url('../images/img-jeitto-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.jt-section-aprova {
  background-color: #f2f2f2;
  background-image: url('../images/img-jeitto-30.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-90 {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.jt-div-app-feature {
  flex-direction: column;
  align-items: center;
  width: 38%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.jt-section-creditotransf {
  background-image: url('../images/img-jeitto-11.jpg');
  background-position: 50% 5%;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.jt-btn-laranja-2 {
  background-color: var(--new_orange);
  border-radius: 25px;
  height: 45px;
  margin-top: 36px;
  margin-bottom: 30px;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.jt-section-tarifas {
  background-color: #f2f2f2;
  background-image: url('../images/img-32-1-1-min.jpg'), url('../images/img-jeitto-34.jpg'), url('../images/img-jeitto-12.jpg');
  background-position: 50%, 50%, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.jt-div--motivos {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 70px;
}

.jt-motivos-item {
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.jt-div-motivo-txt {
  width: 850px;
  margin-left: 40px;
}

.jt-div-motivo-img {
  justify-content: flex-end;
  width: 30px;
  display: flex;
}

.jt-subtitle-laranja {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.jt-div-title-motivos {
  width: 60%;
  margin-bottom: 80px;
}

.jt-section-aumente {
  background-color: #f2f2f2;
  background-image: url('../images/credito-aprovado.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto 95%;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.jt-header-simples-internas {
  background-color: var(--new_orange);
  border: 1px #000;
  border-bottom-right-radius: 200px;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-div-duvidas {
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 70px;
  display: flex;
}

.jt-div-duvidas-col {
  width: 46%;
}

.jt-div-combo-1 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-title-combo {
  color: var(--cinza-2);
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.jt-div-combo-1-aberto {
  align-items: center;
  display: flex;
}

.jt-txt-combo {
  opacity: 1;
  color: var(--cinza-2);
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: block;
}

.jt-div-combo-2 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-2-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-3 {
  align-items: center;
  width: 75%;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-3-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-4 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-4-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-5 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-5-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-6 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-6-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-7 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-7-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-8 {
  align-items: center;
  width: 365px;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-8-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-9 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-9-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-10, .jt-div-combo-11 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-11-aberto, .jt-div-combo-10-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-12 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-12-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-13 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-13-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-14 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-14-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-15 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-15-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-16 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-16-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-17 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-17-aberto {
  align-items: center;
  display: flex;
}

.jt-section-faleconosco {
  background-color: #f2f2f2;
  background-image: url('../images/img-jeitto-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.jt-div-contato {
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.jt-div-contato-item {
  align-items: center;
  width: auto;
  margin-right: 30px;
  display: flex;
}

.jt-txt-branco-bold {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.jt-section-indique {
  background-image: url('../images/img-jeitto-20.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.jt-section-cadastro {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.jt-form-2 {
  background-color: var(--white);
  border-radius: 20px;
  width: 420px;
  padding: 40px 30px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.js-fatura-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #979797;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 400px;
  height: auto;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: block;
}

.js-fatura-form.birthdate-input {
  display: block;
}

.form-fatura-cpf {
  flex-direction: column;
}

.jt-btn-azul-2 {
  background-color: var(--deep-sky-blue);
  border-radius: 25px;
  height: 50px;
  padding: 13px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: static;
  left: -28px;
}

.s-faq-credito {
  padding-top: 110px;
  padding-bottom: 110px;
  display: none;
}

.s-faq-credito.faq-none {
  display: none;
}

.jt-title-laranja-2 {
  color: var(--new_orange);
  text-align: center;
  margin: 0 auto 36px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-title-laranja-2.faq {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.jt-title-laranja-2._2 {
  color: var(--new_orange);
  font-family: neighbor, sans-serif;
}

.jt-title-laranja-2.ajeitae {
  color: var(--black);
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
}

.jt-div-perguntas {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-div-perguntas.ajeitae {
  background-image: url('../images/asset-2.svg');
  background-position: 87px 0;
  background-repeat: no-repeat;
  background-size: 20%;
  width: 80%;
}

.jt-div-perguntas.ajeitae._2 {
  background-image: none;
}

.jt-div-perguntas.hide {
  display: block;
}

.accordion-faq {
  border: 1px #d6d6d6;
  border-bottom-style: solid;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: 64px;
}

.accordion-faq.ajeitae {
  border-bottom-style: none;
  margin-top: 100px;
  margin-bottom: 60px;
}

.accordion-faq.top-0 {
  margin-top: 0;
}

.faq-perguntas-box {
  border-top: 1px #d6d6d6;
  border-right: 1px none var(--black);
  border-left: 1px #d6d6d6;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.faq-perguntas-box.ajeitae {
  border: 2px solid var(--orange-red);
  color: #fff;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 8px;
}

.faq-title-perguntas-delete {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.faq-title-perguntas-delete.faq {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.faq-title-perguntas-delete.ajeitae {
  color: var(--black);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.faq-respostas-box {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 0 24px 25px;
  display: flex;
}

.faq-respostas-box.ajeitae {
  border: 2px solid var(--orange-red);
  color: #fff;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
}

.faq-txt-perguntas {
  color: #828282;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.faq-txt-perguntas.faq {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.faq-txt-perguntas.ajeitae {
  color: var(--black);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  line-height: 150%;
}

.jt-perguntas-combo-2 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-2.ajeitae {
  border: 2px solid var(--orange-red);
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 8px;
}

.jt-perguntas-combo-2-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 0 25px 25px;
  display: flex;
}

.jt-perguntas-combo-2-aberto.ajeitae {
  border: 2px solid var(--orange-red);
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
}

.jt-perguntas-combo-3 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-3.ajeitae {
  border: 2px solid var(--orange-red);
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 8px;
}

.jt-perguntas-combo-3-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 0 25px 25px;
  display: flex;
}

.jt-perguntas-combo-3-aberto.ajeitae {
  border: 2px solid var(--orange-red);
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
}

.jt-perguntas-combo-4 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-4.ajeitae {
  border: 2px solid var(--orange-red);
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 8px;
}

.jt-perguntas-combo-4-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 0 25px 25px;
  display: flex;
}

.jt-perguntas-combo-4-aberto.ajeitae {
  border: 2px solid var(--orange-red);
  background-color: #fff;
  border-radius: 16px;
}

.jt-section-atraso {
  background-color: var(--new_orange);
  display: none;
}

.jt-title-branco-3 {
  color: var(--white);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-div-atraso {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.jt-txt-branco-2 {
  color: var(--white);
  text-align: center;
  width: 910px;
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.jt-title-btn-whats {
  color: #fff;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.jt-section-tarifas-cliente {
  background-color: #f2f2f2;
  background-image: url('../images/img-jeitto-21.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 360px;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.jt-div-materiais {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.jt-div-downloads {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.jt-div-item-download {
  flex-direction: column;
  align-items: center;
  width: 25%;
  display: flex;
}

.jt-subtitle-laranja-2 {
  color: var(--new_orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.jt-div-item-download-2 {
  flex-direction: column;
  align-items: center;
  width: 20%;
  display: flex;
}

.jt-div-txt-credito {
  width: 500px;
}

.jt-div-txt-transf, .jt-div-txt-blog {
  width: 50%;
}

.jt-txt-cinza-2 {
  color: var(--cinza-2);
  width: 80%;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.jt-div-txt-sobre {
  width: 600px;
}

.jt-facily-box-1 {
  width: 521px;
}

.jt-div-txt-limite {
  width: 550px;
  margin-top: 0;
  padding-top: 0;
  position: static;
  top: -100px;
}

.jt-div-txt-fatura {
  width: 500px;
}

.jt-div-txt-aprovar {
  width: 560px;
}

.jt-div-txt-cadastre, .jt-div-txts-use, .jt-div-txts-tarifas {
  width: 500px;
}

.jt-div-txts-indique {
  width: 550px;
}

.jt-div-txts-tarifas-2 {
  width: 600px;
}

.jt-div-txts-comofatura {
  width: 520px;
}

.div-block-91 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.jt-div-txts-aumento {
  width: 700px;
}

.jt-div-txts-contato {
  width: 520px;
}

.jt-header-box-home {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.jt-header-itens-home {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.jt-box-credito-mobile {
  display: none;
}

.jt-div-gplay-mobile {
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: none;
}

.jt-div-app-mobile {
  flex-direction: column;
  align-items: flex-start;
  width: 38%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.jt-div-social-mobile {
  margin-top: 10px;
  display: none;
}

.jt-btn-googleplay-mobile {
  margin-top: 25px;
  display: none;
}

.jt-footer-termos-mobile {
  color: #fff;
  width: 100%;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.jt-div-section-limite {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.jt-div-section-fatura, .jt-div-section-aprova {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.jt-div-sliderapp-mobile {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.jt-section-features-credito {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.right-arrow-5 {
  justify-content: flex-end;
  display: flex;
}

.mask-4 {
  height: 440px;
}

.jt-div-app-feature-2 {
  flex-direction: column;
  align-items: center;
  width: 38%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.jt-arrow-right-2 {
  display: block;
}

.jt-title-laranja-claro-2 {
  color: #f58220;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.jt-slide-txt-2 {
  width: 500px;
}

.slider-4 {
  background-color: #0000;
  height: 440px;
}

.img-app-2 {
  height: 440px;
}

.left-arrow-5 {
  align-items: center;
  display: flex;
  left: auto;
}

.jt-slide-app-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-div-sliderapp-mobile-2 {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.jt-div-sliderapp-2 {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.jt-title-laranja-3 {
  color: #f58220;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-arrow-left-2 {
  display: block;
}

.jt-section-features-transf {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.jt-title-branco-1-2 {
  color: #fff;
  width: 510px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-header-consultar2 {
  background-image: url('../images/img-jeitto-26.jpg'), url('../images/img-transferencia_1.jpg');
  background-position: 91%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-header-itens-consult {
  width: 500px;
  padding-top: 30px;
}

.jt-div-limite {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.jt-header-fatura {
  background-image: url('../images/img-jeitto-17.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  height: auto;
  margin-top: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-section-funcionamento {
  background-image: url('../images/img-jeitto-18.jpg');
  background-position: 110% 100%;
  background-repeat: no-repeat;
  background-size: auto 450px;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.jt-div-txt-fatura-1 {
  width: 515px;
}

.jt-header-itens-fatura {
  width: 550px;
  padding-top: 30px;
}

.jt-section-como {
  background-color: var(--white-smoke);
  background-image: url('../images/img-jeitto-19.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto 400px;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.jt-header-creditocliente {
  background-image: url('../images/img-jeitto-39.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-header-itens-clientes {
  width: 550px;
  padding-top: 30px;
}

.t-header-aprova-ao {
  background-image: url('../images/img-jeitto-13.jpg'), url('../images/img-jeitto-39.jpg'), url('../images/img-transferencia_1.jpg');
  background-position: 50% 100%, 50%, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, cover, cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  height: auto;
  margin-top: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-subtitle-branco-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.jt-header-box-credito {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: flex;
}

.img-app-boleto, .img-app-transfer {
  height: 440px;
}

.image-35, .image-36, .image-37 {
  width: 30px;
}

.jt-section-features-cliente {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.jt-header-internas {
  background-color: var(--new_orange);
  border: 1px #000;
  height: auto;
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 100px;
}

.jt-title-branco-4 {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-header-transferencia {
  background-image: url('../images/img-transferencia_1.jpg'), url('../images/img-jeitto-35.jpg'), url('../images/img-jeitto-26.jpg'), url('../images/img-transferencia_1.jpg');
  background-position: 50% 0, 50%, 91%, 50%;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
  background-size: cover, cover, cover, cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-title-laranja-4 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-header-itens-como {
  width: 550px;
  padding-top: 30px;
}

.jt-txt-form-sucess {
  color: var(--white);
  font-family: neighbor, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 94%;
}

.jt-txt-form-sucess.txt-black {
  color: var(--black);
}

.jt-txt-form-sucess.size {
  width: 100%;
  max-width: 710px;
}

.jt-txt-form-sucess.txt-laranja {
  color: var(--new_orange);
}

.success-message-6 {
  background-color: var(--transparent);
  height: 100%;
  padding: 0;
}

.jt-btn-googleplay-2 {
  background-color: var(--new_orange);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 45px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.jt-img-gp-2 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.jt-div-header {
  width: 600px;
}

.jt-header-corp {
  background-image: url('../images/img-header-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 780px;
  margin-top: -30px;
  display: flex;
}

.jt-navbar-corp {
  background-color: #243c5100;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
  inset: 0% 0% auto;
}

.jt-div-navbar-corp {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.jt-item-navbar-corp {
  color: #fff;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.jt-item-navbar-corp:hover {
  color: var(--white);
}

.jt-item-navbar-corp:active {
  color: var(--deep-sky-blue);
}

.jt-item-navbar-corp:focus, .jt-item-navbar-corp:visited {
  color: var(--white);
}

.jt-item-navbar-corp.w--current, .jt-item-navbar-corp.w--current:active {
  color: var(--deep-sky-blue);
}

.jt-div-header-corp {
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-title-branco-6 {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  line-height: 70px;
}

.jt-section-slides-corp {
  background-color: var(--dark-slate-blue-2);
}

.jt-div-slide-corp {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 55px;
}

.jt-slide-corp {
  background-color: var(--new_orange);
  box-shadow: 6px 6px 0 0 var(--black);
  border: 2px solid #000;
  height: 100%;
  padding: 32px 40px;
}

.jt-div-slide-item-corp {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.div-img-slide-corp {
  width: 100%;
  max-width: 400px;
}

.div-txt-slide-corp {
  width: 580px;
  margin-left: 70px;
}

.jt-arrow-left-corp, .jt-right-corp {
  display: none;
}

.jt-title-slide-branco {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.jt-txt-branco-corp {
  color: var(--black);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.slide-nav-corp {
  width: 715px;
  inset: auto 0% 25px auto;
}

.jt-section-ai {
  background-image: url('../images/iceberg-min.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 2200%;
}

.jt-div-ai {
  width: 80%;
  max-width: 1200px;
  height: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 180px;
}

.jt-title-corp-branco-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 61px;
}

.text-span-3, .text-span-4 {
  color: var(--deep-sky-blue);
}

.jt-div-ai-pq {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.jt-div-pq-title {
  width: 414px;
}

.jt-div-pq-txt {
  width: 42%;
}

.jt-div-oportunidades {
  margin-top: 580px;
  margin-left: auto;
  margin-right: auto;
}

.jt-title-corp-branco-2 {
  color: #fff;
  text-align: center;
  width: 870px;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 47px;
}

.text-span-5, .text-span-6 {
  color: var(--deep-sky-blue);
}

.jt-div-oportunidades-txt {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.jt-section-icons-corp {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0b2241, #0d264200 35%), url('../images/img-icones.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-div-icons-corp {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-div-box-icons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.jt-icons-itens {
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-right: 80px;
  display: flex;
}

.jt-icon-img-corp {
  margin-bottom: 20px;
}

.jt-icon-txt-corp {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.jt-txt-numero-corp {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 98px;
  font-weight: 700;
  line-height: 98px;
}

.jt-txt-numero-corp-2 {
  color: #fff;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.text-span-7, .text-span-8 {
  font-weight: 700;
}

.jt-icons-itens-2 {
  flex-direction: column;
  align-items: center;
  width: 35%;
  margin-right: 0;
  display: flex;
}

.jt-section-clientes-corp {
  background-color: #243c51;
  background-image: linear-gradient(#243c51 75%, #253e5100);
}

.jt-div-clientes-corp {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-div-txt-clientes {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -117px;
  padding-bottom: 0;
  display: flex;
}

.jt-box-clientes-txt {
  width: 630px;
  height: 590px;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  font-weight: 700;
}

.div-block-92 {
  margin-top: 100px;
}

.jt-box-clientes-img {
  align-items: center;
  width: 644px;
  height: auto;
  display: block;
  position: relative;
  inset: -230px 0% 0%;
}

.jt-box-title-clientes {
  width: 460px;
}

.jt-div-numeros-corp {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.jt-div-numeros-item {
  background-color: #1f3043;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: auto;
  padding: 40px 0;
  display: flex;
  box-shadow: 1px 1px 10px #0003;
}

.image-38 {
  width: 644px;
}

.jt-txt-numeros-1 {
  color: var(--deep-sky-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.jt-txt-mumeros-2 {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.jt-div-slide-corp-2 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 0;
  display: none;
}

.jt-slide-corp-2 {
  background-color: #1f3043;
  height: 550px;
  padding: 30px;
  box-shadow: 3px 3px 10px 3px #00000029;
}

.jt-img-corp-slide-2 {
  width: 400px;
}

.div-img-slide-corp-2 {
  margin-top: 30px;
}

.jt-header-item-corp {
  width: 500px;
  margin-top: 0;
}

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

.div-txt-slide-corp-2 {
  width: 580px;
  margin-left: 70px;
}

.jt-section-nossosclientes-corp {
  background-color: #243c51;
  background-image: linear-gradient(184deg, #1f3042 19%, #253e5100 46%), url('../images/img-clientes-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.jt-div-nossosclientes-corp {
  justify-content: flex-start;
  width: 80%;
  max-width: 1200px;
  height: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-14 {
  color: var(--deep-sky-blue);
}

.jt-section-credito-corp {
  background-color: var(--dark-slate-blue);
  margin-left: auto;
  margin-right: auto;
}

.jt-div-credito-corp {
  width: 80%;
  max-width: 1200px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
}

.jt-div-box-credito-corp {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.jt-div-credito-item {
  background-color: #00b7e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24%;
  height: auto;
  padding: 30px 20px 0;
  display: flex;
  position: relative;
  top: -86px;
}

.jt-txt-credito-1 {
  color: var(--white);
  text-align: left;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.jt-txt-credito-2 {
  color: #243c51;
  width: 100%;
  height: 230px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22 {
  font-weight: 700;
}

.jt-div-slide-corp-3 {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 0;
}

.jt-slide-corp-3 {
  background-color: var(--white);
  height: auto;
  margin-top: 60px;
  padding: 70px 30px;
  box-shadow: 3px 3px 10px 3px #00000029;
}

.jt-div-slide-item-corp-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.jt-title-midia {
  color: var(--dark-slate-blue);
  margin-top: 5px;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.jt-title-corp-azul {
  color: var(--deep-sky-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 54px;
}

.jt-midia-link {
  color: var(--deep-sky-blue);
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.jt-txt-azul-escuro {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.slide-nav-corp-2 {
  width: auto;
  position: relative;
  inset: 40px 0% 0;
}

.div-block-93 {
  width: 970px;
}

.jt-section-poder-credito {
  background-color: var(--dark-slate-blue-2);
  margin-left: auto;
  margin-right: auto;
}

.jt-div-poder-credito {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 220px;
}

.jt-box-poder-credito {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.jt-item-poder-credito {
  width: 590px;
  font-weight: 700;
}

.jt-box-poder-txt {
  margin-top: 40px;
}

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

.jt-item-poder-credito-2 {
  justify-content: flex-end;
  width: 600px;
  margin-left: 40px;
  font-weight: 700;
  display: flex;
}

.jt-section-features-corp {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.jt-div-features-corp {
  width: 80%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 130px;
}

.jt-div-box-features-corp {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.jt-div-features-item {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  height: 523px;
  padding: 40px 25px;
  display: flex;
  position: relative;
  top: -86px;
  box-shadow: 1px 1px 9px #0000002b;
}

.jt-txt-features-1 {
  color: var(--deep-sky-blue);
  text-align: left;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.jt-icon-feature {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-feature-pedir {
  width: 80px;
  margin-top: 0;
  margin-bottom: 20px;
}

.jt-txt-corp-escuro {
  color: #292929;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.text-span-24 {
  color: var(--deep-sky-blue);
  font-weight: 700;
}

.jt-section-footer-corp {
  background-color: var(--dark-slate-blue);
}

.jt-div-footer-corp {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.jt-div-links-corp {
  width: 40%;
}

.jt-link-corp {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.jt-link-corp:hover {
  color: var(--deep-sky-blue);
}

.jt-div-subtitle {
  margin-bottom: 36px;
}

.div-header-sobre {
  width: 80%;
  max-width: 1200px;
  margin-top: 260px;
  margin-left: auto;
  margin-right: auto;
}

.jt-title-branco-sobre {
  color: var(--white);
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-item-navbar-corp-2 {
  color: #fff;
  padding: 15px 50px 15px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.jt-item-navbar-corp-2:hover {
  color: var(--white);
}

.jt-item-navbar-corp-2:active {
  color: var(--deep-sky-blue);
}

.jt-item-navbar-corp-2:focus, .jt-item-navbar-corp-2:visited {
  color: var(--white);
}

.jt-item-navbar-corp-2.w--current, .jt-item-navbar-corp-2.w--current:active {
  color: var(--deep-sky-blue);
}

.jt-btn-azul-corp {
  background-color: var(--deep-sky-blue);
  border-radius: 25px;
  height: 45px;
  padding: 13px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.jt-btn-azul-corp.w--current {
  margin-top: 36px;
}

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

.jt-title-corp-azul-2 {
  color: var(--deep-sky-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 61px;
}

.jt-title-branco-6-responsivo {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  line-height: 70px;
  display: none;
}

.jt-div-numeros-corp-responsivo, .jt-div-numeros-corp-responsivo-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: -220px;
  display: none;
}

.jt-div-box-credito-corp-responsivo, .jt-div-box-credito-corp-responsivo-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: none;
  position: relative;
}

.jt-box-poder-credito-responsivo {
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.jt-div-txt-clientes-mobile {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -117px;
  padding-bottom: 0;
  display: none;
}

.jt-div-btns-2 {
  align-items: center;
  display: flex;
}

.icon-feature-3 {
  width: 45px;
}

.icon-feature-2 {
  width: 70px;
}

.jt-list-branco-corp {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.jt-header-box-email-validado {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.jt-header-email-validado {
  background-image: url('../images/img-18-3-2-min.jpg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: center;
  height: 580px;
  margin-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-95 {
  width: 470px;
}

.text-span-26, .text-span-27, .text-span-28 {
  font-weight: 700;
}

.div-block-96 {
  margin-top: 36px;
}

.jt-subtitle-laranja-3 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.jt-div-combo-18 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-18-aberto {
  align-items: center;
  display: flex;
}

.text-span-29, .text-span-30, .text-span-31 {
  font-weight: 700;
}

.jt-div-combo-19 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-19-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-20 {
  align-items: center;
  width: 75%;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-20-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-21 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-21-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-22 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-22-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-23 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-23-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-24 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-24-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-25 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-25-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-26 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-26-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-27 {
  align-items: center;
  width: 340px;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-27-aberto {
  align-items: center;
  display: flex;
}

.jt-div-combo-28 {
  align-items: center;
  width: 380px;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-28-aberto {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-span-32, .text-span-33 {
  font-weight: 700;
}

.div-block-97 {
  padding-left: 30px;
}

.jt-div-combo-29 {
  align-items: center;
  width: 380px;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-29-aberto {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.jt-duvidas-sobre, .jt-duvidas-limite, .jt-duvidas-fatura, .jt-duvidas-transferencia, .jt-duvidas-funcionalidades {
  margin-bottom: 15px;
}

.jt-section-app-corporate {
  background-image: url('../images/img-banner-corporate-min.jpg'), url('../images/img-jeitto-2.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-div-gplay-corp {
  flex-direction: row;
  align-items: center;
  margin-top: 36px;
  margin-left: 0;
  display: flex;
}

.text-block-58 {
  font-size: 15px;
  text-decoration: none;
}

.div-block-98 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: 120px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-header-itens-3 {
  justify-content: flex-end;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.jt-header-itens-4 {
  justify-content: flex-end;
  width: auto;
  height: 426px;
  margin-top: 230px;
  display: none;
  position: relative;
  top: 0;
}

.text-span-34 {
  color: var(--new_orange);
  font-size: 26px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  top: 6px;
}

.jt-plus {
  color: var(--new_orange);
  font-size: 30px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  top: 6px;
}

.jt-div-combo-1-2, .jt-div-combo-2-2, .jt-div-combo-18-2 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-3-2 {
  align-items: center;
  width: 75%;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-4-2, .jt-div-combo-5-2, .jt-div-combo-6-2, .jt-div-combo-7-2 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-8-2 {
  align-items: center;
  width: 365px;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-9-2, .jt-div-combo-10-2, .jt-div-combo-11-2, .jt-div-combo-12-2, .jt-div-combo-13-2, .jt-div-combo-14-2, .jt-div-combo-15-2, .jt-div-combo-16-2, .jt-div-combo-17-2, .jt-div-combo-19-2 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-20-2 {
  align-items: center;
  width: 75%;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-21-2, .jt-div-combo-22-2, .jt-div-combo-23-2, .jt-div-combo-24-2, .jt-div-combo-25-2, .jt-div-combo-26-2 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-27-2 {
  align-items: center;
  width: 340px;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-28-2, .jt-div-combo-29-2 {
  align-items: center;
  width: 380px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-59 {
  text-align: center;
}

.jt-section-faturas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
  display: flex;
  position: relative;
  top: -50px;
}

.cj-fatura-box {
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 74px;
  padding: 48px;
  display: none;
  box-shadow: 0 3px 8px #76767640;
}

.cj-fatura-subtitle {
  color: var(--new_orange);
  font-size: 18px;
  font-weight: 700;
}

.cj-fatura-box-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 30px;
  display: flex;
}

.cj-fatura-title {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 32px;
  line-height: 32px;
}

.cj-fatura-box-infos {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cj-fatura-box-valor {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cj-fatura-title-valor {
  color: var(--cinza-2);
  width: auto;
  height: auto;
  font-size: 18px;
  line-height: 18px;
}

.cj-fatura-txt-valor {
  color: var(--cinza-2);
  width: auto;
  height: auto;
  margin-left: 10px;
  font-size: 18px;
  line-height: 18px;
}

.cj-fatura-title-vencimento {
  color: var(--cinza-2);
  width: auto;
  height: auto;
  margin-left: 15px;
  font-size: 18px;
  line-height: 20px;
}

.cj-fatura-txt-vencimento {
  color: var(--cinza-2);
  width: auto;
  height: auto;
  margin-left: 10px;
  font-size: 18px;
  line-height: 18px;
}

.cj-fatura-icon-vencimento {
  margin-left: 0;
}

.cj-fatura-box-codigo {
  border: 2px dashed var(--new_gray_dark);
  opacity: .25;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 10px;
}

.cj-fatura-txt-codigo {
  color: var(--cinza-2);
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}

.cj-fatura-btn-ver {
  background-color: var(--new_orange);
  text-align: center;
  border-radius: 25px;
  width: 100%;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cj-fatura-btn-codigo {
  color: #979797;
  text-align: center;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 25px;
  width: 100%;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cj-fatura-box-btns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ej-fatura-box {
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 74px;
  padding: 48px;
  display: none;
  box-shadow: 0 3px 8px #76767640;
}

.ej-fatura-subtitle {
  color: var(--deep-sky-blue);
  font-size: 18px;
  font-weight: 700;
}

.ej-fatura-box-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 30px;
  display: flex;
}

.ej-fatura-title {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 32px;
  line-height: 32px;
}

.ej-fatura-box-codigo {
  border: 2px dashed var(--new_gray_dark);
  opacity: .25;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 10px;
}

.ej-fatura-txt-codigo {
  color: var(--cinza-2);
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}

.ej-fatura-box-btns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ej-fatura-btn-ver {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  width: 100%;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ej-fatura-btn-codigo {
  color: #979797;
  text-align: center;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 25px;
  width: 100%;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cj-atraso-box {
  border-bottom: 10px solid var(--orange-red);
  background-color: #fff;
  border-radius: 14px;
  width: 47%;
  max-width: none;
  height: 500px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
  display: none;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.cj-atraso-box-title {
  display: flex;
}

.cj-atraso-title {
  color: var(--orange-red);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 32px;
  line-height: 32px;
}

.cj-atraso-txt {
  color: var(--cinza-2);
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 26px;
}

.ej-atraso-box {
  border-bottom: 10px solid var(--orange-red);
  background-color: #fff;
  border-radius: 14px;
  width: 47%;
  max-width: none;
  height: 500px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
  display: none;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.ej-atraso-box-title {
  align-items: flex-start;
  display: flex;
}

.ej-atraso-txt {
  color: var(--cinza-2);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 26px;
}

.ej-atraso-icon-title {
  padding-top: 5px;
}

.ej-atraso-title {
  color: var(--orange-red);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 32px;
  line-height: 36px;
}

.ej-atraso-email {
  color: var(--orange-red);
  font-size: 22px;
  line-height: 22px;
}

.cj-negociacao-box {
  border-bottom: 10px solid var(--new_orange);
  background-color: #fff;
  border-radius: 14px;
  width: 47%;
  max-width: none;
  height: 500px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
  display: none;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.cj-negociacao-box-title {
  align-items: flex-start;
  display: flex;
}

.cj-fatura-box-vencimento {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ej-fatura-box-infos {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ej-fatura-box-valor {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ej-fatura-title-valor {
  color: var(--cinza-2);
  width: auto;
  height: auto;
  font-size: 18px;
  line-height: 18px;
}

.ej-fatura-txt-valor {
  color: var(--cinza-2);
  width: auto;
  height: auto;
  margin-left: 10px;
  font-size: 18px;
  line-height: 18px;
}

.ej-fatura-box-vencimento {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.ej-fatura-icon-vencimento {
  margin-left: 0;
}

.ej-fatura-title-vencimento {
  color: var(--cinza-2);
  width: auto;
  height: auto;
  margin-left: 15px;
  font-size: 18px;
  line-height: 18px;
}

.ej-fatura-txt-vencimento {
  color: var(--cinza-2);
  width: auto;
  height: auto;
  margin-left: 10px;
  font-size: 18px;
  line-height: 18px;
}

.cj-negociacao-title {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 32px;
  line-height: 36px;
}

.cj-negociacao-icon-title {
  padding-top: 3px;
}

.cj-negociacao-txt {
  color: var(--cinza-2);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 26px;
}

.cj-negociacao-email {
  color: var(--new_orange);
  font-size: 22px;
  line-height: 22px;
}

.ej-negociacao-box {
  border-bottom: 10px solid var(--new_orange);
  background-color: #fff;
  border-radius: 14px;
  width: 47%;
  max-width: none;
  height: 500px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
  display: none;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.ej-negociacao-box-title {
  align-items: flex-start;
  display: flex;
}

.ej-negociacao-icon-title {
  padding-top: 3px;
}

.ej-negociacao-title {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 32px;
  line-height: 36px;
}

.ej-negociacao-txt {
  color: var(--cinza-2);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 26px;
}

.ej-negociacao-email {
  color: var(--new_orange);
  font-size: 22px;
  line-height: 22px;
}

.cj-processando-box {
  border-bottom: 10px solid var(--deep-sky-blue);
  background-color: #fff;
  border-radius: 14px;
  width: 47%;
  max-width: none;
  height: 500px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
  display: none;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.cj-processando-box-title {
  align-items: flex-start;
  display: flex;
}

.cj-processando-icon-title {
  padding-top: 3px;
}

.cj-processando-title {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 32px;
  line-height: 36px;
}

.cj-processando-txt {
  color: var(--cinza-2);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.ej-processando-box {
  border-bottom: 10px solid var(--deep-sky-blue);
  background-color: #fff;
  border-radius: 14px;
  width: 47%;
  max-width: none;
  height: 500px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
  display: none;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.ej-processando-box-title {
  align-items: flex-start;
  display: flex;
}

.ej-processando-txt {
  color: var(--cinza-2);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.cj-paga-box {
  border-bottom: 10px solid var(--medium-sea-green);
  background-color: #fff;
  border-radius: 14px;
  width: 47%;
  max-width: none;
  height: 500px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
  display: none;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.cj-paga-box-title {
  align-items: flex-start;
  display: flex;
}

.cj-paga-txt {
  color: var(--cinza-2);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.ej-processando-title {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 30px;
  line-height: 36px;
}

.cj-paga-title {
  color: var(--medium-sea-green);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 32px;
  line-height: 36px;
}

.ej-paga-box {
  border-bottom: 10px solid var(--medium-sea-green);
  background-color: #fff;
  border-radius: 14px;
  width: 47%;
  max-width: none;
  height: 500px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding: 40px;
  display: none;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.ej-paga-box-title {
  align-items: flex-start;
  display: flex;
}

.ej-paga-txt {
  color: var(--cinza-2);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.ej-paga-title {
  color: var(--medium-sea-green);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 32px;
  line-height: 36px;
}

.erro-cpf-form {
  color: #979797;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.erro-cpf-box {
  border-bottom: 0px solid var(--medium-sea-green);
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: none;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.erro-cpf-title {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 32px;
  line-height: 38px;
  display: none;
}

.erro-cpf-txt {
  color: var(--cinza-2);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
}

.form-cpf-fatura {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.form-cpf-fatura-campo {
  color: #979797;
  background-color: #edf3f4;
  border: 0 #000;
  border-style: none solid;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  width: 350px;
  height: 50px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: flex;
}

.form-cpf-fatura-btn {
  background-color: var(--deep-sky-blue);
  border-radius: 25px;
  height: 50px;
  padding: 13px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
  left: -28px;
}

.ej-processando-icon-title, .cj-paga-icon-title, .ej-paga-icon-title {
  padding-top: 3px;
}

.jt-div-combo-30 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-30-2 {
  align-items: center;
  margin-bottom: 10px;
  display: none;
}

.jt-div-combo-30-aberto {
  align-items: center;
  display: none;
}

.jt-div-combo-31 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-31-2 {
  align-items: center;
  margin-bottom: 10px;
  display: none;
}

.jt-div-combo-31-aberto {
  align-items: center;
  display: none;
}

.invoice-loader {
  text-align: left;
  height: 20px;
  line-height: 10px;
}

.success-message-7 {
  background-color: #0000;
}

.section-bot {
  display: none;
}

.jt-header-pague {
  background-color: #f2f2f2;
  background-image: linear-gradient(to right, #0009, #00000026), url('../images/pague-jeitto-min.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px #000;
  border-bottom-right-radius: 300px;
  width: auto;
  height: 480px;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 100px;
}

.jt-header-item-pague {
  width: 1000px;
}

.jt-title-pague {
  color: var(--white);
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-header-box-pague {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.jt-title-laranja-sml-pague {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.jt-section-vantagens {
  background-color: #f2f2f2;
  padding-top: 80px;
}

.jt-holder-vantagens {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.img-gif-pague {
  width: auto;
  height: 500px;
}

.text-span-35 {
  text-align: center;
  width: 20px;
}

.jt-bullet-vantagens {
  background-color: var(--new_orange);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.number-vantagens {
  color: var(--white);
  text-align: center;
  width: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.jt-txt-vantagens {
  color: var(--cinza-2);
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.itens-vantagem {
  margin-bottom: 10px;
  display: flex;
}

.body-pague {
  background-color: #fff;
  margin-bottom: -14px;
}

.jt-section-perguntas-2 {
  background-color: var(--white);
  display: block;
}

.jt-perguntas-combo-5 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-5-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: 100%;
  padding: 0 24px 25px 25px;
  display: flex;
}

.jt-perguntas-combo-6 {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-bottom-style: none;
  justify-content: space-between;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
}

.jt-perguntas-combo-6-aberto {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-top-style: none;
  justify-content: space-between;
  width: 100%;
  padding: 25px;
  display: flex;
}

.jt-header-itens-2-pague {
  z-index: 99;
  justify-content: flex-end;
  width: auto;
  display: flex;
  position: relative;
  top: 220px;
}

.jt-holder-vantagens-mobile {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.jt-subtile-pague {
  color: var(--white);
  width: 460px;
  margin-top: 36px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.jt-header-download {
  background-color: var(--new_orange);
  background-image: url('../images/app-jeitto-1.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-bottom-right-radius: 0;
  flex-direction: column;
  justify-content: center;
  height: 670px;
  margin-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.jt-header-box-download-1 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.jt-title-download {
  background-color: var(--white);
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 60px;
  text-decoration: none;
}

.text-span-36 {
  color: var(--white);
}

.text-span-37, .text-span-38, .text-span-39 {
  padding-left: 10px;
}

.jt-header-box-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 420px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 32px;
  display: flex;
}

.jt-header-fluxo {
  justify-content: space-between;
  width: 60%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: static;
  top: 170px;
}

.jt-fluxo-item {
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.jt-item-txt-numero {
  color: var(--new_orange);
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  display: flex;
}

.jt-txt-numero-item {
  color: var(--white);
  width: 170px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.jt-txt-numero-item-2 {
  color: var(--white);
  width: 200px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.jt-section-features-download {
  background-color: var(--white-smoke);
}

.jt-div-features-download {
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.jt-div-feature-1 {
  width: 60%;
  padding-bottom: 45px;
}

.jt-txt-feature-1 {
  border-radius: 10px;
  align-items: center;
  width: 620px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  display: flex;
}

.jt-box-txt-feature {
  flex-direction: column;
  width: 560px;
  margin-left: 30px;
  display: flex;
}

.jt-title-feature {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 26px;
  line-height: 26px;
}

.jt-txt-feature-item-spc-1 {
  color: #828282;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
}

.jt-txt-feature-2, .jt-txt-feature-3, .jt-txt-feature-spc-4 {
  border-radius: 10px;
  align-items: center;
  width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  display: flex;
}

.jt-div-feature-2 {
  width: 60%;
}

.jt-img-feature-1 {
  background-color: #0000;
  display: block;
}

.image-41 {
  background-color: #0000;
  max-width: 100%;
  padding-bottom: 0;
  display: inline-block;
}

.jt-img-feature-2, .jt-img-feature-3, .jt-img-feature-4 {
  background-color: #0000;
  display: none;
}

.jt-title-laranja-download {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 42px;
  line-height: 46px;
}

.jt-section-features-download-mobile {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.jt-div-download {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.jt-slide-download {
  width: 500px;
}

.img-app-conta {
  height: 440px;
}

.slider-download {
  background-color: #0000;
  height: 440px;
}

.jt-txt-feature-mobile {
  border-radius: 10px;
  align-items: center;
  width: 510px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  display: flex;
}

.img-app-transferencia, .img-app-recarga {
  height: 440px;
}

.jt-navbar-download {
  z-index: 99;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: 65px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 10px 3px #0003;
}

.jt-btn-download-2 {
  background-color: var(--new_orange);
  text-align: center;
  border: 1px #fff;
  border-radius: 30px;
  width: 185px;
  height: 45px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.jt-item-navbar-mobile {
  color: #828282;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: none;
}

.jt-item-navbar-mobile:hover, .jt-item-navbar-mobile:active, .jt-item-navbar-mobile:focus, .jt-item-navbar-mobile:visited {
  color: var(--cinza-2);
}

.jt-item-navbar-mobile.w--current, .jt-item-navbar-mobile.w--current:active {
  color: var(--deep-sky-blue);
}

.jt-item-navbar-download {
  color: #828282;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 600;
}

.jt-item-navbar-download:hover, .jt-item-navbar-download:active, .jt-item-navbar-download:focus, .jt-item-navbar-download:visited {
  color: var(--cinza-2);
}

.jt-item-navbar-download.w--current, .jt-item-navbar-download.w--current:active {
  color: var(--deep-sky-blue);
}

.jt-header-ej {
  background-image: url('../images/ej-img.png'), linear-gradient(62deg, #17a7ca 49%, var(--deep-sky-blue-2));
  background-position: 90% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60%, auto;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: center;
  height: 469px;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.jt-subtile-ej {
  color: var(--white);
  width: auto;
  min-height: 0;
  margin-top: 36px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36.57px;
}

.jt-header-box-ej {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.jt-div-txts-jornada {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 54%;
  height: auto;
  display: block;
}

.jt-div-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.img-gif.empresitmo {
  order: 0;
  display: none;
}

.jt-div-1 {
  width: 60%;
}

.text-span-42 {
  font-style: italic;
  font-weight: 700;
}

.jt-section-antecipe1 {
  background-color: #f2f2f2;
  background-image: url('../images/bg_section5.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.jt-banner-ej {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.jt-div-banner-ej {
  background-color: var(--deep-sky-blue);
  border-radius: 20px;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.jt-txt-banner-ej {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.jt-form-ej {
  background-color: #0000;
  border-radius: 20px;
  width: auto;
  margin-bottom: 0;
  padding: 0;
}

.jt-form-div-ej {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-cell-ej {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 10px;
  height: 45px;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-cpf-ej {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 10px;
  height: 45px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.jt-div-txts-antecipe {
  width: 70%;
}

.jt-header-itens-ej {
  width: 500px;
  padding-top: 30px;
}

.jt-section-jornada1 {
  background-color: var(--new_orange);
  background-image: url('../images/bg_section2.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 140px;
}

.jt-section-oportunidade-2 {
  background-image: url('../images/Image_mockup.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  padding-top: 100px;
}

.jt-div-oportunidade {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.icon-3 {
  color: #eaeae9;
}

.icon-3:active {
  color: var(--deep-sky-blue);
}

.dropdown-list-2 {
  background-color: var(--new_orange);
  margin-top: 10px;
}

.dropdown-list-2.w--open {
  flex-direction: column;
  align-items: flex-start;
  width: 410px;
  margin-top: 0;
  padding: 15px 10px;
  display: block;
}

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

.jt-selo-exclusivo {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.jt-item-navbar-3 {
  color: #828282;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: none;
}

.jt-item-navbar-3:hover {
  color: var(--cinza-2);
}

.jt-item-navbar-3:active, .jt-item-navbar-3:focus {
  color: var(--deep-sky-blue);
}

.jt-item-navbar-3:visited {
  color: var(--cinza-2);
}

.jt-item-navbar-3.w--current, .jt-item-navbar-3.w--current:active {
  color: var(--deep-sky-blue);
}

.jt-selo-exclusivo-2, .jt-selo-exclusivo-1 {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 9px;
  display: none;
}

.jt-div-video {
  border-radius: 20px;
  width: 41%;
  display: block;
  overflow: hidden;
}

.youtube-3 {
  background-image: url('../images/Rectangle-168.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: auto;
  height: 500px;
  box-shadow: -21px 21px 40px #00000026;
}

.jt-div-jornada {
  border-top: 1px solid var(--white);
  border-bottom: 1px none var(--white);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.success-message-ej {
  background-color: #0000;
}

.txt-form-ej {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.jt-btn-gp-ej {
  background-color: var(--new_orange);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.jt-form-credito {
  background-color: var(--white);
  border-radius: 20px;
  width: 420px;
  padding: 30px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-item-navbar-drop {
  color: #828282;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.jt-item-navbar-drop:hover {
  color: var(--cinza-2);
}

.jt-item-navbar-drop:active, .jt-item-navbar-drop:focus {
  color: var(--deep-sky-blue);
}

.jt-item-navbar-drop:visited {
  color: var(--cinza-2);
}

.jt-item-navbar-drop.w--current, .jt-item-navbar-drop.w--current:active {
  color: var(--deep-sky-blue);
}

.jt-btn-laranja-whatsapp-2 {
  background-color: var(--new_orange);
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 405px;
  height: 45px;
  margin-top: 36px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cookie-faixa {
  z-index: 999;
  background-color: #333;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.div-popup-overlay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-14 {
  align-items: center;
  display: flex;
}

.cookie_botao {
  background-color: var(--new_orange);
  color: #fff;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.txt-popup-overlay {
  color: #fff;
  margin-left: auto;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.link-popup {
  color: var(--new_orange);
}

.text-info-footer {
  color: var(--new_gray);
  border-top: 1px solid #fffbfa;
  margin-top: 24px;
  margin-bottom: 0;
  padding-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 110%;
}

.text-info-footer.branco {
  color: var(--white);
  font-weight: 600;
}

.link-img-redes-mobile, .link-img-cartaz-mobile {
  display: none;
}

.jt-div-combo-32, .jt-div-combo-32-2 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.jt-div-combo-32-aberto {
  align-items: center;
  display: flex;
}

.jt-navbar-cliente {
  z-index: 99;
  background-color: var(--deep-sky-blue);
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 10px 3px #0003;
}

.jt-holder-navbar-cliente {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.jt-btn-navbar-cliente {
  color: var(--white);
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 30px;
  width: auto;
  height: 45px;
  padding: 13px 50px 13px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.jt-btn-navbar-cliente.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.jt-section-cliente-cj {
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
}

.jt-menu-features-cliente {
  border-bottom: 1px solid #e0e0e0;
  width: 80%;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.jt-holder-boletos-cj-ej {
  flex-direction: column;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding-top: 0;
  display: flex;
}

.jt-btn-menu-features-cliente {
  border-bottom: 0px solid var(--new_orange);
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.jt-btn-menu-title {
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.jt-section-boletos {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.cj-holder-boleto {
  border-radius: 10px;
  width: 48%;
  height: auto;
  margin-top: 40px;
  box-shadow: 3px 3px 20px #00000026;
}

.cj-boleto-title-fatura {
  color: var(--new_orange);
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.jt-boleto-header {
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
  padding: 40px;
  display: block;
}

.jt-boleto-box {
  align-items: flex-start;
  display: flex;
}

.jt-boleto-header-1 {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.cj-boleto-title-vencimento {
  color: var(--cinza-2);
  margin-left: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.cj-boleto-value-vencimento {
  color: var(--cinza-2);
  text-align: center;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.ej-body-processando {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.jt-boleto-body {
  flex-direction: column;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.cj-boleto-codigo {
  border: 1px dashed #e0e0e0;
  border-radius: 30px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
}

.cj-boleto-txt-codigo {
  color: var(--cinza-2);
  text-align: center;
  border: 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.cj-boleto-btn-ver {
  background-color: var(--new_orange);
  text-align: center;
  border-radius: 25px;
  width: 45%;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cj-boleto-btn-copiar {
  color: #a3a3a3;
  text-align: center;
  background-color: #0000;
  border: 1px solid #a3a3a3;
  border-radius: 25px;
  width: 45%;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cj-boleto-btns {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.cj-boleto-link-enviar-fatura {
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.ej-holder-boleto {
  border-radius: 10px;
  width: 48%;
  height: auto;
  margin-top: 40px;
  box-shadow: 3px 3px 20px #00000026;
}

.ej-boleto-title-fatura, .ej-boleto-value-valor {
  color: var(--deep-sky-blue);
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.ej-boleto-holder-parcela {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 8px 10px;
  display: flex;
}

.ej-boleto-header-copy {
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
  padding: 40px 40px 32px;
  display: block;
}

.cj-title-processando {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.ej-boleto-btn-ver {
  background-color: var(--deep-sky-blue);
  text-align: center;
  border-radius: 25px;
  width: 45%;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ej-boleto-btn-copiar {
  color: #a3a3a3;
  text-align: center;
  background-color: #0000;
  border: 1px solid #a3a3a3;
  border-radius: 25px;
  width: 45%;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ej-boleto-link-enviar-fatura {
  color: var(--deep-sky-blue);
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.cj-holder-processando {
  border-left: 10px solid var(--deep-sky-blue);
  border-radius: 10px;
  width: 48%;
  height: 100%;
  margin-top: 40px;
  padding: 40px;
  box-shadow: 3px 3px 20px #00000026;
}

.cj-boleto-title-processando {
  color: var(--deep-sky-blue);
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.cj-boleto-txt-processando {
  color: var(--cinza-2);
  margin-left: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.cj-boleto-value-valor {
  color: var(--new_orange);
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.ej-boleto-txt-parcela {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.ej-holder-processando {
  border-left: 10px solid var(--deep-sky-blue);
  border-radius: 10px;
  width: 48%;
  height: auto;
  margin-top: 40px;
  padding: 40px;
  box-shadow: 3px 3px 20px #00000026;
}

.ej-title-processando {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.ej-boleto-txt-processando {
  color: var(--cinza-2);
  margin-left: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.jt-section-ac-login {
  object-fit: cover;
  flex-direction: row;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  margin-top: -20px;
  padding-top: 0;
  display: block;
  position: static;
  inset: 0%;
}

.jt-box-ac-login-1 {
  background-image: url('../images/jt-areacliente.jpg');
  background-position: 36%;
  background-size: auto 120%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 60px;
  display: flex;
}

.jt-holder-ac-login {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  margin-top: -10px;
  display: flex;
}

.jt-box-ac-login-2 {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.jt-title-ac {
  color: var(--new_orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.jt-subtitle-ac {
  color: var(--cinza-2);
  text-align: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.jt-form-ac-1 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.jt-form-ac-field {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 4px;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.body-5 {
  object-fit: contain;
  height: 100vh;
  overflow: scroll;
}

.jt-link-ac {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.jt-form-ac {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cj-holder-pago {
  border-left: 10px solid var(--medium-sea-green);
  background-color: #fff;
  border-radius: 10px;
  width: 48%;
  height: 100%;
  margin-top: 40px;
  padding: 40px;
  box-shadow: 3px 3px 20px #00000026;
}

.cj-boleto-title-pago {
  color: var(--medium-sea-green);
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.cj-boleto-txt-pago {
  color: var(--cinza-2);
  margin-left: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.cj-body-processando {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ej-holder-pago {
  border-left: 10px solid var(--medium-sea-green);
  border-radius: 10px;
  width: 48%;
  height: auto;
  margin-top: 40px;
  padding: 40px;
  box-shadow: 3px 3px 20px #00000026;
}

.cj-title-pago {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.ej-title-pago {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.ej-body-pago {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.jt-section-acordo-unico {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.jt-holder-acordo, .jt-holder-boletos-cj {
  flex-direction: column;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding-top: 0;
  display: flex;
}

.jt-holder-valores-acordo {
  border-bottom: 1px solid #e0e0e0;
  align-items: flex-start;
  width: 48%;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.cj-acordo-total {
  width: 100%;
  height: auto;
}

.jt-acordo-title-total {
  color: #4f4f4f;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.ej-boleto-title-vencimento {
  color: var(--cinza-2);
  margin-left: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.ej-boleto-value-vencimento {
  color: var(--cinza-2);
  text-align: center;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.jt-acordo-value-total {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.jt-acordo-title-restante {
  color: #4f4f4f;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.jt-acordo-value-restante {
  color: var(--deep-sky-blue);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.jt-title-acordo {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.jt-boleto-title-acordo, .jt-acordo-value-valor {
  color: var(--new_orange);
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.cj-header-acordo {
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
  padding: 40px 40px 32px;
  display: block;
}

.jt-body-acordo, .cj-body-boleto, .ej-body-boleto {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cj-holder-acordo-parcela {
  background-color: var(--new_orange);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 8px 10px;
  display: flex;
}

.jt-holder-acordo-boleto {
  border-radius: 10px;
  width: 48%;
  height: auto;
  margin-top: 40px;
  box-shadow: 3px 3px 20px #00000026;
}

.cj-holder-valores-acordo-2 {
  border-bottom: 1px solid #e0e0e0;
  align-items: flex-start;
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.jt-holder-valores-acordo-2 {
  width: 48%;
}

.cj-acordo-title-parcelas {
  color: #4f4f4f;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.cj-holder-parcelas-acordo-2 {
  border-bottom: 0px solid var(--gainsboro);
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.cj-acordo-box-vencimento-1 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cj-acordo-box-parcela-1 {
  border-bottom: 1px none var(--gainsboro);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 15px 20px;
  display: flex;
}

.cj-acordo-title-vencimento {
  color: var(--cinza-2);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.cj-acordo-value-vencimento {
  color: var(--cinza-2);
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.cj-acordo-value-valor-parcela-1 {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cj-acordo-link-visualizar-1 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.cj-acordo-box-parcela-2 {
  border-bottom: 1px none var(--gainsboro);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 15px 20px;
  display: flex;
}

.cj-acordo-box-vencimento-2 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cj-acordo-value-valor-parcela-2 {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cj-acordo-link-visualizar-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.cj-holder-acordo-boleto-1 {
  background-color: var(--white);
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-top: 40px;
  box-shadow: 3px 3px 20px #00000026;
}

.cj-acordo-value-valor-1 {
  color: var(--new_orange);
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.cj-boleto-value-vencimento-1 {
  color: var(--cinza-2);
  text-align: center;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.ej-boleto-txt-parcela-1 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.cj-acordo-txt-codigo-1 {
  color: var(--cinza-2);
  text-align: center;
  border: 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.jt-holder-acordo-boleto-3 {
  width: 48%;
}

.cj-holder-acordo-boleto-2 {
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-top: 40px;
  box-shadow: 3px 3px 20px #00000026;
}

.ej-boleto-txt-parcela-2 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.cj-acordo-value-valor-2 {
  color: var(--new_orange);
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.cj-boleto-value-vencimento-2 {
  color: var(--cinza-2);
  text-align: center;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.cj-acordo-txt-codigo-2 {
  color: var(--cinza-2);
  text-align: center;
  border: 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.cj-holder-acordo-boleto-3 {
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-top: 40px;
  box-shadow: 3px 3px 20px #00000026;
}

.cj-acordo-value-valor-3 {
  color: var(--new_orange);
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.cj-boleto-value-vencimento-3 {
  color: var(--cinza-2);
  text-align: center;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.jt-title-parcela-1, .jt-title-parcela-2, .jt-title-parcela-3 {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cj-acordo-box-parcela-3 {
  border-bottom: 1px none var(--gainsboro);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 15px 20px;
  display: flex;
}

.jt-divider-1, .jt-divider-2, .jt-divider-3 {
  border: 0 solid #000;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}

.jt-section-acordo-2-parcelas, .cj-section-acordo-3-parcelas {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.jt-section-cliente-cj-ej {
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
}

.jt-btn-menu-faixa {
  background-color: var(--new_orange);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 5px;
}

.jt-section-cliente-acordo, .jt-section-cliente-acordo-boleto {
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
}

.jt-btn-menu-features-cliente-2 {
  border-bottom: 0px solid var(--new_orange);
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.jt-btn-menu-title-2 {
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.jt-btn-menu-faixa-2 {
  background-color: var(--new_orange);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 5px;
}

.jt-menu-features-cliente-2 {
  border-bottom: 1px solid #e0e0e0;
  width: 80%;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.jt-btn-menu-title-1 {
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.jt-btn-menu-faixa-1 {
  background-color: var(--new_orange);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 5px;
}

.jt-btn-menu-features-cliente-1 {
  border-bottom: 0px solid var(--new_orange);
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.jt-divider-menu-2 {
  display: none;
}

.image-42 {
  display: block;
}

.cj-acordo-btn-visualizar-1 {
  display: none;
}

.cj-acordo-box-vencimento-3 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cj-acordo-value-valor-parcela-3 {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cj-acordo-link-visualizar-3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.jt-holder-valores-acordo-3, .jt-holder-acordo-boleto-2 {
  width: 48%;
}

.jt-holder-acordo-2 {
  flex-direction: column;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding-top: 0;
  display: flex;
}

.dropdown-list-3 {
  background-color: var(--white);
}

.dropdown-list-3.w--open {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 1px 1px 8px #00000026;
}

.dropdown-link {
  color: #828282;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #828282;
}

.dropdown-link:active, .dropdown-link:focus {
  color: var(--deep-sky-blue);
}

.jt-acordo-box {
  align-items: flex-start;
  display: flex;
}

.jt-acordo-total {
  width: 100%;
  height: auto;
}

.jt-header-acordo {
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
  padding: 40px 40px 32px;
  display: block;
}

.jt-acordo-title-vencimento {
  color: var(--cinza-2);
  margin-left: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.jt-div-ac-item {
  align-items: center;
  width: 60%;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.jt-txt-ac-login {
  color: var(--white);
  margin-left: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.jt-holder-ac-itens {
  align-items: center;
  height: 100%;
  display: flex;
}

.text-span-44, .text-span-45 {
  font-weight: 700;
}

.jt-btn-form-verificar {
  background-color: var(--new_orange);
  border-radius: 25px;
  width: 80%;
  height: 45px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.jt-codigo-ac {
  color: #828282;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.jt-txt-info-ac {
  color: #828282;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.jt-popup-enviado {
  z-index: 999999;
  background-color: #0000007d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-104 {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 0 0 80px;
  display: flex;
}

.image-44 {
  margin-top: 60px;
  margin-bottom: 30px;
}

.image-45 {
  margin-top: 0;
  margin-right: 0;
  position: static;
  inset: 0% 0% 0% 242px;
}

.jt-btn-close {
  margin-top: 20px;
  position: relative;
  left: 240px;
}

.ej-boleto-txt-codigo, .jt-acordo-txt-codigo, .jt-acordo-txt-codigo-1, .jt-acordo-txt-codigo-2, .jt-acordo-txt-codigo-3 {
  color: var(--cinza-2);
  text-align: center;
  border: 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.jt-div-codigo {
  justify-content: space-between;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 0;
  display: flex;
}

.jt-form-ac-codigo-1 {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 4px;
  width: 12%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.jt-form-ac-codigo-2 {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 4px;
  width: 12%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.jt-form-ac-codigo-3, .jt-form-ac-codigo-4, .jt-form-ac-codigo-5, .jt-form-ac-codigo-6 {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 4px;
  width: 12%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.jt-left-arrow-div {
  align-items: center;
  display: flex;
  left: auto;
}

.jt-right-arrow-div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  inset: 0% 0% 0% auto;
}

.jt-section-aumentar-email {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-105 {
  display: none;
}

.ej-holder-atraso {
  border-left: 10px solid #f15a22;
  border-radius: 10px;
  width: 48%;
  height: auto;
  margin-top: 40px;
  padding: 40px;
  box-shadow: 3px 3px 20px #00000026;
}

.ej-title-atraso {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.ej-boleto-title-atraso {
  color: var(--orange-red);
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.ej-boleto-title-pago {
  color: var(--medium-sea-green);
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.ej-boleto-title-processando {
  color: var(--deep-sky-blue);
  margin-left: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.ej-body-atraso {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ej-boleto-txt-pago, .ej-boleto-txt-atraso {
  color: var(--cinza-2);
  margin-left: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.recaptcha {
  margin-bottom: 40px;
}

.jt-header-pague-nova {
  background-color: var(--new_orange);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px #000;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  height: 560px;
  margin-top: 0;
  margin-bottom: 180px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.jt-subtile-pague-nova {
  color: var(--white);
  width: auto;
  margin-top: 36px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.jt-holder-steps-pague {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
  display: none;
  position: relative;
  top: -95px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-navbar-pague {
  z-index: 99;
  background-color: var(--new_orange);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.jt-header-item-pague-nova {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding-top: 130px;
  display: flex;
}

.jt-header-box-nova {
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.jt-icon-pague {
  margin-left: 20px;
}

.jt-txt-numero {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.jt-txt-step {
  color: #787878;
  width: auto;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.jt-txt-step.aquecimento {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.jt-holder-pague-txts {
  margin-top: 15px;
  display: flex;
}

.jt-steps-box {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.jt-divider-pague {
  background-color: #d2d2d2;
  width: 2px;
  height: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.jt-item-steps-pague {
  width: 25%;
}

.text-span-47, .text-span-48, .text-span-49 {
  font-weight: 700;
}

.jt-title-pague-nova {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-holder-steps-pague-responsivo {
  z-index: 1;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  top: -100px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.div-block-106 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45%;
  display: flex;
}

.jt-btn-branco {
  background-color: var(--white);
  color: var(--new_orange);
  border-radius: 25px;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.jt-btn-branco.aquecimento {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.atribuicao-publicacao {
  color: var(--new_gray_dark);
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.card-header {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: static;
}

.image-47 {
  width: 100%;
  height: auto;
}

.div-block-108 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 500px;
  display: block;
}

.mask-6 {
  height: 500px;
}

.left-arrow-6, .right-arrow-6, .slide-nav-6 {
  display: none;
}

.jt-btn-laranja-blog {
  background-color: var(--new_orange);
  border-radius: 25px;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.holder-btn-menu-mobile {
  display: none;
}

.holder-btn-menu {
  display: flex;
}

.jt-navbar-blog-2 {
  z-index: 99;
  background-color: var(--deep-sky-blue);
  align-items: center;
  width: 100%;
  height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 10px 3px #0003;
}

.jt-holder-navbar-blog {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: none;
  margin: 0 auto;
  display: flex;
}

.jt-item-navbar-blog {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 15px 15px 15px 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.jt-item-navbar-blog:hover, .jt-item-navbar-blog:active {
  color: var(--white);
}

.jt-item-navbar-blog:focus, .jt-item-navbar-blog:visited, .jt-item-navbar-blog.w--current {
  color: #ffffff80;
}

.jt-item-navbar-blog.w--current:active {
  color: var(--deep-sky-blue);
}

.jt-div-btns-blog-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.link-block-16 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.success-message-8 {
  background-color: #0000;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-61, .text-block-62 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.div-block-110 {
  display: none;
}

.collection-list-7 {
  justify-content: flex-start;
  width: 100%;
  display: block;
}

.s-credito-banner {
  aspect-ratio: 16 / 9;
  background-image: url('../images/banner-credito-pra-voce.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.jt-header-seguran-a {
  background-image: url('../images/img-seguranca.jpg'), url('../images/img-18-3-2-min.jpg');
  background-position: 50%, 20% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: center;
  height: 500px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.jt-header-box-seguranca {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.div-block-111 {
  width: 40%;
}

.jt-section-seguro {
  background-color: #f7f7f7;
  background-image: url('../images/img-seguro.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.jt-box-seguro {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 110px;
}

.jt-holder-seguro {
  width: 55%;
}

.jt-btn-dicas-1 {
  border-top: 2px solid var(--new_orange);
  border-bottom: 2px solid var(--new_orange);
  justify-content: space-between;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 15px;
  text-decoration: none;
  display: flex;
}

.text-block-63 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.jt-section-dicas {
  background-color: #f7f7f7;
}

.jt-box-dicas {
  z-index: 100;
  width: auto;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
}

.jt-item-dicas-left {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 30px 60px 30px 35px;
  display: flex;
}

.jt-itens-dicas {
  flex-wrap: nowrap;
  place-content: flex-start space-between;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: var(--new_orange);
  text-align: right;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  line-height: 72px;
}

.text-block-64 {
  color: var(--cinza-2);
  margin-left: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.divider-vertical {
  background-color: #d6d6d6;
  width: 2px;
  height: 60px;
}

.jt-item-dicas-right {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 30px 35px 30px 60px;
  display: flex;
}

.divider {
  background-color: #d6d6d6;
  width: 100%;
  height: 2px;
}

.div-block-116 {
  background-color: var(--new_orange);
  width: 48%;
  height: 2px;
}

.jt-btn-dicas-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.jt-section-certificacao {
  background-image: url('../images/img-certificacao.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jt-box-certificacao {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-118 {
  width: 50%;
}

.jt-section-golpes {
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -320px;
  padding-bottom: 100px;
  display: flex;
}

.jt-box-golpes {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
  padding-left: 0;
}

.jt-txt-golpes-1 {
  color: var(--light-grey);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.jt-holder-links-golpes {
  width: 40%;
  max-width: none;
}

.jt-box-golpes-2 {
  z-index: 99;
  background-color: #0000;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
  inset: 329% 0% -89% 0;
}

.jt-item-golpes-1 {
  background-color: var(--new_orange);
  background-image: url('../images/img-proteger.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  height: 320px;
  padding-top: 90px;
  padding-left: 80px;
  display: flex;
  position: relative;
  top: -300px;
  box-shadow: 4px 4px 10px #00000040;
}

.jt-title-branco-seguranca {
  color: var(--white);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

.jt-txt-branco-seguran-a {
  color: var(--white);
  width: 70%;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.jt-section-canais {
  background-color: var(--white);
}

.jt-box-canais {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-124 {
  width: 50%;
  display: block;
}

.div-block-125 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-126 {
  width: 50%;
  margin-left: 30px;
}

.div-block-115-copy {
  background-color: #d6d6d6;
  width: 2px;
  height: 80px;
}

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

.jt-box-item-canais {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-67 {
  color: var(--black);
  text-align: center;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.image-48 {
  margin-bottom: 21px;
}

.div-block-128 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.jt-section-contato-duvida {
  background-color: var(--orange-red);
  padding-top: 20px;
  padding-bottom: 20px;
}

.jt-div-contato-duvida {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-txt-contato-duvida {
  color: var(--white);
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.s-seguranca-digital-politicas {
  background-color: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-box-termos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.jt-box-termos-1 {
  width: 100%;
  max-width: 462px;
}

.jt-box-termos-2 {
  width: 100%;
  max-width: 567px;
}

.text-block-68 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.jt-box-link-politicas {
  border-top-width: 2px;
  border-bottom: 2px solid #000;
  border-top-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 34px 6px 16px 24px;
  text-decoration: none;
  display: flex;
}

.jt-holder-title-golpes {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.jt-item-golpes-2 {
  background-color: var(--new_orange);
  background-image: url('../images/img-proteger.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  height: 320px;
  padding-top: 90px;
  padding-left: 81px;
  display: none;
  position: relative;
  top: -300px;
  box-shadow: 4px 4px 10px #00000040;
}

.jt-item-golpes-3 {
  background-color: var(--new_orange);
  background-image: url('../images/img-proteger.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #00000040;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  height: 320px;
  padding-top: 90px;
  padding-left: 81px;
  display: none;
  position: relative;
  top: -300px;
  box-shadow: 4px 4px 10px #00000040;
}

.jt-item-golpes-4, .jt-item-golpes-5 {
  background-color: var(--new_orange);
  background-image: url('../images/img-proteger.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  height: 320px;
  padding-top: 90px;
  padding-left: 81px;
  display: none;
  position: relative;
  top: -300px;
  box-shadow: 4px 4px 10px #00000040;
}

.text-span-51 {
  color: var(--white);
  text-decoration: underline;
}

.jt-link-golpes-2 {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.jt-link-golpes-3, .jt-link-golpes-4, .jt-link-golpes-5, .jt-link-golpes-1 {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.jt-txt-golpes-2, .jt-txt-golpes-3, .jt-txt-golpes-4, .jt-txt-golpes-5 {
  color: var(--light-grey);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.jt-title-laranja-6 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 52px;
}

.jt-title-laranja-2-seguranca {
  color: var(--new_orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-slider-golpes {
  display: none;
}

.slide-golpes {
  height: 100%;
}

.link-branco {
  color: var(--white);
}

.jt-holder-dicas {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  position: relative;
  top: -60px;
}

.banner-blog-interna {
  z-index: 99;
  background-image: url('../images/banner-blog.jpg'), url('../images/bg-banner-blog.jpg'), linear-gradient(315deg, var(--orange-red), var(--new_orange));
  background-position: 50% 100%, 50% 44%, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, cover, auto;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  top: 0;
}

.title-banner-blog {
  color: #fff;
  text-align: left;
  width: auto;
  margin-bottom: 15px;
  padding-right: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.txt-banner-blog {
  color: #fff7f7;
  text-align: left;
  margin-bottom: 15px;
  padding-right: 84px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.btn-banner-blog {
  background-color: var(--new_orange);
  border-radius: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.txt-banner-blog-sm {
  color: #fff7f7;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.side-blog {
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 290px;
  display: flex;
  position: sticky;
  top: 80px;
  bottom: 20px;
}

.box-subtitles-blog {
  z-index: 0;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  display: block;
  position: static;
  inset: 130px 0% 0% auto;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.div-subtitle-1 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.div-subtitle-1.w--current {
  margin-bottom: 15px;
}

.subtitle-blog-jeitto {
  border-left: 3px solid var(--transparent);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, color .3s;
}

.subtitle-blog-jeitto:hover {
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-weight: 700;
}

.div-subtitle-2, .div-subtitle-3, .div-subtitle-4, .div-subtitle-5, .div-subtitle-6 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.subtitle-blog-jeitto-2 {
  color: var(--cinza-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.subtitle-blog-jeitto-2:hover {
  color: var(--deep-sky-blue);
}

.subtitle-blog-jeitto-3 {
  color: var(--cinza-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.subtitle-blog-jeitto-3:hover {
  color: var(--deep-sky-blue);
}

.subtitle-blog-jeitto-4 {
  color: var(--cinza-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.subtitle-blog-jeitto-4:hover {
  color: var(--deep-sky-blue);
}

.subtitle-blog-jeitto-5 {
  color: var(--cinza-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.subtitle-blog-jeitto-5:hover {
  color: var(--deep-sky-blue);
}

.subtitle-blog-jeitto-6 {
  color: var(--cinza-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.subtitle-blog-jeitto-6:hover {
  color: var(--deep-sky-blue);
  font-weight: 600;
}

.content-blog {
  width: 100%;
}

.texto-publicacao-1 {
  color: var(--black);
  width: auto;
  margin-bottom: 30px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-1 h2, .texto-publicacao-1 p, .texto-publicacao-1 h4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-1 blockquote {
  border-left-width: 3px;
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.texto-publicacao-1 h5 {
  color: var(--grey);
}

.texto-publicacao-old {
  color: var(--grey);
  width: auto;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.texto-publicacao-old h2, .texto-publicacao-old p, .texto-publicacao-old h4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-old blockquote {
  border-left-width: 3px;
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.texto-publicacao-old h5 {
  color: var(--grey);
}

.texto-publicacao-3 {
  color: var(--black);
  width: auto;
  margin-bottom: 30px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-3 h2, .texto-publicacao-3 p, .texto-publicacao-3 h4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-3 blockquote {
  border-left-width: 3px;
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.texto-publicacao-3 h5 {
  color: var(--grey);
}

.texto-publicacao-4 {
  color: var(--black);
  width: auto;
  margin-bottom: 30px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-4 h2, .texto-publicacao-4 p, .texto-publicacao-4 h4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-4 blockquote {
  border-left-width: 3px;
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.texto-publicacao-4 h5 {
  color: var(--grey);
}

.texto-publicacao-5 {
  color: var(--black);
  width: auto;
  margin-bottom: 30px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-5 h2, .texto-publicacao-5 p, .texto-publicacao-5 h4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-5 blockquote {
  border-left-width: 3px;
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.texto-publicacao-5 h5 {
  color: var(--grey);
}

.texto-publicacao-6 {
  color: var(--black);
  width: auto;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-6 h2, .texto-publicacao-6 p, .texto-publicacao-6 h4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-6 blockquote {
  border-left-width: 3px;
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.texto-publicacao-6 h5 {
  color: var(--grey);
}

.texto-publicacao-2 {
  color: var(--black);
  width: auto;
  margin-bottom: 30px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-2 h2, .texto-publicacao-2 p, .texto-publicacao-2 h4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-2 blockquote {
  border-left-width: 3px;
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.texto-publicacao-2 h5 {
  color: var(--grey);
}

.div-block-131 {
  align-items: flex-start;
  display: flex;
}

.div-block-132 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: sticky;
  top: 100px;
}

.credito-conteudos {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.collection-credito {
  flex-flow: row;
  place-content: center space-between;
  align-items: stretch;
  width: 100%;
  display: block;
}

.economizar-conteudos {
  background-color: var(--deep-sky-blue);
  background-image: url('../images/img-economizar.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-133 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.card-holder-economizar {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1200px;
  margin-top: 30px;
  display: flex;
}

.titulo-uc-white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.collection-economizar {
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: auto;
  display: flex;
}

.collection-economizar-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  margin-left: 20px;
  display: flex;
}

.text-block-69 {
  color: var(--deep-sky-blue);
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.btn-left {
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.image-50 {
  margin-left: 24px;
}

.card-2.card-interaction-2 {
  background-color: var(--cinza);
  cursor: pointer;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 190px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-134 {
  justify-content: space-between;
  display: flex;
}

.title-btn-arrow-orange {
  color: var(--new_orange);
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.arrow-orange {
  margin-left: 24px;
}

.titulo-uc-2 {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.btn-left-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.conteudos-categorias-produto {
  grid-template: ". . ."
                 ". . Area"
                 ". . Area"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: block;
}

.collection-item-7-copy {
  align-items: flex-start;
  width: auto;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.jt-header-pedir {
  background-image: url('../images/bg-pedir-3-1.jpg'), url('../images/bg-pedir-2.jpg');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  height: 100vh;
  margin-top: -20px;
  padding-top: 60px;
  display: block;
}

.brand-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.div-block-135 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-holder-pedir {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-pedir-title-1-branco {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 50px;
}

.jt-div-title-pedir {
  width: 48%;
  margin-top: 30px;
}

.text-span-52 {
  color: var(--burlywood);
}

.jt-form-pedir {
  background-color: var(--white);
  border-radius: 20px;
  width: 420px;
  margin-top: 30px;
  padding: 30px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-pedir-txt-sml {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.jt-credito-pedir {
  height: auto;
}

.jt-holder-crescer-pedir {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-138 {
  width: 45%;
}

.div-block-139 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.jt-pedir-title-1-laranja {
  color: var(--new_orange);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 52px;
}

.jt-features-pedir {
  background-color: var(--new_orange);
  background-image: url('../images/line.svg');
  background-position: 50% 51%;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
}

.jt-googleplay-pedir {
  height: 840px;
}

.main {
  text-align: center;
  background-image: url('../images/img-gp.jpg'), url('../images/img-gp_1.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 840px;
  display: flex;
}

.box {
  border-radius: 10px;
  width: 800px;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.blur {
  background-color: var(--white);
  filter: blur(16px);
  background-image: linear-gradient(#ffffff45, #ffffff45), url('../images/img-gp.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 820px;
  height: 200px;
  margin-top: -9px;
  margin-left: -9px;
  position: absolute;
  inset: 0%;
}

.box-content {
  justify-content: flex-start;
  align-items: center;
  margin-left: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-142 {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-143 {
  text-align: left;
  width: 60%;
  margin-left: 0;
  margin-right: auto;
}

.jt-pedir-title-3-branco {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 700;
  line-height: 46px;
}

.text-span-53 {
  color: #fff;
}

.jt-pedir-txt-sml-branco {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.jt-div-gplay-pedir {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.jt-div-nota-pedir {
  width: 135px;
}

.jt-holder-features {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  height: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-pedir-title-2-branco {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 52px;
}

.jt-pedir-title-2-branco.pedir {
  margin-bottom: 40px;
}

.jt-box-features-pedir {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.jt-item-feature-pedir {
  width: 290px;
}

.txt-feature-pedir {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.jt-transferencia-pedir {
  background-image: url('../images/img-transferir.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.jt-holder-transferencia-pedir {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  height: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-55 {
  color: var(--burlywood);
}

.div-block-145 {
  width: 45%;
  margin-top: 20px;
}

.jt-crescer-pedir {
  background-image: url('../images/bg-cresce.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 840px;
}

.div-block-138-copy {
  width: 40%;
}

.jt-holder-midia-pedir {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  height: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-pedir-title-2-laranja {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.jt-box-midia-pedir {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.jt-item-midia-pedir {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: auto;
  display: flex;
}

.img-midia-pedir {
  margin-top: 0;
  margin-bottom: 20px;
}

.jt-midia-txt-pedir {
  color: var(--cinza-2);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.jt-midia-txt-pedir:hover {
  color: var(--new_orange);
}

.jt-footer-pedir {
  background-color: var(--new_orange);
}

.div-block-146 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-147 {
  width: 55%;
  padding-bottom: 65px;
}

.text-span-56 {
  color: var(--white);
}

.div-block-148 {
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-149 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-150 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 29px;
  display: flex;
}

.jt-footer-logo-pedir {
  align-items: center;
  display: flex;
}

.jt-footer-termos-pedir {
  color: #fff;
  width: auto;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.jt-menu-pedir-2 {
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0000001a;
}

.jt-holder-credito-pedir {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-div-gplay-pedir-mobile {
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: none;
}

.jt-right-arrow-pedir {
  flex-direction: column;
  justify-content: center;
  width: 25px;
  display: flex;
  left: 575px;
}

.jt-left-arrow-pedir {
  flex-direction: column;
  justify-content: center;
  width: 25px;
  display: flex;
  inset: 0% auto 0% 5%;
}

.jt-slider-comentarios-pedir {
  background-color: #ddd0;
  height: 120px;
  position: relative;
}

.jt-mask-pedir {
  width: 490px;
  padding-left: 0;
  padding-right: 0;
  left: 75px;
}

.jt-btn-laranja-pedir {
  background-color: var(--new_orange);
  border-radius: 25px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.navbar-2 {
  background-color: #0000;
  align-items: center;
  height: 70px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-151 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  height: 70px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-btn-pedir-mobile.w--current {
  display: none;
}

.jt-div-title-pedir-mobile {
  width: 48%;
  margin-top: 30px;
  display: none;
}

.jt-pedir-title-laranja-sml-pedir {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 26px;
  display: none;
}

.jt-txt-nota-pedir {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 75px;
  font-weight: 500;
  line-height: 75px;
}

.jt-div-nota-copy {
  width: 135px;
}

.jt-txt-gplay-pedir {
  color: var(--white);
  width: auto;
  font-family: Montserrat, sans-serif;
}

.jt-txt-comentarios-pedir {
  color: var(--white);
  margin-top: 10px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 11.83px;
  font-weight: 600;
  line-height: 14px;
}

.jt-slide-nav-pedir {
  display: none;
}

.jt-item-feature-pedir-2 {
  width: 290px;
}

.text-span-57 {
  color: var(--burlywood);
}

.jt-pedir-txt-sml-2-pedir {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.text-span-59 {
  color: var(--burlywood);
}

.jt-qf-header {
  background-color: #969696;
  background-image: url('../images/img-quemfaz.svg');
  background-position: 50%;
  background-size: auto;
  height: 800px;
  margin-top: -20px;
}

.jt-holder-quemfaz {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1500px;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-div-title-quemfaz {
  width: auto;
  margin-top: 30px;
}

.jt-qf-title-1-branco {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
}

.jt-div-line2-quemfaz {
  align-items: center;
  display: flex;
}

.jt-quemfaz-title-1-azul {
  color: var(--dark-slate-blue-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
}

.jt-img-o-quemfaz {
  margin-right: 40px;
}

.jt-subtitle-quemfaz {
  color: var(--white);
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.jt-qf-section-1 {
  background-color: #212e3e;
  background-image: url('../images/letter-1.svg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.jt-qf-title-2 {
  color: #fff;
  margin-top: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
}

.jt-qf-section-1-holder {
  background-color: #243c51;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 110px;
  padding-right: 110px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
  display: flex;
}

.text-span-60, .text-span-61 {
  color: var(--new_orange);
}

.jt-qf-section-2 {
  background-image: url('../images/img-cultura-min.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: auto;
}

.jt-qf-section-3 {
  background-color: var(--new_orange);
}

.jt-qf-section-3-holder {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 0;
}

.jt-qf-title-3-branco {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
}

.jt-qf-slider-item {
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  height: 360px;
  margin-right: 30px;
  padding: 50px 40px;
}

.jt-qf-slider-mask {
  width: auto;
  height: auto;
  left: 0;
}

.jt-qf-slider {
  background-color: #0000;
  width: 90%;
  height: 400px;
  margin-top: 30px;
  display: flex;
}

.div-block-154 {
  width: 10%;
}

.div-block-155 {
  justify-content: flex-start;
  padding-bottom: 140px;
  display: flex;
}

.jt-arrow-left-qf {
  width: auto;
  margin-top: 0;
  padding-top: 0;
  inset: auto auto 0% 0%;
}

.jt-qf-txt-section-3 {
  color: var(--dark-slate-blue);
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.text-span-62, .text-span-63 {
  color: var(--new_orange);
  font-weight: 700;
}

.slide-nav-qf {
  display: none;
}

.jt-arrow-right-qf {
  width: auto;
  inset: auto auto 0% 3%;
}

.jt-qf-section-2-holder {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.jt-qf-section-2-box-1 {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  height: auto;
  display: flex;
}

.jt-qf-section-2-box-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 100px;
  display: flex;
}

.jt-qf-title-2-branco {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

.div-block-156 {
  color: #fff;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-157 {
  width: 94%;
}

.jt-qf-section-4 {
  background-color: #243c51;
}

.jt-qf-section-4-holder {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.jt-qf-section-4-box-1 {
  width: 36%;
  margin-right: 60px;
}

.jt-qf-section-4-box-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-left: 0;
  display: flex;
}

.div-block-158 {
  display: flex;
}

.jt-qf-title-3-azul {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
}

.jt-qf-section-4-item {
  width: 31%;
  height: 240px;
  margin-bottom: 40px;
}

.image-53 {
  border-radius: 10px;
  width: auto;
}

.jt-qf-txt-section-4 {
  color: var(--white);
  width: auto;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-160 {
  width: 55%;
}

.div-block-161 {
  align-items: center;
  margin-right: 14px;
  display: flex;
}

.div-block-162 {
  align-items: center;
  display: flex;
}

.jt-qf-section-4-lines {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.jt-qf-section-5 {
  background-color: var(--new_orange);
  background-image: url('../images/img-vagas-min.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-163 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2 {
  display: none;
}

.text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74, .text-span-75, .text-span-76 {
  color: var(--deep-sky-blue);
  font-weight: 700;
}

.jt-qf-title-4-branco {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-165 {
  align-items: center;
  display: flex;
}

.text-span-77 {
  color: var(--burlywood);
}

.div-block-166 {
  width: 35%;
}

.jt-qf-btn-branco {
  color: var(--new_orange);
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  width: 300px;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.jt-qf-title-2-azul {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

.jt-qf-footer {
  background-color: var(--black);
}

.jt-qf-footer-holder {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-footer-qf {
  border-top: 1px solid var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
  display: flex;
}

.jt-div-social-qf {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.jt-link-linkedin {
  margin-right: 0;
  padding-right: 0;
}

.text-span-78, .text-span-79, .text-span-80, .text-span-81, .text-span-82 {
  color: var(--new_orange);
  font-weight: 700;
}

.text-span-83, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42 {
  color: var(--new_orange);
}

.jt-btn-branco-qf {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-radius: 25px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 13px 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.jt-qf-section-4-box-2-mobile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-left: 0;
  display: none;
}

.text-span-84 {
  margin-left: 12px;
}

.div-block-170 {
  align-items: center;
  display: flex;
}

.jt-qf-title-4-branco-2, .jt-qf-title-4-branco-mobile {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  display: none;
}

.jt-qf-title-4-branco-web {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
}

.jt-navbar-qf-2 {
  z-index: 99999;
  background-color: var(--dark-slate-blue);
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 10px 3px #0003;
}

.jt-item-navbar-quem-faz {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.jt-item-navbar-quem-faz:hover, .jt-item-navbar-quem-faz:active, .jt-item-navbar-quem-faz:focus {
  color: var(--deep-sky-blue);
}

.jt-item-navbar-quem-faz:visited {
  color: var(--white);
}

.jt-item-navbar-quem-faz.w--current, .jt-item-navbar-quem-faz.w--current:active {
  color: var(--deep-sky-blue);
}

.logo-jeitto-qf {
  width: 70px;
}

.jt-navbar-qf-1 {
  z-index: 99999;
  background-color: #0000;
  align-items: center;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.jt-item-navbar-quem-faz-2 {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.jt-item-navbar-quem-faz-2:hover, .jt-item-navbar-quem-faz-2:active, .jt-item-navbar-quem-faz-2:focus {
  color: var(--deep-sky-blue);
}

.jt-item-navbar-quem-faz-2:visited {
  color: var(--dark-slate-blue);
}

.jt-item-navbar-quem-faz-2.w--current, .jt-item-navbar-quem-faz-2.w--current:active {
  color: var(--deep-sky-blue);
}

.jt-div-btns-qf {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-2-qf {
  display: none;
}

.text-span-85 {
  color: var(--deep-sky-blue);
  font-weight: 700;
}

.search-inativo {
  align-items: center;
  display: flex;
}

.section-3 {
  margin-top: 130px;
}

.div-block-171 {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.search-input-2 {
  border: 0 #000;
  border-bottom: 1px solid #d2d2d2;
  margin-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.search-button-2 {
  background-color: #0000;
  background-image: url('../images/search-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 22px;
  height: 22px;
  padding-left: 0;
  padding-right: 0;
}

.heading-11 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.jt-facily-header {
  background-image: linear-gradient(to right, #222222b3, #2a1c0500), url('../images/jeitto-facily.png'), url('../images/bg-facily.jpg');
  background-position: 0 0, 50%, 50% 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: center;
  height: 540px;
  margin-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.jt-facily-holder {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.jt-form-facily {
  background-color: var(--new_orange);
  width: 100%;
  padding: 54px 80px;
  display: block;
  position: relative;
}

.jt-facily-title-1 {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.jt-btn-form-facily {
  background-color: var(--new_orange);
  border-radius: 25px;
  width: 100%;
  height: 45px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 500;
}

.jt-title-laranja-sml-facily-copy {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.box-texts-banner-credito {
  width: 100%;
  max-width: 468px;
  margin-bottom: 60px;
}

.jt-credito-box-2 {
  z-index: 2;
  justify-content: flex-end;
  width: auto;
  display: flex;
  position: relative;
  top: 160px;
}

.jt-facily-s1 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: -80px;
  padding-top: 100px;
  padding-bottom: 0;
  display: block;
}

.jt-facily-holder-s1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 0;
  display: flex;
}

.jt-facily-box-s1-1 {
  width: 620px;
  margin-bottom: 50px;
}

.jt-facily-title-1-laranja {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.jt-btn-facily {
  background-color: var(--new_orange);
  color: var(--white);
  text-align: center;
  border: 1px #fff;
  border-radius: 30px;
  width: 220px;
  height: 45px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.jt-btn-facily.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.jt-txt-facily-cinza-1 {
  color: var(--cinza-2);
  margin-bottom: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.jt-facily-s2 {
  background-color: #0000;
  display: none;
}

.box-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 36px;
  margin-right: 36px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.jt-facily-cf-box-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.jt-facily-title-cf {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.jt-facily-txt-cf {
  color: var(--white);
  max-width: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.jt-facily-cf-cont {
  display: flex;
}

.jt-facily-cf-txt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -25px;
  display: flex;
}

.jt-facily-cf-icon {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 36px;
}

.image-56 {
  max-width: 90%;
  margin-left: 0;
}

.jt-facily-cf-num {
  max-width: none;
}

.box-ecred-itens {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.jt-facily-divider {
  background-color: #fff6;
  width: 1px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
}

.jt-facily-title-1-branco {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.div-block-173 {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-comentarios {
  height: 840px;
}

.main-3 {
  text-align: center;
  background-image: url('../images/img-gp_2.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 840px;
  display: flex;
}

.box-3 {
  border-radius: 10px;
  width: 800px;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.blur-3 {
  background-color: var(--white);
  filter: blur(30px);
  background-image: linear-gradient(#ffffff26, #ffffff26), url('../images/bg-lps.jpg');
  background-position: 0 0, 20% 58%;
  background-size: auto, auto;
  width: 1000px;
  height: 300px;
  margin-top: -9px;
  margin-left: -9px;
  position: absolute;
  inset: -29% 0% 0% -10%;
}

.box-content-3 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.jt-facily-cf-icon-2, .jt-facily-cf-icon-3 {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 38px;
}

.divisor {
  align-items: center;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.box-content-2-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 36px;
  margin-right: 36px;
  display: none;
  position: absolute;
  inset: 0%;
}

.jt-facily-cf-txt-2, .jt-facily-cf-txt-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -12px;
  display: flex;
}

.jt-facily-gp-title {
  text-align: left;
  width: 60%;
  margin-left: 0;
  margin-right: auto;
}

.jt-facily-btn-branco {
  background-color: var(--white);
  color: var(--new_orange);
  border-radius: 25px;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 13px 25px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.jt-facily-form {
  background-color: #0000;
  display: block;
  position: relative;
  top: -80px;
}

.jt-facily-holder-form {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-facily {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.jt-box-form-integrapay {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.div-block-176 {
  background-color: #ececec;
  width: 1px;
  height: 40px;
  margin-left: 15px;
  margin-right: 15px;
}

.brand-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.jt-facily-subtile-branco-1 {
  color: var(--white);
  width: 570px;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.btn-voltar {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-177 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.link-10 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph {
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.search-result-list {
  margin-bottom: 80px;
}

.jt-img-gp-sucess {
  margin: 20px auto 24px;
  display: block;
}

.jt-msg-sucess {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.jt-form-integrapay {
  background-color: var(--white);
  border-radius: 20px;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: relative;
  top: -82px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-title-laranja-sml-integrapay {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.jt-btn-form-integrapay {
  background-color: var(--new_orange);
  border-radius: 25px;
  width: 100%;
  height: 45px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-4 {
  margin-top: -60px;
  margin-bottom: 60px;
}

.jt-header-integrapay {
  background-color: var(--new_orange);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px #000;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  height: 560px;
  margin-top: 0;
  margin-bottom: 180px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.jt-navbar-integrapay {
  z-index: 99;
  background-color: var(--new_orange);
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.jt-header-box-integrapay {
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.jt-header-item-integrapay {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding-top: 150px;
  display: flex;
}

.jt-title-integrapay {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-subtile-integrapay {
  color: var(--white);
  width: auto;
  margin-top: 36px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.jt-holder-steps-integrapay {
  background-color: var(--white);
  box-shadow: none;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
  display: flex;
  position: static;
  top: -95px;
}

.jt-holder-steps-integrapay-mobile {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
  display: none;
  position: relative;
  top: 80px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-txt-step-2 {
  color: #787878;
  width: auto;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.jt-txt-form-sucess-integrapay {
  color: var(--new_orange);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.jt-msg-sucess-integrapay {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-178 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.jt-btn-googleplay-integrapay {
  background-color: var(--new_orange);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 45px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.jt-spc-box-1 {
  width: 627px;
}

.jt-spc-title-1 {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 62px;
  line-height: 64px;
}

.jt-spc-subtile-branco-1 {
  color: var(--white);
  width: 570px;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.jt-spc-holder {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.jt-title-laranja-sml-spc {
  color: var(--white);
  width: 100%;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.jt-btn-form-spc {
  background-color: var(--new_orange);
  border-radius: 25px;
  width: 100%;
  height: 45px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.jt-spc-title-cf-1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
}

.jt-spc-title-cf-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.jt-spc-txt-cf-1 {
  color: var(--white);
  max-width: none;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  display: block;
}

.jt-spc-txt-cf-2 {
  color: var(--white);
  max-width: 250px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.jt-spc-title-cf-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.jt-spc-txt-cf-3 {
  color: var(--white);
  max-width: 354px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.image-57, .image-58, .image-59 {
  max-width: none;
  padding-right: 15px;
}

.jt-spc-cf-txt-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.jt-spc-cf-txt-2, .jt-spc-cf-txt-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -12px;
  display: flex;
}

.blur-spc {
  filter: blur(90px);
  background-image: linear-gradient(#fff3, #fff3), url('../images/bg-SPC-2-blur.png');
  background-position: 0 0, 57%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: -47% 0% 0% -52%;
  overflow: visible;
}

.jt-spc-s2 {
  background-color: #0000;
}

.main-spc {
  background-image: url('../images/bg-azul-1.jpg'), url('../images/bg-SPC-2.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 800px;
  display: flex;
}

.jt-spc-s2-holder {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.box-spc {
  border: 1px solid #ffffff57;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  height: 65vh;
  max-height: 700px;
  position: relative;
  overflow: hidden;
}

.jt-spc-s1 {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 0;
}

.jt-spc-form {
  background-color: var(--white-smoke);
  position: relative;
  top: 0;
}

.jt-spc-form.mercado {
  background-color: var(--white);
  height: 120px;
}

.jt-spc-holder-form {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -80px;
}

.box-content-spc {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 36px;
  margin-right: 36px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.jt-spc-cf-icon-3, .jt-spc-cf-icon-2 {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 35px;
}

.jt-spc-cf-icon {
  align-items: center;
  height: 40px;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.jt-spc-title-1-branco-mobile {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.jt-spc-title-cf-mobile {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.jt-spc-txt-cf-mobile {
  color: var(--white);
  max-width: 250px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.jt-spc-title-cf-mobile-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.jt-spc-txt-cf-mobile-2 {
  color: var(--white);
  max-width: 250px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.jt-spc-title-cf-mobile-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.jt-spc-txt-cf-mobile-3 {
  color: var(--white);
  max-width: 250px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.jt-spc-cf-icon-1 {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 36px;
}

.jt-facily-cf-icon-2-copy {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 68px;
}

.jt-facily-cf-icon-3-copy {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 66px;
}

.jt-section-features-download-mobile-spc {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.jt-title-feature-spc-mobile {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 26px;
}

.jt-txt-feature-item-spc-1-mobile {
  color: #828282;
  font-family: Montserrat, sans-serif;
}

.jt-spc-header-mobile {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/bg-SPC-header.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: center;
  height: 540px;
  margin-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.box-facily {
  border: 1px solid #ffffff57;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  height: 35vh;
  max-height: 350px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.main-facily {
  background-image: url('../images/img-cf.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 800px;
  display: flex;
}

.main-3-copy {
  text-align: center;
  background-image: url('../images/bg-lps.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 840px;
  display: flex;
}

.jt-btn-spc-mobile, .jt-btn-spc-mobile.w--current {
  display: none;
}

.jt-navbar-lgpd {
  z-index: 99999;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-download-lgpd {
  z-index: 99999;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-pague-lgpd {
  position: absolute;
  inset: 0% 0% auto;
}

.jt-navbar-facily {
  z-index: 99;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 10px 3px #0003;
}

.navbar-facily-lgpd {
  z-index: 99999;
  text-align: center;
  position: fixed;
  inset: 0% 0% auto;
}

.jt-navbar-spc {
  z-index: 99;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: 65px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 10px 3px #0003;
}

.navbar-spc-lgpd, .navbar-integrapay-lgpd {
  z-index: 99999;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-blog-lgpd {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-4 {
  position: static;
}

.navbar-mei-lgpd {
  z-index: 9999999;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-corp-lgpd {
  z-index: 99999;
  position: fixed;
  inset: 0% 0% auto;
}

.jt-btn-home-mobile, .jt-btn-home-mobile.w--current, .jt-btn-credito-mobile.w--current {
  display: none;
}

.blur-facily {
  filter: blur(90px);
  background-image: linear-gradient(#fff3, #fff3), url('../images/img-cf.svg');
  background-position: 0 0, 57%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  width: 200%;
  height: 200%;
  position: relative;
  inset: -47% 0% 0% -52%;
  overflow: visible;
}

.jt-facily-cf-txt-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -5px;
  display: flex;
}

.jt-facily-txt-cf-1 {
  color: var(--white);
  max-width: 260px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.jt-ej-form {
  background-color: var(--new_orange);
  height: auto;
}

.jt-ej-form.segurado {
  height: 1px;
}

.jt-ej-form.emprestimo {
  height: 0;
}

.jt-ej-holder-form {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -80px;
}

.jt-ej-holder-form.segurado {
  top: -250px;
}

.text-field-ej {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field-facily-copy {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.jt-btn-form-ej {
  background-color: var(--new_orange);
  border-radius: 25px;
  width: 100%;
  height: 45px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.jt-btn-facily-mobile, .jt-btn-facily-mobile.w--current {
  display: none;
}

.jt-form-facily-copy-copy {
  background-color: var(--white);
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 40px 30px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-title-laranja-sml-ej {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.jt-btn-ej-mobile, .jt-btn-ej-mobile.w--current {
  display: none;
}

.div-subtitle-7 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.subtitle-blog-jeitto-7 {
  color: var(--cinza-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.subtitle-blog-jeitto-7:hover {
  color: var(--deep-sky-blue);
  font-weight: 600;
}

.div-subtitle-8 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.subtitle-blog-jeitto-8 {
  color: var(--cinza-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.subtitle-blog-jeitto-8:hover {
  color: var(--deep-sky-blue);
  font-weight: 600;
}

.div-subtitle-9 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.subtitle-blog-jeitto-9 {
  color: var(--cinza-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.subtitle-blog-jeitto-9:hover {
  color: var(--deep-sky-blue);
  font-weight: 600;
}

.div-subtitle-10 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.subtitle-blog-jeitto-10 {
  color: var(--cinza-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.subtitle-blog-jeitto-10:hover {
  color: var(--deep-sky-blue);
  font-weight: 600;
}

.div-block-179 {
  background-image: url('../images/Line_7-1.png');
  background-position: 50% 76%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 45%;
}

.div-block-179.v2 {
  width: 50%;
}

.jt-form-facily-2 {
  background-color: var(--white);
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 30px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-acordop-s-txt-box-tablet {
  color: var(--white);
  max-width: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.div-block-172-mobile-ls {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.jt-acordop-s-box-1-mobile-ls {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.jt-acordop-s-cf-mobile-ls {
  display: flex;
}

.jt-acordop-s-cf-txt-mobile-ls {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -25px;
  display: flex;
}

.jt-acordop-s-header-mobile {
  background-image: url('../images/LP-Acordo-Pós-header-v2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  justify-content: flex-start;
  align-items: center;
  height: 110vh;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.jt-acordop-s-box-mobile {
  width: 500px;
  margin-top: 0;
  display: block;
  position: static;
  left: 135px;
}

.jt-acordop-s-title-mobile {
  color: var(--white);
  width: 586px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 60px;
}

.jt-acordop-s-subtile-branco-mobile {
  color: var(--white);
  width: 570px;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.blur-acordop-s-mobile {
  filter: blur(90px);
  background-image: linear-gradient(#fff3, #fff3), url('../images/LP-Acordo-Pós-header.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  width: 200%;
  height: 200%;
  position: relative;
  inset: -47% 0% 0% -52%;
  overflow: visible;
}

.box-content-acordop-s-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-acordop-s-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.jt-acordop-s-txt-box-mobile {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.box-content-2-mobile-acordop-s {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 36px;
  margin-right: 36px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-180 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.jt-blog-form {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.jt-blog-holder-form {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: -80px;
}

.jt-baixe-box {
  z-index: 2;
  justify-content: flex-end;
  width: auto;
  display: flex;
  position: static;
  top: 160px;
}

.jt-form-baixe {
  background-color: var(--white);
  border-radius: 20px;
  width: 400px;
  padding: 30px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-title-laranja-baixe {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-182 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: -30px;
  padding-top: 140px;
  padding-bottom: 50px;
  display: flex;
}

.jt-header-box-1-mobile {
  display: none;
}

.jt-acordo-ej {
  background-color: var(--steel-blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: auto;
  max-width: none;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.jt-acordo-ej-div {
  width: 55%;
}

.text-span-86 {
  color: var(--white);
}

.jt-acordo-ej-img {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.jt-div-section-acordo-ej {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.jt-btn-branco-acordo {
  background-color: var(--white);
  color: var(--new_orange);
  border-radius: 25px;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 13px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.jt-btn-branco-acordo.azul {
  color: var(--steel-blue);
}

.image-61 {
  height: 90%;
}

.error-message-4 {
  z-index: 99;
  background-color: var(--new_orange);
  color: var(--white);
  border-radius: 20px;
  flex: none;
  order: 0;
  align-self: auto;
  margin-top: 90px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  position: absolute;
  top: auto;
  bottom: auto;
}

.jt-div-title-mercado {
  width: 670px;
  margin-top: 30px;
}

.jt-mercado-title-1-branco {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.div-block-160-copy {
  width: 55%;
}

.jt-subtitle-mercado {
  color: var(--white);
  width: 555px;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.jt-holder-mercado {
  align-items: center;
  width: 80%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-mercado-header {
  background-color: #969696;
  background-image: url('../images/Group-1169.svg');
  background-position: 50%;
  background-size: cover;
  height: 725px;
  margin-top: -20px;
}

.div-block-186 {
  width: 370px;
  margin-top: 220px;
  margin-left: auto;
}

.div-block-160-copy-copy {
  width: 509px;
}

.jt-subtitle-mercado-section-1 {
  color: var(--grey);
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.jt-mercado-title-laranja-section-1 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 60px;
}

.jt-holder-mercado-section-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin: 20px 0;
  display: flex;
}

.jt-mercado-section-2 {
  background-color: var(--new_orange);
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-mercado {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.jt-mercado-title-2-branco {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.div-laranja-jt-mercado-section-2 {
  background-color: var(--new_orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.logo-section-1-2 {
  width: 80%;
  margin-bottom: 10px;
}

.jt-mercado-title-section-1-2 {
  color: var(--grey);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.jt-mercado-txt-section-1-2 {
  color: #828282d1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.box-mercado {
  background-color: #ffffff26;
  border: 1px solid #ffffff57;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 24px;
  position: relative;
  overflow: hidden;
}

.blur-mercado {
  filter: blur(90px);
  background-color: #ffffff26;
  width: 200%;
  height: 200%;
  position: relative;
  inset: -47% 0% 0% -52%;
  overflow: visible;
}

.box-content-mercado {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-172-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.jt-mercado-cf-box-item {
  flex-direction: column;
  align-items: flex-start;
  width: 180px;
  display: flex;
}

.jt-mercado-cf-icon {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 28px;
  padding-left: 25px;
}

.jt-mercado-cf-cont {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.jt-mercado-cf-num {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.jt-mercado-txt-cf-1 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  display: block;
}

.jt-mercado-txt-cf-1._1 {
  text-align: center;
  width: 100%;
}

.jt-mercado-txt-cf-1._2 {
  text-align: center;
  width: 70%;
}

.box-divider-mercado {
  align-items: center;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.jt-mercado-divider {
  background-color: #fff6;
  width: 1px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
}

.jt-mercado-cf-txt-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-branco-jt-mercado-section-3copy {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.jt-mercado-title-2-laranja {
  color: var(--new_orange);
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.div-mercado-section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-3 {
  color: var(--grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.jt-mercado-section-3 {
  justify-content: center;
  display: flex;
}

.video-cell {
  border-radius: 0;
  width: 86%;
  height: 518px;
  margin-top: 41px;
  margin-left: 2px;
  margin-right: 2px;
  display: block;
  position: relative;
  bottom: 0;
  right: 2px;
}

.img-cell {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 434px;
  padding-top: 0;
  display: flex;
}

.jt-holder-mercado-parceiros-1 {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.jt-holder-mercado-parceiros-1._2 {
  grid-template-rows: auto;
}

.jt-holder-mercado-parceiros-1.hide {
  margin-top: 0;
  display: none;
}

.heading-mercado-jt-box-parceiros {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.txt-mercado-jt-box-parceiros {
  color: #828282d4;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.div-block-193 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.div-block-194 {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 87.2578px;
  display: flex;
}

.txt-mercado-jt-box-parceiros-ps-store {
  color: #828282d4;
  width: 170px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.div-block-195 {
  background-color: var(--white-smoke);
  height: 2px;
  margin-top: 20px;
  margin-bottom: -5px;
}

.jt-div-teste {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.section-5 {
  background-color: var(--new_orange);
  height: 600px;
}

.jt-mercado-divider-tb {
  background-color: #fff6;
  width: 1px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
}

.jt-mercado-tb-num {
  max-width: none;
}

.jt-mercado-tb-box-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.jt-mercado-cf-txt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -25px;
  display: flex;
}

.jt-mercado-txt {
  color: var(--white);
  max-width: 300px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.jt-mercado-s2 {
  background-color: #0000;
  display: none;
}

.main-mercado {
  background-image: url('../images/img-cf.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 800px;
  display: flex;
}

.holder-box-mercado {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.box-mercado-mobile {
  border: 1px solid #ffffff57;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  height: 35vh;
  max-height: 350px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.blur-mercado-mobile {
  filter: blur(90px);
  background-image: linear-gradient(#fff3, #fff3), url('../images/img-cf.svg');
  background-position: 0 0, 57%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  width: 200%;
  height: 200%;
  position: relative;
  inset: -47% 0% 0% -52%;
  overflow: visible;
}

.box-content-mercado-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 36px;
  margin-right: 36px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-172-copy {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.jt-mercado-mob-box-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.jt-mercado-mob-icon {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 36px;
}

.jt-mercado-mob-cont {
  display: flex;
}

.jt-mercado-mob-num {
  max-width: none;
}

.jt-mercado-mob-txt-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -5px;
  display: flex;
}

.jt-mercado-txt-mobile-1 {
  color: var(--white);
  max-width: 260px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.box-divider-mercado-mob {
  align-items: center;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.jt-mercado-divider-mob {
  background-color: #fff6;
  width: 1px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
}

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

.jt-holder-mercado-section-1-mob {
  width: 80%;
  max-width: 1500px;
  margin: 61px auto 0;
}

.div-block-188-copy {
  background-color: var(--gainsboro);
  width: 80%;
  height: 2px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-187-copy {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  height: auto;
  display: flex;
}

.jt-div-title-mercado-section-1--mob {
  width: auto;
  margin-top: 0;
}

.jt-div-2-mob {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.jt-holder-mercado-section-1-2-mob {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-holder-mercado-apps-mob {
  width: 27%;
  margin-left: 20px;
  margin-right: 20px;
}

.jt-mercado-sec-1-2 {
  margin-top: 20px;
  margin-bottom: 60px;
  display: none;
}

.jt-mercado-s2-mob {
  background-color: #0000;
  display: none;
}

.main-mercado-mob {
  background-image: url('../images/img-cf.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 800px;
  display: flex;
}

.div-block-173-copy {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.jt-mercado-title-1-branco-mob {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.box-mercado-mob {
  border: 1px solid #ffffff57;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  height: 35vh;
  max-height: 350px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.blur-mercado-mob {
  filter: blur(90px);
  background-image: linear-gradient(#fff3, #fff3), url('../images/img-cf.svg');
  background-position: 0 0, 57%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  width: 200%;
  height: 200%;
  position: relative;
  inset: -47% 0% 0% -52%;
  overflow: visible;
}

.box-content-2-mercado {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 36px;
  margin-right: 36px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.holder-box-mercado-mob {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.jt-mercado-cf-box-item-mob {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.jt-mercado-cf-icon-mob {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 36px;
}

.jt-mercado-cf-cont-mob {
  display: flex;
}

.image-56-copy {
  margin-left: 0;
}

.jt-mercado-cf-num-mob {
  max-width: none;
}

.jt-mercado-cf-txt-1-mon {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -5px;
  display: flex;
}

.jt-mercado-txt-cf-1-mob {
  color: var(--white);
  max-width: 260px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.jt-mercado-divider-mobile {
  background-color: #fff6;
  width: 1px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
}

.jt-box-mercado-parceiros-mob {
  background-color: #fff;
  border: 0 solid #f2f2f2d6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 200px;
  height: 193px;
  margin-right: 0;
  padding: 20px 16px;
  display: flex;
  box-shadow: 4px 4px 20px 2px #0000001f;
}

.jt-mercado-mob-icon-copy, .jt-mercado-cf-icon-mob-copy {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 36px;
}

.txt-section-1-2 {
  height: 20vh;
}

.jt-mercado-txt-cf-1-mob-copy, .jt-mercado-txt-mobile-1-copy {
  color: var(--white);
  max-width: 260px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.box-atencao {
  background-color: var(--new_yellow);
  padding-top: 20px;
  padding-bottom: 20px;
}

.box-atencao.ajeitae {
  z-index: 2;
  background-color: var(--orange-red);
  position: relative;
}

.container-atencao {
  align-items: center;
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-atencao {
  color: var(--black);
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.text-atencao.ajeitae {
  color: var(--white);
}

.div-block-198 {
  background-color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.jt-header-acordo-v2 {
  background-color: var(--new_orange);
  border: 1px #000;
  border-bottom-right-radius: 200px;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-header-box-acordo-v2 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-section-acordo-v2 {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -50px;
}

.cj-acordo-v2-box {
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 70px 40px;
  display: none;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.holder-acordo-v2 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.holder-acordo-v2-parcelas {
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.holder-info-acordo-v2 {
  align-items: center;
  width: 33%;
  height: 100%;
  padding-right: 20px;
  display: flex;
}

.text-block-acordo-v2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.holder-acordo-v2-botoes {
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.bot-o-acordo-v2-codigo-de-barras {
  border: 1px solid var(--grey);
  color: var(--grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: flex;
}

.bot-o-acordo-v2-codigo-de-barras.btn-invoice-barcode {
  background-color: var(--white);
  color: #a3a3a3;
  border-color: #a3a3a3;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
}

.bold-text-43 {
  font-size: 14px;
}

.bold-text-44.verde, .bold-text-45.verde, .bold-text-46.verde {
  color: var(--medium-sea-green);
}

.devider-acordo-v2 {
  background-color: #97979766;
  justify-content: flex-start;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  display: none;
}

.text-block-acordo-v2-data {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.bot-o-acordo-v2-ver-boleto {
  border: 1px solid var(--new_orange);
  background-color: var(--new_orange);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: flex;
}

.bot-o-acordo-v2-ver-boleto.btn-invoice-doc {
  width: 40%;
  margin-left: 5px;
  margin-right: 5px;
}

.holder-acordo-v2-titles {
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.title-acordo-v2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.holder-acordo-v2-main-title {
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.acordo-v2-main-title {
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.main-conte-do-acordo-v2 {
  color: var(--deep-sky-blue);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.main-title-acordo-v2 {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.main-conte-do-acordo-v2-laranja {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.img-acordo-v2 {
  margin-left: 10px;
  margin-right: 40px;
}

.devider-acordo-v2-copy {
  background-color: #97979766;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.jt-header-acordo-v2-itens-1 {
  padding-top: 30px;
}

.text-block-73 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
}

.holder-acordo-v2-boleto-pago {
  align-items: center;
  margin-top: 20px;
  display: none;
}

.div-block-200 {
  width: 100%;
  height: 50px;
  display: flex;
}

.holder-acordo-v2-boleto-atrasado {
  color: var(--orange-red);
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.text-block-acordo-v2-data-boleto-atrasado {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.jt-box-acordo-v2-indispon-vel {
  background-color: var(--white);
  border-radius: 14px 14px 0 0;
  width: 100%;
  padding: 48px;
  display: block;
  box-shadow: 0 3px 8px #76767640;
}

.jt-section-acordo-v2-indispon-vel {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: -50px;
}

.div-block-203 {
  align-items: center;
  display: flex;
}

.image-67 {
  margin-right: 20px;
}

.title-jt-box-acordo-indisp {
  color: var(--orange-red);
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.txt-jt-box-acord-v2-indisp {
  margin-top: 20px;
}

.paragraph-4 {
  color: var(--new_gray_dark);
  margin-bottom: 0;
  font-size: 24px;
  line-height: 110%;
}

.risca-acordo-v2 {
  background-color: var(--new_orange);
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  width: 100%;
  height: 10px;
  display: block;
}

.jt-section-acordo-v2-atraso {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: -50px;
}

.jt-box-acordo-v2-atraso {
  background-color: var(--white);
  border-radius: 14px 14px 0 0;
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  display: flex;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.risca-acordo-v2-atraso {
  background-color: var(--new_orange);
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  width: 100%;
  height: 10px;
}

.txt-jt-box-acord-v2-atraso {
  margin-top: 20px;
  margin-bottom: 20px;
}

.holder-acordo-v2-parcelas-pagas {
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.bold-text-48 {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.jt-header-fgts {
  background-image: url('../images/header-background-FGTS-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: center;
  height: 720px;
  margin-top: -100px;
  display: flex;
}

.jt-header-box-fgts {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin: 200px auto 50px;
  padding-top: 0;
  display: flex;
}

.jt-title-branco-header-fgts {
  color: var(--white);
  max-width: 700px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.div-block-111-copy {
  width: 60%;
}

.jt-subtile-branco-header-fgts {
  color: var(--white);
  width: auto;
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.jt-subtile-branco-header-fgts-copy {
  color: var(--white);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.jt-section-2-fgts {
  background-color: var(--deep-sky-blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: -10px;
  display: none;
}

.jt-box-section-2-fgts {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.jt-box-fgts {
  background-color: #f2f2f20f;
  border-radius: 20px;
  outline: 2px solid #ffffff5e;
  width: 25%;
  height: 320px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 4px 4px 6px 2px #1423303d;
}

.jt-box-icon-fgts {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45%;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.jt-box-destaque-fgts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.jt-box-txt-fgts {
  justify-content: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-68 {
  width: 90px;
}

.destaque-fgts {
  outline-offset: 0px;
  color: var(--white);
  text-align: left;
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  outline: 0 solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 6px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  line-height: 11px;
  display: block;
}

.txt-box-fgts {
  color: var(--white);
  text-align: center;
  justify-content: center;
  width: 180px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.bold-text-49 {
  color: var(--steel-blue);
  font-size: 10px;
}

.destaque-fgts-copy {
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 40px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-204 {
  background-color: #ffffff5e;
  width: 146px;
  height: 2px;
  margin-left: 1px;
  margin-right: 1px;
}

.jt-section-fgts {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.jt-fgts-title-cinza {
  color: var(--grey);
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.jt-div-txt-fgts {
  width: 75%;
}

.jt-subtitle-fgts {
  color: var(--grey);
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.jt-div-fgts-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.jt-section-3-topic-title {
  align-items: center;
  width: 100%;
  display: flex;
}

.jt-title-section-3-topic-1 {
  color: var(--new_orange);
  background-color: #f2f2f2;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 50px;
  margin-left: -12px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.jt-txt-section-3-topic-1 {
  color: var(--white);
  padding-left: 100px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-205 {
  background-color: var(--new_orange);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 40px;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.jt-section-4-fgts {
  background-color: var(--steel-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  padding-bottom: 40px;
  display: flex;
}

.jt-box-section-4-fgts {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-box-section-4-fgts-1 {
  background-color: var(--white);
  border-radius: 20px;
  outline: 2px solid #ffffff5e;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
  display: flex;
  box-shadow: 3px 5px 6px 2px #1423305c;
}

.jt-box-number-fgts {
  justify-content: center;
  padding: 20px;
  display: flex;
}

.jt-box-txt-section-4-fgts {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.txt-box-section-4-fgts {
  color: var(--dark-grey);
  text-align: center;
  justify-content: center;
  width: 241px;
  height: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.jt-holder-divider-fgts {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-fgts {
  background-color: var(--gainsboro);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.text-block-74 {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.jt-section-4-box-fgts {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin: 60px auto 40px;
  display: flex;
}

.jt-title-branco-section-4-fgts {
  color: var(--white);
  text-align: center;
  width: 70%;
  max-width: 915px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.jt-div-txt-mercado {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.jt-title-branco-mercado {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-txt-branco-mercado {
  color: var(--white);
  width: 90%;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.jt-txt-link-branco-mercado {
  background-color: var(--white);
  color: var(--orange-red);
  border-radius: 50px;
  margin-top: 30px;
  padding: 12px 24px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.jt-section-mercado-mob {
  background-color: var(--new_orange);
  background-image: linear-gradient(to bottom, var(--new_orange), var(--new_orange));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.jt-aviso-header-mercado {
  background-color: #ffeee0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 65px;
  display: block;
}

.text-block-75 {
  color: var(--new_orange);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.link-13 {
  font-family: Montserrat, sans-serif;
  display: none;
}

.bold-text-51 {
  margin-left: 10px;
  margin-right: 3px;
}

.jt-form-acordo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #979797;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: flex;
}

.form-acordo-cpf {
  display: flex;
}

.jt-form-acordo-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #979797;
  border-radius: 25px 0 0 25px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 360px;
  height: 50px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: flex;
}

.jt-btn-azul-2-acordo {
  background-color: var(--steel-blue);
  border-radius: 0 25px 25px 0;
  height: 50px;
  padding: 13px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: static;
  left: -84px;
}

.box-acordop-s-mob {
  color: #333;
  background-color: #0000;
  border: 1px solid #ffffff57;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  max-width: 1200px;
  height: 148px;
  max-height: 350px;
  margin-top: 0;
  display: none;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 8px #00000080;
}

.holder-acordo-v2-boleto-aberto {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.holder-acordo-v2-list {
  white-space: normal;
  display: block;
}

.jt-mercado-sec-1-2-copy {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-block-76.tooltip-invoice-barcode {
  float: right;
  color: var(--white);
  text-align: center;
  background-color: #3898ec;
  border-radius: 20px;
  margin-top: 5px;
  padding: 5px 10px;
  display: none;
  position: relative;
}

.holder-parcelas-botoes {
  float: left;
  align-items: center;
  width: 100%;
  display: flex;
}

.jt-btn-laranja-acordo {
  background-color: var(--new_orange);
  color: var(--white);
  border-radius: 25px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 50px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 500;
}

.image-68-copy {
  width: auto;
}

.jt-holder-section-3-fgts-tb {
  flex: 1;
  align-items: center;
  display: flex;
}

.jt-div-fgts-1-tb {
  width: 50%;
  padding-right: 20px;
}

.jt-holder-fgts-2-tb {
  flex-direction: column;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.jt-section-3-fgts-mobile {
  background-image: url('../images/section-3-BG-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-around;
  align-items: center;
  height: 785px;
  display: flex;
}

.jt-header-itens-3-copy {
  z-index: 4;
  justify-content: flex-end;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.jt-div-perguntas-fgts {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.jt-div-combo-perguntas-fgts {
  border: 1px #d6d6d6;
  border-bottom-style: solid;
  flex-direction: column;
  justify-content: flex-start;
}

.jt-perguntas-combo-1-fgts {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-bottom-style: none;
  justify-content: space-between;
  width: auto;
  padding: 25px 0 25px 25px;
  display: flex;
}

.form-acordo {
  background-color: #7c7670cc;
  background-image: none;
  border: 1px solid #fff6;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 25px;
  display: flex;
  box-shadow: 1px 1px 40px #0006;
}

.ej-acordo-v2-box {
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 70px 40px;
  display: none;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.holder-acordo-v2-list-ej {
  white-space: normal;
  display: block;
}

.holder-acordo-v2-boleto-aberto-ej {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.bot-o-acordo-v2-codigo-de-barras-ej {
  border: 1px solid var(--grey);
  color: var(--grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: flex;
}

.bot-o-acordo-v2-codigo-de-barras-ej.btn-invoice-barcode {
  background-color: var(--white);
  color: #a3a3a3;
  border-color: #a3a3a3;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
}

.bot-o-acordo-v2-ver-boleto-ej {
  border: 1px solid var(--new_orange);
  background-color: var(--new_orange);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: flex;
}

.bot-o-acordo-v2-ver-boleto-ej.btn-invoice-doc {
  border-style: none;
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  width: 40%;
  margin-left: 5px;
  margin-right: 5px;
}

.holder-info-acordo-v2-ej {
  align-items: center;
  width: 33%;
  height: 100%;
  padding-right: 20px;
  display: flex;
}

.text-block-acordo-v2-data-ej {
  color: var(--deep-sky-blue);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.text-block-acordo-v2-valor-ej {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.devider-acordo-v2-copy-copy, .devider-acordo-v2-ej {
  background-color: #97979766;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cj-fatura-box-title-v2 {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.cj-fatura-title-v2 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 32px;
  line-height: 32px;
}

.jt-section-spc-emprestimo {
  background-color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
}

.jt-div-sections-spc-emprestimo {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  max-width: 1162.39px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: flex;
}

.jt-div-txt-spc-emprestimo {
  flex-direction: column;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
}

.jt-title-branco-spc-emprestimo {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-txt-branco-spc-emprestimo {
  color: var(--dark-grey);
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.jt-txt-link-branco-spc-emprestimo {
  color: var(--deep-sky-blue);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.jt-div-txt-spc-emprestimo-foto {
  background-image: url('../images/Other-Elements-copiar-2.png');
  background-position: 0 0;
  background-size: auto;
  width: 40%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-206 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
}

.jt-section-spc-emprestimo-mob, .jt-section-spc-emprestimo-mob2 {
  background-color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
}

.jt-div-sections-spc-emprestimo-mob {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  max-width: 1162.39px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.jt-div-txt-spc-emprestimo-mob {
  flex-direction: column;
  width: 50%;
  padding-bottom: 80px;
  display: flex;
}

.jt-title-branco-spc-emprestimo-mob {
  color: var(--steel-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-txt-branco-spc-emprestimo-mob {
  color: var(--dark-grey);
  width: 90%;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.jt-txt-link-branco-spc-emprestimo-mob {
  color: var(--steel-blue);
  margin-top: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.div-block-206-copy {
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
}

.jt-section-features-baixe {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.jt-section-features-pedir-1 {
  background-color: var(--white-smoke);
  padding-top: 60px;
  padding-bottom: 0;
}

.texto-publicacao-7 {
  color: var(--black);
  width: auto;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-7 h2, .texto-publicacao-7 p, .texto-publicacao-7 h4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-7 blockquote {
  border-left-width: 3px;
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.texto-publicacao-7 h5 {
  color: var(--grey);
}

.texto-publicacao-8 {
  color: var(--black);
  width: auto;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-8 h2, .texto-publicacao-8 p, .texto-publicacao-8 h4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-8 blockquote {
  border-left-width: 3px;
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.texto-publicacao-8 h5 {
  color: var(--grey);
}

.texto-publicacao-9 {
  color: var(--black);
  width: auto;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-9 h2, .texto-publicacao-9 p, .texto-publicacao-9 h4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-9 blockquote {
  border-left-width: 3px;
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.texto-publicacao-9 h5 {
  color: var(--grey);
}

.texto-publicacao-10 {
  color: var(--black);
  width: auto;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-10 h2, .texto-publicacao-10 p, .texto-publicacao-10 h4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.texto-publicacao-10 blockquote {
  border-left-width: 3px;
  border-left-color: var(--new_orange);
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.texto-publicacao-10 h5 {
  color: var(--grey);
}

.navbar-ecred {
  z-index: 99999;
  position: fixed;
  inset: 0% 0% auto;
}

.jt-btn-ecred, .jt-btn-ecred.w--current {
  display: none;
}

.jt-ecred-header {
  background-image: url('../images/bg-ecred-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: flex-start;
  height: 640px;
  margin-top: 40px;
  padding-top: 140px;
  padding-bottom: 0;
  display: block;
}

.jt-ecred-holder {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.jt-ecred-box-1 {
  width: 700px;
}

.jt-ecred-title-1 {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 60px;
  line-height: 64px;
}

.jt-ecred-subtile-branco-1 {
  color: var(--white);
  width: auto;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.jt-form-ecred {
  background-color: var(--white);
  border-radius: 20px;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: relative;
  top: -100px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-title-ecred {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.jt-box-form-ecred {
  align-items: center;
  display: flex;
}

.text-field-ecred {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 30px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.jt-btn-form-ecred {
  background-color: var(--new_orange);
  border-radius: 25px;
  width: 100%;
  height: 45px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 500;
}

.div-block-207 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.jt-ecred-s1 {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 0;
}

.jt-ecred-s2 {
  background-color: #0000;
}

.main-ecred {
  background-color: #84b269;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 800px;
  display: flex;
}

.jt-ecred-s2-holder {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.jt-ecred-title-1-branco {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 48px;
  display: block;
}

.box-ecred {
  background-color: #fff3;
  border: 1px solid #ffffff57;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 45vh;
  max-height: 700px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blur-ecred {
  filter: blur(90px);
  background-image: linear-gradient(#fff3, #fff3), url('../images/bg-SPC-2-blur.png');
  background-position: 0 0, 57%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: -47% 0% 0% -52%;
  overflow: visible;
}

.box-content-ecred {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 36px;
  margin-right: 36px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.jt-ecred-cf-box-item {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.jt-ecred-cf-icon {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
}

.jt-ecred-cf-cont {
  display: flex;
}

.jt-ecred-cf-txt-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.jt-ecred-txt-cf-1 {
  color: var(--white);
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.jt-ecred-cf-txt-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.jt-ecred-txt-cf-2 {
  color: var(--white);
  max-width: 250px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.jt-ecredasas-cf-cont {
  display: flex;
}

.jt-ecred-cf-txt-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -12px;
  display: flex;
}

.jt-ecred-txt-cf-3 {
  color: var(--white);
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.jt-ecred-divider {
  background-color: #fff6;
  width: 1px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
}

.divisor-ecred {
  align-items: center;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.text-span-90 {
  color: var(--burlywood);
}

.s-shopi-form {
  margin-top: -80px;
}

.jt-mercado-holder-form {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -80px;
}

.jt-form-ecred-2 {
  background-color: #0000;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  top: -120px;
}

.text-span-91, .text-span-92, .text-span-93 {
  font-weight: 700;
}

.jt-section-features-download-mobile-ecred {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.image-73 {
  z-index: -1;
  position: relative;
  inset: 0%;
}

.jt-holder-convite {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.section_convite_1 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: url('../images/header-bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-start;
  height: 650px;
  padding-top: 140px;
  display: flex;
}

.image-74 {
  z-index: -1;
  clear: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading_convite {
  color: var(--white);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 62px;
}

.texto_convite {
  color: var(--white);
  width: 100%;
  max-width: 520px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.button_convite {
  background-color: var(--white);
  color: #f26d04;
  border-radius: 20px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button_convite:hover {
  color: var(--white);
  background-color: #ffffffb3;
}

.section_convite_2 {
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.heading_convite_2 {
  color: #f26d04;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 62px;
}

.div-block-208 {
  margin-bottom: 120px;
  display: flex;
}

.jt-holder-convite_horizontal {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.cards_convite {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.card_convite {
  border-radius: 10px;
  width: 45%;
  max-width: 550px;
  padding-top: 32px;
  padding-bottom: 60px;
  padding-left: 32px;
  box-shadow: 0 2px 30px 5px #00000026;
}

.card_title {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.card_heading {
  color: #f26d04;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.image-75, .image-76 {
  margin-right: 15px;
}

.card_texto {
  color: var(--dim-grey);
  width: 80%;
  font-family: Montserrat, sans-serif;
}

.section_convite_3 {
  background-image: url('../images/section_2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #000;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  display: flex;
}

.image-74-copy {
  z-index: -1;
  clear: none;
  position: absolute;
  inset: 0%;
}

.section_3_background {
  z-index: -1;
  clear: none;
  position: absolute;
  inset: 0% 0% auto;
}

.heading_convite_3 {
  color: #f26d04;
  width: 100%;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.section_3_content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffe6;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  padding: 32px;
}

.section_3_paragraph {
  color: #363636;
  width: 100%;
  max-width: 570px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.section_3_text {
  color: #f26d04;
  max-width: 450px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

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

.section_convite_4 {
  background-image: url('../images/lista_bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: baseline;
  height: auto;
  min-height: 80vh;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.heading_convite_4 {
  color: var(--white);
  max-width: 460px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.section_4_paragraph {
  color: var(--white);
  width: 100%;
  max-width: 560px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.section_4_text {
  color: var(--white);
  max-width: 450px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.div-block-209 {
  align-items: center;
  display: flex;
}

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

.convite_list {
  border-radius: 10px;
  flex-direction: column;
  width: 45%;
  height: 360px;
  padding-right: 20px;
  display: none;
  overflow: auto;
}

.list_card {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  height: 232px;
  margin-bottom: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  display: flex;
  box-shadow: 0 2px 50px -20px #00000026;
}

.list_heading {
  color: #f26d04;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list_texto {
  color: var(--dim-grey);
  width: 80%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.jt-holder-convite_list {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 90%;
  max-width: 1500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.section_convite_5 {
  background-image: url('../images/lp_section_4.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  display: flex;
}

.heading_convite_5 {
  color: #f26d04;
  max-width: 420px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.section_5_paragraph {
  color: #363636;
  width: 100%;
  max-width: 520px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.button_convite_cta {
  color: var(--white);
  background-color: #f26d04;
  border-radius: 20px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button_convite_cta:hover {
  color: #f26d04;
  background-color: #f26d0433;
}

.section_convite_footer {
  background-color: #f26d04;
  align-items: center;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.convite_footer {
  border-top: 1px solid var(--white);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.jt-footer-termos-convite {
  color: #fff;
  width: auto;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link_convite {
  color: #fff;
}

.section_5_content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffe6;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  padding: 32px;
}

.section_4_content {
  width: 45%;
}

.jt-holder-convite_list_vertical {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.section_4_content-vertical {
  width: 100%;
}

.convite_slider {
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  height: 360px;
  padding-right: 20px;
  display: flex;
  overflow: auto;
}

.list_card_5 {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  max-width: 550px;
  height: 232px;
  margin-bottom: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  box-shadow: 0 2px 50px -20px #00000026;
}

.jt-holder-convite_1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div_convite {
  background-color: #0000;
}

.img_convite_mobile {
  display: none;
}

.nav_convite {
  background-color: #0000;
  align-items: center;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.convite_dropdown {
  width: 45%;
}

.dropdown_texto {
  padding-top: 0;
  padding-bottom: 32px;
  padding-left: 32px;
  display: none;
}

.dropdown_card {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  height: auto;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  box-shadow: 0 2px 50px -20px #00000026;
}

.dropdown_card:hover {
  border: 1px none var(--white);
  background-color: var(--white);
}

.dropdown_title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
}

.dropdown_heading {
  color: #f26d04;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.youtube-4 {
  width: 80%;
  height: auto;
}

.video {
  border-radius: 20px;
  width: auto;
  position: relative;
}

.div-block-210 {
  box-shadow: none;
  outline-offset: 0px;
  border-radius: 20px;
  outline: 2px solid #ffffff5e;
  justify-content: center;
  align-items: center;
  width: 577px;
  height: 325px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.jt-section-2-fgts-copy {
  background-color: var(--steel-blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 0;
  display: block;
}

.jt-section-2-fgts-copy-copy {
  background-color: var(--deep-sky-blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: -10px;
  display: block;
}

.jt-box-section-2-fgts-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.jt-box-fgts-2 {
  background-color: var(--white);
  border-radius: 20px;
  outline: 2px solid #ffffff5e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  height: 95px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 4px 4px 6px 2px #1423303d;
}

.div-block-211 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  display: flex;
}

.jt-box-icon-fgts-2 {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 45%;
  margin-top: 0;
  padding: 12px;
  display: flex;
}

.jt-box-txt-fgts-2 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.txt-box-fgts-2 {
  color: var(--steel-blue);
  text-align: left;
  justify-content: center;
  width: 230px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.divisor-vertical {
  background-color: #ffffff5e;
  width: 2px;
  height: 20px;
  margin-left: 1px;
  margin-right: 1px;
}

.div-block-212 {
  flex-direction: column;
  display: flex;
}

.bold-text-53 {
  font-size: 16px;
}

.youtube-5 {
  border-radius: 50px;
  width: 690px;
  height: 335px;
}

.bold-text-54, .bold-text-55 {
  font-size: 16px;
}

.jt-ecred-header-dia-dos-namorados {
  background-image: url('../images/campanha-namorados-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: flex-start;
  height: 640px;
  margin-top: 40px;
  padding-top: 130px;
  padding-bottom: 0;
  display: none;
}

.jt-ecred-title-1-namorados {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 52px;
}

.body-serasa {
  background-color: #f2f2f2;
}

.jt-form-ecred-3 {
  background-color: #0000;
  border-radius: 20px;
  width: auto;
  height: 100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: static;
  top: 0;
}

.jt-ecred-title-1-namorados-mobile {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 52px;
  display: none;
}

.form-acordo-limpa-nome {
  background-color: #7c7670cc;
  background-image: none;
  border: 1px solid #fff6;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 25px;
  display: none;
  box-shadow: 1px 1px 40px #0006;
}

.image-78 {
  transform-style: preserve-3d;
  height: 40px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.section-6 {
  padding: 25px;
}

.section-7 {
  padding: 30px;
}

.youtube-6 {
  width: 90%;
  height: 317px;
}

.jt-facily-box-s2 {
  box-shadow: none;
  outline-offset: 0px;
  border-radius: 20px;
  outline: 2px solid #ffffff5e;
  justify-content: center;
  align-items: flex-end;
  width: 260px;
  height: 525px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.div-block-213 {
  background-image: url('../images/celular_2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 317px;
  height: 525px;
  display: none;
}

.img-cell-copy {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/celular-facily_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-end;
  width: 332px;
  height: 555px;
  padding-top: 0;
  display: flex;
}

.bold-text-56 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  width: 164px;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-style: italic;
  line-height: 52px;
}

.italic-text {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.jt-div-2-mob-copy {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.container-center {
  background-color: var(--new_orange);
  width: 300px;
  height: 450px;
}

.sec-aniversario-1 {
  background-color: var(--white);
  border: 0 #000;
  width: auto;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.navbar-5 {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-aniversario-1 {
  background-color: var(--orange-red);
  background-image: url('../images/bg-aniversario-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  height: 78%;
  padding: 28px 40px;
  display: flex;
}

.box-aniversario-1 {
  width: 60%;
}

.box-aniversario-2 {
  background-color: var(--white);
  border-radius: 30px;
  width: 305px;
  height: 460px;
  position: relative;
}

.titulo-aniversario {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 115px;
  display: flex;
}

.titulo-aniversario.azul {
  background-color: var(--steel-blue);
  border-radius: 20px;
  margin-left: 25px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-span-96 {
  font-style: italic;
  font-weight: 700;
}

.text-span-97 {
  font-weight: 600;
}

.text-span-98 {
  font-style: normal;
  font-weight: 800;
}

.text-span-99 {
  text-indent: 26px;
  font-style: normal;
  font-weight: 700;
}

.subtitulo-aniversario {
  color: #fff;
  margin-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.text-span-100 {
  background-color: var(--steel-blue);
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-214 {
  align-items: center;
  display: flex;
}

.text-span-101 {
  font-style: normal;
  font-weight: 500;
}

.text-span-102 {
  font-style: italic;
}

.text-span-103 {
  font-weight: 600;
}

.text-span-104, .text-span-105 {
  font-weight: 500;
}

.text-span-106 {
  letter-spacing: 6px;
  text-indent: 0;
  margin-left: 24px;
}

.text-span-107 {
  font-style: normal;
  font-weight: 500;
}

.text-span-108, .text-span-109 {
  font-weight: 700;
}

.text-span-110 {
  font-style: italic;
  font-weight: 500;
}

.text-span-111 {
  font-weight: 900;
}

.sec-aniversario-2 {
  background-color: var(--white);
  background-image: url('../images/jt-menina.png');
  background-position: 95% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  width: auto;
  height: 920px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divisor-aniversario {
  background-color: #eaecf0;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.div-aniversario-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.div-titulo-2 {
  width: 50%;
  padding-top: 100px;
}

.titulo-aniversario-2 {
  color: var(--new_orange);
  width: 100%;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 62px;
  line-height: 62px;
}

.text-span-112 {
  font-style: normal;
  font-weight: 500;
}

.text-span-113 {
  font-style: normal;
  font-weight: 900;
}

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

.text-span-115 {
  font-weight: 400;
}

.text-span-116 {
  font-style: normal;
  font-weight: 900;
}

.text-span-117 {
  font-style: normal;
  font-weight: 600;
}

.text-span-118 {
  font-style: italic;
}

.text-span-119 {
  font-weight: 900;
}

.text-span-120, .text-span-121 {
  font-weight: 500;
}

.text-span-122 {
  font-weight: 900;
}

.text-span-123 {
  font-style: italic;
  font-weight: 500;
}

.text-span-124 {
  font-variation-settings: "wght" 660;
  font-weight: 900;
}

.text-span-125 {
  font-weight: 500;
}

.text-span-126 {
  font-weight: 900;
}

.text-span-127 {
  font-weight: 400;
}

.text-span-128 {
  font-style: normal;
  font-weight: 500;
}

.text-span-129, .text-span-130 {
  font-weight: 900;
}

.text-span-131 {
  font-weight: 500;
}

.text-span-132 {
  font-weight: 800;
}

.text-span-133 {
  font-style: italic;
  font-weight: 600;
}

.text-span-134 {
  font-weight: 900;
}

.text-span-135 {
  font-weight: 600;
}

.text-span-136 {
  font-weight: 500;
}

.text-span-137 {
  font-style: italic;
  font-weight: 900;
}

.text-span-138 {
  font-weight: 500;
}

.text-span-139 {
  font-weight: 900;
}

.text-span-140 {
  font-weight: 500;
}

.text-span-141 {
  font-weight: 900;
}

.text-span-142 {
  font-weight: 400;
}

.text-span-143 {
  font-style: normal;
  font-weight: 900;
}

.text-span-144 {
  font-weight: 500;
}

.div-regras {
  background-color: var(--new_orange);
  border-radius: 24px;
  width: 47%;
  padding: 32px;
}

.item-regras {
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.text-block-77 {
  color: #fff;
  margin-left: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-span-145, .text-span-146, .text-span-147, .text-span-148 {
  font-weight: 700;
}

.button-4 {
  color: var(--new_orange);
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  height: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.footer-aniversario {
  background-color: var(--black);
  height: auto;
  margin-bottom: -31px;
}

.box-footer-aniversario-1 {
  align-items: center;
  width: 50%;
  display: flex;
}

.box-footer-aniversario-2 {
  color: #fff;
  width: 45%;
  margin-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.jt-footer-box-2-copy {
  border-top: 1px solid var(--white);
  padding-top: 25px;
}

.subtitulo-aniversario-mobile {
  color: #fff;
  margin-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  display: none;
}

.body-8 {
  background-color: var(--black);
}

.div-block-215 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.jt-txt-footer-mobile {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.jt-txt-footer-mobile.aniversario {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  display: none;
}

.jt-header-home-v2 {
  background-image: url('../images/header-jeitto_1.jpg');
  background-position: 58%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 300px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 580px;
  margin-top: 0;
  display: block;
  position: relative;
}

.text-span-149 {
  font-style: italic;
}

.text-span-150 {
  font-size: 32px;
  font-weight: 300;
}

.bold-text-57 {
  font-size: 40px;
  font-weight: 400;
  line-height: 38px;
}

.text-span-151 {
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
}

.div-footer-aniversario-copy {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.div-block-216 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-152 {
  font-style: italic;
}

.image-84 {
  position: absolute;
}

.image-85 {
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.image-86 {
  position: absolute;
}

.raspadinha-brush {
  display: none;
  position: absolute;
}

.raspadinha-esconde {
  width: 305px;
  height: 460px;
  display: block;
  position: absolute;
}

.image-87 {
  position: absolute;
}

.raspadinha-escondido {
  width: 305px;
  height: 460px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.div-block-217 {
  margin-top: 24px;
}

.submit-button-7 {
  font-family: Roboto Flex, sans-serif;
}

.submit-button-8 {
  font-family: PT Sans, sans-serif;
}

.submit-button-9 {
  font-family: Bitter, serif;
}

.submit-button-10, .submit-button-11 {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.submit-button-12 {
  font-family: Roboto Flex, sans-serif;
}

.submit-button-13, .submit-button-14 {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.submit-button-15 {
  font-family: Great Vibes, cursive;
}

.submit-button-16 {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.submit-button-17 {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.div-spc-s2-boxes {
  background-color: var(--new_orange);
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 30px 40px;
  display: flex;
}

.spc-box {
  width: 28%;
}

.spc-box._1 {
  background-color: #0000;
  width: 25%;
}

.spc-box._3 {
  background-color: #0000;
  border-radius: 20px;
  width: 32%;
  padding: 0 0 20px;
}

.spc-box._2 {
  width: 33%;
}

.divisor-spc, .divisor-serasa {
  background-color: #fff;
  width: 1px;
  height: 200px;
  margin-top: 25px;
}

.divisor-serasa.horizontal {
  height: 140px;
}

.video-cell-mercado {
  border-radius: 0;
  width: 96%;
  height: 385px;
  margin-top: 41px;
  margin-left: 9px;
  margin-right: 2px;
  display: none;
  position: relative;
  bottom: 0;
  right: 2px;
}

.jt-div-2-mob-mercado {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.jt-navbar-desenrola {
  z-index: 99;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 10px 3px #0003;
}

.divider-nav-desenrola {
  background-color: #ececec;
  width: 1px;
  height: 40px;
  margin-left: 24px;
  margin-right: 24px;
}

.jt-item-navbar-desenrola {
  background-color: var(--trasnparent);
  color: #828282;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 600;
}

.jt-item-navbar-desenrola:hover, .jt-item-navbar-desenrola:active, .jt-item-navbar-desenrola:focus, .jt-item-navbar-desenrola:visited {
  color: var(--cinza-2);
}

.jt-item-navbar-desenrola.w--current, .jt-item-navbar-desenrola.w--current:active {
  color: var(--deep-sky-blue);
}

.jt-btn-desenrola {
  background-color: var(--new_orange);
  color: var(--white);
  text-align: center;
  border: 1px #fff;
  border-radius: 30px;
  width: auto;
  height: 45px;
  padding: 13px 26px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.jt-btn-desenrola.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.jt-header-desenrola {
  background-image: url('../images/header-lp-desenrola.webp');
  background-position: 50%;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: center;
  height: 540px;
  margin-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.jt-holder-desenrola {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.jt-box-desenrola {
  width: 521px;
}

.jt-title-desenrola-1 {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.jt-desenrola-subtile-branco-1 {
  color: var(--white);
  width: 570px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.jt-desenrola-s1 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.jt-desenrola-title-1-laranja-copy {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.jt-txt-desenrola-cinza-1-copy {
  color: var(--cinza-2);
  max-width: 520px;
  margin-bottom: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.jt-desenrola-box-s1-1 {
  width: 620px;
  margin-bottom: 50px;
}

.jt-div-2-desenrola {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.jt-desenrola-holder-s1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-desenrola-s2 {
  background-color: #f26d04;
  background-image: url('../images/S3-BG.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 85px;
  padding-bottom: 85px;
  display: block;
}

.jt-facily-holder-s1-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 0;
  display: flex;
}

.desenrola-s2-cta-mobile {
  max-width: 720px;
}

.jt-desenrola-title-2-laranja {
  color: var(--new_orange);
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.jt-txt-desenrola-cinza-2 {
  color: var(--dim-grey);
  max-width: 520px;
  margin-bottom: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.jt-btn-desenrola-2 {
  background-color: var(--new_orange);
  color: var(--white);
  text-align: center;
  border: 1px #fff;
  border-radius: 30px;
  width: 100%;
  height: 45px;
  padding: 13px 26px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.jt-btn-desenrola-2.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.jt-title-desenrola-2 {
  color: var(--white);
  width: auto;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-219 {
  flex-direction: column;
  display: flex;
}

.image-88 {
  width: 48px;
}

.desenrola-item-texto {
  color: var(--white);
  padding-top: 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.flex-block {
  justify-content: space-between;
}

.desenrola-item-row {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex-wrap: wrap;
  place-content: space-around flex-start;
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
}

.jt-desenrola-holder-s2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.desenrola-item-box-1 {
  margin-right: 64px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.jt-desenrola-s2-mobile {
  background-color: #f26d04;
  background-image: url('../images/S3-BG.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 85px;
  padding-bottom: 85px;
  display: none;
}

.desenrola-s2-cta {
  max-width: 720px;
}

.jt-header-aquecimento {
  background-color: var(--cinza-2);
  background-image: url('../images/bg-vem-ai.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  height: 620px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.jt-header-box-aquecimento {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: flex;
}

.jt-header-item-aquecimento-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  padding-top: 0;
  display: flex;
}

.jt-title-aquecimento {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.jt-subtile-aquecimento {
  color: var(--white);
  width: auto;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.jt-navbar-aquecimento {
  z-index: 99;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.jt-header-item-aquecimento-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45%;
  display: flex;
}

.text-span-153, .text-span-154 {
  font-style: italic;
}

.jt-item-steps-aquecimento {
  width: 30%;
}

.jt-item-steps-aquecimento-1 {
  width: 18%;
  overflow: visible;
}

.jt-item-steps-aquecimento-1._1 {
  width: 22%;
}

.jt-icon-aquecimento {
  margin-left: 38px;
}

.divisor-aquecimento {
  background-color: #82828233;
  width: 1px;
  height: 90px;
}

.brand-7 {
  position: static;
}

.section-8 {
  height: 300px;
}

.jt-holder-steps-aquecimento {
  z-index: 1;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  display: flex;
  position: relative;
  top: -100px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-section-desenrola-brasil-recebeu {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: -50px;
}

.jt-box-desenrola-recebeu {
  background-color: var(--white);
  border-radius: 14px 14px 0 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  display: flex;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.jt-section-desenrola-brasil-aceitou {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: -50px;
}

.text-span-155 {
  color: var(--new_orange);
}

.jt-perguntas-combo-7 {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-bottom-style: none;
  justify-content: space-between;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
}

.jt-perguntas-combo-7-aberto {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-top-style: none;
  justify-content: space-between;
  width: 100%;
  padding: 25px;
  display: flex;
}

.title-jt-box-desenrola {
  color: var(--new_orange);
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.txt-jt-box-desenrola-recebeu {
  margin-top: 20px;
  margin-bottom: 20px;
}

.jt-btn-laranja-desenrola {
  background-color: var(--new_orange);
  color: var(--white);
  border-radius: 25px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 50px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 500;
}

.risca-desenrola {
  background-color: var(--new_orange);
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  width: 100%;
  height: 10px;
}

.jt-box-desenrola-aceitou {
  background-color: var(--white);
  border-radius: 14px 14px 0 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  display: flex;
  box-shadow: 6px 6px 20px 2px #00000026;
}

.txt-jt-box-desenrola-aceitou {
  margin-top: 20px;
  margin-bottom: 20px;
}

.jt-navbar-sorte {
  z-index: 99;
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 10px 3px #0003;
}

.jt-sorte-header {
  background-image: url('../images/sorte-header-img.webp'), linear-gradient(to right, #222222b3, #2a1c0500);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: center;
  height: 90vh;
  margin-top: -65px;
  display: flex;
}

.jt-sorte-holder {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-sorte-box-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.jt-sorte-title-1 {
  color: var(--white);
  text-align: center;
  width: auto;
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.jt-sorte-subtile-1 {
  color: var(--white);
  text-align: center;
  width: 570px;
  margin-top: 25px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.jt-sorte-logo {
  width: 220px;
  margin-bottom: 24px;
}

.jt-item-navbar-sorte {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 600;
}

.jt-item-navbar-sorte:hover {
  opacity: .8;
  color: var(--white);
}

.jt-item-navbar-sorte:active {
  opacity: 1;
}

.jt-item-navbar-sorte:focus, .jt-item-navbar-sorte:visited {
  color: var(--white);
}

.jt-item-navbar-sorte.w--current, .jt-item-navbar-sorte.w--current:active {
  color: var(--deep-sky-blue);
}

.jt-item-navbar-sorte.regulamento:focus, .jt-item-navbar-sorte.regulamento:visited {
  color: var(--white);
}

.jt-item-navbar-sorte.regulamento.webview {
  display: none;
}

.jt-sorte-form {
  background-color: #0000;
  display: block;
  position: relative;
  top: -80px;
}

.jt-sorte-holder-form {
  justify-content: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.jt-form-sorte {
  background-color: var(--white);
  border-radius: 20px;
  width: 600px;
  height: auto;
  margin-bottom: 0;
  padding: 30px;
  display: block;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-title-laranja-sml-sorte {
  color: var(--new_orange);
  text-align: center;
  width: 100%;
  max-width: 250px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.jt-box-form-sorte {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field-sorte {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.sorte-form-btn {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.jt-sorte-form-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.jt-sorte-s2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.jt-sorte-holder-s2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-sorte-box-s2-1 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.jt-sorte-title-2 {
  color: var(--orange-red);
  text-align: center;
  width: auto;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 52px;
}

.bold-text-58 {
  color: var(--orange-red);
}

.sorte-ac {
  margin-bottom: 10px;
}

.sorte-s2-header {
  width: 100%;
  max-width: 920px;
  margin-bottom: 40px;
}

.sorte-s2-card-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sorte-s2-card-1-holder {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.image-90 {
  max-width: 64px;
  position: relative;
  top: 24px;
}

.sorte-card-1-title {
  text-align: center;
  max-width: 380px;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.jt-sorte-card-btn {
  background-color: var(--new_orange);
  color: var(--white);
  text-align: center;
  border: 1px #fff;
  border-radius: 30px;
  width: 100%;
  height: 45px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.jt-sorte-card-btn:hover {
  opacity: .7;
}

.jt-sorte-card-btn.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.sorte-seta {
  margin-top: 30px;
  margin-bottom: 30px;
}

.jt-txt-sorte-cinza-1 {
  color: #333;
  text-align: center;
  max-width: 560px;
  margin-bottom: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.sorte-s2-title-2 {
  color: #f26d04;
  margin-bottom: 16px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.s2-sorte-card-2-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.sorte-card-2 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 200px;
  padding: 20px;
  display: flex;
}

.image-91 {
  max-width: 80px;
}

.sorte-card-2-title {
  text-align: center;
  max-width: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.card-nmr-img {
  max-width: none;
  max-height: 90px;
}

.jt-btn-sorte {
  background-color: var(--new_orange);
  color: var(--white);
  text-align: center;
  border: 1px #fff;
  border-radius: 30px;
  justify-content: center;
  width: 320px;
  height: 45px;
  padding: 13px 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  display: flex;
}

.jt-btn-sorte:hover {
  opacity: .7;
}

.jt-btn-sorte.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.jt-btn-sorte.webview {
  display: none;
}

.text-block-78 {
  margin-top: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.text-span-156, .text-span-157 {
  font-size: 15px;
  line-height: 18px;
}

.jt-sorte-s3 {
  background-image: url('../images/S3-sorte-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.jt-sorte-holder-s3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-btn-sorte-2 {
  background-color: var(--white);
  color: var(--new_orange);
  text-align: center;
  border: 1px #fff;
  border-radius: 30px;
  justify-content: center;
  height: 45px;
  padding: 13px 120px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  display: flex;
}

.jt-btn-sorte-2.webview {
  display: none;
}

.jt-txt-sorte-2 {
  color: #fff;
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.image-92 {
  margin-bottom: 40px;
}

.jt-sorte-s4 {
  background-image: url('../images/S2-sorte-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.jt-txt-sorte-cinza-2 {
  color: #333;
  text-align: center;
  max-width: 660px;
  margin-bottom: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.sorte-card-3 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 260px;
  padding: 20px;
  display: flex;
}

.sorte-card-3-title-copy {
  text-align: center;
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.sorte-s2-card-4-holder {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
}

.sorte-card-4-title {
  text-align: center;
  max-width: 380px;
  margin-bottom: 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.text-block-79 {
  text-align: center;
  max-width: 420px;
  margin-bottom: 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
}

.image-93 {
  margin-bottom: 10px;
}

.jt-btn-sorte-3 {
  background-color: var(--new_orange);
  color: var(--white);
  text-align: center;
  border: 1px #fff;
  border-radius: 30px;
  justify-content: center;
  width: 380px;
  height: 45px;
  padding: 13px 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  display: flex;
}

.jt-btn-sorte-3.webview {
  display: none;
}

.sorte-s4-header {
  margin-bottom: 40px;
}

.jt-sorte-s5 {
  background-image: linear-gradient(#f26d04b3, #f26d04b3), url('../images/S3-sorte-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.jt-txt-sorte-3 {
  color: #fff;
  text-align: center;
  max-width: 560px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.image-94 {
  margin-bottom: 20px;
}

.bold-text-59 {
  color: #f9bd00;
}

.image-95 {
  width: 100px;
  margin-bottom: 40px;
}

.sorte-s5-item-holder {
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-80 {
  color: #fff;
}

.sorte-s5-item-texto {
  color: #fff;
  text-align: center;
  max-width: 180px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
}

.jt-btn-sorte-4 {
  background-color: var(--white);
  color: var(--new_orange);
  text-align: center;
  border: 1px #fff;
  border-radius: 30px;
  justify-content: center;
  height: 45px;
  padding: 13px 60px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  display: flex;
}

.jt-btn-sorte-4:hover {
  opacity: .7;
}

.jt-btn-sorte-4.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.jt-btn-sorte-4.webview, .s5-img-mobile-sorte {
  display: none;
}

.sorte-s5-item-texto-last {
  color: #fff;
  text-align: center;
  max-width: 180px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
}

.jt-sorte-s6 {
  background-image: url('../images/S2-sorte-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.image-96 {
  margin-bottom: 50px;
}

.sorte-s6-item-holder {
  background-image: url('../images/promo_box-img.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 780px;
  min-height: 120px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.sorte-s6-item-texto {
  color: #000;
  text-align: center;
  max-width: 180px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.sorte-s6-item-title {
  color: #000;
  text-align: center;
  max-width: 180px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.bold-text-60 {
  color: #f26d04;
}

.image-97 {
  transform: rotate(180deg);
}

.jt-txt-sorte-cinza-3 {
  color: #333;
  text-align: center;
  max-width: 660px;
  margin-bottom: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.image-s3 {
  margin-bottom: 40px;
  display: block;
}

.jt-sorte-s7 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.jt-perguntas-combo-1-sorte {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-bottom-style: none;
  justify-content: space-between;
  width: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
}

.jt-perguntas-combo-1-aberto-sorte {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-top-style: none;
  justify-content: space-between;
  width: auto;
  padding: 25px;
  display: flex;
}

.jt-perguntas-combo-2-sorte {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-bottom-style: none;
  justify-content: space-between;
  width: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
}

.jt-perguntas-combo-2-aberto-sorte {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-top-style: none;
  justify-content: space-between;
  width: auto;
  padding: 25px;
  display: flex;
}

.jt-perguntas-combo-3-sorte {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-bottom-style: none;
  justify-content: space-between;
  width: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
}

.jt-perguntas-combo-3-aberto-sorte {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-top-style: none;
  justify-content: space-between;
  width: auto;
  padding: 25px;
  display: flex;
}

.jt-perguntas-combo-4-sorte {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-bottom-style: none;
  justify-content: space-between;
  width: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
}

.jt-perguntas-combo-4-aberto-sorte {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-top-style: none;
  justify-content: space-between;
  width: auto;
  padding: 25px;
  display: flex;
}

.image-99 {
  margin-bottom: 40px;
}

.jt-btn-sorte-3-copy {
  background-color: var(--new_orange);
  color: var(--white);
  text-align: center;
  border: 1px #fff;
  border-radius: 30px;
  justify-content: center;
  width: 380px;
  height: 45px;
  margin-top: 40px;
  padding: 13px 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  display: flex;
}

.jt-btn-sorte-3-copy:hover {
  opacity: .7;
}

.jt-btn-sorte-3-copy.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.youtube-7 {
  border-radius: 0;
  max-width: 800px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.sorte-video-link {
  cursor: pointer;
  transition: all .25s ease-in-out;
  display: none;
}

.sorte-video-link:hover {
  opacity: .75;
  mix-blend-mode: overlay;
  transform: rotate(1deg);
}

.icone-viagem {
  background-image: url('../images/icon-limite.svg'), url('../images/sorte-elipse.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

.icone-viagem._1 {
  width: 75px;
  height: 75px;
}

.icone-viagem._2 {
  background-image: url('../images/icon-ej.svg'), url('../images/sorte-elipse.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  width: 75px;
  height: 75px;
}

.icone-viagem._3 {
  background-image: url('../images/icon-pague.svg'), url('../images/sorte-elipse.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  width: 75px;
  height: 75px;
}

.icone-viagem._4 {
  background-image: url('../images/icon-boleto_1.svg'), url('../images/sorte-elipse.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  width: 75px;
  height: 75px;
}

.icone-viagem._5 {
  background-image: url('../images/icon-recarga_1.svg'), url('../images/sorte-elipse.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  width: 75px;
  height: 75px;
}

.div-block-220 {
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  height: 72.7446%;
  margin-bottom: 40px;
  overflow: hidden;
}

.jt-sorte-holder-form-2 {
  justify-content: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.jt-sorte-form-2 {
  background-color: #0000;
  display: none;
  position: relative;
  top: -80px;
}

.jt-sorte-s2-2 {
  background-image: url('../images/S2-sorte-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.sorte-s2-card-1-2 {
  flex-direction: column;
  align-items: center;
  display: none;
}

.sorte-seta-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

.sorte-s2-title-2-2 {
  color: #f26d04;
  margin-bottom: 16px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: none;
}

.jt-btn-sorte-3-2 {
  background-color: var(--new_orange);
  color: var(--white);
  text-align: center;
  border: 1px #fff;
  border-radius: 30px;
  justify-content: center;
  width: 380px;
  height: 45px;
  padding: 13px 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  display: flex;
}

.jt-btn-sorte-3-2:hover {
  opacity: .7;
}

.jt-btn-sorte-3-2.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.jt-btn-sorte-3-2.webview {
  display: none;
}

.jt-sorte-subtile-2 {
  color: var(--white);
  text-align: center;
  width: 570px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.txt-form-viagem-da-sorte {
  color: #333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 37px;
  padding-right: 37px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.txt-form-viagem-da-sorte._2 {
  font-size: 14px;
  line-height: 18px;
}

.link-14 {
  text-decoration: none;
}

.jt-sorteregulamento-header {
  background-image: url('../images/sorte-header-img.webp'), linear-gradient(to right, #222222b3, #2a1c0500);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: center;
  height: auto;
  margin-top: -65px;
  display: flex;
}

.jt-sorte-holder-regulamento {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-sorte-box-1-regulamento {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.link-15 {
  margin-top: 30px;
  padding-top: 0;
}

.link-viagem-regulamento {
  color: var(--white);
  margin-top: 30px;
  padding-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  text-decoration: none;
  display: none;
}

.jt-sec-regulamento-1 {
  width: 80%;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.button-5 {
  display: none;
}

.div-block-221 {
  width: 80%;
  max-width: 1100px;
}

.tabela-regulamento-viagem {
  justify-content: space-between;
  width: 100%;
  max-width: none;
  display: flex;
}

.tab-reg-1 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 11%;
  display: flex;
}

.tab-reg-1._2 {
  border-right: 1px solid #000;
}

.tab-reg-1._2.linha-2 {
  border-top-style: none;
  border-top-width: 0;
}

.tab-reg-1.linha-2 {
  border-top-style: none;
}

.rich_txt_politica-tabela {
  color: #828282;
  text-align: left;
  white-space: normal;
  width: auto;
  max-width: none;
  margin: 10px auto;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.rich_txt_politica-tabela._1 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}

.rich_txt_politica-tabela.viagem-1 {
  text-align: center;
}

.rich_txt_politica-tabela._2 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  line-height: 14px;
}

.tab-reg-2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.tab-reg-2.linha-2 {
  border-top-style: none;
}

.tabela-regulamento {
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1100px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.tab-reg-3 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.tab-reg-3._2 {
  border-right: 1px solid #000;
}

.tab-reg-3._2.linha-2 {
  border-top-style: none;
  border-top-width: 0;
}

.tab-reg-3.linha-2 {
  border-top-style: none;
}

.tab-reg-4 {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.tab-reg-4._2 {
  border-right: 1px solid #000;
}

.tab-reg-4._2.linha-2 {
  border-top-style: none;
  border-top-width: 0;
}

.tab-reg-4.linha-2 {
  border-top-style: none;
}

.tabela-regulamento-mobile {
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1100px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.div-block-222 {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 1100px;
  margin-bottom: 40px;
  display: flex;
}

.jt-header-home-sorte {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom-right-radius: 0;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
}

.title-form-home {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 49px;
  font-weight: 700;
  line-height: 85%;
}

.title-form-home.viagem {
  text-align: center;
}

.btn-form-home {
  border: 1px solid var(--white);
  background-color: var(--new_orange);
  width: 100%;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  line-height: 14px;
}

.text-block-81 {
  text-align: center;
  max-width: 340px;
  margin-bottom: 14px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.text-span-158 {
  color: #f47525;
}

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

.form-home-banner {
  background-color: var(--new_orange);
  border: 2px solid #000;
  width: 100%;
  max-width: 682px;
  margin-bottom: 0;
  padding: 56px 64px;
  position: absolute;
  inset: 50% 86px auto auto;
  transform: translate(0, -50%);
}

.form-home-banner.viagem {
  background-color: #fff;
  width: 600px;
}

.jt-header-box-home-sorte {
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0% -6% 0% 0%;
}

.jt-header-pix {
  background-image: url('../images/Section-1-bg.webp'), url('../images/body-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, cover;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: center;
  height: 90vh;
  margin-top: -65px;
  padding-top: 66px;
  display: flex;
}

.jt-header-holder-pix {
  background-image: url('../images/ac-bg-s1.svg'), url('../images/Infos-Section-1.svg');
  background-position: 20% 20%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 100%;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: 668px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-info-pix {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 90px;
  margin-left: 120px;
  display: flex;
}

.heading-12 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 56px;
  line-height: 56px;
}

.text-span-159 {
  font-variation-settings: "wght" 530, "wdth" 71;
}

.text-span-160 {
  font-variation-settings: "slnt" -5, "wght" 796;
}

.paragraph-5 {
  max-width: 484px;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.jt-texto-pix {
  color: #fff;
  max-width: 400px;
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
}

.image-101 {
  max-width: 490px;
}

.jt-info-pix-mobile, .jt-info-pix-mobile-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 84px;
  margin-left: 120px;
  display: none;
}

.image-102 {
  display: none;
}

.jt-section-2-pix {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Section-2-Grafismo.svg'), url('../images/body-bg.webp');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-clip: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-holder-pix {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-div-pix {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.jt-card-holder-pix {
  justify-content: space-between;
  width: 100%;
}

.jt-card-1-s-pix {
  justify-content: space-around;
  align-items: center;
  width: 300px;
  height: 245px;
}

.image-103 {
  max-width: 385px;
  margin-bottom: 40px;
}

.jt-texto-card-pix {
  color: #262626;
  text-align: center;
  max-width: 240px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.bold-text-61 {
  color: #f26d04;
}

.jt-card-1-lg-pix {
  justify-content: space-around;
  align-items: center;
  width: 490px;
  height: 245px;
}

.jt-texto-lg-card-pix {
  color: #262626;
  text-align: center;
  max-width: 410px;
  margin-top: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.jt-spacer-pix {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.image-104 {
  max-width: 665px;
  margin-bottom: 160px;
}

.jt-card-2-pix {
  background-image: url('../images/bg-lj.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 250px;
  padding-bottom: 100px;
}

.jt-card-3-pix {
  background-image: url('../images/bg-az.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 250px;
  padding-bottom: 100px;
}

.image-105 {
  position: relative;
  top: -20px;
}

.jt-title-card-pix {
  color: #f26d04;
  text-align: center;
  max-width: 200px;
  margin-top: 32px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}

.image-106 {
  max-width: none;
  max-height: 72px;
}

.image-107 {
  max-width: none;
}

.jt-texto-card-2-pix {
  color: #fff;
  text-align: center;
  max-width: 420px;
  margin-top: 32px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.jt-title-card-2-pix-copy {
  color: #fff;
  text-align: center;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}

.image-108 {
  display: none;
}

.jt-section-3-pix {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Section-4-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-clip: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jt-div-2-pix {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.s3-title-pix {
  max-width: 550px;
}

.jt-texto-2-pix {
  color: #fff;
  max-width: 360px;
  margin-top: 24px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.text-block-82 {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.jt-subtitulo-pix {
  color: #fff;
  max-width: 400px;
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
}

.jt-box-pix {
  background-image: url('../images/box-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 500px;
  max-height: 115px;
  padding: 23px;
}

.jt-texto-3-pix {
  color: #2448a6;
  max-width: 360px;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.s3-title-pix-mobile {
  max-width: 550px;
  display: none;
}

.jt-spc-s2-v2 {
  background-color: #0000;
  margin-top: -100px;
}

.text-block-83 {
  color: #fff;
  margin-left: 14px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.sorte-ganhadores-box {
  border: 2px solid #eb5927;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.ganhadores-row {
  justify-content: space-between;
  width: 90%;
  padding: 10px 30px;
  display: flex;
}

.text-span-161 {
  color: var(--white);
  background-color: #f26d04;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.ganhadores-title {
  color: #f26d04;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ganhadores-title.numero-da-sorte {
  text-align: right;
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.ganhadores-info {
  width: 140px;
}

.ganhadores-info.numero-da-sorte {
  justify-content: flex-end;
  margin-right: 8px;
  display: flex;
}

.ganhadores-row-title {
  border-bottom: 1px solid #eb5927;
  justify-content: space-between;
  width: 90%;
  padding: 10px 30px;
  display: flex;
}

.sorte-ganhadores-box-2 {
  border: 2px solid #eb5927;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 520px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-84 {
  max-width: 150px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
}

.ganhadores-data {
  color: #f26d04;
  text-align: center;
  max-width: 150px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 26px;
  line-height: 28px;
}

.text-span-163 {
  color: #333;
}

.flex-block-2 {
  align-items: center;
}

.image-109 {
  margin-left: 40px;
  margin-right: 40px;
  transform: rotate(-90deg);
}

.jt-sorte-box-1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.jt-sorte-title-1-2 {
  color: #fff;
  text-align: center;
  width: auto;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.jt-sorte-subtile-1-2 {
  color: #fff;
  text-align: center;
  width: 570px;
  margin-top: 25px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.jt-sorte-subtile-2-2 {
  color: #fff;
  text-align: center;
  width: 570px;
  margin-top: 25px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.jt-btn-googleplay-3 {
  color: #fff;
  text-align: center;
  background-color: #f26d04;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 45px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.success-message-9 {
  background-color: #fff;
  height: 100%;
  padding: 0;
}

.jt-title-laranja-sml-3 {
  color: #f26d04;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.jt-title-laranja-sml-3.viagem {
  text-align: center;
}

.jt-txt-form-sucess-2 {
  color: #f26d04;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.jt-form-2 {
  background-color: #fff;
  border-radius: 20px;
  width: 420px;
  height: auto;
  margin-bottom: 0;
  padding: 30px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-form-2.viagem {
  background-color: #fff;
  width: 600px;
}

.text-field-9 {
  background-color: #f2f2f2;
  border: 1px #000;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.jt-btn-form-2 {
  background-color: #f26d04;
  border-radius: 25px;
  width: 100%;
  height: 45px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.jt-sorte-holder-form-3 {
  justify-content: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-85 {
  font-size: 15px;
}

.text-block-86 {
  text-align: center;
}

.jt-sorte-s2-3 {
  background-image: url('../images/S2-sorte-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: flex-start;
  align-items: center;
  margin-top: -370px;
  padding-top: 340px;
  padding-bottom: 60px;
  display: block;
}

.text-span-164 {
  font-size: 15px;
  line-height: 18px;
}

.jt-btn-sorte-2 {
  color: #fff;
  text-align: center;
  background-color: #f26d04;
  border: 1px #fff;
  border-radius: 30px;
  justify-content: center;
  width: 380px;
  height: 45px;
  margin-bottom: 40px;
  padding: 13px 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  display: flex;
}

.jt-btn-sorte-2:hover {
  opacity: .7;
}

.jt-btn-sorte-2.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.image-110 {
  max-width: 64px;
  position: relative;
  top: 24px;
}

.sorte-s2-header-2 {
  margin-bottom: 40px;
}

.text-block-87 {
  margin-top: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.jt-sorte-box-s2-1-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.sorte-s2-title-2-3 {
  color: #f26d04;
  margin-bottom: 16px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.jt-sorte-card-btn-2 {
  color: #fff;
  text-align: center;
  background-color: #f26d04;
  border: 1px #fff;
  border-radius: 30px;
  width: 100%;
  height: 45px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.jt-sorte-card-btn-2:hover {
  opacity: .7;
}

.jt-sorte-card-btn-2.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.sorte-seta-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-span-165 {
  font-size: 15px;
  line-height: 18px;
}

.image-111 {
  margin-bottom: 40px;
}

.image-112 {
  margin-bottom: 20px;
}

.image-113 {
  width: 100px;
  margin-bottom: 40px;
}

.jt-btn-sorte-4-2 {
  color: #f26d04;
  text-align: center;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 30px;
  justify-content: center;
  height: 45px;
  padding: 13px 60px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  display: flex;
}

.jt-btn-sorte-4-2:hover {
  opacity: .7;
}

.jt-btn-sorte-4-2.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.bold-text-63 {
  color: #f9bd00;
}

.jt-sorte-s4-2 {
  background-image: url('../images/S2-sorte-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.jt-btn-sorte-3-3 {
  color: #fff;
  text-align: center;
  background-color: #f26d04;
  border: 1px #fff;
  border-radius: 30px;
  justify-content: center;
  width: 380px;
  height: 45px;
  padding: 13px 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  display: flex;
}

.jt-btn-sorte-3-3:hover {
  opacity: .7;
}

.jt-btn-sorte-3-3.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.text-block-88 {
  text-align: center;
  max-width: 420px;
  margin-bottom: 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
}

.jt-btn-sorte-3 {
  color: #fff;
  text-align: center;
  background-color: #f26d04;
  border: 1px #fff;
  border-radius: 30px;
  justify-content: center;
  width: 380px;
  height: 45px;
  margin-bottom: 40px;
  padding: 13px 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  display: flex;
}

.jt-btn-sorte-3:hover {
  opacity: .7;
}

.jt-btn-sorte-3.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.image-114 {
  margin-bottom: 10px;
}

.div-block-224 {
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  height: 72.7446%;
  margin-bottom: 40px;
  overflow: hidden;
}

.youtube-8 {
  border-radius: 0;
  max-width: 800px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.jt-btn-sorte-2-2 {
  color: #f26d04;
  text-align: center;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 30px;
  justify-content: center;
  height: 45px;
  padding: 13px 120px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  display: flex;
}

.jt-btn-sorte-2-2:hover {
  opacity: .7;
}

.jt-btn-sorte-2-2.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.image-115 {
  margin-bottom: 20px;
}

.bold-text-64 {
  color: #f26d04;
}

.image-117 {
  margin-bottom: 20px;
}

.jt-sorte-s6-v2 {
  background-color: #2582c3;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.jt-txt-sorte-cinza-4 {
  color: #333;
  text-align: left;
  max-width: 320px;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.jt-txt-branco-1 {
  color: var(--cinza);
  margin-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.jt-btn-sorte-5 {
  background-color: var(--new_orange);
  color: var(--white);
  text-align: center;
  border: 1px #fff;
  border-radius: 30px;
  justify-content: center;
  width: 320px;
  height: 45px;
  padding: 13px 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  display: flex;
}

.jt-btn-sorte-5:hover {
  opacity: .7;
}

.jt-btn-sorte-5.w--current {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.jt-btn-sorte-5.webview {
  display: none;
}

.image-96-m {
  margin-bottom: 50px;
  display: none;
}

.body_raspadinha {
  background-image: url('../images/body_bg_balde_1.webp');
  background-position: 50% 500px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sec-raspadinha-1 {
  background-image: url('../images/section_1_bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0 #000;
  width: auto;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.div-raspadinha-1 {
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 78%;
  display: flex;
}

.heading-13 {
  font-size: 64px;
  line-height: 66px;
}

.title-raspadinha-1 {
  color: var(--white);
  margin-bottom: 48px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 100px;
  line-height: 90px;
}

.subtitulo-raspadinha {
  color: #fff;
  max-width: 600px;
  margin-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-166 {
  font-variation-settings: "wght" 800;
}

.text-span-167 {
  font-variation-settings: "wdth" 70.2, "GRAD" 150, "XOPQ" 27;
}

.text-span-168 {
  font-variation-settings: "slnt" -10, "wdth" 90;
}

.text-span-169 {
  font-variation-settings: "wdth" 54.3;
}

.text-span-170 {
  font-variation-settings: "wght" 768, "wdth" 106.6, "XTRA" 423, "YOPQ" 25, "XOPQ" 95;
}

.text-span-171 {
  font-variation-settings: "slnt" -8;
}

.text-span-172 {
  font-variation-settings: "wght" 808, "wdth" 107.4, "YTAS" 791, "YTFI" 788, "GRAD" -24, "XOPQ" 27, "slnt" -4;
}

.sec-raspadinha-2 {
  border: 0 #000;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
}

.title-raspadinha-2 {
  color: var(--black);
  margin-bottom: 48px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 100px;
  line-height: 90px;
}

.subtitulo-raspadinha-2 {
  color: #000;
  max-width: 500px;
  margin-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

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

.text-span-174 {
  font-variation-settings: "wdth" 128.8, "slnt" -5, "YOPQ" 124, "XOPQ" 38;
}

.text-span-175 {
  font-variation-settings: "wght" 592, "wdth" 78.1, "opsz" 53.3, "slnt" -8;
}

.text-span-176 {
  font-variation-settings: "XOPQ" 62, "YOPQ" 33, "wght" 898;
}

.text-span-177 {
  font-variation-settings: "wdth" 53.5, "wght" 649;
}

.text-span-178 {
  font-variation-settings: "slnt" -5, "wght" 621, "wdth" 101.1, "XOPQ" 89, "YOPQ" 58;
}

.sec-raspadinha-4 {
  background-image: url('../images/section_5_bg.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0 #000;
  width: auto;
  height: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.div-raspadinha-2 {
  padding-top: 100px;
}

.title-raspadinha-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 64px;
  line-height: 66px;
}

.text-span-179 {
  font-variation-settings: "wdth" 63, "wght" 513;
}

.text-span-180 {
  font-variation-settings: "slnt" -5;
}

.text-span-181 {
  font-variation-settings: "XOPQ" 143, "YOPQ" 25, "slnt" 0;
}

.text-span-182 {
  font-variation-settings: "wght" 632, "YOPQ" 105, "XOPQ" 68;
}

.text-span-183 {
  font-variation-settings: "wght" 496, "slnt" -1;
}

.text-span-184 {
  font-variation-settings: "slnt" -5, "YOPQ" 41;
}

.text-span-185 {
  font-variation-settings: "wght" 592, "YOPQ" 117, "XOPQ" 75;
}

.text-span-186 {
  font-variation-settings: "wght" 666;
}

.div-block-225 {
  background-color: #ecbebe8a;
  flex-direction: column;
  width: 90%;
  height: 468px;
  margin: 310px 120px 100px;
  display: flex;
}

.box-raspadinha-1 {
  width: 60%;
}

.div-block-226 {
  height: 468px;
}

.div-aniversario-2-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.div-raspadinha-3 {
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sec-raspadinha-3 {
  border: 0 #000;
  width: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
}

.centralizado-raspadinha {
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.title-raspadinha-4 {
  color: #000;
  text-align: center;
  max-width: 1100px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 42px;
}

.text-span-187 {
  color: #f26d04;
}

.box-dicas-raspadinha {
  background-image: url('../images/raspadinha-2-1.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px;
}

.card-dicas-raspadinha {
  align-items: center;
  height: 236px;
}

.dicas-title-1 {
  color: #000;
  text-transform: uppercase;
  max-width: 250px;
  margin-top: 16px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.dicas-destaque, .text-span-189 {
  font-weight: 900;
}

.spacer-raspadinha {
  height: 55vh;
  margin-top: 100px;
}

.title-raspadinha-5 {
  color: #000;
  text-align: center;
  max-width: 1100px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 42px;
}

.box-dicas-raspadinha-mobile {
  background-image: url('../images/raspadinha-2-1.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px;
  display: none;
}

.centralizado-raspadinha-2 {
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.card-dicas-raspadinha-final, .card-dicas-raspadinha-mobile {
  align-items: center;
  height: 236px;
}

.dicas-title-2 {
  color: #000;
  text-transform: uppercase;
  max-width: 250px;
  margin-top: 16px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-span-192 {
  font-weight: 800;
}

.div-block-227 {
  display: none;
}

.text-span-193 {
  font-weight: 800;
}

.jt-section-promo-balde-home {
  background-color: var(--new_orange);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/promo-section-2-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.jt-subtile-branco-promo {
  color: var(--white);
  width: auto;
  max-width: 500px;
  margin-top: 36px;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.jt-header-itens-home-promo {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-top: 0;
  display: block;
  position: sticky;
  right: 0;
}

.jt-txt-preto-promo {
  color: var(--black);
  width: 90%;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.image-120 {
  margin-bottom: 20px;
}

.jt-title-preto-promo {
  color: var(--black);
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.text-span-194 {
  background-color: #f26d04;
  font-style: italic;
}

.brand-jeitto {
  background-image: url('../images/jeitto-logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  max-width: 30%;
  height: 50px;
}

.header-escola-de-cria {
  background-color: #1d1c1c;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.nav-link {
  color: var(--white);
}

.nav-link-2 {
  color: var(--white);
  text-align: center;
  cursor: pointer;
  margin-left: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.nav-link-2.saiba-mais {
  display: none;
}

.nav-link-2.oq-vai-aprender-menu {
  margin-right: 60px;
}

.nav-link-3 {
  color: var(--white);
}

.container-15 {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: auto;
  display: flex;
}

.saiba-mais-section-2 {
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  background-color: #fe5200;
  border-radius: 4px;
  min-width: 166px;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 10px 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.brand-escola {
  background-image: url('../images/escola-de-cria-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 118px;
  height: 56px;
}

.brand-digital {
  background-image: url('../images/digital-favela-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 145px;
  max-width: 50%;
  height: 43px;
  margin-left: 40px;
}

.container-16 {
  max-width: 265px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.divider-border, .text-block-90 {
  display: none;
}

.banner-escola-de-cria {
  opacity: 1;
  background-color: #000;
  background-image: linear-gradient(#0006, #0006), url('../images/escola-cria-banner-1.webp');
  background-position: 0 0, 50% 24%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  height: 606px;
  position: relative;
}

.container-17 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.container-18 {
  width: 80%;
  max-width: 360px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.banner-message {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.banner-left-orange-arrow {
  display: block;
  position: absolute;
  left: 0;
  transform: translate(0, -100%);
}

.saiba-mais-banner {
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  background-color: #fe5200;
  border-radius: 4px;
  min-width: 166px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 10px 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: none;
}

.social-icons-banner {
  aspect-ratio: auto;
  object-fit: none;
  width: 44px;
  max-width: 44px;
  display: block;
  position: absolute;
  bottom: 100px;
  right: 20px;
}

.inscricoes-banner {
  background-color: #ff5200;
  justify-content: center;
  align-items: center;
  height: 116px;
  display: flex;
}

.image-123 {
  max-height: 82px;
}

.container-19 {
  background-image: url('../images/inscricoes-escola-cria.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 86px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.section-11 {
  background-color: #1d1c1c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 80px 40px;
  display: flex;
}

.sobre-o-curso {
  max-width: 80%;
}

.text-block-92 {
  color: #ff5200;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.container-20 {
  flex-direction: column;
  align-items: center;
  max-width: 670px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-93 {
  text-align: center;
  margin-top: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.image-125 {
  width: 315px;
  max-width: 60%;
  margin-top: 100px;
}

.text-block-94 {
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
  line-height: 24px;
}

.text-span-195 {
  color: #ff5100;
}

.saiba-mais-header {
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  cursor: pointer;
  background-color: #fe5200;
  border-radius: 4px;
  min-width: 166px;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding: 10px 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: none;
}

.section-12 {
  background-color: #ff5200;
  margin-top: 0;
  padding: 60px 40px;
}

.container-sobre-o-curso {
  flex-direction: column;
  align-items: center;
  max-width: 710px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.jeitto-logo-about {
  width: 200px;
  max-width: 45%;
}

.container-sobre-o-curso--big {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.divider-sobre-curso {
  max-width: 100%;
}

.curso-steps {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.curso-step {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.step-description {
  text-align: left;
  margin-top: 10px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.step-title {
  text-align: left;
  margin-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.section-sobre-o-curso {
  background-color: #ff5200;
  margin-top: 0;
  padding: 60px 40px 80px;
}

.section-oque-voce-vai-aprender {
  object-fit: cover;
  background-color: #fff;
  background-image: url('../images/oque-voce-vai-aprender-bg.webp');
  background-position: 50% -50px;
  background-repeat: no-repeat;
  height: auto;
  min-height: 720px;
  margin-top: 0;
  padding: 60px 40px 40px;
}

.container-oque-voce-vai-aprender-big {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.oqvcvai-text {
  text-align: left;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.oque-vai-aprender-logo {
  max-width: 100%;
}

.container-oq-vai-aprender {
  flex-direction: column;
  align-items: center;
  max-width: 910px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-sobre-curso {
  text-align: center;
  margin-top: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.container-21 {
  background-image: url('../images/oque-voce-vai-aprender.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 120px;
}

.dropdown-toggle {
  float: none;
  background-color: #1d1c1c;
  width: 580px;
  max-width: 100%;
  margin-left: 0;
  padding: 30px 20px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.dropdown-toggle.w--open {
  display: block;
  position: relative;
}

.text-block-95 {
  color: #fff;
  letter-spacing: .01rem;
  max-width: 90%;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.container-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-8 {
  color: #ff5200;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.dropdown-list-4 {
  background-color: #1d1c1c;
}

.dropdown-list-4.w--open {
  padding-bottom: 10px;
  position: relative;
}

.dropdown-link-2 {
  color: var(--white);
  font-size: 18px;
}

.text-block-96 {
  padding: 20px;
  font-size: 18px;
  line-height: 28px;
}

.list {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-228 {
  background-color: #fff;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.section-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.jeito-existe-logo {
  background-image: url('../images/jeitto-existe-para.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 140px;
}

.conheca-nosso-app {
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  background-color: #fe5200;
  border-radius: 4px;
  min-width: 166px;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 10px 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.section-14 {
  background-image: url('../images/img-comunidades.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-126 {
  width: 230px;
  max-width: 60%;
}

.section-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1d1c1c;
  justify-content: center;
  height: 160px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-127 {
  max-width: 40%;
  height: 66px;
}

.image-128 {
  max-width: 30%;
  height: 66px;
}

.video-2 {
  width: 100%;
  height: 100%;
  max-height: 616px;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-129 {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-23 {
  z-index: 1;
  background-image: url('../images/play_circle_solid.svg'), linear-gradient(#0000004d, #0000004d);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-escola-video {
  z-index: 9999;
  background-color: #0e0e0e;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  max-width: 100dvw;
  height: 100dvh;
  max-height: 100dvh;
  padding: 100px;
  display: none;
  position: fixed;
  top: 0;
}

.image-130 {
  width: 72px;
  height: 72px;
  padding: 20px;
  position: absolute;
  top: 40px;
  right: 40px;
}

.youtube-9 {
  padding: 0;
}

.container-24 {
  width: 100%;
  max-width: 70%;
  height: 100%;
  display: flex;
}

.container-25 {
  display: block;
}

.brand-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 16px;
  display: block;
}

.navbar-6 {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-link-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-link-4.w--current {
  color: var(--new_orange);
}

.heading-14 {
  color: var(--new_orange);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
}

.div-block-229 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-131 {
  margin-top: 40px;
}

.text-block-97 {
  color: var(--new_orange);
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.text-block-97._2 {
  margin-top: 0;
}

.text-block-97-copy {
  color: var(--black);
  margin-top: 10px;
  font-family: Stretchpro, sans-serif;
  font-size: 64px;
  line-height: 100%;
}

.link-block-17 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  background-color: var(--new_orange);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  margin-top: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  display: flex;
}

.link-block-17.white {
  background-color: var(--white);
  color: var(--new_orange);
  width: auto;
  margin-top: 0;
  text-decoration: none;
}

.text-block-98 {
  color: var(--white);
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-98.orange {
  color: var(--new_orange);
  width: auto;
}

.image-132 {
  width: 37px;
  height: 37px;
}

.div-block-230 {
  width: 37px;
}

.div-block-231 {
  width: 22px;
  height: 37px;
}

.section-16 {
  background-image: url('../images/bg-hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

.section_hero {
  background-image: url('../images/Layer_1_right.svg'), url('../images/Layer_1_left.svg');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 40px, 40px;
  padding-bottom: 100px;
}

.section_hero.embaixador {
  background-image: url('../images/banner-vem-na-minha.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 590px;
  padding-bottom: 0;
  display: flex;
}

.section_hero.indicado {
  background-image: url('../images/juntas-1.png'), url('../images/BG_indicado.png');
  background-position: 100% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-bottom: 0;
  display: flex;
}

.section_hero.ajeitae {
  background-image: none;
  padding-bottom: 0;
}

.section-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--new_orange);
  color: var(--new_orange);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.div-block-232 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-99 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-99-copy {
  color: var(--black);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section_descubra_cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--new_orange);
  color: var(--new_orange);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.container-27 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-233 {
  background-color: #1e1e1e;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 837px;
  height: auto;
  margin-right: 20px;
  padding: 40px 20px;
  display: flex;
}

.image-133 {
  width: 100%;
  height: auto;
}

.section-18 {
  padding-top: 60px;
  padding-bottom: 50px;
}

.heading-15 {
  color: var(--new_orange);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Stretchpro, sans-serif;
  font-weight: 400;
}

.text-block-100 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.text-span-196, .text-span-197 {
  font-weight: 700;
}

.text-span-198 {
  font-size: 16px;
  line-height: 100%;
}

.div-block-234 {
  width: auto;
  height: auto;
}

.pontuacao {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section_como-funciona {
  padding-top: 60px;
  padding-bottom: 50px;
}

.container-28 {
  background-color: #f2f2f2;
  border-radius: 16px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.heading-16 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Stretchpro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-101 {
  color: var(--new_orange);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
}

.text-block-102 {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 125%;
}

.image-134 {
  margin-bottom: 20px;
}

.div-block-235 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-title {
  color: var(--black);
  text-align: center;
  height: 50px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}

.div-block-236 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.text-block-103 {
  color: var(--black);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-236-copy {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-104 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.container-29 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.heading-17 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.div-block-237 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-105 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-span-199 {
  color: var(--new_orange);
  font-weight: 700;
}

.div-block-238 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-span-200 {
  color: var(--new_orange);
  font-weight: 700;
}

.section_datas {
  padding-top: 20px;
  padding-bottom: 60px;
}

.container-30 {
  background-color: var(--new_orange);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 32px 60px;
  display: flex;
}

.div-block-239 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-106 {
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-240 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 3px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.text-block-107 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-span-201 {
  color: var(--white);
  font-weight: 700;
}

.section-19 {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-31 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-241 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.heading-18 {
  color: var(--new_orange);
  text-transform: uppercase;
  font-family: Stretchpro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
}

.div-block-242 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-243 {
  width: 440.242px;
}

.text-block-108 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.section_golpe {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section_faq {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-19 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Stretchpro, sans-serif;
}

.text-span-202 {
  color: var(--new_orange);
}

.body-9 {
  background-color: #fff;
}

.faq-item {
  color: #0000;
  cursor: pointer;
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 0;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px 24px;
}

.seta_accordeon {
  width: 2%;
  max-width: none;
}

.container-5 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--new_orange);
  background-color: #f2f2f2;
}

.div-block-9 {
  align-items: center;
  display: flex;
}

.text-body {
  color: #130501b3;
  text-align: left;
  justify-content: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.text-body.faq-item-text {
  color: var(--black);
  width: 889px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.text-heading-3 {
  color: #130501;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-heading-3.faq-item-heading-text {
  color: #828282;
  flex: 1;
  margin-right: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.text-heading-3.faq-item-heading-text.ajeitae {
  color: var(--black);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.faq-item-trigger {
  background-color: #f2f2f2;
}

.faq-item-content {
  overflow: hidden;
}

.section_disclaimer {
  background-color: var(--white);
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-block-109 {
  color: var(--grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.section_nao-caia-em-golpes {
  background-color: #333;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.text-block-109-copy {
  color: #f58220;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

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

.div-block-244 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-245 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-block-17-copy {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  border: 1px solid var(--new_orange);
  background-color: var(--transparent);
  color: var(--new_orange);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  height: 45px;
  margin-top: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  text-decoration: none;
  display: flex;
}

.link-block-17-copy.white {
  background-color: var(--white);
  color: var(--new_orange);
  width: auto;
  margin-top: 0;
  text-decoration: none;
}

.text-block-98-copy {
  color: var(--new_orange);
  text-align: center;
  width: 100%;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-98-copy.orange {
  color: var(--new_orange);
  width: auto;
}

.text-block-110 {
  color: var(--black);
  margin-top: 10px;
  font-style: italic;
}

.text-block-102-copy {
  color: var(--black);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 125%;
}

.link-block-18 {
  text-decoration: none;
}

.text-span-204 {
  text-decoration: underline;
}

.navbar-6-copy {
  background-color: var(--new_orange);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-link-4-copy {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-link-4-copy.w--current {
  color: var(--new_orange);
}

.container-32 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.banner-hero {
  background-image: url('../images/Frame-2173.png');
  background-position: 50%;
  background-size: cover;
}

.heading-20 {
  margin-top: 40px;
}

.section_regulamento {
  height: auto;
}

.text_image {
  width: 80%;
  margin-top: 40px;
}

.text_image.mobile {
  display: none;
}

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

.container-33 {
  margin-bottom: 40px;
}

.right-arrow-7, .left-arrow-7 {
  display: none;
}

.slider-6 {
  height: 100%;
}

.image-139 {
  height: 438.133px;
}

.image-140 {
  width: auto;
  height: auto;
}

.slide-3 {
  background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(to bottom, var(--new_orange), var(--new_orange));
  vertical-align: baseline;
  background-position: 100%, 0%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  height: 652px;
  padding-bottom: 0;
  padding-right: 0;
}

.heading-21 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.div-block-248 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-decoration: none;
  display: inline-flex;
}

.image-141 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-block-111 {
  color: var(--white);
  margin-top: 0;
  font-size: 28px;
  line-height: 125%;
}

.container-34 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-7 {
  background-image: url('../images/Slide5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 652px;
}

.heading-22 {
  color: #000;
  font-family: Stretchpro, sans-serif;
  font-size: 60px;
}

.link-block-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.container-35 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-142 {
  width: 100%;
}

.text-block-112 {
  color: var(--new_orange);
  font-family: Stretchpro, sans-serif;
  text-decoration: none;
}

.div-block-249 {
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 24px;
  text-decoration: none;
}

.left-arrow-8 {
  display: none;
}

.div-block-250 {
  -webkit-text-stroke-color: var(--transparent);
  background-image: url('../images/Frame-1335.svg'), url('../images/Frame-1332.svg'), url('../images/Frame-1334.svg');
  background-position: 0 41%, 100% 100%, 17% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 0;
  text-decoration: none;
  display: inline-flex;
}

.container-36 {
  background-image: url('../images/Frame-1333.svg');
  background-position: 66% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-34-copy {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 10240px;
  height: 100%;
  display: flex;
}

.slide-8 {
  vertical-align: baseline;
  background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(#ff5325, #ff5325);
  background-position: 100%, 0%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  height: 652px;
  padding-bottom: 0;
  padding-right: 0;
}

.heading-23 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.heading-23.white {
  color: var(--white);
}

.image-144 {
  width: 50%;
  margin-bottom: 20px;
}

.slide-nav-8 {
  width: 300px;
}

.div-block-251 {
  background-color: var(--black);
  border-radius: 50px;
  padding: 12px 24px;
  text-decoration: none;
}

.image-145 {
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-113 {
  color: var(--black);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-113.bold {
  color: var(--white);
  font-size: 25px;
  font-weight: 700;
}

.text-block-114 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.heading-24 {
  color: var(--white);
  margin-top: 10px;
  font-family: Monument Extended, sans-serif;
  font-size: 51px;
}

.heading-24.white {
  color: var(--white);
  font-size: 45px;
  display: none;
}

.link-block-20 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.banner-home {
  height: 100%;
  margin-top: -156px;
}

.slide-9 {
  background-image: url('../images/Banner-Site-Baião-de-Todos-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  height: 652px;
}

.image-146 {
  align-self: flex-end;
  position: absolute;
  inset: auto 0% 0% 7%;
}

.image-147 {
  vertical-align: baseline;
  margin-top: 24px;
  position: absolute;
  inset: 4% auto 0% 4%;
}

.div-block-252 {
  position: relative;
}

.div-block-253 {
  aspect-ratio: auto;
  object-fit: contain;
  overflow: visible;
}

.container-37 {
  background-image: url('../images/Banner-Site-Baião-de-Todos-rb.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 95%;
  max-width: 100%;
  height: 100%;
  position: static;
}

.container-38 {
  box-sizing: content-box;
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--transparent);
  object-fit: none;
  background-image: url('../images/Banner-Site-Baião-de-Todos-textos.png');
  background-position: 0%;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  overflow: scroll;
}

.div-block-254 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Banner-Site-Baião-de-Todos-textos.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1300px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.slide-12 {
  background-image: url('../images/Banner-Site-Baião-de-Todos-BG.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 652px;
}

.container-34-copy-2 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-148 {
  align-self: auto;
  height: 450px;
  margin: auto auto 0 330px;
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.image-149 {
  aspect-ratio: auto;
  height: 420px;
  margin: 60px auto auto 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-150, .image-151 {
  display: none;
}

.section-20 {
  margin-top: 60px;
}

.div-block-255 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1e1e1e;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.text-block-115 {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 125%;
}

.div-block-256 {
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-top: 40px;
  padding-left: 70px;
  padding-right: 140px;
  display: flex;
}

.div-block-256.black {
  background-color: var(--black);
  padding-right: 70px;
}

.div-block-256._2 {
  padding-right: 140px;
}

.text-block-116 {
  color: var(--new_orange);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 125%;
}

.text-block-116.white {
  color: var(--white);
}

.div-block-257 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  padding-bottom: 42px;
  display: flex;
}

.div-block-257._2 {
  justify-content: center;
  align-items: flex-start;
  width: 77%;
}

.div-block-258 {
  background-color: var(--black);
  width: 200px;
  height: 2px;
}

.div-block-258.orange {
  background-color: var(--new_orange);
}

.image-152 {
  position: relative;
  bottom: 0;
}

.bold-text-65 {
  font-family: Stretchpro, sans-serif;
  font-size: 70px;
  line-height: 125%;
}

.container-40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-259 {
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  display: flex;
  position: static;
}

.div-block-260 {
  background-color: var(--new_orange);
  border-radius: 50px;
  width: 350px;
  height: 8px;
  position: relative;
  bottom: -5px;
}

.slide_vencedores {
  margin-top: 60px;
}

.vencedores {
  background-color: #0000;
  height: auto;
}

.heading-25 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.div-block-261 {
  background-color: var(--new_orange);
  border-radius: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.left-arrow-9 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  top: 33px;
  left: -23px;
}

.right-arrow-8 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  top: 33px;
  right: -23px;
}

.slide-nav-9 {
  display: none;
}

.bold-text-66 {
  text-transform: uppercase;
}

.image-155 {
  margin-right: -2px;
  padding-right: 0;
}

.text-block-117 {
  color: var(--white);
  background-color: #fff0;
}

.list-2, .list-3, .list-4, .list-5 {
  padding-left: 17px;
  list-style-type: decimal;
}

.bold-text-67, .bold-text-68 {
  color: #f26d05;
  font-weight: 500;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
  padding-left: 18px;
}

.bold-text-69 {
  color: #f26d05;
  font-weight: 500;
}

.paragraph-11 {
  padding-left: 18px;
}

.list-6 {
  list-style-type: decimal;
}

.list-7, .list-8, .list-9, .list-10, .list-11, .list-12, .list-13, .list-14, .list-15 {
  padding-left: 17px;
  list-style-type: decimal;
}

.list-16, .list-17 {
  padding-left: 26px;
  list-style-type: decimal;
}

.paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
  padding-left: 18px;
}

.list-18, .list-19, .list-20 {
  list-style-type: lower-alpha;
}

.bold-text-70, .bold-text-71, .bold-text-72 {
  color: #f26d05;
  font-weight: 500;
}

.paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
  padding-left: 18px;
}

.paragraph-24 {
  color: #f26d05;
}

.grid-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  aspect-ratio: auto;
  border: 1px solid #000;
  grid-template: "Area Area-3 Area-5 Area-7 Area-9 Area-11"
                 "Area-2 Area-4 Area-6 Area-8 Area-10 Area-12"
                 / minmax(149px, 1fr) 1fr 1fr 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: stretch;
  place-items: center start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
  overflow: visible;
}

.text-block-118, .text-block-119, .text-block-120 {
  font-size: 15px;
}

.text-block-121 {
  font-size: 15px;
  line-height: 15px;
}

.text-block-122, .superscript, .text-block-123 {
  font-size: 15px;
}

.image-156 {
  margin-top: -48px;
}

.image-157 {
  width: 800px;
  max-width: 100%;
  height: 360px;
  display: block;
}

.section-21 {
  background-color: #07b7e6;
  height: 408px;
}

.image-158 {
  vertical-align: top;
  width: 845px;
  height: auto;
  margin-top: -200px;
  padding-top: 0;
  display: block;
}

.div-block-262 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.image-159 {
  width: 600px;
  max-width: 58%;
  margin-top: -291px;
  margin-left: 0;
  position: absolute;
}

.div-block-263 {
  width: 450px;
}

.jt-section-antecipe1-copy {
  background-color: #f2f2f2;
  background-image: url('../images/img-2-3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  height: 556px;
  margin-left: auto;
  margin-right: auto;
}

.jt-div-sections-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1400px;
  max-height: 455px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.jt-section-jornada1-copy {
  background-color: var(--new_orange);
  background-image: url('../images/img-34-1.jpg');
  background-position: 0 0;
  background-size: contain;
  background-color: var(--new_orange);
  background-image: url('../images/img-34-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.jt-title-branco-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 36px;
  padding-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 40px;
  line-height: 50.4px;
}

.jt-ej-form-copy {
  background-color: var(--new_orange);
  background-image: url('../images/img-34-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.jt-header-ej-copy {
  background-image: url('../images/ej-img.png'), linear-gradient(62deg, #17a7ca 49%, var(--deep-sky-blue-2));
  background-position: 90% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60%, auto;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: center;
  height: 469px;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.jt-div-jornada-copy {
  border-bottom: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.jt-txt-branco-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.jt-title-branco-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.image-160 {
  width: 850px;
  height: auto;
}

.jt-div-video-copy {
  border-radius: 20px;
  display: block;
}

.jt-title-azul-copy {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.jt-txt-cinza-3-copy {
  color: var(--grey);
  margin-bottom: 0;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.jt-div-oportunidade-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.jt-title-laranja-copy {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-txt-cinza-3-copy {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.jt-div-sections-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1400px;
  max-height: 455px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.jt-section-antecipe1-copy {
  background-color: #f2f2f2;
  background-image: url('../images/img1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.superscript-2 {
  font-weight: 400;
}

.superscript-3 {
  font-family: Montserrat, sans-serif;
  line-height: 39px;
}

.superscript-4 {
  color: var(--new_orange);
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 39px;
  text-decoration: none;
  display: block;
}

.manifesto-jeitto-copy {
  background-color: var(--deep-sky-blue);
  padding-top: 30px;
  padding-bottom: 19px;
}

.img-manifesto-copy {
  width: 632px;
  height: 500px;
  margin-top: -83px;
  margin-left: -103px;
  position: static;
}

.title-jeitto-3-copy {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.text-jeitto-2-copy {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 19px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 19px;
}

.div-block-67-copy {
  align-self: center;
  margin-left: 29px;
}

.div-manifesto-copy {
  width: 80%;
  max-width: 100%;
  margin-top: -387px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.image-161 {
  margin-left: auto;
  margin-right: auto;
}

.manifesto-jeitto-copy-copy {
  background-color: var(--transparent);
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid #f58220;
  border-radius: 34px;
  padding: 0;
}

.cell {
  border-style: solid;
  border-width: 1px;
  border-color: var(--orange-jeitto) #0cb7e7 #f58220 #f58221;
  background-color: #f58220;
  border-radius: 30px 0 0 30px;
}

.div-block-264 {
  padding: 25px 40px 20px;
}

.jt-title-azul-copy-copy {
  color: var(--deep-sky-blue);
  text-align: center;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.subscript {
  color: var(--white);
}

.subscript-2 {
  color: var(--white);
  vertical-align: middle;
}

.div-block-265 {
  margin: auto;
}

.jt-div-oportunidade-copy-copy, .jt-div-oportunidade-copy-copy-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.jt-div-oportunidade-copy-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.jt-div-oportunidade-copy-copy-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.jt-div-oportunidade-copy-copy-copy-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.jt-title-azul-copy-copy-copy {
  color: var(--orange-jeitto);
  text-align: center;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-265-copy {
  margin: auto;
}

.cell-copy {
  background-color: #0cb7e7;
  border: 1px solid #0cb7e7;
  border-radius: 30px 0 0 30px;
}

.superscript-2-copy {
  font-weight: 400;
}

.div-block-264-copy {
  padding: 20px 40px;
}

.quick-stack-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid #0cb7e7;
  border-radius: 34px;
  padding: 0;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid #f58220;
  border-radius: 34px;
  padding: 0;
}

.div-block-266 {
  padding: 25px 40px 20px;
}

.cell-2 {
  background-color: #f58220;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.div-block-67-copy-copy {
  align-self: center;
  margin-left: 29px;
  padding-top: 0;
}

.manifesto-jeitto-copy-copy {
  background-color: var(--deep-sky-blue);
  height: 368px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.jt-section-antecipe1-copy-copy {
  background-color: #f2f2f2;
  background-image: url('../images/img-2-3.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.jt-title-laranja-copy-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-txt-cinza-3-copy-copy {
  color: var(--white);
  width: 450px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.jt-div-sections-copy-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1400px;
  max-height: 455px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.jt-div-txts-antecipe-copy {
  width: 550px;
}

.jt-section-antecipe1-copy-copy-copy {
  background-color: #f2f2f2;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.jt-div-sections-copy-copy-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1400px;
  max-height: 455px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.jt-title-branco-copy-copy {
  color: var(--white);
  width: 100%;
  margin: 0 auto 36px;
  padding-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 40px;
  line-height: 50.4px;
}

.jt-section-antecipe1-copy-452345-copy-copy {
  background-color: #f58220;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.superscript-4-copy {
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 39px;
  text-decoration: none;
  display: block;
}

.jt-txt-branco-copy-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.jt-txt-branco-copy-copy-copy {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.jt-title-branco-copy-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 40px;
  line-height: 50.4px;
}

.jt-section-jornada1-copy-copy {
  background-color: var(--white);
}

.jt-div-jornada-copy-copy {
  border-bottom: 1px solid var(--white);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.jt-title-branco-copy-copy-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 40px;
  line-height: 50.4px;
}

.jt-txt-branco-copy-copy-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.jt-div-jornada-copy-copy-copy {
  border-bottom: 1px solid var(--white);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.jt-div-txts-jornada-copy {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.jt-txt-branco-copy-copy-copy-copy {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.superscript-4-copy {
  color: var(--new_orange);
  text-align: left;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 39px;
  text-decoration: none;
  display: block;
}

.superscript-4-copy-copy {
  color: var(--white);
  text-align: left;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 39px;
  text-decoration: none;
  display: block;
}

.superscript-4-copy-copy-copy {
  color: var(--white);
  text-align: left;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 39px;
  text-decoration: none;
  display: block;
}

.jt-title-branco-copy-copy-copy {
  color: var(--white);
  margin: 0 auto 10px;
  padding-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 48px;
  line-height: 50.4px;
}

.div-manifesto-copy-copy {
  width: 100%;
  max-width: 100%;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.div-manifesto-copy-sds-copy {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: auto;
}

.img-manifesto-22-copy {
  order: 0;
  width: 622px;
  height: 470px;
  margin-top: -61px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: clip;
}

.manifesto-jeitto-qqqq-copy-copy {
  background-color: var(--transparent);
  padding-top: 0;
  padding-bottom: 0;
}

.jt-div-oportunidade-qqq-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.jt-div-txts-jornada-aaaa {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  padding-left: 0;
  display: block;
}

.jt-div-2-copy-aaaaa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.jt-div-1-aaaa {
  width: 60%;
  margin-top: -123px;
}

.div-manifesto-copy-aaaa {
  width: 100%;
  max-width: 100%;
  margin-top: -41px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 400px;
  display: flex;
  position: absolute;
}

.superscript-4-aaawd-copy-copy-copy {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 39px;
  text-decoration: none;
  display: block;
}

.jt-div-oportunidade-dfgsdfg-copy-copy-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.jt-div-txts-jornada-4545454-copy {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.jt-section-antecipe1-sadfasdf-copy-copy {
  background-color: #f2f2f2;
  background-image: url('../images/img-2-3.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.jt-header-ej-copy-asdasd {
  background-image: url('../images/ej-img.png'), linear-gradient(62deg, #17a7ca 49%, var(--deep-sky-blue-2));
  background-position: 90% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60%, auto;
  border: 1px #000;
  border-bottom-right-radius: 0;
  align-items: center;
  height: 469px;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.jt-section-jornada1-34343-copy {
  background-color: var(--new_orange);
  background-image: url('../images/img-34-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.jt-section-features-cliente-3345 {
  background-color: var(--orange-jeitto);
  padding-top: 60px;
  padding-bottom: 0;
}

._323234235 {
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask-4-12343 {
  height: 440px;
}

.jt-div-jornada-1234123-copy {
  border-bottom: 1px solid var(--transparent);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.jt-div-sliderapp-2-awwe {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.jt-title-branco-copy-2222-copy-copy {
  color: var(--white);
  text-align: center;
  margin: 42px auto auto;
  padding-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.superscript-4-22323-copy-copy-copy-copy {
  color: var(--white);
  text-align: left;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 39px;
  text-decoration: none;
  display: block;
}

.jt-div-sliderapp-2-3333-copy {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mask-4-12343-3333 {
  height: 440px;
}

._323234235-3333, ._323234235-4444 {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-title-branco-copy-3434-copy-copy-copy {
  color: var(--white);
  text-align: center;
  margin: 0 auto 10px;
  padding-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.jt-section-features-54-3345-copy {
  background-color: var(--deep-sky-blue);
  padding-top: 60px;
  padding-bottom: 0;
}

.jt-slide-app-2-667654, ._323234235-2, ._323234235-23 {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-div-txts-jornada-qwerqwe, .jt-div-txts-jornada-qwerqwe-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  display: block;
}

.superscript-4-1111copy-copy {
  color: var(--white);
  text-align: left;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 39px;
  text-decoration: none;
  display: block;
}

.jt-title-branco-21233451-copy-copy-copy {
  color: var(--white);
  margin: 0 auto 10px;
  padding-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 40px;
  line-height: 50.4px;
}

.superscript-4-3wer-copy-copy-copy-copy {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 39px;
  text-decoration: none;
  display: block;
}

._323234235-2-copy, ._323234235-2-4324-copy, ._323234235-23-5654 {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.superscript-5 {
  font-weight: 500;
}

.jt-section-features-cliente-9988-copy {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

._323234235-qaaaa {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-section-oportunidade-2-12312-copy-copy {
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-jeitto-3-rrtuyut {
  color: var(--new_orange);
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.superscript-6 {
  margin-left: auto;
  margin-right: auto;
}

.jt-section-oportunidade-2-rtrr-copy-copy-copy {
  padding-top: 0;
  padding-bottom: 0;
}

._12234sdbc {
  background-color: #f58220;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.jt-section-jornada1-21312-copy-copy, .mobile-123 {
  background-color: var(--white);
}

.sadfasdfasdf {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.sdfasdfasd {
  background-color: #0000;
  height: 440px;
}

.jt-title-laranja-3-sdfasdf {
  color: #f58220;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.sdfasdf {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.jt-title-laranja-3-copy {
  color: #f58220;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.werqwerqwe {
  height: 440px;
}

._324123 {
  color: #f58220;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.slide-14 {
  background-color: #f58221;
  height: 440px;
}

.jt-title-branco-copy-copy, .sdfsdf {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.jt-txt-cinza-3-codfg56py-copy {
  color: var(--grey);
  margin-bottom: 0;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

._5434 {
  font-weight: 400;
}

._324 {
  background-color: var(--white);
}

.dfasdfasd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid #0cb7e7;
  border-radius: 34px;
  padding: 0;
}

.dfasdfwqe5234 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--orange-jeitto) #0cb7e7 #0cb7e7 #0cb7e7;
  background-color: #0cb7e7;
  border-radius: 30px 0 0 30px;
}

.fasd32523 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid #0cb7e7;
  border-radius: 34px;
  padding: 0;
}

._56yerghf {
  background-color: #0cb7e7;
  border: 1px solid #0cb7e7;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.sdfas5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid #0cb7e7;
  border-radius: 34px;
  padding: 0;
}

._3457hfgh {
  background-color: #0cb7e7;
  border: 1px solid #0cb7e7;
  border-radius: 30px 0 0 30px;
}

.src-section-1 {
  width: 80%;
  max-width: 1100px;
}

.src-title-label-1 {
  color: var(--grey-text);
  width: 100%;
  margin-bottom: 0;
  padding: 24px;
  font-size: 28px;
  line-height: 34px;
}

.src-title-1 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.src-open-1 {
  clear: none;
  text-align: left;
  order: 0;
  padding-right: 24px;
  position: static;
  inset: 0%;
}

.src-close-1 {
  padding-right: 24px;
}

.text-block-127 {
  color: var(--grey-text);
}

.src-text-detail-1 {
  color: var(--grey);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  line-height: 24px;
}

.src-section-2 {
  width: 80%;
  max-width: 1100px;
}

.src-title-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.src-title-label-2 {
  color: var(--grey-text);
  width: 100%;
  margin-bottom: 0;
  padding: 24px;
  font-size: 28px;
  line-height: 34px;
}

.src-close-2 {
  padding-right: 24px;
}

.src-open-2 {
  clear: none;
  text-align: left;
  order: 0;
  padding-right: 24px;
  position: static;
  inset: 0%;
}

.src-text-detail-2 {
  color: var(--grey);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  line-height: 24px;
}

.src-section-3 {
  width: 80%;
  max-width: 1100px;
}

.src-title-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.src-title-label-3 {
  color: var(--grey-text);
  width: 100%;
  margin-bottom: 0;
  padding: 24px;
  font-size: 28px;
  line-height: 34px;
}

.src-close-3 {
  padding-right: 24px;
}

.src-open-3 {
  clear: none;
  text-align: left;
  order: 0;
  padding-right: 24px;
  position: static;
  inset: 0%;
}

.src-text-detail-3 {
  color: var(--grey);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  line-height: 24px;
}

.src-section-3-copy, .src-section-4 {
  width: 80%;
  max-width: 1100px;
}

.src-title-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.src-title-label-4 {
  color: var(--grey-text);
  width: 100%;
  margin-bottom: 0;
  padding: 24px;
  font-size: 28px;
  line-height: 34px;
}

.src-close-4 {
  padding-right: 24px;
}

.src-open-4 {
  clear: none;
  text-align: left;
  order: 0;
  padding-right: 24px;
  position: static;
  inset: 0%;
}

.src-text-detail-4 {
  color: var(--grey);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  line-height: 24px;
}

.src-title-5 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.src-section-5 {
  width: 80%;
  max-width: 1100px;
}

.src-title-label-5 {
  color: var(--grey-text);
  width: 100%;
  margin-bottom: 0;
  padding: 24px;
  font-size: 28px;
  line-height: 34px;
}

.src-close-5 {
  padding-right: 24px;
}

.src-open-5 {
  clear: none;
  text-align: left;
  order: 0;
  padding-right: 24px;
  position: static;
  inset: 0%;
}

.src-text-detail-5 {
  color: var(--grey);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  line-height: 24px;
}

.src-section-6 {
  width: 80%;
  max-width: 1100px;
}

.src-title-6 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.src-title-label-6 {
  color: var(--grey-text);
  width: 100%;
  margin-bottom: 0;
  padding: 24px;
  font-size: 28px;
  line-height: 34px;
}

.src-close-6 {
  padding-right: 24px;
}

.src-open-6 {
  clear: none;
  text-align: left;
  order: 0;
  padding-right: 24px;
  position: static;
  inset: 0%;
}

.src-text-detail-6 {
  color: var(--grey);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  line-height: 24px;
}

.src-section-7 {
  width: 80%;
  max-width: 1100px;
}

.src-title-7 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.src-title-label-7 {
  color: var(--grey-text);
  width: 100%;
  margin-bottom: 0;
  padding: 24px;
  font-size: 28px;
  line-height: 34px;
}

.src-close-7 {
  padding-right: 24px;
}

.src-open-7 {
  clear: none;
  text-align: left;
  order: 0;
  padding-right: 24px;
  position: static;
  inset: 0%;
}

.src-text-detail-7 {
  color: var(--grey);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  line-height: 24px;
}

.src-section-8 {
  width: 80%;
  max-width: 1100px;
}

.src-title-8 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.src-title-label-8 {
  color: var(--grey-text);
  width: 100%;
  margin-bottom: 0;
  padding: 24px;
  font-size: 28px;
  line-height: 34px;
}

.src-close-8 {
  padding-right: 24px;
}

.src-open-8 {
  clear: none;
  text-align: left;
  order: 0;
  padding-right: 24px;
  position: static;
  inset: 0%;
}

.src-text-detail-8 {
  color: var(--grey);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  line-height: 24px;
}

.src-section-9 {
  width: 80%;
  max-width: 1100px;
}

.src-title-9 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.src-title-label-9 {
  color: var(--grey-text);
  width: 100%;
  margin-bottom: 0;
  padding: 24px;
  font-size: 28px;
  line-height: 34px;
}

.src-close-9 {
  padding-right: 24px;
}

.src-open-9 {
  clear: none;
  text-align: left;
  order: 0;
  padding-right: 24px;
  position: static;
  inset: 0%;
}

.src-detail-9 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.src-text-detail-9 {
  color: var(--grey);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  line-height: 24px;
}

.link-16, .link-17 {
  color: var(--grey);
  font-size: 20px;
  line-height: 24px;
}

.div-block-267 {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-block-128 {
  color: var(--grey);
  font-size: 20px;
  line-height: 24px;
}

.text-block-129 {
  color: var(--grey);
  margin-right: 5px;
  font-size: 20px;
  line-height: 24px;
}

.src-separator-1, .src-separator-2, .src-separator-3, .src-separator-4, .src-separator-5, .src-separator-6, .src-separator-7, .src-separator-8 {
  width: 80%;
  max-width: 1100px;
  height: 24px;
}

.hero {
  background-image: url('../images/asset_hero2.svg'), url('../images/asset_hero1.svg'), url('../images/brilho3-1.png'), url('../images/img_hero1.png'), url('../images/bg_hero.png');
  background-position: 96%, 20%, 5%, 100% 0, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 70px, contain, cover;
  height: 589px;
  margin-top: 0;
  padding-bottom: 0;
}

.container-41 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.div-block-268 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.text-block-130 {
  color: var(--black);
  font-family: Roboto Flex, sans-serif;
  font-size: 19px;
  line-height: 175%;
}

.image-162 {
  width: 70%;
}

.text-span-205 {
  background-color: var(--white);
  padding-left: 2px;
  padding-right: 8px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
  line-height: 200%;
}

.conheca {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-26 {
  color: var(--black);
  text-transform: lowercase;
  font-family: Monument Extended, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 70px;
}

.heading-26.orange {
  color: #fe3b01;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-26._2 {
  text-transform: uppercase;
  font-size: 50px;
}

.heading-26._3 {
  text-align: center;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
  display: flex;
}

.paragraph-25 {
  color: var(--black);
  margin-top: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.paragraph-25._2 {
  width: 442px;
}

.container-42 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-269 {
  width: 60%;
}

.div-block-270 {
  width: 50%;
  padding-left: 20px;
}

.text-span-206 {
  background-color: var(--black);
  color: #fe3b01;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 700;
}

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

.container-43 {
  background-image: url('../images/bg-color-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 60px;
}

.container-43.desktop {
  background-color: #fe3b01;
  background-image: none;
}

.container-43.mobile {
  display: none;
}

.heading-27 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.bold-text-74 {
  background-color: var(--black);
  padding-left: 6px;
  padding-right: 6px;
}

.container-44 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-271 {
  width: 50%;
}

.div-block-272 {
  width: 45%;
}

.div-block-273 {
  background-color: #fe3b01;
  height: 2px;
}

.container-45 {
  max-width: 650px;
}

.cobertura {
  background-image: url('../images/asset_brilho2-1.png'), url('../images/coin2.svg'), url('../images/coin1.svg');
  background-position: 20% 0, 100% 80%, 4% 20%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 30px, auto, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-28 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}

.segurado {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.background {
  background-image: linear-gradient(180deg, var(--white), #fefbf4 0%, #fdf7e8 47%, #fcf0d5);
}

.container-46 {
  background-color: #ffffffb3;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding: 24px 56px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 30px #0003;
}

.heading-29 {
  color: #fe3b01;
  text-align: center;
  height: auto;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 28px;
  line-height: 125%;
}

.text-block-131 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 125%;
}

.div-block-274 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.div-block-275 {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 445px;
  padding: 24px 24px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-276 {
  margin-bottom: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 40px;
}

.bold-text-75 {
  color: #fe3b01;
}

.div-block-277 {
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-278 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  display: flex;
}

.image-163 {
  width: 100px;
  position: relative;
  top: -59px;
  right: -104px;
}

.descobrir {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-132 {
  color: #fe3b01;
  text-align: center;
  margin-bottom: 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-132._2 {
  font-size: 32px;
}

.div-block-279 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-21 {
  background-color: var(--black);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
}

.text-block-133 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.pausa {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-280 {
  width: 51%;
  height: 100%;
}

.image-164 {
  width: 80%;
}

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

.jt-div-2-copy {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.img-gif-copy {
  width: 70%;
}

.chama {
  background-image: url('../images/asset_hero1.svg'), url('../images/brilho3-1.png');
  background-position: 37%, 76px 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 70px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-281 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 24px;
  display: flex;
}

.div-block-282 {
  width: 80%;
  padding-left: 24px;
}

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

.text-block-134 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-283 {
  background-color: #fe3b01;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-span-208, .text-span-209, .text-span-210 {
  background-color: var(--white);
}

.text-block-135 {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00000017;
  text-transform: uppercase;
  text-shadow: 0 4px 4px #0003;
  margin-top: 20px;
  font-family: Monument Extended, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 125%;
}

.section-22 {
  margin-top: 60px;
}

.heading-30 {
  color: #fe3b01;
  text-align: center;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 42px;
  line-height: 125%;
}

.paragraph-26 {
  color: var(--grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.image-166 {
  width: 100%;
}

.section-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.jt-title-branco2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 50.4px;
}

.slide-emprestimo {
  vertical-align: baseline;
  background-image: url('../images/brilho2-1_1brilho2 1.png'), url('../images/brilho2-2_1brilho2 2.png'), url('../images/brilho3-1.png'), url('../images/Frame-7.svg'), url('../images/bg_hero.png');
  background-position: 94% 7%, 50%, 7% 10%, 80%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 64px, 32%, cover;
  height: 652px;
  padding-bottom: 0;
  padding-right: 0;
}

.text-block-136 {
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-284 {
  background-color: var(--orange-red);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 20px;
  padding: 12px 24px;
  display: flex;
}

.image-144-copy {
  aspect-ratio: auto;
  width: 80%;
  margin-bottom: 20px;
}

.container-36-copy {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.jt-header-itens-home-promo-consulta-credito {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-top: 0;
  display: block;
  position: sticky;
  right: 0;
}

.jt-header-itens-3-consulta-credito {
  justify-content: flex-end;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.jt-form-home-sorte-consulta-credito {
  background-color: var(--white);
  border-radius: 20px;
  width: 420px;
  height: auto;
  margin-bottom: 0;
  padding: 30px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-form-home-sorte-consulta-credito.viagem {
  background-color: #fff;
  width: 600px;
}

.jt-title-laranja-sml-home-sorte-consulta-credito {
  color: var(--new_orange);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.jt-title-laranja-sml-home-sorte-consulta-credito.viagem {
  text-align: center;
}

.paragraph-27 {
  color: var(--grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
}

.paragraph-27.oculto {
  display: none;
}

.div-block-285 {
  height: 72px;
}

.container-50 {
  width: 80%;
  max-width: 1200px;
  margin-bottom: 60px;
}

.heading-31 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.paragraph-28 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.heading-32 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.jt-section-esperando {
  margin-bottom: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.jt-container-esperando {
  max-width: 1100px;
}

.jt-title-orange {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.jt-txt-cinza-5 {
  color: var(--white);
  width: 500px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.jt-txt-cinza-5.black {
  color: var(--grey);
  width: auto;
}

.jt-section-slider1-ej {
  background-color: #f58220;
  padding-top: 0;
}

.slider-8 {
  background-color: #0000;
  height: 450px;
}

.right-arrow-9, .left-arrow-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.jt-section-asset1 {
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
}

.div-block-286 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-15 {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.jt-section-slider2-ej {
  background-color: var(--deep-sky-blue);
  padding-top: 0;
}

.div-block-287 {
  color: var(--white);
  background-color: #fe3b01;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: 0;
  padding: 16px 32px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 22px;
  left: auto;
}

.paragraph-29 {
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 125%;
}

.paragraph-29.mobile {
  display: none;
}

.sectio_relat-rio-transparencia {
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-block-137 {
  text-align: center;
}

.container_hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.div_grid_hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 674px;
  display: flex;
}

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

.image-167 {
  width: 100%;
  max-width: 560px;
}

.image-167._2 {
  width: 90%;
}

.heading-33 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-family: Monument Extended, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
}

.text-span-212 {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.section_form {
  padding: 100px 24px 10px;
}

.container_form {
  max-width: 1000px;
}

.div_grid_form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_content_form.left {
  width: 100%;
  max-width: 415px;
}

.div_content_form.right {
  width: 100%;
  max-width: 640px;
}

.heading-34 {
  color: var(--new_orange);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monument Extended, sans-serif;
  font-size: 50px;
  line-height: 125%;
}

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

.paragraph-30 {
  color: var(--black);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}

.div-block-289 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.list-21 {
  padding-left: 0;
}

.paragraph-31 {
  color: var(--black);
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}

.list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 10px;
  list-style-type: none;
  display: flex;
}

.bold-text-76 {
  text-transform: uppercase;
  font-weight: 900;
}

.bold-text-77, .text-span-213 {
  color: var(--orange-red);
}

.image-168 {
  width: 100px;
}

.div-block-290 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--cinza);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 16px;
  display: grid;
}

.image-169 {
  width: auto;
}

.image-169._2 {
  width: 93%;
}

.section_beneficios {
  height: 468px;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.container_beneficios {
  max-width: 1000px;
}

.div_grid_content_beneficios {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.heading-35 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Monument Extended, sans-serif;
  font-size: 44px;
  line-height: 125%;
}

.text-span-214 {
  color: var(--orange-red);
}

.section_beneficios-2 {
  background-color: #c9c9c94d;
  padding: 240px 24px 60px;
}

.container_beneficios2 {
  max-width: 1000px;
}

.div_grid_beneficios2 {
  margin-top: 40px;
}

.div_content_top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-36 {
  color: var(--black);
  text-transform: uppercase;
  width: 45%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monument Extended, sans-serif;
  font-size: 44px;
  line-height: 125%;
}

.text-span-215 {
  color: var(--new_orange);
}

.paragraph-32 {
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 19px;
  line-height: 125%;
  display: block;
}

.bold-text-78 {
  color: var(--new_orange);
}

.div_content.bottom {
  margin-top: 20px;
  padding: 8px;
}

.div_content.top {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_content.left {
  width: 40%;
}

.div_content.right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.div-block-291 {
  border: 1px solid var(--orange-red);
  border-radius: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.paragraph-33 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 110%;
}

.text-span-216 {
  color: var(--orange-red);
  font-weight: 700;
}

.sectioin_garantir {
  background-color: var(--new_orange);
  padding: 80px 24px 60px;
}

.container_garantir {
  max-width: 1000px;
}

.div_content_garantir {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-34 {
  text-align: center;
  width: 100%;
  max-width: 685px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.section_buttom {
  height: 0;
}

.container_buttom {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -24px;
}

.text-block-138 {
  color: var(--new_orange);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}

.link-block-22 {
  background-color: var(--white);
  border-radius: 100px;
  padding: 16px 32px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  text-decoration: none;
}

.heading-37 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Monument Extended, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.text-span-217 {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.image-170 {
  margin-top: 0;
  display: block;
}

.image-171, .image-172 {
  width: 125px;
  position: relative;
  bottom: -64px;
}

.image-172.mobile {
  display: none;
}

.section_oqueacontece {
  padding-top: 220px;
  padding-bottom: 60px;
}

.text-block-139 {
  color: var(--orange-red);
  text-align: center;
  font-family: Monument Extended, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.div_grid_content {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.div_grid_content.continuar {
  width: 940px;
}

.div_grid_content.acontece {
  justify-content: space-between;
  align-items: center;
}

.paragraph-35 {
  color: var(--black);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.list-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.bold-text-79 {
  text-transform: uppercase;
}

.image-174 {
  width: 90%;
}

.list-22 {
  list-style-type: disc;
}

.text-span-218 {
  color: var(--orange-red);
  font-weight: 700;
}

.section_continuar {
  background-image: url('../images/grafismo.svg'), url('../images/BG_Continuar.png');
  background-position: 100% 21%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 250px, cover;
  margin-bottom: -2px;
  padding-top: 60px;
  padding-bottom: 96px;
}

.container_continuar {
  max-width: 959px;
}

.heading-38 {
  text-align: center;
  text-transform: uppercase;
  font-family: Monument Extended, sans-serif;
}

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

.div-block-292 {
  border: 1px solid var(--orange-red);
  background-color: var(--white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 170px;
  padding: 24px 40px 24px 50px;
  display: flex;
}

.paragraph-36 {
  color: var(--black);
  text-align: center;
  width: 150px;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
}

.text-span-219 {
  color: var(--orange-red);
  font-weight: 700;
}

.image-175 {
  width: 25%;
  position: relative;
  right: -41px;
}

.image-175._3 {
  width: 30%;
}

.image-175._1 {
  width: 20%;
}

.section_vem-naminha {
  background-color: var(--orange-red);
  justify-content: center;
  align-items: flex-end;
  height: 314px;
  display: flex;
}

.image-176 {
  width: 100%;
}

.paragraph-37 {
  width: 591px;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 150%;
}

.heading-39 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Monument Extended, sans-serif;
}

.jt-perguntas-combo-5-2 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-5-2-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 0 25px 25px;
  display: flex;
}

.jt-perguntas-combo-6-2 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-6-2-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 0 25px 25px;
  display: flex;
}

.jt-perguntas-combo-7-2 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-7-2-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 0 25px 25px;
  display: flex;
}

.jt-perguntas-combo-8 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-8-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 0 25px 25px;
  display: flex;
}

.jt-perguntas-combo-9 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-9-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 0 25px 25px;
  display: flex;
}

.jt-perguntas-combo-10 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-10-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 0 25px 25px;
  display: flex;
}

.jt-perguntas-combo-11 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-11-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 0 25px 25px;
  display: flex;
}

.jt-perguntas-combo-12 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-12-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: auto;
  padding: 0 25px 25px;
  display: flex;
}

.body-10 {
  background-color: #fdf6e2;
}

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

.section_hero_ajeitae {
  padding-top: 84px;
  padding-bottom: 84px;
}

.div_content_ajeitae.left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 361.07px;
  padding: 32px;
  display: flex;
}

.div_content_ajeitae.right {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 361px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-block-140 {
  color: var(--orange-red);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.image-177 {
  width: 50%;
}

.paragraph-38 {
  color: #000;
}

.paragraph-39 {
  color: #000;
  font-size: 18px;
}

.div-block-293 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--orange-red);
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 390px;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 104px -10px #f15a2280;
}

.button-6 {
  background-color: var(--new_orange);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 60px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.image-178 {
  width: 25%;
  position: relative;
  top: -34px;
  left: 69px;
}

.div-block-294 {
  justify-content: flex-end;
  align-items: center;
  height: 1px;
  display: flex;
}

.section_condicoes_ajeitae {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container_condicoes_ajeitae {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.div_grid_ajeitae {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  display: flex;
}

.heading-40 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  font-family: Rubik, sans-serif;
  font-size: 40px;
}

.div_content_condicoes_ajeitae {
  background-image: url('../images/asset.svg');
  background-position: 26% 26%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  overflow: visible;
}

.div_content_condicoes_ajeitae.left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 361.07px;
  padding: 32px;
  display: flex;
}

.div_content_condicoes_ajeitae.right {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 361px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div_content_condicoes_ajeitae.bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  padding-top: 0;
}

.image-179 {
  width: 70%;
  position: relative;
  top: -30px;
}

.div-block-295 {
  width: auto;
}

.div-block-296 {
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 331px;
  height: 269px;
  padding: 32px;
  display: flex;
}

.div-block-296._2 {
  width: 60%;
  padding-left: 72px;
}

.div-block-296._3 {
  width: 44%;
}

.text-block-141 {
  color: var(--black);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 30px;
  line-height: 125%;
}

.text-block-142 {
  color: var(--new_orange);
  font-family: Stretchpro, sans-serif;
  font-size: 64px;
  line-height: 125%;
}

.text-block-142.text {
  font-size: 60px;
}

.section_nenhum {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div_grid_nenhum {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div_content_nenhum.bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
}

.text-block-143 {
  color: var(--orange-red);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  font-family: Stretchpro, sans-serif;
  font-size: 55px;
  line-height: 125%;
  display: inline;
  position: relative;
  right: -26px;
}

.image-180 {
  width: 100%;
  position: static;
  top: -116px;
  left: 47px;
}

.text-block-144 {
  color: var(--black);
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 40px;
  line-height: 125%;
}

.section_renegociacao {
  margin-top: 60px;
}

.div_grid_renegociacao {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #cfdd28;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  height: 402px;
  padding: 56px 20px 0 64px;
  display: flex;
}

.div_content_renegociacao.left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-bottom: 90px;
  padding-right: 60px;
  display: flex;
}

.div_content_renegociacao.right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-block-145 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 110%;
}

.paragraph-40 {
  color: var(--black);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
}

.image-181 {
  width: 100%;
}

.section_perguntas {
  padding-top: 60px;
}

.text-span-220 {
  color: var(--orange-red);
}

.link-18 {
  color: var(--orange-red);
  text-decoration: none;
}

.text-span-221 {
  color: var(--orange-red);
  font-weight: 700;
}

.link-19 {
  color: var(--black);
}

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

.image-182 {
  width: 50%;
  margin-bottom: -19px;
}

.text-span-222 {
  color: var(--orange-red);
  text-decoration: underline;
}

.slide-ajeitae {
  vertical-align: baseline;
  background-color: #fdf6e2;
  height: 652px;
  padding-bottom: 0;
  padding-right: 0;
}

.container-36-copy-copy {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 100%;
  display: flex;
}

.image-ajeitae {
  aspect-ratio: auto;
  width: 90%;
  margin-bottom: 20px;
}

.text-block-ajeitae {
  color: var(--orange-red);
  text-align: center;
  width: 300px;
  font-family: Rubik, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 175%;
}

.div-block-ajeitae {
  -webkit-text-stroke-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 363px;
  margin-top: 0;
  text-decoration: none;
  display: inline-flex;
}

.div-block-ajeitae.right {
  background-color: #cbd73d;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 32px;
}

.text-block-146 {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.text-span-223 {
  color: var(--orange-red);
  font-weight: 700;
}

.div-block-297 {
  background-color: var(--orange-red);
  border-radius: 8px;
  padding: 12px;
  position: relative;
  bottom: -47px;
}

.text-block-147 {
  color: var(--white);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.slide-ajeitae-ajuste {
  vertical-align: baseline;
  background-color: #fdf6e2;
  height: 652px;
  padding-bottom: 0;
  padding-right: 0;
}

.discover-limit-modal {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 450px;
  height: 100vh;
  margin-left: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.section-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--transparent);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: block;
  position: static;
}

.div-block-298 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: auto;
  padding-top: 10px;
  display: block;
  position: static;
}

.heading-41 {
  color: #000;
  text-align: center;
}

.text-block-148 {
  color: #666565;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.list-item-3 {
  color: #000;
}

.text-block-149 {
  color: #575757;
  width: 100%;
  padding-left: 38px;
  font-weight: 400;
}

.text-block-150, .text-block-151 {
  color: #575757;
  width: 100%;
  padding-top: 5px;
  padding-left: 38px;
  font-weight: 400;
}

.div-block-299 {
  height: 20px;
}

.text-block-152 {
  color: #666565;
  text-align: center;
  width: 100%;
}

.image-183 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-300 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-301 {
  height: 100px;
}

.image-184 {
  border: 1.45px solid #b1b1b1;
  border-radius: 5px;
  width: 100%;
  height: 57px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.div-block-302 {
  height: 15px;
}

.div-block-303 {
  height: 10px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
}

.image-185 {
  width: 100%;
}

.discover-limit-background-modal {
  z-index: 99999;
  background-color: #0000008a;
  display: none;
  position: fixed;
  inset: 0%;
}

.discover-limit-background-modal.modal-desk {
  z-index: 999;
}

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

.image-186 {
  margin-left: auto;
  margin-right: 0;
}

.image-186.discover-limit-close {
  margin-right: 47px;
  display: block;
  position: absolute;
}

.t {
  height: 100px;
}

.discover-limit-top {
  height: 30px;
}

.google-play-btn {
  border: 1.45px solid #b1b1b1;
  border-radius: 5px;
  width: 204px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.paragraph-30-copy {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 26px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 15px;
  line-height: 125%;
}

.link-paragraph-30 {
  background-color: var(--orange-red);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 125%;
  text-decoration: none;
  display: flex;
}

.bold-text-81 {
  font-size: 14px;
}

.image-187 {
  margin-left: auto;
  margin-right: auto;
}

.discover-container {
  border: 2px solid #f26d04;
  border-radius: 16px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.discover-div {
  width: 100%;
  height: 100%;
  margin: 0;
}

.reject-button {
  color: #000;
  background-color: #fff;
  padding: 12px 28px;
  font-weight: bold;
}

.accept-button {
  color: #fff;
  background-color: #000;
  padding: 12px 28px;
  font-weight: bold;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  color: #000;
  margin: 30px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.cookie-heading {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  background-color: #fff;
  width: 350px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 100%;
  margin: 0;
  padding: 10px 2rem 15px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  color: #000;
  margin-top: auto;
  margin-bottom: auto;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  color: #000;
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  color: #000;
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  color: var(--black);
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox_field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox {
  color: var(--black);
  margin-top: 0;
  margin-right: .5rem;
}

.fs-consent_checkbox_field-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.text-block-153 {
  color: var(--black);
}

.quick-stack-4 {
  padding: 0;
}

.image-qrhome {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-274-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.div-block-275-copy {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 445px;
  padding: 24px 24px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-287-copy {
  color: var(--white);
  background-color: #fe3b01;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: 0;
  padding: 16px 32px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 22px;
  left: -218px;
}

.div-block-304 {
  box-sizing: border-box;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.text-block-154 {
  color: gray;
  text-align: right;
  font-size: 11px;
  line-height: 17px;
  display: block;
}

.image-188 {
  float: none;
  aspect-ratio: auto;
  vertical-align: baseline;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  display: block;
  position: static;
  overflow: visible;
}

.jt-logo-abc {
  box-sizing: border-box;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: auto;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  place-items: center stretch;
  width: 100%;
  display: flex;
}

.link-block-23 {
  box-sizing: border-box;
  flex: 0 auto;
  align-self: auto;
  display: flex;
}

.text-span-224 {
  font-weight: 400;
}

.image-189 {
  height: 50px;
  position: relative;
  inset: 0% 161px 0% 89px;
}

.div-block-305 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-155 {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  font-family: Monument Extended, sans-serif;
  font-size: 28px;
  line-height: 125%;
}

.text-span-225 {
  background-color: var(--black);
  color: #fe3b01;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 175%;
}

.jt-div-imgs-copy {
  display: block;
}

.jt-subtile-branco-1-title {
  color: var(--white);
  width: auto;
  max-width: 500px;
  margin-top: 36px;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.jt-section-pix-mercadojeitto {
  background-color: #f2f2f2;
  background-image: url('../images/mercado-jeitto_desktop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.button-7 {
  background-color: var(--new_orange);
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 40px;
  padding: 12px 24px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.jt-section-text {
  background-color: var(--new_orange);
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-306 {
  width: 30%;
}

.jt-title-laranja-1-new {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 32px;
  line-height: 125%;
}

.jt-txt-cinza-4-new {
  color: var(--cinza-2);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

.jt-section-pix {
  background-color: var(--new_orange);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pix.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.jt-div-sections2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  max-width: 1400px;
  max-height: 455px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.jt-title-branco-pix {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 32px;
  line-height: 125%;
}

.image-190 {
  width: 69px;
  margin-bottom: 20px;
}

.jt-div-txt-pix {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-span-226, .text-span-227 {
  font-weight: 600;
}

.jt-txt-link-azul-2 {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  border-radius: 50px;
  margin-top: 36px;
  padding: 12px 24px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.jt-txt-link-laranja-3 {
  background-color: var(--orange-red);
  color: var(--white);
  border-radius: 50px;
  margin-top: 36px;
  padding: 12px 56px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.image-192 {
  width: 59%;
}

.jt-mercado-section-pix {
  background-image: url('../images/Bloco-Pix.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 592px;
  display: flex;
}

.jt-mercado-container-pix {
  width: 100%;
  display: flex;
}

.paragraph-41 {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 125%;
}

.paragraph-42 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.heading-42 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 125%;
}

.jt-mercado-section-blackfriday {
  background-image: url('../images/Bg_blackfriday.png');
  background-position: 69%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 370px;
  display: none;
}

.jt-mercado-container-blackfriday {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.jt-mercado-div-left-blackfriday {
  width: 29%;
}

.paragraph-43 {
  color: var(--black);
  text-align: center;
  font-family: Monument Extended, sans-serif;
  font-size: 22px;
  line-height: 125%;
}

.image-193 {
  width: 85%;
}

.text-span-228 {
  background-color: var(--black);
  color: var(--orange-red);
  padding-left: 10px;
}

.jt-mercado-section-lojasparceiras {
  justify-content: center;
  display: flex;
}

.jt-subtitle-mercado-section-2 {
  color: var(--grey);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.button-8 {
  border: 2px solid var(--new_orange);
  background-color: var(--white);
  color: var(--new_orange);
  border-radius: 50px;
  padding-left: 110px;
  padding-right: 110px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.pix {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-51 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-43 {
  background-color: var(--black);
  font-family: Monument Extended, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-44 {
  color: var(--black);
  text-align: center;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 32px;
  line-height: 125%;
}

.modal-lateral {
  z-index: 99999;
  display: block;
  position: fixed;
  inset: 0%;
}

.text-span-229 {
  color: #4c4c4c;
}

.div-block-309 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-44 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Monument Extended, sans-serif;
}

.heading-44.regular {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
}

.section_painel {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.container_painel {
  padding-top: 0;
}

.container_painel._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--new_orange);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-156 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.text-span-230 {
  color: var(--new_orange);
}

.heading-45 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

.text-span-231 {
  text-decoration: underline;
}

.text-block-157 {
  text-align: center;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 125%;
}

.text-block-157._2 {
  color: var(--new_yellow);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
}

.div-block-310 {
  height: auto;
}

.text-block-158 {
  font-style: italic;
}

.text-block-159 {
  color: var(--black);
  text-align: center;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 36px;
  font-style: italic;
  line-height: 125%;
}

.div-block-311 {
  background-color: var(--white);
  border-radius: 50px;
  width: 250.188px;
  padding: 32px;
}

.div-block-312 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-313 {
  background-color: var(--black);
  width: auto;
  display: inline-flex;
}

.text-block-160 {
  text-align: center;
}

.button-9 {
  background-color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 552px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 800;
  display: flex;
  position: relative;
  top: -59px;
}

.text-span-232 {
  color: var(--new_orange);
  font-weight: 700;
}

.div-block-314 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--orange-red);
  border: 2px solid #fff;
  border-radius: 24px;
  margin-top: 40px;
  padding: 20px 40px;
  display: flex;
}

.div-block-315 {
  justify-content: center;
  align-items: center;
  width: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-316 {
  background-color: var(--white);
  width: 2px;
}

.image-198 {
  width: 168px;
}

.paragraph-45 {
  width: 1032px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 22px;
  line-height: 125%;
}

.slide-16 {
  background-image: url('../images/Banner-Home---Desktop.png');
  background-size: auto;
  height: 652px;
}

.container-52 {
  height: 100%;
}

.hero_guideline {
  z-index: 999;
  background-color: var(--new_orange);
  height: 500px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  inset: 0% 0% auto;
}

.container_hero_guideline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: none;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-317 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-318 {
  color: var(--black);
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.link_logo {
  background-color: var(--transparent);
}

.text-block-161 {
  font-family: neighbor, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.link-block-24 {
  box-shadow: -5px 5px 0 0 var(--black);
  color: var(--black);
  border: 3px solid #000;
  padding: 10px 20px;
  text-decoration: none;
}

.button_guide {
  background-color: var(--new_yellow);
  box-shadow: -5px 5px 0 0 var(--black);
  color: var(--black);
  border: 3px solid #000;
  padding: 10px 20px;
  text-decoration: none;
}

.container_header_guideline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: none;
  height: auto;
  display: flex;
}

.div_hero_left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div_hero_right {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-46 {
  font-size: 120px;
}

.heading_hero-guideline {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 120%;
}

.heading_hero-guideline.home {
  text-transform: none;
  column-count: auto;
  white-space: normal;
  overflow-wrap: normal;
  font-family: neighbor, sans-serif;
  font-weight: 800;
}

.heading_hero-guideline.home.second-string-lowercase {
  text-transform: none;
}

.jeitto2025 {
  background-color: var(--transparent);
}

.jeitto2025.w--current {
  background-color: var(--transparent);
  width: auto;
}

.subtitle_hero_guideline {
  font-family: pf-reminder, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

.subtitle_hero_guideline.home {
  font-family: neighbor, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.menu_guideline {
  padding-top: 150px;
  padding-bottom: 150px;
}

.container_menu_guideline {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  margin-top: 50px;
  display: flex;
}

.div_menu_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--new_orange);
  border: 3px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 469.336px;
  padding: 32px;
  display: flex;
  box-shadow: -15px 15px #000;
}

.heading-48 {
  color: var(--black);
  height: 120px;
  margin-top: 0;
  font-family: neighbor, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 120%;
}

.paragraph-47 {
  flex-flow: column;
  font-family: neighbor, sans-serif;
  font-size: 18px;
  line-height: 120%;
  display: flex;
}

.footer_guideline {
  background-color: #e6e6e6;
  height: 160px;
}

.container_footer_guideline {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-10 {
  background-color: var(--trasnparent);
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.div-block-319 {
  width: 100%;
}

.div-block-320 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: auto;
  display: flex;
}

.image-199 {
  width: 40%;
}

.image-200 {
  width: 50%;
}

.text-block-162 {
  text-align: center;
  font-style: italic;
}

.checkbox-label-2 {
  color: #494949;
}

.error-message-5, .error-message-6, .error-message-7, .error-message-8, .error-message-9, .error-message-10 {
  background-color: #d80000;
}

.slide-nav-8-copy {
  width: 300px;
}

.slide-17 {
  background-color: #ebcb8c00;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 652px;
}

.container-slider-17 {
  height: 100%;
}

.link-20 {
  width: 100%;
  height: 100%;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  padding: 0;
}

.cell-3 {
  background-image: url('../images/driver_image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-201 {
  background-image: url('../images/text_background.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.cell-4 {
  background-image: url('../images/text_background.png'), url('../images/Screenshot-2025-01-14-at-23.10.31.png');
  background-position: 50%, 50% 71%;
  background-repeat: no-repeat, repeat;
  background-size: contain, 150px 150px;
}

.link-21 {
  text-decoration: none;
}

.welcome {
  padding-top: 100px;
}

.paragraph-48 {
  color: var(--black);
  width: 146px;
  font-family: neighbor, sans-serif;
  font-size: 20px;
  line-height: 125%;
  position: relative;
  right: -200px;
}

.image-202 {
  margin-bottom: 40px;
}

.div-block-321 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-7 {
  background-color: #0000;
  flex-flow: column;
  width: 378.984px;
  display: flex;
  position: sticky;
  top: 140px;
  overflow: auto;
}

.nav-menu-2 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-5 {
  background-color: #ddd;
  border: 1px solid #cfcfcf;
  width: 100%;
  padding: 24px 48px;
  font-family: neighbor, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.nav-link-5.w--current {
  background-color: var(--new_orange);
  color: var(--black);
  height: auto;
  padding: 24px 48px;
  font-family: neighbor, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.nav-link-6 {
  background-color: var(--color);
  color: var(--black);
  border: 1px solid #cfcfcf;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 24px 48px;
  font-family: neighbor, sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: flex;
}

.nav-link-6.w--current {
  background-color: var(--white);
  color: var(--new_orange);
  border: 1px solid #cfcfcf;
  padding: 24px 48px;
  font-family: neighbor, sans-serif;
  font-size: 26px;
}

.nav-link-7 {
  width: 100%;
}

.content_estrategia {
  margin-top: 40px;
  margin-bottom: 220px;
  padding-top: 40px;
  position: sticky;
  inset: 0% 0% auto;
}

.container_posicionamento {
  clear: none;
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 140px;
  position: static;
  top: 0;
}

.quick-stack-6 {
  position: static;
}

.div_heading_content_guideline {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div_heading_content_guideline._2 {
  width: 100%;
  margin-bottom: 20px;
}

.heading_content_guideline {
  color: var(--new_orange);
  text-transform: uppercase;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-weight: 900;
}

.heading_content_guideline._3, .heading_content_guideline.line {
  width: 100%;
}

.div_text_content_guideline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.div_text_content_guideline._2 {
  margin-bottom: 0;
}

.paragraph-49 {
  color: var(--black);
  text-transform: uppercase;
  font-family: neighbor, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.paragraph_content_guideline {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph_content_guideline.verdade {
  margin-top: 0;
}

.cell-6 {
  padding-left: 20px;
}

.container_plataforma {
  width: 100%;
  margin-bottom: 220px;
  padding-top: 140px;
}

.div_grid_posicionamento {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--new_orange);
  border: 3px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  box-shadow: -15px 15px #000;
}

.div_grid_posicionamento._2.line {
  height: 100%;
}

.heading_grid_posicionamento {
  color: var(--black);
  height: auto;
  margin-top: 0;
  font-family: neighbor, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 120%;
}

.text-block-163 {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.text-block-163._2 {
  font-size: 20px;
}

.text-block-163._3 {
  font-family: pf-reminder, sans-serif;
  font-size: 28px;
}

.text-block-163._4 {
  font-family: neighbor, sans-serif;
  font-size: 20px;
}

.container-53 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 32px;
  display: flex;
}

.text-block-164 {
  color: var(--black);
  width: 168%;
  font-family: neighbor, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.heading-49 {
  color: var(--black);
  text-transform: uppercase;
  font-family: neighbor, sans-serif;
}

.subtitle_content_guideline {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-family: neighbor, sans-serif;
}

.container-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: flex;
}

.paragraph_content_guideline-2 {
  color: var(--black);
  text-align: left;
  font-family: pf-reminder, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-322 {
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.div-block-323 {
  flex-flow: column;
  width: 33%;
  display: flex;
}

.div-block-324 {
  width: 33%;
}

.div-block-324-copy {
  width: auto;
}

.div-block-323-copy {
  flex-flow: column;
  width: 33%;
  display: flex;
}

.div-block-325 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-55 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.heading_grid_resumo {
  color: var(--black);
  height: auto;
  margin-top: 0;
  font-family: neighbor, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
}

.container-56 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: grid;
}

.div-block-326 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.dropdown-toggle-2 {
  width: 100%;
  height: auto;
  padding: 40px 40px 40px 48px;
}

.dropdown-toggle-2.w--open {
  padding-bottom: 10px;
  padding-left: 48px;
}

.dropdown-2 {
  width: 100%;
}

.text-block-165 {
  color: var(--new_orange);
  font-family: neighbor, sans-serif;
  font-size: 26px;
  line-height: 100%;
}

.icon-9 {
  display: none;
}

.dropdown-link-3 {
  padding-left: 48px;
}

.dropdown-link-3.w--current {
  color: var(--new_orange);
  font-family: neighbor, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.container_conceito {
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 40px;
}

.container_nossas-bandeiras {
  width: 100%;
  height: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
}

.subtitile_content_guideline-copy {
  color: var(--black);
  margin-top: 60px;
  font-family: neighbor, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 120%;
}

.text-block-166 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 60px;
  font-family: neighbor, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.text-block-167, .text-block-167-copy {
  color: var(--black);
  text-transform: none;
  font-family: neighbor, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-167-copy._8 {
  font-family: pf-reminder, sans-serif;
  font-size: 56px;
  font-weight: 400;
}

.container-57 {
  background-image: url('../images/Bg_laranja.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-block-168 {
  color: var(--black);
  text-transform: uppercase;
  font-family: neighbor, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-168.abra-o-app {
  font-size: 20px;
}

.div-block-327 {
  background-color: var(--new_yellow);
  border: 4px solid #000;
  padding: 14px 69px;
  display: inline-flex;
  position: relative;
  top: -32px;
  left: 50px;
  box-shadow: -10px 10px #000;
}

.title_conceito_exemplo {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.text_conceito_exemplo {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-328, .div-block-328._2 {
  margin-bottom: 60px;
}

.div-block-329 {
  margin-top: 40px;
  margin-left: 60px;
}

.container_tom-de-voz {
  width: 100%;
  height: auto;
  margin-bottom: 220px;
  padding-top: 40px;
}

.link-23 {
  color: var(--black);
  margin-bottom: 10px;
  text-decoration: none;
}

.link-23.w--current {
  color: var(--new_orange);
  margin-bottom: 10px;
}

.sublink1 {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 20px;
  text-decoration: none;
}

.sublink1:active, .sublink1:focus {
  color: var(--new_orange);
  font-weight: 700;
}

.sublink1.w--current {
  color: var(--new_orange);
  margin-bottom: 10px;
  font-weight: 700;
}

.contaier_coragem {
  margin-top: 10px;
}

.div-block-_green1 {
  background-color: var(--new_green);
  border: 4px solid #000;
  padding: 14px 24px;
  display: inline-flex;
  position: static;
  top: -32px;
  left: 50px;
  box-shadow: -10px 10px #000;
}

.div-block-_green1.label {
  position: relative;
  top: -38px;
  left: 5px;
}

.div-block-330 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-331 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 100px;
  display: flex;
}

.image-203 {
  width: 72px;
  position: relative;
  top: 13px;
}

.text-block-169 {
  color: var(--black);
  text-transform: uppercase;
  font-family: neighbor, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.text-block-170 {
  color: var(--black);
  text-transform: none;
  margin-bottom: 32px;
  font-family: pf-reminder, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
}

.cell-7 {
  background-image: url('../images/Bg_white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 40px 49px;
}

.quick-stack-7 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-82 {
  width: 100%;
}

.container-58 {
  background-image: url('../images/Bg_verde.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block_white {
  background-color: var(--white);
  border: 4px solid #000;
  padding: 14px 24px;
  display: inline-flex;
  position: relative;
  top: -32px;
  left: 0;
  box-shadow: -10px 10px #000;
}

.div-block-329-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.title_conceito_exemplocoragem {
  color: var(--black);
  text-transform: none;
  font-family: neighbor, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-171 {
  color: var(--black);
  margin-bottom: 20px;
  font-family: pf-reminder, sans-serif;
  font-size: 20px;
}

.div-block-332 {
  background-color: var(--black);
  width: 2px;
  height: 280px;
}

.contaier_responsabilidade {
  border-top: 1px solid #000;
  margin-top: 10px;
}

.div-block-_pink {
  background-color: var(--new_rosa);
  border: 4px solid #000;
  padding: 14px 24px;
  display: inline-flex;
  position: static;
  top: -32px;
  left: 50px;
  box-shadow: -10px 10px #000;
}

.div-block-_pink.label {
  position: relative;
  top: -38px;
  left: 5px;
}

.container-59 {
  background-image: url('../images/Bg_rosa.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.title_conceito_exemploresponsabilidade {
  color: var(--black);
  text-transform: none;
  font-family: neighbor, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph_content_responsabilidade {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.contaier_verdade {
  border-top: 1px solid #000;
  margin-top: 10px;
}

.div-block-_yellow {
  background-color: var(--new_yellow);
  border: 4px solid #000;
  padding: 14px 24px;
  display: inline-flex;
  position: static;
  top: -32px;
  left: 50px;
  box-shadow: -10px 10px #000;
}

.div-block-_yellow.label {
  position: relative;
  top: -38px;
  left: 5px;
}

.container-60 {
  background-image: url('../images/Bg_amarelo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block_abra-o-app {
  background-color: var(--white);
  border: 3px solid #000;
  padding: 14px 24px;
  display: inline-flex;
  position: relative;
  top: -32px;
  left: 0;
}

.contaier_positividade {
  border-top: 1px solid #000;
  margin-top: 10px;
}

.div-block-_blue {
  background-color: var(--new_blue);
  border: 4px solid #000;
  padding: 14px 24px;
  display: inline-flex;
  position: static;
  top: -32px;
  left: 50px;
  box-shadow: -10px 10px #000;
}

.div-block-_blue.label {
  position: relative;
  top: -38px;
  left: 5px;
}

.container-61 {
  background-image: url('../images/Bg_azul.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.title_conceito_exemplopositividade {
  color: var(--black);
  text-transform: none;
  font-family: neighbor, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 120%;
}

.contaier_resumo {
  border-top: 1px #000;
  margin-top: 10px;
}

.div-block-_orange {
  background-color: var(--new_orange);
  border: 4px solid #000;
  padding: 14px 24px;
  display: inline-flex;
  position: static;
  top: -32px;
  left: 50px;
  box-shadow: -10px 10px #000;
}

.div-block-_orange.label {
  position: relative;
  top: -38px;
  left: 5px;
}

.div-block-331-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.container_somosojeitto {
  width: 100%;
  height: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
}

.container_1t2t {
  width: 100%;
  height: auto;
  margin-bottom: 220px;
  padding-top: 40px;
}

.contaier_1t2t {
  border-top: 1px solid #000;
  margin-top: 10px;
}

.text-block-172 {
  color: var(--new_orange);
  font-family: neighbor, sans-serif;
  font-size: 18px;
}

.subtitile_content_guidelineresumo {
  color: var(--black);
  margin-top: 0;
  font-family: neighbor, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-_orange-copy {
  background-color: var(--new_orange);
  border: 4px solid #000;
  padding: 14px 24px;
  display: inline-flex;
  position: static;
  top: -32px;
  left: 50px;
  box-shadow: -10px 10px #000;
}

.div-block-_orange-copy.label {
  position: relative;
  top: -38px;
  left: 5px;
}

.div-block-_red {
  background-color: var(--new_orange);
  border: 4px solid #000;
  padding: 14px 24px;
  display: inline-flex;
  position: static;
  top: -32px;
  left: 50px;
  box-shadow: -10px 10px #000;
}

.div-block-_red.label {
  background-color: #ff3100;
  position: relative;
  top: -38px;
  left: 5px;
}

.container-62 {
  background-color: #fff;
  position: static;
}

.container-63 {
  width: 100%;
  height: 640px;
  overflow: visible;
}

.container_identidadeverbal_resumo {
  width: 100%;
  height: 1300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
}

.container_boas-ptraticas {
  width: 100%;
  margin-bottom: 220px;
  padding-top: 40px;
}

.image-204 {
  margin-bottom: 30px;
}

.container_logotipo {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.container_logotipo.bottom {
  margin-bottom: 220px;
}

.heading-50 {
  color: var(--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  font-family: neighbor, sans-serif;
  font-size: 56px;
  line-height: 120%;
  display: flex;
}

.div-block-333 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 792.5px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 64px;
  display: flex;
}

.image-205 {
  width: 60%;
}

.image-205._2 {
  width: 50%;
}

.link-block-_orange {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--new_orange);
  border: 4px solid #000;
  padding: 14px 24px;
  display: inline-flex;
  position: static;
  top: -32px;
  left: 50px;
  box-shadow: -10px 10px #000;
}

.link-block-_orange.label {
  position: relative;
  top: -38px;
  left: 5px;
}

.link-block-_orange._2 {
  margin-right: 60px;
}

.image-206 {
  width: 80%;
}

.image-207 {
  width: 30%;
}

.image-207._2 {
  width: 50%;
}

.image-207._3 {
  width: 100%;
}

.image-208 {
  width: 66%;
}

.image-209 {
  width: 109%;
}

.image-210 {
  width: 26%;
}

.div-block-333-copy {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #f5f5f5;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 792.5px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 64px;
  display: flex;
}

.image-208-copy {
  width: 32%;
}

.image-210-copy {
  width: 50%;
}

.image-icones {
  width: 80%;
}

.container_neighbor {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.container_neighbor.bottom {
  margin-bottom: 220px;
}

.container_neighbor._2 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
}

.container_reminder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.container_reminder.bottom {
  margin-bottom: 220px;
}

.container_ilustracoes {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.container_ilustracoes.bottom {
  margin-bottom: 220px;
}

.container_grafismos {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.container_grafismos.bottom {
  margin-bottom: 220px;
}

.container_icones {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.container_icones.bottom {
  margin-bottom: 220px;
}

.jt-perguntas-combo-13 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6 #d6d6d6;
  color: #d6d6d6;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

.jt-perguntas-combo-13-aberto {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d6d6d6 #d6d6d6 var(--black);
  color: #d6d6d6;
  justify-content: space-between;
  width: 100%;
  padding: 0 25px 25px;
  display: flex;
}

.bold-text-83 {
  font-family: neighbor, sans-serif;
  font-weight: 800;
}

.div-block_logotipo {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.div-block_logotipo.bottom {
  margin-bottom: 220px;
}

.div-block-334 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 64px;
  display: flex;
}

.div-block-335 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.container_conceito-logo {
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 40px;
}

.div-block-336 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-337 {
  order: 0;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.image-211 {
  margin-top: 40px;
}

.container_margem, .container_maxima-reducao, .container_logocores, .container_paleta-cromatica {
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 40px;
}

.div-block_maximareducao {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.div-block_maximareducao.bottom {
  margin-bottom: 220px;
}

.div-block_paleta-cores {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  display: grid;
}

.div-block_paleta-cores.bottom {
  margin-bottom: 220px;
}

.div-block-338 {
  background-color: var(--new_orange);
  border-radius: 24px;
  width: 387px;
  height: 251px;
}

.div-block-color {
  background-color: var(--new_orange);
  border-radius: 24px;
  width: auto;
  height: 251px;
  margin-bottom: 24px;
}

.div-block-color.yellow {
  background-color: var(--new_yellow);
}

.div-block-color.blue {
  background-color: var(--new_blue);
}

.div-block-color.black {
  background-color: var(--black);
}

.div-block-color.green {
  background-color: var(--new_green);
}

.div-block-color.pink {
  background-color: var(--new_rosa);
}

.text-block-173 {
  color: var(--black);
  font-family: neighbor, sans-serif;
}

.text-span-233 {
  font-family: neighbor, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

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

.div-block-340 {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.container_proporcao {
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 40px;
}

.div-block_proporcao {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.div-block_proporcao.bottom {
  margin-bottom: 220px;
}

.container_combinacoes {
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 40px;
}

.div-block_combinacoes {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.div-block_combinacoes.bottom {
  margin-bottom: 220px;
}

.div-block-341 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 281.465px;
  display: flex;
}

.text-block-174 {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 20px;
}

.container-64 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-341-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 362.402px;
  display: flex;
}

.container_tipografia {
  height: 3095.08px;
  margin-bottom: 220px;
}

.container_tipografiaprincipal {
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 40px;
}

.div-block-342 {
  background-color: var(--new_orange);
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.container-65 {
  display: flex;
}

.div-block-343 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.image-212 {
  padding: 40px 60px;
}

.div-block-345 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 792.5px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 64px;
  display: flex;
}

.container_tipografiasecundaria {
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 220px;
  padding-top: 40px;
}

.container_tipografiadiagramacao {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 40px;
}

.container_pfreminder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.container_pfreminder.bottom {
  margin-bottom: 220px;
}

.container_pfreminder._2 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
}

.container_vetores {
  height: auto;
  margin-bottom: 220px;
}

.container-65-copy {
  width: 100%;
  max-width: none;
  display: flex;
}

.div-block-343-copy {
  background-color: var(--new_orange);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container_vetoresformas {
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 40px;
}

.container_tipografiasecundaria-copy {
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 220px;
  padding-top: 40px;
}

.container_vetoresgrafismo {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 220px;
  padding-top: 40px;
  display: flex;
}

.div-block-346 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--transparent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 64px;
  display: flex;
}

.div-block-346._2 {
  margin-bottom: 0;
}

.container-66 {
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container_diagramacao {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.container_diagramacao.bottom {
  margin-bottom: 220px;
}

.container_diagramacao._2 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
}

.div-block-347 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f5f5f5;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  padding: 40px;
  display: grid;
}

.div-block-348 {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.container_vetoresilustracao, .container_vetoresicones {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 220px;
  padding-top: 40px;
  display: flex;
}

.container-67 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 40px;
  display: flex;
}

.image_icon {
  width: 100%;
}

.image_icon._2 {
  width: auto;
}

.div-blockicon {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white-smoke);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 481.113px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.div-blockicon._2 {
  margin-bottom: 0;
}

.div-block-349, .div-block-350 {
  width: 50%;
}

.container-68 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--new_orange);
  border-radius: 24px;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.container_fotografia {
  height: auto;
  margin-bottom: 220px;
}

.container_vetoresformas-copy, .container_fotografiacontent {
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 40px;
}

.div-block-351 {
  margin-bottom: 40px;
}

.image-213 {
  margin-bottom: 30px;
}

.image-214 {
  width: 30%;
}

.image-214._2 {
  width: 50%;
}

.image-214._3 {
  width: 100%;
}

.image-215 {
  width: 60%;
}

.image-215._2 {
  width: 50%;
}

.div-block-346-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--transparent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 64px;
  display: flex;
}

.div-block-346-copy._2 {
  margin-bottom: 0;
}

.container_img_formas {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.container_img_formas.bottom {
  margin-bottom: 220px;
}

.container_img_formas._2 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
}

.container_hero_shopi {
  max-width: none;
  height: 479px;
  display: flex;
}

.div__hero_left {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  background-color: var(--new_orange);
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  padding-left: 20px;
  display: flex;
}

.div__hero_right {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 64px;
  padding-bottom: 29px;
  padding-left: 60px;
  display: flex;
}

.image-216 {
  width: 60%;
}

.image-217 {
  width: 60%;
  position: relative;
  right: -28px;
}

.s-shopi-oficial {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container2_shopi {
  border-bottom: 2px solid var(--new_orange);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div2_left_shopi {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 41%;
  max-width: 496px;
  margin-bottom: 40px;
  display: flex;
}

.heading-51 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.text-span-234 {
  font-family: neighbor, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.text-span-235 {
  color: var(--new_orange);
  text-transform: uppercase;
}

.text_corrido_shopi {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.text_corrido_shopi.center {
  text-align: center;
}

.button-11 {
  background-color: var(--new_orange);
  border-radius: 50px;
  padding: 12px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-11._2 {
  justify-content: center;
  align-items: center;
  height: 62px;
  display: flex;
}

.button-11._2.size {
  width: 310px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.button-11.black {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 64px;
  display: flex;
}

.div2_right_shopi {
  justify-content: center;
  align-items: center;
  width: 59%;
  display: flex;
}

.image-218 {
  width: 100%;
  max-width: 426px;
}

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

.text-block-175 {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}

.text-block-176 {
  color: var(--black);
  margin-top: 32px;
  font-family: neighbor, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

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

.containter2_shopi._2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.heading-52 {
  z-index: 1;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 46px;
  font-weight: 400;
  position: relative;
}

.text-span-237 {
  font-style: italic;
  font-weight: 700;
}

.text-block-177 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.text-span-238, .text-span-239 {
  color: var(--new_orange);
}

.div-block-353 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 57px;
  display: flex;
  position: relative;
}

.s-shopi-boas-compras {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--new_orange);
  pointer-events: auto;
  cursor: pointer;
  flex-flow: column;
  padding-top: 75px;
  padding-bottom: 100px;
  display: flex;
}

.container3_shopi {
  border-bottom: 2px solid var(--new_orange);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container3_shopi._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.top_shopi {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 967px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-53 {
  color: var(--new_yellow);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
}

.heading-53.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
}

.heading-53.black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
}

.text-block-178 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 125%;
}

.text-block-178.black {
  color: var(--black);
  margin-bottom: 42px;
  font-size: 24px;
  font-weight: 600;
}

.text-span-240 {
  font-style: italic;
  font-weight: 700;
}

.div3_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--new_yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 54px 30px;
  display: flex;
}

.text-block-179 {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 125%;
}

.text-block-179._2 {
  font-size: 21px;
}

.boxes-shopi-falando {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 967px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.s-shopi-parceiros {
  justify-content: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.container4_shopi {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading_shopi {
  z-index: 1;
  color: var(--new_orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
}

.div4_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text_shopi {
  color: var(--black);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.section5_shopi {
  background-color: var(--new_orange);
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding-top: 40px;
  display: flex;
}

.container5_shopi {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-355 {
  width: 33%;
  height: 100%;
}

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

.div-block-355._3 {
  width: 54%;
}

.paragraph-51 {
  font-family: neighbor, sans-serif;
  font-size: 32px;
  line-height: 125%;
}

.image-219, .image-220 {
  width: 100%;
}

.section6_shopi {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div6_top_shopi {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.heading-53-copy {
  color: var(--new_yellow);
  font-family: neighbor, sans-serif;
  font-size: 48px;
}

.heading-53-copy._4 {
  color: var(--black);
  text-align: center;
}

.div6_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--new_orange);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px 40px;
  display: flex;
}

.text-block-white {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 125%;
}

.div-block-356 {
  background-color: var(--new_yellow);
  width: 100%;
  height: 2px;
}

.heading-54 {
  color: var(--new_yellow);
  font-family: neighbor, sans-serif;
  font-size: 97px;
  line-height: 125%;
}

.div6_bottom_shopi {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.sectioni7_shopi {
  background-color: var(--new_yellow);
  justify-content: center;
  align-items: center;
  height: 354px;
  display: flex;
}

.container7_shopi {
  background-image: url('../images/Img_section5.svg');
  background-position: 34% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div7_left_shopi {
  width: 40%;
}

.heading-55 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}

.div7_right_shopi {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 54%;
  display: flex;
}

.heading-56 {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.div-block-357 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s-shopi-gif {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div8_left_shopi {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div8_right_shopi {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.heading-57 {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 54px;
  line-height: 100%;
}

.heading-55-copy {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}

.image-221 {
  margin-left: 53px;
}

.s-shopi-falando {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--new_orange);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container9_shopi {
  border-bottom: 2px solid var(--new_orange);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container9_shopi._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.top-shopi-falando {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.div9_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.line-shopi {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-block-354-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-359 {
  width: 100%;
  max-width: 697px;
  position: relative;
}

.div-block-360 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-58 {
  z-index: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 60px;
  line-height: 125%;
  position: relative;
}

.text-span-241 {
  color: var(--black);
}

.s-shopi-com-voce {
  background-color: var(--new_yellow);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div10_top_shopi {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-52 {
  align-items: center;
  display: flex;
}

.faq-item-content-3 {
  width: auto;
  overflow: hidden;
}

.text-body-33 {
  color: #130501b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-body-33.faq-item-text {
  box-sizing: content-box;
  color: #828282;
  width: auto;
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-body-33.faq-item-text.ajeitae {
  color: var(--black);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 18px;
}

.arrow_faq-2 {
  transform: rotate(0);
}

.text-span-242 {
  color: #ff7420;
  font-weight: 700;
}

.faq-item-_perguntas {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--black) #d6d6d6;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  margin-bottom: 0;
  padding: 32px 24px;
}

.faq-item-_perguntas.ajeitae {
  border-width: 2px;
  border-color: var(--new_orange);
  border-radius: 24px;
  margin-bottom: 40px;
}

.jt-header-itens-home-promoteste-recaptcha-lgpd {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-top: 0;
  display: block;
  position: sticky;
  right: 0;
}

.jt-header-itens-3teste-recaptcha-lgpd {
  z-index: 4;
  justify-content: flex-end;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.jt-form-home-sorteteste-recaptcha-lgpd {
  background-color: var(--white);
  border-radius: 20px;
  width: 420px;
  height: auto;
  margin-bottom: 0;
  padding: 30px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-form-home-sorteteste-recaptcha-lgpd.viagem {
  background-color: #fff;
  width: 600px;
}

.phone-teste-recaptcha-lgpd, .document-teste-recaptcha-lgpd {
  background-color: #f2f2f2;
  border: 1px #000;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.jt-btn-form-home-sorte-phone-teste-recaptcha-lgpd {
  background-color: var(--new_orange);
  border-radius: 25px;
  width: 100%;
  height: 45px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.text-bold-shopi {
  font-size: 24px;
}

.image-227 {
  display: none;
}

.slide-19 {
  vertical-align: baseline;
  background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(#ff5325, #ff5325);
  background-position: 100%, 0%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  height: 652px;
  padding-bottom: 0;
  padding-right: 0;
}

.containerhome_hero_shopi {
  max-width: none;
  height: 100%;
  display: flex;
}

.divhome__hero_right {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 64px;
  padding-bottom: 29px;
  padding-left: 0;
  display: flex;
}

.image-216-copy {
  width: 80%;
}

.image-227-copy {
  display: none;
}

.divhome__hero_left {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  background-color: var(--new_orange);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 60px;
  padding-left: 20px;
  display: flex;
}

.image-217-copy {
  width: 80%;
  position: relative;
  left: -41px;
  right: auto;
}

.slide-20 {
  height: 652px;
}

.text-block-180 {
  font-family: Neighbor, sans-serif;
}

.link-block-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-family: Neighbor, sans-serif;
  font-size: 18px;
  display: flex;
}

.text-block-181 {
  color: var(--new_orange);
  font-size: 20px;
  font-weight: 700;
}

.image-228 {
  width: 10%;
}

.section-25 {
  z-index: 999;
  background-color: var(--new_orange);
  border-radius: 100px;
  width: auto;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-362 {
  width: auto;
  height: auto;
  margin-bottom: -91px;
  position: relative;
  inset: auto -38px 50px auto;
  overflow: visible;
}

.div_content_renegociar {
  background-image: url('../images/asset.svg');
  background-position: 26% 26%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  overflow: visible;
}

.div_content_renegociar.left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 361.07px;
  padding: 32px;
  display: flex;
}

.div_content_renegociar.right {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 361px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div_content_renegociar.bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  margin-top: -56px;
  padding-top: 0;
}

.div-block_renegociar {
  background-color: var(--new_orange);
  color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 331px;
  height: 180px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.div-block_renegociar._2 {
  width: 60%;
  padding-left: 72px;
}

.div-block_renegociar._3 {
  width: 44%;
}

.text-block-141-copy {
  color: var(--white);
  text-align: center;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
}

.container-69 {
  max-width: 900px;
}

.text-block-182 {
  text-align: center;
  padding-top: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
}

.text-span-243 {
  color: var(--new_orange);
  font-weight: 700;
}

.error-message-11 {
  background-color: #d80000;
}

.div-block-video {
  width: 100%;
  padding-bottom: 20px;
}

.text-block-183 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 100%;
}

.heading_embaixador {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-family: Monument Extended, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
}

.heading-59 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monument Extended, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.text-span-244 {
  background-color: var(--white);
  padding-left: 16px;
  padding-right: 16px;
}

.text-block-184 {
  color: var(--black);
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
}

.error-message-12, .error-message-13 {
  background-color: #d80000;
}

.text-block-185 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.jt-btn-form-home-sorte-copy {
  background-color: var(--new_orange);
  border-radius: 25px;
  width: 100%;
  height: 45px;
  margin-top: -10px;
  padding-top: 9px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.text-field-8-copy {
  background-color: #f2f2f2;
  border: 1px #000;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.jt-box-form-integrapay-copy {
  align-items: center;
  display: flex;
}

.jt-title-laranja-sml-home-sorte-copy {
  color: var(--new_orange);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.jt-title-laranja-sml-home-sorte-copy.viagem {
  text-align: center;
}

.jt-form-home-sorte-copy {
  background-color: var(--white);
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 40px 30px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-form-home-sorte-copy.viagem {
  background-color: #fff;
  width: 600px;
}

.jt-form-home-sorte-copy-copy {
  background-color: var(--white);
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 40px 30px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.jt-form-home-sorte-copy-copy.viagem {
  background-color: #fff;
  width: 600px;
}

.error-message-14, .error-message-15, .error-message-16, .error-message-17, .error-message-18, .error-message-19, .error-message-20, .error-message-21, .error-message-22, .error-message-23 {
  background-color: #d80000;
}

.image-229 {
  width: auto;
}

.image-229.small {
  height: 97px;
}

.text-form-home {
  margin-bottom: 26px;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
}

.s-aprovacao-rapido {
  margin-top: 80px;
  margin-bottom: 80px;
}

.container1160 {
  width: 100%;
  max-width: 1224px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.container1160.flex-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.box-aprovacao-rapido {
  width: 100%;
  max-width: 540px;
  position: absolute;
  inset: 50% auto auto 120px;
  transform: translate(0, -50%);
}

.h-67 {
  z-index: 1;
  font-family: neighbor, sans-serif;
  font-size: 67px;
  line-height: 94%;
  position: relative;
}

.text-51 {
  color: var(--new_yellow);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: pf-reminder, sans-serif;
  font-size: 51px;
  line-height: 104%;
}

.btn {
  background-color: var(--new_yellow);
  box-shadow: -6px 6px 0 0 var(--black);
  color: var(--black);
  border: 3px solid #000;
  padding: 12px 20px 4px;
  font-family: neighbor, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
  transition: background-color .2s;
}

.btn:hover {
  border-color: var(--new_orange);
  background-color: var(--black);
  color: var(--white);
}

.btn.btn-white {
  background-color: var(--white);
}

.btn.btn-white.btn-mtop {
  text-transform: uppercase;
  margin-top: 32px;
}

.btn.btn-white.btn-mtop:hover {
  background-color: var(--black);
}

.btn.btn-white.btn-mtop.btn-mob {
  display: none;
}

.btn.btn-orange {
  background-color: var(--new_orange);
}

.btn.btn-orange:hover {
  background-color: var(--black);
}

.btn.btn-pink {
  background-color: var(--new_rosa);
}

.btn.btn-pink.btn-mtop {
  margin-top: 42px;
}

.btn.btn-pink.btn-mtop:hover {
  background-color: var(--black);
}

.btn.btn-blue {
  background-color: var(--new_blue);
}

.btn.btn-blue.btn-mtop {
  margin-top: 32px;
}

.btn.btn-blue.btn-mtop:hover {
  background-color: var(--black);
}

.btn.btn-green {
  background-color: var(--new_green);
}

.btn.btn-green:hover {
  background-color: var(--black);
}

.s-facilita {
  background-image: url('../images/bg-facilita.webp');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 132px;
  padding-bottom: 132px;
}

.vector-arrow-aprovacao {
  position: absolute;
  inset: auto auto 160px -20px;
}

.box-flex-center {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
}

.heading-61 {
  letter-spacing: normal;
  font-size: 60px;
  line-height: 110%;
}

.h-60 {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: neighbor, sans-serif;
  font-size: 60px;
  line-height: 110%;
}

.h-60.title-tarifa {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
}

.text-46 {
  color: var(--black);
  font-family: pf-reminder, sans-serif;
  font-size: 46px;
  line-height: 100%;
}

.box-facilita {
  width: 100%;
  max-width: 640px;
  position: relative;
}

.vector-title-aprovacao {
  z-index: 0;
  position: absolute;
  top: 2px;
  left: -36px;
}

.vector-facilita {
  position: absolute;
  inset: -40px auto 0 -120px;
}

.box-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-230 {
  margin-top: 5px;
}

.s-mudar {
  background-image: url('../images/bg-image-mudar.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 200px;
  padding-bottom: 200px;
}

.box-mudar {
  width: 100%;
  max-width: 442px;
  margin-left: auto;
  margin-right: 0;
}

.h-53 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: neighbor, sans-serif;
  font-size: 53px;
  line-height: 110%;
}

.text-41 {
  z-index: 4;
  text-transform: uppercase;
  font-family: pf-reminder, sans-serif;
  font-size: 41px;
  line-height: 100%;
  position: relative;
}

.box-subtitle-credito {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 430px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.box-subtitle-credito.box-mbottom {
  max-width: 331px;
  margin-bottom: 44px;
}

.vector-mudar {
  z-index: 0;
  position: absolute;
  inset: -10px auto auto -21px;
}

.s-credito {
  padding-top: 48px;
  padding-bottom: 200px;
}

.h-77 {
  color: var(--new_orange);
  margin-top: 0;
  font-family: neighbor, sans-serif;
  font-size: 77px;
  line-height: 88%;
}

.box-credito {
  width: 100%;
  max-width: 560px;
  position: relative;
}

.box-credito-container {
  justify-content: flex-start;
  align-items: flex-end;
}

.h-49 {
  color: var(--black);
  width: 100%;
  max-width: 434px;
  margin-top: 0;
  font-family: neighbor, sans-serif;
  font-size: 49px;
  font-weight: 800;
  line-height: 88%;
}

.text-53 {
  color: var(--black);
  font-family: pf-reminder, sans-serif;
  font-size: 53px;
  line-height: 88%;
}

.circulo-credito {
  z-index: -1;
  position: absolute;
  top: -27px;
  left: -32px;
}

.image-231 {
  z-index: -1;
  position: absolute;
  inset: auto 0% -7% 22%;
}

.s-avaliacao {
  background-color: var(--new_orange);
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-62 {
  color: var(--black);
}

.h-175 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 175px;
  line-height: 100%;
}

.box-avaliacao {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 307px;
}

.text-28 {
  text-align: center;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 102%;
}

.flex-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.img-cel {
  width: 100%;
  max-width: 254px;
  margin-top: -140px;
}

.h-51 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 51px;
  font-style: italic;
  line-height: 100%;
}

.flex-block-5 {
  justify-content: flex-start;
  align-items: center;
}

.h-64 {
  z-index: 2;
  color: var(--black);
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: pf-reminder, sans-serif;
  font-size: 74px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.h-62 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 100%;
}

.h-36 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: -9px;
  margin-bottom: 0;
  font-family: pf-reminder, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
}

.image-232 {
  z-index: 0;
  position: absolute;
  inset: 4px 0% 0%;
}

.doguinho {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s-reclame {
  background-color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
}

.box-reclame {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.text-reclame {
  margin-top: 6px;
  font-family: neighbor, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 85%;
}

.span-orange {
  color: var(--new_orange);
}

.span-green {
  color: var(--new_green);
  text-decoration: underline;
}

.s-transfira {
  padding-top: 32px;
  padding-bottom: 290px;
}

.flex-block-6 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.image-233 {
  width: 105%;
  max-width: none;
  margin-top: -34px;
  margin-left: -30px;
}

.heading-63 {
  color: var(--new_orange);
  text-transform: uppercase;
  margin-top: 103px;
  margin-bottom: 0;
  margin-left: 72px;
  font-family: neighbor, sans-serif;
  font-size: 89px;
  line-height: 85%;
}

.heading-64 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: pf-reminder, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 90%;
}

.flex-block-7 {
  flex: 1;
}

.div-block-363 {
  margin-left: auto;
  margin-right: 40px;
  position: relative;
}

.image-234 {
  z-index: -1;
  position: absolute;
  inset: auto 5px -10px auto;
}

.img-nossojeito-desk {
  width: 100%;
  max-width: 470px;
  margin-top: -190px;
  margin-left: auto;
  margin-right: 125px;
}

.s-nossojeitto {
  background-image: url('../images/img-nosso-jeitto.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 170px;
}

.box-orange-nosso {
  background-color: var(--new_orange);
  box-shadow: -12px 15px 0 0 var(--black);
  border: 2px solid #000;
  width: 100%;
  max-width: 430px;
  margin-top: -110px;
  padding: 56px 52px;
}

.heading-65 {
  font-family: neighbor, sans-serif;
  font-size: 60px;
  line-height: 95%;
}

.text-span-245 {
  font-style: italic;
  font-weight: 900;
}

.text-block-186 {
  z-index: 1;
  color: var(--black);
  text-transform: uppercase;
  font-family: pf-reminder, sans-serif;
  font-size: 46px;
  line-height: 98%;
  position: relative;
}

.image-236 {
  z-index: 0;
  position: absolute;
  inset: auto 22px -10px auto;
}

.s-pix {
  padding-top: 78px;
  padding-bottom: 78px;
}

.heading-66 {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 53px;
  font-weight: 400;
  line-height: 98%;
}

.box-pix {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
}

.text-orange-footer {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: neighbor, sans-serif;
  font-weight: 700;
}

.jt-link-tiktok {
  background-color: var(--transparent);
  margin-right: 15px;
  padding-right: 0;
}

.nav-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.flex-block-10 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: center;
}

.llustra-credito-desk {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.box-subtitle-avaliacao {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -5px;
  display: flex;
  position: relative;
}

.box-subtitle-avaliacao.box-mbottom {
  max-width: 331px;
  margin-bottom: 44px;
}

.box-subtitle-nosso {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.box-subtitle-nosso.box-mbottom {
  max-width: 331px;
  margin-bottom: 44px;
}

.box-subtitle-mudar {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.box-subtitle-mudar.box-mbottom {
  max-width: 331px;
  margin-bottom: 44px;
}

.image-pix-mobile {
  display: none;
}

.image-pix-desktop {
  width: 100%;
  max-width: 420px;
}

.image-cel {
  width: 100%;
  max-width: 270px;
}

.img-banner-home-mob {
  display: none;
}

.img-aprovacao-desk {
  width: 100%;
}

.img-aprovacao-mob {
  display: none;
}

.box-title-aprovacao {
  position: relative;
}

.illustra-xicara-mob, .img-cel-avaliacao-mob {
  display: none;
}

.illustra-credito-mob {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.img-nossojeito-mob {
  width: 100%;
  max-width: 470px;
  margin-top: -190px;
  margin-left: auto;
  margin-right: 125px;
  display: none;
}

.img-transfira-mob, .botao-transfira-mob {
  display: none;
}

.carrossel-facilita {
  width: 100%;
  display: none;
}

.slide-facilita {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.mask-14 {
  overflow: visible;
}

.btn-float {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  inset: 134px 0% auto auto;
}

.navbar-inside {
  z-index: 99999;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--new_orange);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 14px 24px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.navbar-lgpd-inside {
  z-index: 99999;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.btn-credito-white {
  background-color: var(--white);
  color: var(--new_orange);
  text-align: center;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 8px 16px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.title-box-vector {
  position: relative;
}

.vector-title-voce {
  z-index: 0;
  position: absolute;
  inset: -16px 64px auto auto;
}

.box-cadastro-horizontal {
  z-index: 2;
  justify-content: flex-end;
  position: absolute;
  inset: auto 0% -150px;
}

.form-cadastro {
  background-color: var(--new_green);
  width: 100%;
  padding: 54px 80px;
}

.form-cadastro.form-cadastro-laranja {
  background-color: var(--new_orange);
  margin-bottom: 0;
}

.form-cadastro.form-cadastro-branco {
  background-color: var(--white);
}

.form-cadastro.box-line-black {
  z-index: 1;
  box-shadow: 10px 10px 0 0 var(--black);
  border: 2px solid #000;
  position: relative;
}

.form-cadastro.form-cadastro-amarelo {
  background-color: var(--new_yellow);
  margin-bottom: 0;
}

.title-box-cadastro {
  color: var(--black);
  width: 100%;
  max-width: 710px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.title-box-cadastro.viagem {
  text-align: center;
}

.title-box-cadastro.text-branco-cadastro {
  color: var(--white);
  max-width: 100%;
}

.title-box-cadastro.text-laranja-cadastro {
  color: var(--new_orange);
  max-width: 100%;
}

.title-box-cadastro.full-width {
  max-width: 100%;
}

.field-input-line-dark {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  background-color: var(--transparent);
  color: var(--black);
  height: auto;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.field-input-line-dark::placeholder {
  color: var(--black);
}

.field-input-line-dark.line-orange {
  border-bottom-color: var(--new_orange);
}

.field-input-line-dark.line-orange::placeholder {
  color: var(--new_orange);
}

.field-input-line-dark.line-white {
  border-bottom-color: var(--white);
}

.field-input-line-dark.line-white::placeholder {
  color: var(--white);
}

.box-inputs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-form-cadastro {
  background-color: var(--transparent);
  color: var(--black);
  border: 1px solid #000;
  width: 100%;
  height: 45px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.box-texts-credito-aumentar {
  width: 100%;
  max-width: 589px;
  margin-top: 0;
  padding-top: 0;
  position: static;
  top: -100px;
}

.h-40 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: neighbor, sans-serif;
  font-size: 40px;
  line-height: 110%;
}

.h-40.text-orange {
  color: var(--new_orange);
}

.text-32 {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}

.text-32.text-black {
  color: var(--black);
}

.text-32.text-black.text-center, .text-32.text-curtiu {
  text-align: center;
}

.text-32.text-regular {
  font-weight: 400;
}

.text-32.text-regular.text-width {
  width: 100%;
  max-width: 415px;
}

.img-credito-cel {
  width: 100%;
  max-width: 556px;
  margin-bottom: -330px;
}

.s-credito-topicos {
  padding-top: 180px;
  padding-bottom: 180px;
}

.h-52 {
  z-index: 1;
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-family: neighbor, sans-serif;
  font-size: 52px;
  line-height: 110%;
  position: relative;
}

.h-52.text-orange {
  color: var(--new_orange);
}

.box-icon {
  background-color: var(--new_green);
  box-shadow: -5px 5px 0 0 var(--black);
  border: 2px solid #000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.box-icon.box-orange {
  background-color: var(--new_orange);
}

.box-icon.box-pink {
  background-color: var(--new_rosa);
}

.box-icon.box-white {
  background-color: var(--white);
}

.box-icon-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 244px;
}

.h-30 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 110%;
}

.flex-icons {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: stretch;
  margin-top: 80px;
}

.flex-icons.space-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
}

.flex-icons.space-box-emprestimo {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  margin-top: 40px;
}

.risco-credito {
  position: absolute;
  inset: auto 290px -13px auto;
}

.s-credito-compras {
  background-color: var(--new_green);
  padding-top: 70px;
  padding-bottom: 70px;
}

.img-compras {
  width: 100%;
  max-width: 507px;
}

.h-55 {
  color: var(--new_orange);
  width: 100%;
  max-width: 510px;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: neighbor, sans-serif;
  font-size: 55px;
  line-height: 110%;
}

.box-texts-compras {
  width: 100%;
  max-width: 570px;
  position: relative;
}

.flex-compras {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: center;
}

.vector-lines-compras {
  position: absolute;
  inset: auto 0% -160px auto;
}

.h-48 {
  color: var(--new_orange);
  margin-top: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.h-48.text-white {
  color: var(--white);
}

.h-48.text-white.text-wdth {
  width: 50%;
}

.h-48.text-width {
  width: 100%;
  max-width: 360px;
  margin-top: 16px;
  margin-bottom: 0;
}

.faq-title-pergunta {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.s-fatura-banner {
  background-image: url('../images/banner-fatura.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 633px;
  display: flex;
}

.heading-67 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 62px;
  line-height: 100%;
}

.image-242 {
  filter: brightness(0%) saturate() invert();
  width: 100%;
  max-width: 173px;
  position: absolute;
  inset: auto 0% -13px auto;
}

.box-fatura {
  width: 100%;
  max-width: 536px;
}

.s-fatura-cadastro {
  margin-top: -160px;
  margin-bottom: 60px;
}

.form-fatura {
  background-color: var(--new_green);
  width: 100%;
  padding: 54px 80px;
}

.form-boleto {
  background-color: var(--new_orange);
  width: 100%;
  padding: 54px 80px;
}

.title-box-minha-fatura {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: neighbor, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.title-box-minha-fatura.viagem {
  text-align: center;
}

.text-box-boleto {
  color: var(--new_gray);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}

.field-input-line-white {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: var(--transparent);
  color: var(--white);
  height: auto;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.field-input-line-white::placeholder {
  color: var(--white);
}

.btn-form {
  background-color: var(--new_yellow);
  box-shadow: -5px 5px 0 0 var(--black);
  color: var(--black);
  border: 1px solid #000;
  border-bottom-width: 2px;
  padding: 16px 40px;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
}

.btn-form.btn-full {
  width: 100%;
}

.btn-form.btn-laranja {
  background-color: var(--new_orange);
}

.s-emprestimo-banner {
  background-image: url('../images/banner-emprestimo.webp');
  background-position: 50% 0;
  background-size: cover;
}

.box-banner-emprestimo {
  justify-content: space-between;
  align-items: flex-end;
}

.titulo-banner-emprestimo {
  width: 50%;
  margin-bottom: 250px;
}

.img-banner-emprestimo {
  width: 50%;
  margin-top: 40px;
}

.s-emprestimo-cadastro {
  margin-top: -150px;
}

.s-emprestimo-segurado {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-243 {
  width: 100%;
  max-width: 340px;
}

.box-emprestimo-segurado {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.box-texts-emprestimo {
  width: 100%;
  max-width: 668px;
}

.h-bg-orange {
  background-color: var(--new_orange);
  margin-top: 14px;
  margin-bottom: 24px;
  padding: 15px 20px 10px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.text-24 {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.text-24.text-white {
  color: var(--white);
  width: 50%;
}

.box-emprestimo-prestamista {
  background-color: var(--new_orange);
  justify-content: center;
  align-items: center;
  padding: 32px 40px;
}

.h-32 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: neighbor, sans-serif;
  line-height: 100%;
}

.heading-69 {
  color: var(--new_orange);
  background-color: #fdf4df;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 16px 10px;
  font-family: neighbor, sans-serif;
  font-size: 32px;
}

.s-emprestimo-beneficios {
  background-color: #fefaf2;
  margin-top: -86px;
  padding-top: 216px;
  padding-bottom: 160px;
}

.seta-titulo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
}

.h-32-seta {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

.box-listas {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.box-emprestimo-beneficios {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.s-emprestimo-conta {
  padding-top: 160px;
  padding-bottom: 160px;
}

.box-emprestimo-conta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 54px;
}

.text-32-conta {
  color: var(--black);
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.box-title-conta {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-top: 2px solid var(--new_orange);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 56px;
  padding-top: 56px;
  display: flex;
}

.heading-70 {
  color: var(--new_orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.btn-orange-flat {
  background-color: var(--new_orange);
  color: var(--new_yellow_light);
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  font-family: neighbor, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.s-emprestimo-cobertura {
  background-color: #fefaf2;
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading-71 {
  color: var(--new_orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 52px;
  line-height: 110%;
}

.box-orange-cobertura {
  background-color: var(--new_orange);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 32px;
}

.flex-box-cobertura {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
}

.h-24-cobertura {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: neighbor, sans-serif;
}

.text-cobertura {
  text-align: center;
  font-size: 24px;
  line-height: 120%;
}

.s-emprestimo-pausa {
  padding-top: 154px;
  padding-bottom: 154px;
}

.box-pausa {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
}

.image-244 {
  width: 100%;
  max-width: 253px;
}

.box-texts-pausa {
  width: 100%;
  max-width: 440px;
  position: relative;
}

.vector-brilho {
  position: absolute;
  inset: -40px 40px auto auto;
}

.s-emprestimo-combao {
  background-color: #fcf1d9;
  padding-top: 80px;
  padding-bottom: 80px;
}

.box--emprestimo-combao {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.box-combao {
  background-color: var(--new_orange);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 60px 32px;
  position: relative;
}

.h-title-combao {
  color: var(--new_yellow);
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.text-combao {
  text-align: center;
  margin-bottom: 32px;
  font-family: neighbor, sans-serif;
  font-size: 32px;
  line-height: 110%;
}

.box-text-combao {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  padding: 16px 32px;
  font-family: neighbor, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.text-span-246 {
  color: var(--new_orange);
}

.brilho-combao {
  position: absolute;
  inset: auto -40px 20px auto;
}

.box-combao-contratar {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.h-title-combao-contrato {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.s-emprestimo-curtiu {
  background-color: var(--new_orange);
  padding-top: 160px;
  padding-bottom: 160px;
}

.box-curtiu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h-title-curtiu {
  color: var(--new_yellow);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.s-transferencia-banner {
  aspect-ratio: 16 / 9;
  background-image: url('../images/banner-transferencia.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.box-texts-banner-transferencia {
  width: 100%;
  max-width: 468px;
  margin-bottom: 60px;
}

.title-banner-transferencia {
  z-index: 1;
  color: var(--new_yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 62px;
  line-height: 100%;
  position: relative;
}

.title-banner-transferencia.v2 {
  font-variation-settings: "YTDE" -210;
  max-width: none;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 58px;
  line-height: 60px;
}

.vector-title-depois {
  z-index: 0;
  position: absolute;
  inset: auto 75px 0% auto;
}

.subtile-branco-transferencia {
  color: var(--white);
  width: auto;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 100%;
}

.s-transferencia-pix {
  padding-top: 300px;
  padding-bottom: 120px;
}

.h-54 {
  z-index: 1;
  color: var(--new_orange);
  text-align: center;
  margin-top: 0;
  font-family: neighbor, sans-serif;
  font-size: 54px;
  line-height: 120%;
  position: relative;
}

.image-246 {
  width: 100%;
  max-width: 75px;
  position: absolute;
  inset: -36px auto auto -10px;
}

.btn-app {
  background-color: var(--new_orange);
  box-shadow: -3px 3px 0 0 var(--black);
  color: var(--black);
  border: 2px solid #000;
  padding: 12px 24px;
  font-weight: 700;
  display: inline-block;
}

.btn-app.btn-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-right: 16px;
  display: inline-flex;
}

.btn-app.btn-white.big-width {
  text-align: center;
}

.btn-app.big-width {
  text-align: center;
  width: 100%;
  max-width: 460px;
}

.btn-app.big-width.btn-white-2 {
  background-color: var(--white);
}

.btn-app.big-width.btn-blue {
  background-color: var(--new_blue);
}

.btn-app.btn-green {
  background-color: var(--new_green);
}

.btn-app.btn-amarelo {
  background-color: var(--new_yellow);
}

.div-block-364 {
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  display: flex;
}

.s-transferencia-como {
  background-color: var(--new_yellow);
  padding-top: 132px;
  padding-bottom: 132px;
  position: relative;
}

.image-247 {
  position: absolute;
  inset: 24px 0% auto auto;
}

.box-passo {
  background-color: var(--new_orange);
  box-shadow: 6px 6px 0 0 var(--black);
  border: 2px solid #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 230px;
  padding: 40px 32px;
  position: relative;
}

.box-passo.box-maior {
  min-width: 300px;
}

.box-passo.box-rosa {
  background-color: var(--new_rosa);
  min-width: 250px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.box-number {
  background-color: var(--new_yellow);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  line-height: 20px;
  display: flex;
}

.box-number.box-green {
  background-color: var(--new_green);
}

.num {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

.text-passo {
  text-align: center;
  margin-top: 32px;
}

.text-passo.m-top {
  margin-top: 16px;
}

.text-passo.txt-black {
  color: var(--black);
  margin-top: 0;
}

.s-transferencia-topicos {
  background-color: #fafafa;
  padding-top: 180px;
  padding-bottom: 180px;
}

.icon-filter-yellow {
  filter: brightness(0%) saturate() invert(95%) sepia(37%) saturate(2999%) hue-rotate(324deg) brightness(124%) contrast(94%);
}

.s-transferencia-tarifas {
  background-color: var(--new_orange);
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.box-texts-tarifa {
  width: 100%;
  max-width: 472px;
}

.image-249 {
  object-fit: cover;
  width: 50%;
  max-width: 742px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.s-sobre-banner {
  background-image: url('../images/banner-sobre.webp');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  display: flex;
}

.s-emprestimo-p-banner {
  background-image: url('../images/banner-emprestimo-pessoal.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.box-banner-emprestimo-p {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 568px;
  display: block;
}

.s-emprestimo-p-cadastro {
  margin-top: -150px;
}

.s-emprestimo-p-segurado {
  background-color: var(--new_orange);
  margin-top: -111px;
  padding-top: 268px;
  padding-bottom: 100px;
}

.text-span-247 {
  color: var(--black);
}

.box-emprestimo-p-segurado {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}

.s-emprestimo-p-jornada {
  padding-top: 130px;
  padding-bottom: 130px;
}

.flex-block-12, .div-block-365 {
  width: 50%;
}

.s-emprestimo-p-boxes {
  background-color: var(--black);
  padding-top: 124px;
  padding-bottom: 124px;
}

.flex-boxes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
}

.box-orange-boxes {
  background-color: var(--new_orange);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 350px;
  max-width: 368px;
  padding: 40px 46px;
}

.h-24-boxes {
  color: var(--new_yellow);
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: neighbor, sans-serif;
  font-size: 32px;
  line-height: 110%;
}

.text-boxes {
  color: var(--black);
  font-weight: 500;
  line-height: 120%;
}

.s-emprestimo-p-oportunidades {
  background-color: var(--new_orange);
  padding-top: 80px;
  padding-bottom: 80px;
}

.box-emprestimo-p-jornada {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.image-250 {
  width: 100%;
  max-width: 380px;
}

.text-span-248 {
  color: var(--black);
}

.text-jornada {
  width: 100%;
  max-width: 276px;
}

.s-emprestimo-p-boxes-branco {
  padding-top: 80px;
  padding-bottom: 80px;
}

.box-orange-boxes-border {
  background-color: var(--new_orange);
  box-shadow: 6px 6px 0 0 var(--black);
  border: 2px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 350px;
  max-width: 534px;
  padding: 40px 46px;
}

.flex-boxes-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
}

.s-emprestimo-p-solicitar {
  background-color: var(--new_yellow);
  padding-top: 128px;
  padding-bottom: 128px;
}

.image-251 {
  width: 100%;
  max-width: 354px;
}

.box-texts-solicitar {
  width: 100%;
  max-width: 660px;
}

.flex-solicitar {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}

.text-20 {
  color: var(--black);
  font-size: 20px;
  line-height: 110%;
}

.box-cards-branco {
  background-color: var(--white);
  box-shadow: -5px 5px 0 0 var(--white), -5px 5px 0 2px var(--black), -12px 12px 0 0 var(--white), -12px 12px 0 2px var(--black);
  border: 2px solid #000;
  width: 100%;
  max-width: 520px;
  padding: 48px 32px;
  position: relative;
}

.box-cards-branco.box-right {
  max-width: 470px;
  margin-left: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.box-cards-branco.small {
  max-width: 420px;
}

.box-cards-branco.medium {
  max-width: 440px;
}

.title-card-orange {
  z-index: 1;
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 52px;
  line-height: 110%;
  position: relative;
}

.title-card-orange.big {
  font-size: 64px;
  line-height: 80%;
}

.title-manifesto {
  z-index: 1;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.text-span-249 {
  font-family: pf-reminder, sans-serif;
  font-size: 60px;
}

.heading-72 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: pf-reminder, sans-serif;
  font-size: 56px;
}

.title-seta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.text-manifesto {
  color: var(--black);
  margin-top: 50px;
  font-size: 20px;
  line-height: 110%;
}

.vector-manifesto {
  position: absolute;
  inset: -60px 50px auto auto;
}

.img-cel-numeros {
  width: 100%;
  max-width: 300px;
}

.vector-numeros {
  z-index: 0;
  width: 100%;
  max-width: 250px;
  position: absolute;
  inset: auto -10px 0% auto;
}

.numero-title {
  color: var(--black);
  font-size: 48px;
  line-height: 110%;
}

.numero-subtitle {
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.s-sbre-ia {
  padding-top: 140px;
  padding-bottom: 140px;
}

.box-texts-ia {
  width: 50%;
}

.text-ia {
  color: var(--black);
  width: 50%;
  font-size: 28px;
  line-height: 120%;
}

.box-ia {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
}

.title-ia {
  margin-top: 44px;
  position: relative;
}

.s-sobre-midia {
  background-color: var(--new_orange);
  padding-top: 190px;
  padding-bottom: 190px;
  position: relative;
}

.title-midia {
  color: var(--new_yellow);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.title-midia.title-black {
  color: var(--black);
}

.box-midias {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  margin-top: 48px;
  position: relative;
}

.box-midias.box-small {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.box-logo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 275px;
}

.text-box-midia {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.box-logo-midia {
  background-color: var(--white);
  box-shadow: 6px 6px 0 0 var(--black);
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
}

.icon-midia-rabisco {
  position: absolute;
  inset: auto 20px 60px auto;
}

.icon-midia-estrela {
  position: absolute;
  top: 64px;
  bottom: auto;
  left: 100px;
}

.vector-title-facilitar {
  z-index: 0;
  position: absolute;
  inset: 88px 0% auto 110px;
}

.s-minha-fatura-banner {
  background-image: url('../images/banner-minha-fatura.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  display: flex;
}

.form-boleto-small {
  background-color: var(--new_orange);
  width: 100%;
  margin-top: 42px;
  margin-bottom: 0;
  padding: 32px;
}

.title-box-vector-banner {
  width: 100%;
  max-width: 347px;
  position: relative;
}

.title-banner-minha-fatura {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 62px;
  line-height: 100%;
}

.s-minha-fatura-funciona {
  background-color: var(--new_orange);
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-255 {
  width: 100%;
  max-width: 387px;
}

.box-minha-funciona {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.title-minha-fatura {
  color: var(--new_yellow);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: neighbor, sans-serif;
  font-size: 40px;
}

.text-minha-fatura {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.box-texts-minhaf {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 668px;
}

.s-minha-fatura-dia {
  padding-top: 140px;
  padding-bottom: 140px;
}

.title-minha-fatura-dia {
  color: var(--new_orange);
  margin-top: 16px;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 55px;
  line-height: 110%;
}

.flex-minha-fatura-dia {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
}

.title-dia {
  z-index: 1;
  color: var(--black);
  font-family: pf-reminder, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  position: relative;
}

.text-span-250 {
  text-transform: uppercase;
  font-size: 48px;
}

.box-fatura-dia {
  width: 44%;
  font-size: 44px;
}

.texts-dia {
  color: var(--black);
  margin-top: 44px;
  font-size: 31px;
  line-height: 120%;
}

.image-256 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.s-fatura-atrasada {
  background-color: var(--new_yellow);
  padding-top: 140px;
  padding-bottom: 140px;
}

.title-atrasada {
  color: var(--new_orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: neighbor, sans-serif;
  font-size: 54px;
}

.texts-atrasada {
  color: var(--black);
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.box-atrasada {
  justify-content: space-around;
  align-items: center;
  margin-top: 64px;
}

.box-atrasada-icon {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.text-block-187 {
  color: var(--black);
  font-size: 24px;
}

.text-email {
  color: var(--new_orange);
  text-align: center;
  margin-top: 64px;
  font-family: neighbor, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.s-consultar-banner {
  background-image: url('../images/banner-consultar-credito.webp');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  display: flex;
}

.text-block-188 {
  font-size: 30px;
}

.text-card {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 29px;
  line-height: 110%;
}

.vector-title-credito {
  z-index: 0;
  filter: brightness(0%) saturate() invert(84%) sepia(27%) saturate(705%) hue-rotate(70deg) brightness(102%) contrast(101%);
  position: absolute;
  inset: 88px 0% auto 130px;
}

.s-consultar-cadastro {
  background-color: var(--new_green);
  padding-top: 200px;
  padding-bottom: 60px;
  position: relative;
}

.img-dog {
  justify-content: center;
  align-items: center;
  margin-top: 68px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-258 {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto 75px 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-259 {
  position: absolute;
  inset: 20px 20px auto auto;
}

.s-consultar-juntese {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.heading-73 {
  color: var(--new_orange);
  text-align: center;
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.text-span-251 {
  color: var(--black);
}

.flex-block-14 {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
}

.heading-74 {
  color: var(--new_orange);
  text-align: center;
  margin-top: 32px;
  margin-bottom: 20px;
  font-family: neighbor, sans-serif;
  font-size: 60px;
  line-height: 101%;
}

.heading-74.branco {
  color: var(--white);
  font-size: 130px;
}

.text-block-189 {
  color: var(--black);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.text-block-189.amarelo {
  color: var(--new_yellow);
}

.div-block-366 {
  box-shadow: 10px 10px 0 0 var(--black);
  border: 2px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 270px;
  padding: 32px 30px;
  display: flex;
}

.box-cards-avaliacao {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  box-shadow: 10px 10px 0 0 var(--white), 10px 10px 0 2px var(--black), 20px 20px 0 0 var(--white), 20px 20px 0 2px var(--black);
  border: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 48px 60px;
  position: relative;
}

.box-cards-avaliacao.box-right {
  max-width: 470px;
  margin-left: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.text-block-190 {
  color: var(--black);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

.s-credito-aprovado-banner {
  background-color: var(--new_orange);
  padding-top: 28px;
  padding-bottom: 80px;
}

.image-260 {
  width: 100%;
  max-width: 466px;
}

.flex-block-15 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.box-texts-banner-credito-aprovado {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 100%;
  max-width: 570px;
  display: flex;
}

.vector-title-aprovacao2 {
  z-index: 0;
  position: absolute;
  inset: auto auto -14px 0%;
}

.s-credito-aprovado-motivos {
  padding-top: 132px;
  padding-bottom: 132px;
  position: relative;
}

.heading-75 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: pf-reminder, sans-serif;
  font-size: 32px;
}

.box-number-branco {
  background-color: var(--white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 20px;
  display: flex;
}

.box-number-branco.bola-amarela {
  background-color: var(--new_yellow);
}

.vector-title-motivo {
  z-index: 0;
  position: absolute;
  inset: auto 0% 5px 50px;
}

.s-credito-aprovado-cadastro {
  padding-bottom: 100px;
}

.image-261 {
  position: absolute;
  inset: -100px -33px auto auto;
}

.s-credito-aprovado-olho {
  background-color: var(--new_green);
  padding-top: 154px;
  padding-bottom: 154px;
}

.image-262 {
  width: 100%;
  max-width: 407px;
}

.flex-block-16 {
  grid-column-gap: 95px;
  grid-row-gap: 95px;
  justify-content: center;
  align-items: center;
}

.heading-76 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: neighbor, sans-serif;
  font-size: 54px;
  line-height: 110%;
}

.text-span-252 {
  font-family: pf-reminder, sans-serif;
  font-size: 58px;
}

.text-block-191 {
  color: var(--black);
  margin-bottom: 32px;
  font-weight: 500;
}

.button-12 {
  background-color: var(--new_orange);
  box-shadow: -3px 3px 0 0 var(--black);
  color: var(--black);
  text-align: center;
  border: 2px solid #000;
  width: 100%;
  max-width: 274px;
  font-weight: 700;
}

.flex-block-17 {
  width: 100%;
  max-width: 510px;
}

.s-seguranca-digital-banner {
  aspect-ratio: 16 / 9;
  background-image: url('../images/banner-seguranca-digital.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.title-banner-seguranca {
  z-index: 1;
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
  position: relative;
}

.title-banner-seguranca.v2 {
  font-variation-settings: "YTDE" -210;
  max-width: none;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 58px;
  line-height: 60px;
}

.vector-title-seguranca {
  z-index: 0;
  width: 100%;
  max-width: 150px;
  position: absolute;
  inset: 49px auto auto -16px;
}

.s-seguranca-digital-seguro {
  background-color: var(--new_yellow);
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.img-seguro {
  width: 100%;
  max-width: 480px;
}

.heading-77 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
}

.text-block-192 {
  color: var(--black);
}

.text-block-193 {
  font-size: 16px;
}

.text-block-194 {
  color: var(--black);
  margin-top: 32px;
  font-size: 28px;
  line-height: 110%;
}

.vector-lines-seguro {
  transform-style: preserve-3d;
  position: absolute;
  inset: 24px 30px auto auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-263 {
  position: absolute;
  inset: auto auto -50px 0%;
}

.s-seguranca-digital-dicas {
  background-color: var(--new_orange);
  padding-top: 76px;
  padding-bottom: 76px;
}

.heading-78 {
  width: 100%;
  max-width: 244px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.text-block-195 {
  color: var(--black);
  font-size: 24px;
  line-height: 110%;
}

.text-block-196 {
  color: var(--new_yellow);
  font-family: neighbor, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 101%;
}

.list-dicas {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 8px;
  display: flex;
}

.flex-block-18 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
}

.list-23 {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}

.s-seguranca-digital-site-seguro {
  padding-top: 98px;
  padding-bottom: 98px;
}

.image-264 {
  width: 100%;
  max-width: 512px;
}

.heading-79 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.s-seguranca-digital-golpe {
  padding-top: 88px;
  padding-bottom: 88px;
}

.heading-80 {
  color: var(--new_orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 52px;
  line-height: 110%;
}

.text-span-253 {
  color: var(--black);
}

.image-265 {
  width: 100%;
  max-width: 343px;
}

.image-266 {
  width: 100px;
  position: absolute;
  inset: 0 93px auto auto;
}

.image-267 {
  position: absolute;
  inset: 30px 24px auto auto;
}

.s-seguranca-digital-canais {
  background-color: var(--new_orange);
  padding-top: 54px;
  padding-bottom: 78px;
}

.image-268 {
  width: 100%;
  max-width: 642px;
}

.heading-81 {
  color: var(--black);
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: neighbor, sans-serif;
  font-size: 54px;
  line-height: 110%;
}

.text-span-254 {
  color: var(--white);
}

.text-block-197 {
  color: var(--black);
  font-weight: 500;
}

.heading-82 {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 56px;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.text-span-255 {
  font-weight: 800;
}

.vector-title-unicos {
  z-index: 0;
  width: 100%;
  max-width: 190px;
  position: absolute;
  inset: auto auto -9px 320px;
}

.text-span-256 {
  background-color: var(--white);
}

.bold-text-85 {
  color: var(--new_orange);
}

.image-242-copy {
  width: 100%;
  max-width: 173px;
  position: absolute;
  inset: auto 0% -13px auto;
}

.box-minha-fatura {
  width: 100%;
  max-width: 350px;
}

.text-block-198 {
  color: var(--new_yellow);
  font-size: 20px;
  font-weight: 800;
}

.s-gaste-ganhe-atencao {
  background-color: var(--new_yellow);
  padding-top: 97px;
  padding-bottom: 52px;
}

.flex-block-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.heading-83 {
  z-index: 1;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: neighbor, sans-serif;
  font-size: 54px;
  line-height: 100%;
  position: relative;
}

.text-block-199 {
  color: var(--black);
  font-size: 34px;
  font-weight: 500;
  line-height: 110%;
}

.div-block-367 {
  position: relative;
}

.image-270 {
  z-index: 0;
  position: absolute;
  inset: auto -21px 11px auto;
}

.div-block-368 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.s-gaste-ganhe-participo {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.img-participo {
  object-fit: cover;
  width: 50%;
  max-width: 631px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.box-texts-participo {
  width: 46%;
  max-width: 620px;
}

.heading-84 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 54px;
  line-height: 110%;
}

.flex-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 42px;
}

.text-block-200 {
  color: var(--black);
  font-size: 32px;
  line-height: 110%;
}

.text-span-257 {
  color: var(--new_orange);
}

.bold-text-86 {
  line-height: 100%;
}

.text-block-201 {
  color: var(--new_orange);
  width: 100%;
  max-width: 350px;
  margin-left: 52px;
  font-family: neighbor, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 110%;
}

.s-gaste-ganhe-dinamica {
  background-color: var(--new_orange);
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-block-21 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
}

.heading-85 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: neighbor, sans-serif;
  font-size: 72px;
  line-height: 110%;
}

.text-block-202 {
  color: var(--black);
  margin-bottom: 18px;
  font-family: neighbor, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

.text-span-258, .text-span-259 {
  font-weight: 900;
}

.button-13 {
  background-color: var(--white);
  box-shadow: -10px 10px 0 0 var(--black);
  color: var(--black);
  border-radius: 9999px;
  padding: 12px 60px;
  font-family: neighbor, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}

.text-span-260 {
  text-decoration: none;
}

.text-span-261 {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-369 {
  justify-content: center;
  align-items: center;
  margin-top: 54px;
  display: flex;
}

.s-gaste-ganhe-ganhar {
  padding-top: 160px;
  padding-bottom: 160px;
}

.heading-86 {
  z-index: 1;
  color: var(--black);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 110%;
  position: relative;
}

.text-block-203 {
  color: var(--black);
  width: 100%;
  max-width: 500px;
  font-size: 28px;
  line-height: 110%;
}

.text-span-262 {
  text-decoration: underline;
}

.div-block-370 {
  position: relative;
}

.image-271 {
  width: 100%;
  max-width: 290px;
  position: absolute;
  inset: auto auto -18px 56px;
}

.s-gaste-ganhe-cadastro {
  background-image: url('../images/bg-cadastro-gaste.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.box-cadastro {
  width: 100%;
  max-width: 536px;
}

.s-gaste-ganhe-pix {
  padding-top: 110px;
  padding-bottom: 110px;
}

.image-272 {
  width: 100%;
  max-width: 474px;
}

.flex-block-22 {
  justify-content: space-between;
  align-items: center;
}

.heading-87 {
  color: var(--new_orange);
  margin-top: 0;
  font-family: neighbor, sans-serif;
  font-size: 54px;
  line-height: 110%;
}

.flex-block-23 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: space-between;
  align-items: center;
}

.text-block-204 {
  color: var(--black);
  font-size: 32px;
}

.text-block-205 {
  color: var(--black);
  font-size: 32px;
  line-height: 110%;
}

.text-span-263 {
  color: var(--black);
}

.flex-block-24 {
  width: 100%;
  max-width: 560px;
}

.s-gaste-ganhe-banner {
  background-image: url('../images/bg-gaste-ganhe.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.image-273 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bt-banner-rounded {
  background-color: var(--new_orange);
  color: var(--black);
  border-radius: 9999px;
  padding: 12px 60px;
  font-family: neighbor, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}

.div-block-371 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.text-span-264 {
  text-decoration: underline;
}

.text-span-261-copy {
  color: var(--new_orange);
  font-weight: 700;
}

.title-box-cadastrese {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.title-box-cadastrese.viagem {
  text-align: center;
}

.form-cadastrese {
  background-color: var(--new_orange);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px;
  display: none;
}

.s-corporativo-banner {
  aspect-ratio: 16 / 9;
  background-image: url('../images/banner-corporativo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.s-corporativo-diferencial {
  background-color: var(--new_rosa);
  padding-top: 140px;
  padding-bottom: 140px;
}

.s-corporativo-aprovamos {
  background-image: url('../images/banner-corporativo-aprovamos.webp');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  display: flex;
}

._2xmais {
  z-index: 0;
  position: absolute;
  inset: 76px auto auto 10px;
}

.s-corporativo-ia {
  padding-top: 110px;
  padding-bottom: 110px;
}

.heading-88 {
  z-index: 1;
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 42px;
  line-height: 110%;
  position: relative;
}

.div-block-372 {
  position: relative;
}

.image-275 {
  position: absolute;
  inset: auto 80px -7px auto;
}

.flex-block-26 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.image-276 {
  width: 100%;
  max-width: 487px;
}

.flex-block-27 {
  width: 100%;
  max-width: 530px;
}

.text-block-206 {
  color: var(--black);
  margin-top: 34px;
  font-size: 24px;
  line-height: 110%;
}

.s-corporativo-oportunidades {
  background-color: var(--new_rosa);
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-89 {
  z-index: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
  position: relative;
}

.div-block-373 {
  position: relative;
}

.image-277 {
  position: absolute;
  inset: -60px 0% auto auto;
}

.image-278 {
  width: 100%;
  max-width: 488px;
}

.text-block-207 {
  color: var(--black);
  font-size: 24px;
  line-height: 110%;
}

.flex-block-28 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
}

.s-corporativo-topicos {
  background-color: #fafafa;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.flex-icons-crop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}

.flex-icons-crop.space-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
}

.box-icon-text-corp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 311px;
}

.image-279 {
  position: absolute;
  inset: -49px 300px auto auto;
}

.s-corporativo-potencial {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.img-potencial {
  object-fit: cover;
  width: 50%;
  max-width: 700px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0;
}

.box-texts-potencial {
  width: 45%;
  max-width: 568px;
  margin-left: auto;
}

.heading-90 {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.text-span-265 {
  font-family: pf-reminder, sans-serif;
  font-size: 63px;
}

.div-block-374 {
  position: relative;
}

.image-280 {
  position: absolute;
  inset: auto auto -10px 0%;
}

.text-block-208 {
  color: var(--black);
  margin-top: 60px;
  font-size: 22px;
  line-height: 110%;
}

.cj-paga-title-2 {
  color: #1ae23a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 36px;
}

.cj-negociacao-txt-2, .ej-negociacao-txt-2, .cj-atraso-txt-2 {
  color: var(--new_gray_dark);
  margin-top: 8px;
  margin-bottom: 42px;
  font-size: 20px;
  line-height: 26px;
}

.cj-processando-title-2 {
  color: #23aed8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 36px;
}

.cj-fatura-txt-bold {
  color: var(--new_gray_dark);
  font-size: 16px;
  font-weight: 700;
}

.cj-paga-box-2 {
  background-color: #fff;
  border-bottom: 10px solid #1ae23a;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 74px;
  padding: 48px;
  display: none;
  box-shadow: 0 3px 8px #76767640;
}

.cj-fatura-txt-vencimento-2 {
  color: #828282;
  width: auto;
  height: auto;
  margin-left: 10px;
  font-size: 18px;
  line-height: 18px;
}

.cj-fatura-title-valor-2 {
  color: #828282;
  width: auto;
  height: auto;
  font-size: 18px;
  line-height: 18px;
}

.ej-fatura-txt-codigo-2 {
  color: var(--new_gray_dark);
  text-align: center;
  font-size: 24px;
  line-height: 18px;
}

.cj-paga-txt-2 {
  color: var(--new_gray_dark);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.ej-processando-box-2 {
  background-color: #fff;
  border-bottom: 10px solid #23aed8;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 74px;
  padding: 48px;
  display: none;
  box-shadow: 0 3px 8px #76767640;
}

.ej-processando-txt-2 {
  color: var(--new_gray_dark);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.cj-atraso-box-2 {
  border-bottom: 10px solid var(--new_orange);
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 74px;
  padding: 48px;
  display: none;
  box-shadow: 0 3px 8px #76767640;
}

.ej-processando-title-2 {
  color: #23aed8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 36px;
}

.ej-negociacao-email-2 {
  color: #f26d04;
  font-size: 22px;
  line-height: 22px;
}

.ej-fatura-txt-vencimento-2 {
  color: #828282;
  width: auto;
  height: auto;
  margin-left: 10px;
  font-size: 18px;
  line-height: 18px;
}

.cj-negociacao-box-2 {
  border-bottom: 10px solid var(--new_orange);
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 74px;
  padding: 48px;
  display: none;
  box-shadow: 0 3px 8px #76767640;
}

.ej-negociacao-title-2 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 36px;
}

.erro-cpf-box-2 {
  background-color: var(--new_orange);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 80px;
  display: none;
}

.cj-processando-txt-2 {
  color: var(--new_gray_dark);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.erro-cpf-txt-2 {
  color: #828282;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
}

.cj-fatura-title-vencimento-2 {
  color: #828282;
  width: auto;
  height: auto;
  margin-left: 15px;
  font-size: 18px;
  line-height: 20px;
}

.ej-fatura-title-vencimento-2 {
  color: #828282;
  width: auto;
  height: auto;
  margin-left: 15px;
  font-size: 18px;
  line-height: 18px;
}

.ej-paga-title-2 {
  color: #1ae23a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 36px;
}

.ej-fatura-txt-valor-2 {
  color: #828282;
  width: auto;
  height: auto;
  margin-left: 10px;
  font-size: 18px;
  line-height: 18px;
}

.success-message-10 {
  background-color: #0000;
}

.ej-paga-txt-2 {
  color: var(--new_gray_dark);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.erro-cpf-title-2 {
  color: #f26d04;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 32px;
  line-height: 38px;
  display: none;
}

.cj-processando-box-2 {
  background-color: #fff;
  border-bottom: 10px solid #23aed8;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 74px;
  padding: 48px;
  display: none;
  box-shadow: 0 3px 8px #76767640;
}

.ej-paga-box-2 {
  background-color: #fff;
  border-bottom: 10px solid #1ae23a;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 74px;
  padding: 48px;
  display: none;
  box-shadow: 0 3px 8px #76767640;
}

.cj-fatura-txt-codigo-2 {
  color: var(--new_gray_dark);
  text-align: center;
  font-size: 24px;
  line-height: 18px;
}

.ej-atraso-title-2 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 36px;
}

.cj-atraso-title-2 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 32px;
}

.ej-atraso-box-2 {
  background-color: #fff;
  border-bottom: 10px solid #f15a22;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 74px;
  padding: 48px;
  display: none;
  box-shadow: 0 3px 8px #76767640;
}

.ej-fatura-btn-ver-2 {
  color: #fff;
  text-align: center;
  background-color: #07b7e6;
  border-radius: 25px;
  width: 100%;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ej-negociacao-box-2 {
  border-bottom: 10px solid var(--new_orange);
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
  margin-bottom: 74px;
  padding: 48px;
  display: none;
  box-shadow: 0 3px 8px #76767640;
}

.ej-fatura-title-2 {
  color: #23aed8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 32px;
}

.form-cpf-fatura-btn-2 {
  background-color: #07b7e6;
  border-radius: 25px;
  height: 50px;
  padding: 13px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
  left: -28px;
}

.cj-negociacao-title-2 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 36px;
}

.cj-fatura-txt-valor-2 {
  color: #828282;
  width: auto;
  height: auto;
  margin-left: 10px;
  font-size: 18px;
  line-height: 18px;
}

.cj-fatura-title-2 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 32px;
}

.cj-fatura-btn-ver-2 {
  text-align: center;
  background-color: #f26d04;
  border-radius: 25px;
  width: 100%;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ej-atraso-txt-2 {
  color: var(--new_gray_dark);
  margin-top: 8px;
  margin-bottom: 42px;
  font-size: 20px;
  line-height: 26px;
}

.ej-fatura-txt-bold {
  color: var(--new_gray_dark);
  font-size: 16px;
  font-weight: 700;
}

.ej-fatura-title-valor-2 {
  color: #828282;
  width: auto;
  height: auto;
  font-size: 18px;
  line-height: 18px;
}

.box-cadastro-gaste-ganhe {
  background-color: var(--new_orange);
  width: 100%;
  max-width: 536px;
}

.text-block-209 {
  color: var(--new_orange);
  font-size: 24px;
  font-weight: 700;
}

.link-24 {
  color: var(--new_orange);
}

.image-281 {
  width: 100%;
}

.s-corporativo-numeros {
  background-image: linear-gradient(90deg, var(--new_rosa), var(--new_rosa) 50%, var(--new_orange) 50%, var(--new_orange));
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-375 {
  width: 45%;
  position: relative;
}

.image-282 {
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  display: block;
}

.flex-block-29 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  width: 45%;
  margin-left: auto;
  position: relative;
}

.text-block-210 {
  color: var(--white);
  font-family: neighbor, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.text-span-266 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

.flex-block-30 {
  justify-content: flex-start;
  align-items: center;
}

.image-283 {
  position: absolute;
  inset: 110px auto auto 0%;
}

.image-284 {
  position: absolute;
  inset: auto -20px 10px auto;
}

.s-corporativo-juntese {
  padding-top: 130px;
  padding-bottom: 130px;
}

.titulo-juntase {
  color: var(--new_rosa);
  text-align: center;
  width: 100%;
  max-width: 965px;
  margin: 0 auto;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.s-corporativo-acompanhe {
  background-image: url('../images/banner-acompanhe.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.heading-91 {
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.div-block-376 {
  width: 100%;
  max-width: 425px;
  line-height: 110%;
  position: relative;
}

.image-285 {
  width: 100%;
  max-width: 165px;
  position: absolute;
  inset: auto 0% -13px 84px;
}

.flex-block-31 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.slide-nav-11 {
  display: none;
}

.slider-9 {
  background-color: var(--white);
  box-shadow: 10px 10px 0 0 var(--black);
  border: 2px solid #000;
  width: 100%;
  max-width: 350px;
  padding: 24px 74px;
}

.heading-92 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: neighbor, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.text-block-211 {
  color: var(--black);
  text-align: center;
  font-size: 14px;
}

.icon-10 {
  background-color: var(--new_rosa);
  color: var(--black);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.div-block-377 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-212 {
  width: 100%;
  max-width: 580px;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.flex-block-32 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.s-corporativo-midia {
  background-color: var(--new_orange);
  padding-top: 190px;
  padding-bottom: 190px;
  position: relative;
}

.s-corporativo-credito {
  padding-top: 134px;
  padding-bottom: 134px;
}

.heading-93 {
  color: var(--new_rosa);
  margin-top: 50px;
  margin-bottom: 24px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.text-span-267 {
  font-family: pf-reminder, sans-serif;
  font-size: 65px;
}

.flex-block-33 {
  width: 100%;
  max-width: 510px;
}

.text-block-213 {
  color: var(--black);
  font-size: 22px;
  line-height: 110%;
}

.div-block-378 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.flex-block-34 {
  justify-content: space-between;
  align-items: center;
}

.div-block-379 {
  background-color: var(--new_rosa);
  box-shadow: 10px 10px 0 0 var(--black);
  border: 2px solid #000;
  width: 100%;
  max-width: 570px;
  padding: 52px 54px;
}

.heading-94 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 33px;
}

.text-block-214 {
  color: var(--black);
  font-size: 24px;
  line-height: 100%;
}

.flex-block-35 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
}

.flex-block-36 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  margin-top: 100px;
}

.flex-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--new_rosa);
  box-shadow: 6px 6px 0 0 var(--black);
  border: 2px solid #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 280px;
  padding: 74px 32px;
}

.heading-95 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: pf-reminder, sans-serif;
}

.text-block-215 {
  color: var(--black);
  text-align: center;
  line-height: 20px;
}

.s-corporativo-nosso-jeitto {
  background-image: url('../images/bg-nosso-jeitto.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 660px;
  display: flex;
}

.text-block-216 {
  font-family: neighbor, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.flex-block-38 {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  position: relative;
}

.heading-96 {
  color: var(--new_rosa);
  margin-top: 44px;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
}

.text-span-268 {
  font-family: pf-reminder, sans-serif;
  font-size: 60px;
}

.image-286 {
  position: absolute;
  inset: auto -20px -70px auto;
}

.s-fatura-infos {
  background-color: #f5f5f5;
  padding-top: 160px;
  padding-bottom: 160px;
}

.heading-97 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: neighbor, sans-serif;
  font-size: 54px;
  line-height: 110%;
}

.text-block-217 {
  color: var(--black);
  width: 100%;
  max-width: 740px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}

.box-contatos {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 510px;
  margin-top: 32px;
  margin-bottom: 40px;
}

.link-25 {
  color: var(--new_orange);
  font-family: neighbor, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.text-block-218 {
  line-height: 20px;
}

.image-288 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.s-email-nao-validado {
  padding-top: 80px;
  padding-bottom: 80px;
}

.flex-block-39 {
  justify-content: flex-start;
  align-items: center;
}

.s-email-validado-banner {
  background-color: var(--new_orange);
  padding-top: 140px;
  padding-bottom: 140px;
}

.image-289 {
  width: 70%;
  max-width: 797px;
}

.heading-98 {
  color: var(--new_yellow);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: neighbor, sans-serif;
  font-size: 56px;
  line-height: 110%;
}

.text-block-219 {
  font-size: 32px;
  line-height: 110%;
}

.image-290 {
  width: 50%;
  max-width: 580px;
  margin-top: -200px;
}

.flex-block-40 {
  margin-top: 48px;
}

.flex-block-41 {
  position: relative;
}

.flex-block-42 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.image-291 {
  position: absolute;
  inset: 111px 0% auto auto;
}

.flex-block-43 {
  position: relative;
}

.s-email-validado-aprovamos {
  padding-top: 150px;
  padding-bottom: 150px;
}

.flex-block-44 {
  justify-content: flex-start;
  align-items: center;
}

.heading-99 {
  color: var(--orange-red);
  text-align: center;
  width: 100%;
  max-width: 570px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: neighbor, sans-serif;
  font-size: 54px;
  line-height: 110%;
}

.text-block-220 {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.text-span-269 {
  color: var(--black);
}

.s-email-validado-topicos {
  background-color: var(--new_yellow_light);
  padding-top: 180px;
  padding-bottom: 180px;
}

.s-docs-top {
  background-color: var(--new_orange);
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-100 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: neighbor, sans-serif;
  font-size: 40px;
  line-height: 110%;
}

.heading-100.title-laranja {
  color: var(--new_orange);
}

.text-block-221 {
  color: var(--white);
  font-size: 32px;
  line-height: 110%;
}

.text-block-221.black {
  color: var(--black);
  margin-bottom: 80px;
}

.s-docs-textos {
  padding-top: 80px;
  padding-bottom: 80px;
}

.texts-pol {
  color: var(--black);
}

.texts-pol.mtop {
  margin-top: 80px;
}

.texts-pol.mtopsmall {
  margin-top: 48px;
}

.heading-101 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 16px;
}

.s-spc-banner {
  background-color: var(--new_orange);
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-293 {
  width: 100%;
  max-width: 466px;
}

.heading-102 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 62px;
  line-height: 110%;
}

.text-block-222 {
  color: var(--white);
  font-size: 24px;
  line-height: 110%;
}

.flex-block-45 {
  width: 100%;
  max-width: 570px;
}

.flex-block-46 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.div-block-380 {
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
}

.image-294 {
  position: absolute;
  inset: auto 135px 60px auto;
}

.s-spc-cadastrese {
  padding-top: 72px;
  padding-bottom: 72px;
}

.image-295 {
  width: 100%;
  max-width: 174px;
  position: absolute;
  inset: -80px 110px auto auto;
}

.s-spc-temjeitto {
  padding-bottom: 110px;
}

.div-block-381 {
  background-color: var(--new_rosa);
  width: 100%;
  max-width: 566px;
  height: 2px;
  margin-bottom: 94px;
  margin-left: auto;
  margin-right: auto;
}

.heading-103 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 48px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.flex-block-47 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.flex-block-48 {
  background-color: var(--new_orange);
  box-shadow: 6px 6px 0 0 var(--black);
  border: 2px solid #000;
  flex: 1;
  min-width: 280px;
  padding: 48px 32px;
}

.heading-104 {
  color: var(--new_yellow);
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: neighbor, sans-serif;
  font-size: 32px;
}

.text-block-223 {
  color: var(--white);
  font-weight: 500;
}

.s-spc-avaliacoes {
  background-image: url('../images/banner-avaliacoes-spc.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.heading-105 {
  color: var(--white);
  width: 100%;
  max-width: 334px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.flex-block-49 {
  justify-content: space-between;
  align-items: center;
}

.avaliacao-laranja {
  background-color: var(--new_orange);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 270px;
  padding: 32px 30px;
  display: flex;
}

.estrelas {
  filter: brightness(0%) saturate() invert(95%) sepia(28%) saturate(6211%) hue-rotate(324deg) brightness(123%) contrast(94%);
}

.s-spc-emprestimo {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-106 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.text-block-224 {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.image-296 {
  width: 100%;
  max-width: 286px;
}

.flex-block-50 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.text-block-225 {
  color: var(--black);
  font-size: 24px;
  line-height: 110%;
}

.button-14 {
  background-color: var(--new_orange);
  color: var(--new_yellow);
  margin-top: 64px;
  padding: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.flex-block-51, .flex-block-52 {
  width: 100%;
  max-width: 370px;
}

.link-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--new_orange);
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-block-226 {
  color: var(--new_yellow);
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.s-serasa-avaliacoes {
  background-image: url('../images/banner-avaliacoes-serasa.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.s-proposta-acordo-banner {
  background-image: url('../images/banner-proposta-acordo.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 630px;
  display: flex;
}

.flex-block-53 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 400px;
}

.heading-107 {
  color: var(--new_yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
}

.text-block-227 {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.s-proposta-acordo-atraso {
  padding-top: 110px;
  padding-bottom: 110px;
}

.image-297 {
  width: 100%;
  max-width: 480px;
}

.flex-block-54 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.flex-block-55 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  max-width: 570px;
}

.heading-108 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.text-block-228 {
  color: var(--black);
  font-weight: 500;
}

.top-shopi-video {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.text-block-229 {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.image-298 {
  z-index: 0;
  position: absolute;
  inset: auto auto 12px 90px;
}

.image-299 {
  width: 190px;
  max-width: 101%;
  position: absolute;
  inset: auto 60px -8px auto;
}

.image-300 {
  z-index: 0;
  position: absolute;
  top: -20px;
}

.image-301 {
  width: 170px;
  position: absolute;
  top: -24px;
}

.flex-block-56 {
  border-bottom: 2px solid var(--new_orange);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.jt-form-shopi {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 40px 30px;
  display: block;
  position: relative;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.heading-109 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 25px;
  line-height: 110%;
}

.jt-box-form-shopi {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.image-302 {
  width: 51%;
}

.image-303 {
  width: 49%;
}

.s-baixe-banner {
  background-image: url('../images/banner-baixe.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  height: 800px;
  padding-top: 98px;
  display: flex;
}

.text-block-230 {
  color: var(--black);
  margin-top: 24px;
  font-size: 29px;
  line-height: 110%;
}

.s-baixe-form {
  z-index: 2;
  margin-top: -140px;
  position: relative;
}

.s-baixe-passo {
  z-index: 1;
  background-color: var(--new_orange);
  margin-top: -156px;
  padding-top: 220px;
  padding-bottom: 90px;
  position: relative;
}

.flex-block-57 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.flex-block-58 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: flex-start;
}

.flex-block-59 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-start;
  align-items: center;
}

.text-block-231 {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.text-block-232 {
  font-family: neighbor, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.s-baixe-topicos {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.flex-block-60 {
  width: 100%;
  max-width: 500px;
}

.flex-icons2 {
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 80px;
}

.flex-icons2.space-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
}

.s-baixe-app {
  background-color: var(--new_orange);
}

.image-305 {
  width: 100%;
  max-width: 564px;
  margin-top: -50px;
}

.flex-block-61 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-62 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.vector-title-credito2 {
  z-index: 0;
  position: absolute;
  inset: 30px auto auto 13px;
}

.s-solicite-banner {
  background-image: url('../images/banner-solicite.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.vector-title-folego {
  z-index: 0;
  width: 160px;
  position: absolute;
  inset: 41px auto auto 80px;
}

.text-block-233, .text-block-234 {
  width: 100%;
  max-width: 485px;
  margin-top: 50px;
  font-size: 36px;
  line-height: 110%;
}

.s-solicite-topicos {
  background-color: var(--new_rosa);
  padding-top: 180px;
  padding-bottom: 180px;
}

.icon-filter-orange {
  filter: brightness(0%) saturate() invert(44%) sepia(45%) saturate(4440%) hue-rotate(343deg) brightness(103%) contrast(101%);
}

.risco-credito-white {
  filter: invert() brightness();
  position: absolute;
  inset: auto 299px -13px auto;
}

.s-solicite-2xmais {
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-382 {
  width: 100%;
  max-width: 457px;
}

.flex-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.heading-110 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 54px;
  line-height: 110%;
}

.text-span-270 {
  color: var(--new_orange);
}

.text-block-235 {
  color: var(--black);
  font-size: 32px;
  line-height: 110%;
}

.s-solicite-cresce {
  background-color: var(--new_rosa);
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.heading-111 {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 60px;
  line-height: 110%;
}

.heading-111.white {
  color: var(--white);
}

.text-block-236 {
  font-size: 16px;
}

.text-block-237 {
  font-size: 32px;
  line-height: 110%;
}

.image-307 {
  width: 130px;
  position: absolute;
  inset: 90px auto auto 10px;
}

.image-308 {
  position: absolute;
  inset: auto 20px 40px auto;
}

.s-solicite-midia {
  background-color: var(--new_rosa);
  padding-top: 190px;
  padding-bottom: 190px;
  position: relative;
}

.s-solicite-credito {
  padding-top: 164px;
  padding-bottom: 164px;
}

.flex-block-64 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  justify-content: center;
  align-items: center;
}

.flex-block-65 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 570px;
}

.div-block-383 {
  width: 100%;
  max-width: 373px;
}

.heading-112 {
  color: var(--new_orange);
  text-align: center;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.heading-113 {
  color: var(--new_orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.text-block-238 {
  color: var(--black);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 24px;
  line-height: 110%;
}

.s-pedir-banner {
  background-image: url('../images/banner-pedir.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.s-pedir-topicos {
  background-color: var(--new_yellow);
  padding-top: 180px;
  padding-bottom: 180px;
}

.flex-block-66 {
  position: relative;
}

.image-309 {
  width: 240px;
  position: absolute;
  inset: 54px 0% auto auto;
}

.flex-block-67 {
  position: relative;
}

.s-pedir-cresce {
  background-color: var(--new_orange);
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.image-pedir-crescer {
  object-fit: cover;
  width: 50%;
  max-width: 742px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0;
}

.box-texts-pedir {
  width: 100%;
  max-width: 472px;
  margin-left: auto;
}

.s-pedir-midia {
  background-color: var(--new_orange);
  padding-top: 190px;
  padding-bottom: 190px;
  position: relative;
}

.s-leap-banner {
  background-color: var(--new_orange);
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}

.image-310 {
  object-fit: contain;
  height: 100%;
  margin-left: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-384 {
  width: 50%;
}

.s-leap-ganhando {
  background-color: #1c1c1c;
  padding-top: 70px;
  padding-bottom: 70px;
}

.heading-114 {
  color: var(--new_orange);
  text-align: center;
  width: 100%;
  max-width: 766px;
  margin: 0 auto 36px;
  font-size: 42px;
  line-height: 110%;
}

.heading-115 {
  text-align: center;
}

.text-block-239 {
  text-align: center;
  font-size: 18px;
  line-height: 110%;
}

.flex-block-68 {
  justify-content: flex-start;
  align-items: center;
  min-width: 218px;
  max-width: 218px;
}

.flex-block-69 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.heading-116 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
}

.s-leap-curtiu {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.text-block-240 {
  color: var(--new_orange);
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 600;
}

.div-block-385 {
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  padding: 32px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.flex-block-70 {
  grid-column-gap: 116px;
  grid-row-gap: 116px;
  justify-content: center;
  align-items: center;
}

.flex-block-71 {
  width: 100%;
  max-width: 454px;
}

.heading-117 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Monument Extended, sans-serif;
  font-size: 61px;
}

.text-block-241 {
  color: var(--black);
  margin-top: 50px;
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
}

.image-311 {
  z-index: 1;
  position: relative;
}

.form-leapfone {
  margin-bottom: 0;
}

.form-div-leapfone {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.field-leapfone {
  background-color: #f2f2f2;
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
  font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.s-pague-banner {
  background-color: var(--new_orange);
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-386 {
  width: 100%;
  max-width: 560px;
}

.heading-118 {
  color: var(--new_green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: pf-reminder, sans-serif;
  font-size: 60px;
}

.heading-119 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.text-block-242 {
  margin-bottom: 52px;
  font-size: 26px;
  line-height: 110%;
}

.flex-block-72 {
  width: 100%;
  max-width: 570px;
}

.flex-block-73 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
}

.s-pague-facil {
  padding-top: 132px;
  padding-bottom: 132px;
  position: relative;
}

.div-block-387 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.s-pague-hoje {
  background-image: url('../images/bg-pague-hoje.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.div-block-388 {
  max-width: 280px;
}

.heading-120 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.image-313 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-389 {
  margin-top: 40px;
  margin-bottom: 50px;
  position: relative;
}

.image-314 {
  position: absolute;
  inset: auto 25px -10px auto;
}

.div-block-390 {
  width: 100%;
  max-width: 610px;
  margin-bottom: -240px;
}

.risco-credito2 {
  position: absolute;
  inset: auto 185px -13px auto;
}

.s-emprestimo-nega-banner {
  background-image: url('../images/banner-emprestimo-nega.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.box-banner-emprestimo-nega {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 450px;
  display: block;
}

.div-block-391 {
  margin-bottom: 70px;
  position: relative;
}

.image-315 {
  width: 300px;
  position: absolute;
  inset: auto 60px -20px auto;
}

.s-emprestimo-nega-precisando {
  background-color: var(--new_orange);
  margin-top: -160px;
  padding-top: 270px;
  padding-bottom: 120px;
}

.div-block-392 {
  width: 100%;
  max-width: 425px;
}

.flex-block-74 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.heading-121 {
  margin-top: 0;
  margin-bottom: 28px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.heading-121.txt-black {
  color: var(--black);
}

.flex-block-75 {
  width: 100%;
  max-width: 667px;
}

.text-block-243 {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.text-span-271 {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.s-emprestimo-nega-oque {
  padding-top: 100px;
  padding-bottom: 140px;
}

.heading-122 {
  color: var(--new_orange);
  margin-top: 42px;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 54px;
  line-height: 110%;
}

.text-block-244 {
  color: var(--black);
  width: 100%;
  max-width: 570px;
  font-size: 24px;
  line-height: 110%;
}

.flex-block-76 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
}

.s-emprestimo-nega-funciona {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-123 {
  color: var(--new_blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 40px;
  line-height: 110%;
}

.flex-block-77 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 472px;
}

.text-span-272 {
  font-family: pf-reminder, sans-serif;
  font-size: 54px;
}

.text-block-245 {
  font-size: 24px;
}

.text-block-246 {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.heading-124 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: neighbor, sans-serif;
  font-size: 40px;
  line-height: 110%;
}

.flex-block-78 {
  justify-content: space-between;
  align-items: center;
}

.flex-block-79 {
  background-color: var(--new_orange);
  width: 100%;
  max-width: 515px;
  padding: 100px 46px;
}

.text-block-247 {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.div-block-393 {
  align-self: flex-start;
  margin-top: 70px;
  margin-left: -40px;
}

.s-emprestimo-nega-passos {
  padding-top: 120px;
  padding-bottom: 70px;
}

.flex-block-80 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}

.heading-125 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 32px;
  line-height: 110%;
}

.text-block-248 {
  color: var(--black);
  font-weight: 500;
}

.flex-block-81 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--new_blue);
  flex: 1;
  min-width: 280px;
  padding: 40px 46px;
}

.image-316 {
  margin-top: 74px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s-emprestimo-negativado {
  background-color: var(--new_blue);
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.title-emprestimo {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.title-emprestimo.white {
  color: var(--white);
}

.form-cadastro-leapfone {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  margin-bottom: 0;
  padding: 32px;
  box-shadow: 6px 6px 20px 8px #0000001a;
}

.form-cadastro-leapfone.form-cadastro-laranja {
  background-color: var(--new_orange);
  margin-bottom: 0;
}

.form-cadastro-leapfone.form-cadastro-branco {
  background-color: var(--white);
}

.form-cadastro-leapfone.box-line-black {
  z-index: 1;
  box-shadow: 10px 10px 0 0 var(--black);
  border: 2px solid #000;
  position: relative;
}

.form-cadastro-leapfone.form-cadastro-amarelo {
  background-color: var(--new_yellow);
  margin-bottom: 0;
}

.box-inputs-leapfone {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-249 {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.box-texts-emprestimo-negativado {
  width: 100%;
  max-width: 472px;
}

.div-block-394 {
  margin-bottom: 64px;
  position: relative;
}

.s-emprestimo-nega-descubra {
  background-color: var(--new_orange);
  padding-top: 170px;
  padding-bottom: 170px;
}

.heading-126 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
  font-size: 65px;
  line-height: 110%;
}

.text-block-250 {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}

.flex-block-82 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  width: 307px;
}

.heading-127 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
}

.flex-block-83 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  width: 100%;
  max-width: 276px;
}

.text-block-251 {
  font-size: 18px;
  line-height: 110%;
}

.flex-block-84 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.div-block-395 {
  width: 100%;
  max-width: 373px;
}

.s-emprestimo-nega-garanta {
  background-image: url('../images/bg-emprestimo-nega-garanta.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.flex-block-85 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  width: 100%;
  max-width: 491px;
}

.heading-128 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 130%;
  position: relative;
}

.text-block-252 {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.div-block-396 {
  position: relative;
}

.image-317 {
  z-index: 0;
  width: 290px;
  position: absolute;
  inset: 61px auto auto 0%;
}

.s-emprestimo-dividas-banner {
  background-image: url('../images/banner-emprestimo-dividas.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.div-block-397 {
  margin-bottom: 30px;
}

.s-emprestimo-dividas-quitar {
  background-color: var(--new_rosa);
  margin-top: -160px;
  padding-top: 270px;
  padding-bottom: 120px;
}

.s-emprestimo-dividas-considerar {
  background-image: url('../images/bg-emprestimo-dividas.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.div-block-398 {
  position: relative;
}

.text-block-253 {
  margin-top: 38px;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.slider10 {
  background-color: var(--white);
  box-shadow: 10px 10px 0 0 var(--black);
  border: 2px solid #000;
  width: 100%;
  max-width: 400px;
  padding: 24px 60px;
}

.s-emprestimo-dividas-ajudar {
  background-color: var(--new_orange);
  padding-top: 130px;
  padding-bottom: 130px;
}

.flex-block-86 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.div-block-399 {
  width: 100%;
  max-width: 520px;
}

.flex-block-87 {
  width: 100%;
  max-width: 586px;
}

.heading-129 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.text-block-254 {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.s-emprestimo-dividas-escolher {
  padding-top: 90px;
  padding-bottom: 90px;
}

.heading-130 {
  color: var(--new_orange);
  text-align: center;
  width: 100%;
  max-width: 876px;
  margin: 0 auto 16px;
  font-family: neighbor, sans-serif;
  font-size: 52px;
  line-height: 110%;
}

.text-block-255 {
  color: var(--black);
  text-align: center;
  width: 100%;
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.heading-131 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: neighbor, sans-serif;
  font-size: 32px;
  line-height: 110%;
}

.s-emprestimo-dividas-obtenha {
  background-color: var(--new_orange);
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-block-88 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  justify-content: space-between;
  align-items: center;
}

.div-block-400 {
  width: 100%;
  max-width: 455px;
}

.flex-block-89 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 570px;
}

.heading-132 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.text-block-256 {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  line-height: 110%;
}

.flex-block-90 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
}

.s-video {
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-breadcrumb {
  color: var(--black);
  text-decoration: none;
}

.box-voltar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}

.link-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.s-quemfaz-banner {
  background-image: url('../images/banner-quemfaz.webp');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.box-banner-quemfaz {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 436px;
  display: block;
}

.text-block-258 {
  margin-top: 32px;
  font-size: 24px;
  line-height: 110%;
}

.s-quemfaz-impacto {
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-259 {
  text-align: center;
  font-family: Neighbor, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.text-span-273 {
  color: var(--new_yellow);
}

.s-quemfaz-cultura {
  background-color: var(--new_orange);
  padding-top: 30px;
  padding-bottom: 120px;
}

.box-txt-cultura {
  width: 100%;
  max-width: 472px;
}

.box-img-cultura {
  width: 100%;
  max-width: 564px;
}

.heading-133 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
}

.text-block-260 {
  font-size: 16px;
}

.text-block-261 {
  font-size: 32px;
  line-height: 110%;
}

.text-span-274 {
  font-weight: 600;
}

.s-quemfaz-topicos {
  padding-top: 160px;
  padding-bottom: 160px;
}

.flex-block-92 {
  background-color: var(--new_yellow);
  border: 3px solid #000;
  min-width: 300px;
  max-width: 360px;
  height: 360px;
  padding: 42px;
}

.heading-134 {
  color: var(--black);
  margin-bottom: 0;
  font-family: neighbor, sans-serif;
}

.text-span-275, .text-span-276 {
  color: var(--new_orange);
}

.flex-block-93 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}

.text-span-277, .text-span-278, .text-span-279, .text-span-280, .text-span-281, .text-span-282, .text-span-283, .text-span-284 {
  color: var(--new_orange);
}

.s-quemfaz-voce {
  background-image: url('../images/bg-quemfaz-voce.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.box-cards-laranja {
  background-color: var(--new_orange);
  box-shadow: -5px 5px 0 0 var(--new_orange), -5px 5px 0 2px var(--black), -12px 12px 0 0 var(--new_orange), -12px 12px 0 2px var(--black);
  border: 2px solid #000;
  width: 100%;
  max-width: 412px;
  padding: 48px 32px;
  position: relative;
}

.box-cards-laranja.box-right {
  max-width: 470px;
  margin-left: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.box-cards-laranja.small {
  max-width: 420px;
}

.box-cards-laranja.medium {
  max-width: 440px;
}

.heading-135 {
  text-transform: uppercase;
  font-family: neighbor, sans-serif;
  font-size: 66px;
  line-height: 100%;
}

.text-span-285 {
  color: var(--black);
  text-transform: none;
  font-family: pf-reminder, sans-serif;
  font-size: 98px;
  font-weight: 400;
}

.image-320 {
  position: absolute;
  inset: auto 70px 40px auto;
}

.s-quemfaz-encontra {
  background-color: var(--new_orange);
  padding-top: 136px;
  padding-bottom: 136px;
}

.heading-136 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 72px;
  font-family: neighbor, sans-serif;
  font-size: 60px;
  line-height: 110%;
}

.flex-block-94 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--new_yellow);
  box-shadow: 6px 6px 0 0 var(--black);
  border: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  min-width: 346px;
  max-width: 346px;
  min-height: 298px;
  padding: 32px 54px;
}

.text-block-262 {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.flex-block-95 {
  grid-column-gap: 60px;
  grid-row-gap: 22px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}

.s-quemfaz-oportunidades {
  background-color: #fffbfa;
  padding-top: 88px;
  padding-bottom: 88px;
}

.heading-137 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.text-block-263 {
  color: var(--black);
  text-align: center;
}

.txt-vaga {
  color: var(--black);
}

.txt-vaga.w40 {
  width: 40%;
}

.txt-vaga.w20 {
  width: 20%;
}

.flex-block-96 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px 24px 16px;
}

.div-block-401 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

.flex-block-97 {
  background-color: var(--new_orange);
  box-shadow: 6px 6px 0 0 var(--black);
  border: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.div-block-402 {
  align-self: flex-end;
  width: 100%;
  max-width: 457px;
  margin-top: -52px;
}

.heading-138 {
  color: var(--new_yellow);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
}

.text-block-264 {
  font-family: neighbor, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.flex-block-98 {
  width: 100%;
  max-width: 620px;
  margin: 64px 0 64px 64px;
}

.s-blog-search {
  margin-top: 80px;
  margin-bottom: 80px;
}

.heading-139 {
  color: var(--new_orange);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
}

.s-blog-cat {
  padding-top: 80px;
  padding-bottom: 20px;
}

.text-block-265 {
  color: var(--black);
  font-size: 24px;
}

.box-search {
  margin-top: 80px;
  margin-bottom: 80px;
}

.text-block-266 {
  margin-bottom: 10px;
  font-weight: 700;
}

.flex-block-99 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.rich-text-block-2 {
  color: var(--black);
}

.text-blog {
  color: var(--black);
  width: auto;
  margin-top: 30px;
}

.s-transferencia-como-pix {
  background-color: var(--new_yellow);
  margin-top: 40px;
  padding-top: 132px;
  padding-bottom: 132px;
  position: relative;
}

.background-video-2 {
  aspect-ratio: 16 / 9.2;
  height: 100%;
}

.logo-jeitto-laranja-full {
  width: 100px;
  transition: opacity .3s;
}

.s-ajuda {
  background-color: var(--new_orange);
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-140 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: neighbor, sans-serif;
  font-size: 48px;
  line-height: 36px;
  color: #fff
}

.image-323 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-324 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.flex-block-100 {
  min-width: 272px;
  max-width: 272px;
  padding: 32px;
  box-shadow: -1px 1px 4px #0003;
  background-color: #fff;
  min-height: 320px;
}

.heading-141 {
  color: var(--black);
  margin-top: 16px;
  margin-bottom: 8px;
}

.section-item {
  margin-top: 8px;
}

.section-item a {
  color: var(--black);
  transition: all .3s
}

.section-item a:hover {
  color: var(--new_orange);
}

.flex-block-101 {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  align-items: stretch;
}

.s-ajuda-pr {
  margin-top: 80px;
  margin-bottom: 80px;
}

.heading-142 {
  color: var(--black);
  font-family: neighbor, sans-serif;
  font-size: 48px;
}

.flex-block-102 {
  margin-top: 64px;
}

@media screen and (min-width: 1280px) {
  .div-manifesto {
    margin-top: 0;
  }

  .img-manifesto {
    width: 500px;
  }

  .faq-perguntas-box, .faq-respostas-box, .jt-perguntas-combo-2 {
    width: 100%;
  }

  .jt-item-navbar-blog {
    padding-left: 15px;
    font-size: 12px;
  }

  .jt-ej-holder-form.segurado {
    top: -281px;
  }

  .div-block-172-copy {
    justify-content: space-between;
    align-items: flex-start;
  }

  .jt-mercado-cf-box-item._1 {
    width: 150px;
  }

  .jt-mercado-cf-box-item._4 {
    width: 282px;
  }

  .jt-aviso-header-mercado, .video-cell-mercado {
    display: none;
  }

  .jt-header-itens-home-promo {
    z-index: 1;
    display: block;
  }

  .section_hero {
    background-image: url('../images/Layer_1_left.svg'), url('../images/Layer_1_right.svg');
    background-position: 0%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 40px, 40px;
  }

  .div-block-233 {
    height: 350.227px;
  }

  .image-133 {
    width: 363px;
  }

  .div-block-234 {
    height: 350.227px;
  }

  .faq-item {
    background-color: #0000;
  }

  .text-body {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .text_image {
    margin-bottom: 20px;
  }

  .slide-3 {
    background-image: url('../images/Element_left.svg'), url('../images/element_right.svg'), linear-gradient(to bottom, var(--new_orange), var(--new_orange));
    background-position: 0%, 100%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-21 {
    color: var(--white);
  }

  .image-141 {
    margin-top: 20px;
  }

  .text-block-111 {
    color: var(--white);
    margin-top: 0;
    font-size: 28px;
    line-height: 125%;
  }

  .container-34 {
    max-width: 1200px;
  }

  .slide-7 {
    background-image: url('../images/new-home-bg-rapaz.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }

  .heading-22 {
    color: #000;
    font-family: Stretchpro, sans-serif;
    font-size: 60px;
  }

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

  .image-142 {
    width: 80%;
  }

  .mask-8 {
    height: auto;
  }

  .div-block-250 {
    background-position: 9% 36%, 100% 100%, 17% 0;
  }

  .container-36 {
    max-width: 1200px;
  }

  .slide-8 {
    background-image: url('../images/Element_left.svg'), url('../images/element_right.svg'), linear-gradient(#ff5325, #ff5325);
    background-position: 0%, 100%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-23 {
    color: var(--black);
    font-size: 32px;
  }

  .image-144 {
    width: 30%;
  }

  .image-145 {
    margin-top: 0;
  }

  .slide-home {
    background-image: url('../images/new-home-bg-rapaz.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-block-113 {
    color: var(--black);
    margin-top: 0;
    font-size: 16px;
    line-height: 125%;
  }

  .heading-24 {
    color: var(--white);
    font-family: Monument Extended, sans-serif;
    font-size: 55px;
  }

  .heading-24.white {
    font-size: 44px;
  }

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

  .mask-9 {
    height: auto;
  }

  .slide-9 {
    background-image: url('../images/Banner-Site-Baião-de-Todos-BG.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }

  .container-37 {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-254 {
    background-position: 50%;
    background-size: 1300px;
    background-attachment: scroll;
  }

  .slide-12 {
    background-image: url('../images/Banner-Site-Baião-de-Todos-BG.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }

  .image-148 {
    vertical-align: baseline;
    align-self: flex-end;
    height: 500px;
    margin-left: 400px;
    padding-left: 0;
    position: absolute;
  }

  .image-149 {
    height: 440px;
    margin-bottom: 108px;
    margin-left: 53px;
    margin-right: 0;
    padding-right: 0;
    position: absolute;
  }

  .image-150, .image-151 {
    display: none;
  }

  .section-20 {
    margin-top: 0;
    padding-top: 60px;
  }

  .div-block-255 {
    background-color: #1e1e1e;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    display: flex;
  }

  .text-block-115 {
    color: var(--new_orange);
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    line-height: 125%;
  }

  .text-block-115-copy {
    color: var(--white);
    font-family: Stretchpro, sans-serif;
    font-size: 70px;
    line-height: 125%;
  }

  .div-block-256 {
    background-color: #f5f5f5;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-top: 40px;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
  }

  .text-block-116 {
    color: var(--new_orange);
    text-align: left;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    line-height: 125%;
  }

  .div-block-257 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 42px;
    padding-left: 0;
    display: flex;
  }

  .div-block-258 {
    background-color: var(--black);
    width: 200px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-152 {
    width: 100%;
    position: static;
    bottom: 0;
  }

  .div-block-259 {
    justify-content: center;
    align-items: flex-end;
    width: 63%;
    display: flex;
  }

  .slide_vencedores {
    margin-top: 0;
    padding-top: 60px;
  }

  .vencedores {
    background-color: #0000;
    height: auto;
  }

  .slide-13, .mask-10 {
    height: auto;
  }

  .heading-25 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
  }

  .div-block-261 {
    background-color: var(--new_orange);
    border-radius: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .left-arrow-9 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    left: -29px;
  }

  .right-arrow-8 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    right: -29px;
  }

  .slide-nav-9 {
    display: none;
  }

  .jt-header-ej-copy {
    margin-top: 0;
  }

  .img-manifesto-copy {
    margin-left: auto;
    padding-left: 0;
  }

  .quick-stack-2 {
    border-color: #f58220;
  }

  .cell {
    background-color: #f58220;
    border-color: #f58220;
  }

  .quick-stack-3 {
    border-color: #f58220;
  }

  .cell-2 {
    background-color: #f58220;
  }

  .manifesto-jeitto-copy-copy {
    height: 368px;
  }

  .jt-title-branco-copy-copy-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .img-manifesto-22-copy {
    margin-left: auto;
    padding-left: 0;
  }

  .superscript-4-aaawd-copy-copy-copy {
    text-align: center;
    margin-top: 100px;
  }

  .jt-div-oportunidade-dfgsdfg-copy-copy-copy {
    padding-top: 30px;
  }

  .jt-header-ej-copy-asdasd {
    margin-top: 0;
  }

  .jt-section-jornada1-34343-copy {
    background-size: cover;
  }

  .jt-section-features-cliente-3345 {
    background-color: var(--orange-jeitto);
    padding-top: 0;
    padding-bottom: 0;
  }

  ._323234235 {
    text-align: center;
    background-color: #f58220;
    margin-left: 0;
    margin-right: 0;
  }

  .jt-div-jornada-1234123-copy {
    border-bottom-color: var(--transparent);
  }

  .jt-title-branco-copy-2222-copy-copy {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .superscript-4-22323-copy-copy-copy-copy {
    text-align: center;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
  }

  ._323234235-3333, ._323234235-4444 {
    background-color: #07b7e6;
    margin-left: 0;
    margin-right: 0;
  }

  .jt-title-branco-copy-3434-copy-copy-copy {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
  }

  .jt-section-features-54-3345-copy {
    background-color: var(--deep-sky-blue);
    padding-top: 0;
    padding-bottom: 0;
  }

  ._323234235-2, ._323234235-23 {
    background-color: #f58220;
    margin-left: 0;
    margin-right: 0;
  }

  .superscript-4-1111copy-copy {
    margin-top: 0;
  }

  .jt-title-branco-21233451-copy-copy-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .superscript-4-3wer-copy-copy-copy-copy {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  ._323234235-2-copy, ._323234235-2-4324-copy, ._323234235-23-5654 {
    background-color: #f58220;
    margin-left: 0;
    margin-right: 0;
  }

  .superscript-5 {
    font-weight: 500;
  }

  .jt-section-features-cliente-9988-copy {
    background-color: var(--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  ._323234235-qaaaa {
    text-align: center;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
  }

  .title-jeitto-3-rrtuyut {
    color: var(--deep-sky-blue);
  }

  .slide-14 {
    height: 440px;
  }

  .dfasdfasd {
    border-color: #0cb7e7;
  }

  .dfasdfwqe5234 {
    background-color: #0cb7e7;
    border-color: #0cb7e7;
  }

  .fasd32523 {
    border-color: #0cb7e7;
  }

  ._56yerghf {
    background-color: #0cb7e7;
    border-color: #0cb7e7;
  }

  .sdfas5 {
    border-color: #0cb7e7;
  }

  ._3457hfgh {
    background-color: #0cb7e7;
    border-color: #0cb7e7;
  }

  .hero {
    height: 640px;
    margin-top: 0;
  }

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

  .container-45 {
    margin-bottom: 40px;
  }

  .slide-emprestimo {
    background-image: url('../images/brilho2-1_1brilho2 1.png'), url('../images/brilho2-2_1brilho2 2.png'), url('../images/brilho3-1.png'), url('../images/Frame-7.svg'), url('../images/bg_hero.png');
    background-position: 92% 11%, 50%, 70px 70px, 79%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, 70px, 300px, auto;
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-144-copy {
    width: 60%;
  }

  .container-36-copy {
    max-width: 1200px;
  }

  .jt-header-itens-home-promo-consulta-credito {
    display: block;
  }

  .container_form {
    max-width: 1200px;
  }

  .div_content_form.left {
    width: 35%;
  }

  .image-169._2 {
    width: 91%;
  }

  .container_continuar {
    max-width: 1011px;
  }

  .image-175._1 {
    width: 20%;
  }

  .div_grid_ajeitae {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .image-180 {
    position: static;
    top: 0;
  }

  .slide-ajeitae {
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-36-copy-copy {
    max-width: 1200px;
  }

  .image-ajeitae {
    width: 80%;
  }

  .text-block-ajeitae {
    line-height: 150%;
  }

  .div-block-ajeitae {
    width: 40%;
  }

  .div-block-ajeitae.right {
    padding-top: 60px;
  }

  .text-block-146.bottom {
    margin-bottom: 0;
  }

  .div-block-297 {
    background-color: var(--orange-red);
    border-radius: 8px;
    padding: 12px;
    position: relative;
    bottom: -49px;
  }

  .text-block-147 {
    color: var(--white);
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .slide-ajeitae-ajuste {
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-306 {
    width: 30%;
  }

  .jt-txt-cinza-4-new {
    font-size: 16px;
    line-height: 125%;
  }

  .jt-section-pix {
    margin-bottom: 0;
  }

  .slide-16 {
    background-position: 0%;
    height: 600px;
  }

  .hero_guideline {
    position: static;
    top: 0;
  }

  .text-block-161 {
    font-size: 16px;
  }

  .button_guide {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .container_menu_guideline {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }

  .div_menu_item {
    width: 469.883px;
  }

  .image-200 {
    width: 45%;
  }

  .slide-17 {
    background-position: 0%;
    height: 600px;
  }

  .navbar-7 {
    z-index: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    position: sticky;
    top: 140px;
    bottom: auto;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-5 {
    border: 1px solid #cfcfcf;
    padding: 16px 24px;
    font-family: neighbor, sans-serif;
    font-size: 18px;
  }

  .nav-link-5:hover {
    background-color: var(--burlywood);
  }

  .nav-link-5.w--current {
    background-color: var(--new_orange);
    padding: 16px 48px 16px 24px;
    font-size: 18px;
  }

  .nav-link-6 {
    background-color: var(--white);
    border: 1px solid #cfcfcf;
    padding: 16px 48px 16px 24px;
    font-family: neighbor, sans-serif;
    font-size: 18px;
  }

  .nav-link-6:hover {
    background-color: var(--burlywood);
  }

  .nav-link-6:active, .nav-link-6:focus {
    color: var(--new_orange);
  }

  .nav-link-6.w--current {
    color: var(--new_orange);
    padding: 16px 24px;
    font-size: 18px;
  }

  .nav-link-6._2 {
    padding-bottom: 6px;
  }

  .content_estrategia {
    font-size: 16px;
  }

  .container_posicionamento {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  .quick-stack-6 {
    height: auto;
    position: static;
  }

  .div_heading_content_guideline {
    margin-top: 140px;
    margin-bottom: 60px;
  }

  .heading_content_guideline {
    color: var(--new_orange);
    text-transform: uppercase;
    font-family: neighbor, sans-serif;
    font-size: 48px;
  }

  .heading_content_guideline._2 {
    width: 100%;
  }

  .div_text_content_guideline {
    margin-bottom: 40px;
  }

  .paragraph-49 {
    color: var(--black);
    text-transform: uppercase;
    font-family: neighbor, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .paragraph_content_guideline {
    color: var(--black);
    text-transform: none;
    font-family: neighbor, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 125%;
  }

  .paragraph_content_guideline.verdade {
    margin-top: 10px;
  }

  .cell-6 {
    padding-left: 20px;
  }

  .container_plataforma {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  .div_grid_posicionamento {
    width: 100%;
    height: 266.621px;
    padding-bottom: 50px;
  }

  .div_grid_posicionamento.grid_posicionamento {
    padding-bottom: 50px;
  }

  .div_grid_posicionamento._2, .div_grid_posicionamento._2.line {
    height: 100%;
  }

  .heading_grid_posicionamento {
    height: auto;
    font-size: 32px;
  }

  .text-block-163 {
    color: var(--black);
    font-family: neighbor, sans-serif;
    font-size: 24px;
    line-height: 120%;
  }

  .container-53 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 60px;
    margin-bottom: 32px;
    margin-left: auto;
    display: flex;
  }

  .text-block-164._2 {
    width: 100%;
  }

  .paragraph_content_guideline-2 {
    color: var(--black);
    text-transform: none;
    font-family: neighbor, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 125%;
  }

  .heading_grid_resumo {
    height: auto;
    font-size: 32px;
  }

  .container-56 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 60px;
    margin-bottom: 32px;
    margin-left: auto;
    display: grid;
  }

  .div-block-326 {
    height: 100%;
  }

  .container_conceito {
    width: 100%;
    height: auto;
  }

  .container_nossas-bandeiras {
    width: 100%;
    height: 1000px;
  }

  .subtitile_content_guideline-copy {
    color: var(--black);
    text-transform: none;
    font-family: neighbor, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
  }

  .container-57 {
    background-size: contain;
  }

  .text-block-168.marca {
    text-transform: none;
  }

  .container_tom-de-voz {
    width: 100%;
    height: auto;
  }

  .link-23, .link-23.w--current {
    margin-bottom: 10px;
  }

  .sublink1 {
    font-size: 16px;
  }

  .container-58, .container-59 {
    background-size: contain;
  }

  .paragraph_content_responsabilidade {
    color: var(--black);
    text-transform: none;
    font-family: neighbor, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 125%;
  }

  .container-60, .container-61 {
    background-size: contain;
  }

  .title_conceito_exemplopositividade._2 {
    margin-top: 40px;
  }

  .contaier_resumo {
    padding-top: 40px;
  }

  .container_somosojeitto {
    width: 100%;
    height: 1100px;
    margin-bottom: 220px;
  }

  .container_1t2t {
    width: 100%;
    height: auto;
  }

  .contaier_1t2t {
    border-top-style: none;
  }

  .text-block-172 {
    color: var(--new_orange);
    font-family: neighbor, sans-serif;
    font-size: 18px;
  }

  .subtitile_content_guidelineresumo {
    color: var(--black);
    text-transform: none;
    margin-top: 0;
    font-family: neighbor, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
  }

  .div-block-_red.label {
    background-color: #ff3100;
  }

  .container-62 {
    margin-left: 0;
    position: static;
  }

  .container-63 {
    width: 100%;
    height: 400px;
  }

  .container_identidadeverbal_resumo {
    width: 100%;
    height: 1100px;
    margin-bottom: 220px;
  }

  .container_boas-ptraticas, .container_logotipo {
    width: 100%;
    height: auto;
  }

  .div-block-333 {
    width: 793.34px;
  }

  .container_neighbor, .container_reminder, .container_ilustracoes, .container_grafismos, .container_icones, .div-block_logotipo {
    width: 100%;
    height: auto;
  }

  .div-block-334 {
    width: auto;
  }

  .container_conceito-logo, .container_margem, .container_maxima-reducao, .container_logocores, .container_paleta-cromatica, .div-block_maximareducao, .div-block_paleta-cores, .container_proporcao, .div-block_proporcao, .container_combinacoes, .div-block_combinacoes, .container_tipografiaprincipal {
    width: 100%;
    height: auto;
  }

  .div-block-345 {
    width: 793.34px;
  }

  .container_tipografiasecundaria, .container_tipografiadiagramacao, .container_pfreminder, .container_vetoresformas, .container_tipografiasecundaria-copy, .container_vetoresgrafismo {
    width: 100%;
    height: auto;
  }

  .div-block-346 {
    width: 793.34px;
  }

  .container_diagramacao, .container_vetoresilustracao, .container_vetoresicones {
    width: 100%;
    height: auto;
  }

  .image_icon, .image_icon._2, .div-blockicon {
    width: auto;
  }

  .container_vetoresformas-copy, .container_fotografiacontent {
    width: 100%;
    height: auto;
  }

  .div-block-346-copy {
    width: 793.34px;
  }

  .container_img_formas {
    width: 100%;
    height: auto;
  }

  .container_hero_shopi {
    height: 550px;
  }

  .div__hero_left {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 40px;
    display: flex;
  }

  .div__hero_right {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 100px;
  }

  .image-216 {
    width: 60%;
  }

  .image-217 {
    width: 70%;
    position: relative;
    right: -35px;
  }

  .faq-item-_perguntas {
    background-color: #fff;
  }

  .jt-header-itens-home-promoteste-recaptcha-lgpd {
    z-index: 1;
    display: block;
  }

  .image-227 {
    display: none;
  }

  .slide-19 {
    background-image: url('../images/Element_left.svg'), url('../images/element_right.svg'), linear-gradient(#ff5325, #ff5325);
    background-position: 0%, 100%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .containerhome_hero_shopi {
    height: 100%;
  }

  .divhome__hero_right {
    justify-content: center;
    align-items: center;
    padding-top: 100px;
  }

  .image-216-copy {
    width: 80%;
  }

  .image-227-copy {
    display: none;
  }

  .divhome__hero_left {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .image-217-copy {
    width: 70%;
    position: relative;
    left: -149px;
    right: auto;
  }

  .slide-20 {
    height: 600px;
  }

  .section-25 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-362 {
    margin-bottom: -91px;
    position: relative;
    bottom: 44px;
    right: -35px;
  }
}

@media screen and (min-width: 1440px) {
  .jt-div-features {
    justify-content: space-between;
    align-items: center;
  }

  .jt-box-credito {
    width: auto;
  }

  .jt-div-perguntas.ajeitae {
    background-position: 169px 0;
  }

  .jt-div-txts-antecipe {
    width: 60%;
  }

  .jt-section-oportunidade-2 {
    background-position: 16% 100%;
    background-size: 50%;
  }

  .box-mercado {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-cell-mercado {
    display: none;
  }

  .jt-header-box-home-sorte {
    width: auto;
    max-width: 0;
    inset: 0% 86px 0% auto;
  }

  .hero {
    background-image: url('../images/img_hero1.png'), url('../images/asset_hero2.svg'), url('../images/asset_hero1.svg'), url('../images/bg_hero.png');
    background-position: 80%, 96%, 20%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-size: contain, 50px, auto, auto;
    height: 723px;
  }

  .container-41 {
    padding-top: 100px;
  }

  .image-162 {
    width: 80%;
  }

  .paragraph-25 {
    width: 545px;
  }

  .container-42, .container-44 {
    max-width: 1220px;
  }

  .div-block-271, .div-block-272 {
    width: 50%;
  }

  .container-46 {
    max-width: 1220px;
  }

  .div-block-275 {
    width: auto;
  }

  .container-47 {
    max-width: 1220px;
  }

  .img-gif-copy {
    width: 60%;
  }

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

  .div-block-282 {
    width: 50%;
  }

  .container-48 {
    max-width: 1220px;
  }

  .image-165 {
    width: 50%;
  }

  .image-166 {
    width: 101%;
  }

  .slide-emprestimo {
    background-image: url('../images/brilho2-1_1brilho2 1.png'), url('../images/brilho3-1.png'), url('../images/Frame-7.svg'), url('../images/brilho2-1_1brilho2 1.png'), url('../images/bg_hero.png');
    background-position: 50%, 20px 20px, 86%, 92% 11%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto, 100px, 350px, auto, auto;
  }

  .jt-container-esperando {
    max-width: 1220px;
  }

  .div-block-287 {
    width: 488px;
    bottom: 27px;
    left: 0;
  }

  .image-167 {
    width: 66%;
  }

  .container_form {
    max-width: 1300px;
  }

  .div_content_form.right {
    width: 50%;
  }

  .div-block-290 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-169._2 {
    width: 92%;
  }

  .div_content.left {
    width: 50%;
  }

  .paragraph-35 {
    font-size: 20px;
  }

  .container_continuar {
    max-width: 1220px;
  }

  .image-175._1 {
    width: 20%;
  }

  .div_grid_ajeitae {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .image-180 {
    position: static;
  }

  .slide-ajeitae {
    background-size: cover;
  }

  .image-ajeitae {
    width: 85%;
  }

  .div-block-ajeitae {
    width: 40%;
  }

  .slide-ajeitae-ajuste {
    background-size: cover;
  }

  .div-block-275-copy {
    width: auto;
  }

  .div-block-287-copy {
    width: 488px;
    bottom: 27px;
    left: 0;
  }

  .div-block-306 {
    width: 30%;
  }

  .jt-section-pix {
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 550px;
    margin-bottom: 0;
    display: flex;
  }

  .image-192 {
    width: 50%;
  }

  .slide-16 {
    background-position: 0%;
    height: 600px;
  }

  .container_hero_guideline, .container_header_guideline {
    width: 100%;
    max-width: 1220px;
  }

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

  .container_menu_guideline {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }

  .div_menu_item {
    width: 462.402px;
  }

  .image-199 {
    width: 35%;
  }

  .slide-17 {
    background-position: 0%;
    height: 600px;
  }

  .navbar-7 {
    width: 379px;
    position: sticky;
    top: 140px;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-5, .nav-link-5.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .nav-link-6 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .nav-link-6.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .content_estrategia {
    padding-top: 0;
  }

  .container_posicionamento {
    margin-left: 0;
    padding-top: 140px;
  }

  .quick-stack-6 {
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container_plataforma {
    margin-left: 0;
  }

  .container-56 {
    max-width: none;
  }

  .container_conceito {
    margin-left: 0;
  }

  .subtitile_content_guideline-copy {
    font-size: 28px;
    font-weight: 700;
  }

  .container-57 {
    background-size: contain;
    padding-bottom: 33px;
  }

  .link-23 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .link-23.w--current {
    margin-bottom: 10px;
  }

  .container-58 {
    background-size: contain;
    padding-bottom: 140px;
  }

  .div-block-329-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
  }

  .container-59 {
    background-size: contain;
    padding-bottom: 140px;
  }

  .paragraph_content_responsabilidade {
    font-size: 22px;
  }

  .container-60, .container-61 {
    background-size: contain;
    padding-bottom: 140px;
  }

  .contaier_resumo {
    height: 1000px;
  }

  .subtitile_content_guidelineresumo {
    font-size: 28px;
    font-weight: 700;
  }

  .container-62 {
    width: 100%;
    position: static;
  }

  .container-63 {
    width: 100%;
    height: 500px;
  }

  .container_boas-ptraticas, .container_logotipo {
    margin-left: 0;
  }

  .div-block-333 {
    width: 780px;
  }

  .image-205 {
    width: 50%;
  }

  .image-205._2 {
    width: 25%;
  }

  .image-207._2 {
    width: 63%;
  }

  .container_neighbor, .container_reminder, .container_ilustracoes, .container_grafismos, .container_icones, .div-block_logotipo {
    margin-left: 0;
  }

  .div-block-334 {
    width: 780px;
  }

  .container_conceito-logo, .container_margem, .container_maxima-reducao, .container_logocores, .container_paleta-cromatica {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block_maximareducao, .div-block_paleta-cores {
    margin-left: 0;
  }

  .container_proporcao {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block_proporcao {
    margin-left: 0;
  }

  .container_combinacoes {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block_combinacoes {
    margin-left: 0;
  }

  .container_tipografia {
    height: auto;
    margin-bottom: 0;
  }

  .container_tipografiaprincipal {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-345 {
    width: 780px;
  }

  .container_tipografiasecundaria, .container_tipografiadiagramacao {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .container_pfreminder {
    margin-left: 0;
  }

  .container_vetores {
    margin-bottom: 0;
  }

  .container_vetoresformas {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .container_tipografiasecundaria-copy {
    margin-left: 0;
  }

  .container_vetoresgrafismo {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-346 {
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .container-66 {
    max-width: none;
  }

  .container_diagramacao {
    margin-left: 0;
  }

  .container_vetoresilustracao, .container_vetoresicones {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .image_icon {
    width: auto;
  }

  .div-blockicon {
    width: 100%;
  }

  .container_fotografia {
    margin-bottom: 0;
  }

  .container_vetoresformas-copy {
    margin-left: 0;
  }

  .container_fotografiacontent {
    margin-left: 0;
    padding-top: 0;
  }

  .image-214._2 {
    width: 63%;
  }

  .image-215 {
    width: 50%;
  }

  .image-215._2 {
    width: 25%;
  }

  .div-block-346-copy {
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .container_img_formas {
    margin-left: 0;
  }

  .div__hero_left {
    padding-top: 0;
    padding-left: 20px;
  }

  .div__hero_right {
    padding-top: 60px;
  }

  .image-217 {
    position: relative;
    right: -44px;
  }

  .image-227 {
    display: none;
  }

  .divhome__hero_right {
    padding-top: 60px;
  }

  .image-227-copy {
    display: none;
  }

  .divhome__hero_left {
    padding-top: 0;
    padding-left: 20px;
  }

  .image-217-copy {
    position: relative;
    right: -44px;
  }

  .div-block-362 {
    width: 10%;
    margin-top: -4px;
    margin-bottom: -106px;
    position: relative;
    inset: -50px auto auto 47px;
  }
}

@media screen and (min-width: 1920px) {
  .jt-section-app {
    justify-content: center;
    align-items: center;
    height: 650px;
    display: flex;
  }

  .jt-div-sections {
    max-width: 1200px;
  }

  .jt-section-transferencia, .jt-section-blog {
    justify-content: center;
    align-items: center;
    height: 650px;
    display: flex;
  }

  .jt-section-nossojeitto {
    justify-content: center;
    align-items: center;
    height: 600px;
    display: flex;
  }

  .jt-div-txts-antecipe {
    width: 60%;
  }

  .jt-section-jornada1 {
    background-size: cover;
  }

  .jt-section-oportunidade-2 {
    background-position: 32% 100%;
    background-size: 35%;
  }

  .jt-ej-holder-form.segurado {
    top: -220px;
  }

  .jt-holder-mercado {
    max-width: 1220px;
  }

  .div-block-186 {
    margin-top: 0;
  }

  .jt-mercado-section-2, .box-mercado {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-box-mercado-parceiros-mob {
    width: 200px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-section-mercado-mob {
    justify-content: center;
    align-items: center;
    height: 650px;
    display: flex;
  }

  .video-cell-mercado {
    display: none;
  }

  .jt-header-itens-home-promo {
    z-index: 8;
    display: block;
  }

  .section_hero {
    background-image: url('../images/Layer_1_left.svg'), url('../images/Layer_1_right.svg');
    background-position: 0%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 40px, 40px;
  }

  .section_hero.indicado {
    height: 700px;
  }

  .faq-item {
    background-color: #0000;
    border-bottom-width: 0;
  }

  .text_image {
    margin-bottom: 20px;
  }

  .slider-6 {
    height: auto;
  }

  .image-140 {
    display: block;
  }

  .slide-3 {
    background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(to bottom, var(--new_orange), var(--new_orange));
    background-position: 100%, 0%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-21 {
    color: var(--white);
  }

  .image-141 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .text-block-111 {
    color: var(--white);
    margin-top: 0;
    font-size: 28px;
    line-height: 125%;
  }

  .container-34 {
    max-width: 1000px;
  }

  .slide-7 {
    background-image: url('../images/Slide5.png');
    background-position: 50%;
    background-size: cover;
    width: 100vw;
    max-width: 100%;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-22 {
    color: #000;
    font-family: Stretchpro, sans-serif;
    font-size: 60px;
  }

  .link-block-19 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .container-35 {
    max-width: 1000px;
    height: 700px;
  }

  .div-block-250 {
    background-position: 14% 39%, 100% 100%, 17% 0;
    justify-content: center;
    align-items: center;
    width: 67%;
  }

  .container-36 {
    width: 70%;
  }

  .container-34-copy {
    max-width: 1000px;
    height: 700px;
  }

  .slide-8 {
    background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(#ff5325, #ff5325);
    background-position: 100%, 0%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-23 {
    color: var(--black);
  }

  .image-144 {
    width: 40%;
    margin-bottom: 0;
  }

  .slide-nav-8 {
    z-index: 2;
    width: 300px;
  }

  .image-145 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .slide-home {
    background-image: url('../images/new-home-bg-rapaz.webp');
    background-position: 50%;
    background-size: cover;
    width: 100vw;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-113 {
    color: var(--black);
    margin-top: 0;
    font-size: 16px;
    line-height: 125%;
  }

  .heading-24 {
    color: var(--white);
    font-family: Monument Extended, sans-serif;
    font-size: 60px;
    line-height: 125%;
  }

  .link-block-20 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .slide-9 {
    background-image: url('../images/Banner-Site-Baião-de-Todos-BG.png');
    background-position: 50%;
    background-size: cover;
    width: 100vw;
    max-width: 100%;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-37 {
    background-size: auto;
  }

  .div-block-254 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .slide-10 {
    box-sizing: border-box;
    float: none;
    aspect-ratio: auto;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    object-fit: fill;
    background-image: url('../images/Banner-Site-Baião-de-Todos-bg-rb.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-clip: border-box;
    border-radius: 0;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .container-39 {
    object-fit: fill;
    flex-flow: wrap;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .slide-12 {
    background-image: url('../images/Banner-Site-Baião-de-Todos-BG.png');
    background-position: 50%;
    background-size: cover;
    width: 100vw;
    max-width: 100%;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-34-copy-2 {
    max-width: 1200px;
    height: 700px;
  }

  .image-148 {
    box-sizing: border-box;
    aspect-ratio: auto;
    vertical-align: baseline;
    align-self: auto;
    height: 540px;
    margin-left: auto;
    padding-left: 80px;
    position: absolute;
  }

  .image-149 {
    vertical-align: top;
    align-self: auto;
    height: 510px;
    margin: 50px auto auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    left: -800px;
  }

  .image-150, .image-151 {
    display: none;
  }

  .jt-header-ej-copy {
    margin-top: 0;
  }

  .jt-txt-branco-copy {
    padding-right: 20px;
  }

  .jt-title-branco-copy {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    line-height: 54px;
  }

  .div-manifesto-copy {
    margin-top: -32px;
  }

  .manifesto-jeitto-copy-copy {
    height: 403px;
  }

  .img-manifesto-22-copy {
    margin-top: -26px;
  }

  .jt-header-ej-copy-asdasd {
    margin-top: 0;
  }

  .jt-title-branco-copy-copy, .sdfsdf {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    line-height: 54px;
  }

  .hero {
    background-image: url('../images/asset_hero1.svg'), url('../images/asset_hero2.svg'), url('../images/brilho3-1.png'), url('../images/img_hero1.png'), url('../images/bg_hero.png');
    background-position: 30% 67%, 90%, 10%, 94% -9%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, 50%, cover;
    height: 1000px;
    max-height: 1200px;
    overflow: visible;
  }

  .container-41 {
    max-width: 1220px;
    padding-top: 220px;
  }

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

  .text-block-130 {
    font-size: 24px;
  }

  .cobertura {
    background-position: 20% 0, 90% 80%, 11% 20%;
  }

  .container-46 {
    max-width: 1220px;
  }

  .div-block-275 {
    width: auto;
  }

  .pausa {
    background-position: 100%;
    background-size: 40%;
  }

  .slide-emprestimo {
    background-image: url('../images/brilho2-2_1brilho2 2.png'), url('../images/brilho2-1_1brilho2 1.png'), url('../images/brilho3-1.png'), url('../images/Frame-7.svg'), url('../images/bg_hero.png');
    background-position: 90% 10%, 50%, 400px 100px, 75%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto, auto, 70px, 400px, auto;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-144-copy {
    width: 80%;
  }

  .container-36-copy {
    max-width: 1220px;
  }

  .jt-header-itens-home-promo-consulta-credito {
    display: block;
  }

  .div-block-287 {
    bottom: 23px;
    left: auto;
  }

  .container_hero {
    max-width: 1560px;
  }

  .div_grid_hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .image-167 {
    width: 600px;
  }

  .heading-33 {
    font-size: 40px;
  }

  .div-block-290 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section_beneficios {
    height: 550px;
  }

  .section_beneficios-2 {
    padding-top: 300px;
    padding-bottom: 140px;
  }

  .image-170 {
    margin-top: 20px;
  }

  .container_continuar {
    max-width: 1220px;
  }

  .image-175._1 {
    width: 20%;
  }

  .container_condicoes_ajeitae {
    flex-flow: column;
    display: flex;
  }

  .div_grid_ajeitae {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .div_content_condicoes_ajeitae.bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-180 {
    width: 100%;
    max-width: none;
    top: 0;
    left: 0;
  }

  .slide-ajeitae {
    -webkit-text-fill-color: inherit;
    background-color: #fdf6e2;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/Region---carousel.png'), linear-gradient(#f26d04, #f26d04);
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, cover, auto;
    background-attachment: scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll;
    background-clip: padding-box;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-36-copy-copy {
    background-color: #fdf6e2;
    max-width: none;
    padding-left: 220px;
    padding-right: 220px;
  }

  .image-ajeitae {
    width: 80%;
  }

  .text-block-ajeitae {
    width: 383px;
    font-size: 24px;
  }

  .div-block-ajeitae {
    justify-content: center;
    align-items: center;
    width: 47%;
  }

  .slide-ajeitae-ajuste {
    -webkit-text-fill-color: inherit;
    background-color: #fdf6e2;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/Region---carousel.png'), linear-gradient(#f26d04, #f26d04);
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, cover, auto;
    background-attachment: scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll, scroll;
    background-clip: padding-box;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .discover-limit-background-modal {
    display: none;
  }

  .div-block-275-copy {
    width: auto;
  }

  .div-block-287-copy {
    bottom: 23px;
    left: auto;
  }

  .div-block-304 {
    justify-content: space-between;
    align-items: center;
  }

  .image-188 {
    width: 150px;
  }

  .jt-section-pix {
    justify-content: center;
    align-items: center;
    height: 650px;
    margin-bottom: 0;
    display: flex;
  }

  .jt-div-sections2 {
    max-width: 1200px;
  }

  .image-192 {
    width: 40%;
  }

  .slide-16 {
    height: 700px;
  }

  .container_hero_guideline, .container_header_guideline {
    width: 100%;
    max-width: 1560px;
  }

  .container_menu_guideline {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 60%;
    margin-top: 50px;
    display: flex;
  }

  .div_menu_item {
    width: 509.863px;
  }

  .image-199 {
    width: 35%;
  }

  .slide-nav-8-copy {
    z-index: 2;
    width: 300px;
  }

  .slide-17 {
    height: 700px;
  }

  .cell-3 {
    background-size: 100%;
  }

  .navbar-7 {
    background-color: #0000;
    justify-content: flex-start;
    align-items: flex-start;
    width: 379px;
    position: sticky;
    top: 140px;
  }

  .nav-menu-2, .cell-5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link-5, .nav-link-5.w--current {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 26px;
  }

  .nav-link-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 26px;
  }

  .nav-link-6.w--current {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 26px;
  }

  .nav-link-6._2 {
    padding-bottom: 24px;
  }

  .container_posicionamento {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .quick-stack-6 {
    max-width: 1560px;
    margin-bottom: 0;
  }

  .paragraph_content_guideline {
    font-family: neighbor, sans-serif;
    font-size: 20px;
  }

  .cell-6 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 60px;
  }

  .container_plataforma {
    max-width: none;
    margin-bottom: 0;
  }

  .container-53 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .container-54 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .paragraph_content_guideline-2 {
    font-family: pf-reminder, sans-serif;
    font-size: 40px;
  }

  .div-block-322 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 62px;
  }

  .div-block-323 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-323-copy, .div-block-325 {
    width: 28%;
  }

  .container-55 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .container-56 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .container_conceito {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .container_nossas-bandeiras {
    max-width: none;
    height: 1000px;
  }

  .subtitile_content_guideline-copy {
    font-weight: 700;
  }

  .container-57 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 60px;
    padding-bottom: 49px;
    padding-left: 200px;
    padding-right: 200px;
    display: flex;
  }

  .div-block-327 {
    position: relative;
    top: -32px;
    left: -80px;
    box-shadow: -10px 10px #000;
  }

  .title_conceito_exemplo {
    color: var(--black);
    font-family: neighbor, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
  }

  .text_conceito_exemplo {
    color: var(--black);
    text-transform: none;
    font-family: neighbor, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
  }

  .div-block-328 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .div-block-328._2 {
    margin-top: 0;
  }

  .div-block-329 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .container_tom-de-voz {
    max-width: none;
  }

  .link-23 {
    margin-bottom: 0;
    font-size: 26px;
  }

  .link-23.w--current {
    margin-bottom: 0;
  }

  .sublink1 {
    margin-bottom: 0;
    font-size: 20px;
    display: block;
  }

  .sublink1.w--current {
    margin-bottom: 0;
  }

  .div-block-_green1 {
    position: static;
    top: -32px;
    left: -80px;
    box-shadow: -10px 10px #000;
  }

  .div-block-_green1.label {
    top: -50px;
  }

  .cell-7 {
    background-size: contain;
    justify-content: center;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 100px;
  }

  .container-58 {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 60px;
    padding-bottom: 49px;
    padding-left: 118px;
    padding-right: 0;
    display: flex;
  }

  .div-block_white {
    position: relative;
    top: -32px;
    left: 0;
    box-shadow: -10px 10px #000;
  }

  .div-block-329-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .title_conceito_exemplocoragem {
    color: var(--black);
    font-family: neighbor, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
  }

  .div-block-_pink {
    position: static;
    top: -32px;
    left: -80px;
    box-shadow: -10px 10px #000;
  }

  .div-block-_pink.label {
    top: -50px;
  }

  .container-59 {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 60px;
    padding-bottom: 49px;
    padding-left: 118px;
    padding-right: 0;
    display: flex;
  }

  .title_conceito_exemploresponsabilidade {
    color: var(--black);
    font-family: neighbor, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
  }

  .paragraph_content_responsabilidade {
    font-size: 20px;
  }

  .div-block-_yellow {
    position: static;
    top: -32px;
    left: -80px;
    box-shadow: -10px 10px #000;
  }

  .div-block-_yellow.label {
    top: -50px;
  }

  .container-60 {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 60px;
    padding-bottom: 49px;
    padding-left: 118px;
    padding-right: 0;
    display: flex;
  }

  .div-block_abra-o-app {
    position: relative;
    top: -32px;
    left: 0;
    box-shadow: -10px 10px #000;
  }

  .div-block-_blue {
    position: static;
    top: -32px;
    left: -80px;
    box-shadow: -10px 10px #000;
  }

  .div-block-_blue.label {
    top: -50px;
  }

  .container-61 {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 60px;
    padding-bottom: 49px;
    padding-left: 118px;
    padding-right: 0;
    display: flex;
  }

  .title_conceito_exemplopositividade {
    color: var(--black);
    font-family: neighbor, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
  }

  .div-block-_orange {
    position: static;
    top: -32px;
    left: -80px;
    box-shadow: -10px 10px #000;
  }

  .div-block-_orange.label {
    top: -50px;
  }

  .container_somosojeitto {
    max-width: none;
    height: 1000px;
    margin-bottom: 0;
  }

  .container_1t2t {
    max-width: none;
  }

  .subtitile_content_guidelineresumo {
    font-weight: 700;
  }

  .div-block-_orange-copy {
    position: static;
    top: -32px;
    left: -80px;
    box-shadow: -10px 10px #000;
  }

  .div-block-_orange-copy.label {
    top: -50px;
  }

  .div-block-_red {
    position: static;
    top: -32px;
    left: -80px;
    box-shadow: -10px 10px #000;
  }

  .div-block-_red.label {
    top: -50px;
  }

  .container-62 {
    width: 100%;
    position: static;
  }

  .container-63 {
    height: 600px;
  }

  .container_identidadeverbal_resumo {
    max-width: none;
    height: 1000px;
  }

  .container_boas-ptraticas, .container_logotipo {
    max-width: 1440px;
  }

  .div-block-333 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: space-between;
    align-items: center;
    width: 1106.97px;
  }

  .div-block-333._2 {
    justify-content: center;
    align-items: center;
  }

  .link-block-_orange {
    position: static;
    top: -32px;
    left: -80px;
    box-shadow: -10px 10px #000;
  }

  .link-block-_orange.label {
    top: -50px;
  }

  .image-icones {
    width: 75%;
  }

  .container_neighbor, .container_reminder, .container_ilustracoes, .container_grafismos, .container_icones, .div-block_logotipo {
    max-width: 1440px;
  }

  .div-block-334 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .div-block-334._2 {
    justify-content: center;
    align-items: center;
  }

  .container_conceito-logo, .container_margem, .container_maxima-reducao, .container_logocores, .container_paleta-cromatica {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .div-block_maximareducao, .div-block_paleta-cores {
    max-width: 1440px;
  }

  .container_proporcao {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .div-block_proporcao {
    max-width: 1440px;
  }

  .container_combinacoes {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .div-block_combinacoes {
    max-width: 1440px;
  }

  .container_tipografiaprincipal {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .div-block-345 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .div-block-345._2 {
    justify-content: center;
    align-items: center;
  }

  .container_tipografiasecundaria, .container_tipografiadiagramacao {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .container_pfreminder {
    max-width: 1440px;
  }

  .container_vetoresformas, .container_tipografiasecundaria-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .container_vetoresgrafismo {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    max-width: none;
    display: flex;
  }

  .div-block-346 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .div-block-346._2 {
    justify-content: center;
    align-items: center;
  }

  .container-66 {
    width: 100%;
  }

  .container_diagramacao {
    max-width: 1440px;
  }

  .container_vetoresilustracao, .container_vetoresicones {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    max-width: none;
    display: flex;
  }

  .image_icon {
    width: 80%;
  }

  .image_icon._2 {
    width: 100%;
  }

  .div-blockicon {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-blockicon._2 {
    justify-content: center;
    align-items: center;
  }

  .container_vetoresformas-copy, .container_fotografiacontent {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .image-214._2 {
    width: 50%;
  }

  .image-215._2 {
    width: 100%;
  }

  .div-block-346-copy {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .div-block-346-copy._2 {
    justify-content: center;
    align-items: center;
  }

  .container_img_formas {
    max-width: 1440px;
  }

  .container_hero_shopi {
    height: 800px;
  }

  .div__hero_left {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div__hero_right {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-bottom: 26px;
    padding-left: 60px;
    position: relative;
    left: 0;
  }

  .image-216 {
    width: 55%;
    position: relative;
    top: -43px;
    left: -166px;
  }

  .image-217 {
    width: 60%;
    margin-right: -53px;
    right: -9px;
  }

  .container2_shopi {
    max-width: 1220px;
  }

  .div2_left_shopi {
    padding-left: 100px;
  }

  .containter2_shopi._2, .container3_shopi {
    max-width: 1220px;
  }

  .container4_shopi {
    width: 100%;
    max-width: 1220px;
  }

  .container5_shopi {
    max-width: 1220px;
  }

  .paragraph-51 {
    font-size: 40px;
  }

  .container6_shopi {
    max-width: 1220px;
  }

  .sectioni7_shopi {
    height: 400px;
  }

  .container7_shopi {
    background-position: 31% -5%;
    max-width: 1220px;
  }

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

  .container8_shopi, .container9_shopi {
    max-width: 1220px;
  }

  .div-block-359 {
    background-position: 64% 90%, 18% 70%;
  }

  .faq-item-_perguntas.ajeitae {
    margin-bottom: 10px;
  }

  .jt-header-itens-home-promoteste-recaptcha-lgpd {
    z-index: 8;
    display: block;
  }

  .jt-form-home-sorteteste-recaptcha-lgpd, .phone-teste-recaptcha-lgpd, .document-teste-recaptcha-lgpd {
    z-index: 7;
  }

  .image-227 {
    display: none;
  }

  .slide-19 {
    background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(#ff5325, #ff5325);
    background-position: 100%, 0%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
    height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .containerhome_hero_shopi {
    height: 800px;
  }

  .divhome__hero_right {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    padding-bottom: 26px;
    padding-left: 0;
    padding-right: 40px;
    position: relative;
    left: auto;
  }

  .image-216-copy {
    width: 55%;
    position: relative;
    top: -43px;
    left: auto;
  }

  .image-227-copy {
    display: none;
  }

  .divhome__hero_left {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .image-217-copy {
    width: 60%;
    margin-right: 0;
    left: auto;
    right: auto;
  }

  .section-25 {
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-362 {
    margin-top: -4px;
    margin-bottom: -85px;
    padding-top: 0;
    position: relative;
    inset: -44px -4% auto auto;
  }

  .div-block-video {
    background-position: 64% 90%, 18% 70%;
  }

  .text-block-183, .heading_embaixador {
    font-size: 40px;
  }

  .text-field-8-copy {
    z-index: 7;
    z-index: 7;
  }

  .jt-form-home-sorte-copy, .jt-form-home-sorte-copy-copy {
    z-index: 7;
  }

  .img-banner-home, .img-banner-home-mob {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .header-jeitto {
    background-image: linear-gradient(105deg, #000000e6, #0000 64%), url('../images/teste-2-1.jpg'), url('../images/bg-app.jpg'), url('../images/bg-jeitto-2.jpg');
    background-position: 0 0, 50% 0, 70%, 58% 100%;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, cover, cover, cover;
    background-attachment: scroll, scroll, scroll, scroll;
    height: 550px;
  }

  .image-323 {
    display: none
  }

  .image-324 {
    inset: initial;
    right: 0;
    top: -110px;
    width: 70px;
  }

  .header-txt {
    width: 100%;
    margin-top: 175px;
    padding-left: 60px;
  }

  .verifique-jeitto {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .title-jeitto-2 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .div-verifique {
    width: 687.5px;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sub-jeitto-2 {
    width: 259px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .verif-infos {
    flex-direction: row;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
  }

  .text-infos {
    width: 396px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-field {
    margin-right: 10px;
    padding-left: 20px;
    font-size: 20px;
  }

  .submit-button {
    height: 50px;
  }

  .form-verificar {
    margin-top: 20px;
    margin-left: 0;
  }

  .link {
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 26px;
  }

  .app-infos {
    flex-direction: column;
    align-items: center;
  }

  .app-item {
    width: 687px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .title-jeitto-3 {
    width: 90%;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .text-jeitto {
    width: 687px;
    margin-bottom: 40px;
  }

  .app-txt {
    flex-wrap: nowrap;
    align-content: flex-start;
    width: 300px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .image-3 {
    width: 340px;
    margin-top: 0;
  }

  .text-jeitto-2 {
    width: auto;
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 18px;
  }

  .contas-jeitto {
    padding-top: 60px;
  }

  .title-jeitto-4 {
    font-size: 30px;
    line-height: 34px;
  }

  .baixeapp-div {
    background-position: 88%, 0 0;
    background-size: 50%, auto;
    width: auto;
    height: 236px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-5 {
    width: 190px;
    margin-left: 106px;
    margin-right: 0;
  }

  .app-itens {
    margin-left: 43px;
  }

  .collection-novidades {
    margin-top: 40px;
    display: none;
  }

  .collection-list {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .box-infos-2 {
    width: 715px;
    margin: 70px 40px;
  }

  .navbar-jeitto {
    background-color: var(--seashell);
  }

  .itens-jeitto {
    background-color: #0000;
    background-image: linear-gradient(138deg, #f58220, #f15a22);
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-item {
    color: var(--white);
    text-align: right;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .btn-jeitto {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-materia {
    width: 95%;
    height: auto;
    margin-top: 60px;
  }

  .infos-materia {
    margin-left: 30px;
    margin-right: 30px;
  }

  .data-materia {
    font-size: 16px;
  }

  .title-materia {
    font-size: 35px;
    line-height: 37px;
  }

  .sub-materia {
    font-size: 20px;
    line-height: 25px;
  }

  .rich-text-block {
    margin-top: 40px;
  }

  .fatura-jeitto {
    margin-top: 0;
  }

  .gerar-infos-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .cont-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn-facebook, .btn-video {
    margin-left: 5px;
  }

  .links-cont {
    margin-left: 40px;
  }

  .txt-footer {
    font-size: 12px;
    line-height: 18px;
  }

  .app-item-2 {
    align-items: center;
    width: 367px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .menu-jeitto {
    flex: 0 auto;
  }

  .imagem-novidades {
    width: auto;
    height: auto;
  }

  .title-novidades {
    width: auto;
    font-size: 20px;
    line-height: 25px;
  }

  .section {
    margin-top: 90px;
  }

  .div-app-txt {
    flex-wrap: wrap;
    display: flex;
  }

  .collection-noticias-2 {
    justify-content: space-between;
    width: auto;
    display: flex;
  }

  .icon {
    filter: saturate(0%) brightness(200%);
    color: var(--new_orange);
    width: 36px;
    height: 34px;
    font-size: 38px;
    line-height: 38px;
    position: relative;
  }

  .icon:hover {
    color: var(--deep-sky-blue);
  }

  .menu-toggle {
    border-radius: 50%;
    margin-right: 5vw;
  }

  .menu-toggle:hover {
    background-color: var(--burlywood);
  }

  .menu-toggle:focus {
    background-color: var(--white);
  }

  .form-gerar {
    margin-top: 0;
    margin-left: 0;
  }

  .text-jeitto-4 {
    width: 687.5px;
    margin-top: 20px;
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text {
    font-size: 16px;
    line-height: 16px;
  }

  .image-12 {
    width: 80%;
  }

  .bold-text-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-jeitto-5-2 {
    font-size: 23px;
    line-height: 27px;
  }

  .title-jeitto-internas {
    font-size: 35px;
    line-height: 35px;
  }

  .rich_txt_politica {
    width: 90%;
  }

  .rich_txt_politica._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .txt-field-fatura {
    width: 248px;
    height: 50px;
    margin-right: 10px;
    padding-left: 20px;
    font-size: 20px;
  }

  .text-jeitto-fatura {
    width: 687.5px;
    margin-top: 20px;
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-2 {
    width: 690px;
  }

  .icones-jeitto {
    width: auto;
    margin-bottom: 100px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .title-icone {
    margin-bottom: 20px;
  }

  .img-icone {
    height: 90px;
  }

  .sub-jeitto-3 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading {
    font-size: 22px;
  }

  .div-aprovado-jeitto {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .content-txt-icone {
    margin-left: 40px;
    margin-right: 0;
  }

  .item-duvidas-jeitto {
    width: 80px;
    margin-right: 22px;
  }

  .text-duvidas {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .div-duvidas {
    width: auto;
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-duvidas {
    font-size: 32px;
    line-height: 32px;
  }

  .text-block-4 {
    text-align: center;
    margin: 80px 30px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-fatura-jeitto {
    background-position: 40px 40px;
    background-size: 37px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 40px;
  }

  .valor-fatura-jeitto {
    margin-right: 30px;
    font-size: 18px;
    line-height: 18px;
  }

  .vencimento-fatura-jeitto {
    margin-left: 30px;
    font-size: 18px;
    line-height: 18px;
  }

  .content-codigo-fatura {
    width: auto;
  }

  .fatura-codigo-jeitto {
    text-align: center;
    font-size: 18px;
  }

  .btn-whatsapp-fatura, .btn-baixar-fatura {
    width: 280px;
    height: 50px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 18px;
  }

  .nav-item-inst {
    color: var(--white);
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .numeros {
    height: auto;
    padding-top: 72px;
    padding-bottom: 60px;
  }

  .quem-somos {
    background-image: linear-gradient(to bottom, #0003, #0003), radial-gradient(circle farthest-side at 100% 0%, #07b7e680, #009cc680), linear-gradient(to right, var(--deep-sky-blue), #07b7e600 50%), url('../images/edit_work.jpg');
    background-size: auto, auto, auto, cover;
    height: 100vh;
  }

  .depoimentos {
    background-color: #e5e5e5;
  }

  .member-lightbox {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .modal-bt-fechar {
    margin-right: 5%;
  }

  .member_biography {
    width: 25%;
    min-width: 400px;
  }

  .image-17 {
    display: none;
  }

  .header-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .container-7 {
    margin-bottom: 0;
  }

  .revista {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    display: flex;
  }

  .midia-mural {
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
  }

  .midia-link {
    margin-left: 6px;
    margin-right: 6px;
  }

  .div-block-35 {
    display: block;
  }

  .div_about-title {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: auto;
    padding-left: 0;
  }

  .title-div-r {
    align-items: flex-start;
    width: auto;
  }

  .datascience {
    background-image: linear-gradient(#0000, #0000), radial-gradient(circle farthest-side at 100% 0, #07b7e680, #009cc680), linear-gradient(to right, #07b7e680, #07b7e600 50%), url('../images/dennis-kummer-52gEprMkp7M-unsplash-2.jpg');
    background-size: auto, auto, auto, cover;
  }

  .div_datascience {
    flex-direction: column-reverse;
    align-items: center;
    margin-left: auto;
  }

  .numeros-title {
    width: 70%;
    margin-right: 0;
  }

  .numeros-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    place-content: flex-end flex-start;
    width: auto;
  }

  .story-block-l {
    flex-direction: row;
    height: 240px;
  }

  .story-text-block {
    width: 60%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .div-block-45 {
    width: 360px;
  }

  .title-div-0 {
    align-items: flex-start;
    width: auto;
  }

  .thumb-video-stories {
    width: 100%;
    height: 100%;
  }

  .div-block-53 {
    text-align: left;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-54 {
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: 500px;
  }

  .back-to-top_div {
    margin-left: 85%;
  }

  .mass-texto-l {
    margin-top: 24px;
  }

  .mass-texto-r {
    text-align: left;
    margin-top: 24px;
  }

  .title-div-l {
    width: 460px;
    margin-left: 0;
  }

  .div_about-title-l {
    flex-direction: column;
    padding-left: 0%;
  }

  .item-quemfaz {
    align-items: flex-start;
  }

  .thumbnail-lightbox, .div-block-57, .hover-div {
    width: 200px;
    height: 200px;
  }

  .item-team {
    flex-direction: column;
    display: flex;
  }

  .lightbox-contact {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .btn-fechar-contato {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    width: 700px;
  }

  .container-menu {
    justify-content: space-around;
    display: flex;
  }

  .menu-toggle-copy {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-toggle-copy:active {
    background-color: var(--deep-dark-sky-blue);
  }

  .menu-toggle-copy:focus {
    background-color: var(--deep-dark-sky-blue);
    border-radius: 50%;
  }

  .menu-toggle-copy.w--open {
    background-color: var(--deep-dark-sky-blue);
  }

  .itens-jeitto-inst {
    background-color: #0000;
    background-image: linear-gradient(138deg, var(--deep-sky-blue), var(--deep-dark-sky-blue));
    justify-content: space-between;
    width: 35vw;
    padding-top: 96px;
    padding-left: 30px;
    padding-right: 11vw;
    position: fixed;
  }

  .nav-inst-item {
    justify-content: flex-end;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
    display: flex;
  }

  .icon-copy {
    filter: saturate(0%) brightness(200%);
    color: var(--new_orange);
    width: 36px;
    height: 34px;
    font-size: 38px;
    line-height: 38px;
    position: relative;
  }

  .icon-copy:hover {
    color: var(--deep-sky-blue);
  }

  .icon-copy.menu {
    filter: none;
  }

  .landing-div {
    align-self: center;
    width: 687.5px;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .landing-container {
    align-items: stretch;
  }

  .landing-infos {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
  }

  .landing-form {
    flex-direction: row;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
  }

  .sub-jeitto-landing {
    margin-right: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .form-landing {
    margin-top: 20px;
    margin-left: 0;
  }

  .text-infos-landing, .topic-infos-landing {
    width: 396px;
    font-size: 14px;
    line-height: 14px;
  }

  .landing-brand {
    justify-content: center;
    align-items: center;
  }

  .nav-item-inst-selected {
    color: var(--white);
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .landing-div-copy {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 687.5px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .submit-button-copy {
    height: 50px;
  }

  .text-field-c {
    margin-right: 10px;
    padding-left: 20px;
    font-size: 20px;
  }

  .story-block-r {
    flex-direction: row;
    height: 240px;
  }

  .div-block-62 {
    align-items: flex-end;
    margin-left: 10%;
    margin-right: 45%;
  }

  .mass-texto-r-copy {
    text-align: right;
    width: 104%;
    margin-top: 24px;
  }

  .title-div-r-copy {
    align-items: flex-end;
    width: auto;
  }

  .itens-jeitto-0 {
    background-color: #0000;
    background-image: linear-gradient(138deg, var(--new_orange), var(--orange-red));
    justify-content: space-between;
    width: 35vw;
    margin-top: 90px;
    padding-top: 0;
    position: fixed;
  }

  .icon-menu {
    width: 36px;
    height: 36px;
    font-size: 38px;
    line-height: 38px;
    position: relative;
  }

  .menu-toggle-main {
    color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-toggle-main:focus {
    border-radius: 50%;
  }

  .menu-toggle-main.w--open, .menu-toggle-main.w--open:hover, .menu-toggle-main.w--open:active, .menu-toggle-main.w--open:focus {
    background-color: var(--new_orange);
  }

  .email-h2 {
    font-size: 42px;
  }

  .link-barnd-email {
    width: 40%;
  }

  .form-send-jeitto {
    margin-top: 20px;
  }

  .text-field-customer {
    padding-left: 20px;
    font-size: 20px;
  }

  .submit-send-cs-jeitto {
    height: 50px;
  }

  .txt_cx_obs, .txt_title_cx {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .txt-paragrafo-old {
    width: 435px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .error_cx_txt {
    font-size: 20px;
  }

  .success_txt_cx {
    font-size: 18px;
    line-height: 24px;
  }

  .txt_title_cx-copy {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .btn-insta {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-jeitto {
    background-position: 30%, 0 0;
    width: 90%;
    margin-top: 90px;
  }

  .banner-jeitto-div {
    background-image: none;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    height: 236px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .title-jeitto-6 {
    font-size: 23px;
    line-height: 27px;
  }

  .app-itens-2 {
    margin-left: 0;
  }

  .div-contas {
    width: 90%;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-box-contas {
    width: 30%;
    margin-top: 0;
  }

  .subtitle-jeitto {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-jeitto-5 {
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .header-jeitto-2 {
    background-image: linear-gradient(to right, #000000b3, #0000), url('../images/bg-quemsomos.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    align-items: flex-start;
    height: 500px;
  }

  .navbar {
    height: 90px;
  }

  .menu-jeitto-2 {
    flex: 0 auto;
    width: 700px;
  }

  .nav-inst-item-2 {
    justify-content: flex-end;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .nav-item-2 {
    color: var(--white);
    text-align: right;
  }

  .nav-quemsomos {
    display: none;
  }

  .menu-item {
    justify-content: flex-end;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
    display: flex;
  }

  .s-sobre-numeros {
    height: auto;
    padding-top: 72px;
    padding-bottom: 60px;
  }

  .img-tecnologia {
    width: 30%;
  }

  .box-texts-manifesto {
    margin-left: 0;
  }

  .div-manifesto {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .numeros-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: block;
  }

  .historia-jeitto {
    height: 400px;
  }

  .div-historia, .item-historia-1 {
    width: 700px;
  }

  .title-jeitto-5 {
    width: 90%;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px;
  }

  .img-manifesto {
    max-width: 280px;
  }

  .title-jeitto-3-branco {
    width: 90%;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .text-jeitto-2-branco {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .depoimentos-jeitto {
    height: 440px;
  }

  .right-arrow {
    inset: auto 0% 10% 11%;
  }

  .left-arrow {
    inset: auto 10% 10% 0%;
  }

  .slide-depoimento {
    align-items: flex-start;
    width: 700px;
  }

  .div-txts-depos {
    margin-left: 30px;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .img-depo {
    width: 40%;
    height: auto;
    padding-top: 79px;
  }

  .div-block-68 {
    margin-top: -3px;
  }

  .time-jeitto {
    background-position: 100%;
    background-size: contain;
    width: 100%;
    height: 350px;
  }

  .div-time {
    width: 700px;
    padding-top: 180px;
    padding-right: 316px;
  }

  .title-jeitto-4-branco {
    width: auto;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .vagas-jeitto {
    height: 440px;
  }

  .div-vagas, .slide-midia {
    width: 700px;
  }

  .left-arrow-2 {
    right: 10%;
  }

  .right-arrow-2 {
    left: 10%;
  }

  .title-jeitto-5-branco {
    width: 90%;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px;
  }

  .title-jeitto-branco-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 34px;
    line-height: 40px;
  }

  .text-jeitto-3-branco {
    width: 621px;
    margin-top: 20px;
    padding-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .div-novidades {
    width: 700px;
  }

  .title-jeitto-3-branco-copy {
    width: 90%;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .form-novidades {
    width: 60%;
  }

  .aviso-jeitto {
    height: 100px;
  }

  .text-block-32 {
    width: 700px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-footer {
    margin-left: 25px;
    font-size: 18px;
    line-height: 20px;
  }

  .btn-googleplay {
    width: 30%;
    height: 50px;
  }

  .formulario-novidades {
    width: 45%;
  }

  .sub-jeitto-1-branco {
    width: 55%;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-timeline {
    font-size: 22px;
    line-height: 28px;
  }

  .img-timeline {
    margin-top: 40px;
  }

  .left-arrow-3 {
    right: 8%;
  }

  .right-arrow-3 {
    left: 8%;
  }

  .numeros-item-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 322px;
    margin-right: 0;
    padding-bottom: 30px;
    display: block;
  }

  .div-tecnologia {
    align-items: center;
    width: 700px;
  }

  .div-tecnologia-box {
    margin-left: 32px;
  }

  .bold-text-35 {
    font-size: 28px;
  }

  .div-vagas-box {
    margin-left: 30px;
  }

  .title-timeline {
    font-size: 22px;
    line-height: 28px;
  }

  .title-jeitto-mobile {
    width: 70%;
    font-size: 30px;
    line-height: 32px;
  }

  .navbar-blog {
    height: 80px;
  }

  .menu-jeitto-blog {
    flex: 0 auto;
    width: 95%;
    max-width: 720px;
  }

  .itens-jeitto-blog {
    background-color: #0000;
    background-image: linear-gradient(138deg, var(--new_orange), var(--orange-red));
    justify-content: space-between;
    width: auto;
    margin-top: 75px;
    padding-top: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav-inst-item-blog {
    justify-content: flex-end;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 0;
    display: flex;
  }

  .search {
    margin-left: 15px;
  }

  .menu-toggle-blog {
    color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 0;
    display: flex;
  }

  .menu-toggle-blog:focus {
    border-radius: 50%;
  }

  .menu-toggle-blog.w--open {
    background-color: #0000;
  }

  .nav-item-blog {
    color: var(--white);
    text-align: right;
  }

  .header-blog {
    height: 500px;
    position: static;
  }

  .risca {
    background-color: var(--deep-sky-blue);
  }

  .categoria-card {
    color: var(--deep-sky-blue);
  }

  .titulo-card {
    color: var(--grey);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }

  .titulo-ml-1 {
    font-size: 40px;
  }

  .titulo-ml-2 {
    font-size: 30px;
  }

  .titulo-ml-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .card-categoria {
    height: 300px;
  }

  .titulo-card-categoria {
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-75 {
    height: 180px;
  }

  .titulo-conteudo-app {
    width: 40%;
    font-size: 20px;
    line-height: 26px;
  }

  .card-uc-app {
    background-position: 80%, 0 0;
    height: 250px;
    padding-left: 30px;
  }

  .post-blog {
    margin-top: 70px;
  }

  .titulo-publicacao {
    width: 90%;
  }

  .previa-publicacao {
    width: 80%;
  }

  .conteudo-publicacao {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .texto-publicacao-0 {
    width: auto;
  }

  .newsletter-publicacao {
    width: 25%;
  }

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

  .popup-blog {
    width: 70%;
  }

  .fp-conteudos {
    margin-top: 40px;
  }

  .holder-fp {
    margin-top: 60px;
  }

  .div-block-79 {
    height: 160px;
  }

  .header-mei {
    height: 500px;
  }

  .header-holder {
    width: 90%;
  }

  .text-block-46 {
    width: 310px;
  }

  .text-block-47 {
    width: 240px;
  }

  .cadastro-mei-holder {
    width: 90%;
  }

  .text-block-48 {
    font-size: 15px;
    line-height: 18px;
  }

  .text-block-49 {
    font-size: 28px;
    line-height: 32px;
  }

  .form-lp-mei {
    width: 45%;
  }

  .form-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar-mei {
    height: 70px;
  }

  .menu-jeitto-mei {
    flex: 0 auto;
    width: 95%;
    max-width: 720px;
  }

  .menu-toggle-mei {
    color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
    padding: 0;
    display: flex;
  }

  .menu-toggle-mei:focus {
    border-radius: 50%;
  }

  .menu-toggle-mei.w--open {
    background-color: #0000;
  }

  .itens-jeitto-mei {
    background-color: #0000;
    background-image: linear-gradient(138deg, var(--new_orange), var(--orange-red));
    justify-content: space-between;
    width: auto;
    margin-top: 75px;
    padding-top: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav-inst-item-mei {
    justify-content: flex-end;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 0;
    display: flex;
  }

  .nav-item-mei {
    color: var(--white);
    text-align: right;
  }

  .app-mei-holder {
    width: 90%;
  }

  .text-block-52 {
    width: 450px;
  }

  .image-26 {
    width: 230px;
  }

  .chamada-mei-holder {
    width: 90%;
  }

  .txt-fale-old {
    width: 700px;
    font-size: 22px;
    line-height: 24px;
  }

  .div-transferencias {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-29 {
    width: 80%;
  }

  .div-transferencias-mob {
    width: 90%;
    margin-top: 41px;
    margin-bottom: 41px;
  }

  .title-jeitto-header-2-copy {
    width: 70%;
    font-size: 30px;
    line-height: 32px;
  }

  .slider {
    height: 550px;
  }

  .slide-jeitto-1 {
    background-position: 0 0, 65%;
    background-size: auto, cover;
    height: 550px;
  }

  .slide-jeitto-2 {
    height: 550px;
  }

  .jt-header-home {
    background-image: url('../images/img-jeitto-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 150px;
    height: 400px;
  }

  .menu-navbar-suspenso {
    background-color: var(--new_orange);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 20px 20px 40px;
  }

  .div-block-88 {
    width: 90%;
  }

  .jt-btn-2 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-header-box {
    align-items: stretch;
    width: 95%;
    margin-top: 90px;
    padding-top: 0;
  }

  .title-banner-credito {
    font-size: 44px;
  }

  .title-banner-credito.v2 {
    width: auto;
    font-size: 28px;
    line-height: 30px;
  }

  .jt-header-itens-1 {
    width: auto;
    padding-top: 0;
  }

  .jt-subtile-branco-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 23px;
  }

  .jt-form {
    width: 350px;
    padding: 21px 20px;
  }

  .jt-form.aquecimento {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-title-laranja-sml {
    font-size: 22px;
    line-height: 26px;
  }

  .jt-title-laranja-sml.aquecimento {
    font-size: 18px;
    line-height: 24px;
  }

  .jt-txt-form {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .field-input-line {
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    font-size: 14px;
  }

  .jt-btn-form {
    font-size: 14px;
  }

  .jt-section-features {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .jt-div-aprova {
    width: auto;
    max-width: 370px;
    margin-bottom: 0;
  }

  .jt-txt-cinza-1 {
    font-size: 16px;
    line-height: 20px;
  }

  .jt-div-features {
    flex-flow: column;
    width: 90%;
    max-width: 700px;
  }

  .jt-title-laranja-1 {
    margin-top: 40px;
    font-size: 42px;
    line-height: 46px;
  }

  .jt-txt-cinza-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .jt-box-item {
    background-size: 80%;
    width: 220px;
    height: 200px;
  }

  .jt-title-box-1 {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 18px;
  }

  .jt-box-item-2 {
    background-position: 50%;
    background-size: 240px;
    width: 220px;
    height: 200px;
  }

  .jt-title-box-2 {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .jt-box-item-3 {
    background-image: url('../images/img-3-jt.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 220px;
    height: 200px;
  }

  .jt-box-item-4 {
    background-image: url('../images/img-4-jt.jpg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    width: 220px;
    height: 200px;
  }

  .jt-title-box-3 {
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 18px;
  }

  .jt-box-item-5 {
    background-image: url('../images/img-5-jt.jpg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    width: 220px;
    height: 200px;
  }

  .jt-box-item-6 {
    background-size: 40%;
    width: 220px;
    height: 200px;
  }

  .jt-section-app {
    background-position: 50%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-title-branco-2 {
    font-size: 28px;
  }

  .jt-div-app {
    width: 500px;
  }

  .jt-div-gplay {
    margin-left: 0;
  }

  .jt-div-nota {
    width: 120px;
  }

  .jt-img-5stars {
    width: 100px;
  }

  .jt-txt-nota {
    font-size: 65px;
    line-height: 65px;
  }

  .jt-txt-gplay {
    font-size: 12px;
    line-height: 18px;
  }

  .jt-mask {
    width: 280px;
    height: auto;
    margin-left: 60px;
    left: 0;
  }

  .jt-left-arrow {
    left: 4%;
  }

  .jt-right-arrow {
    left: 352px;
    right: 0;
  }

  .jt-slide-1 {
    width: 280px;
    margin-right: 0;
  }

  .jt-slide-2 {
    width: 280px;
  }

  .jt-section-credito {
    background-position: 100% 100%;
    background-size: auto 340px;
  }

  .jt-section-credito._1 {
    background-position: 85%;
    background-size: cover;
  }

  .jt-div-sections {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-title-azul {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-cinza-3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-txt-cinza-3.aprovado {
    width: 50%;
  }

  .jt-txt-link-azul {
    font-size: 16px;
    line-height: 18px;
  }

  .jt-section-transferencia {
    background-position: 74%;
    background-size: cover;
  }

  .jt-title-laranja {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-title-laranja.aprovado {
    width: 60%;
  }

  .jt-txt-link-laranja {
    font-size: 16px;
    line-height: 18px;
  }

  .jt-title-branco {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-branco {
    font-size: 16px;
    line-height: 20px;
  }

  .jt-hashtag-laranja {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-link-branco {
    font-size: 16px;
    line-height: 18px;
  }

  .jt-section-nossojeitto {
    background-image: url('../images/sobre-desktop.png');
    background-position: 66%;
    background-repeat: repeat;
    background-size: cover;
  }

  .jt-hashtag-azul {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-disclaimer {
    font-size: 14px;
    line-height: 18px;
  }

  .navbar-suspenso {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-item-navbar-2 {
    display: block;
  }

  .txt-footer-mobile, .txt-footer-mobile-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-footer-aniversario {
    width: 90%;
  }

  .jt-title-footer {
    font-size: 12px;
    line-height: 16px;
  }

  .jt-footer-link {
    font-size: 10px;
  }

  .jt-link-instagram, .jt-link-facebook {
    width: 26px;
    margin-right: 8px;
  }

  .jt-link-youtube {
    width: 26px;
  }

  .jt-div-paginas {
    margin-left: 15px;
  }

  .jt-div-pagina-item {
    margin-right: 8px;
  }

  .jt-footer-logo {
    justify-content: flex-start;
  }

  .texto-endereco {
    font-size: 10px;
    line-height: 14px;
  }

  .jt-footer-termos {
    font-size: 12px;
    line-height: 18px;
  }

  .s-credito-aumentar {
    padding-bottom: 60px;
  }

  .slider-2 {
    height: 100%;
  }

  .jt-slide-txt {
    width: 300px;
  }

  .img-app {
    height: 380px;
  }

  .jt-div-sliderapp {
    width: 90%;
    max-width: 800px;
  }

  .mask-2 {
    height: auto;
  }

  .left-arrow-4 {
    width: auto;
  }

  .jt-arrow-left {
    width: 30px;
  }

  .right-arrow-4 {
    width: auto;
  }

  .jt-arrow-right {
    width: 30px;
  }

  .div-block-90 {
    width: 90%;
    max-width: 700px;
  }

  .jt-section-creditotransf {
    background-position: 70%;
    background-size: cover;
  }

  .jt-section-tarifas {
    background-image: url('../images/img-jeitto-34.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .jt-div-duvidas {
    justify-content: space-between;
    width: 90%;
  }

  .jt-div-duvidas-col {
    width: 40%;
    margin-right: 30px;
  }

  .jt-div-combo-2-aberto {
    margin-bottom: 20px;
  }

  .jt-section-faleconosco {
    background-position: 50%, 80%;
    background-size: cover, auto;
  }

  .jt-div-contato {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .jt-txt-branco-bold {
    margin-left: 5px;
    font-size: 14px;
  }

  .jt-section-indique {
    background-position: 9%;
    background-size: cover;
  }

  .s-faq-credito {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-title-laranja-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-div-perguntas {
    width: 90%;
    max-width: none;
    padding-top: 60px;
  }

  .accordion-faq {
    margin-top: 30px;
  }

  .faq-title-perguntas-delete {
    font-size: 16px;
    line-height: 20px;
  }

  .faq-txt-perguntas {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-title-branco-3 {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-branco-2 {
    width: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-section-tarifas-cliente {
    background-position: 130% 100%;
    background-size: auto 320px;
  }

  .jt-div-materiais {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-item-download {
    width: 30%;
  }

  .jt-subtitle-laranja-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .jt-div-item-download-2 {
    width: 30%;
  }

  .jt-div-txt-credito {
    width: 360px;
  }

  .jt-div-txt-transf {
    width: 380px;
  }

  .jt-div-txt-blog {
    width: 400px;
  }

  .jt-txt-cinza-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .jt-div-txt-sobre {
    width: 460px;
  }

  .jt-facily-box-1 {
    align-self: center;
    width: 320px;
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .jt-div-txt-limite {
    width: 350px;
    top: -20px;
  }

  .jt-div-txt-fatura {
    width: 350px;
  }

  .jt-div-txt-aprovar {
    width: 370px;
  }

  .jt-div-txts-use {
    width: 350px;
  }

  .jt-div-txts-tarifas {
    width: 400px;
  }

  .jt-div-txts-indique {
    width: 420px;
  }

  .jt-div-txts-tarifas-2 {
    width: 400px;
  }

  .jt-div-txts-comofatura {
    width: 420px;
  }

  .jt-div-txts-contato {
    width: 400px;
  }

  .jt-header-box-home {
    flex-direction: row;
    align-self: center;
    align-items: center;
    width: 95%;
    max-width: 700px;
    padding-top: 0;
  }

  .jt-header-itens-home {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .icon-2 {
    color: var(--white);
    display: block;
  }

  .menu-button {
    background-color: var(--transparent);
    display: none;
  }

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

  .jt-div-gplay-mobile {
    margin-left: 0;
  }

  .jt-div-app-mobile {
    width: 500px;
  }

  .jt-footer-termos-mobile {
    font-size: 12px;
    line-height: 18px;
  }

  .jt-div-section-limite {
    width: 90%;
  }

  .jt-div-section-fatura, .jt-div-section-aprova {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-sliderapp-mobile {
    width: 90%;
    max-width: 800px;
  }

  .right-arrow-5 {
    width: auto;
  }

  .mask-4 {
    height: auto;
  }

  .jt-arrow-right-2 {
    width: 30px;
  }

  .jt-slide-txt-2 {
    width: 300px;
  }

  .slider-4 {
    height: 100%;
  }

  .img-app-2 {
    height: 380px;
  }

  .left-arrow-5 {
    width: auto;
  }

  .jt-div-sliderapp-mobile-2, .jt-div-sliderapp-2 {
    width: 90%;
    max-width: 800px;
  }

  .jt-title-laranja-3 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-arrow-left-2 {
    width: 30px;
  }

  .jt-section-features-transf {
    background-color: var(--white);
  }

  .jt-title-branco-1-2 {
    width: 380px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-header-consultar2 {
    background-position: 71%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-header-itens-consult {
    width: 400px;
  }

  .jt-div-limite {
    flex-direction: column;
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-header-fatura {
    background-position: 71%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-section-funcionamento {
    background-position: 135% 100%;
    background-size: auto 320px;
  }

  .jt-div-txt-fatura-1 {
    width: 380px;
  }

  .jt-header-itens-fatura {
    width: 400px;
  }

  .jt-section-como {
    background-position: 86%;
    background-size: auto 300px;
  }

  .jt-header-creditocliente {
    background-position: 71%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-header-itens-clientes {
    width: 400px;
  }

  .t-header-aprova-ao {
    background-position: 71%;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-32, .image-33, .image-34 {
    height: 20px;
  }

  .jt-header-box-credito {
    width: 95%;
    padding-top: 0;
  }

  .img-app-boleto, .img-app-transfer {
    height: 380px;
  }

  .jt-section-features-cliente {
    background-color: var(--white);
  }

  .jt-title-branco-4 {
    width: 380px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-header-transferencia {
    background-position: 71%;
    margin-top: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-title-laranja-4 {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-header-itens-como {
    width: 400px;
  }

  .jt-div-header {
    width: 450px;
  }

  .jt-header-corp {
    background-position: 50% 30px;
    height: 540px;
    margin-top: 0;
  }

  .jt-navbar-corp {
    background-color: var(--dark-slate-blue-2);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .jt-div-navbar-corp {
    width: 90%;
  }

  .logo-jeitto-branco {
    height: 40px;
  }

  .jt-item-navbar-corp:visited {
    color: var(--deep-sky-blue);
  }

  .jt-div-header-corp {
    width: 90%;
    max-width: 700px;
  }

  .jt-title-branco-6 {
    width: 500px;
    font-size: 34px;
    line-height: 38px;
    display: none;
  }

  .jt-div-slide-corp {
    width: 90%;
    max-width: 700px;
  }

  .jt-slide-corp {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-bottom: 20px;
    display: flex;
  }

  .jt-div-slide-item-corp {
    align-items: flex-start;
    height: auto;
  }

  .div-img-slide-corp {
    width: 300px;
    height: 300px;
  }

  .div-txt-slide-corp {
    width: 400px;
    margin-left: 30px;
  }

  .jt-img-corp-slide {
    width: 250px;
    height: auto;
  }

  .jt-title-slide-branco {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .jt-txt-branco-corp {
    width: auto;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 18px;
  }

  .slide-nav-corp {
    width: 410px;
  }

  .jt-section-ai {
    background-image: url('../images/img-iceberg3.jpg'), url('../images/be_img-iceberg2-min.jpg');
    background-position: 50% 31%, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    padding-top: 0;
  }

  .jt-div-ai {
    width: 90%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .jt-title-corp-branco-1 {
    font-size: 32px;
    line-height: 38px;
  }

  .jt-div-ai-pq {
    align-items: flex-start;
    margin-top: 80px;
  }

  .jt-div-pq-txt {
    width: 330px;
  }

  .jt-div-oportunidades {
    margin-top: 240px;
  }

  .jt-title-corp-branco-2 {
    width: auto;
    font-size: 34px;
    line-height: 40px;
  }

  .jt-div-icons-corp {
    width: 90%;
    max-width: 700px;
    height: 700px;
  }

  .jt-icons-itens {
    width: 28%;
    margin-right: auto;
  }

  .jt-txt-numero-corp {
    font-size: 80px;
    line-height: 80px;
  }

  .jt-txt-numero-corp-2 {
    margin-left: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .jt-icons-itens-2 {
    width: 35%;
  }

  .jt-div-clientes-corp {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
  }

  .jt-box-clientes-txt {
    width: 430px;
  }

  .div-block-92 {
    margin-top: 40px;
  }

  .jt-box-clientes-img {
    top: -180px;
  }

  .jt-box-title-clientes {
    width: auto;
  }

  .jt-div-numeros-corp {
    display: none;
  }

  .jt-div-numeros-item {
    width: 48%;
  }

  .image-38 {
    width: 400px;
    margin-left: 40px;
  }

  .jt-txt-mumeros-2 {
    margin-top: 10px;
  }

  .jt-slide-corp-2 {
    height: auto;
  }

  .jt-img-corp-slide-2 {
    width: 300px;
    height: auto;
  }

  .div-img-slide-corp-2 {
    height: auto;
  }

  .jt-header-item-corp {
    align-self: center;
    width: 400px;
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .div-txt-slide-corp-2 {
    width: 400px;
  }

  .jt-div-credito-corp {
    width: 90%;
    max-width: 700px;
    height: auto;
  }

  .jt-div-box-credito-corp {
    display: none;
  }

  .jt-div-credito-item {
    width: 49%;
    height: 260px;
    padding: 25px 20px;
  }

  .jt-txt-credito-1 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .jt-txt-credito-2 {
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-div-slide-corp-3 {
    width: 90%;
    max-width: 700px;
    padding-top: 0;
  }

  .jt-slide-corp-3 {
    padding: 40px 30px;
  }

  .jt-div-slide-item-corp-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .jt-title-midia {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .jt-title-corp-azul {
    font-size: 32px;
    line-height: 38px;
  }

  .jt-midia-link {
    font-size: 18px;
    line-height: 20px;
  }

  .jt-txt-azul-escuro {
    margin-top: 40px;
    font-size: 16px;
    line-height: 22px;
  }

  .slide-nav-corp-2 {
    top: 21px;
  }

  .jt-div-poder-credito {
    width: 90%;
    max-width: 700px;
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .jt-box-poder-credito {
    display: none;
  }

  .jt-item-poder-credito {
    width: 46%;
  }

  .jt-item-poder-credito-2 {
    width: 50%;
    height: 50%;
    margin-left: 30px;
  }

  .jt-img-pagamento {
    width: auto;
    height: auto;
  }

  .jt-div-features-corp {
    padding-bottom: 60px;
  }

  .jt-div-box-features-corp {
    flex-direction: column;
  }

  .jt-div-features-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-txt-features-1 {
    margin-bottom: 15px;
  }

  .jt-icon-feature {
    justify-content: center;
    width: 70px;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-feature-pedir {
    width: 60px;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .jt-txt-corp-escuro {
    margin-top: -40px;
    font-size: 16px;
    line-height: 22px;
  }

  .jt-div-footer-corp {
    display: block;
  }

  .jt-div-links-corp {
    width: 100%;
    margin-bottom: 20px;
  }

  .jt-link-corp {
    margin-bottom: 15px;
  }

  .div-header-sobre {
    width: 90%;
    max-width: 700px;
    margin-top: 190px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .jt-title-branco-sobre {
    width: 500px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-item-navbar-corp-2:visited {
    color: var(--deep-sky-blue);
  }

  .jt-title-corp-azul-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .jt-title-branco-6-responsivo {
    width: auto;
    font-size: 34px;
    line-height: 38px;
    display: block;
  }

  .jt-div-numeros-corp-responsivo {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  .jt-div-numeros-corp-responsivo-2 {
    justify-content: space-between;
    margin-top: 0;
    display: flex;
  }

  .jt-div-box-credito-corp-responsivo {
    display: flex;
  }

  .jt-div-box-credito-corp-responsivo-2 {
    margin-top: 20px;
    display: flex;
  }

  .jt-box-poder-credito-responsivo {
    display: block;
  }

  .div-block-94 {
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .jt-txt-features {
    width: 480px;
    margin-left: 30px;
  }

  .jt-div-btns-2 {
    background-color: var(--dark-slate-blue);
    padding: 20px;
  }

  .logo-jeitto-branco-2 {
    height: 40px;
  }

  .icon-feature-3, .icon-feature-2 {
    height: auto;
  }

  .jt-list-branco-corp {
    width: auto;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-header-box-email-validado {
    width: 95%;
  }

  .jt-header-email-validado {
    align-items: center;
    height: 400px;
    padding-bottom: 0;
    display: flex;
  }

  .jt-div-combo-27, .jt-div-combo-28, .jt-div-combo-29 {
    width: auto;
  }

  .jt-section-app-corporate {
    background-position: 50%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-div-gplay-corp {
    margin-left: 0;
  }

  .div-block-98 {
    width: 90%;
    max-width: 700px;
    margin-bottom: 0;
  }

  .jt-header-itens-3 {
    display: block;
  }

  .jt-header-itens-4 {
    display: none;
    top: 74px;
  }

  .jt-div-combo-27-2, .jt-div-combo-28-2, .jt-div-combo-29-2 {
    width: auto;
  }

  .jt-section-faturas {
    width: auto;
    max-width: none;
  }

  .cj-fatura-box {
    padding: 40px;
  }

  .cj-fatura-subtitle {
    font-size: 16px;
  }

  .cj-fatura-title {
    font-size: 30px;
    line-height: 30px;
  }

  .cj-fatura-box-infos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
  }

  .cj-fatura-title-valor, .cj-fatura-txt-valor {
    font-size: 20px;
    line-height: 20px;
  }

  .cj-fatura-title-vencimento {
    margin-left: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .cj-fatura-txt-vencimento {
    font-size: 20px;
    line-height: 20px;
  }

  .cj-fatura-icon-vencimento {
    margin-left: 0;
  }

  .cj-fatura-box-codigo {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cj-fatura-txt-codigo {
    font-size: 20px;
    line-height: 28px;
  }

  .cj-fatura-btn-ver, .cj-fatura-btn-codigo {
    width: 100%;
  }

  .ej-fatura-box {
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
  }

  .ej-fatura-subtitle {
    font-size: 16px;
  }

  .ej-fatura-title {
    font-size: 30px;
    line-height: 30px;
  }

  .ej-fatura-box-codigo {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ej-fatura-txt-codigo {
    font-size: 20px;
    line-height: 28px;
  }

  .ej-fatura-btn-ver, .ej-fatura-btn-codigo {
    width: 100%;
  }

  .cj-atraso-box {
    width: 90%;
    max-width: 700px;
    height: auto;
    margin-left: auto;
    padding: 40px;
  }

  .cj-atraso-title {
    font-size: 30px;
    line-height: 34px;
  }

  .cj-atraso-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .ej-atraso-box {
    width: 90%;
    max-width: 700px;
    height: auto;
    margin-left: auto;
    padding: 40px;
    display: none;
  }

  .ej-atraso-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .ej-atraso-title {
    font-size: 30px;
    line-height: 30px;
  }

  .ej-atraso-email {
    font-size: 18px;
  }

  .cj-negociacao-box {
    width: 90%;
    max-width: 700px;
    height: auto;
    margin-left: auto;
    padding: 40px;
    display: none;
  }

  .cj-fatura-box-vencimento {
    margin-left: 0;
  }

  .ej-fatura-title-valor, .ej-fatura-txt-valor {
    font-size: 20px;
    line-height: 20px;
  }

  .ej-fatura-box-vencimento, .ej-fatura-icon-vencimento {
    margin-left: 0;
  }

  .ej-fatura-title-vencimento {
    margin-left: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .ej-fatura-txt-vencimento {
    font-size: 20px;
    line-height: 20px;
  }

  .cj-negociacao-title {
    font-size: 30px;
    line-height: 34px;
  }

  .cj-negociacao-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .cj-negociacao-email {
    font-size: 18px;
  }

  .ej-negociacao-box {
    width: 90%;
    max-width: none;
    height: auto;
    margin-left: auto;
    padding: 40px;
    display: none;
  }

  .ej-negociacao-title {
    font-size: 30px;
    line-height: 34px;
  }

  .ej-negociacao-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .ej-negociacao-email {
    font-size: 18px;
  }

  .cj-processando-box {
    width: 90%;
    max-width: 700px;
    height: auto;
    margin-left: auto;
    padding: 40px;
    display: none;
  }

  .cj-processando-title {
    font-size: 30px;
    line-height: 34px;
  }

  .cj-processando-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .ej-processando-box {
    width: 90%;
    max-width: 700px;
    height: auto;
    margin-left: auto;
    padding: 40px;
    display: none;
  }

  .ej-processando-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .cj-paga-box {
    width: 90%;
    max-width: 700px;
    height: auto;
    margin-left: auto;
    padding: 40px;
    display: none;
  }

  .cj-paga-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .ej-processando-title, .cj-paga-title {
    font-size: 30px;
    line-height: 34px;
  }

  .ej-paga-box {
    width: 90%;
    max-width: 700px;
    height: auto;
    margin-left: auto;
    padding: 40px;
    display: none;
  }

  .ej-paga-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .ej-paga-title {
    font-size: 30px;
    line-height: 34px;
  }

  .erro-cpf-box {
    width: 90%;
    max-width: 700px;
    padding: 40px;
    display: none;
  }

  .erro-cpf-title {
    font-size: 30px;
    line-height: 34px;
  }

  .erro-cpf-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .jt-header-pague {
    background-position: 0 0, 50%, 50%;
    align-items: center;
    height: 400px;
    padding-bottom: 0;
    display: flex;
  }

  .jt-header-item-pague {
    align-self: center;
    width: 320px;
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .jt-title-pague {
    width: 380px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-header-box-pague {
    width: 95%;
  }

  .jt-title-laranja-sml-pague {
    font-size: 22px;
    line-height: 26px;
  }

  .jt-section-vantagens {
    flex-direction: column;
    justify-content: flex-end;
    height: 448px;
    padding-top: 30px;
    display: flex;
  }

  .jt-holder-vantagens {
    width: 90%;
  }

  .img-gif-pague {
    height: 360px;
  }

  .jt-txt-vantagens {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .itens-vantagem {
    margin-bottom: 10px;
  }

  .jt-perguntas-combo-5 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .jt-perguntas-combo-5-aberto {
    padding: 20px;
  }

  .jt-perguntas-combo-6 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .jt-perguntas-combo-6-aberto {
    padding: 20px;
  }

  .jt-header-itens-2-pague {
    top: 140px;
  }

  .jt-holder-vantagens-mobile {
    width: 90%;
  }

  .jt-subtile-pague {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-header-download {
    background-size: 612px;
    align-items: center;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .jt-header-box-download-1 {
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .jt-header-box-1 {
    width: auto;
  }

  .jt-title-download {
    font-size: 28px;
    line-height: 36px;
  }

  .jt-header-box-2 {
    width: auto;
  }

  .jt-header-fluxo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    max-width: none;
    top: 72px;
  }

  .jt-fluxo-item {
    margin-bottom: 10px;
    position: static;
    top: 0;
  }

  .jt-item-txt-numero {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .jt-txt-numero-item, .jt-txt-numero-item-2 {
    width: auto;
  }

  .jt-section-features-download {
    display: none;
  }

  .jt-div-features-download {
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
  }

  .jt-txt-feature-1 {
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .jt-box-txt-feature {
    width: auto;
  }

  .jt-title-feature {
    font-size: 20px;
  }

  .jt-txt-feature-2, .jt-txt-feature-3, .jt-txt-feature-spc-4 {
    width: auto;
  }

  .jt-title-laranja-download {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-section-features-download-mobile {
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .jt-div-download {
    width: 90%;
    max-width: 800px;
  }

  .jt-slide-download {
    width: 360px;
    margin-left: 40px;
  }

  .img-app-conta {
    height: auto;
  }

  .slider-download {
    height: 263px;
    top: -6px;
  }

  .jt-txt-feature-mobile {
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .img-app-transferencia, .img-app-recarga {
    height: auto;
  }

  .jt-navbar-download {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .jt-item-navbar-mobile {
    display: block;
  }

  .jt-item-navbar-mobile:visited {
    color: var(--deep-sky-blue);
  }

  .jt-item-navbar-download {
    display: none;
  }

  .jt-item-navbar-download:visited {
    color: var(--deep-sky-blue);
  }

  .jt-header-ej {
    background-position: 114%;
    margin-top: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-subtile-ej {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-header-box-ej {
    align-items: stretch;
    width: 90%;
    margin-top: 90px;
    padding-top: 0;
  }

  .jt-div-txts-jornada {
    width: 100%;
  }

  .jt-div-1 {
    width: 400px;
  }

  .jt-section-antecipe1 {
    background-image: url('../images/img1.jpg');
    background-position: 48%;
    background-size: cover;
  }

  .jt-div-banner-ej {
    width: 90%;
    max-width: none;
    padding: 30px;
  }

  .jt-txt-banner-ej {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .jt-form-ej {
    width: auto;
    padding: 0;
  }

  .field-cell-ej, .field-cpf-ej {
    width: 180px;
  }

  .jt-div-txts-antecipe {
    width: 305px;
  }

  .jt-header-itens-ej {
    width: 400px;
    padding-top: 0;
  }

  .jt-div-oportunidade {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dropdown-credito {
    display: none;
  }

  .jt-item-navbar-3 {
    color: var(--white);
    display: block;
  }

  .jt-item-navbar-3:hover, .jt-item-navbar-3:focus, .jt-item-navbar-3:visited {
    color: var(--white);
  }

  .jt-item-navbar-3.none {
    display: none;
  }

  .div-block-100 {
    align-items: center;
    display: flex;
  }

  .jt-selo-exclusivo-2 {
    display: none;
  }

  .jt-selo-exclusivo-1 {
    background-color: var(--transparent);
    text-transform: none;
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    display: block;
  }

  .youtube-3 {
    width: 300px;
    height: 357px;
  }

  .jt-div-jornada {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-form-credito {
    width: 350px;
    padding: 21px 20px;
  }

  .jt-item-navbar-drop {
    display: block;
  }

  .jt-item-navbar-drop:visited {
    color: var(--deep-sky-blue);
  }

  .txt-popup-overlay {
    width: 490px;
  }

  .jt-navbar-cliente {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .jt-holder-navbar-cliente {
    width: 90%;
  }

  .jt-jeitto-brand {
    height: 40px;
  }

  .jt-section-cliente-cj {
    display: block;
  }

  .jt-btn-menu-title {
    margin-bottom: 20px;
  }

  .cj-holder-boleto {
    width: 100%;
  }

  .cj-boleto-btn-ver, .cj-boleto-btn-copiar {
    width: 45%;
  }

  .ej-holder-boleto {
    width: 100%;
  }

  .cj-title-processando {
    justify-content: flex-start;
  }

  .ej-boleto-btn-ver, .ej-boleto-btn-copiar {
    width: 45%;
  }

  .cj-holder-processando, .ej-holder-processando {
    width: 100%;
  }

  .jt-box-ac-login-1 {
    background-image: none;
    background-size: auto;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  .jt-holder-ac-login {
    background-image: url('../images/jt-areacliente.jpg');
    background-position: 20%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    align-items: stretch;
  }

  .jt-box-ac-login-2 {
    background-color: #fff;
    border-radius: 20px;
    width: auto;
    height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
  }

  .cj-holder-pago, .ej-holder-pago {
    width: 100%;
  }

  .cj-title-pago {
    justify-content: flex-start;
  }

  .jt-section-acordo-unico {
    flex-direction: column;
  }

  .jt-holder-valores-acordo {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .jt-holder-acordo-boleto {
    width: 100%;
    margin-top: 30px;
  }

  .cj-holder-valores-acordo-2 {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .jt-holder-valores-acordo-2 {
    width: 100%;
  }

  .cj-holder-parcelas-acordo-2 {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .cj-holder-acordo-boleto-1 {
    margin-top: 30px;
  }

  .jt-holder-acordo-boleto-3 {
    width: 100%;
  }

  .jt-section-acordo-2-parcelas, .cj-section-acordo-3-parcelas {
    flex-direction: column;
    display: flex;
  }

  .jt-section-cliente-cj-ej, .jt-section-cliente-acordo {
    display: block;
  }

  .jt-btn-menu-title-2, .jt-btn-menu-title-1 {
    margin-bottom: 20px;
  }

  .jt-holder-valores-acordo-3, .jt-holder-acordo-boleto-2 {
    width: 100%;
  }

  .menu-btn-cliente {
    color: var(--white);
    background-color: #0000;
  }

  .menu-btn-cliente.w--open {
    background-color: #0000;
  }

  .icon-cliente {
    color: var(--white);
  }

  .jt-div-ac-item {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .jt-btn-form-verificar {
    width: 200px;
  }

  .jt-popup-enviado {
    display: none;
  }

  .jt-left-arrow-div, .jt-right-arrow-div {
    width: auto;
  }

  .jt-section-aumentar-email {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ej-holder-atraso {
    width: 100%;
  }

  .jt-header-pague-nova {
    background-image: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 360px;
    margin-top: 30px;
    margin-bottom: 240px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .jt-subtile-pague-nova {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-holder-steps-pague {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 25px;
    display: none;
    top: 30px;
  }

  .jt-navbar-pague {
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
  }

  .jt-header-item-pague-nova {
    align-self: center;
    width: 50%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 20px;
    display: block;
  }

  .jt-header-box-nova {
    align-items: flex-end;
    width: 90%;
    max-width: none;
    margin-top: 0;
  }

  .jt-txt-step {
    margin-left: 15px;
    font-size: 14px;
  }

  .jt-steps-box {
    flex-wrap: wrap;
    display: flex;
  }

  .jt-item-steps-pague {
    width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .jt-title-pague-nova {
    width: auto;
    font-size: 26px;
    line-height: 32px;
  }

  .jt-holder-steps-pague-responsivo {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px;
    display: block;
    top: -60px;
  }

  .div-block-106 {
    width: 50%;
  }

  .jt-btn-branco {
    margin-top: 30px;
  }

  .holder-btn-menu-mobile {
    display: none;
  }

  .jt-navbar-blog-2 {
    background-color: var(--deep-sky-blue);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .jt-holder-navbar-blog {
    background-color: var(--deep-sky-blue);
    width: 90%;
  }

  .jt-item-navbar-blog {
    display: block;
  }

  .jt-item-navbar-blog:visited {
    color: #ffffff80;
  }

  .menu-button-blog {
    background-color: #0000;
  }

  .menu-button-blog.w--open {
    background-color: var(--deep-sky-blue);
  }

  .icon-6 {
    color: var(--white);
  }

  .jt-div-btns-blog-2 {
    background-color: var(--deep-sky-blue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 20px 20px 40px;
  }

  .jt-div-btns-blog-2.w--open {
    background-color: var(--deep-sky-blue);
  }

  .jt-header-seguran-a {
    align-items: center;
    height: 400px;
    margin-top: 50px;
    padding-bottom: 0;
    display: flex;
  }

  .jt-header-box-seguranca {
    width: 95%;
    padding-top: 0;
  }

  .jt-section-seguro {
    background-position: 140% 100%;
    background-size: 60%;
  }

  .jt-box-seguro {
    width: 90%;
    max-width: none;
    padding-bottom: 83px;
  }

  .jt-btn-dicas-1 {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-63 {
    font-size: 18px;
  }

  .jt-section-dicas {
    padding-top: 9px;
  }

  .jt-box-dicas {
    width: auto;
    max-width: none;
  }

  .jt-item-dicas-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    font-size: 68px;
  }

  .text-block-64 {
    margin-left: 20px;
  }

  .jt-item-dicas-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jt-section-certificacao {
    background-position: 76%;
  }

  .jt-box-certificacao, .jt-box-golpes {
    width: 90%;
    max-width: none;
  }

  .jt-txt-golpes-1 {
    font-size: 16px;
  }

  .jt-item-golpes-1 {
    height: 300px;
    padding-top: 50px;
    padding-left: 50px;
    top: -260px;
  }

  .jt-title-branco-seguranca {
    font-size: 24px;
  }

  .jt-txt-branco-seguran-a {
    width: 70%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .jt-box-canais {
    width: 95%;
    max-width: none;
  }

  .text-block-67 {
    font-size: 14px;
  }

  .jt-txt-contato-duvida {
    font-size: 14px;
    line-height: 18px;
  }

  .s-seguranca-digital-politicas {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .jt-holder-title-golpes {
    width: 80%;
  }

  .jt-item-golpes-2, .jt-item-golpes-3, .jt-item-golpes-4, .jt-item-golpes-5 {
    height: 300px;
    padding-top: 50px;
    padding-left: 50px;
    display: none;
    top: -260px;
  }

  .jt-link-golpes-2, .jt-link-golpes-3, .jt-link-golpes-4, .jt-link-golpes-5, .jt-link-golpes-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .jt-txt-golpes-2, .jt-txt-golpes-3, .jt-txt-golpes-4, .jt-txt-golpes-5 {
    font-size: 16px;
  }

  .jt-title-laranja-6 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-title-laranja-2-seguranca {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-holder-dicas {
    width: 90%;
    max-width: none;
    padding-bottom: 0;
    top: -90px;
  }

  .banner-blog-interna {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .side-blog {
    max-width: 220px;
  }

  .texto-publicacao-1 {
    width: auto;
  }

  .texto-publicacao-old {
    width: 65%;
  }

  .texto-publicacao-3, .texto-publicacao-4, .texto-publicacao-5, .texto-publicacao-6, .texto-publicacao-2 {
    width: auto;
  }

  .div-block-133 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-holder-pedir {
    flex-direction: row;
    width: 90%;
  }

  .jt-pedir-title-1-branco {
    font-size: 34px;
    line-height: 38px;
  }

  .jt-form-pedir {
    width: 350px;
    padding: 21px 20px;
  }

  .jt-pedir-txt-sml {
    font-size: 16px;
    line-height: 20px;
  }

  .jt-credito-pedir {
    height: auto;
  }

  .jt-holder-crescer-pedir {
    width: 90%;
    max-width: none;
    height: 520px;
  }

  .jt-pedir-title-1-laranja {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-googleplay-pedir, .main {
    height: 520px;
  }

  .box {
    width: 88%;
  }

  .blur {
    width: 120%;
  }

  .div-block-142 {
    width: 90%;
    max-width: none;
  }

  .div-block-143 {
    width: 80%;
  }

  .jt-pedir-title-3-branco {
    font-size: 30px;
    line-height: 34px;
  }

  .jt-pedir-txt-sml-branco {
    font-size: 16px;
    line-height: 20px;
  }

  .jt-div-gplay-pedir {
    margin-left: 0;
  }

  .jt-div-nota-pedir {
    width: 120px;
  }

  .jt-holder-features {
    width: 90%;
    max-width: none;
    height: 520px;
  }

  .jt-pedir-title-2-branco {
    font-size: 38px;
    line-height: 42px;
  }

  .txt-feature-pedir {
    font-size: 18px;
    line-height: 22px;
  }

  .jt-holder-transferencia-pedir {
    width: 90%;
    max-width: none;
    height: 520px;
  }

  .div-block-145 {
    width: 60%;
  }

  .jt-crescer-pedir {
    background-image: url('../images/bg-cresce.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
  }

  .div-block-138-copy {
    width: 50%;
  }

  .jt-holder-midia-pedir {
    width: 90%;
    max-width: none;
    height: 520px;
  }

  .jt-pedir-title-2-laranja {
    font-size: 38px;
    line-height: 42px;
  }

  .jt-box-midia-pedir {
    margin-top: 40px;
  }

  .jt-item-midia-pedir {
    width: 32%;
    height: 160px;
  }

  .jt-midia-txt-pedir {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-146 {
    width: 90%;
    max-width: none;
    height: auto;
  }

  .jt-footer-logo-pedir {
    justify-content: flex-start;
  }

  .jt-footer-termos-pedir {
    font-size: 12px;
    line-height: 18px;
  }

  .jt-holder-credito-pedir {
    width: 90%;
    max-width: none;
    height: 520px;
  }

  .jt-div-gplay-pedir-mobile {
    margin-left: 0;
  }

  .jt-right-arrow-pedir {
    left: 352px;
    right: 0;
  }

  .jt-left-arrow-pedir {
    left: 4%;
  }

  .jt-mask-pedir {
    width: 280px;
    height: auto;
    margin-left: 60px;
    left: 0;
  }

  .navbar-2 {
    background-color: #f26d04;
  }

  .jt-pedir-title-laranja-sml-pedir {
    font-size: 22px;
    line-height: 26px;
  }

  .jt-txt-nota-pedir {
    font-size: 65px;
    line-height: 65px;
  }

  .jt-div-nota-copy {
    width: 120px;
  }

  .jt-txt-gplay-pedir {
    font-size: 12px;
    line-height: 18px;
  }

  .jt-img-5stars-pedir {
    width: 100px;
  }

  .jt-pedir-txt-sml-2-pedir {
    font-size: 16px;
    line-height: 20px;
  }

  .jt-qf-header {
    background-position: 67%;
  }

  .jt-holder-quemfaz {
    flex-direction: row;
    width: 90%;
  }

  .jt-qf-title-1-branco, .jt-quemfaz-title-1-azul {
    font-size: 50px;
    line-height: 50px;
  }

  .jt-img-o-quemfaz {
    margin-right: 20px;
  }

  .jt-qf-title-2 {
    font-size: 24px;
    line-height: 26px;
  }

  .jt-qf-section-1-holder {
    width: 90%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .jt-qf-title-3-branco {
    font-size: 26px;
    line-height: 26px;
  }

  .jt-arrow-right-qf {
    left: 6%;
  }

  .jt-qf-section-2-holder {
    height: 600px;
  }

  .jt-qf-section-2-box-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .jt-qf-title-2-branco {
    font-size: 40px;
    line-height: 40px;
  }

  .jt-qf-title-3-azul {
    font-size: 26px;
    line-height: 26px;
  }

  .jt-qf-title-4-branco {
    font-size: 40px;
    line-height: 40px;
  }

  .text-span-77 {
    line-height: 40px;
  }

  .jt-qf-title-2-azul {
    font-size: 40px;
    line-height: 40px;
  }

  .jt-qf-footer-holder {
    width: 90%;
    max-width: none;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-footer-qf {
    padding-top: 0;
  }

  .jt-link-linkedin {
    width: 26px;
  }

  .jt-btn-branco-qf {
    margin-left: 0;
  }

  .jt-qf-title-4-branco-2, .jt-qf-title-4-branco-mobile, .jt-qf-title-4-branco-web {
    font-size: 40px;
    line-height: 40px;
  }

  .jt-navbar-qf-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .jt-item-navbar-quem-faz {
    display: block;
  }

  .jt-item-navbar-quem-faz:visited {
    color: var(--deep-sky-blue);
  }

  .logo-jeitto-qf {
    width: 60px;
  }

  .jt-navbar-qf-1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .jt-item-navbar-quem-faz-2 {
    display: block;
  }

  .jt-item-navbar-quem-faz-2:visited {
    color: var(--deep-sky-blue);
  }

  .jt-div-btns-qf {
    background-color: var(--dark-slate-blue-2);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 20px 20px 40px;
  }

  .menu-button-qm-1 {
    background-color: #07b7e600;
  }

  .menu-button-qm-1.w--open {
    background-color: #0000;
  }

  .icon-2-qf {
    color: var(--deep-sky-blue);
  }

  .o-header {
    height: 40px;
  }

  .o-cultura {
    height: 35px;
  }

  .o-beneficios {
    height: 22px;
  }

  .icon-2-copy {
    color: var(--deep-sky-blue);
  }

  .div-block-171 {
    width: 90%;
    max-width: 700px;
  }

  .jt-facily-header {
    align-items: center;
    height: 400px;
    margin-top: 50px;
    padding-bottom: 0;
    display: flex;
  }

  .jt-facily-holder {
    width: 90%;
    max-width: 700px;
    padding-top: 0;
  }

  .jt-form-facily {
    width: auto;
    padding: 21px 20px;
  }

  .jt-facily-title-1 {
    width: 380px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-title-laranja-sml-facily-copy {
    padding-right: 141px;
    font-size: 22px;
    line-height: 26px;
  }

  .box-texts-banner-credito {
    align-self: center;
    max-width: 360px;
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .jt-credito-box-2 {
    top: 140px;
  }

  .jt-facily-s1 {
    background-position: 100%;
    background-size: auto 70%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-facily-holder-s1 {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .jt-facily-box-s1-1 {
    width: 400px;
  }

  .jt-facily-title-1-laranja {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-facily-cinza-1 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-facily-s2 {
    display: none;
  }

  .box-content-2 {
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .jt-facily-txt-cf {
    font-size: 12px;
    line-height: 18px;
  }

  .jt-facily-cf-txt {
    margin-left: -3px;
  }

  .jt-facily-title-1-branco {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-173 {
    width: 90%;
    max-width: 700px;
  }

  .section-comentarios, .main-3 {
    height: 520px;
  }

  .box-3 {
    width: 80%;
  }

  .blur-3 {
    width: 120%;
  }

  .divisor {
    margin-left: 4px;
    margin-right: 4px;
  }

  .box-content-2-mobile {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .jt-facily-gp-title {
    width: 80%;
  }

  .jt-facily-holder-form {
    width: 90%;
    max-width: 700px;
  }

  .jt-facily-subtile-branco-1 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-form-integrapay {
    width: 90%;
    padding: 21px 20px;
  }

  .jt-title-laranja-sml-integrapay {
    margin-bottom: 8px;
    padding-right: 141px;
    font-size: 18px;
    line-height: 24px;
  }

  .section-4 {
    margin-top: -75px;
    margin-bottom: 0;
  }

  .jt-header-integrapay {
    background-image: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 360px;
    margin-top: 30px;
    margin-bottom: 240px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .jt-navbar-integrapay {
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
  }

  .jt-header-box-integrapay {
    align-items: flex-end;
    width: 90%;
    max-width: none;
    margin-top: 0;
  }

  .jt-header-item-integrapay {
    align-self: center;
    width: 50%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    display: block;
  }

  .jt-title-integrapay {
    width: auto;
    font-size: 26px;
    line-height: 32px;
  }

  .jt-subtile-integrapay {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-holder-steps-integrapay {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 25px;
    display: none;
    top: 30px;
  }

  .jt-holder-steps-integrapay-mobile {
    box-shadow: none;
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px;
    display: block;
    top: -60px;
  }

  .jt-txt-step-2 {
    margin-left: 15px;
    font-size: 14px;
  }

  .jt-spc-box-1 {
    align-self: center;
    width: 320px;
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .jt-spc-title-1 {
    width: 380px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-spc-subtile-branco-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-spc-holder {
    width: 90%;
    max-width: 700px;
    padding-top: 0;
  }

  .jt-title-laranja-sml-spc {
    max-width: 530px;
    padding-right: 141px;
    font-size: 22px;
    line-height: 26px;
  }

  .jt-spc-txt-cf-1, .jt-spc-txt-cf-2, .jt-spc-txt-cf-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-spc-cf-txt-1, .jt-spc-cf-txt-2, .jt-spc-cf-txt-3 {
    width: auto;
    margin-left: -3px;
  }

  .main-spc {
    height: 90vh;
  }

  .jt-spc-s2-holder {
    width: 90%;
    max-width: 700px;
  }

  .jt-spc-s1 {
    display: none;
  }

  .jt-spc-holder-form {
    width: 90%;
    max-width: 700px;
  }

  .box-content-spc {
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .jt-spc-title-1-branco-mobile {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-spc-txt-cf-mobile, .jt-spc-txt-cf-mobile-2, .jt-spc-txt-cf-mobile-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-section-features-download-mobile-spc {
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .jt-title-feature-spc-mobile {
    font-size: 20px;
  }

  .jt-spc-header-mobile {
    align-items: center;
    height: 400px;
    margin-top: 50px;
    padding-bottom: 0;
    display: flex;
  }

  .box-facily {
    width: 100%;
  }

  .main-facily {
    height: 90vh;
  }

  .main-3-copy {
    height: 520px;
  }

  .navbar-pague-lgpd {
    z-index: 99999;
  }

  .jt-navbar-facily, .jt-navbar-spc {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .jt-facily-cf-txt-1 {
    width: auto;
    margin-left: -3px;
  }

  .jt-facily-txt-cf-1 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-ej-holder-form {
    width: 90%;
    max-width: 700px;
  }

  .text-field-ej, .text-field-facily-copy {
    margin-right: 20px;
  }

  .jt-form-facily-copy-copy {
    width: auto;
    padding: 21px 20px;
  }

  .jt-title-laranja-sml-ej {
    padding-right: 141px;
    font-size: 19px;
    line-height: 26px;
  }

  .div-block-179 {
    background-position: 50% 61%;
    width: auto;
  }

  .div-block-179.v2 {
    width: 42%;
  }

  .jt-form-facily-2 {
    width: auto;
    padding: 21px 20px;
  }

  .jt-acordop-s-txt-box-tablet {
    max-width: 400px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-172-mobile-ls {
    display: none;
  }

  .jt-acordop-s-cf-txt-mobile-ls {
    width: auto;
    margin-left: -3px;
  }

  .jt-acordop-s-header-mobile {
    align-items: center;
    height: 100vh;
    margin-top: 50px;
    padding-bottom: 0;
    display: flex;
  }

  .jt-acordop-s-box-mobile {
    flex-direction: column;
    align-self: center;
    width: 320px;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    display: block;
    position: static;
    left: 0;
  }

  .jt-acordop-s-title-mobile {
    width: 380px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-acordop-s-subtile-branco-mobile {
    width: 438px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .box-content-acordop-s-mobile {
    margin-left: 20px;
    margin-right: 20px;
  }

  .jt-acordop-s-txt-box-mobile {
    font-size: 14px;
    line-height: 18px;
  }

  .box-content-2-mobile-acordop-s {
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .div-block-180 {
    align-items: flex-start;
    width: 90%;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .jt-blog-holder-form {
    width: 90%;
    max-width: 700px;
  }

  .jt-baixe-box {
    top: 140px;
  }

  .jt-form-baixe {
    width: 280px;
    padding: 21px 20px;
  }

  .jt-title-laranja-baixe {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-182 {
    flex-direction: column;
    width: 90%;
  }

  .jt-header-box-1-mobile {
    width: auto;
  }

  .jt-acordo-ej {
    background-image: url('../images/serarsa-jeitto.png');
    background-position: 177% 100%;
    background-repeat: no-repeat;
    background-size: auto 90%;
  }

  .jt-acordo-ej-div {
    width: 380px;
  }

  .jt-acordo-ej-img {
    display: none;
  }

  .jt-div-section-acordo-ej {
    width: 90%;
    max-width: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-btn-branco-acordo {
    margin-top: 30px;
  }

  .error-message-4 {
    flex: none;
    margin-top: auto;
    position: absolute;
    top: -13px;
  }

  .jt-div-title-mercado {
    width: 440px;
    margin-top: 0;
    margin-bottom: 80px;
  }

  .jt-mercado-title-1-branco {
    font-size: 31px;
    line-height: 50px;
  }

  .div-block-160-copy {
    width: 100%;
  }

  .jt-subtitle-mercado {
    width: auto;
    margin-top: 10px;
    font-size: 16px;
  }

  .jt-holder-mercado {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .jt-mercado-header {
    background-position: 67%;
    height: 560px;
    margin-top: 0;
  }

  .div-block-186 {
    width: 275px;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-160-copy-copy {
    width: auto;
  }

  .jt-subtitle-mercado-section-1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .jt-mercado-title-laranja-section-1 {
    justify-content: flex-start;
    font-size: 32px;
    line-height: 50px;
    display: flex;
  }

  .jt-holder-mercado-section-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between space-around;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    display: grid;
  }

  .jt-mercado-section-2 {
    background-position: 67%;
  }

  .jt-mercado-title-2-branco {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-mercado-title-section-1-2 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .jt-mercado-txt-section-1-2 {
    font-size: 14px;
  }

  .box-mercado {
    width: 90%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .box-content-mercado {
    height: 302px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    position: static;
  }

  .div-block-172-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 302px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .jt-mercado-cf-num {
    width: 40px;
  }

  .jt-mercado-txt-cf-1 {
    font-size: 14px;
    line-height: 18px;
  }

  .box-divider-mercado {
    width: 1px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .jt-mercado-cf-txt-2 {
    width: auto;
    margin-left: -3px;
  }

  .div-branco-jt-mercado-section-3copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .jt-mercado-title-2-laranja {
    width: auto;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .div-mercado-section-3 {
    margin-top: 20px;
  }

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

  .jt-mercado-section-3 {
    background-image: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-cell {
    width: 88%;
    height: 373px;
    margin-top: 0;
    bottom: 1px;
    right: auto;
  }

  .img-cell {
    margin-top: 40px;
  }

  .jt-holder-mercado-parceiros-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .25fr 1fr 1fr;
  }

  .jt-div-teste {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-mercado-divider-tb {
    height: 150px;
  }

  .jt-mercado-tb-num {
    align-items: flex-start;
  }

  .div-block-172-copy {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .jt-mercado-cf-txt {
    margin-left: -10px;
  }

  .jt-mercado-txt {
    width: 115px;
    font-size: 12px;
    line-height: 18px;
  }

  .jt-mercado-s2 {
    display: none;
  }

  .main-mercado {
    height: 90vh;
  }

  .holder-box-mercado {
    width: 90%;
    max-width: 700px;
  }

  .box-mercado-mobile {
    width: 100%;
  }

  .box-content-mercado-mobile {
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .jt-mercado-mob-txt-1 {
    width: auto;
    margin-left: -3px;
  }

  .jt-mercado-txt-mobile-1 {
    font-size: 14px;
    line-height: 18px;
  }

  .box-divider-mercado-mob {
    margin-left: 4px;
    margin-right: 4px;
  }

  .jt-holder-mercado-section-1-mob {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
  }

  .div-block-188-copy {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block-187-copy {
    flex-direction: column;
  }

  .jt-div-title-mercado-section-1--mob {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .jt-holder-mercado-section-1-2-mob {
    flex-direction: row;
    width: 90%;
  }

  .jt-holder-mercado-apps-mob {
    width: 24%;
  }

  .jt-mercado-s2-mob {
    display: none;
  }

  .main-mercado-mob {
    height: 90vh;
  }

  .div-block-173-copy {
    width: 90%;
    max-width: 700px;
  }

  .jt-mercado-title-1-branco-mob {
    font-size: 32px;
    line-height: 36px;
  }

  .box-mercado-mob {
    width: 100%;
  }

  .box-content-2-mercado {
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .jt-mercado-cf-txt-1-mon {
    width: auto;
    margin-left: -3px;
  }

  .jt-mercado-txt-cf-1-mob {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-box-mercado-parceiros-mob {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .jt-mercado-txt-cf-1-mob-copy, .jt-mercado-txt-mobile-1-copy, .text-atencao {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-header-box-acordo-v2 {
    align-items: stretch;
    margin-top: 90px;
    padding-top: 0;
  }

  .cj-acordo-v2-box {
    padding: 40px;
  }

  .holder-acordo-v2-parcelas {
    flex: 1;
    width: 100%;
    display: flex;
  }

  .holder-acordo-v2-botoes {
    flex-wrap: nowrap;
    align-content: stretch;
    width: 35%;
    display: flex;
    position: relative;
  }

  .bot-o-acordo-v2-codigo-de-barras {
    width: auto;
    height: auto;
  }

  .bot-o-acordo-v2-codigo-de-barras.btn-invoice-barcode {
    background-color: #0000;
  }

  .bold-text-43 {
    font-size: 12px;
  }

  .bot-o-acordo-v2-ver-boleto {
    width: auto;
    height: auto;
  }

  .holder-acordo-v2-titles {
    width: 70%;
  }

  .holder-acordo-v2-main-title {
    width: 100%;
  }

  .jt-header-acordo-v2-itens-1 {
    padding-top: 0;
  }

  .holder-acordo-v2-boleto-pago {
    display: none;
  }

  .div-block-200 {
    width: 95%;
  }

  .holder-acordo-v2-boleto-atrasado {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: none;
  }

  .jt-section-acordo-v2-atraso {
    display: none;
  }

  .holder-acordo-v2-parcelas-pagas {
    width: 65%;
  }

  .jt-header-fgts {
    background-attachment: scroll;
    align-items: center;
    height: 500px;
    margin-top: -30px;
    padding-bottom: 0;
    display: flex;
  }

  .jt-header-box-fgts {
    align-items: center;
    width: 90%;
    margin-bottom: 100px;
    padding-top: 0;
  }

  .jt-title-branco-header-fgts {
    width: 375px;
    font-size: 34px;
    line-height: 38px;
  }

  .div-block-111-copy {
    width: 40%;
  }

  .jt-subtile-branco-header-fgts, .jt-subtile-branco-header-fgts-copy {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-section-2-fgts {
    background-position: 76%;
  }

  .jt-box-section-2-fgts {
    width: 90%;
    max-width: none;
  }

  .jt-box-fgts {
    height: 340px;
  }

  .destaque-fgts {
    width: 75%;
  }

  .div-block-204 {
    width: 107px;
  }

  .jt-section-fgts {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .jt-fgts-title-cinza {
    text-align: center;
    justify-content: flex-start;
    width: auto;
    font-size: 32px;
    line-height: 50px;
    display: flex;
  }

  .jt-subtitle-fgts {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
  }

  .jt-div-fgts-2 {
    padding-left: 0;
  }

  .div-block-205 {
    width: 50%;
    margin-bottom: 30px;
  }

  .jt-section-4-fgts {
    background-position: 76%;
  }

  .jt-box-section-4-fgts {
    flex-direction: column;
    width: 90%;
    max-width: none;
  }

  .jt-box-section-4-fgts-1 {
    margin-bottom: 10px;
  }

  .jt-section-4-box-fgts {
    width: 95%;
    padding-top: 0;
  }

  .jt-title-branco-section-4-fgts {
    font-size: 34px;
    line-height: 38px;
  }

  .jt-div-txt-mercado {
    width: 420px;
  }

  .jt-title-branco-mercado {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-branco-mercado {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-txt-link-branco-mercado {
    font-size: 16px;
    line-height: 18px;
  }

  .jt-section-mercado-mob {
    background-position: 55%;
    background-size: cover;
  }

  .jt-form-acordo {
    margin-top: 10px;
  }

  .jt-form-acordo-1, .jt-btn-azul-2-acordo {
    font-size: 14px;
    line-height: 14px;
  }

  .box-acordop-s-mob {
    width: 80%;
    height: 120px;
    top: 0;
    bottom: 0;
    left: auto;
    overflow: hidden;
  }

  .holder-acordo-v2-boleto-aberto {
    display: none;
  }

  .text-block-76 {
    background-color: var(--azul-facily);
    color: var(--white);
    text-align: center;
    border-radius: 30px;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    display: flex;
    position: absolute;
    top: auto;
  }

  .text-block-76.tooltip-invoice-barcode {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: static;
    top: 46px;
    right: 184.656px;
  }

  .jt-btn-laranja-acordo {
    margin-top: 30px;
  }

  .jt-holder-section-3-fgts-tb {
    flex-direction: column;
  }

  .jt-div-fgts-1-tb {
    flex-direction: column;
    align-items: center;
    width: 75%;
    margin-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .jt-holder-fgts-2-tb {
    width: 80%;
    padding-left: 0;
  }

  .jt-section-3-fgts-mobile {
    background-image: url('../images/section-3-BG-FGTS-mobile.png');
    background-position: 50% 74%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
  }

  .jt-header-itens-3-copy {
    display: block;
  }

  .jt-div-perguntas-fgts {
    width: 90%;
    max-width: none;
    padding-top: 60px;
  }

  .jt-div-combo-perguntas-fgts {
    width: 100%;
    padding-left: 0;
  }

  .jt-perguntas-combo-1-fgts {
    padding: 20px 0 20px 20px;
  }

  .form-acordo {
    width: 100%;
  }

  .bold-text-52 {
    font-size: 16px;
    line-height: 20px;
  }

  .ej-acordo-v2-box {
    padding: 40px;
  }

  .holder-acordo-v2-boleto-aberto-ej {
    display: none;
  }

  .bot-o-acordo-v2-codigo-de-barras-ej {
    width: auto;
    height: auto;
  }

  .bot-o-acordo-v2-codigo-de-barras-ej.btn-invoice-barcode {
    background-color: #0000;
  }

  .bot-o-acordo-v2-ver-boleto-ej {
    width: auto;
    height: auto;
  }

  .cj-fatura-box-title-v2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cj-fatura-title-v2 {
    font-size: 30px;
    line-height: 30px;
  }

  .jt-section-spc-emprestimo {
    background-position: 74%;
    background-size: cover;
  }

  .jt-div-sections-spc-emprestimo {
    width: 90%;
    max-width: 700px;
  }

  .jt-div-txt-spc-emprestimo {
    width: 70%;
  }

  .jt-title-branco-spc-emprestimo {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-branco-spc-emprestimo {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-txt-link-branco-spc-emprestimo {
    font-size: 16px;
    line-height: 18px;
  }

  .jt-div-txt-spc-emprestimo-foto {
    width: 380px;
  }

  .jt-section-spc-emprestimo-mob, .jt-section-spc-emprestimo-mob2 {
    background-position: 74%;
    background-size: cover;
  }

  .jt-div-sections-spc-emprestimo-mob {
    width: 90%;
    max-width: 700px;
  }

  .jt-div-txt-spc-emprestimo-mob {
    width: 70%;
  }

  .jt-title-branco-spc-emprestimo-mob {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-branco-spc-emprestimo-mob {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-txt-link-branco-spc-emprestimo-mob {
    font-size: 16px;
    line-height: 18px;
  }

  .jt-section-features-baixe {
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .jt-section-features-pedir-1 {
    display: none;
  }

  .texto-publicacao-7, .texto-publicacao-8, .texto-publicacao-9, .texto-publicacao-10 {
    width: auto;
  }

  .jt-ecred-header {
    align-items: flex-start;
    height: 500px;
    margin-top: 50px;
    padding-top: 36px;
    padding-bottom: 0;
    display: block;
  }

  .jt-ecred-holder {
    width: 90%;
    max-width: 700px;
    padding-top: 0;
  }

  .jt-ecred-box-1 {
    align-self: center;
    width: 420px;
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .jt-ecred-title-1 {
    width: 380px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-ecred-subtile-branco-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-form-ecred {
    width: auto;
    padding: 21px 20px;
  }

  .jt-title-ecred {
    padding-right: 141px;
    font-size: 22px;
    line-height: 26px;
  }

  .text-field-ecred {
    margin-right: 20px;
  }

  .jt-ecred-s1 {
    display: none;
  }

  .main-ecred {
    height: 80vh;
  }

  .jt-ecred-s2-holder {
    width: 90%;
    max-width: 700px;
  }

  .jt-ecred-title-1-branco {
    font-size: 32px;
    line-height: 36px;
  }

  .box-ecred {
    height: 35vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-content-ecred {
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .jt-ecred-cf-txt-1 {
    width: auto;
    margin-left: -3px;
  }

  .jt-ecred-txt-cf-1 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-ecred-cf-txt-2 {
    width: auto;
    margin-left: -3px;
  }

  .jt-ecred-txt-cf-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-ecred-cf-txt-3 {
    width: auto;
    margin-left: -3px;
  }

  .jt-ecred-txt-cf-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .divisor-ecred {
    margin-left: 4px;
    margin-right: 4px;
  }

  .s-shopi-form {
    margin-top: -50px;
  }

  .jt-mercado-holder-form {
    width: 90%;
    max-width: 700px;
  }

  .jt-form-ecred-2 {
    width: auto;
    padding: 21px 20px;
  }

  .jt-section-features-download-mobile-ecred {
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .jt-holder-convite {
    flex-direction: row;
    justify-content: center;
    width: 90%;
  }

  .section_convite_1 {
    background-color: #0000;
    background-image: url('../images/header_bg_mobile.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-direction: column;
    height: auto;
    padding-bottom: 550px;
  }

  .image-74 {
    display: none;
    inset: auto 0% 0%;
  }

  .section_convite_2 {
    height: auto;
    margin-top: 100px;
  }

  .div-block-208 {
    margin-bottom: 60px;
  }

  .jt-holder-convite_horizontal {
    flex-direction: column;
    width: 90%;
  }

  .cards_convite {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .card_convite {
    width: 100%;
    height: 49%;
  }

  .section_convite_3 {
    background-position: 100% 0;
  }

  .heading_convite_3 {
    text-align: left;
    width: 100%;
    max-width: 450px;
  }

  .section_3_content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .section_3_paragraph {
    text-align: left;
    max-width: 580px;
  }

  .section_convite_4 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_4_paragraph {
    text-align: center;
  }

  .convite_list {
    width: 100%;
    padding-right: 0;
  }

  .jt-holder-convite_list {
    flex-direction: column;
    width: 90%;
  }

  .section_convite_5 {
    background-position: 100% 0;
  }

  .jt-footer-termos-convite {
    font-size: 12px;
    line-height: 18px;
  }

  .section_5_content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
  }

  .section_4_content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
  }

  .jt-holder-convite_list_vertical {
    flex-direction: column;
    width: 90%;
  }

  .section_4_content-vertical {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
  }

  .convite_slider {
    width: 100%;
    padding-right: 0;
  }

  .jt-holder-convite_1 {
    flex-direction: row;
    justify-content: flex-start;
    width: 90%;
  }

  .img_convite_mobile {
    z-index: -1;
    margin-top: 2px;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .nav_convite {
    background-color: #f26d04;
  }

  .convite_dropdown {
    width: 100%;
  }

  .dropdown_card {
    max-width: none;
  }

  .jt-section-2-fgts-copy, .jt-section-2-fgts-copy-copy {
    background-position: 76%;
  }

  .jt-box-section-2-fgts-copy {
    flex-direction: column;
    width: 90%;
    max-width: none;
  }

  .jt-box-fgts-2 {
    width: 80%;
    height: auto;
  }

  .div-block-211 {
    width: 100%;
    margin-bottom: 60px;
  }

  .txt-box-fgts-2 {
    width: auto;
  }

  .divisor-vertical {
    width: 2px;
  }

  .jt-ecred-header-dia-dos-namorados {
    background-image: url('../images/campanha-namorados-2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-start;
    height: 400px;
    margin-top: 50px;
    padding-top: 36px;
    padding-bottom: 0;
    display: none;
  }

  .jt-ecred-title-1-namorados {
    width: auto;
    font-size: 28px;
    line-height: 32px;
  }

  .body-serasa {
    background-color: #f2f2f2;
  }

  .jt-form-ecred-3 {
    width: auto;
    height: 150px;
    padding: 21px 20px;
  }

  .jt-ecred-title-1-namorados-mobile {
    width: auto;
    font-size: 28px;
    line-height: 32px;
  }

  .form-acordo-limpa-nome {
    width: 100%;
  }

  .img-cell-copy {
    align-items: flex-end;
    width: 235px;
    height: 400px;
    margin-top: 0;
  }

  .sec-aniversario-1 {
    width: auto;
  }

  .div-aniversario-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .titulo-aniversario {
    font-size: 46px;
    line-height: 40px;
  }

  .titulo-aniversario.azul {
    border-radius: 8px;
    margin-left: 6px;
    padding: 5px 10px;
  }

  .subtitulo-aniversario {
    font-size: 20px;
  }

  .text-span-106 {
    margin-left: 10px;
  }

  .sec-aniversario-2 {
    background-position: 88% 5%;
    background-size: 321px;
    height: auto;
    display: block;
  }

  .div-aniversario-2 {
    flex-direction: column;
    justify-content: flex-start;
    width: 90%;
    padding-bottom: 80px;
  }

  .div-titulo-2 {
    width: 100%;
    margin-bottom: 60px;
    padding-top: 50px;
  }

  .titulo-aniversario-2 {
    width: 60%;
    font-size: 42px;
    line-height: 42px;
  }

  .div-regras {
    width: 100%;
  }

  .box-footer-aniversario-1 {
    justify-content: flex-start;
  }

  .box-footer-aniversario-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .subtitulo-aniversario-mobile {
    font-size: 20px;
  }

  .div-block-215 {
    width: 90%;
  }

  .jt-txt-footer-mobile {
    font-size: 10px;
    line-height: 14px;
  }

  .jt-header-home-v2 {
    background-position: 74%;
    border-bottom-right-radius: 150px;
    height: 400px;
  }

  .text-span-151 {
    font-size: 22px;
    line-height: 22px;
  }

  .div-footer-aniversario-copy {
    width: 90%;
  }

  .video-cell-mercado {
    width: 88%;
    height: 373px;
    margin-top: 0;
    display: none;
    bottom: 1px;
    right: auto;
  }

  .jt-div-2-mob-mercado {
    width: 100%;
  }

  .jt-navbar-desenrola {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .jt-item-navbar-desenrola {
    display: none;
  }

  .jt-item-navbar-desenrola:visited {
    color: var(--deep-sky-blue);
  }

  .jt-btn-desenrola.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jt-header-desenrola {
    align-items: center;
    height: 400px;
    margin-top: 50px;
    padding-bottom: 0;
    display: flex;
  }

  .jt-holder-desenrola {
    width: 90%;
    max-width: 700px;
    padding-top: 0;
  }

  .jt-box-desenrola {
    align-self: center;
    width: 320px;
    margin-top: 0;
    display: block;
  }

  .jt-title-desenrola-1 {
    width: 380px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-desenrola-subtile-branco-1 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-desenrola-s1 {
    background-position: 100%;
    background-size: auto 70%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-desenrola-title-1-laranja-copy {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-desenrola-cinza-1-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-desenrola-box-s1-1 {
    width: 400px;
  }

  .jt-desenrola-holder-s1 {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .jt-desenrola-s2 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    height: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-facily-holder-s1-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .jt-desenrola-title-2-laranja {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-desenrola-cinza-2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-btn-desenrola-2.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jt-title-desenrola-2 {
    width: 380px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-desenrola-holder-s2 {
    flex-direction: column;
    width: 90%;
    max-width: 700px;
  }

  .image-89 {
    z-index: 1;
    width: 100vw;
    position: absolute;
    inset: auto 0% 0%;
  }

  .jt-desenrola-s2-mobile {
    background-image: url('../images/S3-BG-mobile.png');
    background-position: 50% 8%;
    background-size: 100%;
    height: 400px;
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 40px;
    display: flex;
  }

  .desenrola-s2-cta {
    display: none;
  }

  .jt-header-aquecimento {
    background-position: 61%;
    background-repeat: no-repeat;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 600px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .jt-header-box-aquecimento {
    flex-direction: row;
    align-items: flex-start;
    width: 90%;
    max-width: none;
    margin-top: 0;
    padding-top: 120px;
  }

  .jt-header-item-aquecimento-1 {
    align-self: auto;
    width: 45%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .jt-title-aquecimento {
    width: auto;
    font-size: 26px;
    line-height: 28px;
  }

  .jt-subtile-aquecimento {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-navbar-aquecimento {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .jt-header-item-aquecimento-2 {
    width: 50%;
  }

  .jt-item-steps-aquecimento, .jt-item-steps-aquecimento-1 {
    width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .divisor-aquecimento {
    display: none;
  }

  .jt-holder-steps-aquecimento {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px;
    display: block;
    top: -60px;
  }

  .jt-section-desenrola-brasil-recebeu, .jt-section-desenrola-brasil-aceitou {
    display: none;
  }

  .jt-perguntas-combo-7 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .jt-perguntas-combo-7-aberto {
    padding: 20px;
  }

  .jt-btn-laranja-desenrola {
    margin-top: 30px;
  }

  .jt-navbar-sorte {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .jt-sorte-header {
    background-image: url('../images/sorte-header-img.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .jt-sorte-holder {
    width: 90%;
    max-width: 700px;
    padding-top: 0;
  }

  .jt-sorte-box-1 {
    align-self: center;
  }

  .jt-sorte-title-1 {
    max-width: 640px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-sorte-subtile-1 {
    width: auto;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-item-navbar-sorte {
    display: none;
  }

  .jt-item-navbar-sorte:visited {
    color: var(--deep-sky-blue);
  }

  .jt-sorte-holder-form {
    width: 90%;
    max-width: 700px;
  }

  .jt-form-sorte {
    padding: 21px 20px;
  }

  .jt-title-laranja-sml-sorte {
    font-size: 22px;
    line-height: 26px;
  }

  .text-field-sorte {
    margin-right: 20px;
  }

  .jt-sorte-s2 {
    background-size: auto 100%;
  }

  .jt-sorte-holder-s2 {
    width: 90%;
    max-width: 700px;
  }

  .jt-sorte-title-2 {
    max-width: 640px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-txt-sorte-cinza-1 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .s2-sorte-card-2-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .jt-sorte-holder-s3 {
    width: 90%;
    max-width: 700px;
  }

  .jt-txt-sorte-2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-txt-sorte-cinza-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .jt-sorte-s5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/S3-sorte-bg.webp');
    background-size: auto, auto;
  }

  .jt-txt-sorte-3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-sorte-s6 {
    background-image: linear-gradient(to bottom, null, null), url('../images/S3-sorte-bg.webp');
    background-size: auto, auto;
  }

  .jt-txt-sorte-cinza-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .jt-perguntas-combo-1-sorte {
    padding: 20px 0 20px 20px;
  }

  .jt-perguntas-combo-1-aberto-sorte {
    padding: 20px;
  }

  .jt-perguntas-combo-2-sorte {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .jt-perguntas-combo-2-aberto-sorte {
    padding: 20px;
  }

  .jt-perguntas-combo-3-sorte {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .jt-perguntas-combo-3-aberto-sorte {
    padding: 20px;
  }

  .jt-sorte-holder-form-2 {
    width: 90%;
    max-width: 700px;
  }

  .jt-sorte-s2-2 {
    background-size: auto 100%;
  }

  .jt-sorte-subtile-2 {
    width: auto;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .txt-form-viagem-da-sorte {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-sorteregulamento-header {
    background-image: url('../images/sorte-header-img.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .jt-sorte-holder-regulamento {
    width: 90%;
    max-width: 700px;
    padding-top: 0;
  }

  .jt-sorte-box-1-regulamento {
    align-self: center;
  }

  .jt-sec-regulamento-1 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .button-5 {
    color: var(--new_orange);
    background-color: #fff;
    border-radius: 20px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    display: block;
  }

  .rich_txt_politica-tabela {
    width: 90%;
  }

  .rich_txt_politica-tabela._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabela-regulamento, .tabela-regulamento-mobile, .div-block-222 {
    width: 90%;
  }

  .jt-header-home-sorte {
    background-position: 50% 80%;
    border-bottom-right-radius: 0;
    height: 100%;
    margin-top: 0;
  }

  .title-form-home {
    font-size: 28px;
    line-height: 100%;
  }

  .title-form-home.aquecimento {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-form-home {
    font-size: 14px;
  }

  .form-home-banner {
    max-width: 370px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 21px 20px;
    right: 20px;
  }

  .form-home-banner.aquecimento {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-header-box-home-sorte {
    flex-direction: row;
    align-self: center;
    align-items: center;
    width: 95%;
    max-width: 900px;
    padding-top: 0;
  }

  .jt-header-pix {
    background-position: 50%, 50%;
    background-size: auto 100%, cover;
    align-items: center;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .jt-header-holder-pix {
    background-image: url('../images/Infos-Section-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    align-items: center;
    width: 90%;
    max-width: 700px;
    height: 450px;
    padding-top: 0;
  }

  .jt-info-pix {
    margin-top: -10px;
    margin-bottom: 0;
    margin-left: 80px;
  }

  .jt-texto-pix {
    max-width: 280px;
    margin-top: 16px;
    margin-left: 0;
    font-size: 16px;
  }

  .image-101 {
    max-width: 300px;
    margin-left: -30px;
  }

  .jt-info-pix-mobile, .jt-info-pix-mobile-title {
    margin-top: -10px;
    margin-bottom: 0;
    margin-left: 80px;
  }

  .jt-holder-pix {
    background-image: none;
    align-items: center;
    width: 90%;
    max-width: 700px;
  }

  .jt-card-holder-pix {
    flex-direction: column;
    align-items: center;
  }

  .jt-texto-card-pix, .jt-texto-lg-card-pix {
    margin-top: 24px;
  }

  .jt-spacer-pix {
    height: 150px;
  }

  .jt-card-2-pix {
    margin-bottom: 100px;
  }

  .image-105 {
    top: -10px;
  }

  .jt-title-card-pix, .jt-texto-card-2-pix {
    margin-top: 24px;
  }

  .jt-section-3-pix {
    background-size: auto 100%;
  }

  .jt-texto-2-pix {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 16px;
  }

  .jt-subtitulo-pix {
    margin-top: 16px;
    margin-left: 0;
    font-size: 16px;
  }

  .jt-texto-3-pix {
    font-size: 16px;
  }

  .jt-sorte-box-1-2 {
    align-self: center;
  }

  .jt-sorte-title-1-2 {
    max-width: 640px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-sorte-subtile-1-2 {
    width: auto;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-sorte-subtile-2-2 {
    width: auto;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .jt-title-laranja-sml-3 {
    font-size: 22px;
    line-height: 26px;
  }

  .jt-form-2 {
    width: 350px;
    padding: 21px 20px;
  }

  .text-field-9 {
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    font-size: 14px;
  }

  .jt-btn-form-2 {
    font-size: 14px;
  }

  .jt-sorte-holder-form-3 {
    width: 90%;
    max-width: 700px;
  }

  .jt-sorte-s2-3, .jt-sorte-s4-2 {
    background-size: auto 100%;
  }

  .jt-sorte-s6-v2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/S3-sorte-bg.webp');
    background-size: auto, auto;
  }

  .jt-txt-sorte-cinza-4, .jt-txt-branco-1 {
    font-size: 16px;
    line-height: 20px;
  }

  .body_raspadinha {
    background-image: url('../images/body_bg_balde.webp');
    background-position: 50% 700%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .sec-raspadinha-1 {
    background-position: 0 0;
    background-size: auto 100%;
    width: auto;
  }

  .title-raspadinha-1 {
    font-size: 60px;
    line-height: 60px;
  }

  .subtitulo-raspadinha {
    font-size: 20px;
  }

  .sec-raspadinha-2 {
    width: auto;
  }

  .subtitulo-raspadinha-2 {
    font-size: 20px;
  }

  .sec-raspadinha-4 {
    background-position: 50% 100%;
    background-size: 100%;
    height: auto;
    display: block;
  }

  .div-raspadinha-2 {
    width: 100%;
    margin-bottom: 60px;
    padding-top: 50px;
  }

  .box-raspadinha-1 {
    width: 100%;
  }

  .div-aniversario-2-copy {
    flex-direction: column;
    justify-content: flex-start;
    width: 90%;
    padding-bottom: 80px;
  }

  .sec-raspadinha-3 {
    width: auto;
  }

  .card-dicas-raspadinha {
    margin-bottom: 18px;
  }

  .spacer-raspadinha {
    height: 45vh;
  }

  .card-dicas-raspadinha-mobile {
    margin-bottom: 18px;
  }

  .jt-section-promo-balde-home {
    background-position: 74%;
    background-size: cover;
  }

  .image-119 {
    max-width: 95%;
  }

  .jt-subtile-branco-promo {
    max-width: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-header-itens-home-promo {
    justify-content: flex-end;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .jt-txt-preto-promo {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-title-preto-promo {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 36px;
  }

  .brand-jeitto {
    width: 60px;
  }

  .header-escola-de-cria {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link-2 {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2.saiba-mais {
    margin-bottom: 40px;
    display: none;
  }

  .container-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-2 {
    background-color: #1d1c1c;
    width: 50px;
    height: 50px;
    margin-left: auto;
  }

  .menu-button-2:hover, .menu-button-2:active, .menu-button-2:focus {
    background-color: #1d1c1c00;
  }

  .menu-button-2:focus-visible, .menu-button-2[data-wf-focus-visible] {
    background-color: #1d1c1c;
  }

  .menu-button-2.w--open {
    filter: none;
    color: var(--white);
    background-color: #1d1c1c00;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    overflow: hidden;
  }

  .saiba-mais-section-2 {
    display: block;
  }

  .nav-menu {
    background-color: #1d1c1c;
    background-image: linear-gradient(#1d1c1c, #262626);
    flex: 0 auto;
    height: calc(100dvh - 100px);
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand-digital {
    width: 120px;
  }

  .container-16 {
    display: block;
  }

  .icon-7 {
    font-size: 32px;
    line-height: 32px;
  }

  .divider-border {
    background-color: #ffffff80;
    flex: 0 auto;
    max-width: 100%;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-90 {
    text-align: left;
    letter-spacing: .05rem;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    font-size: 12px;
    font-weight: 200;
    display: block;
  }

  .lottie-animation {
    filter: brightness(1000%) grayscale();
    color: #fff;
    width: 50px;
    height: 50px;
    transform: scale(2.5)translate(-7px, -7px);
  }

  .banner-escola-de-cria {
    background-image: linear-gradient(#0006, #0006), url('../images/escola-cria-banner-1.webp');
    background-position: 0 0, 100% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 120%;
    height: 606px;
  }

  .container-17 {
    opacity: 1;
    justify-content: flex-end;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .seu-corre-logo {
    width: 80%;
    max-width: 360px;
  }

  .container-18 {
    margin-top: 20px;
  }

  .banner-message {
    text-align: center;
    margin-bottom: 40px;
  }

  .banner-left-orange-arrow {
    display: none;
  }

  .saiba-mais-banner {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }

  .social-icons-banner {
    object-fit: contain;
    width: 32px;
    top: 40px;
    bottom: auto;
  }

  .image-123 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-19 {
    background-image: url('../images/inscricoes-escola-cria-mobile.svg');
  }

  .saiba-mais-header {
    display: none;
  }

  .curso-steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start;
    align-items: center;
    display: grid;
  }

  .curso-step {
    background-color: #fff;
    border-radius: 6px;
    flex-direction: column;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .step-description {
    color: #000;
  }

  .step-title {
    color: #ff5200;
  }

  .section-oque-voce-vai-aprender {
    background-image: url('../images/oque-voce-vai-aprender-bg.webp');
    background-position: 70% -60px;
    min-height: 750px;
  }

  .oqvcvai-text {
    text-align: center;
    margin-top: 40px;
  }

  .container-21 {
    background-image: url('../images/oque-voce-vai-aprender-mobile.svg');
  }

  .text-block-95 {
    font-size: 18px;
  }

  .container-22 {
    justify-content: center;
    align-items: center;
  }

  .list {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
  }

  .section-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jeito-existe-logo {
    background-image: url('../images/jeitto-existe-para-mobile.svg');
  }

  .conheca-nosso-app {
    display: block;
  }

  .container-23 {
    background-image: url('../images/play_circle_solid.svg'), linear-gradient(#0000, #0000);
    background-position: 50% 40%, 0 0;
    background-size: 100px, auto;
  }

  .modal-escola-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-24 {
    max-width: 100%;
  }

  .section_hero {
    background-size: 30px, 30px;
  }

  .section_hero.embaixador {
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .section_hero.indicado {
    background-size: 58%, cover;
    height: 500px;
  }

  .text-body {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-body.faq-item-text {
    width: 672px;
  }

  .text_image {
    width: 100%;
  }

  .text_image.mobile {
    display: none;
  }

  .slide-3 {
    background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(to bottom, var(--new_orange), var(--new_orange));
    background-position: 100%, 0%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-21 {
    color: var(--white);
    margin-top: 0;
    font-size: 30px;
  }

  .image-141 {
    margin-top: 10px;
  }

  .text-block-111 {
    color: var(--white);
    font-size: 18px;
  }

  .container-34 {
    max-width: 900px;
  }

  .slide-7 {
    height: 600px;
  }

  .heading-22 {
    margin-top: 10px;
    font-size: 48px;
  }

  .image-142 {
    width: 70%;
  }

  .image-143 {
    width: 618px;
  }

  .div-block-250 {
    background-position: 0 35%, 100% 100%, 17% 0;
    width: 70%;
  }

  .container-36 {
    background-position: 80%;
    justify-content: center;
    align-items: center;
    max-width: 900px;
  }

  .slide-8 {
    background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(#ff5325, #ff5325);
    background-position: 100%, 0%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-23 {
    color: var(--black);
    margin-top: 0;
    font-size: 30px;
  }

  .image-144 {
    width: 40%;
  }

  .image-145 {
    margin-top: 10px;
  }

  .text-block-113 {
    color: var(--black);
    font-size: 16px;
  }

  .heading-24 {
    margin-top: 10px;
    font-size: 48px;
  }

  .banner-home {
    margin-top: 0;
  }

  .slide-9 {
    background-image: url('../images/Banner-Site-Baião-de-Todos-BG.png');
    height: 600px;
  }

  .image-147 {
    margin-top: -9px;
    position: sticky;
  }

  .slide-12 {
    height: 600px;
  }

  .image-148 {
    height: 310px;
    margin-left: 38px;
    padding-left: 0;
    display: none;
  }

  .image-149 {
    align-self: auto;
    height: 320px;
    margin-bottom: 200px;
    margin-left: 77px;
    padding-bottom: 55px;
    display: none;
  }

  .image-150 {
    margin-top: auto;
    margin-bottom: 0;
    display: block;
  }

  .image-151 {
    margin: -147px auto auto 47px;
    display: block;
    position: absolute;
    top: auto;
  }

  .text-block-115 {
    font-size: 32px;
  }

  .div-block-256 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-116 {
    font-size: 24px;
  }

  .div-block-257 {
    width: 81%;
  }

  .bold-text-65 {
    font-size: 50px;
  }

  .heading-25 {
    font-size: 18px;
    line-height: 32px;
  }

  .div-block-261 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .left-arrow-9 {
    left: -6px;
  }

  .right-arrow-8 {
    right: -6px;
  }

  .image-153 {
    width: 38%;
  }

  .image-154 {
    width: 44%;
  }

  .jt-txt-branco-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-header-ej-copy {
    background-position: 100% 0;
    height: 469px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-div-jornada-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-txt-branco-copy {
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-title-branco-copy {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-title-azul-copy {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-div-oportunidade-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-title-laranja-copy {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-title-laranja-copy.aprovado {
    width: 60%;
  }

  .jt-txt-cinza-3-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-txt-cinza-3-copy.aprovado {
    width: 50%;
  }

  .jt-div-sections-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-section-antecipe1-copy {
    background-image: url('../images/img1.jpg');
    background-position: 48%;
    background-size: cover;
  }

  .img-manifesto-copy {
    width: 30%;
    height: 30%;
    display: none;
  }

  .title-jeitto-3-copy {
    width: 90%;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .text-jeitto-2-copy {
    width: auto;
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-67-copy {
    margin-left: 0;
  }

  .div-manifesto-copy {
    width: 100%;
    margin-top: -90px;
  }

  .cell {
    border-left-color: #f58221;
  }

  .jt-title-azul-copy-copy {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-div-oportunidade-copy-copy, .jt-div-oportunidade-copy-copy-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-oportunidade-copy-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .jt-div-oportunidade-copy-copy-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-oportunidade-copy-copy-copy-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jt-title-azul-copy-copy-copy {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-67-copy-copy {
    margin-left: 0;
  }

  .manifesto-jeitto-copy-copy {
    height: 385px;
  }

  .jt-section-antecipe1-copy-copy {
    background-image: url('../images/img1.jpg');
    background-position: 48%;
    background-size: cover;
  }

  .jt-title-laranja-copy-copy {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-title-laranja-copy-copy.aprovado {
    width: 60%;
  }

  .jt-txt-cinza-3-copy-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-txt-cinza-3-copy-copy.aprovado {
    width: 50%;
  }

  .jt-div-sections-copy-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-txts-antecipe-copy {
    width: 305px;
  }

  .jt-section-antecipe1-copy-copy-copy {
    background-image: url('../images/img1.jpg');
    background-position: 48%;
    background-size: cover;
  }

  .jt-div-sections-copy-copy-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-txt-branco-copy-copy, .jt-txt-branco-copy-copy-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-div-jornada-copy-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-title-branco-copy-copy-copy {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-branco-copy-copy-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-div-jornada-copy-copy-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .jt-div-txts-jornada-copy {
    width: 350px;
  }

  .jt-txt-branco-copy-copy-copy-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-title-branco-copy-copy-copy {
    width: 100%;
    margin-bottom: 36px;
    font-size: 48px;
    line-height: 58px;
  }

  .div-manifesto-copy-copy, .div-manifesto-copy-sds-copy {
    width: 700px;
  }

  .img-manifesto-22-copy {
    order: 0;
    width: 30%;
    height: 30%;
    display: none;
  }

  .jt-div-oportunidade-qqq-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .jt-div-txts-jornada-aaaa {
    width: 350px;
  }

  .jt-div-1-aaaa {
    width: 400px;
  }

  .div-manifesto-copy-aaaa {
    width: 700px;
  }

  .superscript-4-aaawd-copy-copy-copy {
    display: block;
  }

  .jt-div-oportunidade-dfgsdfg-copy-copy-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .jt-div-txts-jornada-4545454-copy {
    width: 100%;
  }

  .jt-section-antecipe1-sadfasdf-copy-copy {
    background-image: url('../images/img-2-3.jpg');
    background-position: 100%;
    background-size: cover;
  }

  .jt-header-ej-copy-asdasd {
    background-position: 100% 0;
    height: 469px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-section-features-cliente-3345 {
    background-color: var(--orange-jeitto);
  }

  ._323234235 {
    background-color: #f58221;
  }

  .mask-4-12343 {
    height: auto;
  }

  .jt-div-jornada-1234123-copy {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-sliderapp-2-awwe {
    width: 90%;
    max-width: 800px;
  }

  .jt-title-branco-copy-2222-copy-copy {
    background-color: #f58221;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }

  .superscript-4-22323-copy-copy-copy-copy {
    display: block;
  }

  .jt-div-sliderapp-2-3333-copy {
    width: 90%;
    max-width: 800px;
  }

  .mask-4-12343-3333 {
    height: auto;
  }

  .jt-title-branco-copy-3434-copy-copy-copy {
    width: 100%;
    margin-bottom: 36px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .jt-section-features-54-3345-copy {
    background-color: var(--deep-sky-blue);
  }

  .jt-div-txts-jornada-qwerqwe, .jt-div-txts-jornada-qwerqwe-copy {
    width: 100%;
  }

  .superscript-4-1111copy-copy {
    display: block;
  }

  .jt-title-branco-21233451-copy-copy-copy {
    width: 100%;
    margin-bottom: 36px;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    line-height: 58px;
  }

  .superscript-4-3wer-copy-copy-copy-copy {
    height: 0;
    margin-top: auto;
    display: block;
  }

  .jt-section-features-cliente-9988-copy {
    background-color: var(--white);
  }

  .title-jeitto-3-rrtuyut {
    width: 90%;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .superscript-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sadfasdfasdf {
    width: 90%;
    max-width: 800px;
  }

  .sdfasdfasd {
    height: 100%;
  }

  .jt-title-laranja-3-sdfasdf, .jt-title-laranja-3-copy {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .werqwerqwe {
    height: auto;
  }

  ._324123 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-title-branco-copy-copy, .sdfsdf {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-cinza-3-codfg56py-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-txt-cinza-3-codfg56py-copy.aprovado {
    width: 50%;
  }

  .dfasdfasd {
    border-color: #0cb7e7;
  }

  .dfasdfwqe5234 {
    border-top-color: var(--deep-sky-blue-2);
    background-color: #0cb7e7;
    border-bottom-color: #0cb7e7;
    border-left-color: #0cb7e7;
  }

  .fasd32523 {
    border-color: #0cb7e7;
  }

  ._56yerghf {
    background-color: #0cb7e7;
  }

  .sdfas5 {
    border-color: #0cb7e7;
  }

  ._3457hfgh {
    border-top-color: var(--deep-sky-blue-2);
    background-color: #0cb7e7;
    border-bottom-color: #0cb7e7;
    border-left-color: #0cb7e7;
  }

  .hero {
    background-image: url('../images/img_hero1.png'), url('../images/asset_hero2.svg'), url('../images/asset_hero1.svg'), url('../images/bg_hero.png');
    background-position: 111%, 11%, 96%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-size: contain, 50px, 30px, auto;
  }

  .text-block-130 {
    font-size: 15px;
  }

  .heading-26 {
    font-size: 32px;
    line-height: 125%;
  }

  .heading-26.orange {
    font-size: 40px;
    line-height: 125%;
  }

  .heading-26._2 {
    font-size: 32px;
    line-height: 125%;
  }

  .heading-26._3 {
    font-size: 32px;
  }

  .paragraph-25 {
    font-size: 19px;
  }

  .paragraph-25._2 {
    width: auto;
  }

  .container-43.mobile {
    display: none;
  }

  .heading-27 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 125%;
  }

  .cobertura {
    overflow: hidden;
  }

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

  .div-block-275 {
    width: auto;
  }

  .text-block-132 {
    line-height: 125%;
  }

  .img-gif-copy {
    width: 60%;
  }

  .div-block-281 {
    padding-right: 0;
  }

  .text-block-134 {
    font-size: 16px;
  }

  .text-block-135 {
    font-size: 24px;
  }

  .jt-title-branco2 {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 36px;
  }

  .slide-emprestimo {
    background-image: url('../images/brilho3-1.png'), url('../images/brilho2-2_1brilho2 2.png'), url('../images/brilho2-1_1brilho2 1.png'), url('../images/Frame-7.svg'), url('../images/bg_hero.png');
    background-position: 13px 13px, 100% 0, 50%, 83%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 70px, auto, 50px, 300px, auto;
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-144-copy {
    width: 70%;
  }

  .container-36-copy {
    max-width: 900px;
  }

  .jt-header-itens-home-promo-consulta-credito {
    justify-content: flex-end;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .jt-header-itens-3-consulta-credito {
    display: block;
  }

  .jt-form-home-sorte-consulta-credito {
    width: 350px;
    padding: 21px 20px;
  }

  .jt-form-home-sorte-consulta-credito.aquecimento {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-title-laranja-sml-home-sorte-consulta-credito {
    font-size: 22px;
    line-height: 26px;
  }

  .jt-title-laranja-sml-home-sorte-consulta-credito.aquecimento {
    font-size: 18px;
    line-height: 24px;
  }

  .jt-title-orange {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-cinza-5 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-txt-cinza-5.aprovado {
    width: 50%;
  }

  .div-block-287 {
    display: block;
  }

  .paragraph-29.mobile {
    color: var(--orange-red);
    font-size: 12px;
    display: block;
  }

  .container_hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-167 {
    max-width: 370px;
  }

  .heading-33 {
    font-size: 28px;
  }

  .section_form {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_grid_form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-34 {
    font-size: 40px;
  }

  .div-block-288 {
    flex-flow: column-reverse;
  }

  .list-item._2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section_beneficios {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-35 {
    font-size: 35px;
  }

  .section_beneficios-2 {
    padding-top: 160px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-36 {
    text-align: center;
    width: 100%;
  }

  .paragraph-32 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .bold-text-78 {
    text-align: center;
  }

  .div_content.top {
    flex-flow: column;
  }

  .div_content.left {
    width: 40%;
  }

  .div_content.right {
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    margin-bottom: 20px;
  }

  .paragraph-33 {
    font-size: 14px;
  }

  .sectioin_garantir {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-170 {
    margin-top: 0;
  }

  .image-172.mobile {
    display: none;
  }

  .text-block-139 {
    font-size: 32px;
  }

  .div_grid_content {
    justify-content: space-between;
    align-items: flex-end;
  }

  .div_grid_content.continuar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-end;
    width: auto;
  }

  .image-174 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .section_continuar {
    background-position: 100% 5%, 50%;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_content_continuar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-292 {
    z-index: 0;
    width: 208px;
    height: 190px;
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    left: 0;
  }

  .image-175 {
    z-index: 4;
    width: 50%;
    bottom: -26px;
    right: 0;
  }

  .image-175._3 {
    width: 50%;
  }

  .image-175._1 {
    width: 34%;
    bottom: -26px;
  }

  .section_vem-naminha {
    height: 254px;
  }

  .image-176 {
    width: 90%;
  }

  .paragraph-37 {
    width: auto;
    font-size: 16px;
  }

  .heading-39 {
    font-size: 28px;
  }

  .image-177 {
    width: 100%;
  }

  .button-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_condicoes_ajeitae {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container_condicoes_ajeitae {
    width: 100%;
    max-width: none;
  }

  .div_content_condicoes_ajeitae.bottom {
    flex-flow: row;
    padding-top: 0;
  }

  .div-block-296 {
    width: 33%;
    height: 197.969px;
    padding: 24px;
  }

  .text-block-141 {
    font-size: 24px;
  }

  .text-block-142, .text-block-142.text {
    font-size: 48px;
  }

  .text-block-144 {
    font-size: 24px;
  }

  .section_renegociacao {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_grid_renegociacao {
    height: 400px;
  }

  .div_content_renegociacao.left {
    padding-right: 0;
  }

  .text-block-145 {
    font-size: 24px;
  }

  .image-181 {
    width: 100%;
  }

  .slide-ajeitae {
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-36-copy-copy {
    max-width: 900px;
  }

  .image-ajeitae {
    width: 85%;
  }

  .text-block-ajeitae {
    width: 201px;
    font-size: 15px;
  }

  .slide-ajeitae-ajuste {
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-paragraph-30 {
    width: auto;
  }

  .div-block-274-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-275-copy {
    width: auto;
  }

  .div-block-287-copy {
    display: block;
  }

  .image-189 {
    left: 65px;
    right: 86px;
  }

  .jt-subtile-branco-1-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-section-text {
    justify-content: center;
    align-items: center;
  }

  .div-block-306 {
    width: 100%;
    margin-bottom: 40px;
  }

  .jt-title-laranja-1-new {
    margin-top: 40px;
    font-size: 42px;
    line-height: 46px;
  }

  .jt-txt-cinza-4-new {
    font-size: 18px;
    line-height: 22px;
  }

  .jt-section-pix {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .jt-div-sections2 {
    width: 90%;
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-title-branco-pix {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-div-txt-pix {
    width: 420px;
  }

  .jt-txt-link-azul-2, .jt-txt-link-laranja-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .image-192 {
    width: 40%;
  }

  .jt-mercado-section-blackfriday {
    background-position: 80%;
  }

  .jt-mercado-section-lojasparceiras {
    background-position: 67%;
  }

  .jt-subtitle-mercado-section-2 {
    margin-top: 10px;
    font-size: 16px;
  }

  .image-194 {
    width: 40px;
  }

  .image-195 {
    width: 24px;
  }

  .heading-43, .paragraph-44 {
    font-size: 20px;
  }

  .heading-44 {
    font-size: 29px;
  }

  .heading-45 {
    text-align: center;
    font-size: 32px;
  }

  .text-block-159 {
    font-size: 24px;
  }

  .div-block-311 {
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-312 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .slide-16 {
    background-image: url('../images/Banner-Home---Mobile-1.png');
    background-position: 50% 9%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }

  .container_hero_guideline {
    flex-flow: column-reverse wrap;
  }

  .div_hero_right {
    justify-content: center;
    align-items: center;
  }

  .container_menu_guideline {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .container_footer_guideline {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .image-199 {
    width: 70%;
  }

  .slide-17 {
    mix-blend-mode: normal;
    background-color: #ff4d00;
    background-image: url('../images/Screenshot-2025-01-14-at-23.10.31.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: 150px 150px;
    height: 600px;
  }

  .cell-3 {
    display: none;
  }

  .cell-4 {
    background-position: 50%;
    justify-content: center;
    align-items: center;
  }

  .jt-perguntas-combo-13 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .jt-perguntas-combo-13-aberto {
    padding: 20px;
  }

  .div__hero_right {
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-216, .image-217, .div2_left_shopi {
    width: 100%;
  }

  .heading-51 {
    font-size: 48px;
  }

  .button-11._2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-11.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div2_right_shopi {
    width: 100%;
  }

  .image-218 {
    max-width: 400px;
  }

  .text-block-176 {
    font-size: 28px;
  }

  .heading-52 {
    font-size: 39px;
    line-height: 125%;
  }

  .div-block-353 {
    background-position: 58% 10%;
  }

  .heading-53 {
    font-size: 40px;
    line-height: 125%;
  }

  .heading-53.black {
    font-size: 40px;
  }

  .text-block-178 {
    font-size: 24px;
  }

  .text-block-178.black {
    font-size: 16px;
  }

  .boxes-shopi-falando {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .s-shopi-parceiros {
    background-position: 67%;
  }

  .container4_shopi {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div4_content {
    margin-top: 20px;
  }

  .text_shopi {
    margin-top: 10px;
  }

  .paragraph-51 {
    font-size: 24px;
  }

  .heading-53-copy._4 {
    font-size: 40px;
  }

  .text-block-white {
    font-size: 18px;
  }

  .heading-54 {
    font-size: 70px;
  }

  .heading-55 {
    font-size: 49px;
  }

  .s-shopi-gif {
    padding-top: 0;
  }

  .heading-57 {
    font-size: 46px;
  }

  .heading-55-copy {
    font-size: 48px;
  }

  .s-shopi-falando {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-359 {
    max-width: 490px;
  }

  .heading-58 {
    font-size: 40px;
  }

  .text-body-33.faq-item-text {
    width: auto;
  }

  .faq-item-_perguntas {
    width: 688px;
  }

  .faq-item-_perguntas.ajeitae {
    width: auto;
  }

  .jt-header-itens-home-promoteste-recaptcha-lgpd {
    justify-content: flex-end;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .jt-header-itens-3teste-recaptcha-lgpd {
    display: block;
  }

  .jt-form-home-sorteteste-recaptcha-lgpd {
    width: 350px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 21px 20px;
  }

  .jt-form-home-sorteteste-recaptcha-lgpd.aquecimento {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .phone-teste-recaptcha-lgpd, .document-teste-recaptcha-lgpd {
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    font-size: 14px;
  }

  .jt-btn-form-home-sorte-phone-teste-recaptcha-lgpd {
    font-size: 14px;
  }

  .slide-19 {
    background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(#ff5325, #ff5325);
    background-position: 100%, 0%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto;
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .divhome__hero_right {
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-216-copy, .image-217-copy {
    width: 100%;
  }

  .div-block-362 {
    top: auto;
    bottom: auto;
    right: 44px;
  }

  .div_content_renegociar.bottom {
    flex-flow: row;
  }

  .container-69 {
    width: 90%;
    max-width: none;
  }

  .text-block-183 {
    text-align: center;
    font-size: 24px;
  }

  .heading_embaixador {
    font-size: 28px;
  }

  .heading-59 {
    font-size: 25px;
  }

  .jt-btn-form-home-sorte-copy {
    font-size: 14px;
  }

  .text-field-8-copy {
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    font-size: 14px;
  }

  .jt-title-laranja-sml-home-sorte-copy {
    font-size: 22px;
    line-height: 26px;
  }

  .jt-title-laranja-sml-home-sorte-copy.aquecimento {
    font-size: 18px;
    line-height: 24px;
  }

  .jt-form-home-sorte-copy {
    width: 350px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 21px 20px;
  }

  .jt-form-home-sorte-copy.aquecimento {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-form-home-sorte-copy-copy {
    width: 350px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 21px 20px;
  }

  .jt-form-home-sorte-copy-copy.aquecimento {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-form-home {
    font-size: 16px;
    display: none;
  }

  .s-aprovacao-rapido {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container1160.flex-nav {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: static;
  }

  .box-aprovacao-rapido {
    max-width: 320px;
    left: 89px;
  }

  .h-67 {
    font-size: 47px;
  }

  .text-51 {
    font-size: 34px;
  }

  .btn {
    font-size: 28px;
  }

  .s-facilita {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vector-arrow-aprovacao {
    width: 70px;
    bottom: 70px;
    left: 0;
  }

  .h-60 {
    width: 100%;
    max-width: 450px;
    font-size: 40px;
  }

  .text-46 {
    font-size: 40px;
  }

  .vector-title-aprovacao {
    width: 297px;
    max-width: 100%;
  }

  .vector-facilita {
    width: 100px;
    top: -40px;
    left: -80px;
  }

  .s-mudar {
    background-position: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .box-mudar {
    max-width: 380px;
  }

  .h-53 {
    font-size: 40px;
  }

  .text-41 {
    font-size: 30px;
  }

  .vector-mudar {
    width: 90px;
  }

  .s-credito {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .h-77 {
    font-size: 54px;
  }

  .box-credito {
    max-width: 620px;
  }

  .h-49 {
    font-size: 44px;
  }

  .text-53 {
    font-size: 46px;
  }

  .circulo-credito {
    width: 240px;
    top: -20px;
    left: -20px;
  }

  .image-231 {
    width: 104px;
  }

  .h-175 {
    font-size: 140px;
  }

  .text-28 {
    font-size: 25px;
  }

  .img-cel, .doguinho {
    display: none;
  }

  .text-reclame {
    font-size: 19px;
  }

  .s-transfira {
    padding-bottom: 210px;
  }

  .image-233 {
    margin-left: -20px;
  }

  .heading-63 {
    margin-top: 60px;
    margin-left: 40px;
    font-size: 60px;
  }

  .heading-64 {
    font-size: 50px;
  }

  .div-block-363 {
    margin-right: 0;
  }

  .image-234 {
    width: 120px;
  }

  .img-nossojeito-desk {
    max-width: 300px;
    margin-top: -150px;
    margin-right: 40px;
  }

  .s-nossojeitto {
    padding-bottom: 130px;
  }

  .box-orange-nosso {
    max-width: 360px;
    padding: 40px 30px;
  }

  .heading-65 {
    font-size: 50px;
  }

  .text-block-186 {
    font-size: 40px;
  }

  .s-pix {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-66 {
    font-size: 30px;
  }

  .jt-link-tiktok {
    width: 26px;
  }

  .flex-block-10 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .llustra-credito-desk {
    max-width: 310px;
  }

  .image-pix-desktop {
    width: 100%;
    max-width: 300px;
  }

  .image-cel {
    display: none;
  }

  .image-239 {
    width: 30px;
  }

  .image-240 {
    width: 230px;
  }

  .illustra-credito-mob {
    max-width: 310px;
  }

  .img-nossojeito-mob {
    max-width: 300px;
    margin-top: -150px;
    margin-right: 40px;
  }

  .btn-float {
    display: none;
  }

  .navbar-inside {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .btn-credito-white {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-box-vector {
    font-size: 38px;
  }

  .vector-title-voce {
    width: 100%;
    max-width: 108px;
    top: -7px;
    right: 0;
  }

  .form-cadastro {
    padding: 40px;
  }

  .title-box-cadastro {
    font-size: 40px;
  }

  .title-box-cadastro.aquecimento {
    font-size: 18px;
    line-height: 24px;
  }

  .field-input-line-dark {
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    font-size: 14px;
  }

  .btn-form-cadastro {
    font-size: 14px;
  }

  .box-credito-aumentar {
    justify-content: space-between;
    align-items: flex-start;
  }

  .box-texts-credito-aumentar {
    max-width: 450px;
    top: -20px;
  }

  .h-40 {
    font-size: 33px;
  }

  .text-32 {
    font-size: 24px;
  }

  .text-32.text-black {
    font-size: 20px;
  }

  .img-credito-cel {
    max-width: 350px;
  }

  .s-credito-topicos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h-52 {
    font-size: 40px;
  }

  .box-icon {
    width: 90px;
    height: 90px;
  }

  .h-30 {
    font-size: 20px;
  }

  .flex-icons {
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
  }

  .flex-icons.space-box, .flex-icons.space-box-emprestimo {
    z-index: 1;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    align-items: stretch;
    position: relative;
  }

  .risco-credito {
    width: 100%;
    max-width: 130px;
    bottom: -7px;
    right: 130px;
  }

  .img-compras {
    max-width: 310px;
  }

  .h-55 {
    font-size: 40px;
  }

  .flex-compras {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .vector-lines-compras {
    width: 100%;
    max-width: 100px;
    bottom: -100px;
  }

  .h-48 {
    font-size: 42px;
  }

  .h-48.text-white.text-wdth {
    font-size: 34px;
  }

  .box-fatura {
    max-width: 440px;
  }

  .form-fatura, .form-boleto {
    padding: 40px;
  }

  .title-box-minha-fatura {
    font-size: 40px;
  }

  .title-box-minha-fatura.aquecimento {
    font-size: 18px;
    line-height: 24px;
  }

  .field-input-line-white {
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    font-size: 14px;
  }

  .btn-form {
    font-size: 14px;
  }

  .h-bg-orange {
    font-size: 40px;
  }

  .text-24.text-white, .text-24.text-small {
    font-size: 18px;
  }

  .s-emprestimo-beneficios {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .h-32-seta {
    font-size: 25px;
  }

  .box-listas {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .s-emprestimo-conta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .btn-orange-flat {
    font-size: 30px;
  }

  .s-emprestimo-cobertura {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .box-orange-cobertura {
    padding: 40px 20px;
  }

  .flex-box-cobertura {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-cobertura {
    font-size: 19px;
  }

  .s-emprestimo-pausa {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .s-emprestimo-combao {
    overflow: hidden;
  }

  .text-combao {
    font-size: 30px;
  }

  .box-text-combao {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h-title-combao-contrato {
    font-size: 40px;
  }

  .s-emprestimo-curtiu {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .box-texts-banner-transferencia {
    align-self: center;
    max-width: 360px;
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .title-banner-transferencia {
    font-size: 44px;
  }

  .title-banner-transferencia.v2 {
    width: auto;
    font-size: 28px;
    line-height: 30px;
  }

  .vector-title-depois {
    width: 100%;
    max-width: 160px;
  }

  .subtile-branco-transferencia {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 23px;
  }

  .s-transferencia-pix {
    padding-top: 220px;
    padding-bottom: 80px;
  }

  .h-54 {
    font-size: 36px;
  }

  .image-246 {
    top: -33px;
    left: -28px;
  }

  .s-transferencia-como {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .s-transferencia-topicos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .s-transferencia-tarifas {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .box-texts-tarifa {
    max-width: 340px;
  }

  .image-248 {
    width: 100%;
    max-width: 140px;
  }

  .image-249 {
    width: 100%;
    max-width: 100%;
    height: 500px;
    margin-top: 60px;
    position: relative;
  }

  .s-emprestimo-p-segurado {
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .s-emprestimo-p-jornada {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .s-emprestimo-p-boxes {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .flex-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .box-orange-boxes {
    min-width: 340px;
    max-width: 340px;
    padding: 40px 20px;
  }

  .h-24-boxes {
    font-size: 30px;
  }

  .text-boxes {
    font-size: 18px;
  }

  .image-250 {
    display: none;
  }

  .text-jornada {
    max-width: 370px;
  }

  .s-emprestimo-p-boxes-branco {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .box-orange-boxes-border {
    padding: 40px 20px;
  }

  .flex-boxes-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title-card-orange.big {
    font-size: 60px;
  }

  .text-span-249 {
    font-size: 46px;
  }

  .heading-72 {
    font-size: 40px;
  }

  .text-manifesto {
    margin-top: 20px;
    font-size: 18px;
  }

  .vector-manifesto, .img-cel-numeros {
    display: none;
  }

  .s-sbre-ia {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-ia {
    font-size: 20px;
  }

  .box-ia {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .title-ia {
    font-size: 40px;
  }

  .title-midia.title-black {
    font-size: 41px;
  }

  .text-box-midia {
    font-size: 20px;
  }

  .icon-midia-rabisco {
    width: 50px;
    bottom: 40px;
  }

  .icon-midia-estrela {
    width: 80px;
    top: 20px;
    left: 40px;
  }

  .image-253 {
    width: 30px;
  }

  .image-254 {
    width: 260px;
  }

  .s-minha-fatura-banner {
    height: 680px;
  }

  .form-boleto-small {
    padding: 40px;
  }

  .title-box-vector-banner {
    font-size: 38px;
  }

  .box-minha-funciona {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .title-minha-fatura {
    font-size: 30px;
  }

  .text-minha-fatura {
    font-size: 18px;
  }

  .box-texts-minhaf {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .s-minha-fatura-emdia {
    max-width: 270px;
  }

  .s-minha-fatura-dia {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .title-minha-fatura-dia {
    font-size: 40px;
  }

  .title-dia {
    font-size: 34px;
  }

  .box-fatura-dia {
    width: 50%;
    font-size: 26px;
  }

  .texts-dia {
    font-size: 24px;
  }

  .s-fatura-atrasada {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .title-atrasada {
    font-size: 40px;
    line-height: 110%;
  }

  .texts-atrasada {
    font-size: 24px;
  }

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

  .s-consultar-cadastro {
    padding-top: 100px;
  }

  .image-258 {
    width: 100%;
    max-width: 30px;
  }

  .image-259 {
    width: 100%;
    max-width: 60px;
  }

  .s-consultar-juntese {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-73 {
    font-size: 40px;
  }

  .flex-block-14 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 60px;
  }

  .heading-74.branco {
    font-size: 90px;
  }

  .box-cards-avaliacao {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-260 {
    max-width: 340px;
  }

  .box-texts-banner-credito-aprovado {
    max-width: 360px;
    margin-top: 0;
  }

  .vector-title-aprovacao2 {
    width: 100%;
    max-width: 160px;
  }

  .s-credito-aprovado-motivos {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vector-title-motivo {
    width: 100%;
    max-width: 160px;
    left: 0;
  }

  .s-credito-aprovado-olho {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-262 {
    max-width: 340px;
  }

  .flex-block-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-76, .text-span-252 {
    font-size: 40px;
  }

  .title-banner-seguranca {
    font-size: 44px;
  }

  .title-banner-seguranca.v2 {
    width: auto;
    font-size: 28px;
    line-height: 30px;
  }

  .vector-title-seguranca {
    width: 100%;
    max-width: 160px;
  }

  .img-seguro {
    max-width: 310px;
  }

  .heading-77 {
    font-size: 44px;
  }

  .text-block-194 {
    font-size: 17px;
  }

  .vector-lines-seguro {
    width: 100%;
    max-width: 100px;
    display: none;
    bottom: -100px;
  }

  .heading-78 {
    font-size: 44px;
  }

  .text-block-195 {
    font-size: 20px;
  }

  .text-block-196 {
    font-size: 40px;
  }

  .image-264 {
    max-width: 360px;
  }

  .heading-79 {
    font-size: 44px;
  }

  .s-seguranca-digital-golpe {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-80 {
    font-size: 42px;
  }

  .image-268 {
    max-width: 390px;
  }

  .heading-81 {
    font-size: 34px;
  }

  .heading-82 {
    font-size: 40px;
  }

  .vector-title-unicos {
    width: 100%;
    max-width: 160px;
    left: 150px;
  }

  .image-269 {
    margin-left: auto;
  }

  .image-242-copy {
    right: 90px;
  }

  .box-minha-fatura {
    max-width: 440px;
  }

  .text-block-199 {
    font-size: 30px;
  }

  .s-gaste-ganhe-participo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .box-texts-participo {
    max-width: 340px;
  }

  .heading-84 {
    font-size: 40px;
  }

  .text-block-200 {
    font-size: 24px;
  }

  .text-block-201 {
    max-width: 290px;
    margin-left: 46px;
    font-size: 34px;
  }

  .heading-85 {
    font-size: 54px;
  }

  .button-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-260, .text-span-261 {
    font-size: 32px;
  }

  .s-gaste-ganhe-ganhar {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-86 {
    font-size: 70px;
  }

  .image-271 {
    max-width: 240px;
  }

  .box-cadastro {
    max-width: 440px;
  }

  .image-272 {
    max-width: 360px;
  }

  .heading-87 {
    font-size: 40px;
  }

  .flex-block-23 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-205 {
    font-size: 24px;
  }

  .bt-banner-rounded {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-264 {
    font-size: 34px;
  }

  .text-span-261-copy {
    font-size: 33px;
  }

  .title-box-cadastrese {
    font-size: 40px;
  }

  .title-box-cadastrese.aquecimento {
    font-size: 18px;
    line-height: 24px;
  }

  .image-274 {
    width: 28px;
  }

  .form-cadastrese {
    padding: 40px;
  }

  .s-corporativo-diferencial {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s-corporativo-aprovamos {
    height: 630px;
  }

  .s-corporativo-ia {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-88 {
    font-size: 37px;
  }

  .image-275 {
    width: 100%;
    max-width: 259px;
    inset: auto auto -10px 0%;
  }

  .image-276 {
    max-width: 300px;
  }

  .flex-block-27 {
    font-size: 18px;
  }

  .s-corporativo-oportunidades {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-89 {
    font-size: 36px;
  }

  .image-277 {
    top: -55px;
    right: -20px;
  }

  .image-278 {
    max-width: 365px;
  }

  .text-block-207 {
    font-size: 18px;
  }

  .s-corporativo-topicos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-icons-crop {
    margin-top: 50px;
  }

  .flex-icons-crop.space-box {
    z-index: 1;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    position: relative;
  }

  .s-corporativo-potencial {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .box-texts-potencial {
    max-width: 340px;
  }

  .heading-90 {
    font-size: 32px;
  }

  .text-span-265 {
    font-size: 41px;
  }

  .image-280 {
    width: 100%;
    max-width: 134px;
  }

  .text-block-208 {
    font-size: 18px;
  }

  .cj-paga-title-2 {
    font-size: 40px;
  }

  .cj-negociacao-txt-2, .ej-negociacao-txt-2, .cj-atraso-txt-2 {
    font-size: 18px;
  }

  .cj-processando-title-2 {
    font-size: 40px;
  }

  .cj-fatura-txt-bold {
    font-size: 16px;
  }

  .cj-paga-box-2 {
    padding: 40px;
  }

  .cj-fatura-txt-vencimento-2, .cj-fatura-title-valor-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .ej-fatura-txt-codigo-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .cj-paga-txt-2 {
    font-size: 18px;
  }

  .ej-processando-box-2 {
    padding: 40px;
  }

  .ej-processando-txt-2 {
    font-size: 18px;
  }

  .cj-atraso-box-2 {
    padding: 40px;
  }

  .ej-processando-title-2 {
    font-size: 40px;
  }

  .ej-negociacao-email-2 {
    font-size: 18px;
  }

  .ej-fatura-txt-vencimento-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .cj-negociacao-box-2 {
    padding: 40px;
  }

  .ej-negociacao-title-2 {
    font-size: 40px;
  }

  .erro-cpf-box-2 {
    width: 90%;
    max-width: 700px;
    padding: 40px;
  }

  .cj-processando-txt-2 {
    font-size: 18px;
  }

  .erro-cpf-txt-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .cj-fatura-title-vencimento-2, .ej-fatura-title-vencimento-2 {
    margin-left: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .ej-paga-title-2 {
    font-size: 40px;
  }

  .ej-fatura-txt-valor-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .ej-paga-txt-2 {
    font-size: 18px;
  }

  .erro-cpf-title-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .cj-processando-box-2, .ej-paga-box-2 {
    padding: 40px;
  }

  .cj-fatura-txt-codigo-2 {
    font-size: 18px;
  }

  .ej-atraso-title-2, .cj-atraso-title-2 {
    font-size: 40px;
  }

  .ej-atraso-box-2 {
    padding: 40px;
  }

  .ej-fatura-btn-ver-2 {
    width: 100%;
  }

  .ej-negociacao-box-2 {
    padding: 40px;
  }

  .ej-fatura-title-2, .cj-negociacao-title-2 {
    font-size: 40px;
  }

  .cj-fatura-txt-valor-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .cj-fatura-title-2 {
    font-size: 40px;
  }

  .cj-fatura-btn-ver-2 {
    width: 100%;
  }

  .ej-atraso-txt-2 {
    font-size: 18px;
  }

  .ej-fatura-txt-bold {
    font-size: 16px;
  }

  .ej-fatura-title-valor-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .box-cadastro-gaste-ganhe {
    max-width: 440px;
  }

  .link-24 {
    font-size: 20px;
  }

  .image-282 {
    max-width: 250px;
  }

  .text-block-210 {
    font-size: 36px;
  }

  .text-span-266 {
    font-size: 30px;
  }

  .image-283 {
    width: 100%;
    max-width: 80px;
    inset: -60px auto auto 0%;
  }

  .image-284 {
    width: 100%;
    max-width: 130px;
  }

  .s-corporativo-juntese {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .titulo-juntase {
    font-size: 40px;
  }

  .s-corporativo-acompanhe {
    height: 600px;
  }

  .heading-91 {
    font-size: 36px;
  }

  .text-block-212 {
    font-size: 20px;
  }

  .flex-block-32 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .s-corporativo-midia, .s-corporativo-credito {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-93 {
    font-size: 40px;
  }

  .text-span-267 {
    font-size: 50px;
  }

  .flex-block-33 {
    font-size: 18px;
  }

  .div-block-379 {
    padding: 40px;
  }

  .heading-94 {
    font-size: 27px;
    line-height: 110%;
  }

  .text-block-214 {
    font-size: 20px;
  }

  .heading-95 {
    font-size: 30px;
  }

  .text-block-215 {
    font-size: 15px;
  }

  .s-corporativo-nosso-jeitto {
    height: 430px;
  }

  .text-block-216 {
    font-size: 26px;
  }

  .flex-block-38 {
    max-width: 410px;
  }

  .heading-96 {
    font-size: 40px;
  }

  .text-span-268 {
    font-size: 50px;
  }

  .image-286 {
    display: none;
  }

  .image-287 {
    width: 100%;
    max-width: 200px;
  }

  .s-fatura-infos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-97 {
    font-size: 46px;
  }

  .text-block-217 {
    font-size: 26px;
  }

  .image-288 {
    width: 100%;
    max-width: 230px;
  }

  .s-email-validado-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-289 {
    width: 64%;
  }

  .heading-98 {
    font-size: 40px;
  }

  .text-block-219 {
    font-size: 24px;
  }

  .image-290 {
    width: 47%;
    margin-top: -100px;
  }

  .flex-block-40 {
    margin-top: 30px;
  }

  .flex-block-42 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-291 {
    top: 80px;
  }

  .s-email-validado-aprovamos, .s-email-validado-topicos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-221, .heading-101 {
    font-size: 28px;
  }

  .image-293 {
    max-width: 300px;
  }

  .heading-102 {
    font-size: 44px;
  }

  .text-block-222 {
    font-size: 20px;
  }

  .image-294 {
    width: 100%;
    max-width: 95px;
    bottom: 45px;
    right: 80px;
  }

  .s-spc-cadastrese {
    padding-bottom: 40px;
  }

  .image-295 {
    max-width: 130px;
  }

  .div-block-381 {
    margin-bottom: 60px;
  }

  .heading-103 {
    font-size: 40px;
  }

  .s-spc-avaliacoes {
    height: 460px;
  }

  .heading-105 {
    max-width: 320px;
    font-size: 40px;
  }

  .avaliacao-laranja {
    max-width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-296 {
    max-width: 200px;
  }

  .s-serasa-avaliacoes {
    height: 460px;
  }

  .s-proposta-acordo-banner {
    height: 540px;
  }

  .s-proposta-acordo-atraso {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-297 {
    max-width: 310px;
  }

  .flex-block-54 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-108 {
    font-size: 38px;
  }

  .image-298 {
    width: 120px;
    left: 63px;
  }

  .image-299 {
    width: 140px;
  }

  .image-301 {
    top: -16px;
  }

  .jt-form-shopi {
    width: auto;
    padding: 21px 20px;
  }

  .s-baixe-banner {
    height: 710px;
  }

  .s-baixe-form {
    margin-top: -93px;
  }

  .flex-block-57 {
    flex-flow: column;
  }

  .s-baixe-topicos {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .flex-block-60 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .flex-icons2 {
    justify-content: center;
    margin-top: 50px;
  }

  .flex-icons2.space-box {
    z-index: 1;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    position: relative;
  }

  .image-305 {
    max-width: 310px;
  }

  .flex-block-61 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .image-306 {
    width: 240px;
  }

  .s-solicite-banner {
    height: 700px;
  }

  .s-solicite-topicos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .risco-credito-white {
    width: 100%;
    max-width: 130px;
    bottom: -7px;
    right: 130px;
  }

  .heading-110 {
    font-size: 44px;
  }

  .text-block-235 {
    font-size: 28px;
  }

  .s-solicite-cresce {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-111 {
    font-size: 40px;
  }

  .text-block-237 {
    font-size: 20px;
  }

  .image-307 {
    width: 60px;
    top: 10px;
  }

  .image-308 {
    width: 50px;
    bottom: 10px;
  }

  .s-solicite-midia, .s-solicite-credito {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-383 {
    max-width: 270px;
  }

  .heading-113 {
    font-size: 30px;
  }

  .text-block-238 {
    font-size: 20px;
  }

  .s-pedir-banner {
    height: 700px;
  }

  .s-pedir-topicos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-309 {
    width: 190px;
    top: 93px;
    right: 30px;
  }

  .s-pedir-cresce {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .box-texts-pedir {
    max-width: 340px;
  }

  .s-pedir-midia {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .s-leap-banner {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .flex-block-69 {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .flex-block-70 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .flex-block-71 {
    font-size: 48px;
  }

  .text-block-241 {
    font-size: 30px;
  }

  .heading-118 {
    font-size: 50px;
  }

  .heading-119 {
    font-size: 40px;
  }

  .text-block-242 {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .flex-block-73 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .s-pague-facil {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-314 {
    right: 110px;
  }

  .risco-credito2 {
    width: 100%;
    max-width: 130px;
    bottom: -7px;
    right: 130px;
  }

  .s-emprestimo-nega-banner {
    height: 650px;
  }

  .s-emprestimo-nega-precisando {
    padding-top: 210px;
    padding-bottom: 80px;
  }

  .heading-121 {
    font-size: 40px;
  }

  .heading-121.txt-black {
    font-size: 36px;
  }

  .text-block-243 {
    font-size: 18px;
  }

  .text-span-271 {
    font-size: 20px;
  }

  .s-emprestimo-nega-oque {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .heading-122 {
    font-size: 44px;
  }

  .text-block-244 {
    font-size: 20px;
  }

  .heading-123 {
    font-size: 36px;
  }

  .text-block-246 {
    font-size: 20px;
  }

  .heading-124 {
    font-size: 34px;
  }

  .flex-block-79 {
    padding: 40px 20px;
  }

  .text-block-247 {
    font-size: 20px;
  }

  .div-block-393 {
    margin-top: 0;
  }

  .s-emprestimo-negativado {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .title-emprestimo {
    font-size: 40px;
  }

  .form-cadastro-leapfone {
    padding: 40px;
  }

  .text-block-249 {
    font-size: 20px;
  }

  .box-texts-emprestimo-negativado {
    max-width: 100%;
  }

  .s-emprestimo-nega-descubra {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-126 {
    font-size: 40px;
  }

  .text-block-250 {
    font-size: 24px;
  }

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

  .text-block-251 {
    font-size: 16px;
  }

  .flex-block-84 {
    flex-flow: wrap;
  }

  .div-block-395 {
    max-width: 373px;
  }

  .s-emprestimo-nega-garanta {
    height: 600px;
  }

  .flex-block-85 {
    max-width: 370px;
  }

  .heading-128 {
    font-size: 40px;
    line-height: 120%;
  }

  .text-block-252 {
    font-size: 18px;
  }

  .image-317 {
    width: 220px;
    top: 42px;
  }

  .s-emprestimo-dividas-banner {
    height: 650px;
  }

  .s-emprestimo-dividas-quitar {
    padding-top: 210px;
    padding-bottom: 80px;
  }

  .s-emprestimo-dividas-considerar {
    height: 600px;
  }

  .text-block-253 {
    font-size: 18px;
  }

  .slider10 {
    max-width: 360px;
  }

  .s-emprestimo-dividas-ajudar {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-129 {
    font-size: 36px;
  }

  .text-block-254 {
    font-size: 18px;
  }

  .heading-130 {
    font-size: 44px;
  }

  .text-block-255 {
    font-size: 20px;
  }

  .div-block-400 {
    max-width: 280px;
  }

  .heading-132 {
    font-size: 40px;
  }

  .text-block-256 {
    font-size: 18px;
  }

  .image-319 {
    width: 180px;
  }

  .s-quemfaz-banner {
    height: 650px;
  }

  .text-block-259 {
    font-size: 40px;
  }

  .s-quemfaz-cultura {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-133 {
    font-size: 42px;
  }

  .text-block-261 {
    font-size: 22px;
  }

  .s-quemfaz-topicos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-92 {
    max-width: 340px;
  }

  .s-quemfaz-voce {
    height: 700px;
  }

  .s-quemfaz-encontra {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-136 {
    font-size: 48px;
  }

  .flex-block-94 {
    min-width: 290px;
    max-width: 290px;
  }

  .heading-138 {
    font-size: 40px;
  }

  .text-block-264 {
    font-size: 30px;
  }

  .flex-block-98 {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
  }

  .heading-139 {
    font-size: 40px;
  }

  .s-blog-cat {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s-transferencia-como-pix {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .header-jeitto {
    background-color: var(--seashell);
    background-image: linear-gradient(94deg, #000000d9, #0000006b 50%, #0000 88%), url('../images/teste-2-1.jpg'), url('../images/bg-app.jpg'), url('../images/bg-jeitto-2.jpg');
    background-position: 0 0, 50%, 50% 0, 50% 100%;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
    background-size: auto, cover, cover, cover;
    background-attachment: scroll, scroll, scroll, scroll;
    height: 420px;
  }

  .header-txt {
    align-items: flex-start;
    width: 500px;
    margin-top: 127px;
    padding-left: 0;
  }

  .verifique-jeitto {
    margin-left: 30px;
    margin-right: 30px;
  }

  .title-jeitto-2 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .div-verifique {
    width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sub-jeitto-2 {
    width: auto;
    margin-right: 20px;
    font-size: 16px;
  }

  .verif-infos {
    flex-direction: column;
    margin-top: 20px;
  }

  .infos-jeitto {
    margin-top: 20px;
  }

  .text-infos {
    width: auto;
    line-height: 16px;
  }

  .form {
    flex-direction: column;
    align-items: flex-start;
    line-height: 15px;
  }

  .text-field {
    width: 500px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 15px;
  }

  .submit-button {
    height: 45px;
    line-height: 15px;
  }

  .form-verificar {
    margin-top: 0;
    line-height: 15px;
  }

  .baixe-jeitto-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link {
    font-size: 22px;
    line-height: 28px;
  }

  .app-item {
    width: 500px;
  }

  .title-jeitto-3 {
    width: 90%;
    font-size: 20px;
    line-height: 28px;
  }

  .text-jeitto {
    width: 500px;
    font-size: 14px;
    line-height: 17px;
  }

  .app-txt {
    width: 250px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .text-jeitto-2 {
    width: auto;
    font-size: 12px;
    line-height: 17px;
  }

  .contas-item {
    margin-right: 20px;
  }

  .title-jeitto-4 {
    width: 279px;
    font-size: 22px;
    line-height: 26px;
  }

  .baixeapp-div {
    background-position: 88% 64%, 0 0;
    background-size: 43%, auto;
    height: 200px;
  }

  .image-5 {
    width: 140px;
    margin-left: 51px;
    margin-right: 15px;
  }

  .app-itens {
    margin-left: 25px;
  }

  .collection-novidades {
    margin-top: 20px;
  }

  .collection-list {
    width: auto;
  }

  .box-infos-2 {
    width: auto;
    margin: 50px 40px;
  }

  .brand-3 {
    line-height: 13px;
  }

  .itens-jeitto {
    margin-left: 0;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-item {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .btn-jeitto {
    padding-left: 6px;
    padding-right: 6px;
  }

  .materia-jeitto {
    margin-top: 70px;
  }

  .img-materia {
    width: 90%;
  }

  .infos-materia {
    margin-left: 40px;
    margin-right: 40px;
  }

  .title-materia {
    font-size: 30px;
    line-height: 32px;
  }

  .sub-materia {
    font-size: 16px;
    line-height: 21px;
  }

  .rich-text-block {
    font-size: 14px;
    line-height: 16px;
  }

  .logos-footer {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-9 {
    margin-left: 0;
  }

  .btn-facebook {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }

  .btn-video {
    background-size: contain;
    width: 30px;
    height: 30px;
  }

  .social-jeitto {
    align-items: center;
    width: 167px;
    margin-left: 35px;
  }

  .logos-div {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .links-div {
    margin-top: 50px;
  }

  .links-cont {
    width: 30%;
    margin-left: 20px;
  }

  .link-footers {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .infos-footer {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .txt-footer {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    display: none;
  }

  .menu-jeitto {
    line-height: 17px;
  }

  .imagem-novidades {
    width: 289px;
  }

  .title-novidades {
    width: 217px;
    font-size: 16px;
    line-height: 22px;
  }

  .noticias-div {
    flex-direction: row;
  }

  .section {
    margin-top: 60px;
  }

  .div-app-txt {
    width: 500px;
  }

  .collection-noticias-2 {
    margin-top: 40px;
  }

  .menu-toggle {
    color: #fff0;
    margin-right: 5vw;
  }

  .menu-toggle:active {
    color: #fff0;
  }

  .text-jeitto-4 {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .bold-text {
    font-size: 12px;
    line-height: 14px;
  }

  .image-12 {
    width: 70px;
    padding-right: 0;
  }

  .bold-text-2 {
    font-size: 12px;
    line-height: 14px;
  }

  .title-jeitto-5-2 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .collection-item-4 {
    width: 242px;
  }

  .header-internas {
    height: 200px;
    margin-top: 70px;
  }

  .title-jeitto-internas {
    text-align: left;
    width: 90%;
    margin-top: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .rich_txt_politica._1 {
    max-width: none;
  }

  .txt-field-fatura {
    width: 500px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 15px;
  }

  .text-jeitto-fatura {
    width: auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-5 {
    width: 90%;
  }

  .text-block-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    line-height: 20px;
  }

  .link-block-2 {
    flex-direction: column;
    width: 500px;
  }

  .sub-jeitto-3 {
    text-align: left;
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .heading {
    text-align: center;
  }

  .content-txt-icone {
    margin-right: 0;
  }

  .icones-duvidas-jeitto {
    display: none;
  }

  .item-duvidas-jeitto {
    clear: left;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-duvidas {
    margin-top: 20px;
  }

  .title-duvidas {
    font-size: 26px;
    line-height: 26px;
  }

  .div-title-duvidas {
    margin-left: 30px;
  }

  .txt-duvidas {
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
  }

  .box-duvidas {
    padding: 30px;
  }

  .sub-duvidas {
    font-size: 18px;
    line-height: 18px;
  }

  .icones-duvidas-jeitto-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
  }

  .div-fatura-jeitto {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 111px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .valor-fatura-jeitto {
    margin-right: 15px;
    font-size: 16px;
    line-height: 16px;
  }

  .vencimento-fatura-jeitto {
    margin-left: 15px;
    font-size: 16px;
    line-height: 16px;
  }

  .content-codigo-fatura {
    margin-top: 30px;
  }

  .btn-whatsapp-fatura {
    width: 240px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .btn-baixar-fatura {
    width: 240px;
    margin-left: 10px;
    margin-right: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .nav-item-inst {
    font-size: 16px;
    line-height: 16px;
  }

  .numeros {
    min-height: 640px;
    position: static;
  }

  .quem-somos, .equipe {
    width: 100%;
    height: 100vh;
    min-height: 640px;
  }

  .namidia {
    height: auto;
    position: static;
  }

  .depoimentos {
    width: 100%;
    position: static;
  }

  .member_biography {
    margin-top: 5vh;
  }

  .header-container {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .revista {
    width: 72px;
    height: 72px;
    margin: 12px auto;
  }

  .midia-mural {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around flex-start;
    align-items: stretch;
    display: flex;
  }

  .midia-link {
    margin-left: auto;
    margin-right: auto;
  }

  .header-inst {
    width: 100vw;
    position: static;
  }

  .brand-inst-copy {
    line-height: 13px;
  }

  .div_about-title {
    flex-direction: column;
    width: 100%;
    margin-top: auto;
    padding-left: 0%;
  }

  .title-div-r {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: -24px;
  }

  .datascience {
    width: 100%;
    height: 100vh;
    min-height: 640px;
  }

  .text-block-18 {
    line-height: 54px;
  }

  .div_datascience {
    width: 100%;
    padding-left: 0;
  }

  .creditasaservice {
    background-image: linear-gradient(to bottom, #00000040, #00000040), url('../images/img-site-port.png'), linear-gradient(to bottom, #0003, #0003), radial-gradient(circle farthest-side at 100% 0%, #07b7e680, #009cc680), linear-gradient(to right, #07b7e680, #07b7e600 50%), linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-sky-blue));
    background-position: 0 0, 50%, 0 0, 0 0, 0 0, 0 0;
    background-repeat: repeat, no-repeat, repeat, repeat, repeat, repeat;
    background-size: auto, auto 100%, auto, auto, auto, auto;
    width: 100%;
    height: 100vh;
    min-height: 640px;
  }

  .div-block-42 {
    margin-bottom: 12px;
  }

  .numeros-box {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-24 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .historias-div {
    margin-bottom: 48px;
  }

  .story-block-l {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .story-block-l.margem {
    height: auto;
  }

  .story-text-block {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .story-img-block {
    background-color: var(--dark-grey);
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 200px;
    display: flex;
  }

  .alberto {
    background-position: 50% 35%;
  }

  .daiane {
    background-position: 50% 40%;
    background-size: cover;
  }

  .lucas {
    background-position: 50% 45%;
  }

  .alexandre {
    background-position: 50% 40%;
  }

  .namidia-title {
    width: 90%;
  }

  .work-with-us {
    height: 100vh;
    min-height: 640px;
  }

  .div-block-44 {
    flex-direction: column;
    width: 100%;
  }

  .div-block-45 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .title-div-0 {
    align-items: flex-start;
    width: 100%;
  }

  .text-block-26 {
    margin-top: 24px;
  }

  .thumb-video-stories {
    width: 480px;
  }

  .equipe-title {
    justify-content: center;
  }

  .o-jeitto {
    width: 100vw;
    position: static;
  }

  .div-block-53 {
    text-align: left;
    width: 380px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-10 {
    height: 100vh;
    min-height: 640px;
  }

  .div-block-54 {
    width: 100%;
  }

  .back-to-top_div {
    margin-top: 85vh;
    margin-left: 50%;
  }

  .b-t-t_text {
    display: none;
  }

  .mass-texto-l {
    margin-top: 36px;
  }

  .mass-texto-r {
    width: 460px;
  }

  .div_about-title-l {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .item-quemfaz {
    width: 160px;
  }

  .thumbnail-lightbox, .div-block-57 {
    width: 160px;
    height: 160px;
  }

  .member-name-thuimb, .member-job-thuimb {
    font-size: 16px;
  }

  .hover-div {
    width: 160px;
    height: 160px;
  }

  .div-block-59 {
    width: 100%;
    margin-left: -50%;
  }

  .lightbox-contact {
    display: none;
  }

  .footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .menu-toggle-copy {
    background-color: var(--transparent);
    color: #fff0;
    border-radius: 50%;
  }

  .menu-toggle-copy:active {
    color: #fff0;
  }

  .itens-jeitto-inst {
    padding-right: 5vw;
  }

  .nav-inst-item {
    width: 100%;
  }

  .link-block-4 {
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    margin-right: 20px;
    display: block;
  }

  .landing-div {
    width: 500px;
    margin-top: 36px;
    margin-bottom: 50px;
  }

  .landing-container {
    align-items: center;
  }

  .landing-infos, .landing-form {
    flex-direction: column;
    margin-top: 20px;
  }

  .landing-infos-div {
    margin-top: 20px;
  }

  .sub-jeitto-landing {
    width: auto;
    margin-right: 20px;
    font-size: 16px;
  }

  .form-landing {
    margin-top: 0;
    line-height: 15px;
  }

  .text-infos-landing, .topic-infos-landing {
    width: auto;
    line-height: 16px;
  }

  .landing-brand {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 25%;
    line-height: 13px;
    display: flex;
  }

  .nav-item-inst-selected {
    font-size: 16px;
    line-height: 16px;
  }

  .landing-div-copy {
    justify-content: center;
    align-items: center;
    width: 500px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .form-copy {
    flex-direction: column;
    align-items: flex-start;
    line-height: 15px;
  }

  .submit-button-copy {
    height: 45px;
    line-height: 15px;
  }

  .text-field-c {
    width: 500px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 15px;
  }

  .story-block-r {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .equipe-copy {
    width: 100%;
  }

  .div-block-62 {
    align-items: flex-start;
    width: 80%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .mass-texto-r-copy {
    text-align: left;
    width: 80%;
  }

  .title-div-r-copy {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: -24px;
  }

  .txt-stories {
    margin-bottom: 12px;
  }

  .story-img-block-video {
    background-color: var(--dark-grey);
    background-image: none;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50%;
    display: flex;
  }

  .itens-jeitto-0 {
    margin-top: 70px;
  }

  .bold-text-33 {
    font-size: 14px;
  }

  .menu-toggle-main {
    background-color: var(--transparent);
    border-radius: 50%;
  }

  .email-h2 {
    font-size: 38px;
  }

  .sub-h4-email {
    font-size: 20px;
  }

  .link-barnd-email {
    width: 50%;
    line-height: 13px;
  }

  .form-send-jeitto {
    width: 100%;
    min-width: 400px;
    max-width: 600px;
    margin-top: 0;
    line-height: 15px;
  }

  .text-field-customer {
    height: 45px;
    margin: 0 20px 15px;
    font-size: 18px;
    line-height: 15px;
  }

  .submit-send-cs-jeitto {
    height: 45px;
    line-height: 15px;
  }

  .form-atendimento {
    align-self: center;
    width: 90%;
    line-height: 15px;
  }

  .txt_cx_obs, .txt_title_cx {
    text-align: center;
    width: 100%;
    min-width: 400px;
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .txt-paragrafo-old {
    text-align: left;
    width: 250px;
    font-size: 16px;
    line-height: 18px;
  }

  .error_cx_txt {
    font-size: 18px;
  }

  .sucess_cx_message {
    width: 90%;
    padding-top: 24px;
    padding-bottom: 12px;
  }

  .success_txt_cx {
    width: 100%;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .txt_title_cx-copy {
    text-align: center;
    width: 100%;
    min-width: 400px;
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .btn-insta {
    width: 30px;
    height: 30px;
  }

  .banner-jeitto {
    background-position: 35%, 0 0;
    margin-top: 60px;
  }

  .banner-jeitto-div {
    background-image: none;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .title-jeitto-6 {
    width: 288px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .app-itens-2 {
    margin-left: 25px;
  }

  .bold-text-34 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-jeitto-5 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .header-jeitto-2 {
    background-color: var(--seashell);
    background-image: linear-gradient(99deg, #000000b3, #0000), url('../images/bg-quemsomos.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 400px;
  }

  .navbar {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-jeitto-2 {
    width: 500px;
    line-height: 17px;
  }

  .nav-inst-item-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-item-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .logo-branco {
    width: 50%;
  }

  .menu-item {
    width: 100%;
  }

  .s-sobre-jeitto {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s-sobre-numeros {
    height: auto;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
  }

  .img-tecnologia {
    width: 40%;
  }

  .div-manifesto {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .title-jeitto-branco {
    font-size: 68px;
  }

  .sub-jeitto-branco {
    font-size: 22px;
    line-height: 28px;
  }

  .historia-jeitto {
    height: 320px;
  }

  .div-historia {
    width: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-itens-historias, .item-historia-1 {
    width: 500px;
  }

  .title-jeitto-5 {
    width: 500px;
    font-size: 20px;
    line-height: 28px;
  }

  .title-jeitto-3-branco {
    width: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .text-jeitto-2-branco {
    width: auto;
    font-size: 12px;
    line-height: 17px;
  }

  .right-arrow, .left-arrow {
    bottom: 15%;
  }

  .slide-depoimento {
    width: 500px;
  }

  .img-depo {
    width: 40%;
  }

  .text-azul {
    font-size: 14px;
    line-height: 18px;
  }

  .time-jeitto {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/time-jeitto.jpg');
    background-position: 0 0, 90% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    height: 280px;
  }

  .div-time {
    align-items: flex-start;
    width: 500px;
    padding-top: 169px;
    padding-right: 111px;
    display: flex;
  }

  .title-jeitto-4-branco {
    width: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .vagas-jeitto {
    height: auto;
  }

  .div-vagas, .slide-midia {
    width: 500px;
  }

  .left-arrow-2, .right-arrow-2 {
    bottom: 30px;
  }

  .title-jeitto-5-branco {
    width: 500px;
    font-size: 20px;
    line-height: 28px;
  }

  .title-jeitto-branco-2 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .text-jeitto-3-branco {
    width: 400px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 17px;
  }

  .novidades-jeitto {
    height: auto;
  }

  .div-novidades {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }

  .div-txt-novidades {
    width: auto;
    margin-bottom: 30px;
  }

  .title-jeitto-3-branco-copy {
    width: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .form-3 {
    margin-left: 0;
  }

  .form-novidades {
    width: 60%;
    font-size: 12px;
  }

  .form-novidades::placeholder {
    font-size: 14px;
  }

  .aviso-jeitto {
    align-items: center;
    display: flex;
  }

  .text-block-32 {
    width: 430px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-footer {
    width: 40%;
    margin-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .div-footer-1 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .btn-googleplay {
    background-size: contain;
    width: 150px;
    height: 42px;
  }

  .div-footer-2 {
    justify-content: center;
    width: 100%;
  }

  .div-social {
    display: flex;
  }

  .div-footer-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .formulario-novidades {
    width: 100%;
  }

  .sub-jeitto-1-branco {
    text-align: left;
    width: 280px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .text-timeline {
    margin-top: 30px;
  }

  .slider-historia {
    display: none;
  }

  .left-arrow-3 {
    inset: auto 10% 10% 0%;
  }

  .right-arrow-3 {
    inset: auto 0% 10% 10%;
  }

  .numeros-item-2 {
    width: 250px;
  }

  .div-tecnologia {
    align-items: flex-start;
    width: 500px;
  }

  .slider-historia-mobile {
    display: block;
  }

  .title-timeline {
    color: var(--new_orange);
    font-size: 36px;
    font-weight: 700;
  }

  .form-fale-conosco {
    width: 80%;
  }

  .text-block-33 {
    font-size: 19px;
    line-height: 21px;
  }

  .text-block-34 {
    font-size: 14px;
    line-height: 16px;
  }

  .title-jeitto-mobile {
    text-align: left;
    width: 70%;
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
    display: block;
  }

  .navbar-blog {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-jeitto-blog {
    width: 95%;
    line-height: 17px;
  }

  .itens-jeitto-blog {
    margin-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-inst-item-blog {
    width: 100%;
  }

  .brand-blog {
    line-height: 13px;
  }

  .button-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .menu-toggle-blog {
    background-color: var(--transparent);
    border-radius: 50%;
  }

  .nav-item-blog {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .header-blog {
    height: auto;
  }

  .card-holder {
    width: 95%;
  }

  .card.card-interaction {
    height: 200px;
  }

  .titulo-card {
    font-size: 14px;
    line-height: 18px;
  }

  .highlights-mais-lidas {
    flex-flow: column;
  }

  .titulo-ml-1 {
    font-size: 30px;
  }

  .titulo-ml-2 {
    font-size: 24px;
  }

  .card-holder-categorias {
    flex-flow: wrap;
    justify-content: center;
  }

  .card-categoria {
    width: 43%;
    height: 190px;
    margin-top: 25px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .image-19 {
    width: auto;
    height: 100%;
    left: auto;
    right: 0;
  }

  .holder-uc {
    flex-flow: wrap;
    justify-content: center;
    width: 90%;
  }

  .conteudos {
    flex-direction: column;
    display: flex;
  }

  .card-uc, .div-block-75 {
    width: 100%;
  }

  .titulo-conteudo-app {
    width: 45%;
    font-size: 18px;
  }

  .card-uc-app {
    background-position: 70%, 0 0;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .collection-list-wrapper-3 {
    width: 100%;
    padding-top: 0;
  }

  .collection-list-wrapper-4 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .holder-conteudo-blog {
    width: 90%;
  }

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

  .image-22 {
    width: 40px;
  }

  .divisor-1 {
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .autor-data {
    margin-top: 20px;
  }

  .data, .text-block-40, .autor {
    font-size: 12px;
    line-height: 14px;
  }

  .divisor-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .titulo-publicacao {
    width: 100%;
    font-size: 30px;
  }

  .previa-publicacao {
    width: 90%;
  }

  .capa-publicacao {
    height: 400px;
  }

  .conteudo-publicacao {
    flex-direction: column;
  }

  .redes-sociais {
    flex-direction: row;
  }

  .texto-publicacao-0 {
    width: 100%;
  }

  .newsletter-publicacao {
    width: 90%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-3 {
    margin-top: 45px;
  }

  .s-blog-sugestoes {
    height: auto;
  }

  .holder-sugestoes {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .collection-item-6 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .collection-list-4 {
    flex-direction: column;
  }

  .popup-blog {
    width: 90%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-popup {
    margin-top: 45px;
  }

  .fp-conteudos {
    margin-top: 40px;
  }

  .holder-fp {
    flex-flow: column wrap;
    justify-content: center;
  }

  .conteudos-categorias {
    flex-direction: column;
    display: flex;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-45 {
    font-size: 21px;
    line-height: 25px;
  }

  .header-mei {
    height: 400px;
  }

  .header-holder {
    width: 95%;
    margin-top: 0;
  }

  .text-block-46 {
    font-size: 26px;
    line-height: 28px;
  }

  .cadastro-mei-holder {
    flex-direction: column;
    width: 90%;
  }

  .text-block-49 {
    text-align: center;
  }

  .form-lp-mei {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .navbar-mei {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-jeitto-mei {
    width: 95%;
    line-height: 17px;
  }

  .brand-mei {
    line-height: 13px;
  }

  .menu-toggle-mei {
    background-color: var(--transparent);
    border-radius: 50%;
  }

  .itens-jeitto-mei {
    margin-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-inst-item-mei {
    width: 100%;
  }

  .nav-item-mei {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .button-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .app-mei-holder {
    width: 90%;
  }

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

  .image-26 {
    width: 320px;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .text-block-53 {
    width: 100%;
  }

  .card-app-mei {
    justify-content: center;
    align-items: flex-end;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .chamada-mei-holder {
    width: 95%;
  }

  .div-block-83 {
    width: 45%;
    margin-right: 20px;
  }

  .duvidas-holder {
    width: 95%;
  }

  .div-block-84 {
    margin-left: auto;
    margin-right: auto;
  }

  .txt-fale-old {
    width: 90%;
    font-size: 20px;
    line-height: 24px;
  }

  .div-transferencias {
    flex-direction: column;
    display: none;
  }

  .div-box-transferencias {
    width: 80%;
    margin-top: 40px;
  }

  .div-box-transferencias-2 {
    justify-content: center;
    width: 80%;
  }

  .div-transferencias-mob {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .title-jeitto-header-2-copy {
    text-align: left;
    width: 70%;
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
    display: none;
  }

  .slider {
    height: auto;
  }

  .slide-jeitto-1 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 420px;
  }

  .slide-nav-3 {
    bottom: 30px;
  }

  .slide-jeitto-2 {
    height: 420px;
  }

  .div-block-86 {
    width: 90%;
  }

  .jt-header-home {
    background-image: url('../images/img-jeitto-25.jpg');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
    height: 560px;
  }

  .div-block-88 {
    width: 90%;
  }

  .jt-header-box {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    margin-top: 0;
    padding-top: 26px;
  }

  .title-banner-credito {
    text-align: left;
    font-size: 42px;
    line-height: 46px;
  }

  .jt-subtile-branco-1 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .jt-form {
    width: auto;
  }

  .jt-form.aquecimento {
    width: auto;
    position: static;
    top: 325px;
  }

  .jt-btn-form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jt-section-features {
    padding-top: 40px;
  }

  .jt-div-aprova {
    margin-bottom: 60px;
  }

  .jt-txt-cinza-1 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-title-laranja-sml-2 {
    margin-bottom: 20px;
  }

  .jt-title-laranja-1 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-txt-cinza-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-box-credito {
    display: none;
  }

  .jt-box-item {
    background-position: 50% 100%;
    background-size: auto;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }

  .jt-title-box-1 {
    height: 300px;
    padding-left: 20px;
    padding-right: 136px;
    font-size: 24px;
    line-height: 125%;
  }

  .jt-box-item-2 {
    background-image: url('../images/img-boleto.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .jt-title-box-2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 151px;
    font-size: 24px;
    line-height: 125%;
  }

  .jt-box-item-3 {
    background-image: url('../images/img-transferencia.jpg'), url('../images/img-3-jt.jpg');
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    width: 100%;
    height: 300px;
  }

  .jt-box-item-4 {
    background-image: url('../images/img-recarga-2.jpg');
    background-position: 100% 0;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 0;
  }

  .jt-title-box-3 {
    font-size: 24px;
    line-height: 125%;
  }

  .jt-box-item-5 {
    background-image: url('../images/img-5-jt.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 0;
  }

  .jt-box-item-6 {
    background-position: 100% -20%;
    background-size: 30%;
    width: 100%;
    height: 300px;
  }

  .jt-box-credito-2 {
    display: none;
  }

  .jt-section-app {
    background-image: url('../images/play-store-mobile.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 800px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .jt-title-branco-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .jt-div-app {
    align-items: flex-start;
    display: none;
  }

  .jt-btn-laranja {
    margin-bottom: 0;
  }

  .jt-div-gplay {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .jt-div-comentarios {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .jt-slider-comentarios {
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .jt-mask {
    width: 380px;
    margin-top: 20px;
    margin-left: 60px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    left: 46px;
  }

  .jt-left-arrow {
    left: 0%;
  }

  .jt-right-arrow {
    left: 465px;
  }

  .jt-slide-1 {
    width: 380px;
  }

  .jt-section-credito {
    background-position: 50% 100%;
    height: 630px;
  }

  .jt-section-credito._1 {
    background-image: url('../images/como-funciona-mobile.png');
    height: 800px;
  }

  .jt-div-sections {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-sections._2 {
    flex-flow: column;
  }

  .jt-title-azul {
    margin-bottom: 20px;
  }

  .jt-txt-cinza-3 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .jt-txt-link-azul {
    margin-top: 20px;
  }

  .jt-section-transferencia {
    background-image: url('../images/transferência-mobile.png');
    background-position: 50%;
    background-size: contain;
    height: 670px;
  }

  .jt-title-laranja {
    width: auto;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .jt-txt-link-laranja {
    margin-top: 20px;
  }

  .jt-section-blog {
    background-image: url('../images/blog-mobile.png');
    background-position: 50% 100%;
    background-size: cover;
    height: 800px;
  }

  .jt-title-branco {
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-branco {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-txt-link-branco {
    margin-top: 20px;
  }

  .jt-section-nossojeitto {
    background-image: url('../images/sobre-mobile.png');
    background-position: 50% 77%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
  }

  .infos-footer-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .txt-footer-mobile {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .txt-footer-mobile-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    display: none;
  }

  .div-footer-aniversario {
    flex-direction: column;
    width: 85%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-footer-box-1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .jt-footer-links {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .jt-footer-paginas {
    flex-direction: column;
    display: flex;
  }

  .jt-title-footer {
    margin-bottom: 15px;
    font-size: 14px;
    display: none;
  }

  .jt-footer-link {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .jt-link-youtube {
    margin-right: 8px;
  }

  .jt-div-paginas {
    align-items: flex-start;
    margin-left: 0;
  }

  .jt-div-pagina-item {
    width: auto;
    margin-bottom: 20px;
  }

  .jt-div-pagina-item-2 {
    width: auto;
  }

  .jt-box-paginas {
    flex-direction: column;
    margin-bottom: 30px;
    display: none;
  }

  .texto-endereco {
    font-size: 12px;
  }

  .texto-endereco.aniversario {
    display: none;
  }

  .jt-footer-termos {
    text-align: center;
    display: none;
  }

  .s-credito-aumentar {
    padding-top: 200px;
    padding-bottom: 0;
  }

  .jt-slide-app {
    justify-content: space-between;
    align-items: center;
  }

  .jt-slide-txt {
    width: 320px;
    margin-right: 30px;
  }

  .img-app {
    height: 300px;
  }

  .jt-div-sliderapp {
    display: block;
  }

  .jt-title-laranja-claro {
    font-size: 18px;
    line-height: 22px;
  }

  .jt-arrow-left, .jt-arrow-right {
    width: 25px;
  }

  .jt-section-comofunciona {
    background-position: 28%;
  }

  .jt-section-aprova {
    background-position: 33%;
  }

  .jt-section-creditotransf {
    background-position: 56%;
  }

  .jt-div--motivos {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .jt-div-motivo-txt {
    width: 400px;
  }

  .jt-subtitle-laranja {
    font-size: 24px;
    line-height: 28px;
  }

  .jt-div-title-motivos {
    width: auto;
    margin-bottom: 40px;
  }

  .jt-section-aumente {
    background-position: 80%;
    background-size: auto 90%;
  }

  .jt-txt-combo {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-div-contato-item {
    margin-right: 20px;
  }

  .jt-txt-branco-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .jt-section-indique {
    background-position: 24%;
  }

  .js-fatura-form {
    width: 300px;
    height: auto;
    font-size: 16px;
  }

  .jt-btn-azul-2 {
    height: 45px;
    font-size: 16px;
  }

  .jt-div-perguntas {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-perguntas.ajeitae {
    background-position: 0 2%;
    width: 100%;
  }

  .accordion-faq.ajeitae {
    margin-top: 0;
  }

  .faq-perguntas-box {
    padding: 10px 0;
  }

  .faq-title-perguntas-delete {
    font-size: 14px;
    line-height: 18px;
  }

  .faq-respostas-box {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-txt-perguntas {
    font-size: 12px;
    line-height: 16px;
  }

  .jt-perguntas-combo-2 {
    padding: 10px 0;
  }

  .jt-perguntas-combo-2-aberto {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .jt-perguntas-combo-3 {
    padding: 10px 0;
  }

  .jt-perguntas-combo-3-aberto {
    padding: 0 0 10px;
  }

  .jt-perguntas-combo-4 {
    padding: 10px 0;
  }

  .jt-perguntas-combo-4-aberto {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .jt-title-branco-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .jt-div-atraso {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-txt-branco-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .jt-section-tarifas-cliente {
    background-position: 248% 100%;
    background-size: auto 280px;
  }

  .jt-div-materiais {
    width: 90%;
  }

  .jt-div-item-download {
    width: 30%;
  }

  .jt-subtitle-laranja-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .jt-div-item-download-2 {
    width: 25%;
  }

  .jt-div-txt-credito {
    width: 95%;
  }

  .jt-div-txt-transf {
    width: auto;
  }

  .jt-div-txt-blog {
    width: 100%;
  }

  .jt-txt-cinza-2 {
    width: auto;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-facily-box-1 {
    align-self: auto;
    width: 340px;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-div-txt-limite {
    width: auto;
  }

  .jt-div-txt-fatura {
    width: 320px;
  }

  .jt-div-txt-aprovar {
    width: 370px;
  }

  .jt-div-txts-use {
    width: 300px;
  }

  .jt-div-txts-tarifas {
    width: 320px;
  }

  .jt-div-txts-indique, .jt-div-txts-tarifas-2 {
    width: 360px;
  }

  .jt-div-txts-comofatura {
    width: 300px;
  }

  .div-block-91 {
    align-items: flex-start;
  }

  .jt-div-txts-aumento {
    width: 400px;
  }

  .jt-header-box-home {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    margin: 0 auto;
    padding-top: 200px;
  }

  .jt-header-itens-home {
    margin-top: 0;
    padding-top: 0;
  }

  .menu-button {
    display: none;
  }

  .jt-box-credito-mobile {
    align-self: flex-end;
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .jt-left-arrow-desativada, .jt-right-arrow-desativada {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .jt-slide-box-mobile {
    width: 95%;
    height: 300px;
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 0;
  }

  .jt-div-slide-item {
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .mask-3 {
    height: auto;
  }

  .jt-slider-mobile {
    background-color: #fff;
    height: auto;
  }

  .slide-nav-5 {
    opacity: .42;
    display: none;
    top: 406px;
  }

  .jt-div-gplay-mobile {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .jt-div-app-mobile {
    align-items: flex-start;
    display: block;
  }

  .jt-div-social-mobile {
    display: block;
  }

  .jt-btn-googleplay-mobile {
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
  }

  .jt-footer-termos-mobile {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    line-height: 24px;
  }

  .jt-div-section-limite {
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-div-section-fatura, .jt-div-section-aprova {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-sliderapp-mobile {
    display: none;
  }

  .jt-arrow-right-2 {
    width: 25px;
  }

  .jt-slide-txt-2 {
    width: 300px;
    margin-right: 20px;
  }

  .img-app-2 {
    height: 300px;
  }

  .jt-slide-app-2 {
    justify-content: space-between;
  }

  .jt-div-sliderapp-mobile-2 {
    display: none;
  }

  .jt-div-sliderapp-2 {
    display: block;
  }

  .jt-title-laranja-3 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .jt-arrow-left-2 {
    width: 25px;
  }

  .jt-div-limite {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-header-fatura {
    margin-top: 0;
  }

  .jt-section-funcionamento {
    background-position: 320% 100%;
    background-size: auto 300px;
    height: auto;
  }

  .jt-div-txt-fatura-1 {
    width: 300px;
  }

  .jt-section-como {
    background-position: 90%;
    background-size: auto 260px;
  }

  .jt-header-creditocliente {
    background-image: linear-gradient(102deg, #000000a8, #0000), url('../images/img-jeitto-39.jpg');
    background-position: 0 0, 71%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .t-header-aprova-ao {
    background-image: linear-gradient(102deg, #000000a8, #0000), url('../images/img-jeitto-13.jpg');
    background-position: 0 0, 67%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    margin-top: 53px;
  }

  .jt-header-box-credito {
    flex-direction: column;
    justify-content: flex-start;
  }

  .img-app-boleto, .img-app-transfer {
    height: 300px;
  }

  .jt-header-transferencia {
    margin-top: 0;
  }

  .jt-title-laranja-4 {
    width: auto;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .jt-btn-googleplay-2 {
    display: block;
  }

  .jt-header-corp {
    height: 400px;
  }

  .jt-navbar-corp {
    background-color: #243c51;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .jt-div-navbar-corp {
    justify-content: space-between;
    width: 90%;
  }

  .jt-div-header-corp {
    max-width: 540px;
  }

  .jt-div-slide-corp {
    max-width: 520px;
  }

  .jt-slide-corp {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-img-slide-corp {
    width: auto;
    height: auto;
  }

  .div-txt-slide-corp {
    width: 380px;
  }

  .jt-title-slide-branco {
    font-size: 20px;
    line-height: 28px;
  }

  .jt-txt-branco-corp {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .slide-nav-corp {
    width: 300px;
    bottom: 2%;
  }

  .jt-div-ai {
    max-width: 520px;
  }

  .jt-title-corp-branco-1 {
    font-size: 26px;
    line-height: 32px;
  }

  .jt-div-pq-title, .jt-div-pq-txt {
    width: 45%;
  }

  .jt-title-corp-branco-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .jt-section-icons-corp {
    background-image: linear-gradient(#06193a, #071c3a00 33%), url('../images/img-icones.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    border: 1px #000;
  }

  .jt-div-icons-corp {
    justify-content: flex-start;
    max-width: 520px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-div-box-icons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-icons-itens {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: auto;
  }

  .jt-icon-img-corp {
    justify-content: center;
    width: 140px;
    margin-bottom: 20px;
    display: flex;
  }

  .jt-txt-numero-corp-2 {
    width: 280px;
    font-size: 18px;
    line-height: 28px;
  }

  .jt-icons-itens-2 {
    flex-direction: column;
    justify-content: flex-start;
    width: 80%;
  }

  .jt-div-txt-clientes {
    flex-direction: row;
    display: none;
  }

  .jt-box-clientes-txt {
    width: 55%;
    height: auto;
  }

  .jt-box-clientes-img {
    width: 40%;
    position: static;
    top: 4px;
  }

  .image-38 {
    margin-left: 15px;
  }

  .jt-txt-numeros-1 {
    font-size: 28px;
    line-height: 24px;
  }

  .jt-txt-mumeros-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .jt-slide-corp-2 {
    padding-bottom: 70px;
  }

  .jt-header-item-corp {
    align-self: auto;
    width: 380px;
    margin-top: 0;
    padding-top: 0;
  }

  .div-txt-slide-corp-2 {
    width: 380px;
    margin-left: 30px;
  }

  .jt-div-nossosclientes-corp {
    width: 90%;
    max-width: 520px;
  }

  .jt-div-credito-item {
    height: 270px;
  }

  .jt-txt-credito-1 {
    margin-bottom: 15px;
    line-height: 32px;
  }

  .jt-txt-credito-2 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-slide-corp-3 {
    padding: 30px 20px;
  }

  .jt-title-midia {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .jt-title-corp-azul {
    font-size: 24px;
    line-height: 28px;
  }

  .jt-midia-link {
    margin-top: 20px;
  }

  .jt-txt-azul-escuro {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-93 {
    width: auto;
    height: 100px;
  }

  .jt-item-poder-credito {
    width: 55%;
  }

  .jt-box-poder-txt {
    margin-top: 20px;
  }

  .jt-div-features-corp {
    width: 90%;
    max-width: 520px;
  }

  .div-header-sobre {
    width: 500px;
    margin-top: 200px;
  }

  .jt-title-corp-azul-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .mask-5 {
    height: auto;
  }

  .jt-icon-features2, .image-40 {
    max-width: none;
  }

  .jt-div-txt-clientes-mobile {
    flex-direction: row;
    margin-bottom: 60px;
    display: flex;
  }

  .jt-div-btns-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jt-list-branco-corp {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-header-box-email-validado {
    flex-direction: column;
    justify-content: flex-start;
  }

  .jt-header-email-validado {
    background-image: linear-gradient(#0000009c, #0000), url('../images/img-18-3-2-min.jpg'), url('../images/img-18-3-2-min.jpg');
    background-position: 0 0, 50% 0, 50%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
  }

  .jt-subtitle-laranja-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .jt-div-combo-27, .jt-div-combo-28, .jt-div-combo-29 {
    width: auto;
  }

  .jt-section-app-corporate {
    background-image: url('../images/img-banner-corp2-min.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-div-gplay-corp {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .jt-header-itens-3 {
    margin-top: 282px;
    position: absolute;
  }

  .jt-header-itens-4 {
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 198px;
  }

  .jt-div-combo-27-2, .jt-div-combo-28-2, .jt-div-combo-29-2, .jt-section-faturas {
    width: auto;
  }

  .cj-fatura-box {
    margin-bottom: 20px;
    padding: 30px;
  }

  .cj-fatura-subtitle {
    font-size: 14px;
    line-height: 14px;
  }

  .cj-fatura-icon-title {
    width: 100%;
    max-width: 40px;
  }

  .cj-fatura-title {
    margin-left: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .cj-fatura-title-valor, .cj-fatura-txt-valor, .cj-fatura-title-vencimento, .cj-fatura-txt-vencimento {
    font-size: 14px;
  }

  .cj-fatura-icon-vencimento {
    width: 15px;
  }

  .cj-fatura-box-codigo {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cj-fatura-txt-codigo {
    font-size: 14px;
    line-height: 24px;
  }

  .cj-fatura-btn-ver, .cj-fatura-btn-codigo {
    width: 100%;
    margin-bottom: 0;
  }

  .ej-fatura-box {
    margin-bottom: 20px;
    padding: 30px;
  }

  .ej-fatura-subtitle {
    font-size: 14px;
    line-height: 14px;
  }

  .ej-fatura-icon-title {
    width: 100%;
    max-width: 40px;
  }

  .ej-fatura-title {
    margin-left: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .ej-fatura-box-codigo {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ej-fatura-txt-codigo {
    font-size: 14px;
    line-height: 24px;
  }

  .ej-fatura-btn-ver, .ej-fatura-btn-codigo {
    width: 100%;
    margin-bottom: 0;
  }

  .cj-atraso-box {
    max-width: 520px;
    margin-bottom: 20px;
    padding: 30px;
  }

  .cj-atraso-title {
    font-size: 24px;
    line-height: 28px;
  }

  .cj-atraso-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .ej-atraso-box {
    margin-bottom: 20px;
    padding: 30px;
  }

  .ej-atraso-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .ej-atraso-title {
    font-size: 24px;
    line-height: 28px;
  }

  .ej-atraso-email {
    font-size: 14px;
  }

  .cj-negociacao-box {
    margin-bottom: 20px;
    padding: 30px;
  }

  .ej-fatura-box-infos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .ej-fatura-title-valor, .ej-fatura-txt-valor {
    font-size: 14px;
  }

  .ej-fatura-icon-vencimento {
    width: 15px;
  }

  .ej-fatura-title-vencimento, .ej-fatura-txt-vencimento {
    font-size: 14px;
  }

  .cj-negociacao-title {
    font-size: 24px;
    line-height: 28px;
  }

  .cj-negociacao-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .cj-negociacao-email {
    font-size: 14px;
  }

  .ej-negociacao-box {
    margin-bottom: 20px;
    padding: 30px;
  }

  .ej-negociacao-title {
    font-size: 24px;
    line-height: 28px;
  }

  .ej-negociacao-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .ej-negociacao-email {
    font-size: 14px;
  }

  .cj-processando-box {
    margin-bottom: 20px;
    padding: 30px;
  }

  .cj-processando-title {
    font-size: 24px;
    line-height: 28px;
  }

  .cj-processando-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .ej-processando-box {
    margin-bottom: 20px;
    padding: 30px;
  }

  .ej-processando-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .cj-paga-box {
    margin-bottom: 20px;
    padding: 30px;
  }

  .cj-paga-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .ej-processando-title, .cj-paga-title {
    font-size: 24px;
    line-height: 28px;
  }

  .ej-paga-box {
    margin-bottom: 20px;
    padding: 30px;
  }

  .ej-paga-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .ej-paga-title {
    font-size: 24px;
    line-height: 28px;
  }

  .erro-cpf-form {
    width: auto;
  }

  .erro-cpf-box {
    margin-bottom: 20px;
    padding: 30px;
  }

  .erro-cpf-title {
    font-size: 24px;
    line-height: 28px;
  }

  .erro-cpf-txt {
    font-size: 14px;
    line-height: 20px;
  }

  .form-cpf-fatura-campo {
    width: 300px;
    height: 45px;
  }

  .form-cpf-fatura-btn {
    height: 45px;
  }

  .jt-header-pague {
    background-image: linear-gradient(#0000009c, #0000), url('../images/pague-jeitto-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .jt-header-item-pague {
    align-self: auto;
    width: 480px;
    margin-top: 240px;
    padding-top: 0;
  }

  .jt-header-box-pague {
    flex-direction: column;
    justify-content: flex-start;
  }

  .jt-section-vantagens {
    margin-top: 420px;
  }

  .jt-holder-vantagens {
    flex-direction: column;
    display: none;
  }

  .jt-txt-vantagens {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .jt-perguntas-combo-5 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .jt-perguntas-combo-5-aberto {
    padding: 15px;
  }

  .jt-perguntas-combo-6 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .jt-perguntas-combo-6-aberto {
    padding: 15px;
  }

  .jt-header-itens-2-pague {
    margin-left: auto;
    margin-right: auto;
    top: 29px;
  }

  .jt-holder-vantagens-mobile {
    flex-direction: column;
    display: flex;
  }

  .jt-subtile-pague {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-header-download {
    background-image: url('../images/app-jeitto-1.png');
    background-position: 50% 27%;
    background-repeat: no-repeat;
    background-size: 100%;
    justify-content: flex-start;
    height: 860px;
    margin-top: 40px;
    padding-top: 70px;
  }

  .jt-header-box-download-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .jt-header-box-1 {
    display: none;
  }

  .jt-title-download {
    width: 310px;
  }

  .text-span-37 {
    width: 309.82px;
    padding-right: 10px;
  }

  .jt-header-box-2 {
    width: auto;
    margin-top: 200px;
  }

  .jt-header-fluxo {
    width: auto;
    margin-top: 40px;
    position: static;
  }

  .jt-fluxo-item {
    margin-bottom: 20px;
  }

  .jt-box-txt-feature {
    margin-left: 15px;
  }

  .jt-txt-feature-item-spc-1 {
    font-size: 12px;
    line-height: 16px;
  }

  .jt-title-laranja-download {
    width: auto;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .jt-section-features-download-mobile {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .jt-div-download {
    display: block;
  }

  .jt-slide-download {
    width: 280px;
    margin-right: 30px;
  }

  .img-app-conta {
    height: auto;
    margin-right: 60px;
    padding-top: 17px;
  }

  .slider-download {
    height: 198px;
    top: -10px;
  }

  .img-app-transferencia, .img-app-recarga {
    height: auto;
    margin-right: 60px;
    padding-top: 17px;
  }

  .jt-header-ej {
    background-position: -20% 100%, 0 0;
    background-size: auto, auto;
    margin-top: 0;
  }

  .jt-subtile-ej {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-header-box-ej {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    margin-top: 0;
  }

  .jt-div-txts-jornada {
    width: 300px;
  }

  .jt-div-1 {
    width: 320px;
  }

  .jt-txt-banner-ej {
    font-size: 16px;
    line-height: 20px;
  }

  .jt-form-div-ej {
    width: 100%;
  }

  .field-cell-ej {
    width: 160px;
  }

  .field-cpf-ej {
    width: 160px;
    margin-right: 15px;
  }

  .jt-div-txts-antecipe {
    width: 320px;
  }

  .jt-div-oportunidade {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .youtube-3 {
    width: 260px;
    height: 310px;
  }

  .jt-div-jornada {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-btn-gp-ej {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .jt-form-credito {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-btn-laranja-whatsapp-2 {
    margin-top: 20px;
  }

  .cookie-faixa {
    height: auto;
    padding: 20px;
  }

  .txt-popup-overlay {
    width: auto;
    max-width: 490px;
    margin-right: 35px;
  }

  .text-info-footer, .link-img-redes, .link-img-cartaz {
    display: none;
  }

  .link-img-redes-mobile, .link-img-cartaz-mobile {
    display: block;
  }

  .jt-holder-navbar-cliente {
    width: 90%;
  }

  .cj-holder-boleto {
    width: auto;
  }

  .cj-boleto-title-fatura {
    font-size: 18px;
  }

  .jt-boleto-header {
    padding: 30px;
  }

  .jt-boleto-header-1 {
    margin-bottom: 15px;
  }

  .cj-boleto-title-vencimento, .cj-boleto-value-vencimento {
    font-size: 14px;
  }

  .jt-boleto-body {
    padding: 30px;
  }

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

  .cj-boleto-txt-codigo {
    font-size: 14px;
    line-height: 18px;
  }

  .cj-boleto-btn-ver, .cj-boleto-btn-copiar {
    width: 45%;
    margin-bottom: 0;
  }

  .cj-boleto-btns {
    margin-top: 23px;
  }

  .cj-boleto-link-enviar-fatura {
    font-size: 14px;
    line-height: 14px;
  }

  .ej-holder-boleto {
    width: auto;
  }

  .ej-boleto-title-fatura, .ej-boleto-value-valor {
    font-size: 18px;
  }

  .ej-boleto-header-copy {
    padding: 30px 30px 22px;
  }

  .cj-title-processando {
    margin-bottom: 7px;
  }

  .ej-boleto-btn-ver, .ej-boleto-btn-copiar {
    width: 45%;
    margin-bottom: 0;
  }

  .cj-holder-processando {
    border-left-width: 6px;
    width: auto;
    padding: 30px;
  }

  .cj-boleto-title-processando {
    font-size: 18px;
  }

  .cj-boleto-txt-processando {
    font-size: 14px;
    line-height: 20px;
  }

  .cj-boleto-value-valor {
    font-size: 18px;
  }

  .ej-boleto-txt-parcela {
    font-size: 14px;
  }

  .ej-holder-processando {
    border-left-width: 6px;
    width: auto;
    padding: 30px;
  }

  .ej-title-processando {
    margin-bottom: 7px;
  }

  .ej-boleto-txt-processando {
    font-size: 14px;
    line-height: 20px;
  }

  .jt-box-ac-login-1 {
    width: 50%;
    height: 100%;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 0;
    display: none;
  }

  .jt-holder-ac-login {
    flex-direction: row;
  }

  .jt-box-ac-login-2 {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    margin: 10px auto;
    padding: 30px 0;
  }

  .jt-title-ac {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 22px;
  }

  .jt-subtitle-ac {
    width: auto;
  }

  .jt-form-ac-field {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .jt-link-ac {
    margin-top: 30px;
  }

  .cj-holder-pago {
    border-left-width: 6px;
    width: auto;
    padding: 30px;
  }

  .cj-boleto-title-pago {
    font-size: 18px;
  }

  .cj-boleto-txt-pago {
    font-size: 14px;
    line-height: 20px;
  }

  .ej-holder-pago {
    border-left-width: 6px;
    width: auto;
    padding: 30px;
  }

  .cj-title-pago, .ej-title-pago {
    justify-content: flex-start;
    margin-bottom: 7px;
  }

  .ej-boleto-title-vencimento, .ej-boleto-value-vencimento {
    font-size: 14px;
  }

  .jt-title-acordo {
    margin-bottom: 7px;
  }

  .jt-boleto-title-acordo, .jt-acordo-value-valor {
    font-size: 18px;
  }

  .cj-header-acordo {
    padding: 30px 30px 22px;
  }

  .jt-holder-acordo-boleto, .cj-holder-acordo-boleto-1 {
    width: auto;
  }

  .cj-acordo-value-valor-1 {
    font-size: 18px;
  }

  .cj-boleto-value-vencimento-1, .ej-boleto-txt-parcela-1 {
    font-size: 14px;
  }

  .cj-acordo-txt-codigo-1 {
    font-size: 14px;
    line-height: 18px;
  }

  .cj-holder-acordo-boleto-2 {
    width: auto;
  }

  .ej-boleto-txt-parcela-2 {
    font-size: 14px;
  }

  .cj-acordo-value-valor-2 {
    font-size: 18px;
  }

  .cj-boleto-value-vencimento-2 {
    font-size: 14px;
  }

  .cj-acordo-txt-codigo-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .cj-holder-acordo-boleto-3 {
    width: auto;
  }

  .cj-acordo-value-valor-3 {
    font-size: 18px;
  }

  .cj-boleto-value-vencimento-3 {
    font-size: 14px;
  }

  .jt-btn-menu-features-cliente-2 {
    width: 50%;
  }

  .jt-btn-menu-title-2 {
    text-align: center;
    margin-top: 30px;
  }

  .jt-menu-features-cliente-2 {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .jt-btn-menu-title-1 {
    text-align: center;
    margin-top: 30px;
  }

  .jt-btn-menu-features-cliente-1 {
    width: 50%;
  }

  .jt-divider-menu-2 {
    background-color: #b85454;
    border: 1px solid #e0e0e0;
    align-items: flex-start;
    width: 1px;
    height: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .jt-header-acordo {
    padding: 30px 30px 22px;
  }

  .jt-acordo-title-vencimento {
    font-size: 14px;
  }

  .jt-txt-ac-login {
    font-size: 12px;
    line-height: 22px;
  }

  .text-span-43 {
    font-size: 14px;
    line-height: 22px;
  }

  .image-43 {
    width: 60px;
  }

  .jt-btn-form-verificar {
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-104 {
    width: 80%;
  }

  .jt-btn-close {
    left: 200px;
  }

  .ej-boleto-txt-codigo, .jt-acordo-txt-codigo, .jt-acordo-txt-codigo-1, .jt-acordo-txt-codigo-2, .jt-acordo-txt-codigo-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-div-codigo {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .jt-form-ac-codigo-1, .jt-form-ac-codigo-2, .jt-form-ac-codigo-3, .jt-form-ac-codigo-4, .jt-form-ac-codigo-5, .jt-form-ac-codigo-6 {
    width: 12%;
  }

  .ej-holder-atraso {
    border-left-width: 6px;
    width: auto;
    padding: 30px;
  }

  .ej-title-atraso {
    margin-bottom: 7px;
  }

  .ej-boleto-title-atraso {
    font-size: 18px;
  }

  .ej-boleto-title-pago {
    margin-left: 14px;
    font-size: 18px;
  }

  .ej-boleto-title-processando {
    font-size: 18px;
  }

  .ej-boleto-txt-pago, .ej-boleto-txt-atraso {
    font-size: 14px;
    line-height: 20px;
  }

  .jt-header-pague-nova {
    background-image: none;
    margin-top: 40px;
    margin-bottom: 280px;
    padding-top: 30px;
  }

  .jt-subtile-pague-nova {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-holder-steps-pague {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }

  .jt-header-item-pague-nova {
    align-self: auto;
    width: 480px;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-header-box-nova {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jt-steps-box {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .jt-item-steps-pague {
    width: 220px;
  }

  .jt-holder-steps-pague-responsivo {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    top: -90px;
  }

  .div-block-106 {
    display: none;
  }

  .jt-btn-branco {
    margin-bottom: 0;
  }

  .jt-btn-branco.aquecimento {
    font-size: 14px;
  }

  .collection-list-wrapper-header {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .card-header {
    width: 100%;
  }

  .div-block-108, .mask-6 {
    height: 300px;
  }

  .jt-btn-laranja-blog {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .collection-item-8 {
    margin-bottom: 20px;
  }

  .jt-holder-navbar-blog {
    width: 95%;
  }

  .jt-item-navbar-blog:visited {
    color: #ffffff80;
  }

  .menu-button-blog {
    left: 19px;
  }

  .jt-div-btns-blog-2.w--open {
    background-color: var(--deep-sky-blue);
  }

  .s-credito-banner {
    aspect-ratio: 16 / 14;
  }

  .jt-header-seguran-a {
    background-image: url('../images/img-seguranca.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .jt-header-box-seguranca {
    flex-direction: column;
    justify-content: flex-start;
  }

  .jt-section-seguro {
    background-position: 270% 100%;
    background-size: 80%;
  }

  .jt-box-seguro {
    padding-top: 60px;
  }

  .jt-btn-dicas-1 {
    width: 60%;
  }

  .text-block-63 {
    font-size: 14px;
    line-height: 14px;
  }

  .jt-item-dicas-left {
    padding: 20px 15px;
  }

  .heading-6 {
    font-size: 60px;
  }

  .text-block-64 {
    margin-left: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-item-dicas-right {
    padding: 20px 15px;
  }

  .jt-section-certificacao {
    background-position: 67%;
  }

  .jt-box-certificacao {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-box-golpes {
    padding-top: 60px;
  }

  .jt-txt-golpes-1 {
    font-size: 14px;
  }

  .jt-holder-links-golpes {
    width: 50%;
  }

  .jt-item-golpes-1 {
    background-size: 30%;
    width: 53%;
    height: 280px;
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .jt-title-branco-seguranca {
    margin-bottom: 0;
    font-size: 22px;
  }

  .jt-txt-branco-seguran-a {
    width: 90%;
    font-size: 14px;
    line-height: 20px;
  }

  .jt-box-canais {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-128 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    margin-top: 30px;
    display: grid;
  }

  .s-seguranca-digital-politicas {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-box-termos {
    flex-flow: column;
  }

  .text-block-68 {
    font-size: 14px;
  }

  .jt-holder-title-golpes {
    width: auto;
  }

  .jt-item-golpes-2, .jt-item-golpes-3, .jt-item-golpes-4, .jt-item-golpes-5 {
    background-size: 30%;
    width: 53%;
    height: 280px;
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .jt-txt-golpes-2, .jt-txt-golpes-3, .jt-txt-golpes-4, .jt-txt-golpes-5 {
    font-size: 14px;
  }

  .jt-title-laranja-6 {
    width: auto;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .jt-title-laranja-2-seguranca {
    text-align: left;
  }

  .banner-blog-interna {
    background-image: url('../images/bg-banner-mobile.jpg'), url('../images/bg-banner-blog.jpg'), linear-gradient(315deg, var(--orange-red), var(--new_orange));
    background-position: 88%, 50%, 0 0;
    background-size: cover, cover, auto;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .txt-banner-blog {
    text-align: left;
    width: 60%;
  }

  .btn-banner-blog {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .side-blog {
    max-width: 100%;
    position: static;
  }

  .box-subtitles-blog {
    display: none;
  }

  .texto-publicacao-1, .texto-publicacao-old, .texto-publicacao-3, .texto-publicacao-4, .texto-publicacao-5, .texto-publicacao-6, .texto-publicacao-2 {
    width: 100%;
  }

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

  .collection-credito {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .economizar-conteudos {
    background-position: 100% 100%;
  }

  .card-holder-economizar {
    width: 95%;
  }

  .card-2.card-interaction-2 {
    height: 200px;
  }

  .titulo-uc-2 {
    width: 50%;
  }

  .conteudos-categorias-produto {
    flex-direction: column;
    display: flex;
  }

  .collection-item-7-copy {
    width: auto;
  }

  .jt-header-pedir {
    background-image: linear-gradient(#4d230033, #4d230033), url('../images/bg-pedir-mobile.jpg');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .jt-holder-pedir {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .jt-pedir-title-1-branco {
    font-size: 28px;
    line-height: 32px;
  }

  .jt-div-title-pedir {
    text-align: center;
    width: 80%;
    margin-top: 60px;
    display: none;
  }

  .jt-form-pedir {
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-holder-crescer-pedir {
    height: 460px;
  }

  .jt-pedir-title-1-laranja {
    font-size: 28px;
    line-height: 32px;
  }

  .jt-features-pedir {
    background-position: 50%;
  }

  .jt-googleplay-pedir, .main {
    height: 600px;
  }

  .box {
    width: 100%;
    height: 280px;
  }

  .blur {
    height: 400px;
  }

  .box-content {
    margin-left: 0;
  }

  .div-block-143 {
    width: auto;
  }

  .jt-pedir-title-3-branco {
    font-size: 24px;
    line-height: 28px;
  }

  .jt-div-gplay-pedir {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .jt-div-comentarios-pedir {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .jt-holder-features {
    height: 460px;
  }

  .jt-pedir-title-2-branco {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-transferencia-pedir {
    background-position: 57% 0;
  }

  .jt-holder-transferencia-pedir {
    height: 460px;
  }

  .jt-crescer-pedir {
    background-image: url('../images/bg-cresce.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .jt-holder-midia-pedir {
    height: 460px;
  }

  .jt-pedir-title-2-laranja {
    margin-top: 0;
  }

  .jt-item-midia-pedir {
    justify-content: flex-start;
    width: 32%;
  }

  .jt-midia-txt-pedir {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-146 {
    height: auto;
  }

  .div-block-147 {
    width: 65%;
    padding-bottom: 20px;
  }

  .div-block-148 {
    flex-direction: row;
  }

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

  .jt-footer-termos-pedir {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .jt-menu-pedir-2 {
    display: flex;
  }

  .jt-holder-credito-pedir {
    height: 460px;
    padding-top: 30px;
  }

  .jt-div-gplay-pedir-mobile {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .jt-right-arrow-pedir {
    margin-right: 0;
    left: 0;
    right: -16px;
  }

  .jt-left-arrow-pedir {
    width: auto;
    inset: 0% auto 0% -6%;
  }

  .jt-div-comentarios-copy {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .jt-slider-comentarios-pedir {
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .jt-mask-pedir {
    width: 380px;
    margin-top: 20px;
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    left: 46px;
  }

  .jt-btn-laranja-pedir {
    margin-bottom: 0;
  }

  .jt-btn-pedir-mobile.w--current {
    display: block;
  }

  .jt-div-title-pedir-mobile {
    text-align: center;
    width: 80%;
    margin-top: 60px;
    display: block;
  }

  .jt-txt-nota-pedir {
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  }

  .jt-div-nota-copy {
    width: 400px;
  }

  .jt-txt-gplay-pedir, .jt-txt-comentarios-pedir {
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  }

  .text-span-58 {
    color: var(--burlywood);
  }

  .jt-qf-header {
    background-position: 75% 10%;
  }

  .jt-holder-quemfaz {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-div-title-quemfaz {
    text-align: center;
    width: auto;
    margin-top: 60px;
    display: block;
  }

  .jt-qf-title-1-branco {
    text-align: left;
    font-size: 40px;
    line-height: 40px;
  }

  .jt-quemfaz-title-1-azul {
    font-size: 40px;
    line-height: 40px;
  }

  .jt-img-o-quemfaz {
    margin-right: 10px;
  }

  .jt-subtitle-quemfaz {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-qf-slider {
    height: auto;
  }

  .jt-qf-section-2-holder {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .jt-qf-section-2-box-1 {
    width: 30%;
  }

  .jt-qf-section-2-box-2 {
    width: 70%;
    margin-left: 19px;
  }

  .jt-qf-section-4-holder {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .jt-qf-section-4-box-1 {
    width: auto;
  }

  .jt-qf-section-4-box-2 {
    width: auto;
    margin-top: 30px;
  }

  .div-block-158, .jt-qf-title-3-azul {
    margin-left: 7px;
  }

  .jt-qf-section-4-item {
    height: 200px;
  }

  .jt-qf-txt-section-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-160 {
    width: auto;
  }

  .div-block-161 {
    margin-right: 8px;
  }

  .jt-qf-section-5 {
    background-image: url('../images/img-vagas-1.svg');
    background-position: 51% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-163 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-166 {
    width: auto;
  }

  .jt-qf-btn-branco {
    margin-bottom: 0;
  }

  .jt-qf-footer-holder {
    height: auto;
  }

  .div-footer-qf {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
  }

  .jt-div-social-qf {
    margin-top: 30px;
    display: block;
  }

  .jt-link-linkedin {
    margin-right: 0;
  }

  .jt-btn-branco-qf {
    margin-bottom: 0;
  }

  .div-block-168, .div-block-169 {
    display: flex;
  }

  .jt-qf-section-4-box-2-mobile {
    width: auto;
    margin-top: 30px;
  }

  .o-header, .o-cultura {
    height: 30px;
  }

  .div-block-171 {
    width: 85%;
    max-width: none;
  }

  .jt-facily-header {
    background-color: #47260a78;
    margin-top: 0;
  }

  .jt-facily-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jt-form-facily {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-btn-form-facily {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jt-title-laranja-sml-facily-copy {
    padding-right: 0;
  }

  .box-texts-banner-credito {
    align-self: auto;
    max-width: 270px;
  }

  .jt-credito-box-2 {
    margin-left: auto;
    margin-right: auto;
    top: 60px;
  }

  .jt-facily-s1 {
    background-position: 100% 100%;
    background-size: auto 65%;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-facily-holder-s1 {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-facily-box-s1-1 {
    width: auto;
  }

  .jt-facily-title-1-laranja {
    margin-bottom: 20px;
  }

  .jt-txt-facily-cinza-1 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .jt-facily-s2 {
    display: none;
  }

  .box-content-2 {
    align-items: center;
    display: block;
  }

  .jt-facily-cf-box-item {
    margin-top: 30px;
  }

  .jt-facily-cf-cont {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .jt-facily-cf-txt {
    width: 400px;
    margin-left: 0;
  }

  .jt-facily-cf-num {
    width: auto;
  }

  .box-ecred-itens {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-facily-divider {
    width: 80%;
    height: 1px;
  }

  .jt-facily-title-1-branco {
    margin-bottom: 20px;
  }

  .section-comentarios {
    height: 600px;
  }

  .main-3 {
    background-position: 61%, 50%;
    height: 600px;
  }

  .box-3 {
    width: 100%;
    height: 280px;
  }

  .blur-3 {
    background-image: linear-gradient(#ffffff26, #ffffff26), url('../images/bg-lps.jpg');
    background-position: 0 0, 50%;
    height: 400px;
  }

  .box-content-3 {
    margin-left: 0;
  }

  .jt-facily-cf-icon-2 {
    padding-left: 36px;
  }

  .jt-facily-cf-icon-3 {
    padding-left: 38px;
  }

  .divisor {
    justify-content: center;
    width: 100%;
    height: 1%;
    margin: 20px 0;
  }

  .box-content-2-mobile {
    margin-left: 40px;
    margin-right: 40px;
    display: none;
  }

  .jt-facily-cf-txt-2 {
    width: 400px;
    margin-left: -16px;
  }

  .jt-facily-cf-txt-3 {
    width: 400px;
  }

  .jt-facily-gp-title {
    width: 60%;
  }

  .jt-facily-btn-branco {
    margin-bottom: 0;
  }

  .jt-facily-form {
    top: -67px;
  }

  .jt-box-form-integrapay {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .jt-facily-subtile-branco-1 {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .link-10 {
    font-size: 24px;
  }

  .jt-form-integrapay {
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 20px;
    top: -151px;
  }

  .jt-title-laranja-sml-integrapay {
    padding-right: 0;
  }

  .jt-btn-form-integrapay {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jt-header-integrapay {
    background-image: none;
    margin-top: 40px;
    margin-bottom: 280px;
    padding-top: 30px;
  }

  .jt-header-box-integrapay {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jt-header-item-integrapay {
    align-self: auto;
    width: 480px;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-subtile-integrapay {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-holder-steps-integrapay {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }

  .jt-holder-steps-integrapay-mobile {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    top: -90px;
  }

  .jt-txt-form-sucess-integrapay {
    text-align: center;
  }

  .jt-msg-sucess-integrapay {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-178 {
    align-items: center;
    width: auto;
    margin-bottom: 20px;
  }

  .jt-btn-googleplay-integrapay {
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
  }

  .jt-spc-box-1 {
    align-self: auto;
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-spc-title-1 {
    width: auto;
  }

  .jt-spc-subtile-branco-1 {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-spc-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-top: 70px;
  }

  .jt-title-laranja-sml-spc {
    max-width: 330px;
    padding-right: 0;
  }

  .jt-btn-form-spc {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jt-spc-cf-txt-1 {
    width: 100%;
    margin-left: 0;
  }

  .jt-spc-cf-txt-2, .jt-spc-cf-txt-3 {
    width: 400px;
    margin-left: 0;
  }

  .blur-spc {
    background-image: linear-gradient(#fff3, #fff3), url('../images/img-cf.svg');
    background-position: 0 0, 15% 66%;
  }

  .main-spc {
    background-color: var(--azul-facily);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-spc {
    height: 90vh;
  }

  .jt-spc-form {
    background-color: var(--white);
    top: 0;
  }

  .jt-spc-form.ecred {
    display: block;
  }

  .jt-spc-cf-icon-3 {
    padding-left: 38px;
  }

  .jt-spc-cf-icon-2 {
    padding-left: 36px;
  }

  .jt-spc-title-1-branco-mobile {
    margin-bottom: 20px;
  }

  .jt-facily-cf-icon-2-copy {
    padding-left: 36px;
  }

  .jt-facily-cf-icon-3-copy {
    padding-left: 38px;
  }

  .jt-section-features-download-mobile-spc {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .jt-txt-feature-item-spc-1-mobile {
    font-size: 12px;
    line-height: 16px;
  }

  .jt-spc-header-mobile {
    background-color: #47260a78;
    align-items: flex-start;
    margin-top: 20px;
  }

  .box-facily {
    width: 85%;
    height: 650px;
    max-height: none;
  }

  .main-facily {
    background-color: var(--azul-facily);
    background-position: 24% 157%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 140vh;
  }

  .main-3-copy {
    background-position: 61%, 50%;
    height: 600px;
  }

  .jt-btn-spc-mobile, .jt-btn-spc-mobile.w--current, .jt-btn-home-mobile.w--current, .jt-btn-credito-mobile.w--current {
    display: block;
  }

  .blur-facily {
    background-image: linear-gradient(#fff3, #fff3), url('../images/img-cf.svg');
    background-position: 0 0, 15% 66%;
  }

  .jt-facily-cf-txt-1 {
    width: 400px;
    margin-left: 0;
  }

  .text-field-ej, .text-field-facily-copy {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .jt-btn-form-ej {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jt-btn-facily-mobile, .jt-btn-facily-mobile.w--current {
    display: block;
  }

  .jt-form-facily-copy-copy {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-title-laranja-sml-ej {
    padding-right: 0;
  }

  .jt-btn-ej-mobile {
    display: none;
  }

  .jt-btn-ej-mobile.w--current {
    display: block;
  }

  .div-block-179 {
    background-position: 50% 70%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-179.v2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 201px;
  }

  .jt-form-facily-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-172-mobile-ls {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-acordop-s-cf-mobile-ls {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jt-acordop-s-cf-txt-mobile-ls {
    width: 400px;
    margin-left: 0;
  }

  .jt-acordop-s-header-mobile {
    background-color: #47260a78;
    background-position: 65%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-acordop-s-box-mobile {
    align-self: auto;
    width: 340px;
    margin-top: 0;
    padding-top: 0;
    top: 125px;
  }

  .jt-acordop-s-subtile-branco-mobile {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .blur-acordop-s-mobile {
    background-image: linear-gradient(#fff3, #fff3), url('../images/LP-Acordo-Pós-header-v2.png');
    background-position: 0 0, 100% 100%;
    width: 200%;
  }

  .box-content-acordop-s-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-acordop-s-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-acordop-s-txt-box-mobile {
    min-width: auto;
    min-height: auto;
    padding-right: 0;
    position: static;
    bottom: 17px;
    left: auto;
    right: 40px;
  }

  .box-content-2-mobile-acordop-s {
    margin-left: 40px;
    margin-right: 40px;
    display: none;
  }

  .div-block-180 {
    width: 90%;
    max-width: none;
  }

  .jt-blog-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-baixe-box {
    margin-left: auto;
    margin-right: auto;
    top: 60px;
  }

  .jt-form-baixe {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-182 {
    padding-top: 0;
  }

  .jt-header-box-1-mobile {
    display: block;
  }

  .jt-acordo-ej {
    background-image: none;
    height: auto;
    padding-top: 60px;
  }

  .jt-acordo-ej-div {
    width: 90%;
    margin-bottom: 30px;
  }

  .jt-acordo-ej-img {
    width: 100%;
    display: flex;
  }

  .jt-div-section-acordo-ej {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-btn-branco-acordo {
    margin-bottom: 0;
  }

  .image-61 {
    max-width: none;
    height: 400px;
  }

  .jt-div-title-mercado {
    text-align: center;
    width: auto;
    margin-top: 160px;
    display: block;
  }

  .jt-mercado-title-1-branco {
    text-align: left;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-160-copy {
    width: auto;
  }

  .jt-subtitle-mercado {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-holder-mercado {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-mercado-header {
    background-position: 75% 10%;
    border: 1px #000;
    height: 580px;
  }

  .div-block-186 {
    display: none;
  }

  .div-block-160-copy-copy {
    width: auto;
  }

  .jt-subtitle-mercado-section-1 {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-mercado-title-laranja-section-1 {
    text-align: left;
    font-size: 40px;
    line-height: 40px;
  }

  .jt-holder-mercado-section-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-mercado-section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#0000, #0000);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: block;
  }

  .div-mercado {
    padding-left: 24px;
    padding-right: 24px;
  }

  .jt-mercado-title-2-branco {
    margin-bottom: 20px;
  }

  .div-laranja-jt-mercado-section-2 {
    height: auto;
    padding: 40px 24px;
  }

  .logo-section-1-2 {
    margin-bottom: 0;
  }

  .box-mercado {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .blur-mercado {
    background-image: linear-gradient(#fff3, #fff3), url('../images/img-cf.svg');
    background-position: 0 0, 15% 66%;
  }

  .box-content-mercado {
    align-items: center;
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .div-block-172-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .jt-mercado-cf-box-item {
    width: 385px;
  }

  .jt-mercado-cf-box-item._1 {
    justify-content: center;
    align-items: center;
    width: 385px;
  }

  .jt-mercado-cf-cont {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .jt-mercado-cf-num {
    width: auto;
  }

  .box-divider-mercado {
    justify-content: center;
    width: 100%;
    height: 1%;
    margin: 20px 0;
  }

  .jt-mercado-divider {
    width: 80%;
    height: 1px;
  }

  .jt-mercado-cf-txt-2 {
    width: 400px;
    margin-left: 0;
  }

  .div-branco-jt-mercado-section-3copy {
    width: 100%;
    max-width: none;
  }

  .jt-mercado-title-2-laranja {
    margin-bottom: 20px;
  }

  .jt-mercado-section-3 {
    background-position: 75% 10%;
  }

  .video-cell {
    width: 97%;
    height: 569px;
    bottom: 0;
  }

  .img-cell {
    margin-top: 0;
  }

  .jt-holder-mercado-parceiros-1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr 1fr 1fr 1fr;
  }

  .jt-div-teste {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-mercado-divider-tb {
    width: 80%;
    height: 1px;
  }

  .jt-mercado-tb-num {
    width: auto;
  }

  .jt-mercado-cf-txt {
    width: 400px;
    margin-left: 0;
  }

  .jt-mercado-s2 {
    display: none;
  }

  .main-mercado {
    background-color: var(--new_orange);
    background-image: none;
    height: auto;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .box-mercado-mobile {
    width: 85%;
    height: 800px;
    max-height: none;
  }

  .blur-mercado-mobile {
    background-image: linear-gradient(#fff3, #fff3);
  }

  .box-content-mercado-mobile {
    align-items: center;
    display: flex;
  }

  .div-block-172-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-mercado-mob-box-item {
    width: 335px;
  }

  .jt-mercado-mob-icon {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .jt-mercado-mob-cont {
    align-items: center;
  }

  .jt-mercado-mob-txt-1 {
    margin-left: 10px;
  }

  .jt-mercado-txt-mobile-1._2 {
    width: 80%;
  }

  .box-divider-mercado-mob {
    justify-content: center;
    width: 100%;
    height: 1%;
    margin: 20px 0;
  }

  .jt-mercado-divider-mob {
    width: 80%;
    height: 1px;
  }

  .jt-holder-mercado-section-1-mob {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-188-copy {
    margin-top: 0;
  }

  .div-block-187-copy {
    height: auto;
  }

  .jt-div-title-mercado-section-1--mob {
    text-align: center;
    width: auto;
    margin-top: 60px;
    display: block;
  }

  .jt-div-2-mob {
    background-image: url('../images/celular-formato-v3.svg');
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    width: 360px;
    height: 311px;
    margin-top: 39px;
  }

  .jt-holder-mercado-section-1-2-mob {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-holder-mercado-apps-mob {
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .jt-mercado-s2-mob {
    display: none;
  }

  .main-mercado-mob {
    background-color: var(--azul-facily);
    background-position: 24% 157%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 140vh;
  }

  .jt-mercado-title-1-branco-mob {
    margin-bottom: 20px;
  }

  .box-mercado-mob {
    width: 85%;
    height: 650px;
    max-height: none;
  }

  .blur-mercado-mob {
    background-image: linear-gradient(#fff3, #fff3), url('../images/img-cf.svg');
    background-position: 0 0, 15% 66%;
  }

  .box-content-2-mercado {
    align-items: center;
    display: block;
  }

  .holder-box-mercado-mob {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-mercado-cf-cont-mob {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jt-mercado-cf-num-mob {
    width: auto;
  }

  .jt-mercado-cf-txt-1-mon {
    width: 400px;
    margin-left: 0;
  }

  .jt-mercado-divider-mobile {
    width: 80%;
    height: 1px;
  }

  .jt-mercado-mob-icon-copy {
    margin-bottom: 20px;
    margin-left: 5px;
  }

  .jt-mercado-txt-mobile-1-copy {
    padding-left: 20px;
  }

  .jt-mercado-txt-mobile-1-copy._1 {
    width: 80%;
  }

  .jt-header-box-acordo-v2 {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    margin-top: 0;
  }

  .jt-section-acordo-v2 {
    width: 90%;
  }

  .cj-acordo-v2-box {
    margin-bottom: 20px;
    padding: 30px;
  }

  .holder-acordo-v2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .holder-acordo-v2-parcelas {
    width: 80%;
    margin-bottom: 20px;
  }

  .text-block-acordo-v2 {
    font-size: 16px;
    line-height: 18px;
  }

  .holder-acordo-v2-botoes {
    justify-content: center;
    width: 58%;
  }

  .bot-o-acordo-v2-codigo-de-barras {
    width: 50%;
    margin-left: 0;
  }

  .bold-text-43 {
    text-align: center;
  }

  .devider-acordo-v2 {
    margin-left: 0;
  }

  .bot-o-acordo-v2-ver-boleto {
    width: 35%;
    margin-left: 0;
  }

  .holder-acordo-v2-titles {
    justify-content: flex-start;
    width: 80%;
  }

  .acordo-v2-main-title {
    width: 40%;
  }

  .holder-acordo-v2-boleto-pago {
    display: none;
  }

  .div-block-200 {
    justify-content: flex-start;
    width: 100%;
  }

  .holder-acordo-v2-boleto-atrasado {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .text-block-acordo-v2-data-boleto-atrasado {
    font-size: 16px;
    line-height: 18px;
  }

  .holder-acordo-v2-parcelas-pagas {
    width: 80%;
  }

  .bold-text-47, .bold-text-48 {
    line-height: 25px;
  }

  .jt-header-fgts {
    background-image: url('../images/header-background-FGTS-1.png');
    background-position: 50%;
    background-size: cover;
  }

  .jt-header-box-fgts {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 175px;
  }

  .div-block-111-copy {
    width: 80%;
  }

  .jt-subtile-branco-header-fgts, .jt-subtile-branco-header-fgts-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-section-2-fgts {
    background-position: 67%;
    padding-top: 160px;
  }

  .jt-box-section-2-fgts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-box-fgts {
    width: 30%;
  }

  .jt-box-icon-fgts {
    margin-top: 20px;
    padding: 0;
  }

  .destaque-fgts {
    text-align: center;
    width: 100%;
  }

  .txt-box-fgts {
    font-size: 18px;
  }

  .jt-section-fgts {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    max-width: none;
    height: auto;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-fgts-title-cinza {
    font-size: 40px;
    line-height: 40px;
  }

  .jt-div-txt-fgts {
    width: auto;
  }

  .jt-subtitle-fgts {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-div-fgts-2 {
    width: auto;
  }

  .jt-section-4-fgts {
    background-position: 67%;
  }

  .jt-box-section-4-fgts {
    flex-direction: column;
    margin-bottom: 0;
  }

  .jt-box-section-4-fgts-1 {
    margin-bottom: 20px;
  }

  .jt-div-txt-mercado {
    width: auto;
  }

  .jt-title-branco-mercado {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-branco-mercado {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-txt-link-branco-mercado {
    margin-top: 20px;
  }

  .jt-section-mercado-mob {
    background-color: var(--new_orange);
    height: auto;
  }

  .jt-aviso-header-mercado {
    height: 70px;
    margin-top: 65px;
    padding: 20px;
  }

  .image-70 {
    display: none;
  }

  .jt-form-acordo, .jt-form-acordo-1 {
    width: 300px;
    height: 45px;
  }

  .jt-btn-azul-2-acordo {
    height: 45px;
    left: -60px;
  }

  .box-acordop-s-mob {
    width: 90%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .jt-mercado-sec-1-2-copy {
    margin-top: 0;
  }

  .jt-btn-laranja-acordo {
    margin-bottom: 0;
  }

  .image-68-copy {
    width: 20%;
  }

  .jt-div-fgts-1-tb {
    text-align: center;
    width: auto;
  }

  .jt-holder-fgts-2-tb {
    width: 100%;
  }

  .jt-section-3-fgts-mobile {
    background-position: 50% 69%;
    background-size: auto;
  }

  .jt-header-itens-3-copy {
    width: auto;
    margin-top: 0;
    position: static;
    top: -90.5px;
  }

  .jt-div-perguntas-fgts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-perguntas-combo-1-fgts {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .form-acordo {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: auto;
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .ej-acordo-v2-box {
    margin-bottom: 20px;
    padding: 30px;
  }

  .holder-acordo-v2-boleto-aberto-ej {
    display: none;
  }

  .bot-o-acordo-v2-codigo-de-barras-ej {
    width: 50%;
    margin-left: 0;
  }

  .bot-o-acordo-v2-ver-boleto-ej {
    width: 35%;
    margin-left: 0;
  }

  .cj-fatura-box-title-v2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cj-fatura-title-v2 {
    margin-left: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .jt-section-spc-emprestimo {
    background-image: url('../images/jt-home-bg-banner-mercado.png');
    background-position: 74%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 670px;
  }

  .jt-div-sections-spc-emprestimo {
    flex-direction: column;
  }

  .jt-div-txt-spc-emprestimo {
    width: auto;
  }

  .jt-title-branco-spc-emprestimo {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-branco-spc-emprestimo {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-txt-link-branco-spc-emprestimo {
    margin-top: 20px;
  }

  .jt-div-txt-spc-emprestimo-foto {
    width: auto;
  }

  .jt-section-spc-emprestimo-mob {
    background-color: var(--white-smoke);
    background-image: url('../images/jt-home-bg-banner-mercado.png');
    background-position: 74%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    max-height: 670px;
  }

  .jt-section-spc-emprestimo-mob2 {
    background-color: var(--white-smoke);
    background-image: url('../images/jt-home-bg-banner-mercado.png');
    background-position: 74%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    max-height: 670px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .jt-div-sections-spc-emprestimo-mob {
    flex-direction: column;
    padding-top: 60px;
  }

  .jt-div-txt-spc-emprestimo-mob {
    width: auto;
  }

  .jt-title-branco-spc-emprestimo-mob {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-branco-spc-emprestimo-mob {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-txt-link-branco-spc-emprestimo-mob {
    margin-top: 20px;
  }

  .jt-section-features-baixe {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .texto-publicacao-7, .texto-publicacao-8, .texto-publicacao-9, .texto-publicacao-10 {
    width: 100%;
  }

  .jt-btn-ecred, .jt-btn-ecred.w--current {
    display: block;
  }

  .jt-ecred-header {
    background-color: #47260a78;
    margin-top: 20px;
    padding-top: 65px;
  }

  .jt-ecred-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jt-ecred-box-1 {
    align-self: auto;
    width: 340px;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-ecred-subtile-branco-1 {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-form-ecred {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-title-ecred {
    padding-right: 0;
  }

  .jt-box-form-ecred {
    flex-direction: column;
  }

  .text-field-ecred {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .jt-btn-form-ecred {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jt-ecred-s2 {
    display: block;
  }

  .main-ecred {
    height: 120vh;
  }

  .jt-ecred-title-1-branco {
    margin-bottom: 40px;
  }

  .box-ecred {
    flex-direction: column;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blur-ecred {
    background-image: linear-gradient(#fff3, #fff3), url('../images/img-cf.svg');
    background-position: 0 0, 15% 66%;
  }

  .jt-ecred-cf-box-item {
    width: 100%;
  }

  .jt-ecred-cf-cont {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jt-ecred-cf-txt-1, .jt-ecred-cf-txt-2 {
    width: 400px;
    margin-left: 0;
  }

  .jt-ecred-txt-cf-2 {
    max-width: none;
  }

  .jt-ecredasas-cf-cont {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jt-ecred-cf-txt-3 {
    width: 400px;
    margin-left: 0;
  }

  .jt-ecred-divider {
    width: 100%;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
  }

  .divisor-ecred {
    justify-content: center;
    width: 100%;
    height: 1%;
    margin: 30px 0;
  }

  .s-shopi-form {
    margin-top: -40px;
  }

  .jt-form-ecred-2 {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-section-features-download-mobile-ecred {
    background-color: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .jt-holder-convite {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .section_convite_1 {
    background-color: #0000;
    margin-top: 90px;
    padding-top: 0;
    padding-bottom: 420px;
  }

  .heading_convite {
    text-align: left;
    width: 100%;
    font-size: 46px;
    line-height: 54px;
  }

  .texto_convite {
    text-align: left;
    width: 100%;
    max-width: 520px;
    font-size: 18px;
    line-height: 24px;
  }

  .jt-holder-convite_horizontal {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .heading_convite_3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .section_3_content {
    text-align: center;
  }

  .section_3_paragraph {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .jt-holder-convite_list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .heading_convite_5 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .section_5_paragraph {
    text-align: center;
  }

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

  .jt-footer-termos-convite {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .section_5_content {
    align-items: center;
  }

  .jt-holder-convite_list_vertical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .jt-holder-convite_1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

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

  .div-block-210 {
    width: 80%;
    height: 220px;
  }

  .jt-section-2-fgts-copy, .jt-section-2-fgts-copy-copy {
    background-position: 67%;
    padding-top: 160px;
  }

  .jt-box-section-2-fgts-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-box-fgts-2 {
    flex-direction: column;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-box-icon-fgts-2 {
    width: 50%;
    height: auto;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
  }

  .txt-box-fgts-2 {
    font-size: 18px;
  }

  .youtube-5 {
    width: 440px;
    height: 250px;
  }

  .jt-ecred-header-dia-dos-namorados {
    background-color: #47260a78;
    background-position: 65%;
    height: 500px;
    margin-top: 20px;
    padding-top: 65px;
  }

  .jt-form-ecred-3 {
    width: 90%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-acordo-limpa-nome {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: auto;
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .jt-facily-box-s2 {
    width: 80%;
    height: 220px;
  }

  .img-cell-copy {
    width: 90%;
    height: 0;
    margin-top: 0;
  }

  .jt-div-2-mob-copy {
    background-image: url('../images/celular-facily_1.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    align-items: flex-end;
    width: 360px;
    height: 611px;
    margin-top: 0;
  }

  .sec-aniversario-1 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .div-aniversario-1 {
    flex-direction: column;
    align-items: center;
    height: 90%;
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .box-aniversario-1 {
    width: 100%;
  }

  .box-aniversario-2 {
    width: 280px;
    height: 400px;
  }

  .titulo-aniversario, .titulo-aniversario.azul {
    text-align: center;
  }

  .subtitulo-aniversario {
    text-align: center;
    margin-bottom: 28px;
  }

  .div-block-214 {
    text-align: center;
    justify-content: center;
  }

  .sec-aniversario-2 {
    background-position: 90% 35%;
  }

  .div-aniversario-2 {
    padding-bottom: 40px;
  }

  .div-titulo-2 {
    margin-bottom: 320px;
    padding-top: 40px;
  }

  .titulo-aniversario-2 {
    width: auto;
  }

  .box-footer-aniversario-1 {
    width: 100%;
  }

  .box-footer-aniversario-2 {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
  }

  .subtitulo-aniversario-mobile {
    text-align: center;
    margin-bottom: 28px;
  }

  .div-block-215 {
    height: 100%;
  }

  .jt-txt-footer-mobile {
    font-size: 12px;
  }

  .jt-txt-footer-mobile.aniversario {
    display: block;
  }

  .jt-header-home-v2 {
    background-image: linear-gradient(#1f12025c, #1f12025c), url('../images/header-jeitto_1.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 560px;
  }

  .text-span-151 {
    font-size: 36px;
  }

  .div-footer-aniversario-copy {
    flex-direction: column;
    width: 85%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-spc-s2-boxes {
    flex-direction: column;
  }

  .spc-box._1 {
    width: auto;
  }

  .spc-box._3, .spc-box._2 {
    width: 100%;
  }

  .divisor-spc.horizontal, .divisor-serasa.horizontal {
    width: 100%;
    height: 1px;
  }

  .icon-parceiros {
    color: #0000;
    border: 1px solid #0000;
    display: none;
  }

  .video-cell-mercado {
    width: 90%;
    height: 390px;
    margin-left: 5px;
    bottom: 0;
  }

  .jt-div-2-mob-mercado {
    background-image: none;
    width: 360px;
    height: auto;
    margin-top: 39px;
  }

  .jt-header-desenrola {
    background-color: #47260a78;
    margin-top: 0;
  }

  .jt-holder-desenrola {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jt-box-desenrola {
    align-self: auto;
    width: 340px;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-desenrola-subtile-branco-1 {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-desenrola-s1 {
    background-position: 50% 100%;
    background-size: auto 65%;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    padding-top: 60px;
  }

  .jt-desenrola-title-1-laranja-copy {
    margin-bottom: 20px;
  }

  .jt-txt-desenrola-cinza-1-copy {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .jt-desenrola-box-s1-1 {
    width: auto;
  }

  .jt-div-2-desenrola {
    background-image: none;
    align-items: flex-end;
    width: 360px;
    margin-top: 0;
  }

  .jt-desenrola-holder-s1 {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-desenrola-s2 {
    background-position: 50% 100%;
    background-size: 100% 65%;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    padding-top: 60px;
  }

  .jt-facily-holder-s1-copy {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-desenrola-title-2-laranja {
    margin-bottom: 20px;
  }

  .jt-txt-desenrola-cinza-2 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .jt-desenrola-holder-s2 {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-desenrola-s2-mobile {
    align-items: center;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .jt-header-aquecimento {
    background-image: url('../images/bg-viagem-mobile.jpg');
    background-position: 50%;
    background-size: cover;
    height: 620px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .jt-header-box-aquecimento {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
  }

  .jt-header-item-aquecimento-1 {
    align-self: auto;
    width: 480px;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-title-aquecimento {
    line-height: 28px;
  }

  .jt-subtile-aquecimento {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-header-item-aquecimento-2 {
    width: 100%;
    margin-top: 50px;
    display: block;
    position: relative;
    top: 140px;
  }

  .jt-item-steps-aquecimento, .jt-item-steps-aquecimento-1, .jt-item-steps-aquecimento-1._1 {
    width: 45%;
  }

  .section-8 {
    background-color: var(--white);
    height: auto;
  }

  .jt-holder-steps-aquecimento {
    box-shadow: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 150px 0 30px;
    position: static;
    top: -90px;
  }

  .jt-perguntas-combo-7 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .jt-perguntas-combo-7-aberto {
    padding: 15px;
  }

  .jt-btn-laranja-desenrola {
    margin-bottom: 0;
  }

  .jt-sorte-header {
    background-color: #47260a78;
  }

  .jt-sorte-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jt-sorte-box-1 {
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .jt-sorte-title-1 {
    max-width: 490px;
    font-size: 32px;
  }

  .jt-sorte-subtile-1 {
    width: auto;
    line-height: 18px;
  }

  .jt-sorte-logo {
    width: 200px;
  }

  .jt-sorte-logo.regulamento {
    width: 160px;
  }

  .jt-sorte-form {
    top: -67px;
  }

  .jt-form-sorte {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-title-laranja-sml-sorte {
    padding-right: 0;
  }

  .jt-box-form-sorte {
    flex-direction: column;
  }

  .text-field-sorte {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .jt-sorte-s2 {
    align-items: flex-start;
  }

  .jt-sorte-holder-s2 {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-sorte-box-s2-1 {
    width: auto;
  }

  .jt-sorte-title-2 {
    max-width: 490px;
    font-size: 32px;
  }

  .sorte-seta {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .jt-txt-sorte-cinza-1 {
    max-width: 460px;
    margin-bottom: 20px;
  }

  .s2-sorte-card-2-holder {
    flex-wrap: wrap;
  }

  .jt-sorte-s3 {
    align-items: flex-start;
  }

  .jt-sorte-holder-s3 {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-txt-sorte-2 {
    max-width: 460px;
    margin-bottom: 20px;
  }

  .jt-sorte-s4 {
    align-items: flex-start;
  }

  .jt-txt-sorte-cinza-2 {
    max-width: 460px;
    margin-bottom: 24px;
  }

  .sorte-s4-header {
    margin-bottom: 30px;
  }

  .jt-sorte-s5 {
    align-items: flex-start;
  }

  .jt-txt-sorte-3 {
    max-width: 460px;
    margin-bottom: 20px;
  }

  .jt-sorte-s6 {
    align-items: flex-start;
  }

  .sorte-s6-item-holder {
    background-position: 0%;
    background-size: cover;
    flex-direction: column;
    align-items: flex-start;
  }

  .image-97 {
    margin-top: 10px;
    margin-bottom: 10px;
    transform: rotate(-90deg);
  }

  .jt-txt-sorte-cinza-3 {
    max-width: 460px;
    margin-bottom: 24px;
  }

  .image-98 {
    margin-top: 10px;
    margin-bottom: 10px;
    transform: rotate(90deg);
  }

  .jt-sorte-s7 {
    align-items: flex-start;
  }

  .jt-perguntas-combo-1-sorte {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .jt-perguntas-combo-1-aberto-sorte {
    padding: 15px;
  }

  .jt-perguntas-combo-2-sorte {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .jt-perguntas-combo-2-aberto-sorte {
    padding: 15px;
  }

  .jt-perguntas-combo-3-sorte {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .jt-perguntas-combo-3-aberto-sorte {
    padding: 15px;
  }

  .jt-sorte-form-2 {
    top: -67px;
  }

  .jt-sorte-s2-2 {
    align-items: flex-start;
  }

  .sorte-seta-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .jt-sorte-subtile-2 {
    width: auto;
    line-height: 12px;
  }

  .jt-sorteregulamento-header {
    background-color: #47260a78;
    height: auto;
  }

  .jt-sorte-holder-regulamento {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .jt-sorte-box-1-regulamento {
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .link-viagem-regulamento {
    margin-top: 15px;
    display: block;
  }

  .button-5 {
    display: block;
  }

  .tab-reg-1 {
    width: 20%;
  }

  .rich_txt_politica-tabela {
    text-align: center;
  }

  .rich_txt_politica-tabela._1 {
    max-width: none;
  }

  .tab-reg-2 {
    width: 80%;
  }

  .tab-reg-2._2 {
    border-right: 1px solid #000;
  }

  .tabela-regulamento {
    display: none;
  }

  .tabela-regulamento-mobile {
    display: block;
  }

  .jt-header-home-sorte {
    background-position: 25% 100%;
    background-size: auto 110%;
    height: auto;
    padding-top: 0;
    display: block;
  }

  .btn-form-home {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form-home-banner {
    width: 80%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    inset: 60px 0% auto;
    transform: none;
  }

  .form-home-banner.aquecimento {
    width: auto;
    position: static;
    top: 325px;
  }

  .jt-header-box-home-sorte {
    background-color: var(--new_orange);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin: -75px auto 0;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
    top: -4%;
  }

  .jt-header-pix {
    background-image: url('../images/Section-1-m.png'), url('../images/body-bg.webp');
    background-position: 50% 100%, 50%;
    background-size: 100%, cover;
  }

  .jt-header-holder-pix {
    background-image: none;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .jt-info-pix {
    align-items: center;
    margin-bottom: -34px;
    margin-left: 0;
    display: none;
  }

  .jt-texto-pix {
    text-align: center;
    max-width: 420px;
    margin-top: 10px;
    margin-left: 23px;
    font-size: 24px;
    line-height: 24px;
  }

  .image-101 {
    max-width: 360px;
    margin-left: 0;
  }

  .jt-info-pix-mobile {
    background-image: url('../images/Subtitulo.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    align-items: center;
    width: 100%;
    height: 220px;
    margin-top: -66px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .jt-info-pix-mobile-title {
    align-items: center;
    margin: 0;
    display: flex;
  }

  .image-102 {
    max-width: 350px;
    margin-top: 18px;
    display: block;
    position: relative;
  }

  .jt-section-2-pix {
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-holder-pix {
    background-image: none;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-104 {
    max-width: 100%;
  }

  .jt-card-2-pix {
    background-size: 100%;
    width: 510px;
  }

  .jt-card-3-pix {
    width: 510px;
  }

  .image-108 {
    display: none;
  }

  .jt-section-3-pix {
    background-image: url('../images/Section-4-bg-m.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 0;
    padding-bottom: 590px;
  }

  .jt-div-2-pix {
    align-items: center;
  }

  .s3-title-pix {
    display: none;
  }

  .jt-texto-2-pix {
    text-align: center;
    max-width: 460px;
    margin-top: 10px;
    margin-left: 23px;
    font-size: 24px;
    line-height: 24px;
  }

  .jt-subtitulo-pix {
    text-align: center;
    max-width: 420px;
    margin-top: 40px;
    margin-left: 23px;
    font-size: 24px;
    line-height: 24px;
  }

  .jt-texto-3-pix {
    text-align: left;
    max-width: 420px;
    font-size: 20px;
  }

  .s3-title-pix-mobile {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }

  .ganhadores-row, .ganhadores-row-title {
    padding-left: 12px;
    padding-right: 12px;
  }

  .jt-sorte-box-1-2 {
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .jt-sorte-title-1-2 {
    max-width: 490px;
    font-size: 32px;
  }

  .jt-sorte-subtile-1-2 {
    width: auto;
    line-height: 18px;
  }

  .jt-sorte-subtile-2-2 {
    width: auto;
    line-height: 12px;
  }

  .jt-btn-googleplay-3 {
    display: block;
  }

  .jt-form-2 {
    width: auto;
  }

  .jt-btn-form-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jt-sorte-s2-3 {
    align-items: flex-start;
  }

  .jt-sorte-box-s2-1-2 {
    width: auto;
  }

  .sorte-seta-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .jt-sorte-s4-2 {
    align-items: flex-start;
  }

  .image-116 {
    margin-top: 10px;
    margin-bottom: 10px;
    transform: rotate(90deg);
  }

  .jt-sorte-s6-v2 {
    align-items: flex-start;
  }

  .jt-txt-sorte-cinza-4 {
    max-width: 210px;
    margin-bottom: 24px;
  }

  .jt-txt-branco-1 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-btn-sorte-5 {
    width: 260px;
  }

  .body_raspadinha {
    background-image: url('../images/mobile-img.png');
    background-position: 50% 1270px;
    background-size: 100%;
  }

  .sec-raspadinha-1 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .div-raspadinha-1 {
    flex-direction: column;
    align-items: center;
    height: 90%;
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .title-raspadinha-1 {
    text-align: center;
  }

  .subtitulo-raspadinha {
    text-align: center;
    margin-bottom: 28px;
  }

  .sec-raspadinha-2 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .title-raspadinha-2 {
    text-align: center;
  }

  .subtitulo-raspadinha-2 {
    text-align: center;
    margin-bottom: 28px;
  }

  .sec-raspadinha-4 {
    background-image: url('../images/section_5_bg.webp');
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .div-raspadinha-2 {
    padding-top: 40px;
  }

  .title-raspadinha-3 {
    text-align: center;
    font-size: 45px;
    line-height: 49px;
  }

  .div-aniversario-2-copy {
    padding-bottom: 40px;
  }

  .div-raspadinha-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .sec-raspadinha-3 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .title-raspadinha-4 {
    width: 90%;
  }

  .box-dicas-raspadinha {
    display: none;
  }

  .card-dicas-raspadinha {
    background-image: url('../images/card_mobile.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 300px;
    height: 566px;
    margin-right: 24px;
    padding: 16px;
  }

  .dicas-title-1 {
    text-align: left;
    max-width: 250px;
  }

  .title-raspadinha-5 {
    display: none;
  }

  .box-dicas-raspadinha-mobile {
    background-image: none;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    overflow: scroll;
  }

  .image-118 {
    margin-top: 41px;
    margin-bottom: 0;
  }

  .centralizado-raspadinha-2 {
    width: 95%;
  }

  .card-dicas-raspadinha-final {
    background-image: url('../images/card_final.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    justify-content: center;
    min-width: 300px;
    height: 566px;
    padding: 16px;
  }

  .text-span-190, .text-span-191 {
    font-weight: 800;
  }

  .card-dicas-raspadinha-mobile {
    background-image: url('../images/card_mobile.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 300px;
    height: 100%;
    margin-right: 24px;
    padding: 16px;
  }

  .dicas-title-2 {
    text-align: center;
    text-transform: none;
    max-width: 250px;
  }

  .div-block-227 {
    justify-content: center;
    display: flex;
  }

  .text-block-89 {
    color: #ffb62f;
  }

  .tag-balde {
    color: #ffb62f;
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    font-weight: 700;
  }

  .box-tag-balde {
    background-color: #000;
    border-radius: 5px;
    padding: 4px 10px;
    position: relative;
    top: 9px;
    left: 105px;
  }

  .box-tag-balde._2 {
    top: -16px;
  }

  .jt-section-promo-balde-home {
    background-image: url('../images/promo-section-2-bg-m.png');
    height: 620px;
  }

  .image-119 {
    max-width: 80%;
  }

  .jt-subtile-branco-promo {
    text-align: center;
    max-width: 390px;
    font-size: 20px;
    line-height: 22px;
  }

  .jt-header-itens-home-promo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .jt-txt-preto-promo {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-title-preto-promo {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .menu-button-2 {
    margin-left: auto;
  }

  .banner-escola-de-cria {
    background-image: linear-gradient(#0006, #0006), url('../images/escola-cria-banner-1.webp');
    background-position: 0 0, 75% 40%;
    background-repeat: repeat, repeat;
    background-size: auto, auto 120%;
  }

  .container-18 {
    margin-top: 20px;
  }

  .image-123 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown {
    max-width: 100%;
  }

  .container-25 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    display: block;
  }

  .brand-8 {
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container-26 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-97-copy {
    text-align: center;
    font-size: 40px;
  }

  .section_hero {
    background-size: 30px, 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_hero.embaixador {
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
  }

  .section_hero.indicado {
    justify-content: center;
    align-items: flex-start;
    height: 700px;
    padding-top: 40px;
  }

  .div-block-232 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .section_descubra_cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-233 {
    width: auto;
    margin-right: 0;
  }

  .heading-15 {
    text-align: center;
  }

  .div-block-234 {
    background-color: #1e1e1e;
    border-radius: 16px;
  }

  .section_como-funciona {
    padding-top: 30px;
  }

  .text-block-102 {
    font-size: 32px;
  }

  .text-block-title {
    font-size: 16px;
  }

  .text-block-104 {
    text-align: center;
  }

  .section_pontuacao, .container-29 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-238 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_datas {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-106 {
    font-size: 16px;
  }

  .div-block-240 {
    width: auto;
  }

  .div-block-242 {
    flex-flow: column;
  }

  .text-block-108 {
    text-align: center;
  }

  .faq-item {
    width: auto;
    height: auto;
  }

  .container-5 {
    height: auto;
  }

  .text-body.faq-item-text {
    width: auto;
    font-size: 14px;
  }

  .section_disclaimer, .section_nao-caia-em-golpes {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-6-copy {
    padding-left: 16px;
  }

  .menu-button-3 {
    color: var(--new_orange);
  }

  .image-136 {
    padding-top: 0;
  }

  .div-block-246 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text_image {
    display: none;
  }

  .text_image.mobile {
    display: block;
  }

  .image-138 {
    width: 40%;
  }

  .slide-3 {
    height: 600px;
  }

  .heading-21 {
    text-align: center;
  }

  .div-block-248 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-34 {
    justify-content: center;
    align-items: flex-start;
  }

  .slide-7 {
    height: 100%;
  }

  .container-35 {
    height: 600px;
  }

  .slide-nav-7 {
    z-index: 0;
  }

  .div-block-250 {
    background-position: 4% 27%, 88% 100%, 17% 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .container-36 {
    background-position: 91%;
    justify-content: center;
    align-items: flex-start;
  }

  .container-34-copy {
    height: 600px;
  }

  .slide-8 {
    background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(#ff5325, #ff5325);
    background-position: 100%, 0%, 0 0;
    background-size: auto, auto, auto;
    height: 600px;
  }

  .heading-23 {
    text-align: center;
  }

  .image-144 {
    width: 25%;
  }

  .slide-nav-8 {
    z-index: 0;
  }

  .image-145 {
    margin-bottom: 0;
  }

  .text-block-113 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .text-block-113.bold {
    margin-bottom: 0;
  }

  .heading-24 {
    font-size: 45px;
  }

  .heading-24.white {
    font-size: 42px;
  }

  .link-block-20 {
    margin-top: 0;
  }

  .slide-9 {
    vertical-align: baseline;
    background-image: url('../images/Banner-Site-Baião-de-Todos-Mobile-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    border-radius: 0;
    min-width: 100%;
    height: 100%;
    position: static;
  }

  .image-147 {
    vertical-align: top;
    margin-top: 0;
    margin-left: 0;
    display: block;
    overflow: visible;
  }

  .container-37 {
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #ff0606;
    background-image: url('../images/Banner-Site-Baião-de-Todos-Mobile-2.png');
    background-position: 0 0;
    background-size: auto;
    max-width: 568px;
    height: 0;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .div-block-254 {
    background-image: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .slide-12 {
    background-image: url('../images/Banner-Site-Baião-de-Todos-Mobile-BG-arte1.png');
    height: 100%;
  }

  .container-34-copy-2 {
    height: 600px;
  }

  .image-148 {
    order: 0;
    align-self: auto;
    margin: auto auto 0;
    padding-left: 0;
    display: none;
    inset: 0%;
  }

  .image-149 {
    margin: 10px auto auto;
    padding-bottom: 0;
    display: none;
    inset: 0%;
  }

  .image-150 {
    margin: auto auto 132px;
  }

  .image-151 {
    margin-top: 40px;
    margin-left: auto;
    inset: 0%;
  }

  .text-block-115 {
    font-size: 20px;
  }

  .div-block-256 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-116 {
    width: 347.359px;
    font-size: 24px;
  }

  .div-block-257 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .image-152 {
    width: 100%;
    bottom: 0;
  }

  .bold-text-65 {
    font-size: 41px;
  }

  .container-40 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-259 {
    width: 50%;
  }

  .div-block-260 {
    width: 250px;
    height: 8px;
    bottom: -4px;
  }

  .slide_vencedores {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .left-arrow-9 {
    justify-content: flex-start;
    align-items: center;
    left: -17px;
  }

  .right-arrow-8 {
    justify-content: flex-end;
    align-items: center;
    right: -17px;
  }

  .jt-header-ej-copy {
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    margin-top: 0;
  }

  .jt-div-jornada-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-txt-branco-copy {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-title-branco-copy {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-title-azul-copy {
    margin-bottom: 20px;
  }

  .jt-div-oportunidade-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-title-laranja-copy {
    width: auto;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .jt-txt-cinza-3-copy {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .jt-div-sections-copy, .manifesto-jeitto-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-jeitto-3-copy {
    width: 90%;
    font-size: 20px;
    line-height: 28px;
  }

  .text-jeitto-2-copy {
    width: auto;
    font-size: 12px;
    line-height: 17px;
  }

  .div-manifesto-copy {
    width: 500px;
  }

  .manifesto-jeitto-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-title-azul-copy-copy {
    margin-bottom: 20px;
  }

  .jt-div-oportunidade-copy-copy, .jt-div-oportunidade-copy-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-oportunidade-copy-copy {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .jt-div-oportunidade-copy-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-oportunidade-copy-copy-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-title-azul-copy-copy-copy {
    margin-bottom: auto;
  }

  .manifesto-jeitto-copy-copy {
    height: 420px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .jt-title-laranja-copy-copy {
    width: auto;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .jt-txt-cinza-3-copy-copy {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .jt-div-sections-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-txts-antecipe-copy {
    width: 320px;
  }

  .jt-div-sections-copy-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-txt-branco-copy-copy, .jt-txt-branco-copy-copy-copy {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-div-jornada-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-txt-branco-copy-copy-copy {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-div-jornada-copy-copy-copy {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .jt-div-txts-jornada-copy {
    width: 100%;
  }

  .jt-txt-branco-copy-copy-copy-copy {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-title-branco-copy-copy-copy {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .div-manifesto-copy-copy, .div-manifesto-copy-sds-copy {
    width: 500px;
  }

  .manifesto-jeitto-qqqq-copy-copy, .jt-div-oportunidade-qqq-copy {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .jt-div-txts-jornada-aaaa {
    width: 300px;
  }

  .jt-div-1-aaaa {
    width: 320px;
  }

  .div-manifesto-copy-aaaa {
    width: 500px;
  }

  .jt-div-oportunidade-dfgsdfg-copy-copy-copy {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .jt-div-txts-jornada-4545454-copy {
    width: 100%;
  }

  .jt-header-ej-copy-asdasd {
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    margin-top: 0;
  }

  .jt-section-features-cliente-3345 {
    background-color: var(--orange-jeitto);
  }

  ._323234235 {
    justify-content: space-between;
  }

  .mask-4-12343 {
    background-color: #f58221;
  }

  .jt-div-jornada-1234123-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-sliderapp-2-awwe {
    display: block;
  }

  .jt-title-branco-copy-2222-copy-copy {
    background-color: var(--orange-jeitto);
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-div-sliderapp-2-3333-copy {
    display: block;
  }

  ._323234235-3333, ._323234235-4444 {
    justify-content: space-between;
  }

  .jt-title-branco-copy-3434-copy-copy-copy {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .jt-section-features-54-3345-copy {
    background-color: var(--deep-sky-blue);
  }

  .jt-slide-app-2-667654, ._323234235-2, ._323234235-23 {
    justify-content: space-between;
  }

  .jt-div-txts-jornada-qwerqwe, .jt-div-txts-jornada-qwerqwe-copy {
    width: 300px;
  }

  .jt-title-branco-21233451-copy-copy-copy {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  ._323234235-2-copy, ._323234235-2-4324-copy, ._323234235-23-5654, ._323234235-qaaaa {
    justify-content: space-between;
  }

  .title-jeitto-3-rrtuyut {
    color: var(--deep-sky-blue);
    width: 90%;
    font-size: 20px;
    line-height: 28px;
  }

  .superscript-7 {
    font-size: 20px;
    line-height: 24px;
  }

  .sadfasdfasdf {
    display: none;
  }

  .jt-title-laranja-3-sdfasdf {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .sdfasdf {
    justify-content: space-between;
  }

  .jt-title-laranja-3-copy, ._324123 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .jt-title-branco-copy-copy, .sdfsdf {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-cinza-3-codfg56py-copy {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .dfasdfasd {
    border-color: #0cb7e7;
  }

  .dfasdfwqe5234 {
    border-top-color: var(--deep-sky-blue-2);
    background-color: #0cb7e7;
    border-bottom-color: #0cb7e7;
    border-left-color: #0cb7e7;
  }

  .fasd32523 {
    border-color: #0cb7e7;
  }

  ._56yerghf {
    background-color: #0cb7e7;
  }

  .sdfas5 {
    border-color: #0cb7e7;
  }

  ._3457hfgh {
    border-top-color: var(--steel-blue);
    background-color: #0cb7e7;
    border-bottom-color: #0cb7e7;
    border-left-color: #0cb7e7;
  }

  .hero {
    background-image: url('../images/asset_hero1.svg'), url('../images/asset_hero2.svg'), url('../images/brilho3-1.png'), url('../images/img_hero1.png'), url('../images/bg_hero.png');
    background-position: 11px 26px, 94%, 0%, 50%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, 60px, 400px, cover;
    height: 700px;
  }

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

  .div-block-268 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .conheca {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-26 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 125%;
  }

  .heading-26.orange {
    margin-bottom: 20px;
  }

  .heading-26._2 {
    text-align: center;
    font-size: 40px;
  }

  .heading-26._3 {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 32px;
  }

  .paragraph-25 {
    font-size: 18px;
  }

  .container-42 {
    flex-flow: column;
  }

  .div-block-269 {
    width: 100%;
  }

  .container-43.desktop {
    display: none;
  }

  .container-43.mobile {
    background-position: 50%;
  }

  .heading-27 {
    line-height: 125%;
  }

  .container-44 {
    flex-flow: column;
  }

  .div-block-271, .div-block-272 {
    width: 100%;
  }

  .benef-cios {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cobertura {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .container-46 {
    padding-left: 48px;
    padding-right: 48px;
  }

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

  .div-block-275 {
    width: 400px;
    height: 524px;
  }

  .div-block-277 {
    margin-bottom: 20px;
  }

  .descobrir {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-132 {
    line-height: 125%;
  }

  .pausa {
    background-position: 141% 77%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-280 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-164 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-47 {
    flex-flow: column;
  }

  .jt-div-2-copy {
    width: 100%;
    margin-top: 40px;
  }

  .img-gif-copy {
    width: 40%;
  }

  .chama {
    background-position: 0%, 76px 0;
  }

  .div-block-281 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .div-block-282 {
    padding-left: 0;
  }

  .container-48 {
    flex-flow: column;
  }

  .text-block-134 {
    font-size: 16px;
  }

  .div-block-283 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-135 {
    font-size: 27px;
  }

  .heading-30 {
    font-size: 32px;
  }

  .paragraph-26 {
    font-size: 16px;
  }

  .container-49 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .jt-title-branco2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .slide-emprestimo {
    background-image: url('../images/brilho2-1_1brilho2 1.png'), url('../images/brilho2-2_1brilho2 2.png'), url('../images/brilho3-1.png'), url('../images/Frame-7.svg'), url('../images/bg_hero.png');
    background-position: 20%, 90% 10%, 10px 0, 50% 74%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 30px, 30px, 30px, 250px, auto;
    height: 600px;
  }

  .image-144-copy {
    width: 60%;
  }

  .container-36-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .jt-header-itens-home-promo-consulta-credito {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .jt-header-itens-3-consulta-credito {
    width: auto;
    margin-top: 0;
    position: static;
    top: -90.5px;
  }

  .jt-form-home-sorte-consulta-credito {
    width: auto;
    margin-top: 0;
  }

  .jt-form-home-sorte-consulta-credito.aquecimento {
    width: auto;
    position: static;
    top: 325px;
  }

  .jt-title-laranja-sml-home-sorte-consulta-credito {
    text-align: center;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-285 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .jt-title-orange {
    margin-bottom: 20px;
  }

  .jt-txt-cinza-5 {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-287 {
    width: auto;
    display: block;
    bottom: 0;
  }

  .paragraph-29 {
    font-size: 13px;
  }

  .paragraph-29.mobile {
    color: var(--orange-red);
    font-size: 10px;
  }

  .div_grid_hero.indicados {
    display: flex;
  }

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

  .section_form {
    padding: 60px 16px;
  }

  .div_grid_form {
    flex-flow: column;
  }

  .div-block-288 {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: flex-end;
  }

  .list-item._2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .section_beneficios {
    height: 500px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_grid_content_beneficios {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    place-content: space-around;
    align-items: center;
  }

  .heading-35 {
    font-size: 38px;
  }

  .section_beneficios-2 {
    padding-top: 140px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-36 {
    text-align: center;
    width: 100%;
    font-size: 32px;
  }

  .paragraph-32 {
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }

  .bold-text-78 {
    text-align: center;
  }

  .div_content.top {
    flex-flow: column;
  }

  .div_content.left {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div_content.right {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .sectioin_garantir {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_content_garantir {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .paragraph-34, .text-span-217 {
    font-size: 20px;
  }

  .image-170 {
    margin-top: 0;
  }

  .image-171 {
    width: 20%;
  }

  .image-172 {
    display: none;
  }

  .image-172.mobile {
    width: 20%;
    display: block;
  }

  .section_oqueacontece {
    padding-top: 300px;
  }

  .text-block-139 {
    font-size: 24px;
  }

  .div_grid_content {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: center;
  }

  .div_grid_content.continuar {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .div_grid_content.acontece {
    flex-flow: column wrap;
  }

  .image-174 {
    width: 50%;
  }

  .div_content_continuar {
    justify-content: center;
    align-items: center;
  }

  .image-175 {
    width: 38%;
  }

  .section_vem-naminha {
    height: auto;
  }

  .image-176 {
    width: 50%;
  }

  .paragraph-37 {
    text-align: center;
    width: 405px;
    margin-bottom: 20px;
  }

  .bold-text-80 {
    text-align: center;
  }

  .jt-perguntas-combo-5-2 {
    padding: 10px 0;
  }

  .jt-perguntas-combo-5-2-aberto {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .jt-perguntas-combo-6-2 {
    padding: 10px 0;
  }

  .jt-perguntas-combo-6-2-aberto {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .jt-perguntas-combo-7-2 {
    padding: 10px 0;
  }

  .jt-perguntas-combo-7-2-aberto {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .jt-perguntas-combo-8 {
    padding: 10px 0;
  }

  .jt-perguntas-combo-8-aberto {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .jt-perguntas-combo-9 {
    padding: 10px 0;
  }

  .jt-perguntas-combo-9-aberto {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .jt-perguntas-combo-10 {
    padding: 10px 0;
  }

  .jt-perguntas-combo-10-aberto {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .jt-perguntas-combo-11 {
    padding: 10px 0;
  }

  .jt-perguntas-combo-11-aberto {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .jt-perguntas-combo-12 {
    padding: 10px 0;
  }

  .jt-perguntas-combo-12-aberto {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div_grid_hero_ajeitae {
    flex-flow: column;
  }

  .container_hero_ajeitae, .section_hero_ajeitae {
    flex-flow: column;
    display: flex;
  }

  .div_content_ajeitae.left {
    width: 100%;
  }

  .div_content_ajeitae.right {
    width: 100%;
    margin-top: 40px;
  }

  .image-177 {
    width: 50%;
  }

  .text-block-141 {
    font-size: 18px;
  }

  .text-block-142 {
    font-size: 40px;
  }

  .text-block-142.text {
    font-size: 32px;
  }

  .section_nenhum {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div_grid_renegociacao {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 20px;
  }

  .div_content_renegociacao.left {
    width: 100%;
  }

  .text-block-145, .paragraph-40 {
    text-align: center;
  }

  .section_perguntas {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slide-ajeitae {
    height: auto;
  }

  .container-36-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-ajeitae {
    width: 60%;
  }

  .div-block-ajeitae {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 60px;
    display: flex;
  }

  .div-block-ajeitae.right {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .text-block-146 {
    text-align: center;
  }

  .slide-ajeitae-ajuste {
    height: auto;
  }

  .bold-text-81 {
    padding-left: 0;
  }

  .div-block-274-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-275-copy {
    width: 400px;
    height: 524px;
  }

  .div-block-287-copy {
    width: auto;
    display: block;
    bottom: 0;
  }

  .div-block-304 {
    grid-template-columns: 1fr;
  }

  .text-block-154 {
    text-align: left;
    order: 1;
  }

  .jt-subtile-branco-1-title {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .jt-section-pix-mercadojeitto {
    background-position: 28%;
  }

  .jt-title-laranja-1-new {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 38px;
  }

  .jt-txt-cinza-4-new {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-section-pix {
    background-color: var(--transparent);
    background-image: url('../images/pix-mobile.png');
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
  }

  .jt-div-sections2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-title-branco-pix {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-div-txt-pix {
    width: auto;
  }

  .jt-txt-link-azul-2, .jt-txt-link-laranja-3 {
    margin-top: 20px;
  }

  .image-191 {
    width: 50%;
  }

  .image-192 {
    width: 60%;
  }

  .jt-mercado-section-pix {
    background-position: 70%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-42 {
    font-size: 40px;
  }

  .jt-mercado-section-blackfriday {
    background-position: 81%;
    flex-flow: column;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-mercado-container-blackfriday {
    flex-flow: column;
    height: auto;
  }

  .jt-mercado-div-left-blackfriday {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 40px;
    display: flex;
  }

  .jt-mercado-section-lojasparceiras {
    background-image: linear-gradient(#0000, #0000);
    padding-left: 16px;
    padding-right: 16px;
  }

  .jt-subtitle-mercado-section-2 {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .image-194 {
    width: 59px;
  }

  .pix {
    display: flex;
  }

  .container-51 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .heading-45, .text-block-157 {
    font-size: 24px;
  }

  .div-block-311 {
    width: 172px;
  }

  .button-9 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .div-block-314 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .div-block-316 {
    width: 100%;
    height: 2px;
  }

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

  .slide-16 {
    background-image: url('../images/Banner-Home---Mobile-1.png');
  }

  .heading_hero-guideline {
    font-size: 60px;
  }

  .container_menu_guideline {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .slide-nav-8-copy {
    z-index: 0;
  }

  .slide-17 {
    background-color: #ff4d00;
    background-image: url('../images/Screenshot-2025-01-14-at-23.10.31.png');
    background-position: 50%;
    background-size: 120px 120px;
  }

  .cell-4 {
    background-image: url('../images/PÓS-Banner-Home-15_01---Mobile.png'), url('../images/Screenshot-2025-01-14-at-23.10.31.png');
  }

  .jt-perguntas-combo-13 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .jt-perguntas-combo-13-aberto {
    padding: 15px;
  }

  .container_hero_shopi {
    height: 400px;
  }

  .div__hero_right {
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
    padding-left: 30px;
  }

  .image-216 {
    width: 91%;
  }

  .image-217 {
    width: 100%;
  }

  .s-shopi-oficial {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container2_shopi {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .div2_left_shopi {
    width: 80%;
  }

  .button-11._2 {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 15px;
  }

  .button-11.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-218 {
    max-width: 270px;
  }

  .text-block-175 {
    font-size: 36px;
  }

  .heading-52 {
    font-size: 30px;
    line-height: 125%;
  }

  .text-span-237 {
    font-size: 30px;
  }

  .text-block-177 {
    font-size: 26px;
  }

  .div-block-353 {
    background-position: 91% 7%;
  }

  .s-shopi-boas-compras {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-53 {
    font-size: 40px;
    line-height: 125%;
  }

  .heading-53.black {
    font-size: 40px;
  }

  .text-block-178 {
    font-size: 24px;
  }

  .text-block-178.black {
    font-size: 16px;
  }

  .div3_content {
    padding: 24px 16px;
  }

  .text-block-179, .text-block-179._2 {
    font-size: 16px;
  }

  .s-shopi-parceiros {
    background-image: linear-gradient(#0000, #0000);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container4_shopi {
    width: 100%;
    max-width: none;
  }

  .heading_shopi {
    font-size: 37px;
  }

  .div4_content {
    background-size: 127px;
  }

  .section5_shopi {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-51 {
    font-size: 16px;
  }

  .section6_shopi {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-53-copy._4 {
    font-size: 32px;
    line-height: 125%;
  }

  .div6_content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-white {
    font-size: 16px;
  }

  .heading-54 {
    font-size: 40px;
  }

  .container7_shopi {
    background-position: 34% 15%;
  }

  .heading-55 {
    font-size: 40px;
  }

  .div7_right_shopi {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-56 {
    font-size: 24px;
  }

  .div-block-357 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-57 {
    font-size: 40px;
  }

  .s-shopi-falando {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container9_shopi {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-shopi-falando {
    margin-bottom: 40px;
  }

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

  .line-shopi {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-359 {
    background-position: 83% 93%, 50% 59%;
  }

  .s-shopi-com-voce {
    padding: 40px 16px;
  }

  .text-body-33.faq-item-text {
    font-size: 14px;
  }

  .faq-item-_perguntas {
    width: auto;
  }

  .jt-header-itens-home-promoteste-recaptcha-lgpd {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .jt-header-itens-3teste-recaptcha-lgpd {
    width: auto;
    margin-top: 0;
    position: static;
    top: -90.5px;
  }

  .jt-form-home-sorteteste-recaptcha-lgpd {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-form-home-sorteteste-recaptcha-lgpd.aquecimento {
    width: auto;
    position: static;
    top: 325px;
  }

  .jt-btn-form-home-sorte-phone-teste-recaptcha-lgpd {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-222 {
    transform: rotate(90deg);
  }

  .text-bold-shopi {
    font-size: 16px;
  }

  .image-224, .image-225, .image-226 {
    width: 50%;
  }

  .slide-19 {
    background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(#ff5325, #ff5325);
    background-position: 100%, 0%, 0 0;
    background-size: auto, auto, auto;
    height: 600px;
  }

  .containerhome_hero_shopi {
    height: 100%;
  }

  .divhome__hero_right {
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
    padding-left: 30px;
  }

  .image-216-copy {
    width: 91%;
  }

  .image-217-copy, .div-block_renegociar {
    width: 100%;
  }

  .text-block-141-copy {
    font-size: 20px;
  }

  .div-block-video {
    background-position: 83% 93%, 50% 59%;
  }

  .text-block-183 {
    font-size: 15px;
  }

  .heading_embaixador {
    font-size: 20px;
  }

  .heading-59 {
    font-size: 24px;
  }

  .jt-btn-form-home-sorte-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jt-box-form-integrapay-copy {
    flex-direction: column;
  }

  .jt-title-laranja-sml-home-sorte-copy {
    text-align: center;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-form-home-sorte-copy {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-form-home-sorte-copy.aquecimento {
    width: auto;
    position: static;
    top: 325px;
  }

  .jt-form-home-sorte-copy-copy {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-form-home-sorte-copy-copy.aquecimento {
    width: auto;
    position: static;
    top: 325px;
  }

  .text-form-home, .img-banner-home {
    display: none;
  }

  .box-aprovacao-rapido {
    left: 60px;
  }

  .h-67 {
    font-size: 40px;
  }

  .text-51 {
    margin-bottom: 24px;
    font-size: 29px;
  }

  .btn {
    padding-top: 9px;
    font-size: 24px;
  }

  .vector-arrow-aprovacao {
    width: 60px;
  }

  .box-facilita {
    width: 90%;
    margin-left: auto;
  }

  .vector-title-aprovacao {
    width: 240px;
    top: 7px;
    left: -20px;
  }

  .s-mudar {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .box-mudar {
    max-width: 320px;
  }

  .h-77 {
    font-size: 40px;
  }

  .h-49 {
    font-size: 36px;
  }

  .text-53 {
    font-size: 37px;
  }

  .circulo-credito {
    width: 180px;
    top: -16px;
    left: -17px;
  }

  .h-175 {
    font-size: 110px;
  }

  .text-28 {
    font-size: 22px;
  }

  .h-51 {
    font-size: 40px;
  }

  .flex-block-5 {
    display: none;
  }

  .h-64 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 56px;
  }

  .h-62 {
    font-size: 39px;
  }

  .h-36 {
    font-size: 30px;
  }

  .image-232 {
    width: 240px;
    left: 20px;
  }

  .heading-63 {
    margin-top: 50px;
    font-size: 50px;
  }

  .heading-64 {
    font-size: 40px;
  }

  .img-nossojeito-desk {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .s-nossojeitto {
    background-position: 50%;
    padding-bottom: 60px;
  }

  .box-orange-nosso {
    max-width: 310px;
    margin-top: 0;
    margin-left: auto;
  }

  .heading-65 {
    font-size: 45px;
  }

  .text-block-186 {
    font-size: 35px;
  }

  .heading-66 {
    font-size: 25px;
  }

  .box-pix {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
  }

  .jt-link-tiktok {
    margin-right: 8px;
  }

  .flex-block-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .llustra-credito-desk {
    width: 50%;
    max-width: 210px;
  }

  .flex-block-11 {
    width: 100%;
    max-width: 320px;
  }

  .image-pix-desktop {
    max-width: 200px;
  }

  .box-nossojeito {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-240 {
    width: 200px;
  }

  .img-banner-home-mob {
    width: 100%;
    display: block;
  }

  .illustra-credito-mob {
    width: 50%;
    max-width: 210px;
  }

  .img-nossojeito-mob {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .vector-title-voce {
    inset: auto auto 0% 0%;
  }

  .box-cadastro-horizontal {
    bottom: -100px;
  }

  .form-cadastro {
    padding: 20px;
  }

  .title-box-cadastro {
    margin-bottom: 10px;
    font-size: 29px;
  }

  .btn-form-cadastro {
    padding-left: 60px;
    padding-right: 60px;
  }

  .box-credito-aumentar {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .box-texts-credito-aumentar {
    width: auto;
  }

  .img-credito-cel {
    margin-bottom: -120px;
  }

  .box-icon-text {
    max-width: 240px;
  }

  .flex-icons {
    flex-flow: wrap;
  }

  .flex-compras {
    flex-flow: column;
  }

  .h-48.text-white.text-wdth {
    width: 100%;
  }

  .faq-title-pergunta {
    line-height: 110%;
  }

  .s-fatura-banner {
    height: 620px;
  }

  .form-fatura, .form-boleto {
    padding: 20px;
  }

  .title-box-minha-fatura {
    margin-bottom: 10px;
    font-size: 29px;
  }

  .titulo-banner-emprestimo {
    margin-bottom: 100px;
  }

  .s-emprestimo-cadastro {
    margin-top: -90px;
  }

  .image-243 {
    max-width: 310px;
  }

  .box-emprestimo-segurado {
    flex-flow: column;
  }

  .text-24.text-white {
    width: 100%;
  }

  .box-emprestimo-beneficios, .box-emprestimo-conta, .flex-box-cobertura {
    flex-flow: column;
  }

  .box-pausa {
    flex-flow: column-reverse;
  }

  .box--emprestimo-combao {
    flex-flow: column;
  }

  .s-transferencia-banner {
    aspect-ratio: 16 / 14;
  }

  .box-texts-banner-transferencia {
    align-self: auto;
    max-width: 270px;
  }

  .title-banner-transferencia {
    text-align: left;
    font-size: 42px;
    line-height: 46px;
  }

  .vector-title-depois {
    inset: auto auto 0% 0%;
  }

  .subtile-branco-transferencia {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .s-transferencia-pix {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .image-246 {
    left: -50px;
  }

  .s-transferencia-tarifas {
    padding-bottom: 0;
  }

  .box-texts-tarifa {
    max-width: 100%;
  }

  .image-249 {
    width: 100%;
    max-width: 100%;
    height: 496px;
    margin-top: 60px;
    position: relative;
  }

  .s-sobre-banner {
    height: 610px;
  }

  .s-emprestimo-p-cadastro {
    margin-top: -90px;
  }

  .box-emprestimo-p-segurado {
    flex-flow: column;
  }

  .flex-block-12, .div-block-365 {
    width: 100%;
  }

  .flex-boxes {
    flex-flow: column;
  }

  .box-orange-boxes {
    min-width: 100%;
    max-width: 100%;
  }

  .box-emprestimo-p-jornada {
    flex-flow: column;
  }

  .text-jornada {
    max-width: 100%;
  }

  .flex-boxes-2 {
    flex-flow: column;
  }

  .s-emprestimo-p-solicitar {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .flex-solicitar {
    flex-flow: column;
  }

  .box-cards-branco {
    max-width: 420px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-card-orange {
    font-size: 40px;
  }

  .title-card-orange.big {
    font-size: 50px;
  }

  .text-span-249 {
    font-size: 59px;
  }

  .heading-72 {
    font-size: 54px;
  }

  .vector-manifesto {
    display: none;
  }

  .flex-block-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .box-texts-ia, .text-ia {
    width: 100%;
  }

  .box-ia {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .s-sobre-midia {
    padding-top: 110px;
    padding-bottom: 100px;
  }

  .box-midias {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .icon-midia-estrela {
    top: 10px;
    left: 20px;
  }

  .vector-title-facilitar {
    width: 160px;
    top: 67px;
    left: 87px;
  }

  .s-minha-fatura-banner {
    height: 620px;
  }

  .form-boleto-small {
    padding: 20px;
  }

  .s-minha-fatura-emdia {
    display: none;
  }

  .flex-minha-fatura-dia {
    flex-flow: column;
  }

  .box-fatura-dia {
    width: 100%;
  }

  .image-256 {
    display: none;
  }

  .box-atrasada {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .s-consultar-banner {
    height: 610px;
  }

  .text-card {
    font-size: 25px;
  }

  .vector-title-credito {
    width: 160px;
    top: 67px;
    left: 87px;
  }

  .s-consultar-juntese {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-73 {
    font-size: 32px;
  }

  .flex-block-14 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .box-cards-avaliacao {
    max-width: 420px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-block-15 {
    flex-flow: column;
  }

  .box-texts-banner-credito-aprovado {
    align-self: auto;
    max-width: 100%;
  }

  .vector-title-aprovacao2 {
    inset: auto auto 0% 0%;
  }

  .vector-title-motivo {
    inset: -13px auto auto 0%;
  }

  .s-credito-aprovado-olho {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-16 {
    flex-flow: column-reverse;
  }

  .flex-block-17 {
    justify-content: flex-start;
    align-items: center;
  }

  .s-seguranca-digital-banner {
    aspect-ratio: 16 / 14;
  }

  .title-banner-seguranca {
    text-align: left;
    font-size: 42px;
    line-height: 46px;
  }

  .vector-title-seguranca {
    inset: auto auto 0% 0%;
  }

  .heading-78 {
    max-width: 100%;
  }

  .flex-block-18 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .s-seguranca-digital-golpe {
    padding-top: 20px;
  }

  .image-265 {
    display: none;
  }

  .image-266 {
    right: 180px;
  }

  .vector-title-unicos {
    bottom: 38px;
    left: 177px;
  }

  .flex-block-19 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .s-gaste-ganhe-participo {
    padding-bottom: 0;
  }

  .img-participo {
    width: 100%;
    max-width: 100%;
    height: 480px;
    margin-top: 30px;
    position: relative;
  }

  .box-texts-participo {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .flex-block-21 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .button-13 {
    text-align: center;
    font-size: 36px;
  }

  .text-span-260, .text-span-261 {
    font-size: 30px;
  }

  .s-gaste-ganhe-ganhar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s-gaste-ganhe-pix {
    padding-bottom: 100px;
  }

  .flex-block-23 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .bt-banner-rounded {
    text-align: center;
    line-height: 70%;
  }

  .text-span-264 {
    font-size: 32px;
  }

  .title-box-cadastrese {
    margin-bottom: 10px;
    font-size: 29px;
  }

  .flex-block-25 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-cadastrese {
    padding: 20px;
  }

  .s-corporativo-banner {
    aspect-ratio: 16 / 14;
  }

  .s-corporativo-aprovamos {
    height: 500px;
  }

  ._2xmais {
    width: 160px;
    display: none;
    top: 67px;
    left: 87px;
  }

  .flex-block-26 {
    flex-flow: column-reverse;
  }

  .image-277 {
    display: none;
  }

  .flex-block-28 {
    flex-flow: column;
  }

  .flex-icons-crop {
    flex-flow: wrap;
  }

  .box-icon-text-corp {
    max-width: 240px;
  }

  .s-corporativo-potencial {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .img-potencial {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    position: relative;
  }

  .box-texts-potencial {
    width: 100%;
    max-width: 100%;
  }

  .cj-paga-title-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .cj-negociacao-txt-2, .ej-negociacao-txt-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .cj-atraso-txt-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .cj-processando-title-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .cj-fatura-txt-bold {
    font-size: 14px;
    line-height: 14px;
  }

  .cj-paga-box-2 {
    margin-bottom: 20px;
    padding: 30px;
  }

  .cj-fatura-txt-vencimento-2, .cj-fatura-title-valor-2 {
    font-size: 14px;
  }

  .ej-fatura-txt-codigo-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .cj-paga-txt-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .ej-processando-box-2 {
    margin-bottom: 20px;
    padding: 30px;
  }

  .ej-processando-txt-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .cj-atraso-box-2 {
    margin-bottom: 20px;
    padding: 30px;
  }

  .ej-processando-title-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .ej-negociacao-email-2, .ej-fatura-txt-vencimento-2 {
    font-size: 14px;
  }

  .cj-negociacao-box-2 {
    margin-bottom: 20px;
    padding: 30px;
  }

  .ej-negociacao-title-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .erro-cpf-box-2 {
    margin-bottom: 20px;
    padding: 30px;
  }

  .cj-processando-txt-2, .erro-cpf-txt-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .cj-fatura-title-vencimento-2, .ej-fatura-title-vencimento-2 {
    font-size: 14px;
  }

  .ej-paga-title-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .ej-fatura-txt-valor-2 {
    font-size: 14px;
  }

  .ej-paga-txt-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .erro-cpf-title-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .cj-processando-box-2, .ej-paga-box-2 {
    margin-bottom: 20px;
    padding: 30px;
  }

  .cj-fatura-txt-codigo-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .ej-atraso-title-2, .cj-atraso-title-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .ej-atraso-box-2 {
    margin-bottom: 20px;
    padding: 30px;
  }

  .ej-fatura-btn-ver-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .ej-negociacao-box-2 {
    margin-bottom: 20px;
    padding: 30px;
  }

  .ej-fatura-title-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .form-cpf-fatura-btn-2 {
    height: 45px;
  }

  .cj-negociacao-title-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .cj-fatura-txt-valor-2 {
    font-size: 14px;
  }

  .cj-fatura-title-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .cj-fatura-btn-ver-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .ej-atraso-txt-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .ej-fatura-txt-bold {
    font-size: 14px;
    line-height: 14px;
  }

  .ej-fatura-title-valor-2 {
    font-size: 14px;
  }

  .link-24 {
    font-size: 18px;
  }

  .image-283, .image-284 {
    display: none;
  }

  .s-corporativo-juntese {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .titulo-juntase {
    font-size: 32px;
  }

  .heading-91 {
    text-align: center;
    font-size: 30px;
  }

  .image-285 {
    inset: auto auto -20px 123px;
  }

  .flex-block-31, .div-block-378 {
    flex-flow: column;
  }

  .heading-97 {
    font-size: 38px;
  }

  .text-block-217 {
    font-size: 20px;
  }

  .box-contatos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .link-25 {
    font-size: 28px;
  }

  .image-288 {
    display: none;
  }

  .s-email-validado-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-289 {
    width: 100%;
  }

  .image-290 {
    width: 100%;
    margin-top: 0;
  }

  .flex-block-41 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block-42 {
    flex-flow: column;
  }

  .flex-block-43 {
    width: 100%;
    margin-bottom: 20px;
  }

  .s-email-validado-aprovamos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-99 {
    font-size: 40px;
  }

  .text-block-220 {
    font-size: 20px;
  }

  .heading-101 {
    font-size: 24px;
  }

  .flex-block-46 {
    flex-flow: column;
  }

  .image-295 {
    right: 50px;
  }

  .heading-103 {
    font-size: 30px;
  }

  .s-spc-avaliacoes {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-block-49 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .s-serasa-avaliacoes {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s-proposta-acordo-banner {
    height: 440px;
  }

  .flex-block-53 {
    max-width: 310px;
  }

  .flex-block-54 {
    flex-flow: column-reverse;
  }

  .top-shopi-video {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .image-300 {
    width: 169px;
    top: -13px;
  }

  .jt-form-shopi {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jt-box-form-shopi {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .text-block-232 {
    font-size: 32px;
  }

  .s-baixe-topicos {
    padding-bottom: 0;
  }

  .flex-icons2 {
    flex-flow: wrap;
  }

  .s-baixe-app {
    padding-bottom: 60px;
  }

  .image-305 {
    max-width: 200px;
  }

  .flex-block-61 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .vector-title-credito2 {
    width: 160px;
    top: 67px;
    left: 87px;
  }

  .image-306 {
    width: 160px;
    display: none;
  }

  .s-solicite-banner {
    height: 600px;
  }

  .vector-title-folego {
    width: 160px;
    top: 67px;
    left: 87px;
  }

  .text-block-234 {
    max-width: 393px;
    font-size: 28px;
  }

  .s-solicite-2xmais {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-63 {
    flex-flow: column;
  }

  .heading-110 {
    font-size: 36px;
  }

  .text-block-235 {
    font-size: 24px;
  }

  .s-solicite-cresce {
    padding-bottom: 0;
  }

  .s-solicite-midia {
    padding-top: 110px;
    padding-bottom: 100px;
  }

  .flex-block-64 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-383 {
    max-width: 241px;
  }

  .heading-113 {
    font-size: 24px;
  }

  .text-block-238 {
    font-size: 18px;
  }

  .s-pedir-banner {
    height: 600px;
  }

  .image-309 {
    width: 150px;
    top: 76px;
    right: 16px;
  }

  .s-pedir-cresce {
    padding-bottom: 0;
  }

  .image-pedir-crescer {
    width: 100%;
    max-width: 100%;
    height: 496px;
    margin-top: 60px;
    position: relative;
  }

  .box-texts-pedir {
    max-width: 100%;
    margin-left: 0;
  }

  .s-pedir-midia {
    padding-top: 110px;
    padding-bottom: 100px;
  }

  .s-leap-banner {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .s-leap-ganhando {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-114 {
    font-size: 34px;
  }

  .s-leap-curtiu {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-70 {
    flex-flow: column-reverse;
  }

  .flex-block-73 {
    flex-flow: column;
  }

  .s-pague-hoje {
    height: 570px;
  }

  .div-block-388 {
    max-width: 240px;
  }

  .heading-120 {
    font-size: 40px;
  }

  .image-314 {
    right: 60px;
  }

  .risco-credito2 {
    right: 236px;
  }

  .s-emprestimo-nega-banner {
    height: 510px;
  }

  .flex-block-74 {
    flex-flow: column;
  }

  .heading-122 {
    font-size: 40px;
  }

  .text-block-244 {
    font-size: 18px;
  }

  .flex-block-76, .flex-block-78 {
    flex-flow: column;
  }

  .div-block-393 {
    margin-left: auto;
    transform: rotate(72deg);
  }

  .s-emprestimo-nega-passos {
    padding-top: 80px;
  }

  .s-emprestimo-negativado {
    padding-bottom: 0;
  }

  .form-cadastro-leapfone {
    padding: 20px;
  }

  .box-texts-emprestimo-negativado {
    max-width: 100%;
  }

  .flex-block-84 {
    justify-content: center;
  }

  .image-318 {
    width: 80px;
  }

  .s-emprestimo-dividas-banner {
    height: 510px;
  }

  .s-emprestimo-dividas-considerar {
    background-image: linear-gradient(#0009 10%, #fff0), url('../images/bg-emprestimo-dividas.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-253 {
    font-size: 18px;
  }

  .s-emprestimo-dividas-ajudar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-86 {
    flex-flow: column-reverse;
  }

  .heading-130 {
    font-size: 40px;
  }

  .s-emprestimo-dividas-obtenha {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-88 {
    flex-flow: column;
  }

  .s-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s-quemfaz-banner {
    height: 510px;
  }

  .text-block-258 {
    font-size: 21px;
  }

  .text-block-259 {
    font-size: 34px;
  }

  .flex-block-92 {
    min-width: 240px;
    max-width: 240px;
    height: auto;
    padding: 20px;
  }

  .heading-134 {
    font-size: 20px;
    line-height: 110%;
  }

  .s-quemfaz-voce {
    height: 600px;
  }

  .box-cards-laranja {
    max-width: 393px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-135 {
    font-size: 54px;
  }

  .text-span-285 {
    font-size: 89px;
  }

  .s-quemfaz-encontra {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-94 {
    min-width: 240px;
    max-width: 240px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-262 {
    font-size: 20px;
  }

  .flex-block-95 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-block-97 {
    margin-top: 40px;
  }

  .heading-138 {
    font-size: 36px;
  }

  .text-block-264 {
    font-size: 26px;
  }

  .flex-block-98 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .s-blog-search {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-139 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .background-video-2 {
    aspect-ratio: 2 / 3.55;
  }
}

@media screen and (max-width: 479px) {
  .header-jeitto {
    background-image: none;
    height: 350px;
  }

  .header-txt {
    text-align: left;
    align-items: center;
    width: 90%;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .verifique-jeitto {
    margin-left: 0;
    margin-right: 0;
  }

  .title-jeitto-2 {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
  }

  .div-verifique {
    width: 300px;
    margin: 30px 20px;
  }

  .sub-jeitto-2 {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
  }

  .verif-infos {
    align-items: center;
  }

  .infos-jeitto {
    margin-top: 0;
  }

  .infos-item {
    align-items: flex-start;
  }

  .text-infos {
    line-height: 18px;
  }

  .image {
    height: 80%;
    margin-top: 2px;
  }

  .form {
    align-items: center;
  }

  .text-field {
    width: 280px;
    height: 46px;
    margin-right: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .submit-button {
    width: 100%;
    height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .link {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .app-infos {
    width: 280px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .app-item {
    width: 280px;
  }

  .title-jeitto-3 {
    width: 90%;
    font-size: 22px;
    line-height: 26px;
  }

  .text-jeitto {
    width: 280px;
  }

  .image-3 {
    align-self: center;
    width: 261px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-jeitto-2 {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .contas-jeitto {
    margin-left: auto;
    margin-right: auto;
  }

  .contas-item {
    align-self: center;
    margin-right: 1px;
  }

  .title-jeitto-4 {
    width: auto;
  }

  .baixeapp-div {
    height: 170px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-5 {
    width: 110px;
    margin-top: 24px;
    margin-right: 15px;
    display: none;
  }

  .app-itens {
    margin-left: 18px;
  }

  .blog-jeitto, .collection-novidades {
    margin-top: 0;
  }

  .box-infos-2 {
    align-items: flex-start;
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .itens-jeitto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-item {
    margin-left: 20px;
    padding-left: 0;
  }

  .btn-jeitto {
    margin-top: 18px;
  }

  .img-materia {
    width: 90%;
    margin-top: 40px;
  }

  .infos-materia {
    margin-left: 20px;
    margin-right: 20px;
  }

  .data-materia {
    margin-top: 40px;
  }

  .title-materia {
    font-size: 24px;
    line-height: 26px;
  }

  .sub-materia {
    line-height: 18px;
  }

  .rich-text-block {
    margin-top: 40px;
    line-height: 18px;
  }

  .gerar-infos {
    justify-content: center;
  }

  .logos-footer {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .btn-facebook {
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .btn-video {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }

  .social-jeitto {
    justify-content: flex-start;
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }

  .logos-div {
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    width: 100%;
  }

  .links-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 40px;
    display: flex;
  }

  .links-cont {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .infos-footer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
    position: relative;
  }

  .txt-footer {
    margin-bottom: 0;
    font-size: 10px;
  }

  .app-item-2 {
    width: 100%;
  }

  .menu-jeitto {
    align-self: center;
    align-items: center;
  }

  .imagem-novidades {
    width: 300px;
  }

  .title-novidades {
    width: 280px;
  }

  .noticias-div {
    flex-direction: column;
    margin-top: 80px;
  }

  .section {
    margin-top: 20px;
  }

  .div-app-txt {
    width: 280px;
  }

  .collection-noticias-2 {
    margin-top: 10px;
  }

  .image-12 {
    width: 80px;
  }

  .container {
    height: auto;
  }

  .title-jeitto-5-2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .collection-item-4 {
    width: 300px;
  }

  .header-internas {
    height: 100px;
    margin-top: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-jeitto-internas {
    text-align: center;
    width: 90%;
    font-size: 22px;
    line-height: 24px;
  }

  .rich_txt_politica {
    font-size: 14px;
    line-height: 20px;
  }

  .rich_txt_politica._2 {
    margin-left: 0;
  }

  .container-fatura {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .txt-field-fatura {
    width: 100%;
    height: 46px;
    margin-right: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .text-jeitto-fatura {
    text-align: center;
    font-size: 18px;
  }

  .div-block-5 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .text-block-2 {
    margin-right: 0;
  }

  .link-block-2 {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icones-jeitto {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .sub-jeitto-3 {
    text-align: center;
    width: auto;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
  }

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

  .div-aprovado-jeitto {
    margin-bottom: 60px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .content-txt-icone {
    margin-top: 20px;
    margin-left: 0;
  }

  .txt-icone {
    font-size: 14px;
  }

  .div-duvidas {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-duvidas {
    font-size: 24px;
    line-height: 28px;
  }

  .div-title-duvidas {
    margin-bottom: 20px;
    margin-left: 24px;
  }

  .txt-duvidas {
    margin-top: 25px;
  }

  .box-duvidas {
    padding: 25px;
  }

  .sub-duvidas {
    line-height: 22px;
  }

  .text-block-4 {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px;
  }

  .icones-duvidas-jeitto-mobile {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-fatura-jeitto {
    height: auto;
    padding-top: 45px;
  }

  .dados-fatura-jeitto {
    text-align: right;
    flex-direction: column;
    align-self: flex-end;
    align-items: flex-start;
    display: block;
  }

  .valor-fatura-jeitto {
    text-align: right;
    margin-right: 0;
    font-size: 14px;
  }

  .vencimento-fatura-jeitto {
    text-align: right;
    margin-top: 10px;
    margin-left: 0;
    font-size: 14px;
  }

  .info-fatura-jeitto {
    font-size: 14px;
  }

  .fatura-codigo-jeitto {
    font-size: 16px;
    line-height: 26px;
  }

  .content-btns-fatura {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }

  .btn-baixar-fatura {
    margin-top: 10px;
    margin-left: 0;
  }

  .image-14 {
    max-width: 136px;
  }

  .numeros {
    background-attachment: fixed, fixed;
  }

  .navbar-jeittoinst {
    width: 100vw;
    inset: 0% 0% auto;
  }

  .member-lightbox {
    padding-left: 5px;
    padding-right: 5px;
  }

  .modal-bt-fechar {
    width: 25px;
  }

  .member_biography {
    width: 25%;
    min-width: 300px;
  }

  .header-container {
    height: auto;
  }

  .container-7 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .revista {
    width: 72px;
    height: 72px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .midia-mural {
    flex-flow: column wrap;
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-inst {
    background-image: url('../images/foto_site-header-2.jpg'), linear-gradient(to bottom, var(--deep-dark-sky-blue), var(--deep-dark-sky-blue));
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .div-block-35 {
    width: 240px;
    height: 240px;
  }

  .image-13-copy {
    width: 70px;
  }

  .div_about-title {
    text-align: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-div-r {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-16 {
    text-align: left;
    align-self: flex-start;
    width: 100%;
  }

  .div_datascience {
    text-align: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .freswdsvdd {
    width: 100%;
  }

  .creditasaservice {
    background-image: linear-gradient(to bottom, #00000040, #00000040), url('../images/img-site-port.png'), linear-gradient(to bottom, #0003, #0003), radial-gradient(circle farthest-side at 100% 0%, #07b7e680, #009cc680), linear-gradient(to right, #07b7e680, #07b7e600 50%), linear-gradient(to bottom, var(--deep-sky-blue), var(--deep-sky-blue));
    background-position: 0 0, 55%, 0 0, 0 0, 0 0, 0 0;
    height: auto;
    padding-top: 36px;
    padding-bottom: 60px;
  }

  .numeros-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-24 {
    width: 90vw;
  }

  .historias-div {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .story-block-l {
    margin-left: 20px;
    margin-right: 20px;
  }

  .story-text-block, .story-img-block {
    width: 90vw;
  }

  .alberto, .lucas, .alexandre {
    background-position: 50%;
  }

  .namidia-title {
    text-align: center;
  }

  .div-block-44 {
    width: 100vw;
  }

  .div-block-45 {
    width: 100%;
  }

  .title-div-0 {
    padding-bottom: 24px;
  }

  .thumb-video-stories {
    width: 360px;
  }

  .team-jeitto-title {
    font-size: 32px;
  }

  .div-block-53 {
    width: 100%;
  }

  .div-block-54 {
    width: 100%;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .back-to-top_div {
    z-index: 99;
  }

  .mass-texto-l {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 10px;
  }

  .mass-texto-r {
    width: 100%;
    margin-left: 20px;
  }

  .title-div-l {
    text-align: left;
    width: 100%;
  }

  .div_about-title-l {
    text-align: center;
    align-items: center;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-59 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .lightbox-contact {
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .footer {
    flex-direction: column;
    width: 90%;
    padding-top: 40px;
    padding-bottom: 20px;
    display: block;
  }

  .container-menu {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
  }

  .app-playstore {
    width: 100%;
    margin-top: 24px;
  }

  .itens-jeitto-inst {
    width: 30vw;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .landing-div {
    flex-direction: column;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-infos {
    align-items: flex-start;
  }

  .landing-form {
    align-items: center;
  }

  .landing-infos-div {
    margin-top: 0;
  }

  .landing-info-item {
    align-items: flex-start;
  }

  .sub-jeitto-landing {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  .text-infos-landing, .topic-infos-landing {
    line-height: 18px;
  }

  .landing-brand {
    width: 40%;
    padding-left: 0;
  }

  .landing-div-copy {
    flex-direction: column;
    align-items: center;
    width: 90vw;
    margin: 0 auto;
    display: flex;
  }

  .form-copy {
    align-items: center;
  }

  .submit-button-copy {
    width: 100%;
    height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-field-c {
    width: 280px;
    height: 46px;
    margin-right: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .container-12 {
    padding-bottom: 24px;
  }

  .story-block-r.margem {
    width: 90vw;
  }

  .text-block-16-copy {
    text-align: left;
    align-self: flex-start;
    width: 100%;
  }

  .text-block-33-copy {
    color: var(--white);
  }

  .div-block-62 {
    max-height: 640px;
  }

  .mass-texto-r-copy {
    width: 100%;
  }

  .title-div-r-copy {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .itens-jeitto-0 {
    width: 30vw;
    overflow: auto;
  }

  .menu-toggle-main {
    padding-right: 10px;
  }

  .container-13 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .email-h2 {
    font-size: 30px;
  }

  .sub-h4-email {
    font-size: 18px;
  }

  .link-barnd-email {
    width: 70%;
  }

  .form-send-jeitto {
    min-width: 240px;
    margin-bottom: 20px;
  }

  .text-field-customer {
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .submit-send-cs-jeitto {
    width: 100%;
    height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .form-atendimento {
    align-items: center;
    width: 90%;
    margin-bottom: 0;
  }

  .txt_cx_obs, .txt_title_cx {
    text-align: center;
    width: 100%;
    min-width: 240px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .txt-paragrafo-old {
    text-align: center;
    width: 225px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .error_cx_txt {
    font-size: 14px;
  }

  .sucess_cx_message {
    margin-bottom: 0;
  }

  .success_txt_cx {
    padding-bottom: 12px;
    font-size: 18px;
  }

  .txt_title_cx-copy {
    text-align: center;
    width: 100%;
    min-width: 240px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .btn-insta {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .banner-jeitto {
    background-position: 22%, 0 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .banner-jeitto-div {
    height: 170px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .title-jeitto-6 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .app-itens-2 {
    margin-left: 10px;
  }

  .div-contas {
    clear: left;
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-box-contas {
    clear: left;
    width: 79%;
  }

  .subtitle-jeitto {
    margin-top: 0;
  }

  .bold-text-34 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-jeitto-5 {
    width: auto;
  }

  .image-18 {
    width: 50px;
    height: 10%;
  }

  .header-jeitto-2 {
    background-image: linear-gradient(55deg, #000c, #0000), url('../images/bg-quemsomos.jpg');
    background-position: 0 0, 74%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 550px;
  }

  .menu-jeitto-2 {
    align-self: center;
    align-items: center;
    width: 95%;
  }

  .nav-item-2 {
    margin-left: 20px;
    padding-left: 0;
  }

  .s-sobre-jeitto {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s-sobre-numeros {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .img-tecnologia {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-manifesto {
    flex-direction: column;
    display: flex;
  }

  .div-numeros {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title-jeitto-branco {
    text-align: center;
    font-size: 60px;
  }

  .numeros-item {
    width: auto;
  }

  .sub-jeitto-branco {
    font-size: 18px;
    line-height: 24px;
  }

  .historia-jeitto {
    height: 300px;
  }

  .div-historia {
    width: 300px;
  }

  .div-itens-historias {
    width: 240px;
  }

  .item-historia-1 {
    width: auto;
    margin-top: 10px;
  }

  .title-jeitto-5 {
    width: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .tecnologia-jeitto {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title-jeitto-3-branco {
    width: auto;
    font-size: 22px;
    line-height: 26px;
  }

  .text-jeitto-2-branco {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .depoimentos-jeitto {
    height: auto;
    padding-top: 20px;
  }

  .right-arrow {
    width: 25px;
    inset: 40% 0% 0% auto;
  }

  .icon-arrow-right, .icon-arrow-left {
    width: 25px;
  }

  .left-arrow {
    width: 25px;
    inset: 40% auto 0% 0%;
  }

  .slide-depoimento {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }

  .div-txts-depos {
    margin-left: 0;
    padding-bottom: 60px;
  }

  .img-depo {
    width: auto;
    padding-top: 0;
    display: block;
  }

  .time-jeitto {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 200px;
  }

  .div-time {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    padding-top: 0;
    padding-right: 0;
  }

  .title-jeitto-4-branco {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .vagas-jeitto {
    padding-top: 20px;
  }

  .div-vagas {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .img-vagas {
    width: auto;
    height: auto;
  }

  .midia-jeitto {
    height: auto;
  }

  .slide-midia {
    flex-direction: column;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 80px;
    display: flex;
  }

  .title-jeitto-5-branco {
    width: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .mask {
    height: auto;
  }

  .title-jeitto-branco-2 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .text-jeitto-3-branco {
    width: 90%;
    font-size: 14px;
    line-height: 18px;
  }

  .novidades-jeitto {
    height: auto;
  }

  .div-novidades {
    width: 90%;
  }

  .title-jeitto-3-branco-copy {
    width: 70%;
    font-size: 22px;
    line-height: 26px;
  }

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

  .form-novidades {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
  }

  .submit-button-3 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    margin-top: 20px;
  }

  .aviso-jeitto {
    height: auto;
  }

  .text-block-32 {
    width: 300px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-footer {
    clear: left;
    justify-content: flex-start;
    width: auto;
    font-size: 12px;
    display: block;
  }

  .div-footer-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "."
                   "Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .btn-googleplay {
    clear: left;
  }

  .div-footer-2 {
    flex-direction: column;
    margin-top: 30px;
  }

  .div-social {
    margin-bottom: 30px;
  }

  .div-footer-3 {
    text-align: left;
    align-items: flex-start;
    margin-top: 0;
  }

  .link-termos {
    font-size: 14px;
    font-weight: 700;
  }

  .link-6 {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .formulario-novidades {
    width: 100%;
  }

  .sub-jeitto-1-branco {
    text-align: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-timeline {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .left-arrow-3, .right-arrow-3 {
    bottom: 4%;
  }

  .div-tecnologia {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
  }

  .div-tecnologia-box {
    margin-left: 0;
  }

  .div-vagas-box {
    margin-top: 30px;
    margin-left: 1px;
  }

  .form-fale-conosco {
    width: 90%;
  }

  .campo-texto-form, .textarea-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .success-message-4 {
    width: 255px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .title-jeitto-mobile {
    text-align: center;
    justify-content: center;
    width: 70%;
    font-size: 18px;
    line-height: 20px;
  }

  .navbar-blog {
    height: auto;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-jeitto-blog {
    flex-wrap: wrap;
    align-self: center;
    align-items: center;
    width: 95%;
  }

  .itens-jeitto-blog {
    margin-top: 110px;
    overflow: auto;
  }

  .brand-blog {
    margin-left: 15px;
    padding-left: 0;
    position: static;
  }

  .search {
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
  }

  .search-input {
    width: 100%;
  }

  .button-2 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .menu-toggle-blog {
    margin-left: 0;
  }

  .nav-item-blog {
    padding-left: 0;
    font-size: 18px;
  }

  .header-blog {
    background-image: none;
    height: auto;
    padding-top: 20px;
  }

  .cards-header {
    justify-content: center;
    width: auto;
    padding-bottom: 20px;
    overflow: visible;
  }

  .card-holder {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    max-width: none;
    position: relative;
    overflow: visible;
  }

  .card.card-interaction {
    width: 100%;
    height: 150px;
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
  }

  .titulo-card {
    width: auto;
  }

  .s-blog-novidades {
    justify-content: center;
    width: auto;
    overflow: visible;
  }

  .highlights-mais-lidas {
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }

  .div-block-70 {
    width: 100%;
  }

  .titulo-ml-1 {
    font-size: 28px;
  }

  .div-block-71 {
    height: 200px;
  }

  .div-block-74 {
    width: 100%;
    margin-top: 35px;
  }

  .categorias {
    justify-content: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .card-holder-categorias {
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    max-width: none;
    position: relative;
    overflow: visible;
  }

  .card-categoria {
    flex-wrap: wrap;
    width: 49%;
    max-width: 200px;
    height: 160px;
    margin-top: 6px;
    margin-left: 0;
    margin-right: 0;
  }

  .titulo-card-categoria {
    font-size: 20px;
    line-height: 22px;
  }

  .ultimos-conteudos {
    justify-content: center;
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: visible;
  }

  .holder-uc {
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    max-width: none;
    position: relative;
    overflow: visible;
  }

  .titulo-uc {
    font-size: 40px;
  }

  .titulo-conteudo-app {
    width: auto;
    font-size: 14px;
    line-height: 16px;
  }

  .card-uc-app {
    background-image: url('../images/img-jeitto-40.jpg'), url('../images/banner-img.jpg'), linear-gradient(to right, var(--new_orange), var(--orange-red));
    background-position: 80% 100%, 70%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    flex-direction: column;
    justify-content: flex-start;
    height: 400px;
    margin-top: 0;
    margin-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-5 {
    width: 100%;
    margin-bottom: 0;
  }

  .collection-list-3 {
    flex-direction: column;
  }

  .collection-list-wrapper-2, .collection-list-wrapper-3 {
    width: 100%;
  }

  .collection-list-wrapper-4 {
    margin-bottom: 0;
  }

  .post-blog {
    justify-content: center;
    width: auto;
    margin-top: 50px;
    overflow: visible;
  }

  .holder-conteudo-blog {
    flex-direction: column;
    justify-content: space-between;
    width: 85%;
    max-width: none;
    position: relative;
    overflow: visible;
  }

  .titulo-publicacao {
    font-size: 24px;
  }

  .capa-publicacao {
    height: 220px;
  }

  .conteudo-publicacao {
    margin-top: 40px;
  }

  .s-blog-sugestoes {
    height: auto;
  }

  .popup-novidades {
    display: none;
  }

  .popup-blog {
    display: flex;
  }

  .texto-1-popup {
    max-width: 300px;
  }

  .email-popup {
    flex-direction: column;
  }

  .texto-email-popup {
    width: 100%;
    margin-bottom: 10px;
  }

  .botao-popup {
    width: 100%;
  }

  .fp-conteudos {
    justify-content: center;
    width: auto;
    margin-top: 30px;
    overflow: visible;
  }

  .holder-fp {
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .collection-item-7 {
    width: 100%;
  }

  .text-block-45 {
    text-align: center;
    width: 250px;
  }

  .header-mei {
    background-image: linear-gradient(#0000 50%, #000c), url('../images/empreendedor_mei.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: flex-end;
    height: 350px;
    margin-top: 50px;
  }

  .header-holder {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    max-width: none;
    margin-top: 214px;
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
  }

  .text-block-46 {
    width: 100%;
    font-size: 17px;
    line-height: 20px;
  }

  .text-block-47 {
    width: 100%;
    margin-top: 5px;
    font-size: 15px;
    line-height: 15px;
  }

  .cadastro-mei {
    justify-content: center;
    width: auto;
    padding-bottom: 20px;
    overflow: visible;
  }

  .cadastro-mei-holder {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    max-width: none;
    position: relative;
    overflow: visible;
  }

  .text-block-49 {
    width: 100%;
  }

  .form-lp-mei {
    width: 100%;
    margin-top: 20px;
  }

  .navbar-mei {
    height: 70px;
  }

  .menu-jeitto-mei {
    flex-wrap: wrap;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-toggle-mei {
    margin-left: 0;
  }

  .itens-jeitto-mei {
    justify-content: flex-end;
    margin-top: 54px;
    display: flex;
    overflow: auto;
  }

  .nav-item-mei {
    padding-left: 0;
    font-size: 18px;
  }

  .button-3 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .app-mei {
    justify-content: center;
    width: auto;
    padding-bottom: 20px;
    overflow: visible;
  }

  .app-mei-holder {
    flex-direction: column;
    justify-content: space-between;
    width: 85%;
    max-width: none;
    position: relative;
    overflow: visible;
  }

  .text-block-52 {
    width: 100%;
  }

  .chamada-mei {
    justify-content: center;
    width: auto;
    overflow: visible;
  }

  .card-app-mei {
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .chamada-mei-holder {
    flex-direction: column;
    justify-content: space-between;
    width: 85%;
    max-width: none;
    position: relative;
    overflow: visible;
  }

  .text-block-54 {
    text-align: center;
    width: 100%;
  }

  .div-block-83 {
    width: 100%;
    height: 200px;
    margin-top: 0;
    position: relative;
  }

  .duvidas-mei {
    justify-content: center;
    width: auto;
    overflow: visible;
  }

  .duvidas-holder {
    flex-direction: column;
    justify-content: space-between;
    width: 85%;
    max-width: none;
    position: relative;
    overflow: visible;
  }

  .div-block-85 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .txt-fale-old {
    line-height: 24px;
  }

  .div-box-transferencias, .image-29 {
    width: 90%;
  }

  .title-jeitto-header-2-copy {
    text-align: left;
    justify-content: center;
    width: 70%;
    font-size: 18px;
    line-height: 20px;
  }

  .slider {
    height: auto;
  }

  .slide-jeitto-1 {
    background-position: 0 0, 63%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 350px;
  }

  .slide-nav-3 {
    bottom: 15px;
  }

  .slide-jeitto-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bg-app.jpg'), url('../images/teste-2-1.jpg');
    background-position: 0 0, 69%, 0 0;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    height: 350px;
  }

  .div-block-86 {
    width: 90%;
  }

  .jt-header-home {
    background-image: url('../images/img-jeitto-25.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 80px;
    width: 100vw;
    height: 460px;
    margin-top: 60px;
    display: block;
  }

  .jt-btn-2 {
    width: auto;
    margin-top: 10px;
  }

  .jt-header-box {
    justify-content: flex-start;
    width: 90%;
    margin-top: 30px;
  }

  .title-banner-credito {
    text-align: left;
    width: auto;
  }

  .title-banner-credito.v2 {
    font-size: 24px;
    line-height: 24px;
  }

  .jt-subtile-branco-1 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .jt-form {
    width: auto;
    padding: 20px;
  }

  .jt-title-laranja-sml {
    font-size: 18px;
    line-height: 20px;
  }

  .jt-txt-form {
    font-size: 14px;
    line-height: 22px;
  }

  .field-input-line {
    border-bottom-color: var(--black);
    background-color: var(--new_yellow);
    font-size: 14px;
    line-height: 18px;
  }

  .field-input-line::placeholder {
    color: var(--black);
  }

  .jt-btn-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .jt-section-features {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .jt-div-aprova {
    width: 90%;
    margin-bottom: 60px;
  }

  .jt-txt-cinza-1 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-title-laranja-sml-2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .jt-title-laranja-1 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .jt-txt-cinza-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-box-item {
    background-position: 50% 100%;
    background-size: 90%;
    height: 300px;
    margin-bottom: 0;
  }

  .jt-title-box-1 {
    height: auto;
    padding: 15px;
    font-size: 18px;
    line-height: 125%;
  }

  .jt-box-item-2 {
    background-image: url('../images/img-2-jt.jpg');
    background-size: cover;
    height: 300px;
  }

  .jt-title-box-2 {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 53px;
    font-size: 18px;
    line-height: 125%;
  }

  .jt-box-item-3 {
    background-image: url('../images/img-3-jt.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }

  .jt-box-item-4 {
    background-image: url('../images/img-recarga.jpg');
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    height: 300px;
    padding-left: 30px;
  }

  .jt-title-box-3 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-right: 128px;
    font-size: 18px;
    line-height: 125%;
    display: flex;
  }

  .jt-box-item-5 {
    background-position: 100% 100%;
    height: 300px;
  }

  .jt-box-item-6 {
    background-image: url('../images/img-6-jt.jpg');
    background-position: 100% 0;
    background-size: cover;
    height: 300px;
  }

  .jt-section-app {
    background-position: 56% 100%, 100% 100%, 50%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .jt-title-branco-2 {
    width: auto;
    font-size: 19px;
    line-height: 23px;
  }

  .jt-btn-laranja {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .jt-div-nota {
    width: 40%;
    margin-top: 30px;
  }

  .jt-div-comentarios {
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    width: 100%;
    display: block;
  }

  .jt-slider-comentarios {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .jt-mask {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .jt-left-arrow {
    width: 25px;
    inset: 0% auto 0% 0%;
  }

  .jt-right-arrow {
    width: 25px;
    inset: 0% 0% 0% auto;
  }

  .jt-slide-1 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .jt-div-slide {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
    display: flex;
  }

  .jt-txt-comentarios {
    text-align: left;
    align-self: center;
  }

  .jt-section-credito {
    background-size: 350px;
    height: 550px;
  }

  .jt-section-credito._1 {
    height: 700px;
    padding-top: 60px;
  }

  .jt-div-sections {
    flex-direction: column;
    max-width: none;
    padding-top: 0;
  }

  .jt-title-azul {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 36px;
  }

  .jt-txt-cinza-3 {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .jt-txt-cinza-3.aprovado, .jt-txt-cinza-3.black {
    width: auto;
  }

  .jt-txt-link-azul {
    margin-top: 15px;
    font-size: 12px;
  }

  .jt-section-transferencia {
    background-image: url('../images/transferência-mobile.png');
    background-position: 50% 157%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 800px;
    padding-top: 60px;
  }

  .jt-title-laranja {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
  }

  .jt-title-laranja.aprovado {
    width: auto;
  }

  .jt-txt-link-laranja {
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
  }

  .jt-section-blog {
    background-image: url('../images/blog-mobile.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
  }

  .jt-title-branco {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 125%;
  }

  .jt-title-branco.center {
    font-size: 24px;
  }

  .jt-txt-branco {
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    font-size: 18px;
    line-height: 125%;
  }

  .jt-txt-branco.center {
    padding-right: 0;
  }

  .jt-hashtag-laranja {
    font-size: 24px;
    line-height: 28px;
  }

  .jt-txt-link-branco {
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
  }

  .jt-section-nossojeitto {
    padding-top: 60px;
  }

  .jt-hashtag-azul {
    font-size: 24px;
  }

  .jt-div-disclaimer {
    width: 90%;
  }

  .jt-txt-disclaimer {
    margin-left: 15px;
    font-size: 10px;
    line-height: 14px;
  }

  .navbar-suspenso {
    z-index: 900;
    height: 70px;
    position: static;
  }

  .jt-item-navbar-2 {
    padding-left: 0;
  }

  .jt-item-navbar-2.w--current {
    color: var(--deep-sky-blue);
  }

  .jt-btn-1-interna {
    width: auto;
    margin-top: 10px;
  }

  .infos-footer-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    position: relative;
  }

  .txt-footer-mobile {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    display: none;
  }

  .txt-footer-mobile-2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 22px;
    display: block;
  }

  .div-footer-aniversario {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-footer-links {
    width: auto;
  }

  .jt-title-footer {
    font-size: 16px;
  }

  .jt-footer-link {
    font-size: 14px;
    line-height: 16px;
  }

  .jt-footer-logo {
    flex-wrap: wrap;
  }

  .jt-div-logo {
    width: 80px;
  }

  .jt-footer-termos {
    margin-bottom: 0;
    font-size: 10px;
  }

  .slider-2 {
    height: auto;
  }

  .jt-slide-app {
    flex-direction: column;
    align-items: center;
    height: 490px;
  }

  .jt-slide-txt {
    width: auto;
  }

  .img-app {
    width: 140px;
    max-width: none;
    height: auto;
  }

  .jt-div-sliderapp {
    display: none;
  }

  .jt-title-laranja-claro {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .left-arrow-4, .jt-arrow-right {
    padding-top: 140px;
  }

  .jt-section-comofunciona {
    background-image: url('../images/img-jeitto-31.jpg'), url('../images/img-jeitto-8.jpg');
    background-position: 50% 70%, 28%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    height: 580px;
  }

  .jt-section-aprova {
    background-image: url('../images/img-jeitto-33.jpg'), url('../images/img-jeitto-30.jpg');
    background-position: 0 0, 43%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    height: 560px;
  }

  .jt-div-app-feature {
    justify-content: flex-end;
    width: 100%;
    margin-top: 0;
  }

  .jt-section-creditotransf {
    background-image: url('../images/img-jeitto-41.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
  }

  .jt-btn-laranja-2 {
    margin-top: 20px;
  }

  .jt-section-tarifas {
    background-image: url('../images/img-jeitto-37.jpg');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
  }

  .jt-div-motivo-txt {
    width: 220px;
    margin-left: 20px;
  }

  .jt-div-motivo-img {
    width: 20px;
  }

  .jt-section-aumente {
    background-position: 50% 550%;
    height: 520px;
  }

  .jt-header-simples-internas {
    border-bottom-right-radius: 100px;
  }

  .jt-div-duvidas {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-div-duvidas-col {
    width: auto;
    margin-right: 0;
  }

  .jt-div-combo-1, .jt-title-combo, .jt-txt-combo {
    font-size: 13px;
  }

  .jt-div-combo-3, .jt-div-combo-8 {
    width: auto;
  }

  .jt-section-faleconosco {
    background-image: url('../images/img-36-1-min.jpg'), url('../images/img-jeitto-15.jpg'), url('../images/img-jeitto-14.png');
    background-position: 50% 100%, 50%, 80%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, cover, auto;
    height: 550px;
  }

  .jt-div-contato {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .jt-div-contato-item {
    margin-bottom: 20px;
  }

  .jt-txt-branco-bold {
    font-size: 12px;
    line-height: 16px;
  }

  .jt-section-indique {
    background-image: url('../images/img-35-1-min.jpg');
    background-position: 70% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 730px;
  }

  .js-fatura-form {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 18px;
    display: block;
  }

  .form-fatura-cpf {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .jt-btn-azul-2 {
    z-index: 2;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 18px;
    display: block;
    position: static;
    left: -39px;
  }

  .s-faq-credito {
    padding-left: 16px;
    padding-right: 16px;
  }

  .jt-title-laranja-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .jt-title-laranja-2.ajeitae {
    font-size: 32px;
  }

  .jt-div-perguntas {
    width: 100%;
  }

  .jt-div-perguntas.ajeitae {
    background-position: 15% 2%;
    background-size: 26%;
    width: 100%;
  }

  .jt-div-perguntas.hide {
    display: none;
  }

  .faq-title-perguntas-delete, .faq-txt-perguntas {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-title-branco-3 {
    text-align: left;
  }

  .jt-div-atraso {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-txt-branco-2 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .jt-title-btn-whats {
    margin-left: 5px;
    font-size: 11px;
    line-height: 14px;
  }

  .jt-section-tarifas-cliente {
    background-position: 50% 111%;
    background-size: auto 280px;
    height: 550px;
  }

  .jt-div-downloads {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
  }

  .jt-div-item-download {
    width: auto;
    margin-bottom: 0;
  }

  .jt-subtitle-laranja-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-div-item-download-2 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .jt-div-txt-credito {
    flex-flow: column;
    width: auto;
    display: flex;
    overflow: hidden;
  }

  .jt-div-txt-transf {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .jt-div-txt-blog {
    flex-flow: column;
    width: 95%;
    display: flex;
  }

  .jt-txt-cinza-2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 125%;
  }

  .jt-div-txt-sobre {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .jt-facily-box-1 {
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-div-txt-fatura, .jt-div-txt-cadastre, .jt-div-txts-tarifas {
    width: auto;
  }

  .jt-div-txts-indique {
    width: 100%;
  }

  .jt-div-txts-tarifas-2, .jt-div-txts-comofatura, .jt-div-txts-aumento {
    width: auto;
  }

  .jt-header-box-home {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 426px;
    margin-top: 0;
    padding-top: 70px;
  }

  .jt-header-itens-home {
    width: auto;
    margin-top: 1px;
  }

  .icon-2.facily {
    color: var(--azul-facily);
  }

  .jt-box-credito-mobile {
    width: 95%;
  }

  .jt-left-arrow-desativada {
    justify-content: flex-start;
    align-items: center;
    width: 80px;
    margin-right: 0;
    left: -8px;
  }

  .jt-right-arrow-desativada {
    justify-content: flex-end;
    align-items: center;
    width: 80px;
    padding-right: 8px;
    right: 0;
  }

  .jt-slide-box-mobile {
    height: 300px;
    margin-left: 0;
    padding-right: 0;
  }

  .jt-slider-mobile {
    height: auto;
  }

  .slide-nav-5 {
    object-fit: fill;
    margin-top: 20px;
    margin-bottom: 0;
    position: static;
    top: 100px;
  }

  .jt-div-gplay-mobile {
    width: 100%;
    margin-left: auto;
  }

  .jt-div-app-mobile {
    justify-content: space-between;
    width: auto;
    display: flex;
  }

  .jt-footer-termos-mobile {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 24px;
  }

  .image-31 {
    width: 30px;
  }

  .jt-div-section-limite {
    padding-top: 0;
  }

  .jt-div-sliderapp-mobile {
    display: block;
  }

  .right-arrow-5 {
    align-items: center;
  }

  .jt-div-app-feature-2 {
    width: auto;
    margin-top: 20px;
  }

  .jt-arrow-right-2 {
    align-self: center;
    padding-top: 0;
  }

  .jt-title-laranja-claro-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .jt-slide-txt-2 {
    width: auto;
  }

  .slider-4 {
    height: auto;
  }

  .img-app-2 {
    width: 140px;
    max-width: none;
    height: auto;
  }

  .left-arrow-5 {
    padding-top: 0;
  }

  .jt-slide-app-2 {
    flex-direction: column;
  }

  .jt-div-sliderapp-mobile-2 {
    display: block;
  }

  .jt-div-sliderapp-2 {
    display: none;
  }

  .jt-title-laranja-3 {
    font-size: 26px;
    line-height: 28px;
  }

  .jt-title-branco-1-2 {
    width: auto;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-header-consultar2 {
    background-image: linear-gradient(#0a0202c4, #0000), url('../images/iStock-1209300082-1-1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 480px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-header-itens-consult {
    width: auto;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jt-header-fatura {
    background-image: linear-gradient(#00000080, #0000), url('../images/img-20-2-1-min.jpg'), url('../images/img-jeitto-17.jpg');
    background-position: 0 0, 0%, 60%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    height: 480px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-section-funcionamento {
    background-position: 50% 100%;
    background-size: 440px;
    height: 800px;
  }

  .jt-div-txt-fatura-1 {
    width: auto;
    overflow: hidden;
  }

  .jt-header-itens-fatura {
    width: 95%;
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jt-section-como {
    background-position: 50% 114%;
    height: 560px;
    padding-top: 20px;
  }

  .jt-header-creditocliente {
    background-image: linear-gradient(42deg, #000000a1, #0000), url('../images/img-jeitto-39.jpg');
    background-position: 0 0, 85%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: 480px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-header-itens-clientes {
    width: auto;
    padding-top: 240px;
    padding-bottom: 30px;
  }

  .t-header-aprova-ao {
    background-image: linear-gradient(42deg, #000000a1, #0000), url('../images/img-jeitto-13.jpg'), url('../images/img-jeitto-39.jpg');
    background-position: 0 0, 69%, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    height: 480px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-subtitle-branco-2 {
    font-size: 24px;
    line-height: 26px;
  }

  .jt-header-box-credito {
    width: 90%;
    display: block;
  }

  .img-app-boleto, .img-app-transfer {
    width: 140px;
    max-width: none;
    height: auto;
  }

  .jt-header-internas {
    border-bottom-right-radius: 100px;
  }

  .jt-title-branco-4 {
    width: auto;
    font-size: 26px;
    line-height: 30px;
  }

  .jt-header-transferencia {
    background-image: linear-gradient(#000000b3, #0000), url('../images/img-6-14.jpg'), url('../images/iStock-1209300082-1-1.jpg');
    background-position: 0 0, 50% 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, cover, cover;
    height: 480px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-title-laranja-4 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 125%;
  }

  .jt-header-itens-como {
    width: auto;
    padding-top: 190px;
    padding-bottom: 30px;
  }

  .jt-txt-form-sucess {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .success-message-6 {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .jt-btn-googleplay-2 {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .jt-img-gp-2 {
    margin-top: 15px;
  }

  .jt-div-header {
    width: auto;
  }

  .jt-header-corp {
    background-position: 63%;
    height: 520px;
    margin-top: 20px;
  }

  .jt-brand-corp {
    height: 35px;
  }

  .jt-item-navbar-corp:active {
    color: var(--deep-sky-blue);
  }

  .jt-item-navbar-corp:visited {
    color: var(--cinza-2);
  }

  .jt-item-navbar-corp.w--current {
    color: var(--deep-sky-blue);
  }

  .jt-title-branco-6 {
    width: auto;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-div-slide-corp {
    padding-bottom: 30px;
  }

  .jt-slide-corp {
    padding-bottom: 80px;
  }

  .jt-div-slide-item-corp {
    flex-direction: column;
    align-items: center;
  }

  .div-txt-slide-corp {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .jt-img-corp-slide {
    width: 100%;
  }

  .jt-title-slide-branco {
    font-size: 18px;
    line-height: 24px;
  }

  .jt-txt-branco-corp {
    font-size: 16px;
    line-height: 22px;
  }

  .slide-nav-corp {
    width: 100%;
  }

  .jt-section-ai {
    background-image: url('../images/iceberg-mobile.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 1975px;
    height: 1975px;
  }

  .jt-div-ai {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-title-corp-branco-1 {
    font-size: 22px;
    line-height: 30px;
  }

  .jt-div-ai-pq {
    flex-direction: column;
    margin-top: 60px;
  }

  .jt-div-pq-title {
    width: auto;
  }

  .jt-div-pq-txt {
    width: auto;
    margin-top: 20px;
  }

  .jt-div-oportunidades {
    margin-top: 200px;
  }

  .jt-title-corp-branco-2 {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
  }

  .jt-div-oportunidades-txt {
    flex-direction: column;
    margin-top: 0;
  }

  .jt-div-icons-corp {
    max-width: 280px;
    height: 640px;
    padding-bottom: 30px;
  }

  .jt-div-box-icons {
    margin-left: 0;
    margin-right: 0;
  }

  .jt-txt-numero-corp {
    font-size: 60px;
  }

  .jt-txt-numero-corp-2 {
    width: auto;
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .jt-icons-itens-2 {
    width: auto;
  }

  .jt-div-txt-clientes {
    display: none;
  }

  .jt-box-clientes-txt {
    width: auto;
  }

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

  .jt-box-clientes-img {
    width: auto;
  }

  .jt-div-numeros-item {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-38 {
    margin-left: 5px;
  }

  .jt-txt-numeros-1 {
    font-size: 26px;
  }

  .jt-txt-mumeros-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .jt-slide-corp-2 {
    padding: 20px 20px 80px;
  }

  .jt-header-item-corp {
    width: 230px;
    margin-top: 20px;
    padding-top: 0;
  }

  .div-txt-slide-corp-2 {
    width: 90%;
    margin-top: 20px;
    margin-left: 0;
  }

  .jt-section-nossosclientes-corp {
    background-image: linear-gradient(184deg, #1f3042 19%, #253e5100 46%), url('../images/img-clientes-3.jpg');
    background-position: 0 0, 56% 100px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 610px;
  }

  .jt-div-nossosclientes-corp {
    max-width: 280px;
    height: 500px;
  }

  .jt-div-credito-item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    top: -30px;
  }

  .jt-txt-credito-2 {
    height: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .jt-slide-corp-3 {
    padding: 20px 15px 40px;
  }

  .jt-title-midia {
    font-size: 18px;
  }

  .jt-title-corp-azul {
    font-size: 20px;
    line-height: 26px;
  }

  .jt-midia-link {
    font-size: 16px;
    line-height: 18px;
  }

  .jt-item-poder-credito {
    width: auto;
  }

  .jt-item-poder-credito-2 {
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 12px;
    margin-left: 0;
  }

  .jt-img-pagamento {
    margin-top: 20px;
    margin-right: 0;
  }

  .jt-div-features-item {
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-txt-features-1 {
    font-size: 20px;
    line-height: 28px;
  }

  .icon-feature-pedir {
    width: 50px;
    margin-bottom: 20px;
  }

  .jt-div-nosso-jeitto-corp {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-txt-corp-escuro {
    font-size: 16px;
    line-height: 22px;
  }

  .div-header-sobre {
    width: 95%;
    margin-top: 342px;
  }

  .jt-title-branco-sobre {
    width: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .jt-item-navbar-corp-2:active {
    color: var(--deep-sky-blue);
  }

  .jt-item-navbar-corp-2:visited {
    color: var(--cinza-2);
  }

  .jt-item-navbar-corp-2.w--current {
    color: var(--deep-sky-blue);
  }

  .jt-title-corp-azul-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .jt-title-branco-6-responsivo {
    width: auto;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-div-numeros-corp-responsivo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .jt-div-numeros-corp-responsivo-2 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .jt-div-box-credito-corp-responsivo {
    flex-direction: column;
  }

  .jt-div-box-credito-corp-responsivo-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .div-block-94 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .jt-txt-features {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .jt-div-txt-clientes-mobile {
    flex-direction: column;
  }

  .logo-jeitto-branco-2 {
    height: 35px;
  }

  .jt-list-branco-corp {
    font-size: 16px;
    line-height: 22px;
  }

  .jt-header-box-email-validado {
    width: 90%;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .jt-header-email-validado {
    background-image: linear-gradient(#00000080, #0000), url('../images/img-18-4.jpg');
    background-position: 0 0, 50% 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 500px;
    margin-top: 50px;
    display: block;
  }

  .div-block-95 {
    width: auto;
  }

  .jt-div-combo-24 {
    width: 250px;
  }

  .jt-div-combo-27, .jt-div-combo-28, .jt-div-combo-29 {
    width: auto;
  }

  .jt-duvidas-sobre, .jt-duvidas-limite, .jt-duvidas-fatura, .jt-duvidas-tarifas, .jt-duvidas-transferencia, .jt-duvidas-funcionalidades, .jt-duvidas-app {
    margin-bottom: 20px;
  }

  .jt-section-app-corporate {
    background-position: 56% 100%, 100% 100%, 50%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

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

  .div-block-98 {
    height: 90px;
    margin-bottom: 0;
  }

  .jt-header-itens-3 {
    margin-top: 190px;
    margin-left: 20px;
    margin-right: 20px;
    inset: 265px 0% auto;
  }

  .jt-header-itens-4 {
    margin-top: 0;
    display: none;
    top: 140px;
  }

  .jt-div-combo-1-2 {
    font-size: 13px;
  }

  .jt-div-combo-3-2, .jt-div-combo-8-2 {
    width: auto;
  }

  .jt-div-combo-24-2 {
    width: 250px;
  }

  .jt-div-combo-27-2, .jt-div-combo-28-2, .jt-div-combo-29-2, .jt-section-faturas {
    width: auto;
  }

  .cj-fatura-box {
    padding: 20px;
  }

  .cj-fatura-subtitle {
    font-size: 12px;
  }

  .cj-fatura-box-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 20px;
  }

  .cj-fatura-icon-title {
    max-width: 30px;
  }

  .cj-fatura-title {
    margin-left: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .cj-fatura-box-infos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cj-fatura-box-codigo {
    text-align: center;
    border-radius: 20px;
    flex-direction: row;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: auto;
  }

  .cj-fatura-txt-codigo {
    text-align: center;
    display: block;
  }

  .cj-fatura-btn-ver {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .cj-fatura-btn-codigo {
    width: 100%;
    margin-top: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .cj-fatura-box-btns {
    flex-direction: column;
    align-items: center;
  }

  .ej-fatura-box {
    padding: 20px;
  }

  .ej-fatura-subtitle {
    font-size: 12px;
  }

  .ej-fatura-box-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 20px;
  }

  .ej-fatura-icon-title {
    width: 18px;
  }

  .ej-fatura-title {
    margin-left: 8px;
    font-size: 18px;
    line-height: 26px;
  }

  .ej-fatura-box-codigo {
    border-radius: 20px;
  }

  .ej-fatura-txt-codigo {
    object-fit: fill;
    overflow: visible;
  }

  .ej-fatura-box-btns {
    flex-direction: column;
    align-items: center;
  }

  .ej-fatura-btn-ver {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .ej-fatura-btn-codigo {
    width: 100%;
    margin-top: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .cj-atraso-box {
    padding: 20px;
  }

  .cj-atraso-icon-title {
    width: auto;
  }

  .cj-atraso-title {
    margin-left: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .cj-atraso-txt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ej-atraso-box {
    padding: 20px;
    display: none;
  }

  .ej-atraso-txt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ej-atraso-title {
    margin-left: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .cj-negociacao-box {
    padding: 20px;
    display: none;
  }

  .ej-fatura-box-infos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cj-negociacao-title {
    margin-left: 7px;
    font-size: 18px;
    line-height: 24px;
  }

  .cj-negociacao-icon-title {
    width: 18px;
    padding-top: 4px;
  }

  .cj-negociacao-txt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ej-negociacao-box {
    padding: 20px;
    display: none;
  }

  .ej-negociacao-icon-title {
    width: 18px;
    padding-top: 4px;
  }

  .ej-negociacao-title {
    margin-left: 7px;
    font-size: 18px;
    line-height: 24px;
  }

  .ej-negociacao-txt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cj-processando-box {
    padding: 20px;
    display: none;
  }

  .cj-processando-icon-title {
    width: auto;
  }

  .cj-processando-title {
    margin-left: 7px;
    font-size: 18px;
    line-height: 24px;
  }

  .cj-processando-txt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ej-processando-box {
    padding: 20px;
    display: none;
  }

  .ej-processando-txt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cj-paga-box {
    padding: 20px;
    display: none;
  }

  .cj-paga-txt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ej-processando-title, .cj-paga-title {
    margin-left: 7px;
    font-size: 18px;
    line-height: 24px;
  }

  .ej-paga-box {
    padding: 20px;
    display: none;
  }

  .ej-paga-txt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ej-paga-title {
    margin-left: 7px;
    font-size: 18px;
    line-height: 24px;
  }

  .erro-cpf-form {
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 18px;
    display: block;
  }

  .erro-cpf-box {
    padding: 20px;
    display: none;
  }

  .erro-cpf-title {
    margin-left: 7px;
    font-size: 18px;
    line-height: 24px;
  }

  .erro-cpf-txt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form-cpf-fatura {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .form-cpf-fatura-campo {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 18px;
    display: block;
  }

  .form-cpf-fatura-btn {
    z-index: 2;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 18px;
    display: block;
    position: static;
    left: -39px;
  }

  .section-bot {
    background-image: url('../images/bot-img.jpg');
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    margin-top: -40px;
    display: none;
  }

  .holder-title {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    display: flex;
  }

  .title-bot {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    line-height: 28px;
  }

  .subtitle-bot {
    color: var(--white);
    width: 170px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .jt-header-pague {
    background-image: linear-gradient(#00000096, #0000004a), url('../images/pague-jeitto-min.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: 460px;
    margin-top: 50px;
  }

  .jt-header-item-pague {
    width: auto;
    margin-top: 170px;
  }

  .jt-title-pague {
    width: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .jt-header-box-pague {
    width: 90%;
    display: block;
  }

  .jt-title-laranja-sml-pague {
    font-size: 22px;
    line-height: 26px;
  }

  .jt-section-vantagens {
    margin-top: 620px;
  }

  .img-gif-pague {
    height: auto;
  }

  .jt-txt-vantagens {
    font-size: 16px;
    line-height: 22px;
  }

  .itens-vantagem {
    margin-bottom: 6px;
  }

  .jt-header-itens-2-pague {
    top: 90px;
  }

  .jt-subtile-pague {
    width: 260px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-header-download {
    background-image: url('../images/app-jeitto-novo-3.png');
    background-position: 0 31%;
    background-repeat: no-repeat;
    background-size: 95%;
    height: 950px;
    margin-top: 15px;
  }

  .jt-header-box-download-1 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .jt-title-download {
    width: 100%;
    padding-right: 10px;
    font-size: 22px;
  }

  .text-span-37 {
    width: auto;
    padding-left: 10px;
    padding-right: 0;
    font-size: 26px;
  }

  .text-span-38 {
    font-size: 26px;
  }

  .jt-header-box-2 {
    width: 100%;
    margin-top: 251px;
  }

  .jt-header-fluxo {
    width: 90%;
    margin-top: 30px;
  }

  .jt-fluxo-item {
    width: 100%;
  }

  .jt-item-txt-numero {
    width: 35px;
    height: 35px;
  }

  .jt-txt-numero-item {
    width: 200px;
    margin-left: 0;
    font-size: 13px;
  }

  .jt-txt-numero-item-2 {
    width: auto;
    margin-left: 0;
    font-size: 13px;
  }

  .jt-box-txt-feature {
    margin-top: 20px;
    margin-left: 0;
  }

  .jt-title-feature {
    font-size: 20px;
  }

  .jt-title-laranja-download {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-section-features-download-mobile {
    margin-top: 0;
    padding-top: 40px;
  }

  .jt-div-download {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .jt-slide-download {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .img-app-conta {
    width: auto;
    max-width: none;
    height: 280px;
    margin-top: 15px;
    margin-right: 30px;
    padding-top: 0;
  }

  .slider-download {
    flex-direction: column;
    height: auto;
    display: block;
    top: 0;
  }

  .jt-txt-feature-mobile {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .img-app-transferencia {
    width: auto;
    max-width: none;
    height: 280px;
    margin-top: -10px;
    margin-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-app-recarga {
    width: auto;
    max-width: none;
    height: 280px;
    margin-top: 15px;
    margin-right: 30px;
    padding-top: 0;
  }

  .jt-navbar-download {
    height: 70px;
  }

  .jt-item-navbar-mobile {
    text-align: center;
    padding-left: 0;
  }

  .jt-item-navbar-mobile:active {
    color: var(--deep-sky-blue);
  }

  .jt-item-navbar-mobile:visited {
    color: var(--cinza-2);
  }

  .jt-item-navbar-mobile.w--current, .jt-item-navbar-download:active {
    color: var(--deep-sky-blue);
  }

  .jt-item-navbar-download:visited {
    color: var(--cinza-2);
  }

  .jt-item-navbar-download.w--current {
    color: var(--deep-sky-blue);
  }

  .jt-header-ej {
    background-image: url('../images/ej-img.png'), linear-gradient(180deg, #0dafd6, var(--deep-sky-blue-2));
    background-position: 62% 0, 0 0;
    background-size: 113%, auto;
    height: 70vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-subtile-ej {
    width: 260px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-header-box-ej {
    justify-content: flex-start;
    width: 90%;
    margin-top: 0;
  }

  .jt-div-txts-jornada {
    width: auto;
  }

  .jt-div-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .jt-div-1 {
    width: auto;
  }

  .jt-section-antecipe1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bg_section5.png');
    background-position: 0 0, 88%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 620px;
  }

  .jt-div-banner-ej {
    padding: 30px 25px;
  }

  .jt-form-ej {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    padding: 0;
    display: block;
  }

  .jt-form-div-ej {
    flex-direction: column;
    align-items: center;
  }

  .field-cell-ej {
    width: 100%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    line-height: 18px;
  }

  .field-cpf-ej {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    line-height: 18px;
  }

  .jt-div-txts-antecipe {
    width: auto;
  }

  .jt-header-itens-ej {
    width: auto;
    margin-top: -58px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jt-section-jornada1 {
    padding-top: 220px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .jt-section-oportunidade-2 {
    background-position: 100% 100%;
    background-size: 90%;
    height: 800px;
    padding-top: 0;
  }

  .jt-div-oportunidade {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .jt-selo-exclusivo {
    width: auto;
  }

  .jt-item-navbar-3 {
    padding-left: 0;
  }

  .jt-item-navbar-3.w--current {
    color: var(--deep-sky-blue);
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .jt-selo-exclusivo-2 {
    background-color: var(--transparent);
    width: auto;
    height: 28px;
    padding: 4px 10px;
    display: block;
  }

  .jt-selo-exclusivo-1 {
    width: auto;
    font-size: 9px;
  }

  .jt-div-video {
    width: 100%;
    margin-top: 40px;
  }

  .youtube-3 {
    width: auto;
    margin-top: 0;
  }

  .jt-div-jornada {
    flex-direction: column;
    max-width: none;
  }

  .jt-form-credito {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    position: static;
    top: 80px;
  }

  .jt-item-navbar-drop {
    padding-left: 0;
  }

  .jt-item-navbar-drop:active {
    color: var(--deep-sky-blue);
  }

  .jt-item-navbar-drop:visited {
    color: var(--cinza-2);
  }

  .jt-item-navbar-drop.w--current {
    color: var(--deep-sky-blue);
  }

  .jt-btn-laranja-whatsapp-2 {
    width: auto;
  }

  .cookie-faixa {
    background-color: #333;
    width: 100%;
    padding: 18px;
    display: none;
    position: static;
    inset: 0% 0% auto;
  }

  .container-14 {
    flex-direction: row;
    justify-content: space-between;
  }

  .cookie_botao {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 15px;
  }

  .txt-popup-overlay {
    text-align: left;
    margin-left: 0;
    margin-right: 5px;
    font-size: 11px;
    line-height: 14px;
  }

  .jt-emprestimo-app {
    margin-bottom: 20px;
  }

  .jt-navbar-cliente {
    height: 70px;
  }

  .jt-btn-navbar-cliente {
    width: auto;
    margin-top: 10px;
  }

  .jt-section-cliente-cj {
    display: block;
  }

  .jt-menu-features-cliente {
    justify-content: space-between;
    width: 95%;
    margin-top: 0;
    display: flex;
  }

  .jt-holder-boletos-cj-ej {
    width: 95%;
    max-width: none;
    display: block;
  }

  .jt-btn-menu-title {
    margin-top: 30px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .cj-holder-boleto {
    margin-top: 30px;
  }

  .jt-boleto-header {
    padding: 25px;
  }

  .jt-boleto-header-1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .cj-boleto-title-vencimento {
    margin-left: 34px;
  }

  .ej-body-processando {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .jt-boleto-body {
    padding: 25px;
  }

  .cj-boleto-btn-ver {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .cj-boleto-btn-copiar {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .cj-boleto-btns {
    flex-direction: column;
    align-items: center;
  }

  .cj-boleto-link-enviar-fatura {
    font-size: 12px;
  }

  .ej-boleto-value-valor {
    margin-top: 10px;
    margin-left: 35px;
  }

  .ej-boleto-holder-parcela {
    margin-top: 15px;
    margin-left: 35px;
  }

  .ej-boleto-header-copy {
    padding: 25px 25px 17px;
  }

  .cj-title-processando {
    flex-direction: row;
    align-items: center;
  }

  .ej-boleto-btn-ver {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .ej-boleto-btn-copiar {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .ej-boleto-link-enviar-fatura {
    font-size: 12px;
  }

  .cj-holder-processando {
    padding: 25px;
  }

  .cj-boleto-txt-processando {
    margin-left: 0;
  }

  .cj-boleto-value-valor {
    margin-top: 10px;
    margin-left: 35px;
  }

  .ej-holder-processando {
    padding: 25px;
  }

  .ej-title-processando {
    align-items: center;
  }

  .ej-boleto-txt-processando {
    margin-left: 0;
  }

  .jt-box-ac-login-1 {
    width: auto;
    height: auto;
    padding-left: 20px;
    display: block;
  }

  .jt-holder-ac-login {
    background-position: 45%;
    background-size: cover;
    flex-direction: column;
  }

  .jt-box-ac-login-2 {
    width: 95%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .jt-title-ac {
    font-size: 18px;
  }

  .jt-subtitle-ac {
    font-size: 12px;
    line-height: 18px;
  }

  .jt-form-ac-1 {
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-form-ac-field {
    width: 100%;
  }

  .jt-form-ac {
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .cj-holder-pago {
    padding: 25px;
  }

  .cj-boleto-txt-pago {
    margin-left: 0;
  }

  .ej-holder-pago {
    padding: 25px;
  }

  .cj-title-pago {
    align-items: center;
  }

  .ej-title-pago {
    flex-direction: row;
    align-items: center;
  }

  .jt-section-acordo-unico {
    margin-top: 0;
  }

  .jt-holder-acordo {
    width: 95%;
    max-width: none;
  }

  .jt-holder-boletos-cj {
    width: 95%;
    max-width: none;
    margin-bottom: 30px;
  }

  .jt-holder-valores-acordo {
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .cj-acordo-total {
    margin-top: 0;
  }

  .jt-acordo-title-total {
    font-size: 14px;
    line-height: 16px;
  }

  .jt-acordo-value-total {
    font-size: 14px;
  }

  .jt-acordo-title-restante {
    font-size: 14px;
    line-height: 16px;
  }

  .jt-acordo-value-restante {
    font-size: 14px;
    line-height: 24px;
  }

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

  .jt-acordo-value-valor {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cj-header-acordo {
    padding: 25px 25px 17px;
  }

  .jt-body-acordo {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .cj-body-boleto, .ej-body-boleto {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .cj-holder-acordo-parcela {
    margin-top: 15px;
    margin-left: 0;
  }

  .cj-holder-valores-acordo-2 {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .cj-acordo-title-parcelas {
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .cj-holder-parcelas-acordo-2 {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .cj-acordo-box-parcela-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cj-acordo-value-valor-parcela-1 {
    font-size: 14px;
  }

  .cj-acordo-link-visualizar-1 {
    display: none;
  }

  .cj-acordo-box-parcela-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cj-acordo-value-valor-parcela-2 {
    font-size: 14px;
  }

  .cj-acordo-link-visualizar-2 {
    display: none;
  }

  .cj-acordo-value-valor-1, .cj-acordo-value-valor-2, .cj-acordo-value-valor-3 {
    margin-top: 10px;
    margin-left: 35px;
  }

  .jt-title-parcela-1, .jt-title-parcela-2, .jt-title-parcela-3 {
    font-size: 14px;
    line-height: 14px;
  }

  .cj-acordo-box-parcela-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .jt-section-acordo-2-parcelas {
    margin-top: 0;
  }

  .jt-section-cliente-cj-ej, .jt-section-cliente-acordo {
    display: block;
  }

  .jt-btn-menu-title-2 {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .jt-menu-features-cliente-2 {
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .jt-btn-menu-title-1 {
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .cj-acordo-btn-visualizar-1 {
    display: block;
  }

  .cj-acordo-value-valor-parcela-3 {
    font-size: 14px;
  }

  .cj-acordo-link-visualizar-3 {
    display: none;
  }

  .jt-holder-acordo-2 {
    width: 95%;
    max-width: none;
  }

  .jt-acordo-total {
    margin-top: 0;
  }

  .jt-header-acordo {
    padding: 25px 25px 17px;
  }

  .jt-acordo-title-vencimento {
    margin-left: 34px;
  }

  .jt-div-ac-item {
    align-items: center;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .jt-txt-ac-login {
    margin-left: 15px;
    line-height: 20px;
  }

  .text-span-43 {
    font-size: 12px;
  }

  .jt-holder-ac-itens {
    align-items: flex-start;
    height: auto;
  }

  .jt-icon-check {
    width: 35px;
  }

  .jt-box-ac-itens {
    width: 60%;
  }

  .jt-btn-form-verificar {
    width: 100%;
  }

  .jt-codigo-ac {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .jt-txt-info-ac {
    text-align: center;
    width: 90%;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .div-block-104 {
    width: 90%;
    padding-bottom: 50px;
  }

  .image-44 {
    margin-top: 30px;
  }

  .jt-btn-close {
    left: 115px;
  }

  .jt-div-codigo {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .jt-form-ac-codigo-1 {
    width: 12%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .jt-form-ac-codigo-2, .jt-form-ac-codigo-3, .jt-form-ac-codigo-4, .jt-form-ac-codigo-5, .jt-form-ac-codigo-6 {
    width: 12%;
  }

  .jt-left-arrow-div, .jt-right-arrow-div {
    padding-top: 140px;
  }

  .jt-section-aumentar-email {
    margin-top: 0;
  }

  .section-jotta {
    background-image: url('../images/img-jotta.jpg');
    background-position: 50% 0;
    background-size: contain;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    margin-top: -20px;
    display: block;
  }

  .text-block-60 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    display: block;
  }

  .div-block-105 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding-bottom: 180px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .ej-holder-atraso {
    padding: 25px;
  }

  .ej-title-atraso {
    flex-direction: row;
    align-items: center;
  }

  .ej-boleto-txt-pago, .ej-boleto-txt-atraso {
    margin-left: 0;
  }

  .jt-header-pague-nova {
    height: 580px;
    margin-top: 0;
    margin-bottom: 600px;
    padding-top: 0;
  }

  .jt-subtile-pague-nova {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-navbar-pague {
    align-items: center;
    height: 70px;
    position: fixed;
  }

  .jt-header-item-pague-nova {
    width: auto;
    margin-top: 0;
  }

  .jt-header-box-nova {
    justify-content: flex-start;
    align-items: stretch;
    width: 90%;
    margin-top: 0;
    padding-top: 90px;
    display: flex;
  }

  .jt-icon-pague {
    margin-left: 30px;
  }

  .jt-item-steps-pague {
    margin-bottom: 40px;
  }

  .jt-title-pague-nova {
    width: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .jt-holder-steps-pague-responsivo {
    padding-top: 20px;
    padding-bottom: 20px;
    top: -100px;
  }

  .div-block-106 {
    width: auto;
    display: block;
  }

  .jt-btn-branco {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .jt-btn-branco.aquecimento {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-47 {
    width: auto;
    height: auto;
    display: block;
  }

  .div-block-108 {
    flex-direction: column;
    justify-content: flex-end;
    height: 200px;
    display: block;
  }

  .mask-6 {
    height: 200px;
  }

  .jt-btn-laranja-blog {
    padding: 16px 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .header-blog-img-1 {
    position: relative;
  }

  .slider-5 {
    height: auto;
  }

  .holder-btn-menu-mobile {
    flex-flow: column;
    align-items: stretch;
    width: 90%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-navbar-blog-2 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .jt-holder-navbar-blog {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .jt-item-navbar-blog {
    padding-left: 0;
  }

  .jt-item-navbar-blog:active {
    color: var(--deep-sky-blue);
  }

  .jt-item-navbar-blog:visited {
    color: var(--white);
  }

  .jt-item-navbar-blog.w--current {
    color: #ffffff80;
  }

  .menu-button-blog {
    left: 0;
  }

  .header-blog-img-2 {
    position: relative;
  }

  .s-credito-banner {
    aspect-ratio: 2 / 3;
  }

  .jt-header-seguran-a {
    background-image: linear-gradient(#0006, #0003), url('../images/img-seguranca.jpg');
    background-position: 0 0, 56%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: flex-end;
    height: 380px;
    margin-top: 50px;
    padding-bottom: 70px;
  }

  .jt-header-box-seguranca {
    width: 90%;
    display: block;
  }

  .div-block-111 {
    width: 80%;
  }

  .jt-section-seguro {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .jt-box-seguro {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-holder-seguro {
    width: auto;
  }

  .jt-btn-dicas-1 {
    align-items: center;
    width: auto;
  }

  .text-block-63 {
    font-size: 14px;
  }

  .jt-box-dicas {
    width: auto;
    padding-bottom: 40px;
  }

  .jt-item-dicas-left {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-6 {
    height: auto;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-64 {
    margin-left: 0;
    font-size: 12px;
  }

  .divider-vertical {
    height: 120px;
  }

  .jt-item-dicas-right {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .jt-section-certificacao {
    background-image: url('../images/img-2.jpg'), url('../images/img-2_1.jpg'), url('../images/img-certificacao.jpg');
    background-position: 50% 44%, 50% 100%, 67%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: cover, contain, cover;
    height: 900px;
  }

  .jt-box-certificacao {
    width: 90%;
  }

  .div-block-118 {
    width: auto;
  }

  .jt-section-golpes {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .jt-box-golpes {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-holder-links-golpes {
    width: auto;
    margin-bottom: 40px;
    display: none;
  }

  .jt-box-golpes-2 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .jt-item-golpes-1 {
    box-shadow: none;
    border-radius: 20px;
    width: 98%;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 20px;
    position: static;
  }

  .jt-txt-branco-seguran-a {
    width: auto;
  }

  .jt-box-canais {
    width: 90%;
  }

  .div-block-124 {
    width: auto;
  }

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

  .div-block-126 {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
  }

  .div-block-115-copy {
    width: 100%;
    height: 2px;
  }

  .jt-div-contato-duvida {
    width: 90%;
  }

  .jt-txt-contato-duvida {
    margin-left: 15px;
    font-size: 10px;
    line-height: 14px;
  }

  .jt-box-termos {
    flex-direction: column;
    align-items: flex-start;
  }

  .jt-box-termos-1 {
    width: auto;
    margin-right: 0;
  }

  .jt-holder-title-golpes {
    margin-bottom: 0;
  }

  .jt-item-golpes-2, .jt-item-golpes-3, .jt-item-golpes-4, .jt-item-golpes-5 {
    width: 300px;
    position: static;
  }

  .jt-title-laranja-6 {
    margin-bottom: 15px;
    font-size: 29px;
    line-height: 33px;
  }

  .jt-title-laranja-2-seguranca {
    font-size: 24px;
    line-height: 28px;
  }

  .jt-slider-golpes {
    background-color: #0000;
    justify-content: center;
    width: auto;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slide-golpes {
    background-color: #0000;
    width: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .jt-slide-nav-golpes {
    display: none;
    inset: auto auto 0% 0%;
  }

  .jt-arrow-golpes-left {
    border: 1px solid var(--new_orange);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex;
    inset: auto 79px 0% 0%;
  }

  .jt-arrow-golpes-right {
    border: 1px solid var(--new_orange);
    border-radius: 0 20px 20px 0;
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex;
    inset: auto 0% 0% 79px;
  }

  .image-49 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .jt-holder-dicas {
    width: 90%;
    top: -40px;
  }

  .mask-7 {
    width: 100%;
  }

  .banner-blog-interna {
    background-image: url('../images/bg-banner-blog.jpg'), linear-gradient(315deg, var(--orange-red), var(--new_orange));
    background-position: 50%, 0 0;
    background-size: cover, auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 201px;
    position: static;
  }

  .title-banner-blog {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 22px;
  }

  .txt-banner-blog {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .btn-banner-blog {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .side-blog {
    width: auto;
    position: static;
  }

  .credito-conteudos {
    justify-content: center;
    width: auto;
    padding-top: 40px;
    overflow: visible;
  }

  .collection-credito {
    margin-bottom: 0;
  }

  .economizar-conteudos {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .card-holder-economizar {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: none;
    position: static;
    overflow: visible;
  }

  .collection-economizar {
    width: auto;
  }

  .collection-economizar-2 {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .btn-left {
    margin-left: 20px;
  }

  .card-2.card-interaction-2 {
    width: 100%;
    height: 150px;
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
  }

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

  .titulo-uc-2 {
    width: auto;
  }

  .btn-left-2 {
    margin-top: 30px;
    margin-left: 0;
  }

  .collection-item-7-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .jt-header-pedir {
    background-image: linear-gradient(#4d23002b, #4d23002b), url('../images/header-pedir-mobile.jpg');
    background-position: 0 0, 50% 127%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border: 1px solid #000;
    margin-top: -20px;
    padding-top: 0;
  }

  .jt-holder-pedir {
    margin-top: 100px;
  }

  .jt-pedir-title-1-branco {
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .jt-div-title-pedir {
    width: auto;
    margin-top: 90px;
  }

  .jt-form-pedir {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    position: absolute;
    inset: auto 6% 5%;
  }

  .jt-pedir-txt-sml {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-holder-crescer-pedir {
    width: 90%;
    height: 600px;
  }

  .div-block-138 {
    width: auto;
  }

  .div-block-139 {
    width: 80%;
    margin-bottom: 30px;
  }

  .jt-pedir-title-1-laranja {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }

  .jt-features-pedir {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .main {
    background-image: linear-gradient(#3c1c004d, #3c1c004d), url('../images/img-gp.jpg');
    background-position: 0 0, 56%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 600px;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .box {
    height: 190px;
    margin-top: 40px;
  }

  .blur {
    width: 112%;
    height: 600px;
    margin-top: -253px;
    margin-left: -18px;
    padding-top: 0;
    position: static;
    inset: 0%;
  }

  .box-content {
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-142 {
    width: 90%;
  }

  .jt-pedir-title-3-branco {
    font-size: 22px;
    line-height: 26px;
  }

  .jt-pedir-txt-sml-branco {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-div-nota-pedir {
    margin-top: 30px;
  }

  .jt-div-comentarios-pedir {
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    width: 100%;
    display: block;
  }

  .jt-holder-features {
    align-items: flex-start;
    width: 90%;
    height: 600px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .jt-pedir-title-2-branco {
    font-size: 28px;
    line-height: 32px;
  }

  .jt-box-features-pedir {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    width: 100%;
    display: grid;
  }

  .jt-item-feature-pedir {
    width: auto;
  }

  .txt-feature-pedir {
    font-size: 16px;
    line-height: 20px;
  }

  .jt-transferencia-pedir {
    background-image: linear-gradient(#3c1c004d, #3c1c004d), url('../images/img-transferir.jpg');
    background-position: 0 0, 57%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .jt-holder-transferencia-pedir {
    width: 90%;
    height: 600px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-145 {
    width: 75%;
    margin-top: 0;
  }

  .jt-crescer-pedir {
    background-image: url('../images/bg-cresce.jpg');
    background-position: 20%;
  }

  .div-block-138-copy {
    width: 65%;
  }

  .jt-holder-midia-pedir {
    flex-direction: column;
    width: 90%;
    height: 600px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .jt-pedir-title-2-laranja {
    font-size: 28px;
    line-height: 32px;
  }

  .jt-box-midia-pedir {
    flex-direction: column;
  }

  .jt-item-midia-pedir {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .img-midia-pedir {
    margin-bottom: 20px;
  }

  .div-block-146 {
    flex-direction: column;
    width: 90%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-147 {
    width: auto;
  }

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

  .div-block-149 {
    width: auto;
  }

  .jt-footer-logo-pedir {
    flex-wrap: wrap;
  }

  .jt-footer-termos-pedir {
    margin-bottom: 0;
    font-size: 10px;
  }

  .jt-menu-pedir-2 {
    justify-content: flex-start;
    height: 50px;
    display: flex;
  }

  .jt-holder-credito-pedir {
    flex-direction: column;
    justify-content: center;
    width: 90%;
    height: 660px;
    margin-top: 130px;
  }

  .jt-div-gplay-pedir-mobile {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .jt-right-arrow-pedir {
    width: 20px;
    margin-right: 10px;
    display: none;
    inset: 135px 4% 0% 0%;
  }

  .jt-left-arrow-pedir {
    width: 20px;
    margin-left: 10px;
    display: none;
    position: absolute;
    inset: 159px 0% 0%;
    overflow: visible;
  }

  .jt-div-comentarios-copy {
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    width: 65%;
    height: auto;
    display: block;
  }

  .jt-slider-comentarios-pedir {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .jt-mask-pedir {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .image-51 {
    margin-right: 50px;
  }

  .jt-btn-laranja-pedir {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
    display: none;
  }

  .jt-btn-laranja-pedir.w--current {
    display: none;
  }

  .div-block-151 {
    padding-bottom: 21px;
  }

  .jt-btn-pedir-mobile {
    z-index: 9999;
    background-color: var(--new_orange);
    color: var(--white);
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 45px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 1px 1px 5px #00000029;
  }

  .jt-div-title-pedir-mobile {
    width: auto;
    margin-top: 0;
  }

  .jt-pedir-title-laranja-sml-pedir {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .jt-txt-nota-pedir {
    font-size: 40px;
    line-height: 42px;
  }

  .jt-div-nota-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    margin-top: -8px;
    margin-right: 19px;
    display: flex;
  }

  .jt-txt-gplay-pedir {
    font-size: 9px;
    line-height: 12px;
  }

  .jt-txt-comentarios-pedir {
    text-align: left;
    align-self: center;
    font-size: 11px;
  }

  .jt-img-5stars-pedir {
    width: 80px;
  }

  .jt-slide-nav-pedir {
    font-size: 8px;
    display: block;
  }

  .jt-item-feature-pedir-2 {
    width: auto;
    margin-left: 20px;
  }

  .jt-pedir-txt-sml-2-pedir {
    color: var(--new_orange);
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .text-span-58 {
    color: var(--burlywood);
  }

  .jt-qf-header {
    background-image: url('../images/img-quemfaz-mobile.jpg'), url('../images/img-quemfaz.svg');
    background-position: 50% 0, 75% 10%;
    background-size: cover, auto;
    border: 1px solid #000;
    margin-top: -20px;
    padding-top: 0;
  }

  .jt-holder-quemfaz {
    width: 85%;
    margin-top: 10px;
  }

  .jt-div-title-quemfaz {
    width: auto;
    margin-top: 40px;
  }

  .jt-qf-title-1-branco {
    text-align: left;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 34px;
  }

  .jt-div-line2-quemfaz {
    justify-content: flex-start;
  }

  .jt-quemfaz-title-1-azul {
    text-align: center;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 34px;
  }

  .jt-subtitle-quemfaz {
    text-align: left;
    margin-top: 20px;
  }

  .jt-qf-section-1 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-qf-title-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .jt-qf-section-1-holder {
    width: 85%;
    height: auto;
    padding: 40px 30px;
  }

  .jt-qf-section-2 {
    background-color: var(--dark-slate-blue-2);
    background-image: url('../images/cultura-mobile.png');
    background-position: 85% -500%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .jt-qf-section-3-holder {
    width: 85%;
    padding-top: 80px;
  }

  .jt-qf-title-3-branco {
    font-size: 24px;
  }

  .jt-qf-slider-item {
    width: 240px;
    padding: 40px 30px;
  }

  .div-block-155 {
    padding-bottom: 120px;
  }

  .jt-qf-txt-section-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .slide-nav-qf {
    color: #fff;
    font-size: 10px;
    display: block;
    inset: 402px 0% 0% -15%;
  }

  .jt-qf-section-2-holder {
    flex-direction: column;
    align-items: flex-start;
    width: 85%;
    height: 740px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .jt-qf-section-2-box-1 {
    display: none;
  }

  .jt-qf-section-2-box-2 {
    width: auto;
    margin-left: 0;
  }

  .jt-qf-title-2-branco {
    font-size: 36px;
    line-height: 36px;
  }

  .div-block-156 {
    align-items: center;
  }

  .jt-qf-section-4-holder {
    width: 85%;
  }

  .jt-qf-section-4-box-2 {
    display: none;
  }

  .div-block-158, .jt-qf-title-3-azul {
    margin-left: 0;
  }

  .jt-qf-section-4-item {
    width: 48%;
  }

  .jt-qf-section-5 {
    background-image: url('../images/bg-vagas.png');
    background-position: 67% 800%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .div-block-163 {
    width: 85%;
    padding-bottom: 383px;
  }

  .div-block-164 {
    background-color: #fff;
    border-radius: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 50px 20px;
    display: flex;
    position: static;
    inset: 32% 10%;
    box-shadow: 1px 1px 4px #00000026;
  }

  .section-2 {
    background-color: var(--new_orange);
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    display: none;
  }

  .text-block-71 {
    color: #919191;
    text-align: center;
    margin-top: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .link-9 {
    font-weight: 700;
    text-decoration: none;
  }

  .jt-qf-title-4-branco {
    font-size: 36px;
    line-height: 36px;
  }

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

  .jt-qf-btn-branco {
    width: auto;
    padding: 16px 80px;
    font-size: 12px;
    line-height: 14px;
  }

  .jt-qf-title-2-azul {
    font-size: 36px;
    line-height: 36px;
  }

  .jt-qf-footer-holder {
    flex-direction: column;
    width: 90%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-btn-branco-qf {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
    display: block;
  }

  .jt-btn-branco-qf.w--current {
    display: none;
  }

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

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

  .jt-qf-section-4-box-2-mobile {
    display: block;
  }

  .image-54 {
    height: 28px;
    display: block;
  }

  .div-block-170 {
    align-items: center;
    display: flex;
  }

  .jt-qf-title-4-branco-2 {
    font-size: 36px;
    line-height: 36px;
  }

  .jt-qf-title-4-branco-mobile {
    font-size: 36px;
    line-height: 36px;
    display: block;
  }

  .jt-qf-title-4-branco-web {
    font-size: 36px;
    line-height: 36px;
    display: none;
  }

  .div-do {
    display: none;
  }

  .jt-navbar-qf-2 {
    height: 70px;
  }

  .jt-item-navbar-quem-faz {
    padding-left: 0;
  }

  .jt-item-navbar-quem-faz:active {
    color: var(--deep-sky-blue);
  }

  .jt-item-navbar-quem-faz:visited {
    color: var(--cinza-2);
  }

  .jt-item-navbar-quem-faz.w--current {
    color: var(--deep-sky-blue);
  }

  .jt-navbar-qf-1 {
    height: 70px;
  }

  .jt-item-navbar-quem-faz-2 {
    padding-left: 0;
  }

  .jt-item-navbar-quem-faz-2:active {
    color: var(--deep-sky-blue);
  }

  .jt-item-navbar-quem-faz-2:visited {
    color: var(--cinza-2);
  }

  .jt-item-navbar-quem-faz-2.w--current {
    color: var(--deep-sky-blue);
  }

  .o-header {
    height: 28px;
  }

  .o-cultura {
    height: 26px;
  }

  .icon-2-copy {
    color: var(--white);
  }

  .section-3 {
    margin-top: 90px;
  }

  .div-block-171 {
    width: 85%;
    max-width: none;
  }

  .search-input-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .heading-11 {
    font-size: 14px;
  }

  .jt-facily-header {
    background-image: linear-gradient(#00000061, #00000061), url('../images/jeitto-facily.png');
    background-position: 0 0, 64%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: flex-start;
    height: 90vh;
    margin-top: 50px;
  }

  .jt-facily-holder {
    width: 90%;
    margin-top: 80px;
    display: block;
  }

  .jt-form-facily {
    width: auto;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 20px;
    position: static;
    top: 80px;
  }

  .jt-facily-title-1 {
    width: auto;
    font-size: 27px;
    line-height: 31px;
  }

  .jt-btn-form-facily {
    width: 100%;
  }

  .jt-title-laranja-sml-facily-copy {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .jt-credito-box-2 {
    margin-left: auto;
    margin-right: auto;
    top: 160px;
  }

  .jt-facily-s1 {
    background-position: 50% 97%;
    background-size: auto 55%;
    height: auto;
    margin-top: -247px;
    padding-top: 0;
  }

  .jt-facily-holder-s1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .jt-facily-box-s1-1 {
    width: auto;
  }

  .jt-facily-title-1-laranja {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .jt-btn-facily, .jt-btn-facily.w--current {
    width: 100%;
  }

  .jt-txt-facily-cinza-1 {
    font-size: 16px;
    line-height: 22px;
  }

  .jt-facily-s2 {
    display: block;
  }

  .box-content-2 {
    padding-top: 30px;
    padding-bottom: 20px;
    display: block;
  }

  .jt-facily-cf-box-item {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .jt-facily-title-cf {
    font-size: 18px;
    line-height: 22px;
  }

  .jt-facily-cf-txt {
    width: 200px;
  }

  .box-ecred-itens {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-facily-title-1-branco {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
  }

  .main-3 {
    background-image: url('../images/img-gp_2.jpg'), linear-gradient(#0000, #0000);
    background-position: 69%, 0 0;
    background-size: cover, auto;
    height: 600px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .box-3 {
    height: 190px;
    margin-top: 40px;
  }

  .blur-3 {
    background-image: linear-gradient(#ffffff26, #ffffff26), url('../images/bg-lps.jpg');
    background-position: 0 0, 50%;
    width: 112%;
    height: 600px;
    margin-top: -253px;
    margin-left: -18px;
    padding-top: 0;
    position: static;
    inset: 0%;
  }

  .box-content-3 {
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-content-2-mobile {
    margin-left: 25px;
    margin-right: 25px;
  }

  .jt-facily-cf-txt-2, .jt-facily-cf-txt-3 {
    width: 200px;
  }

  .jt-facily-gp-title {
    width: 70%;
  }

  .jt-facily-btn-branco {
    flex: 0 auto;
    align-self: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .jt-facily-form {
    top: -350px;
  }

  .text-field-facily {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-facily-subtile-branco-1 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

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

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

  .link-10 {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-img-gp-sucess {
    margin-top: 20px;
  }

  .jt-form-integrapay {
    width: 90%;
    margin-bottom: 0;
    padding: 20px;
    position: relative;
    top: -87px;
  }

  .jt-title-laranja-sml-integrapay {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .jt-btn-form-integrapay {
    width: 100%;
  }

  .section-4 {
    margin-top: -210px;
    margin-bottom: -50px;
  }

  .jt-header-integrapay {
    height: 580px;
    margin-top: 0;
    margin-bottom: 520px;
    padding-top: 0;
  }

  .jt-navbar-integrapay {
    align-items: center;
    height: 70px;
    position: fixed;
  }

  .jt-header-box-integrapay {
    justify-content: flex-start;
    align-items: stretch;
    width: 90%;
    margin-top: 0;
    padding-top: 90px;
    display: flex;
  }

  .jt-header-item-integrapay {
    width: auto;
    margin-top: 0;
  }

  .jt-title-integrapay {
    width: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .jt-subtile-integrapay {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-holder-steps-integrapay-mobile {
    padding-top: 30px;
    padding-bottom: 0;
    top: -100px;
  }

  .jt-txt-step-2 {
    margin-left: 20px;
  }

  .jt-txt-form-sucess-integrapay {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-btn-googleplay-integrapay {
    width: 200px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .jt-spc-box-1 {
    width: 90%;
    margin-top: 74px;
    padding-top: 0;
  }

  .jt-spc-title-1 {
    width: auto;
    margin-top: -20px;
    font-size: 30px;
    line-height: 36px;
  }

  .jt-spc-subtile-branco-1 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-spc-holder {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
  }

  .jt-title-laranja-sml-spc {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .jt-btn-form-spc {
    width: 100%;
  }

  .jt-spc-title-cf-1, .jt-spc-title-cf-2, .jt-spc-title-cf-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .jt-spc-cf-txt-1 {
    width: auto;
  }

  .jt-spc-cf-txt-2, .jt-spc-cf-txt-3 {
    width: 200px;
  }

  .blur-spc {
    background-image: linear-gradient(#fff3, #fff3);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 157%;
    height: 170%;
    top: -54%;
    bottom: 0%;
    left: -105%;
  }

  .jt-spc-s2 {
    height: auto;
    max-height: none;
  }

  .main-spc {
    background-color: #003d91;
    background-image: url('../images/bg-azul-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    max-height: none;
  }

  .main-spc.serasa-2 {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-spc-s2-holder {
    height: auto;
    margin-top: -162px;
  }

  .div-spc {
    margin-top: 150px;
  }

  .box-spc {
    height: 1050px;
    max-height: none;
    display: block;
  }

  .jt-spc-s1 {
    padding-top: 0;
  }

  .jt-spc-form {
    background-color: var(--white-smoke);
    height: 240px;
    top: 0;
  }

  .jt-spc-form.ecred {
    background-color: #0000;
    top: -110px;
  }

  .jt-spc-holder-form {
    top: -60px;
  }

  .box-content-spc {
    display: block;
  }

  .jt-spc-cf-icon-3, .jt-spc-cf-icon-2, .jt-spc-cf-icon {
    margin-bottom: 10px;
  }

  .jt-spc-title-1-branco-mobile {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .jt-spc-title-cf-mobile {
    width: 201px;
    font-size: 18px;
    line-height: 22px;
  }

  .jt-spc-title-cf-mobile-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .jt-spc-txt-cf-mobile-2 {
    width: 199px;
  }

  .jt-spc-title-cf-mobile-3 {
    width: 195px;
    font-size: 18px;
    line-height: 22px;
  }

  .jt-spc-cf-icon-1, .jt-facily-cf-icon-2-copy, .jt-facily-cf-icon-3-copy {
    margin-bottom: 10px;
  }

  .jt-section-features-download-mobile-spc {
    background-color: var(--white-smoke);
    margin-top: 0;
    padding-top: 0;
  }

  .jt-title-feature-spc-mobile {
    font-size: 20px;
  }

  .slide-2 {
    height: auto;
  }

  .jt-spc-header-mobile {
    background-image: linear-gradient(#00000061, #00000061), url('../images/image-9.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    align-items: flex-start;
    height: 80vh;
    margin-top: 50px;
    margin-bottom: -47px;
  }

  .body-7 {
    background-color: var(--white);
  }

  .box-facily {
    height: 860px;
    max-height: none;
  }

  .main-facily {
    background-image: url('../images/img-cf.svg'), url('../images/bg-SPC-2_1.png');
    background-position: 24% 10%, 24% 157%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    height: auto;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-3-copy {
    background-image: url('../images/bg-lps.jpg'), linear-gradient(#0000, #0000);
    background-position: 69%, 0 0;
    height: 600px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .jt-btn-spc-mobile {
    z-index: 9999;
    background-color: var(--new_orange);
    color: var(--white);
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 45px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 1px 1px 5px #00000029;
  }

  .jt-navbar-lgpd {
    z-index: 99999;
    position: sticky;
    inset: 0% 0% auto;
  }

  .jt-navbar-facily, .jt-navbar-spc {
    height: 70px;
  }

  .jt-btn-home-mobile {
    z-index: 9999;
    background-color: var(--new_orange);
    color: var(--white);
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 45px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 1px 1px 5px #00000029;
  }

  .jt-btn-home-mobile.w--current {
    display: block;
  }

  .jt-btn-credito-mobile {
    z-index: 9999;
    background-color: var(--new_orange);
    color: var(--white);
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 45px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 1px 1px 5px #00000029;
  }

  .jt-facily-cf-txt-1 {
    width: 200px;
  }

  .jt-ej-form {
    margin-top: -48px;
  }

  .jt-ej-form.emprestimo {
    height: 0;
    margin-top: 0;
  }

  .jt-ej-holder-form {
    top: -180px;
  }

  .jt-ej-holder-form.emprestimo {
    top: -80px;
  }

  .text-field-ej, .text-field-facily-copy {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-btn-form-ej {
    width: 100%;
    margin-top: 10px;
  }

  .jt-btn-facily-mobile {
    z-index: 9999;
    background-color: var(--new_orange);
    color: var(--white);
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 45px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 1px 1px 5px #00000029;
  }

  .jt-form-facily-copy-copy {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    position: static;
    top: 80px;
  }

  .jt-title-laranja-sml-ej {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .jt-btn-ej-mobile {
    z-index: 9999;
    background-color: var(--new_orange);
    color: var(--white);
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 45px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 1px 1px 5px #00000029;
  }

  .div-block-179 {
    background-position: 50% 63%;
  }

  .div-block-179.v2 {
    padding-top: 130px;
  }

  .jt-form-facily-2 {
    width: auto;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 20px;
    position: static;
    top: 80px;
  }

  .div-block-172-mobile-ls {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .jt-acordop-s-cf-txt-mobile-ls {
    width: 200px;
  }

  .jt-acordop-s-header-mobile {
    background-image: linear-gradient(#0f070066, #0f070066), url('../images/header-pedir-mobile.jpg'), url('../images/LP-Acordo-Pós-header-v2.png');
    background-position: 0 0, 50%, 80%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, fixed, scroll;
    flex-direction: row;
    align-items: flex-start;
    height: 600px;
    margin-top: 50px;
  }

  .jt-acordop-s-box-mobile {
    width: auto;
    margin-top: -30px;
    margin-right: 0;
    padding-top: 0;
    top: 145px;
    left: 20px;
  }

  .jt-acordop-s-title-mobile {
    width: auto;
    font-size: 30px;
    line-height: 34px;
  }

  .jt-acordop-s-subtile-branco-mobile {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .blur-acordop-s-mobile {
    position: relative;
    inset: -117% 0% -101% -51%;
  }

  .box-content-acordop-s-mobile {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 10px;
    position: absolute;
    inset: 0%;
  }

  .div-block-acordop-s-mobile {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 50px;
    display: flex;
  }

  .jt-acordop-s-txt-box-mobile {
    max-width: none;
    margin-bottom: 15px;
    bottom: auto;
    right: auto;
  }

  .box-content-2-mobile-acordop-s {
    margin-left: 25px;
    margin-right: 25px;
    display: none;
  }

  .div-block-180 {
    align-items: center;
    padding-top: 60px;
    padding-bottom: 130px;
  }

  .jt-blog-holder-form {
    top: -180px;
  }

  .jt-baixe-box {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    top: 160px;
  }

  .jt-form-baixe {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    display: flex;
    position: static;
    top: 80px;
  }

  .jt-title-laranja-baixe {
    width: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-182 {
    flex-direction: column;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .jt-header-box-1-mobile {
    width: auto;
    margin-top: 64px;
    padding-top: 0;
  }

  .div-block-183, .div-block-184, .div-block-185 {
    margin-right: 20px;
  }

  .jt-acordo-ej {
    height: 100%;
  }

  .jt-acordo-ej-div {
    width: auto;
  }

  .jt-div-section-acordo-ej {
    max-width: none;
  }

  .jt-btn-branco-acordo {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding: 16px 0;
    font-size: 14px;
    line-height: 14px;
    display: flex;
  }

  .image-61 {
    height: 300px;
  }

  .error-message-4 {
    text-align: center;
    margin-top: 165px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .jt-div-title-mercado {
    width: auto;
    margin-top: 100px;
  }

  .jt-mercado-title-1-branco {
    text-align: left;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 34px;
  }

  .jt-subtitle-mercado {
    text-align: left;
    margin-top: 20px;
  }

  .jt-holder-mercado {
    width: 85%;
    margin-top: 60px;
  }

  .jt-mercado-header {
    background-image: url('../images/Group-1169.svg');
    background-position: 50% 0;
    background-size: cover;
    border: 1px #000;
    margin-top: -20px;
    padding-top: 0;
  }

  .jt-subtitle-mercado-section-1 {
    text-align: left;
    margin-top: 20px;
  }

  .jt-mercado-title-laranja-section-1 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 34px;
  }

  .jt-holder-mercado-section-1 {
    display: flex;
  }

  .jt-mercado-section-2 {
    background-image: url('../images/img-quemfaz-mobile.jpg'), url('../images/img-quemfaz.svg');
    background-position: 50% 0, 75% 10%;
    background-size: cover, auto;
    border: 0 solid #000;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .div-mercado {
    margin-top: 0;
  }

  .jt-mercado-title-2-branco {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .div-laranja-jt-mercado-section-2 {
    width: 100%;
    height: auto;
    padding: 40px 16px;
  }

  .box-mercado {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .box-content-mercado {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    position: static;
  }

  .div-block-172-copy {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-mercado-cf-box-item, .jt-mercado-cf-box-item._1 {
    width: 100%;
  }

  .jt-mercado-cf-cont {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .jt-mercado-txt-cf-1 {
    font-size: 12px;
    line-height: 125%;
  }

  .jt-mercado-cf-txt-2 {
    width: 200px;
  }

  .div-branco-jt-mercado-section-3copy {
    border: 0 #000;
    border-left-color: #0000;
  }

  .jt-mercado-title-2-laranja {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .div-mercado-section-3 {
    width: 100%;
    margin-top: 40px;
  }

  .jt-mercado-section-3 {
    border: 1px solid #fffefe;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
  }

  .video-cell {
    height: 443px;
  }

  .img-cell {
    height: auto;
  }

  .jt-holder-mercado-parceiros-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: .5fr .5fr;
    justify-content: center;
  }

  .jt-holder-mercado-parceiros-1.hide {
    margin-top: 10px;
  }

  .div-block-194 {
    width: 120px;
  }

  .jt-div-teste {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .jt-mercado-cf-txt {
    width: 200px;
  }

  .jt-mercado-s2 {
    display: none;
  }

  .main-mercado {
    background-image: url('../images/img-cf.svg'), url('../images/bg-SPC-2_1.png');
    background-position: 24% 10%, 24% 157%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    height: auto;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-mercado-mobile {
    height: 860px;
    max-height: none;
  }

  .box-content-mercado-mobile {
    padding-top: 30px;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-172-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-mercado-mob-txt-1 {
    width: 200px;
  }

  .jt-holder-mercado-section-1-mob {
    width: 85%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-188-copy {
    margin-top: 0;
  }

  .div-block-187-copy {
    height: auto;
  }

  .jt-div-title-mercado-section-1--mob {
    width: auto;
    margin-top: 40px;
  }

  .jt-div-2-mob {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-holder-mercado-section-1-2-mob {
    width: 85%;
  }

  .jt-holder-mercado-apps-mob {
    width: 90%;
    margin-top: 20px;
  }

  .jt-mercado-sec-1-2 {
    height: auto;
  }

  .jt-mercado-s2-mob {
    display: block;
  }

  .main-mercado-mob {
    background-color: var(--new_orange);
    background-image: none;
    height: auto;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .jt-mercado-title-1-branco-mob {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
  }

  .box-mercado-mob {
    width: 90%;
    height: 750px;
    max-height: none;
  }

  .blur-mercado-mob {
    background-image: linear-gradient(#fff3, #fff3);
  }

  .box-content-2-mercado {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
  }

  .holder-box-mercado-mob {
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-mercado-cf-icon-mob {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .jt-mercado-cf-cont-mob {
    align-items: flex-start;
  }

  .jt-mercado-cf-txt-1-mon {
    width: auto;
  }

  .jt-box-mercado-parceiros-mob {
    margin-top: 0;
    margin-bottom: 0;
  }

  .jt-mercado-cf-icon-mob-copy {
    margin-bottom: 0;
    margin-left: 5px;
  }

  .jt-mercado-txt-cf-1-mob-copy {
    padding-left: 10px;
  }

  .box-atencao {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-atencao {
    flex-flow: column;
    width: 90%;
  }

  .text-atencao {
    text-align: center;
    margin-left: 15px;
    font-size: 10px;
    line-height: 14px;
  }

  .div-block-198 {
    margin-bottom: 0;
  }

  .jt-header-acordo-v2 {
    border-bottom-right-radius: 100px;
  }

  .jt-header-box-acordo-v2 {
    justify-content: flex-start;
    width: 90%;
    margin-top: 30px;
  }

  .cj-acordo-v2-box {
    max-width: none;
    height: auto;
    padding: 20px;
    display: none;
  }

  .holder-acordo-v2 {
    margin-bottom: 20px;
  }

  .holder-acordo-v2-parcelas {
    width: 100%;
  }

  .holder-info-acordo-v2 {
    margin-right: 5px;
    padding-right: 0;
  }

  .holder-acordo-v2-botoes {
    justify-content: space-between;
    width: 100%;
  }

  .bot-o-acordo-v2-codigo-de-barras {
    margin-right: 5px;
  }

  .bot-o-acordo-v2-codigo-de-barras.btn-invoice-barcode {
    margin-left: 0;
  }

  .bold-text-43 {
    font-size: 10px;
  }

  .bold-text-44, .bold-text-45, .bold-text-46 {
    font-size: 14px;
  }

  .bot-o-acordo-v2-ver-boleto.btn-invoice-doc {
    margin-right: 0;
  }

  .holder-acordo-v2-titles {
    width: 100%;
  }

  .title-acordo-v2 {
    font-size: 12px;
  }

  .acordo-v2-main-title {
    margin-left: 5px;
  }

  .main-conte-do-acordo-v2, .main-conte-do-acordo-v2-laranja {
    font-size: 17px;
  }

  .img-acordo-v2 {
    margin-right: 20px;
  }

  .holder-acordo-v2-boleto-atrasado {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
  }

  .jt-box-acordo-v2-indispon-vel {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .jt-section-acordo-v2-indispon-vel {
    justify-content: center;
    align-items: center;
    display: none;
  }

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

  .title-jt-box-acordo-indisp {
    font-size: 20px;
  }

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

  .jt-section-acordo-v2-atraso {
    display: none;
  }

  .jt-box-acordo-v2-atraso {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .holder-acordo-v2-parcelas-pagas {
    width: 100%;
  }

  .bold-text-47 {
    font-size: 20px;
  }

  .jt-header-fgts {
    background-image: url('../images/header-background-FGTS-1.png');
    background-position: 56%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 600px;
  }

  .jt-header-box-fgts {
    margin-top: 100px;
  }

  .jt-title-branco-header-fgts {
    text-align: center;
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-111-copy {
    width: 100%;
  }

  .jt-subtile-branco-header-fgts, .jt-subtile-branco-header-fgts-copy {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-section-2-fgts {
    background-position: 50% 0;
    background-size: cover;
  }

  .jt-box-section-2-fgts {
    flex-direction: column;
    padding-top: 20px;
  }

  .jt-box-fgts {
    width: 210px;
    height: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-204 {
    display: none;
  }

  .jt-section-fgts {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .jt-fgts-title-cinza {
    font-size: 28px;
    line-height: 34px;
  }

  .jt-div-txt-fgts {
    flex-direction: column;
    align-items: center;
  }

  .jt-div-fgts-2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-section-3-topic-title {
    margin-top: 10px;
  }

  .jt-title-section-3-topic-1 {
    text-align: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 10px;
    margin-left: -20px;
    padding: 10px;
    font-size: 18px;
  }

  .jt-icon-section-3-topic-1 {
    margin-bottom: 10px;
  }

  .jt-txt-section-3-topic-1 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-205 {
    width: 75%;
  }

  .jt-box-section-4-fgts-1 {
    width: 90%;
  }

  .txt-box-section-4-fgts {
    height: 91%;
  }

  .jt-section-4-box-fgts {
    width: 90%;
    display: block;
  }

  .jt-title-branco-section-4-fgts {
    width: auto;
    font-size: 28px;
    line-height: 36px;
  }

  .jt-div-txt-mercado {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .jt-title-branco-mercado {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 125%;
  }

  .jt-txt-branco-mercado {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .jt-txt-link-branco-mercado {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 14px;
    display: inline-flex;
  }

  .jt-section-mercado-mob {
    height: auto;
    display: block;
  }

  .jt-aviso-header-mercado {
    flex-direction: row;
    height: 50px;
    margin-top: 70px;
    padding: 20px;
    display: none;
  }

  .text-block-75 {
    font-size: 10px;
    line-height: 14px;
  }

  .link-13 {
    display: none;
  }

  .bold-text-51 {
    font-size: 10px;
  }

  .image-70 {
    display: none;
  }

  .jt-form-acordo {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 18px;
    display: flex;
  }

  .form-acordo-cpf {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .jt-form-acordo-1 {
    border-radius: 8px;
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .jt-btn-azul-2-acordo {
    z-index: 2;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 16px;
    display: block;
    position: static;
    left: -39px;
  }

  .box-acordop-s-mob {
    height: 230px;
    display: none;
  }

  .holder-acordo-v2-boleto-aberto {
    flex-direction: column;
    justify-content: center;
    display: none;
  }

  .jt-mercado-sec-1-2-copy {
    height: auto;
    margin-top: 0;
  }

  .text-block-76.tooltip-invoice-barcode {
    display: none;
  }

  .holder-parcelas-botoes {
    flex-wrap: wrap;
  }

  .jt-btn-laranja-acordo {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .image-68-copy {
    width: 40%;
  }

  .jt-holder-section-3-fgts-tb {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .jt-section-3-fgts-mobile {
    background-image: url('../images/section-3-BG-FGTS-mobile-v2.png');
    background-position: 50%;
    background-size: cover;
  }

  .jt-header-itens-3-copy {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    inset: 330px 0% auto;
  }

  .form-acordo {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .ej-acordo-v2-box {
    max-width: none;
    height: auto;
    padding: 20px;
    display: none;
  }

  .holder-acordo-v2-boleto-aberto-ej {
    flex-direction: column;
    justify-content: center;
    display: none;
  }

  .bot-o-acordo-v2-codigo-de-barras-ej {
    margin-right: 5px;
  }

  .bot-o-acordo-v2-codigo-de-barras-ej.btn-invoice-barcode {
    margin-left: 0;
  }

  .bot-o-acordo-v2-ver-boleto-ej.btn-invoice-doc {
    margin-right: 0;
  }

  .holder-info-acordo-v2-ej {
    margin-right: 5px;
    padding-right: 0;
  }

  .cj-fatura-box-title-v2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cj-fatura-icon-title-v2, .ej-fatura-icon-title-v2 {
    width: 18px;
  }

  .cj-fatura-title-v2 {
    margin-left: 8px;
    font-size: 18px;
    line-height: 26px;
  }

  .jt-section-spc-emprestimo {
    background-image: url('../images/jt-mercado-bg-mobile-1.png');
    background-position: 0 100%;
    background-repeat: repeat-y;
    background-size: cover;
    height: 640px;
  }

  .jt-div-sections-spc-emprestimo {
    flex-direction: column;
    max-width: none;
  }

  .jt-div-txt-spc-emprestimo {
    width: auto;
  }

  .jt-title-branco-spc-emprestimo {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
  }

  .jt-txt-branco-spc-emprestimo {
    font-size: 16px;
    line-height: 22px;
  }

  .jt-txt-link-branco-spc-emprestimo {
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
  }

  .jt-div-txt-spc-emprestimo-foto {
    width: auto;
  }

  .jt-section-spc-emprestimo-mob {
    background-image: url('../images/jt-mercado-bg-mobile-1.png');
    background-position: 0 100%;
    background-repeat: repeat-y;
    background-size: cover;
    height: 640px;
  }

  .jt-section-spc-emprestimo-mob2 {
    background-image: none;
    height: auto;
    max-height: none;
  }

  .jt-div-sections-spc-emprestimo-mob {
    flex-direction: column;
    align-items: center;
  }

  .jt-div-txt-spc-emprestimo-mob {
    width: auto;
  }

  .jt-title-branco-spc-emprestimo-mob {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .jt-txt-branco-spc-emprestimo-mob {
    line-height: 22px;
  }

  .jt-txt-link-branco-spc-emprestimo-mob {
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-206-copy {
    width: 300px;
  }

  .jt-div-sections-copy {
    flex-direction: column;
    max-width: none;
    max-height: none;
  }

  .jt-section-features-baixe {
    margin-top: 0;
    padding-top: 40px;
  }

  .jt-section-features-pedir-1 {
    padding-top: 0;
  }

  .jt-btn-ecred {
    z-index: 9999;
    background-color: var(--new_orange);
    color: var(--white);
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 45px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 1px 1px 5px #00000029;
  }

  .jt-ecred-header {
    background-color: #47260a9e;
    background-image: linear-gradient(#1f10031a, #31190566 58%), url('../images/bg-ecred-1.jpg');
    background-position: 0 0, 58%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    align-items: flex-start;
    height: 440px;
    margin-top: 50px;
    margin-bottom: -22px;
  }

  .jt-ecred-holder {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 30px;
    display: block;
  }

  .jt-ecred-box-1 {
    width: auto;
    margin-top: 40px;
    padding-top: 0;
  }

  .jt-ecred-title-1 {
    width: auto;
    margin-top: -20px;
    font-size: 30px;
    line-height: 36px;
  }

  .jt-ecred-subtile-branco-1 {
    text-align: left;
    width: 95%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-form-ecred {
    width: auto;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 20px;
  }

  .jt-title-ecred {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-field-ecred {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-btn-form-ecred {
    width: 100%;
  }

  .jt-ecred-s1 {
    padding-top: 0;
    display: none;
  }

  .jt-ecred-s2 {
    height: auto;
    max-height: none;
    display: block;
  }

  .main-ecred {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 800px;
    max-height: none;
  }

  .jt-ecred-s2-holder {
    height: auto;
    margin-top: -162px;
  }

  .div-ecred {
    margin-top: 150px;
  }

  .jt-ecred-title-1-branco {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .box-ecred {
    height: auto;
    max-height: none;
    display: block;
    position: static;
  }

  .blur-ecred {
    background-image: linear-gradient(#fff3, #fff3);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 157%;
    height: 170%;
    top: -54%;
    bottom: 0%;
    left: -105%;
  }

  .box-content-ecred {
    display: block;
  }

  .jt-ecred-cf-box-item {
    margin-left: auto;
    margin-right: auto;
  }

  .jt-ecred-cf-icon {
    margin-bottom: 10px;
  }

  .jt-ecred-cf-txt-1, .jt-ecred-cf-txt-2, .jt-ecred-cf-txt-3 {
    width: 200px;
  }

  .image-72 {
    width: 55px;
    max-width: none;
    display: inline-block;
  }

  .jt-mercado-holder-form {
    max-width: none;
    height: auto;
    top: 0;
  }

  .jt-form-ecred-2 {
    margin-top: 45px;
    margin-bottom: 0;
    padding: 20px 0;
  }

  .jt-section-features-download-mobile-ecred {
    background-color: var(--white);
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-section-features-download-mobile-ecred.serasa-2 {
    height: 100%;
  }

  .jt-holder-convite {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section_convite_1 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: url('../images/header_bg_mobile.webp'), linear-gradient(#f26d04 51%, #0000);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    margin-top: 0;
    padding-bottom: 280px;
  }

  .heading_convite {
    margin-bottom: 0;
    font-size: 29px;
    line-height: 32px;
  }

  .texto_convite {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .button_convite {
    text-align: center;
    width: 100%;
  }

  .section_convite_2 {
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 60px;
  }

  .heading_convite_2 {
    font-size: 40px;
    line-height: 46px;
  }

  .card_convite {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_heading {
    font-size: 14px;
    line-height: 20px;
  }

  .card_texto {
    width: 100%;
  }

  .section_convite_3 {
    align-items: flex-end;
  }

  .heading_convite_3 {
    font-size: 20px;
    line-height: 26px;
  }

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

  .section_3_paragraph {
    font-size: 13px;
    line-height: 18px;
  }

  .section_3_text {
    font-size: 15px;
    line-height: 16px;
  }

  .section_convite_4 {
    border: 1px #000;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading_convite_4 {
    text-align: center;
  }

  .section_4_paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .section_4_text {
    font-size: 12px;
    line-height: 14px;
  }

  .convite_list {
    border-radius: 0;
    flex-direction: row;
    width: 100vw;
    height: auto;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list_card {
    width: auto;
    min-width: 85%;
    height: auto;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 18px;
  }

  .list_heading, .list_texto {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .section_convite_5 {
    background-position: 85% 0;
    align-items: flex-end;
  }

  .heading_convite_5 {
    font-size: 22px;
    line-height: 29px;
  }

  .section_5_paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .button_convite_cta {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .jt-footer-termos-convite {
    margin-bottom: 0;
    font-size: 10px;
  }

  .link_convite {
    font-size: 12px;
  }

  .section_5_content {
    margin-bottom: 0;
  }

  .list_card_5 {
    width: auto;
    min-width: 85%;
    height: auto;
    margin-bottom: 0;
    padding: 18px;
  }

  .jt-holder-convite_1 {
    margin-top: 100px;
  }

  .img_convite_mobile {
    display: block;
    inset: 0%;
  }

  .convite_dropdown {
    width: 100%;
  }

  .dropdown_texto {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown_card {
    width: auto;
    min-width: 85%;
    height: auto;
    margin-bottom: 10px;
  }

  .dropdown_title {
    padding: 24px;
  }

  .dropdown_heading {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-210 {
    width: 100%;
    height: 180px;
  }

  .jt-section-2-fgts-copy, .jt-section-2-fgts-copy-copy {
    background-position: 50% 0;
    background-size: cover;
  }

  .jt-box-section-2-fgts-copy {
    flex-direction: column;
    padding-top: 20px;
  }

  .jt-box-fgts-2 {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .txt-box-fgts-2 {
    text-align: center;
  }

  .divisor-vertical {
    display: none;
  }

  .bold-text-53 {
    text-align: center;
  }

  .youtube-5 {
    width: 440px;
    height: 190px;
  }

  .jt-ecred-header-dia-dos-namorados {
    background-image: linear-gradient(#3119051a, #31190566), url('../images/campanha-namorados-2-mobile.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    align-items: flex-start;
    height: 500px;
    margin-top: 50px;
    margin-bottom: -22px;
    padding-top: 0;
  }

  .jt-ecred-title-1-namorados {
    width: auto;
    margin-top: -20px;
    font-size: 24px;
    line-height: 36px;
    display: none;
  }

  .body-serasa {
    background-color: var(--white);
  }

  .jt-form-ecred-3 {
    margin-top: 45px;
    margin-bottom: 0;
    padding: 20px 0;
  }

  .jt-ecred-title-1-namorados-mobile {
    text-align: left;
    width: auto;
    margin-top: -20px;
    font-size: 24px;
    line-height: 28px;
    display: block;
  }

  .form-acordo-limpa-nome {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
  }

  .jt-facily-box-s2 {
    width: 100%;
    height: 180px;
  }

  .bold-text-56 {
    padding-left: 0;
    line-height: 32px;
  }

  .jt-div-2-mob-copy {
    width: 280px;
    height: 475px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-79 {
    display: block;
  }

  .div-aniversario-1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-aniversario-1 {
    width: 100%;
  }

  .box-aniversario-2 {
    width: 305px;
    height: 460px;
  }

  .titulo-aniversario {
    font-size: 60px;
  }

  .subtitulo-aniversario {
    width: auto;
    font-size: 16px;
    display: none;
  }

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

  .sec-aniversario-2 {
    background-position: 60% 33%;
    background-size: 280px;
  }

  .div-titulo-2 {
    margin-bottom: 310px;
    padding-top: 30px;
  }

  .titulo-aniversario-2 {
    font-size: 32px;
    line-height: 32px;
  }

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

  .text-block-77 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .button-4 {
    font-size: 16px;
  }

  .box-footer-aniversario-1 {
    flex-wrap: wrap;
  }

  .box-footer-aniversario-2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .subtitulo-aniversario-mobile {
    width: auto;
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .image-80, .image-81, .image-82, .image-83 {
    height: 28px;
  }

  .jt-txt-footer-mobile {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .jt-txt-footer-mobile.aniversario {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .jt-header-home-v2 {
    background-image: linear-gradient(to bottom, null, null);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100vw;
    height: 500px;
    display: none;
  }

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

  .div-footer-aniversario-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-spc-s2-boxes {
    padding: 20px 16px;
  }

  .spc-box._3 {
    padding-top: 20px;
  }

  .spc-box._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .video-cell-mercado {
    height: 390px;
  }

  .jt-div-2-mob-mercado {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-navbar-desenrola {
    height: 70px;
  }

  .jt-item-navbar-desenrola:active {
    color: var(--deep-sky-blue);
  }

  .jt-item-navbar-desenrola:visited {
    color: var(--cinza-2);
  }

  .jt-item-navbar-desenrola.w--current {
    color: var(--deep-sky-blue);
  }

  .jt-btn-desenrola {
    width: 100%;
  }

  .jt-btn-desenrola.w--current {
    width: 100%;
    font-size: 12px;
  }

  .jt-header-desenrola {
    background-image: linear-gradient(#00000061, #00000061), url('../images/header-lp-desenrola.webp');
    background-position: 0 0, 74%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: flex-end;
    height: 90vh;
    margin-top: 50px;
    padding-bottom: 40px;
  }

  .jt-holder-desenrola {
    width: 90%;
    margin-top: 80px;
    display: block;
  }

  .jt-box-desenrola {
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-title-desenrola-1 {
    width: auto;
    font-size: 27px;
    line-height: 31px;
  }

  .jt-desenrola-subtile-branco-1 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-desenrola-s1 {
    background-position: 50% 97%;
    background-size: auto 55%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jt-desenrola-title-1-laranja-copy {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .jt-txt-desenrola-cinza-1-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .jt-desenrola-box-s1-1 {
    width: auto;
  }

  .jt-div-2-desenrola {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-desenrola-holder-s1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .jt-desenrola-s2 {
    background-position: 50% 105%;
    background-size: 100% 35%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-facily-holder-s1-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .desenrola-s2-cta-mobile {
    margin-top: 40px;
  }

  .jt-desenrola-title-2-laranja {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .jt-txt-desenrola-cinza-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .jt-btn-desenrola-2 {
    text-align: center;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .jt-btn-desenrola-2.w--current {
    width: 100%;
    font-size: 12px;
  }

  .jt-title-desenrola-2 {
    width: auto;
    font-size: 27px;
    line-height: 31px;
  }

  .image-88 {
    width: 40px;
  }

  .desenrola-item-texto {
    font-size: 16px;
  }

  .desenrola-item-box {
    margin-right: 0;
  }

  .desenrola-item-row {
    flex-direction: row;
    margin-top: 20px;
  }

  .jt-desenrola-holder-s2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .desenrola-item-box-1, .desenrola-item-box-3 {
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

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

  .jt-desenrola-s2-mobile {
    background-position: 50% 0;
    height: 350px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desenrola-s2-cta {
    margin-top: 40px;
  }

  .jt-header-aquecimento {
    height: 700px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .jt-header-box-aquecimento {
    justify-content: flex-start;
    align-items: stretch;
    width: 90%;
    margin-top: 0;
    padding-top: 90px;
    display: flex;
  }

  .jt-header-item-aquecimento-1 {
    width: auto;
    margin-top: 0;
  }

  .jt-title-aquecimento {
    width: auto;
    font-size: 22px;
    line-height: 24px;
  }

  .jt-subtile-aquecimento {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-navbar-aquecimento {
    align-items: center;
    height: 70px;
    position: static;
  }

  .jt-header-item-aquecimento-2 {
    width: auto;
    display: block;
    top: 236px;
  }

  .jt-item-steps-aquecimento, .jt-item-steps-aquecimento-1 {
    width: auto;
    margin-bottom: 40px;
  }

  .jt-item-steps-aquecimento-1._1 {
    width: auto;
  }

  .jt-icon-aquecimento {
    margin-left: 30px;
  }

  .section-8 {
    height: auto;
  }

  .jt-holder-steps-aquecimento {
    width: 85%;
    padding: 150px 0 20px;
    top: -110px;
  }

  .jt-section-desenrola-brasil-recebeu {
    display: none;
  }

  .jt-box-desenrola-recebeu {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .jt-section-desenrola-brasil-aceitou {
    display: none;
  }

  .title-jt-box-desenrola {
    font-size: 20px;
  }

  .jt-btn-laranja-desenrola {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .jt-box-desenrola-aceitou {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .jt-navbar-sorte {
    height: 70px;
  }

  .jt-sorte-header {
    align-items: flex-start;
    height: 80vh;
    margin-top: -70px;
  }

  .jt-sorte-holder {
    width: 90%;
    margin-top: 80px;
    display: block;
  }

  .jt-sorte-box-1 {
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-sorte-title-1 {
    width: auto;
    font-size: 27px;
    line-height: 31px;
  }

  .jt-sorte-subtile-1 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-sorte-logo {
    width: 180px;
  }

  .jt-item-navbar-sorte:active {
    color: var(--deep-sky-blue);
  }

  .jt-item-navbar-sorte:visited {
    color: var(--cinza-2);
  }

  .jt-item-navbar-sorte.w--current {
    color: var(--deep-sky-blue);
  }

  .jt-sorte-form {
    top: -100px;
  }

  .jt-form-sorte {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 20px;
    position: static;
    top: 80px;
  }

  .jt-title-laranja-sml-sorte {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-field-sorte {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .sorte-form-btn {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .jt-sorte-holder-s2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .jt-sorte-box-s2-1 {
    width: 100%;
  }

  .jt-sorte-title-2 {
    width: auto;
    font-size: 27px;
    line-height: 31px;
  }

  .jt-sorte-card-btn, .jt-sorte-card-btn.w--current {
    width: 100%;
  }

  .jt-txt-sorte-cinza-1 {
    font-size: 16px;
    line-height: 22px;
  }

  .sorte-s2-title-2 {
    text-align: center;
    max-width: 260px;
    font-size: 20px;
  }

  .sorte-card-2 {
    width: 100%;
    max-width: none;
  }

  .jt-btn-sorte, .jt-btn-sorte.w--current {
    width: 100%;
  }

  .jt-sorte-holder-s3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .jt-btn-sorte-2 {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .jt-btn-sorte-2.w--current {
    width: 100%;
  }

  .jt-txt-sorte-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-92 {
    display: none;
  }

  .jt-sorte-s4 {
    background-size: auto 100%;
  }

  .jt-txt-sorte-cinza-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .sorte-card-3 {
    width: 100%;
    max-width: none;
  }

  .jt-btn-sorte-3, .jt-btn-sorte-3.w--current {
    width: 100%;
  }

  .jt-sorte-s5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/S3-sorte-bg.webp');
    background-size: auto, auto 100%;
  }

  .jt-txt-sorte-3 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-95 {
    margin-bottom: 20px;
  }

  .sorte-s5-item-holder {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .sorte-s5-item-texto {
    margin-bottom: 8px;
  }

  .jt-btn-sorte-4 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .jt-btn-sorte-4.w--current {
    width: 100%;
  }

  .s5-img-mobile-sorte {
    margin-bottom: 20px;
    display: block;
  }

  .jt-sorte-s6 {
    background-image: linear-gradient(to bottom, null, null), url('../images/S3-sorte-bg.webp');
    background-size: auto, auto 100%;
  }

  .image-96 {
    display: none;
  }

  .sorte-s6-item-holder {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sorte-s6-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sorte-s6-item-texto, .sorte-s6-item-title {
    margin-bottom: 8px;
  }

  .jt-txt-sorte-cinza-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-s3 {
    display: block;
  }

  .jt-btn-sorte-3-copy, .jt-btn-sorte-3-copy.w--current {
    width: 100%;
  }

  .jt-sorte-form-2 {
    top: -170px;
  }

  .jt-sorte-s2-2 {
    padding-top: 60px;
  }

  .sorte-s2-title-2-2 {
    text-align: center;
    max-width: 260px;
    font-size: 20px;
  }

  .jt-btn-sorte-3-2 {
    width: 100%;
    height: auto;
  }

  .jt-btn-sorte-3-2.w--current {
    width: 100%;
  }

  .jt-sorte-subtile-2 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .txt-form-viagem-da-sorte {
    padding-left: 0;
    padding-right: 0;
  }

  .jt-sorteregulamento-header {
    background-position: 17%;
    align-items: flex-start;
    height: auto;
    margin-top: -70px;
  }

  .jt-sorte-holder-regulamento {
    width: 90%;
    margin-top: 80px;
    display: block;
  }

  .jt-sorte-box-1-regulamento {
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .link-viagem-regulamento {
    text-align: right;
    margin-top: 0;
  }

  .jt-sec-regulamento-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-5 {
    background-color: var(--white);
    color: var(--new_orange);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    display: flex;
  }

  .tab-reg-1 {
    width: 20%;
  }

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

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

  .image-100 {
    height: 60px;
  }

  .jt-header-home-sorte {
    background-color: var(--new_orange);
    background-position: 30% 100%;
    background-size: auto 115%;
    border-bottom-right-radius: 0;
    width: 100vw;
    height: auto;
    padding-top: 0;
    display: block;
  }

  .title-form-home {
    color: var(--black);
    font-size: 26px;
    line-height: 100%;
  }

  .btn-form-home {
    border-color: var(--black);
    background-color: var(--new_yellow);
    color: var(--black);
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-home-banner {
    background-color: var(--new_yellow);
    box-shadow: -5px 5px 0 0 var(--black);
    width: 90%;
    top: 10px;
  }

  .jt-header-box-home-sorte {
    z-index: 900;
    background-color: var(--transparent);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: none;
    height: auto;
    margin-top: -61px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: 0%;
  }

  .jt-header-pix {
    align-items: flex-start;
    margin-top: -70px;
    padding-top: 0;
    padding-bottom: 26px;
  }

  .jt-header-holder-pix {
    justify-content: center;
    width: 90%;
    padding-top: 100px;
  }

  .jt-texto-pix {
    max-width: 220px;
    margin-top: 0;
    margin-left: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .image-101 {
    max-width: 300px;
  }

  .jt-info-pix-mobile {
    max-width: 330px;
    height: 140px;
    margin-top: -30px;
  }

  .image-102 {
    max-width: 270px;
  }

  .jt-holder-pix {
    justify-content: center;
    width: 90%;
  }

  .image-103 {
    width: 100%;
    max-width: 300px;
  }

  .jt-texto-card-pix {
    font-size: 20px;
  }

  .jt-card-1-lg-pix {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .jt-texto-lg-card-pix {
    max-width: 320px;
    font-size: 20px;
  }

  .image-104 {
    margin-bottom: 60px;
    display: none;
  }

  .jt-card-2-pix {
    background-image: url('../images/bg-lj-m.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 70px;
  }

  .jt-card-3-pix {
    background-image: url('../images/bg-az-m.svg');
    width: 100%;
    height: auto;
    padding-bottom: 70px;
  }

  .image-105 {
    max-width: 100px;
  }

  .jt-texto-card-2-pix {
    max-width: 250px;
    margin-top: 16px;
    font-size: 18px;
    line-height: 20px;
  }

  .jt-title-card-2-pix-copy {
    font-size: 24px;
  }

  .image-108 {
    margin-bottom: 40px;
    display: block;
  }

  .jt-section-3-pix {
    padding-bottom: 500px;
  }

  .jt-texto-2-pix {
    width: 100%;
    margin-left: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .jt-subtitulo-pix {
    max-width: 220px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .jt-box-pix {
    width: 100%;
    max-width: 390px;
    max-height: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .jt-texto-3-pix {
    max-width: 290px;
    margin-top: 0;
    margin-left: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .jt-spc-s2-v2 {
    height: auto;
    max-height: none;
  }

  .ganhadores-row {
    padding-left: 0;
    padding-right: 0;
  }

  .ganhadores-title {
    font-size: 14px;
  }

  .ganhadores-title.cpf {
    margin-left: 10px;
  }

  .ganhadores-title.numero-da-sorte {
    text-align: left;
    margin-left: 15px;
  }

  .ganhadores-info {
    width: 90px;
    font-family: Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    font-size: 10px;
  }

  .ganhadores-info.numero-da-sorte {
    width: 80px;
    margin-right: 15px;
  }

  .ganhadores-info.cpf {
    width: 100px;
    margin-left: 15px;
  }

  .ganhadores-row-title {
    padding-left: 0;
    padding-right: 0;
  }

  .sorte-ganhadores-box-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-84 {
    font-size: 14px;
  }

  .ganhadores-data {
    font-size: 18px;
  }

  .image-109 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-62 {
    font-size: 22px;
  }

  .jt-sorte-box-1-2 {
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-sorte-title-1-2 {
    width: auto;
    font-size: 27px;
    line-height: 31px;
  }

  .jt-sorte-subtile-1-2, .jt-sorte-subtile-2-2 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-btn-googleplay-3 {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .success-message-9 {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .jt-title-laranja-sml-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .jt-txt-form-sucess-2 {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-form-2 {
    width: auto;
    padding: 20px;
  }

  .text-field-9 {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-btn-form-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .jt-sorte-s2-3 {
    margin-top: -245px;
    padding-top: 200px;
  }

  .jt-btn-sorte-2, .jt-btn-sorte-2.w--current {
    width: 100%;
  }

  .jt-sorte-box-s2-1-2 {
    width: auto;
  }

  .sorte-s2-title-2-3 {
    text-align: center;
    max-width: 260px;
    font-size: 20px;
  }

  .jt-sorte-card-btn-2, .jt-sorte-card-btn-2.w--current {
    width: 100%;
  }

  .image-111 {
    display: none;
  }

  .image-113 {
    margin-bottom: 20px;
  }

  .jt-btn-sorte-4-2 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .jt-btn-sorte-4-2.w--current, .jt-btn-sorte-3-3, .jt-btn-sorte-3-3.w--current, .jt-btn-sorte-3, .jt-btn-sorte-3.w--current {
    width: 100%;
  }

  .jt-btn-sorte-2-2 {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .jt-btn-sorte-2-2.w--current {
    width: 100%;
  }

  .jt-sorte-s6-v2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/S3-sorte-bg.webp');
    background-size: auto, auto 100%;
  }

  .jt-txt-sorte-cinza-4 {
    text-align: center;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    line-height: 26px;
  }

  .jt-txt-branco-1 {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-btn-sorte-5, .jt-btn-sorte-5.w--current {
    width: 100%;
  }

  .image-96-m {
    margin-bottom: 40px;
    display: block;
  }

  .body_raspadinha {
    background-image: url('../images/mobile-img.png');
    background-position: 50% 1339px;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .div-raspadinha-1 {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .title-raspadinha-1 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 53px;
    line-height: 56px;
  }

  .subtitulo-raspadinha {
    width: auto;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .title-raspadinha-2 {
    text-align: center;
    margin-top: 0;
    font-size: 52px;
    line-height: 49px;
  }

  .subtitulo-raspadinha-2 {
    text-align: left;
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .sec-raspadinha-4 {
    background-image: url('../images/bg_mobile_raspadinha_3.png');
    background-position: 50% 100%;
    background-size: 100%;
  }

  .div-raspadinha-2 {
    padding-top: 30px;
  }

  .title-raspadinha-3 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .box-raspadinha-1 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-raspadinha-3 {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-raspadinha-4 {
    font-size: 24px;
    line-height: 26px;
  }

  .card-dicas-raspadinha {
    margin-right: 16px;
  }

  .spacer-raspadinha {
    height: 45vh;
  }

  .title-raspadinha-5 {
    font-size: 24px;
    line-height: 26px;
  }

  .box-dicas-raspadinha-mobile {
    flex-flow: row;
    margin-left: 10px;
    display: flex;
  }

  .centralizado-raspadinha-2 {
    width: 95%;
  }

  .card-dicas-raspadinha-mobile {
    margin-right: 16px;
  }

  .div-block-227 {
    justify-content: center;
    display: flex;
  }

  .jt-section-promo-balde-home {
    height: 640px;
  }

  .image-119 {
    max-width: 100%;
  }

  .jt-subtile-branco-promo {
    text-align: center;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-header-itens-home-promo {
    flex-direction: column;
    justify-content: flex-end;
    width: auto;
    margin-top: 1px;
  }

  .jt-txt-preto-promo {
    font-size: 16px;
    line-height: 22px;
  }

  .jt-title-preto-promo {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
  }

  .nav-link-2 {
    text-align: left;
    margin-left: 0;
  }

  .nav-link-2.saiba-mais {
    margin-bottom: 40px;
  }

  .container-15 {
    justify-content: flex-start;
  }

  .menu-button-2 {
    background-color: #1d1c1c;
    margin-left: auto;
  }

  .menu-button-2.w--open {
    opacity: 1;
    pointer-events: auto;
    backface-visibility: visible;
    color: #fff;
    -webkit-text-stroke-color: #000;
    background-color: #1d1c1c;
  }

  .saiba-mais-section-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    object-fit: fill;
    background-color: #1d1c1c;
    flex: 0 auto;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .divider-border {
    margin-bottom: 20px;
  }

  .text-block-90 {
    margin-top: 40px;
  }

  .banner-escola-de-cria {
    background-image: linear-gradient(#0006, #0006), url('../images/escola-cria-banner-1.webp');
    background-position: 0 0, 70% 40%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 120%;
  }

  .seu-corre-logo {
    width: 80%;
  }

  .container-18 {
    margin-top: 20px;
  }

  .saiba-mais-banner {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .container-19 {
    background-size: 100%;
    width: 260px;
    max-width: 80%;
  }

  .saiba-mais-header {
    margin-left: 0;
    margin-right: 0;
  }

  .section-12 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-sobre-o-curso--big {
    margin-top: 40px;
  }

  .curso-steps {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: .5fr;
    grid-auto-flow: row;
  }

  .curso-step {
    max-width: 100%;
    padding-right: 20px;
  }

  .step-description {
    font-size: 14px;
  }

  .step-title {
    font-size: 18px;
  }

  .section-sobre-o-curso {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-oque-voce-vai-aprender {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-oque-voce-vai-aprender-big {
    margin-top: 40px;
  }

  .text-block-95 {
    white-space: normal;
  }

  .conheca-nosso-app {
    margin-left: 0;
    margin-right: 0;
  }

  .container-23 {
    background-image: url('../images/play_circle_solid.svg'), linear-gradient(#0000, #0000);
    background-size: 70px, auto;
  }

  .heading-14 {
    font-size: 24px;
  }

  .container-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-131 {
    margin-top: 20px;
  }

  .text-block-97 {
    margin-top: 0;
    font-size: 16px;
  }

  .text-block-97-copy {
    font-size: 24px;
  }

  .link-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-block-17.white {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .text-block-98 {
    font-size: 14px;
  }

  .section_hero {
    background-size: 20px, 20px;
    padding-bottom: 60px;
  }

  .section_hero.embaixador {
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section_hero.indicado {
    background-size: 100%, cover;
    height: 600px;
  }

  .text-block-99 {
    font-size: 16px;
  }

  .text-block-99-copy {
    font-size: 14px;
  }

  .heading-15 {
    font-size: 24px;
  }

  .text-block-100 {
    font-size: 16px;
    line-height: 150%;
  }

  .container-28 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-16 {
    font-size: 24px;
  }

  .div-block-236 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-block-104 {
    font-size: 14px;
  }

  .div-block-238 {
    flex-flow: column;
    display: flex;
  }

  .container-30 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-240 {
    flex-flow: column;
  }

  .heading-18 {
    font-size: 24px;
  }

  .div-block-243 {
    width: auto;
  }

  .text-block-108 {
    font-size: 14px;
  }

  .section_golpe {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-19 {
    font-size: 24px;
    line-height: 125%;
  }

  .faq-item {
    margin-bottom: 0;
  }

  .div-block-9 {
    justify-content: space-around;
  }

  .text-body {
    text-align: left;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-body.faq-item-text {
    line-height: 20px;
  }

  .text-heading-3.faq-item-heading-text {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .text-heading-3.faq-item-heading-text.ajeitae {
    font-size: 20px;
    line-height: 125%;
  }

  .section_nao-caia-em-golpes {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar-6-copy {
    padding-left: 16px;
    padding-right: 0;
  }

  .container-32 {
    padding: 40px;
  }

  .banner-hero {
    background-size: cover;
  }

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

  .image-135 {
    width: 80%;
  }

  .italic-text-2 {
    font-size: 12px;
  }

  .image-137 {
    width: 45px;
  }

  .text_image {
    display: none;
  }

  .text_image.mobile {
    display: block;
  }

  .slide-3 {
    background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(to bottom, var(--new_orange), var(--new_orange));
    background-position: 100%, 0%, 0 0;
    background-size: 6%, 6%, auto;
    height: 500px;
  }

  .heading-21 {
    font-size: 24px;
  }

  .image-141 {
    width: 6%;
    max-width: none;
    margin-bottom: 10px;
  }

  .container-34 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .heading-22 {
    font-size: 40px;
  }

  .container-35 {
    height: 500px;
  }

  .image-142 {
    width: 80%;
  }

  .div-block-250 {
    background-position: 4% 31%, 91% 100%, 17% 0;
    background-size: 36px, auto, auto;
    margin-top: 0;
  }

  .container-36 {
    background-position: 93% 39%;
    background-size: 5%;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }

  .container-34-copy {
    height: 500px;
  }

  .slide-8 {
    background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(#ff5325, #ff5325);
    background-position: 100%, 0%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 6%, 6%, auto;
    height: 500px;
  }

  .heading-23 {
    font-size: 24px;
  }

  .image-144 {
    width: 40%;
    margin-bottom: 20px;
  }

  .image-145 {
    width: 6%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .text-block-113 {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .text-block-113.bold {
    font-size: 16px;
  }

  .heading-24 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Monument Extended, sans-serif;
    font-size: 32px;
  }

  .heading-24.white {
    font-size: 32px;
  }

  .slide-9 {
    opacity: 0;
    -webkit-text-stroke-color: var(--transparent);
    border-radius: 0;
  }

  .div-block-254 {
    -webkit-text-stroke-color: var(--transparent);
  }

  .container-34-copy-2 {
    height: 500px;
  }

  .image-148 {
    align-self: auto;
    margin: auto auto 0;
    padding-left: 0;
    display: none;
    inset: 0%;
  }

  .image-149 {
    aspect-ratio: auto;
    text-align: center;
    vertical-align: middle;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    height: 220px;
    margin: 10px auto auto;
    padding-bottom: 0;
    display: none;
    inset: 0%;
    overflow: clip;
  }

  .image-150 {
    margin-bottom: 72px;
  }

  .image-151 {
    margin-top: 10px;
  }

  .div-block-255 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .text-block-115 {
    text-align: center;
    font-size: 18px;
  }

  .div-block-256 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .div-block-256.black {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-256._2 {
    padding-right: 40px;
  }

  .text-block-116 {
    text-align: center;
    width: auto;
  }

  .div-block-257 {
    width: 100%;
    height: 306px;
    padding-top: 0;
  }

  .div-block-257._2 {
    width: auto;
    padding-bottom: 0;
  }

  .bold-text-65 {
    font-size: 24px;
  }

  .div-block-259 {
    width: 100%;
  }

  .div-block-260 {
    width: 150px;
    bottom: -4px;
  }

  .jt-title-branco-copy {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
  }

  .jt-txt-branco-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .jt-ej-form-copy {
    margin-top: 0;
    margin-bottom: -200px;
  }

  .jt-header-ej-copy {
    background-image: url('../images/ej-img.png'), linear-gradient(180deg, #0dafd6, var(--deep-sky-blue-2));
    background-position: 62% 0, 0 0;
    background-size: 113%, auto;
    height: 70vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .jt-div-jornada-copy {
    flex-direction: column;
    max-width: none;
  }

  .jt-txt-branco-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .jt-title-branco-copy {
    width: 320px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
  }

  .jt-title-azul-copy {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-cinza-3-copy {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
  }

  .jt-div-2-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .jt-div-oportunidade-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .jt-title-laranja-copy {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
  }

  .jt-title-laranja-copy.aprovado {
    width: auto;
  }

  .jt-txt-cinza-3-copy {
    font-size: 12px;
    line-height: 22px;
  }

  .jt-txt-cinza-3-copy.aprovado {
    width: auto;
  }

  .jt-div-sections-copy {
    flex-direction: column;
    max-width: none;
  }

  .jt-section-antecipe1-copy {
    background-image: url('../images/img-antecipe.jpg');
    background-position: 50% 100%;
    background-size: cover;
    height: 620px;
  }

  .superscript-4 {
    position: static;
  }

  .manifesto-jeitto-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img-manifesto-copy {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    display: block;
  }

  .title-jeitto-3-copy {
    width: 90%;
    font-size: 22px;
    line-height: 26px;
  }

  .text-jeitto-2-copy {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .div-manifesto-copy {
    flex-direction: column;
    width: 90%;
    display: flex;
  }

  .manifesto-jeitto-copy-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quick-stack-2 {
    margin-top: 20px;
  }

  .cell {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
  }

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

  .jt-title-azul-copy-copy {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-div-oportunidade-copy-copy, .jt-div-oportunidade-copy-copy-copy, .jt-div-oportunidade-copy-copy, .jt-div-oportunidade-copy-copy-copy, .jt-div-oportunidade-copy-copy-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .jt-title-azul-copy-copy-copy {
    margin-bottom: auto;
    font-size: 32px;
    line-height: 36px;
  }

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

  .manifesto-jeitto-copy-copy {
    height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-section-antecipe1-copy-copy {
    background-image: url('../images/img-antecipe.jpg');
    background-position: 50% 100%;
    background-size: cover;
    height: 620px;
  }

  .jt-title-laranja-copy-copy {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
  }

  .jt-title-laranja-copy-copy.aprovado {
    width: auto;
  }

  .jt-txt-cinza-3-copy-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .jt-txt-cinza-3-copy-copy.aprovado {
    width: auto;
  }

  .jt-div-sections-copy-copy {
    flex-direction: column;
    max-width: none;
  }

  .jt-section-antecipe1-copy-copy-copy {
    background-image: url('../images/img-antecipe.jpg');
    background-position: 50% 100%;
    background-size: cover;
    height: 620px;
  }

  .jt-div-sections-copy-copy-copy {
    flex-direction: column;
    max-width: none;
  }

  .jt-section-antecipe1-copy-452345-copy-copy {
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #f58220;
    height: 550px;
    margin-top: auto;
  }

  .jt-txt-branco-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .jt-txt-branco-copy-copy-copy {
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .jt-title-branco-copy-copy {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
  }

  .jt-section-jornada1-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .jt-div-jornada-copy-copy {
    flex-direction: column;
    max-width: none;
  }

  .jt-txt-branco-copy-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .jt-div-jornada-copy-copy-copy {
    flex-flow: column;
    max-width: none;
    display: block;
  }

  .jt-div-txts-jornada-copy {
    width: auto;
  }

  .jt-txt-branco-copy-copy-copy-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .superscript-4-copy-copy {
    width: 90%;
  }

  .jt-title-branco-copy-copy-copy {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
  }

  .div-manifesto-copy-copy, .div-manifesto-copy-sds-copy {
    flex-direction: column;
    width: 90%;
    display: flex;
  }

  .img-manifesto-22-copy {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    display: block;
  }

  .manifesto-jeitto-qqqq-copy-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jt-div-oportunidade-qqq-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .jt-div-txts-jornada-aaaa {
    width: auto;
  }

  .jt-div-2-copy-aaaaa {
    margin-left: auto;
    margin-right: auto;
  }

  .jt-div-1-aaaa {
    width: auto;
  }

  .div-manifesto-copy-aaaa {
    flex-direction: column;
    width: 90%;
    display: flex;
  }

  .jt-div-oportunidade-dfgsdfg-copy-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .jt-div-txts-jornada-4545454-copy {
    width: auto;
  }

  .jt-section-antecipe1-sadfasdf-copy-copy {
    background-image: url('../images/img-2-3.jpg');
    background-position: 50%;
    background-size: cover;
    height: 620px;
  }

  .jt-header-ej-copy-asdasd {
    background-image: url('../images/ej-img.png'), linear-gradient(180deg, #0dafd6, var(--deep-sky-blue-2));
    background-position: 62% 0, 0 0;
    background-size: 113%, auto;
    height: 41vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._323234235 {
    flex-direction: column;
    padding-top: 55px;
  }

  .mask-4-12343 {
    background-color: var(--orange-jeitto);
  }

  .jt-div-jornada-1234123-copy {
    flex-direction: column;
    max-width: none;
  }

  .jt-div-sliderapp-2-awwe {
    display: none;
  }

  .jt-title-branco-copy-2222-copy-copy {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .jt-div-sliderapp-2-3333-copy {
    display: none;
  }

  ._323234235-3333, ._323234235-4444 {
    flex-direction: column;
  }

  .jt-title-branco-copy-3434-copy-copy-copy {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
  }

  .jt-slide-app-2-667654, ._323234235-2, ._323234235-23 {
    flex-direction: column;
  }

  .jt-div-txts-jornada-qwerqwe, .jt-div-txts-jornada-qwerqwe-copy {
    width: auto;
  }

  .jt-title-branco-21233451-copy-copy-copy {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
  }

  ._323234235-2-copy, ._323234235-2-4324-copy, ._323234235-23-5654, ._323234235-qaaaa {
    flex-direction: column;
  }

  .title-jeitto-3-rrtuyut {
    width: 90%;
    font-size: 22px;
    line-height: 26px;
  }

  ._12234sdbc {
    background-image: url('../images/img-antecipe.jpg');
    background-position: 50% 100%;
    background-size: cover;
    height: auto;
    position: static;
  }

  .jt-section-jornada1-21312-copy-copy, .mobile-123 {
    position: static;
  }

  .sadfasdfasdf {
    display: block;
  }

  .sdfasdfasd {
    height: auto;
  }

  .jt-title-laranja-3-sdfasdf {
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 39px;
  }

  .text-block-124 {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .sdfasdf {
    flex-direction: column;
  }

  .jt-title-laranja-3-copy {
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 39px;
  }

  .text-block-125 {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }

  ._324123 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 39px;
  }

  .text-block-126 {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .superscript-8, .bold-text-73 {
    font-size: 20px;
    line-height: 24px;
  }

  .jt-title-branco-copy-copy {
    width: 320px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
  }

  .sdfsdf {
    width: 320px;
    margin: 135px auto 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 34px;
  }

  .superscript-9 {
    width: 100%;
  }

  .jt-txt-cinza-3-codfg56py-copy {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
  }

  .jt-txt-cinza-3-codfg56py-copy.aprovado {
    width: auto;
  }

  ._324 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .dfasdfasd {
    margin-top: 20px;
  }

  .dfasdfwqe5234 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
  }

  .sdfas5 {
    margin-top: 20px;
  }

  ._3457hfgh {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
  }

  .hero {
    background-image: url('../images/asset_hero2.svg'), url('../images/asset_hero1.svg'), url('../images/brilho3-1.png'), url('../images/img_hero1.png'), url('../images/bg_hero.png');
    background-position: 96% 4%, 6% 30%, 0 21%, 50% 46%, 91% 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, 20px, 50px, 386px, cover;
    height: 800px;
    padding: 16px;
  }

  .container-41 {
    height: 100%;
  }

  .div-block-268 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block-130 {
    text-align: center;
    width: auto;
    font-size: 12px;
    line-height: 125%;
  }

  .image-162 {
    width: 80%;
  }

  .conheca {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-26 {
    font-size: 30px;
    line-height: 125%;
  }

  .heading-26.orange {
    font-size: 34px;
  }

  .heading-26._2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .heading-26._3 {
    padding-left: 40px;
    font-size: 28px;
  }

  .paragraph-25 {
    font-size: 16px;
  }

  .paragraph-25._2 {
    width: auto;
  }

  .container-42 {
    flex-flow: column;
  }

  .div-block-269 {
    width: 100%;
  }

  .div-block-270 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .container-43 {
    background-position: 50%;
    background-size: cover;
  }

  .container-43.desktop {
    display: none;
  }

  .heading-27 {
    font-size: 19px;
  }

  .container-44 {
    flex-flow: column;
    padding-left: 1px;
  }

  .div-block-271, .div-block-272 {
    width: 100%;
  }

  .benef-cios {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-273 {
    margin-bottom: 20px;
  }

  .cobertura {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .heading-28 {
    font-size: 24px;
  }

  .container-46 {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-29 {
    font-size: 24px;
  }

  .text-block-131 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .div-block-275 {
    width: auto;
    height: auto;
  }

  .div-block-277 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-bottom: 20px;
  }

  .image-163 {
    width: 64px;
    right: -52px;
  }

  .descobrir {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-132 {
    font-size: 16px;
    line-height: 125%;
  }

  .pausa {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-280 {
    width: 100%;
    margin-bottom: 40px;
  }

  .image-164 {
    width: 100%;
  }

  .container-47 {
    flex-flow: column;
  }

  .jt-div-2-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .img-gif-copy {
    width: 60%;
  }

  .chama {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-281 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .div-block-282 {
    width: 100%;
    padding-left: 0;
  }

  .container-48 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-283 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-135 {
    font-size: 20px;
  }

  .section-22 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-30 {
    font-size: 24px;
  }

  .paragraph-26 {
    font-size: 16px;
  }

  .jt-title-branco2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
  }

  .slide-emprestimo {
    background-image: url('../images/brilho2-2_1brilho2 2.png'), url('../images/brilho3-1.png'), url('../images/asset_brilho2-1.png'), url('../images/Frame-7.svg'), url('../images/bg_hero.png');
    background-position: 95% 5%, 10px 10px, 10%, 50% 74%, 50% 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 30px, 30px, 20px, 200px, cover;
    height: 500px;
  }

  .div-block-284 {
    width: 178px;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image-144-copy {
    width: 65%;
  }

  .container-36-copy {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .jt-header-itens-home-promo-consulta-credito {
    flex-direction: column;
    justify-content: flex-end;
    width: auto;
    margin-top: 1px;
  }

  .jt-header-itens-3-consulta-credito {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    inset: 330px 0% auto;
  }

  .jt-form-home-sorte-consulta-credito {
    width: auto;
    margin-top: 0;
    padding: 20px;
  }

  .jt-title-laranja-sml-home-sorte-consulta-credito {
    font-size: 18px;
    line-height: 20px;
  }

  .container-50 {
    width: 90%;
  }

  .paragraph-28 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .jt-section-esperando {
    padding-left: 24px;
    padding-right: 24px;
  }

  .jt-title-orange {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 36px;
  }

  .jt-txt-cinza-5 {
    font-size: 12px;
    line-height: 22px;
  }

  .jt-txt-cinza-5.aprovado {
    width: auto;
  }

  .jt-container-slider1-ej, .slider-8 {
    height: auto;
  }

  .right-arrow-9, .left-arrow-10 {
    display: none;
  }

  .div-block-286 {
    width: 80%;
  }

  .jt-section-slider2-ej {
    height: auto;
  }

  .mask-11, .mask-12, .mask-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-span-211 {
    font-size: 17px;
  }

  .div-block-287 {
    width: auto;
    display: block;
  }

  .div-block-287.mobile {
    display: none;
  }

  .paragraph-29.mobile {
    color: var(--orange-red);
    font-size: 10px;
    font-weight: 400;
  }

  .container_hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .div_grid_hero {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-33 {
    font-size: 18px;
  }

  .section_form {
    flex-flow: column;
    padding: 20px 16px 60px;
    display: flex;
  }

  .container_form {
    width: 100%;
  }

  .div_grid_form {
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .div_content_form.left {
    width: 100%;
    height: auto;
  }

  .div_content_form.right {
    width: 100%;
  }

  .heading-34 {
    font-size: 32px;
  }

  .div-block-288 {
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .paragraph-30 {
    width: 100%;
    font-size: 16px;
  }

  .div-block-289 {
    flex-flow: column;
  }

  .list-21 {
    width: 100%;
    margin-bottom: 0;
  }

  .list-item {
    width: 100%;
  }

  .list-item._2 {
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .div-block-290 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: center;
  }

  .section_beneficios {
    height: 442px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_grid_content_beneficios {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    place-content: space-around;
    align-items: flex-start;
  }

  .heading-35 {
    font-size: 24px;
    line-height: 125%;
  }

  .section_beneficios-2 {
    padding-top: 76px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_grid_beneficios2 {
    flex-flow: column;
    display: flex;
  }

  .heading-36 {
    text-align: center;
    width: 100%;
    font-size: 32px;
  }

  .paragraph-32 {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
  }

  .div_content.top {
    flex-flow: column;
    width: 100%;
  }

  .div-block-291 {
    border-radius: 16px;
  }

  .paragraph-33 {
    font-size: 14px;
  }

  .sectioin_garantir {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_content_garantir {
    flex-flow: column;
  }

  .paragraph-34 {
    font-size: 16px;
  }

  .text-block-138 {
    font-size: 13px;
  }

  .text-span-217 {
    font-size: 18px;
  }

  .div_content_gif {
    margin-top: 20px;
  }

  .image-170 {
    margin-top: 0;
  }

  .image-171 {
    width: 30%;
    bottom: -14px;
  }

  .image-172 {
    width: 30%;
    display: none;
  }

  .image-172.mobile {
    display: block;
  }

  .image-173 {
    width: 20%;
  }

  .section_oqueacontece {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-139 {
    font-size: 16px;
  }

  .div_grid_content.continuar {
    flex-flow: column wrap;
  }

  .image-174 {
    width: 60%;
  }

  .list-22 {
    padding-left: 10px;
  }

  .section_continuar {
    padding-top: 140px;
  }

  .container_continuar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-38 {
    font-size: 24px;
    line-height: 125%;
  }

  .div_content_continuar {
    width: auto;
  }

  .image-175, .image-175._3 {
    width: 34%;
  }

  .container_vem-naminha {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-176 {
    width: 70%;
  }

  .paragraph-37 {
    text-align: left;
    width: auto;
    margin-bottom: 20px;
  }

  .heading-39 {
    font-size: 22px;
    line-height: 125%;
  }

  .section_hero_ajeitae {
    padding-bottom: 20px;
  }

  .div_content_ajeitae.left {
    height: auto;
    padding-bottom: 0;
  }

  .div_content_ajeitae.right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-140 {
    text-align: center;
  }

  .image-177 {
    width: 100%;
  }

  .div-block-293 {
    width: auto;
  }

  .image-178 {
    left: 46px;
  }

  .section_condicoes_ajeitae {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container_condicoes_ajeitae, .div_grid_ajeitae {
    width: 100%;
  }

  .div_content_condicoes_ajeitae.bottom {
    flex-flow: column;
  }

  .div-block-296 {
    width: 100%;
  }

  .div-block-296._2 {
    width: 100%;
    padding-left: 24px;
  }

  .div-block-296._3 {
    width: 100%;
  }

  .text-block-142 {
    font-size: 72px;
  }

  .text-block-142.text {
    font-size: 48px;
  }

  .text-block-142._2 {
    font-size: 32px;
  }

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

  .text-block-143 {
    font-size: 40px;
    right: -20px;
  }

  .image-180 {
    width: 70%;
    top: 7px;
    left: 134px;
  }

  .text-block-144 {
    font-size: 20px;
  }

  .section_renegociacao {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div_content_renegociacao.right {
    width: 100%;
  }

  .section_perguntas {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-182 {
    width: 100%;
    margin-bottom: -15px;
  }

  .slide-ajeitae {
    height: auto;
  }

  .container-36-copy-copy {
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }

  .image-ajeitae {
    width: 65%;
  }

  .text-block-ajeitae {
    text-align: center;
    width: 223px;
    font-size: 14px;
    line-height: 125%;
  }

  .div-block-ajeitae {
    margin-top: 13px;
  }

  .div-block-ajeitae.right {
    width: 90%;
  }

  .text-block-146 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .div-block-297 {
    bottom: 0;
  }

  .slide-ajeitae-ajuste {
    height: auto;
  }

  .discover-limit-modal, .discover-limit-background-modal {
    display: none;
  }

  .paragraph-30-copy {
    width: 100%;
    font-size: 14px;
  }

  .link-paragraph-30 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 16px;
    font-size: 16px;
  }

  .bold-text-81 {
    padding-left: 0;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .div-block-274-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-275-copy {
    width: auto;
    height: auto;
  }

  .div-block-287-copy {
    width: auto;
    display: block;
  }

  .div-block-287-copy.mobile {
    display: none;
  }

  .div-block-304 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .text-block-154 {
    text-align: left;
    order: 1;
  }

  .image-188 {
    width: 150px;
  }

  .jt-logo-abc {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
  }

  .image-189 {
    left: 16px;
    right: 0;
  }

  .jt-div-imgs-copy {
    display: none;
  }

  .jt-subtile-branco-1-title {
    text-align: left;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .jt-section-pix-mercadojeitto {
    background-image: url('../images/mercado-jeitto-mobile.png');
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 760px;
  }

  .button-7 {
    margin-top: 0;
    font-size: 13px;
  }

  .jt-title-laranja-1-new {
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .jt-txt-cinza-4-new {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-section-pix {
    background-image: url('../images/pix-mobile.png');
    background-position: 50% 100%;
    background-repeat: repeat-y;
    background-size: cover;
    height: 800px;
    padding-top: 20px;
  }

  .jt-div-sections2 {
    flex-direction: column;
    max-width: none;
    padding-top: 0;
  }

  .jt-title-branco-pix {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 125%;
  }

  .image-190 {
    width: 50px;
  }

  .jt-div-txt-pix {
    width: auto;
  }

  .jt-txt-link-azul-2 {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    font-size: 12px;
    display: inline-flex;
  }

  .jt-txt-link-laranja-3 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 14px;
  }

  .jt-mercado-section-pix {
    background-position: 70%;
    height: auto;
    margin-bottom: 0;
    padding: 40px 16px;
  }

  .paragraph-41, .paragraph-42 {
    font-size: 14px;
  }

  .heading-42 {
    font-size: 24px;
  }

  .jt-mercado-section-blackfriday {
    background-image: url('../images/bg_blackfriday-mobile.png');
    justify-content: flex-start;
    align-items: center;
    height: 800px;
    padding: 100px 16px 40px;
  }

  .jt-mercado-container-blackfriday {
    flex-flow: column;
    height: auto;
  }

  .jt-mercado-div-left-blackfriday {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .paragraph-43 {
    font-size: 16px;
  }

  .jt-mercado-section-lojasparceiras {
    border: 1px solid #fffefe;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
  }

  .jt-subtitle-mercado-section-2 {
    text-align: left;
    margin-top: 20px;
  }

  .button-8 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .pix {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-43 {
    font-size: 13px;
    line-height: 175%;
  }

  .paragraph-44 {
    font-size: 14px;
  }

  .image-196 {
    width: 80%;
  }

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

  .image-197 {
    width: 80%;
  }

  .div-block-309 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-44 {
    margin-top: 0;
    font-size: 16px;
    line-height: 125%;
  }

  .heading-44.regular {
    margin-bottom: 20px;
  }

  .section_painel, .container_painel._2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-156 {
    font-size: 18px;
  }

  .heading-45 {
    font-size: 18px;
    line-height: 125%;
  }

  .text-block-157 {
    font-size: 18px;
  }

  .div-block-311 {
    width: 250px;
  }

  .div-block-312 {
    flex-flow: column;
  }

  .button-9 {
    font-size: 12px;
  }

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

  .image-198 {
    width: 100px;
  }

  .paragraph-45 {
    font-size: 16px;
  }

  .container_hero_guideline {
    padding-bottom: 40px;
  }

  .text-block-161 {
    font-size: 16px;
  }

  .container_header_guideline {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div_hero_left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading_hero-guideline {
    font-size: 32px;
  }

  .subtitle_hero_guideline {
    font-size: 14px;
  }

  .menu_guideline {
    padding-top: 60px;
  }

  .container_menu_guideline {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
  }

  .div_menu_item {
    width: auto;
    margin-bottom: 32px;
  }

  .heading-48 {
    font-size: 32px;
  }

  .footer_guideline {
    height: 100%;
  }

  .image-199 {
    width: 90%;
  }

  .image-200 {
    width: 70%;
  }

  .slide-17 {
    background-image: url('../images/Screenshot-2025-01-14-at-23.10.31.png');
    background-position: 50% 0;
    background-size: 120px 120px;
  }

  .quick-stack-5 {
    margin-left: -56px;
    margin-right: -56px;
  }

  .cell-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 50% 0, 0 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .link-22 {
    text-decoration: none;
  }

  .paragraph-48 {
    right: auto;
  }

  .div-block-321 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading_grid_posicionamento, .heading_grid_resumo {
    font-size: 32px;
  }

  .container_hero_shopi {
    flex-flow: column;
    height: auto;
    margin-top: 20px;
  }

  .div__hero_left {
    width: 100%;
    display: none;
  }

  .div__hero_right {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .image-216 {
    display: none;
  }

  .image-217 {
    width: 100%;
    position: static;
  }

  .s-shopi-oficial {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container2_shopi {
    flex-flow: column;
    width: 80%;
  }

  .div2_left_shopi {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-51 {
    font-size: 36px;
  }

  .text_corrido_shopi {
    font-size: 18px;
  }

  .button-11._2 {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
  }

  .button-11._2.size {
    width: 235px;
  }

  .button-11.black {
    width: auto;
  }

  .div2_right_shopi {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
  }

  .div-block-352 {
    justify-content: center;
    align-items: center;
  }

  .text-block-176 {
    font-size: 26px;
  }

  .heading-52 {
    font-size: 30px;
    line-height: 125%;
  }

  .text-span-237 {
    font-size: 30px;
  }

  .text-block-177 {
    font-size: 24px;
  }

  .div-block-353 {
    background-position: 5% 32%;
  }

  .s-shopi-boas-compras {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container3_shopi {
    width: 80%;
  }

  .container3_shopi._2 {
    width: 100%;
  }

  .heading-53 {
    font-size: 34px;
    line-height: 125%;
  }

  .heading-53.white {
    font-size: 30px;
  }

  .heading-53.black {
    font-size: 40px;
  }

  .text-block-178 {
    font-size: 20px;
  }

  .text-block-178.black {
    font-size: 18px;
  }

  .div3_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-179 {
    font-size: 18px;
  }

  .boxes-shopi-falando {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .s-shopi-parceiros {
    border: 1px solid #fffefe;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
  }

  .container4_shopi {
    border: 0 #000;
    border-left-color: #0000;
  }

  .heading_shopi {
    margin-top: 0;
    font-size: 33px;
    line-height: 40px;
  }

  .div4_content {
    background-position: 49% 17%;
    background-size: 100px;
    width: 100%;
    margin-top: 40px;
  }

  .text_shopi {
    text-align: center;
  }

  .section5_shopi {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container5_shopi {
    flex-flow: column;
    width: 80%;
  }

  .div-block-355, .div-block-355._3 {
    width: 100%;
  }

  .paragraph-51 {
    font-size: 32px;
  }

  .section6_shopi {
    padding: 40px 16px;
  }

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

  .heading-53-copy._4 {
    font-size: 40px;
    line-height: 125%;
  }

  .text-block-white {
    font-size: 18px;
  }

  .heading-54 {
    font-size: 60px;
  }

  .div6_bottom_shopi {
    width: 80%;
  }

  .sectioni7_shopi {
    height: auto;
    padding: 40px 16px;
  }

  .container7_shopi {
    background-position: 80% 0;
    flex-flow: column;
    width: 100%;
    padding-top: 40px;
  }

  .div7_left_shopi {
    width: 100%;
  }

  .heading-55 {
    font-size: 40px;
  }

  .div7_right_shopi {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .heading-56 {
    font-size: 24px;
  }

  .div-block-357 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .s-shopi-gif {
    padding: 40px 16px;
  }

  .container8_shopi {
    flex-flow: column;
  }

  .div8_left_shopi {
    width: 100%;
  }

  .div8_right_shopi {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-57 {
    text-align: center;
    font-size: 31px;
  }

  .heading-55-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 40px;
    display: flex;
  }

  .image-221 {
    width: 50%;
    margin-left: 38px;
  }

  .s-shopi-falando {
    padding: 40px 16px;
  }

  .container9_shopi {
    flex-flow: column;
  }

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

  .div-block-359 {
    background-position: 75% 94%, 45% 61%;
    width: 100%;
  }

  .div-block-360 {
    width: 100%;
  }

  .heading-58 {
    text-align: center;
    font-size: 27px;
  }

  .s-shopi-com-voce {
    padding: 40px 16px;
  }

  .text-body-33.faq-item-text {
    font-size: 14px;
    line-height: 150%;
  }

  .faq-item-_perguntas {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-item-_perguntas.ajeitae {
    margin-bottom: 16px;
  }

  .jt-header-itens-home-promoteste-recaptcha-lgpd {
    flex-direction: column;
    justify-content: flex-end;
    width: auto;
    margin-top: 1px;
  }

  .jt-header-itens-3teste-recaptcha-lgpd {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    inset: 330px 0% auto;
  }

  .jt-form-home-sorteteste-recaptcha-lgpd {
    width: auto;
    margin-top: 0;
    padding: 20px;
  }

  .phone-teste-recaptcha-lgpd, .document-teste-recaptcha-lgpd {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-btn-form-home-sorte-phone-teste-recaptcha-lgpd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-222 {
    transform: rotate(90deg);
  }

  .image-223 {
    width: 80%;
  }

  .div-block-361 {
    flex-flow: column;
    display: flex;
  }

  .image-224, .image-225, .image-226 {
    width: 30%;
  }

  .image-227 {
    width: 100%;
    display: block;
  }

  .slide-19 {
    background-image: url('../images/element_right.svg'), url('../images/Element_left.svg'), linear-gradient(#ff5325, #ff5325);
    background-position: 100%, 0%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 6%, 6%, auto;
    height: 500px;
  }

  .containerhome_hero_shopi {
    flex-flow: column;
    height: auto;
    margin-top: 0;
  }

  .divhome__hero_right {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .image-216-copy {
    display: none;
  }

  .image-227-copy {
    width: 100%;
    display: block;
  }

  .divhome__hero_left {
    width: 100%;
    display: none;
  }

  .image-217-copy {
    width: 100%;
    position: static;
  }

  .div-block-362 {
    right: auto;
  }

  .div_content_renegociar.bottom {
    flex-flow: column;
  }

  .div-block_renegociar {
    width: 292.406px;
  }

  .div-block-video {
    background-position: 75% 94%, 45% 61%;
    width: 100%;
  }

  .heading_embaixador {
    font-size: 18px;
  }

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

  .jt-btn-form-home-sorte-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-8-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .jt-title-laranja-sml-home-sorte-copy {
    font-size: 18px;
    line-height: 20px;
  }

  .jt-form-home-sorte-copy, .jt-form-home-sorte-copy-copy {
    width: auto;
    margin-top: 0;
    padding: 20px;
  }

  .s-aprovacao-rapido {
    margin-bottom: 0;
  }

  .container1160 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .box-aprovacao-rapido {
    justify-content: flex-start;
    align-items: center;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 60px;
    transform: none;
  }

  .h-67 {
    text-align: center;
    font-size: 37px;
  }

  .text-51 {
    z-index: 2;
    text-align: center;
    margin-bottom: 16px;
    font-size: 24px;
    position: relative;
  }

  .btn {
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
  }

  .btn.btn-white.btn-mtop {
    margin-left: auto;
    margin-right: auto;
  }

  .btn.btn-white.btn-mtop.btn-mob {
    text-align: center;
    display: inline-block;
  }

  .btn.btn-orange {
    margin-left: auto;
    margin-right: auto;
  }

  .btn.btn-pink.btn-mtop {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn.btn-green {
    margin-left: auto;
    margin-right: auto;
  }

  .s-facilita {
    background-color: var(--new_orange);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .vector-arrow-aprovacao {
    width: 60px;
    inset: 100px auto auto 0%;
  }

  .h-60 {
    letter-spacing: 0;
    font-size: 36px;
    font-weight: 900;
    line-height: 94%;
  }

  .box-facilita {
    width: 100%;
    margin-left: 0;
  }

  .vector-title-aprovacao {
    top: 8px;
    left: auto;
  }

  .vector-facilita, .box-list {
    display: none;
  }

  .s-mudar {
    background-image: url('../images/bg-image-mudar-mob.webp');
    background-position: 50% 0;
    min-height: 680px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-mudar {
    background-color: var(--white);
    box-shadow: -5px 5px 0 0 var(--white), -5px 5px 0 1px var(--black), -11px 11px 0 0 var(--white), -11px 11px 0 1px var(--black);
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 24px;
  }

  .h-53 {
    color: var(--black);
    text-transform: none;
    width: 100%;
    font-size: 35px;
    line-height: 85%;
  }

  .text-41 {
    color: var(--new_orange);
    font-size: 24px;
  }

  .vector-mudar {
    filter: brightness(0%) saturate() invert(94%) sepia(66%) saturate(768%) hue-rotate(358deg) brightness(102%) contrast(94%);
    width: 72px;
    top: -9px;
    left: -13px;
  }

  .h-77 {
    text-align: center;
    font-size: 40px;
  }

  .box-credito-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .h-49 {
    text-align: center;
    font-size: 40px;
  }

  .text-53 {
    text-align: center;
    font-size: 35px;
  }

  .circulo-credito {
    left: 20px;
  }

  .s-avaliacao {
    padding-top: 0;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .flex-block-5 {
    display: none;
  }

  .text-reclame {
    font-size: 18px;
    line-height: 116%;
  }

  .s-transfira {
    padding-bottom: 32px;
  }

  .flex-block-6, .image-233 {
    display: none;
  }

  .heading-63 {
    margin-top: 0;
    margin-left: 0;
  }

  .flex-block-7 {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-nossojeito-desk {
    margin-top: 0;
    margin-bottom: 16px;
    display: none;
  }

  .s-nossojeitto {
    background-image: url('../images/img-nosso-jeitto-mob.webp');
    padding-bottom: 0;
  }

  .box-orange-nosso {
    max-width: 310px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-65 {
    font-size: 36px;
  }

  .text-block-186 {
    font-size: 30px;
  }

  .image-236 {
    width: 130px;
    bottom: -5px;
    right: 18px;
  }

  .s-pix {
    padding-top: 130px;
  }

  .heading-66 {
    text-align: center;
    font-size: 28px;
  }

  .llustra-credito-desk {
    display: none;
  }

  .box-subtitle-mudar {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-pix-mobile {
    margin-top: 24px;
    display: block;
  }

  .flex-block-11 {
    max-width: 100%;
  }

  .image-pix-desktop {
    display: none;
  }

  .box-nossojeito {
    margin-bottom: -68px;
    padding-top: 330px;
  }

  .img-aprovacao-desk {
    display: none;
  }

  .img-aprovacao-mob {
    width: 100%;
    display: block;
  }

  .illustra-xicara-mob, .img-cel-avaliacao-mob {
    display: block;
  }

  .illustra-credito-mob {
    width: 100%;
    max-width: 260px;
    display: block;
  }

  .img-nossojeito-mob {
    margin-top: 0;
    margin-bottom: 16px;
    display: block;
  }

  .img-transfira-mob {
    width: 100%;
    margin-top: 10px;
    display: block;
  }

  .botao-transfira-mob {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .carrossel-facilita {
    height: 100%;
    display: block;
  }

  .slide-facilita {
    width: 100%;
  }

  .mask-14 {
    overflow: hidden;
  }

  .left-arrow-11 {
    justify-content: flex-start;
    align-items: center;
    margin-left: -20px;
    display: flex;
  }

  .right-arrow-10 {
    justify-content: flex-end;
    align-items: center;
    margin-right: -20px;
    display: flex;
  }

  .slide-nav-10 {
    display: none;
  }

  .img-cards {
    width: 100%;
  }

  .navbar-inside {
    z-index: 900;
    height: 70px;
    position: static;
  }

  .navbar-lgpd-inside {
    z-index: 99999;
    position: sticky;
    inset: 0% 0% auto;
  }

  .btn-credito-white {
    width: auto;
    margin-top: 10px;
  }

  .title-box-vector {
    font-size: 38px;
  }

  .box-cadastro-horizontal {
    margin-left: auto;
    margin-right: auto;
    bottom: -170px;
  }

  .form-cadastro {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    position: static;
    top: 80px;
  }

  .form-cadastro.box-line-black {
    top: 0;
  }

  .title-box-cadastro {
    font-size: 20px;
    line-height: 20px;
  }

  .field-input-line-dark {
    border-bottom-color: var(--black);
  }

  .box-inputs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .btn-form-cadastro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h-40 {
    font-size: 30px;
  }

  .text-32 {
    font-size: 20px;
  }

  .s-credito-topicos {
    padding-bottom: 60px;
  }

  .h-52 {
    font-size: 32px;
  }

  .box-icon-text {
    margin-left: auto;
    margin-right: auto;
  }

  .risco-credito {
    right: 80px;
  }

  .h-48 {
    text-align: center;
    font-size: 32px;
  }

  .h-48.text-white {
    text-align: left;
  }

  .s-fatura-banner {
    height: 450px;
  }

  .heading-67 {
    font-size: 40px;
  }

  .image-242 {
    max-width: 120px;
  }

  .box-fatura {
    max-width: 100%;
  }

  .s-fatura-cadastro {
    margin-top: -110px;
  }

  .form-fatura, .form-boleto {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    position: static;
    top: 80px;
  }

  .title-box-minha-fatura {
    font-size: 20px;
    line-height: 20px;
  }

  .field-input-line-white {
    border-bottom-color: var(--black);
  }

  .btn-form {
    width: 100%;
  }

  .box-banner-emprestimo {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .titulo-banner-emprestimo {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .img-banner-emprestimo {
    width: 90%;
    margin-top: 10px;
  }

  .s-emprestimo-cadastro {
    margin-top: -50px;
  }

  .h-bg-orange {
    margin-top: 0;
    font-size: 30px;
  }

  .text-24 {
    font-size: 20px;
  }

  .box-emprestimo-prestamista {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-69 {
    text-align: center;
    font-size: 28px;
  }

  .s-emprestimo-beneficios {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .seta-titulo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h-32-seta {
    font-size: 20px;
  }

  .s-emprestimo-conta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .box-emprestimo-conta {
    margin-bottom: 20px;
  }

  .text-32-conta {
    font-size: 26px;
  }

  .box-title-conta {
    margin-top: 30px;
    padding-top: 30px;
  }

  .heading-70 {
    font-size: 30px;
  }

  .btn-orange-flat {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
  }

  .s-emprestimo-cobertura {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-71 {
    font-size: 40px;
  }

  .s-emprestimo-pausa {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .box-pausa {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-244 {
    max-width: 190px;
  }

  .vector-brilho {
    right: 0;
  }

  .s-emprestimo-combao {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .box-combao {
    padding: 40px 20px;
  }

  .h-title-combao {
    font-size: 40px;
  }

  .text-combao {
    font-size: 20px;
  }

  .box-text-combao {
    font-size: 30px;
  }

  .box-combao-contratar {
    margin-top: 40px;
  }

  .h-title-combao-contrato {
    font-size: 30px;
  }

  .s-emprestimo-curtiu {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h-title-curtiu {
    font-size: 30px;
  }

  .seta-emprestimo {
    width: 100%;
    max-width: 30px;
  }

  .image-245 {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .s-transferencia-banner {
    aspect-ratio: 2 / 3;
  }

  .title-banner-transferencia {
    text-align: left;
    width: auto;
    font-size: 40px;
  }

  .title-banner-transferencia.v2 {
    font-size: 24px;
    line-height: 24px;
  }

  .subtile-branco-transferencia {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .s-transferencia-pix {
    padding-top: 210px;
  }

  .h-54 {
    font-size: 30px;
  }

  .image-246 {
    display: none;
  }

  .s-transferencia-como {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-247 {
    display: none;
  }

  .box-passo {
    min-width: 170px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 10px;
  }

  .box-passo.box-maior {
    min-width: 250px;
  }

  .s-transferencia-topicos {
    padding-bottom: 60px;
  }

  .image-249 {
    height: 380px;
  }

  .s-sobre-banner {
    height: 480px;
  }

  .box-banner-emprestimo-p {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .s-emprestimo-p-cadastro {
    margin-top: -50px;
  }

  .s-emprestimo-p-jornada {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .s-emprestimo-p-boxes, .s-emprestimo-p-boxes-branco {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .box-cards-branco {
    padding: 20px;
  }

  .box-cards-branco.box-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-card-orange {
    font-size: 30px;
  }

  .title-card-orange.big {
    font-size: 38px;
  }

  .text-span-249, .heading-72 {
    font-size: 40px;
  }

  .text-manifesto {
    font-size: 16px;
  }

  .vector-numeros {
    max-width: 230px;
    display: none;
    inset: auto auto 0%;
  }

  .numero-title {
    font-size: 36px;
  }

  .numero-subtitle {
    font-size: 30px;
  }

  .flex-block-13 {
    justify-content: center;
    align-items: center;
  }

  .s-sbre-ia {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-ia {
    font-size: 18px;
  }

  .title-ia {
    font-size: 35px;
  }

  .s-sobre-midia {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-midia {
    font-size: 40px;
  }

  .text-box-midia {
    font-size: 20px;
  }

  .icon-midia-rabisco, .icon-midia-estrela {
    display: none;
  }

  .vector-title-facilitar {
    width: 120px;
    top: 40px;
    left: 60px;
  }

  .image-254 {
    font-size: 30px;
  }

  .s-minha-fatura-banner {
    height: 450px;
  }

  .form-boleto-small {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    position: static;
    top: 80px;
  }

  .title-box-vector-banner {
    font-size: 38px;
  }

  .title-banner-minha-fatura {
    font-size: 40px;
  }

  .title-minha-fatura-dia {
    font-size: 32px;
  }

  .texts-dia {
    font-size: 20px;
  }

  .title-atrasada {
    font-size: 34px;
  }

  .texts-atrasada {
    font-size: 20px;
  }

  .text-email {
    font-size: 26px;
  }

  .s-consultar-banner {
    height: 480px;
  }

  .text-card {
    font-size: 19px;
  }

  .vector-title-credito {
    width: 120px;
    top: 40px;
    left: 60px;
  }

  .s-consultar-cadastro {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img-dog {
    margin-top: 40px;
  }

  .heading-73 {
    font-size: 28px;
  }

  .box-cards-avaliacao {
    padding: 20px;
  }

  .text-block-190 {
    font-size: 18px;
  }

  .s-credito-aprovado-motivos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-76 {
    font-size: 34px;
  }

  .text-span-252 {
    font-size: 35px;
  }

  .s-seguranca-digital-banner {
    aspect-ratio: 2 / 3;
  }

  .title-banner-seguranca {
    text-align: left;
    width: auto;
    font-size: 40px;
  }

  .title-banner-seguranca.v2 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-78 {
    font-size: 36px;
  }

  .text-block-195 {
    font-size: 16px;
  }

  .text-block-196 {
    font-size: 28px;
  }

  .s-seguranca-digital-site-seguro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-79 {
    font-size: 38px;
  }

  .heading-80 {
    font-size: 34px;
  }

  .image-266 {
    width: 70px;
    top: -14px;
    right: 80px;
  }

  .heading-82 {
    font-size: 30px;
  }

  .vector-title-unicos {
    display: none;
  }

  .image-242-copy {
    max-width: 120px;
    right: 40px;
  }

  .box-minha-fatura {
    max-width: 100%;
  }

  .s-gaste-ganhe-atencao {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-83 {
    font-size: 44px;
  }

  .text-block-199 {
    font-size: 24px;
  }

  .image-270 {
    width: 200px;
  }

  .img-participo {
    height: 370px;
  }

  .heading-84 {
    font-size: 31px;
  }

  .flex-block-20 {
    margin-bottom: 20px;
  }

  .text-block-200 {
    font-size: 22px;
  }

  .text-block-201 {
    max-width: 210px;
    font-size: 26px;
  }

  .s-gaste-ganhe-dinamica {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-85 {
    font-size: 47px;
  }

  .text-block-202 {
    font-size: 32px;
  }

  .button-13 {
    line-height: 70%;
  }

  .text-span-260, .text-span-261 {
    font-size: 22px;
  }

  .heading-86 {
    font-size: 40px;
  }

  .text-block-203 {
    font-size: 22px;
  }

  .image-271 {
    max-width: 170px;
    left: 0;
  }

  .box-cadastro {
    max-width: 100%;
  }

  .s-gaste-ganhe-pix {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-87 {
    font-size: 34px;
  }

  .text-block-205 {
    font-size: 18px;
  }

  .s-gaste-ganhe-banner {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .bt-banner-rounded {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 50%;
  }

  .text-span-264 {
    font-size: 23px;
  }

  .text-span-261-copy {
    font-size: 25px;
  }

  .title-box-cadastrese {
    font-size: 20px;
    line-height: 20px;
  }

  .form-cadastrese {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    position: static;
    top: 80px;
  }

  .s-corporativo-banner {
    aspect-ratio: 2 / 3;
  }

  .s-corporativo-aprovamos {
    height: 480px;
  }

  ._2xmais {
    width: 120px;
    top: 40px;
    left: 60px;
  }

  .s-corporativo-topicos {
    padding-bottom: 60px;
  }

  .box-icon-text-corp {
    margin-left: auto;
    margin-right: auto;
  }

  .cj-paga-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .cj-negociacao-txt-2, .ej-negociacao-txt-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cj-atraso-txt-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .cj-processando-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .cj-fatura-txt-bold {
    font-size: 12px;
  }

  .cj-paga-box-2 {
    padding: 20px;
  }

  .ej-fatura-txt-codigo-2 {
    object-fit: fill;
    overflow: visible;
  }

  .cj-paga-txt-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ej-processando-box-2 {
    padding: 20px;
  }

  .ej-processando-txt-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cj-atraso-box-2 {
    padding: 20px;
  }

  .ej-processando-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .cj-negociacao-box-2 {
    padding: 20px;
  }

  .ej-negociacao-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .erro-cpf-box-2 {
    padding: 20px;
  }

  .cj-processando-txt-2, .erro-cpf-txt-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ej-paga-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .ej-paga-txt-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .erro-cpf-title-2 {
    margin-left: 7px;
    font-size: 18px;
    line-height: 24px;
  }

  .cj-processando-box-2, .ej-paga-box-2 {
    padding: 20px;
  }

  .cj-fatura-txt-codigo-2 {
    text-align: center;
    display: block;
  }

  .ej-atraso-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .cj-atraso-title-2 {
    font-size: 20px;
  }

  .ej-atraso-box-2 {
    padding: 20px;
  }

  .ej-fatura-btn-ver-2 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .ej-negociacao-box-2 {
    padding: 20px;
  }

  .ej-fatura-title-2 {
    margin-left: 8px;
    font-size: 18px;
    line-height: 26px;
  }

  .form-cpf-fatura-btn-2 {
    z-index: 2;
    width: 100%;
    height: 45px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 18px;
    display: block;
    position: static;
    left: -39px;
  }

  .cj-negociacao-title-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .cj-fatura-title-2 {
    margin-left: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .cj-fatura-btn-ver-2 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }

  .ej-atraso-txt-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ej-fatura-txt-bold {
    font-size: 12px;
  }

  .box-cadastro-gaste-ganhe {
    max-width: 100%;
  }

  .link-24 {
    font-size: 16px;
  }

  .s-corporativo-numeros {
    background-image: linear-gradient(180deg, var(--new_rosa), var(--new_rosa) 50%, var(--new_orange) 50%, var(--new_orange));
  }

  .div-block-375 {
    width: 100%;
    margin-bottom: 90px;
  }

  .image-282 {
    max-width: 200px;
    margin-right: auto;
  }

  .flex-block-29 {
    width: 100%;
  }

  .flex-block-30 {
    flex-flow: column;
  }

  .titulo-juntase {
    font-size: 28px;
  }

  .heading-91 {
    font-size: 32px;
  }

  .image-285 {
    display: none;
  }

  .slider-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-92 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .text-block-211 {
    font-size: 13px;
  }

  .icon-10.right {
    margin-right: 10px;
  }

  .icon-10.left {
    margin-left: 10px;
  }

  .flex-block-32 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .s-corporativo-midia {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-93 {
    font-size: 30px;
  }

  .text-span-267 {
    font-size: 40px;
  }

  .div-block-379 {
    padding: 20px;
  }

  .heading-94 {
    font-size: 22px;
  }

  .text-block-214 {
    font-size: 17px;
  }

  .flex-block-37 {
    padding: 40px 20px;
  }

  .text-block-216 {
    font-size: 20px;
  }

  .heading-96 {
    font-size: 32px;
  }

  .text-span-268 {
    font-size: 42px;
  }

  .s-fatura-infos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-97 {
    font-size: 30px;
  }

  .text-block-217 {
    font-size: 18px;
  }

  .s-email-validado-topicos {
    padding-bottom: 60px;
  }

  .heading-100 {
    font-size: 32px;
  }

  .text-block-221 {
    font-size: 20px;
  }

  .image-292 {
    width: 100%;
    max-width: 150px;
  }

  .s-spc-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s-spc-cadastrese {
    padding-top: 40px;
  }

  .image-295 {
    display: none;
  }

  .flex-block-48 {
    min-width: auto;
  }

  .s-spc-emprestimo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-106 {
    font-size: 40px;
  }

  .text-block-226 {
    font-size: 20px;
  }

  .text-block-229 {
    font-size: 19px;
  }

  .image-298, .image-299 {
    display: none;
  }

  .image-301 {
    top: 20px;
  }

  .jt-form-shopi {
    width: auto;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 20px;
    position: static;
    top: 80px;
  }

  .heading-109 {
    font-size: 19px;
  }

  .image-302, .image-303 {
    width: 100%;
  }

  .s-baixe-banner {
    height: 580px;
    padding-top: 40px;
  }

  .text-block-230 {
    font-size: 20px;
  }

  .s-baixe-form {
    margin-top: -140px;
  }

  .text-block-232 {
    font-size: 20px;
  }

  .s-baixe-topicos {
    padding-top: 80px;
  }

  .s-baixe-app {
    padding-bottom: 40px;
  }

  .flex-block-61 {
    flex-flow: column;
  }

  .vector-title-credito2 {
    width: 120px;
    top: 40px;
    left: 60px;
  }

  .image-306 {
    display: none;
  }

  .s-solicite-banner {
    height: 400px;
  }

  .vector-title-folego {
    width: 120px;
    top: 40px;
    left: 60px;
  }

  .text-block-234 {
    font-size: 22px;
  }

  .s-solicite-topicos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .risco-credito-white {
    right: 80px;
  }

  .flex-block-63 {
    flex-flow: column;
  }

  .heading-111 {
    font-size: 36px;
  }

  .image-307, .image-308 {
    display: none;
  }

  .s-solicite-midia, .s-solicite-credito {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-64 {
    flex-flow: column;
  }

  .s-pedir-banner {
    height: 400px;
  }

  .s-pedir-topicos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-309 {
    right: 58px;
  }

  .image-pedir-crescer {
    height: 380px;
  }

  .s-pedir-midia {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s-leap-banner {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .image-310 {
    width: 90%;
    margin-left: auto;
    display: block;
    position: relative;
  }

  .div-block-384 {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-114 {
    font-size: 24px;
  }

  .text-block-240 {
    font-size: 16px;
  }

  .flex-block-70 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-block-71 {
    text-align: center;
    font-size: 40px;
  }

  .text-block-241 {
    font-size: 24px;
  }

  .field-leapfone {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .image-312 {
    width: 227px;
    margin-left: auto;
    margin-right: auto;
  }

  .s-pague-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-118 {
    font-size: 48px;
  }

  .heading-119 {
    font-size: 32px;
  }

  .text-block-242 {
    font-size: 17px;
  }

  .s-pague-facil {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-387 {
    margin-top: 40px;
  }

  .s-pague-hoje {
    height: 320px;
  }

  .div-block-388 {
    max-width: 190px;
  }

  .heading-120 {
    font-size: 32px;
  }

  .div-block-390 {
    margin-bottom: -160px;
  }

  .risco-credito2 {
    right: 80px;
  }

  .s-emprestimo-nega-banner {
    height: 420px;
  }

  .box-banner-emprestimo-nega {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-391 {
    margin-bottom: 40px;
  }

  .image-315 {
    width: 170px;
    bottom: -10px;
    right: 100px;
  }

  .s-emprestimo-nega-precisando {
    margin-top: -245px;
    padding-top: 290px;
  }

  .heading-121 {
    font-size: 32px;
  }

  .text-block-243 {
    font-size: 18px;
  }

  .text-span-271 {
    font-size: 20px;
  }

  .heading-122 {
    font-size: 34px;
  }

  .text-block-244 {
    font-size: 16px;
  }

  .text-span-272 {
    font-size: 44px;
  }

  .text-block-246 {
    font-size: 18px;
  }

  .heading-124 {
    font-size: 30px;
  }

  .text-block-247 {
    font-size: 18px;
  }

  .flex-block-81 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-emprestimo {
    font-size: 36px;
  }

  .form-cadastro-leapfone {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    position: static;
    top: 80px;
  }

  .form-cadastro-leapfone.box-line-black {
    top: 0;
  }

  .box-inputs-leapfone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .s-emprestimo-nega-garanta {
    height: 559px;
  }

  .heading-128 {
    font-size: 29px;
  }

  .text-block-252 {
    font-size: 16px;
  }

  .image-317 {
    width: 187px;
    top: 29px;
  }

  .s-emprestimo-dividas-banner {
    height: 420px;
  }

  .s-emprestimo-dividas-quitar {
    margin-top: -245px;
    padding-top: 290px;
  }

  .slider10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .s-emprestimo-dividas-escolher {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-130 {
    font-size: 34px;
  }

  .text-block-255 {
    font-size: 18px;
  }

  .heading-132 {
    font-size: 34px;
  }

  .flex-block-90 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .s-video {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-breadcrumb {
    font-size: 14px;
  }

  .s-quemfaz-banner {
    height: 420px;
  }

  .box-banner-quemfaz {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-258 {
    font-size: 18px;
  }

  .text-block-259 {
    font-size: 28px;
  }

  .text-block-261 {
    font-size: 20px;
  }

  .s-quemfaz-voce {
    height: 400px;
  }

  .box-cards-laranja {
    padding: 20px;
  }

  .box-cards-laranja.box-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-135 {
    font-size: 40px;
  }

  .text-span-285 {
    font-size: 61px;
  }

  .image-320 {
    bottom: 10px;
    right: 50px;
  }

  .heading-136 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .flex-block-94 {
    min-height: 260px;
  }

  .heading-137 {
    font-size: 38px;
  }

  .txt-vaga.w40, .txt-vaga.w20 {
    width: 100%;
  }

  .flex-block-96 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-block-97 {
    flex-flow: column;
  }

  .div-block-402 {
    margin-top: 0;
    display: none;
  }

  .flex-block-98 {
    max-width: 620px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-139 {
    font-size: 28px;
  }

  .s-blog-cat {
    padding-top: 20px;
  }

  .s-transferencia-como-pix {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#discover-limit-close.w-node-_6ec98868-b54f-15ae-c79e-a4450472d763-dcffb16d {
  justify-self: end;
}

#google-play-btn.w-node-_6ec98868-b54f-15ae-c79e-a4450472d786-dcffb16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5050c93f-8e76-e9e8-a2b4-62a75f65512b-c6eb64cb, #w-node-_3a64d936-06fa-a501-b5e2-84a743f257a2-43f2579c {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_39ba80c2-e261-1b68-7bc1-4202c9f19e0a-dcffb257, #w-node-_39ba80c2-e261-1b68-7bc1-4202c9f19e15-dcffb257, #w-node-_39ba80c2-e261-1b68-7bc1-4202c9f19e20-dcffb257, #w-node-_39ba80c2-e261-1b68-7bc1-4202c9f19e2b-dcffb257 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_469e0124-5ab9-089c-5b1e-2d743e4f39bf-dcffb322, #w-node-acd3a5c0-6396-b018-aa65-509e010a97b2-dcffb322 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd29f68f-9f35-8196-d52d-01dc949ce1fe-dcffb33b {
  place-self: center;
}

#discover-limit-close.w-node-_933f80ed-c284-5e81-fa70-6bd0d9a15799-dcffb33c {
  justify-self: end;
}

#google-play-btn.w-node-_933f80ed-c284-5e81-fa70-6bd0d9a157bc-dcffb33c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bad049e9-99b1-12b3-c488-0e5be25e1b02-dcffb351 {
  order: 9999;
}

#w-node-_299b0d2e-f31d-237b-56ab-223b93a38cdf-dcffb37b {
  grid-area: Area;
}

#w-node-bb063c3e-c4ec-ae75-d2ed-985ad8489e6f-dcffb37b, #w-node-e5d5490b-85b4-48d7-8f5b-e08ed9614ae2-dcffb37b, #w-node-e5d5490b-85b4-48d7-8f5b-e08ed9614aec-dcffb37b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37c {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_37108e58-7f51-b5a0-c3f0-1731198cf97b-dcffb37c, #w-node-_8b770976-b4b7-ac2c-656f-cecdad7b3fcf-dcffb37c, #w-node-_4810cd84-c82b-9be5-c4c4-1df913bfb0cd-dcffb37c, #w-node-_1bfd04e1-4fdc-fc2b-6f35-c9b7869d049e-dcffb37c {
  grid-area: Area;
}

#w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_2aea0fab-1937-3741-4332-157d375c130e-dcffb37d, #w-node-_2aea0fab-1937-3741-4332-157d375c1371-dcffb37d, #w-node-_2aea0fab-1937-3741-4332-157d375c13c8-dcffb37d, #w-node-_2aea0fab-1937-3741-4332-157d375c1417-dcffb37d, #w-node-_074c943c-4c38-419a-5a96-3e1200e82c61-dcffb37d, #w-node-_6095ebc9-22de-09c1-46c5-702e48bdc31d-dcffb37d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37e, #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37f, #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb380 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_206a6371-1f81-049c-871d-b07b6cbdca1e-dcffb380, #w-node-_206a6371-1f81-049c-871d-b07b6cbdca1f-dcffb380, #w-node-_206a6371-1f81-049c-871d-b07b6cbdca20-dcffb380, #w-node-_206a6371-1f81-049c-871d-b07b6cbdca21-dcffb380, #w-node-_206a6371-1f81-049c-871d-b07b6cbdca22-dcffb380, #w-node-_206a6371-1f81-049c-871d-b07b6cbdca23-dcffb380 {
  place-self: center;
}

#discover-limit-close.w-node-_6ec98868-b54f-15ae-c79e-a4450472d763-dcffb382 {
  justify-self: end;
}

#google-play-btn.w-node-_6ec98868-b54f-15ae-c79e-a4450472d786-dcffb382 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e25826a9-ac54-2209-b29f-1366d7e8a947-dcffb382 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_51db816b-4ed9-df69-1032-c832dd9def72-dcffb33b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37c {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr;
  }

  #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37e, #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37f {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb380 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr;
  }

  #w-node-f1086107-8aca-3686-4ccf-a5f86a4035c8-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc73f-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc745-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc74b-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc776-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc788-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc794-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc7ac-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc769-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc77c-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc782-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc763-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc7a6-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc75d-dcffb381, #w-node-e4cb8587-d73e-1156-bbc3-a18d959fc79a-dcffb381 {
    place-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-cd29f68f-9f35-8196-d52d-01dc949ce1fe-dcffb33b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37c {
    grid-template-rows: auto;
    grid-template-columns: 4.25fr 1fr;
  }

  #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37e, #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-cd29f68f-9f35-8196-d52d-01dc949ce1fe-dcffb33b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37c, #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb37d, #w-node-_23db7afc-0ed1-6bb9-b209-4ac78e279e7e-dcffb380 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_298ba1e7-add1-852c-e553-838f7767301a-dcffb321 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e25826a9-ac54-2209-b29f-1366d7e8a947-dcffb382 {
    grid-template-rows: minmax(0, 1fr);
    grid-template-columns: .75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b809f9e-fd10-5d71-a984-208a9b761ce9-84ec2662, #w-node-_10a17f84-7a76-5ac9-7d05-0d41687a3247-dcffb2a7, #w-node-b2da03d0-0e2d-697c-f3fe-d8d4731b859a-dcffb2a8, #w-node-_4aef01be-3874-cac7-7a87-6b2c9024c077-dcffb2a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da2e54a1-aa1c-883e-cf16-df13a88f0378-dcffb301 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6e665e8b-0b19-7925-8d75-b9b199b5b8c6-dcffb381 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #ipva-jeitto-session.w-node-e25826a9-ac54-2209-b29f-1366d7e8a948-dcffb382 {
    order: 0;
  }
}


@font-face {
  font-family: 'Robotoflex Variablefont Grad Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stretchpro';
  src: url('../fonts/StretchPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/PPMonumentExtended-Black-BF645465a1e687b.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/PPMonumentExtended-Regular-BF645465a253250.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/PPMonumentExtended-Light-BF645465a264007.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Bold_Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Medium_Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Light_Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Extralight_Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Stencil_Regular.otf') format('opentype'), url('../fonts/fonnts.com-Neighbor_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Black_Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Semibold_Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Extrabold_Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/fonnts.com-Neighbor_Thin_Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}