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

body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

.section_hero {
  color: #fff;
  background-color: #e80537;
  padding: 5rem 2.5rem;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 96.375rem;
  margin-left: auto;
  margin-right: auto;
}

.container.is-grid {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.container.content-align-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.container.grid-top.padding-lateral {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.is-mobile {
  display: none;
}

.content-hero {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-1 {
  color: #fff;
  max-width: 772px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 104%;
}

.heading-1.text-align-center {
  text-align: center;
  max-width: none;
}

.heading-1.text-align-center.is-planos {
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  font-size: 5rem;
}

.text-size-medium {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-size-medium.max-widht-large {
  width: 100%;
  max-width: 43.4375rem;
}

.form-contain-wrapp, .form-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .5rem .5rem 1.5rem;
  display: flex;
}

.text-field {
  color: #000;
  border: 1px #000;
  align-self: stretch;
  width: 298px;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 0;
}

.submit-button {
  color: #000;
  background-color: #fdb822;
  border-radius: 1rem;
  flex: 0 auto;
  padding: 1rem 1.25rem;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #e80537;
}

.submit-button.is-mobile {
  display: none;
}

.img_hero-section {
  object-fit: cover;
  height: 25rem;
  overflow: visible;
}

.padding-medium {
  padding-top: 2.406rem;
  padding-bottom: 2.406rem;
}

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

.text-size-xregular {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.text-size-xregular.max-widht-regular {
  max-width: 43.75rem;
}

.text-size-xregular.max-widht-medium {
  max-width: 66.0625rem;
}

.text-size-xregular.bold {
  font-weight: 600;
}

.padding-regular {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.grid-logos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-logos.is-marquee {
  display: none;
}

.visa {
  max-height: 21.29px;
}

.aurora {
  max-height: 38.76px;
}

.boticario {
  max-height: 39.54px;
}

.pepsico, .embraer {
  max-height: 30.41px;
}

.votorantim {
  max-height: 26.61px;
}

.section_2 {
  background-color: #daf086;
  padding: 7.5rem 2.5rem;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 4rem;
  line-height: 1.08;
}

.heading-2.max-widht-xlarge {
  max-width: 63.875rem;
}

.heading-2.max-widht-xmedium {
  max-width: 38rem;
}

.heading-2.max-widht-regular {
  max-width: 54rem;
}

.padding-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button {
  background-color: #e80537;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .2s;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.button.is-yellow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #fdb822;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-yellow:hover {
  background-color: #fff;
}

.button.hover-yellow:hover {
  background-color: #fdb822;
}

.button.margin-top {
  margin-top: 1.75rem;
}

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

.card-white {
  text-align: left;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.img_card {
  object-fit: cover;
  border-radius: 2rem;
  width: 28.1875rem;
  height: 20rem;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 36px;
  line-height: 1.12;
}

.heading-3.is-2rem {
  font-size: 2rem;
}

.heading-3.is-40 {
  font-size: 40px;
}

.heading-3.is-40.text-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-3.is-40.text-align-center.max-widht-large {
  max-width: 66.875rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-3.is-32 {
  font-size: 2rem;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  display: flex;
}

.text-size-regular {
  margin-bottom: 0;
}

.text-size-regular.text-align-center {
  text-align: center;
}

.text-link-red {
  color: #e80537;
  padding-left: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.text-link-red:hover {
  color: #000;
}

.text-link-red.no-padding {
  padding-left: 0;
}

.red-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  background-color: #e80537;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding: 5rem;
  display: grid;
}

.content-card_red {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 34.25rem;
  display: flex;
}

.img_asset {
  object-fit: cover;
  width: 37.1875rem;
  height: 31.1875rem;
  overflow: visible;
}

.section_3 {
  background-color: #fff;
  padding: 7.5rem 2.5rem;
}

.card-ref {
  text-align: left;
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 35.3125rem;
  padding: 3rem 2.8rem 2.8rem;
  font-weight: 600;
  display: flex;
}

.card-ref.pequeno {
  color: #fff;
  background-image: url('../images/pequenas-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-ref.pequeno:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/pequenas-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card-ref.medias {
  color: #fff;
  background-image: url('../images/medias-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-ref.medias:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/medias-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.card-ref.grandes {
  color: #fff;
  background-image: url('../images/grandes-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-ref.grandes:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/grandes-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.selo {
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.selo.pequenas {
  color: #154202;
  background-color: #e3f5a0;
}

.selo.medias {
  color: #cc5200;
  background-color: #ffe9a5;
}

.selo.grandes {
  color: #e80537;
  background-color: #fef0f1;
}

.footer-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-link-footer {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.text-link-footer:hover {
  color: #fdb822;
}

.section_4 {
  color: #fff;
  background-color: #e80537;
  padding: 7.5rem 2.5rem;
  overflow: hidden;
}

.tabs {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40.9375rem;
  display: flex;
}

.tab-link {
  opacity: .6;
  color: #fff;
  background-color: #ddd0;
  border-left: 4px solid #fff;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1.5rem;
  font-family: Work Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.tab-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #c8c8c800;
  border-left: 4px solid #fff;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-left: 1.5rem;
  font-family: Work Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.tabs-content {
  align-self: stretch;
  width: 100%;
  max-width: 906px;
  margin-top: 0;
  overflow: visible;
}

.img_quem {
  object-fit: cover;
  width: 100%;
  max-width: 56.625rem;
  height: 30rem;
  overflow: visible;
}

.tab-pane {
  overflow: visible;
}

.section_5 {
  background-color: #fff;
  padding: 5rem 2.5rem;
  overflow: hidden;
}

.section_5.align-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.arrows-group {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.arrows-group.swiper {
  margin-left: 0;
  margin-right: 0;
}

.swiper-btn-next {
  background-color: #f3f3f3;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  transition: box-shadow .2s;
  display: flex;
}

.swiper-btn-next:hover {
  background-color: #ffa433;
  box-shadow: 0 10px 40px #0003;
}

.swiper-btn-prev {
  background-color: #f3f3f3;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  transition: box-shadow .2s;
  display: flex;
}

.swiper-btn-prev:hover {
  background-color: #ffa433;
  box-shadow: 0 10px 40px #0003;
}

.swiper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.swiper-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  order: 1;
}

.img_historias {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.text-block-card {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.img-logo-historias {
  height: 7.5rem;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 21.25rem;
  display: flex;
}

.text-weight-medium {
  font-weight: 500;
}

.padding-xsmall {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.swiper-button-next {
  background-color: #f3f3f3;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  transition-property: all;
  display: flex;
  overflow: hidden;
}

.swiper-button-next:hover {
  background-color: #ffa433;
}

.icon {
  width: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  overflow: hidden;
}

.icon.rotate {
  transform-style: preserve-3d;
  min-width: 1rem;
  max-width: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.swiper-button-prev {
  background-color: #f3f3f3;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  transition-property: all;
  display: flex;
  overflow: hidden;
}

.swiper-button-prev:hover {
  background-color: #ffa433;
}

.section_6 {
  background-color: #f5f5f5;
  padding: 7.5rem 2.5rem;
  overflow: hidden;
}

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

.grid_2-columns.is-diferente {
  grid-template-columns: auto auto;
  align-self: center;
}

.card-empresa {
  text-align: left;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.video-1 {
  z-index: 1;
  object-fit: cover;
  border-radius: 2rem;
  align-self: stretch;
  width: 100%;
  min-width: 38rem;
  max-width: 38rem;
  height: 26.25rem;
  min-height: 26.25rem;
  max-height: 26.25rem;
  overflow: hidden;
}

.hide {
  display: none;
}

.top-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.img_mobilidade {
  object-fit: cover;
  border-radius: 2rem;
  align-self: stretch;
  width: 100%;
  min-width: 38rem;
  max-width: 38rem;
  height: 26.25rem;
  min-height: 26.25rem;
  max-height: 26.25rem;
  overflow: hidden;
}

.section_7 {
  color: #fff;
  text-align: center;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 1;
  opacity: .4;
  filter: blur(5px);
  width: 100vw;
  height: 61.25rem;
  position: relative;
  inset: 0%;
}

.text-cta {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-container {
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.card-swiper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  min-height: 48.9375rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.mask-2 {
  width: 51.8125rem;
  height: 48.9375rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide, .slide-2, .slide-3 {
  margin-right: 24px;
}

.left-arrow {
  width: 48px;
  height: 48px;
  inset: -16% 6rem auto auto;
}

.right-arrow {
  width: 48px;
  height: 48px;
  inset: -16% 2.5rem auto auto;
}

.slide-nav-2, .img-mobile, .img-mobile-red {
  display: none;
}

.section-hero {
  color: #fff;
  background-color: #e80537;
  padding: 7.5rem 2.5rem;
}

.section-tabs {
  padding-bottom: 7.5rem;
}

.tabs-wrapper {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.tabs-menu_1 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40.9375rem;
  display: flex;
}

.tabs-menu-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #c3032c;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.tabs-content-1 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.tab-link_wrapp {
  color: #fff;
  background-color: #ddd0;
  border: 2px solid #fff;
  border-radius: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.tab-link_wrapp.w--current {
  color: #000;
  background-color: #fff;
  border-width: 2px;
  border-color: #fff;
  border-radius: 1rem;
  padding: 1.25rem 1.59375rem;
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.grid-tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  display: grid;
  position: relative;
}

.card-grid-tab {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fef0f1;
  border: 1px solid #e8053714;
  border-radius: 2.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
  position: relative;
  top: 0;
}

.card-grid-tab.nopadding {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.card-grid-tab.is-relative {
  height: 100%;
}

.top-card-planos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: #185a17;
  font-size: 44px;
  font-weight: 400;
}

.text-menor {
  font-size: 18px;
}

.line-horizontal {
  background-color: #e8053714;
  border-radius: 100px;
  width: 100%;
  height: 1.5px;
}

.line-horizontal.cinza {
  background-color: #d3d3d399;
}

.bottom-card-planos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-wrapp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-embed {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.icon-embed.is-32 {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.text-size-xxregular {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.text-size-xxregular.max-widht-regular {
  max-width: 43.75rem;
}

.text-size-xxregular.max-widht-medium {
  max-width: 66.0625rem;
}

.text-size-xxregular.bold {
  font-weight: 600;
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.full-flag {
  z-index: 1;
  background-color: #fdb822;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 44px;
  padding-left: 40px;
  position: absolute;
  top: -50px;
}

.full-flag.is-red {
  color: #fff;
  background-color: #e80537;
}

.card-grid-tab-inner {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.blow {
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.grid._3-colunas {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1282px;
  margin-left: auto;
  margin-right: auto;
}

.card-solucoes {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #d3d3d399;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.card-solucoes._1 {
  background-color: #eaf8ea;
}

.card-solucoes._2 {
  background-color: #fff7e5;
}

.card-solucoes._3 {
  background-color: #f2f2ff;
}

.card-solucoes._4 {
  background-color: #fef0f1;
}

.wrapp-icon {
  border-radius: 12.8px;
  padding: 1rem;
}

.wrapp-icon._1 {
  background-color: #bff4be;
}

.wrapp-icon._2 {
  background-color: #ffe2a3;
}

.wrapp-icon._3 {
  background-color: #cfcfff;
}

.wrapp-icon._4 {
  background-color: #fec5c8;
}

.title-beneficio {
  margin-bottom: 8px;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-verde {
  color: #185a17;
  font-size: 20px;
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.section_porque-caju {
  background-color: #daef86;
  padding: 7.5rem 2.5rem;
}

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

.card-for-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.embed-icon-great {
  width: 80px;
  height: 80px;
}

.gap-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_4-copy {
  color: #fff;
  background-color: #e80537;
  padding: 7.5rem 2.5rem;
  overflow: hidden;
}

.section_quem-escolhe {
  color: #000;
  background-color: #fff;
  padding: 7.5rem 2.5rem;
  overflow: hidden;
}

.tab-link-escolhe {
  opacity: .6;
  color: #919191;
  background-color: #ddd0;
  border-left: 4px solid #fdb822;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1.5rem;
  font-family: Work Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.tab-link-escolhe.w--current {
  opacity: 1;
  color: #000;
  background-color: #c8c8c800;
  border-left: 4px solid #fdb822;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-left: 1.5rem;
  font-family: Work Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.section_faq {
  color: #fff;
  background-color: #e80537;
  padding: 7.5rem 2.5rem;
}

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

.div-block-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h2-menor {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 40px;
}

.div-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-wrapp {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  background-color: #00000014;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.code-embed {
  color: #000;
  max-width: 20px;
  max-height: 20px;
}

.heading-style-h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.is-menor {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}

.minus {
  background-color: #fff;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.faq-answer-inner {
  color: #fffc;
  text-align: left;
  padding: 20px 40px;
  line-height: 1.2;
  overflow: visible;
}

.p-m-wrap {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.faq-question {
  color: #ededed;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.faq-item {
  background-color: #15151500;
  border-bottom: 1px solid #ffffff4d;
  border-radius: 0;
  height: auto;
}

.faq-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.plus {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.slider-mobile-panes {
  background-color: #ddd0;
  display: none;
}

@media screen and (min-width: 1920px) {
  .container.is-grid {
    max-width: 96rem;
    margin-left: auto;
    margin-right: auto;
  }

  .container.content-align-center {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-1.text-align-center.is-planos {
    max-width: 1326px;
    margin-left: auto;
    margin-right: auto;
  }

  .img_hero-section {
    height: 29rem;
  }

  .tabs {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tabs-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 56.625rem;
    margin-top: -138.23px;
    display: flex;
  }

  .img_quem {
    height: 38rem;
  }

  .swiper-wrapper {
    max-width: none;
  }

  .background-video {
    z-index: 1;
  }

  .left-arrow {
    right: 14rem;
  }

  .right-arrow {
    right: 10rem;
  }

  .tabs-wrapper {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tabs-content-1 {
    max-width: 96.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .section_hero {
    text-align: center;
  }

  .container.content-align-center {
    overflow: hidden;
  }

  .content-hero {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-1 {
    font-size: 36px;
  }

  .heading-1.text-align-center.is-planos {
    max-width: none;
    font-size: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.max-widht-large {
    max-width: none;
    font-size: 1rem;
  }

  .img_hero-section {
    display: none;
  }

  .grid-hero {
    grid-template-columns: auto;
  }

  .text-size-xregular {
    font-size: 1rem;
  }

  .section_2 {
    overflow: hidden;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .heading-2.max-widht-xlarge {
    font-size: 1.75rem;
  }

  .grid_3-columns {
    box-sizing: content-box;
    align-self: flex-start;
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .card-white {
    width: 327px;
    min-width: 327px;
  }

  .heading-3.is-2rem {
    font-size: 1.5rem;
  }

  .red-container {
    text-align: center;
    grid-template-columns: 1fr;
    padding: 2rem;
  }

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

  .img_asset.hide-mobile {
    display: none;
  }

  .card-ref {
    width: 304px;
    height: 342px;
  }

  .card-ref.pequeno, .card-ref.medias, .card-ref.grandes {
    padding: 1.5rem;
  }

  .selo.pequenas, .selo.medias, .selo.grandes {
    font-size: 1rem;
  }

  .section_4 {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tabs {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    flex-flow: row;
    max-width: none;
    overflow: auto;
  }

  .tab-link {
    flex: none;
    font-size: 20px;
  }

  .tab-link.w--current {
    width: auto;
    font-size: 20px;
  }

  .tabs-content {
    max-width: none;
  }

  .img_quem {
    max-width: none;
    height: 31.75rem;
  }

  .section_5.align-center {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .swiper-btn-next, .swiper-btn-prev {
    display: none;
  }

  .text-block-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    grid-template-columns: auto;
    align-self: stretch;
    place-items: start center;
    padding-top: 2rem;
  }

  .img-logo-historias {
    object-fit: cover;
    height: 4rem;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .section_6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid_2-columns.is-diferente {
    grid-template-columns: 100%;
  }

  .card-empresa {
    grid-row-gap: .923077rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1.5rem;
  }

  .video-1 {
    order: -1;
    width: 100%;
    min-width: 180px;
    max-width: none;
    height: 400px;
    min-height: auto;
    max-height: none;
  }

  .top-card {
    order: 1;
  }

  .img_mobilidade {
    order: -1;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 400px;
    min-height: auto;
    max-height: none;
  }

  .background-video {
    height: 40rem;
  }

  .slider-2 {
    min-height: 44rem;
  }

  .mask-2 {
    width: 100%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .img-mobile {
    height: 484px;
    display: block;
  }

  .img-mobile-red {
    height: 279px;
    display: block;
  }

  .tabs-wrapper {
    grid-template-columns: 1fr;
  }

  .tabs-menu_1 {
    flex-flow: row;
    max-width: none;
    overflow: auto;
  }

  .tab-link_wrapp, .tab-link_wrapp.w--current {
    font-size: 1.25rem;
  }

  .grid-tabs {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-size-xxregular {
    font-size: 1rem;
  }

  .grid, .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .section_4-copy, .section_quem-escolhe {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tab-link-escolhe {
    flex: none;
    font-size: 20px;
  }

  .tab-link-escolhe.w--current {
    width: auto;
    font-size: 20px;
  }

  .faq-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    padding: 4rem 1.5rem;
  }

  .container.grid-top.padding-lateral {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .container.desktop {
    display: none;
  }

  .content-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-1 {
    max-width: none;
  }

  .heading-1.text-align-center.is-planos {
    font-size: 36px;
  }

  .form-contain-wrapp {
    width: 100%;
  }

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

  .form {
    flex: 0 auto;
    width: 100%;
  }

  .text-field {
    width: 100%;
  }

  .submit-button.is-dektop {
    display: none;
  }

  .submit-button.is-mobile {
    display: block;
  }

  .padding-medium.is-diferente {
    padding-top: 1.006rem;
    padding-bottom: 1.006rem;
  }

  .grid-logos {
    display: none;
  }

  .grid-logos.is-marquee {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: flex;
  }

  .section_2 {
    padding: 4rem 1.5rem;
  }

  .card-white {
    width: 304px;
    min-width: 304px;
  }

  .heading-3.is-40 {
    font-size: 24px;
  }

  .heading-3.is-32 {
    font-size: 1.25rem;
  }

  .red-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section_3 {
    padding: 4rem 1.5rem;
  }

  .card-ref {
    min-width: 304px;
  }

  .section_4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tabs {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-content: start;
    place-items: start stretch;
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tab-link {
    align-self: stretch;
    width: 200px;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .tab-link.w--current {
    flex: none;
    align-self: flex-start;
    width: 200px;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .img_quem {
    height: 12rem;
  }

  .section_6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .video-1, .img_mobilidade {
    height: 224px;
  }

  .mask {
    height: 100%;
  }

  .slider-2 {
    min-height: 30rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .img-mobile {
    object-fit: cover;
    width: 100%;
    height: 400px;
    overflow: visible;
  }

  .section-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tabs-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-content: start;
    place-items: start stretch;
    width: 100%;
  }

  .tabs-menu_1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tabs-menu-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .tabs-content-1 {
    padding-top: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tab-link_wrapp {
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 18px;
  }

  .tab-link_wrapp.w--current {
    padding-top: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 18px;
  }

  .grid-tabs {
    grid-template-columns: auto;
    display: none;
  }

  .card-grid-tab {
    padding: 2rem;
  }

  .paragraph {
    font-size: 32px;
  }

  .grid {
    display: flex;
    overflow: auto;
  }

  .card-solucoes._1, .card-solucoes._2, .card-solucoes._3, .card-solucoes._4 {
    flex: none;
    width: 100%;
  }

  .section_porque-caju {
    padding: 4rem 1.5rem;
  }

  .grid-6 {
    grid-template-columns: auto;
  }

  .card-for-6 {
    width: 100%;
  }

  .embed-icon-great {
    width: 48px;
    height: 48px;
  }

  .section_4-copy, .section_quem-escolhe {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tab-link-escolhe {
    align-self: stretch;
    width: 200px;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .tab-link-escolhe.w--current {
    flex: none;
    align-self: flex-start;
    width: 200px;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .section_faq {
    padding: 4rem 1.5rem;
  }

  .grid-auto {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3.is-menor {
    font-size: 1.25rem;
  }

  .faq-answer-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .p-m-wrap {
    margin-left: 40px;
  }

  .faq-question {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .slider-mobile-panes {
    height: 100%;
    display: block;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

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

#w-node-c6fe8df2-ca13-d04e-004a-d860e5032faf-9059d0ef {
  place-self: center end;
}

#w-node-_921e3e1e-6e99-e427-6cd3-e3f5f2995540-9059d0ef, #w-node-_2592d4a7-e0da-015c-d829-56d314def56a-9059d0ef {
  align-self: center;
}

#w-node-e08d187c-b287-55cb-27f8-7bd1e844f621-9059d0ef, #w-node-bac32fa8-7022-7ced-18de-52e167479f04-9059d0ef, #w-node-_7cc92cb0-689b-0e77-4ae9-929234194089-9059d0ef {
  place-self: center;
}

#w-node-d0074106-cf65-01db-b545-674a3a37c7c8-9059d0ef {
  place-self: center end;
}

#w-node-_75af5175-a7b1-1bf1-d8e2-27b99140b163-9059d0ef, #w-node-_75af5175-a7b1-1bf1-d8e2-27b99140b164-9059d0ef {
  align-self: center;
}

#w-node-_75af5175-a7b1-1bf1-d8e2-27b99140b165-9059d0ef, #w-node-_75af5175-a7b1-1bf1-d8e2-27b99140b166-9059d0ef, #w-node-_75af5175-a7b1-1bf1-d8e2-27b99140b167-9059d0ef {
  place-self: center;
}

#w-node-_75af5175-a7b1-1bf1-d8e2-27b99140b168-9059d0ef {
  place-self: center end;
}

#w-node-_1afa34c0-cbc8-d6b7-10c0-69c14767c716-9059d0ef, #w-node-_1afa34c0-cbc8-d6b7-10c0-69c14767c717-9059d0ef {
  align-self: center;
}

#w-node-_1afa34c0-cbc8-d6b7-10c0-69c14767c718-9059d0ef, #w-node-_1afa34c0-cbc8-d6b7-10c0-69c14767c719-9059d0ef, #w-node-_1afa34c0-cbc8-d6b7-10c0-69c14767c71a-9059d0ef {
  place-self: center;
}

#w-node-_1afa34c0-cbc8-d6b7-10c0-69c14767c71b-9059d0ef, #w-node-_933f8dd3-c21e-cbd4-6050-e5322cdd7259-9059d0ef {
  place-self: center end;
}

#w-node-d1505c80-b5e8-a1bb-064f-1fc0684992cc-9059d0ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d1505c80-b5e8-a1bb-064f-1fc0684992d6-9059d0ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c27a65ee-9004-6bca-7aac-946b27d61e47-9059d0ef {
  place-self: end;
}

#w-node-cbd2dd02-c3ad-b056-3403-e13381ff5360-9059d0ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbd2dd02-c3ad-b056-3403-e13381ff5361-9059d0ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8b5518bb-0846-7f83-bb99-5930a800ba63-9059d0ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b5518bb-0846-7f83-bb99-5930a800ba64-9059d0ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fcaf4d32-d269-d04e-4c77-13114e6ff414-9059d0ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcaf4d32-d269-d04e-4c77-13114e6ff415-9059d0ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_93a3810e-735d-e50f-2d21-329aa2e456fe-9059d0ef, #w-node-_02cf6964-9653-6cd8-c5d7-7ed0c5f2bb21-9059d0ef {
  justify-self: stretch;
}

#w-node-_6dc36077-c207-e430-9791-e67e2cd62e3a-45fbfc7f, #w-node-_6dc36077-c207-e430-9791-e67e2cd62e78-45fbfc7f, #w-node-d28e67f5-f45a-7240-88bd-8dabd78ebd63-45fbfc7f, #w-node-_72b5a64e-4dd6-7e6f-4d4e-90f79a386388-45fbfc7f, #w-node-_3d46cc4f-49d2-88ca-b721-bac1e601bdb6-45fbfc7f {
  align-self: stretch;
}

#w-node-_5fd941ff-17c7-d117-5be4-a8b994c0bf9b-45fbfc7f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5fd941ff-17c7-d117-5be4-a8b994c0bfab-45fbfc7f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da917f3a-de9e-3eeb-69fd-e77bb879b5ef-45fbfc7f, #w-node-e372d308-8210-cf2e-29a0-93d00d7da457-45fbfc7f {
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-c6fe8df2-ca13-d04e-004a-d860e5032faf-9059d0ef {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d64406ae-2782-6dd5-57bb-c6a44a262d03-9059d0ef {
    place-self: center;
  }

  #w-node-_62d3bbab-db09-a649-106d-eb1bd626be7f-9059d0ef {
    order: -9999;
  }

  #w-node-d1505c80-b5e8-a1bb-064f-1fc0684992cc-9059d0ef, #w-node-d1505c80-b5e8-a1bb-064f-1fc0684992d6-9059d0ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93a3810e-735d-e50f-2d21-329aa2e456fe-9059d0ef, #w-node-_02cf6964-9653-6cd8-c5d7-7ed0c5f2bb21-9059d0ef {
    place-self: start center;
  }

  #w-node-_5fd941ff-17c7-d117-5be4-a8b994c0bf9b-45fbfc7f, #w-node-_5fd941ff-17c7-d117-5be4-a8b994c0bfab-45fbfc7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1505c80-b5e8-a1bb-064f-1fc0684992cc-9059d0ef {
    align-self: stretch;
  }

  #w-node-cb44899e-cbb5-5fe2-962e-6276e682c595-45fbfc7f {
    justify-self: stretch;
  }

  #w-node-_5fd941ff-17c7-d117-5be4-a8b994c0bf9b-45fbfc7f {
    align-self: stretch;
  }
}
/* ==========================
   caju-home.webflow.css (corrigido)
   HOTFIXES aplicados no final
   ========================== */

/* --- conteúdo original mantido acima (não reproduzido aqui por brevidade) --- */

/* ==========================
   HOTFIX: Ajustes nos cards
   ========================== */

.grid-tabs {
  grid-column-gap: 32px !important;
  grid-row-gap: 32px !important;
}

.card-grid-tab {
  margin-bottom: 32px !important;
}

.full-flag {
  position: relative !important;
  top: auto !important;
  margin-bottom: -32px !important;
  border-radius: 32px 32px 0 0 !important;
}

.slider-mobile-panes {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .grid-tabs {
    grid-column-gap: 24px !important;
    grid-row-gap: 24px !important;
  }
  .card-grid-tab {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 479px) {
  .grid-tabs {
    grid-row-gap: 20px !important;
  }
  .card-grid-tab {
    margin-bottom: 20px !important;
  }
  .full-flag {
    margin-bottom: -20px !important;
  }
}

/* HOTFIX: mostrar os cards de planos no mobile e desativar o slider vazio */
@media screen and (max-width: 479px) {
  .grid-tabs {
    display: grid !important;
    grid-template-columns: 1fr !important; /* empilha os cards */
    grid-row-gap: 24px !important;
    grid-column-gap: 16px !important;
  }

  /* desliga o slider móvel que está sem conteúdo */
  .slider-mobile-panes {
    display: none !important;
  }

  /* espaço entre os cards e correção da faixa amarela no mobile */
  .card-grid-tab {
    margin: 0 !important;
  }
  .full-flag {
    position: static !important;
    top: auto !important;
    width: 100% !important;
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
    padding: 15px 16px !important;
    margin-bottom: 12px !important; /* afasta da borda do card acima */
  }
}
/* ===== Ajuste da faixa "Comece a pagar só em 2026" ===== */
.blow { 
  position: relative; 
  /* espaço vertical para a faixa não encostar no card de cima */
  margin-top: 12px; 
}

.blow .full-flag{
  position: absolute;
  Height: 80px;
  left: 0;
  right: 0;
  top: 0;                    /* ancora no topo do card de baixo */
  transform: translateY(-50%); /* metade para fora / metade para dentro do card */
  z-index: 3;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 12px 40px;        /* mantém altura confortável */
}

/* garante que o conteúdo do card não “brigue” com a faixa */
.blow .card-grid-tab.is-relative,
.blow .card-grid-tab{
  padding-top: 2.75rem;      /* ajuste fino do respiro interno no topo */
}

/* Desktop: um pouquinho mais de “encaixe” para acompanhar cards maiores */
@media (min-width: 992px){
  .blow { margin-top: -50px; }
  .blow .full-flag{ transform: translateY(-1%); }
}

/* Mobile: traz a faixa um pouco mais para baixo para não cortar */
@media (max-width: 479px){
  .blow { margin-top: -30px; }
  .blow .full-flag{ transform: translateY(50%); padding: 10px 24px; }
}
/* === Ajustes da flag "Comece a pagar só em 2026" === */
.blow {
  position: relative; /* garante contexto para a flag absoluta */
}

/* Flag: posicionamento, camadas e cantos */
.full-flag {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  /* mantém o visual original */
  background-color: #fdb822; /* ou a cor atual que você usa */
  padding-top: 14px;
  padding-bottom: 44px;
  padding-left: 40px;

  /* novo: sobe a flag e mantém largura total */
  top: 0;
  transform: translateY(40%);  /* você pediu 40% */
  z-index: 2;                  /* você pediu z-index 2 */

  /* novo: só o topo arredondado; base retangular */
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* O card precisa ficar acima da flag (ela “entra por trás”) */
.card-grid-tab.is-relative,
.card-grid-tab {
  position: relative;
  z-index: 3;
}

/* Garanta que não exista outro radius sobrescrevendo a base da flag */
.full-flag.is-red {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Mostra setas laterais só no mobile */
@media (max-width: 479px){
  .scroll-hint{
    position: relative;          /* base pros pseudo-elements */
    overflow-x: auto;            /* já existe, mas garantimos */
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  /* Fade + seta esquerda */
  .scroll-hint::before,
  .scroll-hint::after{
    content: '';
    position: sticky;            /* “cola” na lateral enquanto arrasta */
    top: 0;
    bottom: 0;
    width: 48px;
    z-index: 5;
    pointer-events: none;        /* não bloqueia o swipe */
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
  }

  .scroll-hint::before{
    left: 0;
    background-image:
      radial-gradient(circle at 50% 50%, rgba(0,0,0,.75) 0 40%, transparent 41%),
      linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
    mask: none;
  }

  .scroll-hint::after{
    right: 0;
    background-image:
      radial-gradient(circle at 50% 50%, rgba(0,0,0,.75) 0 40%, transparent 41%),
      linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
    transform: scaleX();  /* reaproveita o mesmo “ícone” radial do ::before */
  }

  /* desenha as “setas” com um chevron simples via ::before de cada pseudo */
  .scroll-hint::before,
  .scroll-hint::after{
    /* chevron usando bordas; fica no centro do “radial-gradient” acima */
  }
  .scroll-hint::before{ }
  .scroll-hint::after{ }

  /* opcional: um chevron mais nítido usando caracteres (sem fontes extras) */
  .scroll-hint > i,
  .scroll-hint > b{ display:none; } /* garante que nada conflite */
}

/* Versão com caracteres para setas (mais nítido que o radial).
   Se preferir, ative trocando os pseudo-elements por estes: */
@media (max-width: 479px){
  .scroll-hint::before,
  .scroll-hint::after{
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
  }
  .scroll-hint::after{
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
  }
  .scroll-hint:before{ content:'‹'; }
  .scroll-hint:after{ content:'›'; }
  .scroll-hint:before,
  .scroll-hint:after{
    color: #000;                 /* cor das setas */
    font: 700 28px/1 system-ui;  /* tamanho/peso */
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 6px rgba(255,255,255,.9);
  }
}


