@font-face {
  font-family: Futura Std;
  src: url('../fonts/FuturaStdMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Std;
  src: url('../fonts/FuturaStdLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Std;
  src: url('../fonts/FuturaStdCondensed.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Std;
  src: url('../fonts/FuturaStdBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Std;
  src: url('../fonts/FuturaStdMedium.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --support-black: #1a1a1a;
  --support-white: white;
  --primary-dark-orange: #f79531;
  --primary-dark-blue: #005da8;
  --secondary-lemon: #afca0b;
  --white-smoke-2: #f7f7f7;
  --white-smoke: #f1f1f1;
  --secundary-medium-blue: #0784f6;
  --support-medium-gray: #c2c2c2;
  --secondary-medium-orange: #febe58;
  --support-light-gray: #d9d9d9;
  --transparente: #fff0;
  --p1-blue: #0066b3;
  --p2-black: #1a1a1a;
  --secondary-purple: #5d3dc5;
  --secondary-light-blue: #0066b31a;
  --systemflow-lite-neutral--80: #636b75;
  --systemflow-lite-neutral--10: white;
  --systemflow-lite-neutral--100: #0e0f11;
  --systemflow-lite-neutral--20: #f9fafb;
  --systemflow-lite-primary--10: #f2f6ff;
  --systemflow-lite-primary--60: #2f54eb;
}

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

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

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

@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 {
  color: var(--support-black);
  background-color: #0000;
  font-family: Futura Std, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

p {
  margin-bottom: 10px;
}

img {
  max-width: none;
  max-height: none;
  display: inline-block;
}

.header {
  z-index: 99;
  background-color: var(--support-white);
  flex-direction: column;
  justify-content: center;
  min-height: 84px;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 1vw;
}

.container-regular {
  width: 100%;
  max-width: 1498px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  width: 9%;
}

.nav-menu-wrapper {
  flex: 0 auto;
}

.nav-menu {
  place-content: flex-start center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  cursor: pointer;
  margin: 14px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-dark-orange);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  margin-left: 11vw;
}

.button-cta {
  background-color: var(--primary-dark-orange);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 6px;
  padding: 1vw 2vw;
  font-size: 1vw;
  font-weight: 700;
  line-height: 20px;
}

.button-cta:hover {
  color: #fff;
  background-color: #32343a;
}

.button-cta:active {
  background-color: #43464d;
}

.button-cta.backgrounds-color-blue {
  position: absolute;
}

.section-h {
  flex-direction: row;
  justify-content: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.section-h.size-minh-672 {
  flex-direction: row;
  justify-content: center;
  min-height: 672px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.section-h.size-minh-672.bg-color-blue {
  background-color: var(--primary-dark-blue);
}

.section-h.size-minh-672.bg-color-blue.bg-img-hero {
  background-image: url('../images/bgHero.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-left: 6vw;
  padding-right: 10vw;
}

.section-h.size-minh-672.bg-color-blue.bg-img-hero.add-custom {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.section-h.size-minh-756 {
  min-height: 630px;
  padding-left: 0;
  padding-right: 0;
}

.section-h.size-minh-756.t {
  padding-left: 4vw;
  padding-right: 4vw;
}

.section-h.size-minh-756.widthmax {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.flex-v {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-v.add-size-maxw-588 {
  max-width: 588px;
  padding-left: 0;
}

.flex-v.size-minw-420 {
  min-width: 420px;
}

.flex-v.size-minw-420.siz-maxw-756 {
  object-fit: contain;
  max-width: 756px;
  padding-top: 0;
  padding-right: 0;
  position: relative;
}

.flex-v.flexchild-align-center.flex-v-layout-align-center.flex-v-layout-justify-start.add-custom1 {
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.flex-v.layout-flexv-justify-space {
  justify-content: center;
  height: 100%;
  position: relative;
}

.flex-v.add-custom12 {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.flex-v.add-custom17 {
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 1367px;
  max-width: 1367px;
  margin-bottom: 15vh;
}

.h1 {
  font-size: 4rem;
  line-height: 4.5rem;
}

.h1.font-color-white {
  z-index: 2;
  width: 10ch;
  position: relative;
}

.h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.h4.font-color-white {
  text-align: center;
}

.h4.font-color-white.font-weight-300.add-custom-head {
  text-align: left;
  width: 36ch;
  margin-top: 0;
  margin-bottom: 0;
}

.h4.font-color-white.add-mobile11 {
  font-weight: 300;
}

.h4.typo-weight-500.spacing-margin-ud-20 {
  font-weight: 300;
  line-height: 2rem;
}

.h4.typo-weight-500.custom-mobile {
  font-weight: 300;
}

.h4.typo-color-white {
  text-align: center;
}

.h4.typo-color-white.add-mobile11 {
  font-weight: 300;
}

.font-color-white {
  color: var(--support-white);
}

.font-weight-300 {
  font-weight: 300;
}

.img-hero-fiquebem {
  object-fit: fill;
  width: 643px;
  height: 453px;
  margin-right: 0;
}

.img-hero-fiquebem.add-custom {
  width: 100%;
  max-width: 643px;
  height: 100%;
  max-height: 453px;
}

.img-hero-fiquebem.add-custom1 {
  width: 100%;
  height: 100%;
}

.button-hero {
  background-color: var(--primary-dark-orange);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 130px;
  padding: 26px 36px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all .2s;
}

.button-hero:hover {
  color: #fff;
  background-color: #32343a;
}

.button-hero:active {
  background-color: #43464d;
}

.button-hero.add-custom1 {
  font-size: 18px;
  line-height: 18px;
}

.wrapper.spacing-padding-right-82 {
  padding-right: 82px;
}

.wrapper.spacing-padding-right-82.spacing-margin-down-41 {
  margin-bottom: 41px;
  position: relative;
}

.wrapper.spacing-padding-right-82.spacing-margin-down-41.add-mobile, .wrapper.spacing-padding-right-82.spacing-margin-down-41.add-mobile55.specific {
  margin-bottom: 30px;
}

.wrapper.size-maxw-252.spacing-padding-rl-20.spacing-margin-ud-20 {
  flex: 1;
}

.wrapper.size-maxw-588.flexchild-align-center.add-mobile2 {
  max-width: 100%;
}

.wrapper.size-maxw-756.tipography-align-center.add-custom122 {
  max-width: 650px;
}

.wrapper.flexchild-align-center.size-maxw-504 {
  max-width: 450px;
}

.wrapper.add-custom {
  position: relative;
}

.wrapper.add-custom10 {
  flex: 0 auto;
  align-self: center;
}

.wrapper.add-custom12 {
  position: relative;
}

.wrapper.add-custom17 {
  max-width: 840px;
}

.wrapper.add-custom18 {
  margin-top: 41px;
}

.wrapper.add-customcta {
  padding: 20px 35px;
}

.slicer {
  flex-wrap: wrap;
  flex: 1;
  place-content: center space-around;
  align-self: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.slicer.size-maxw-1428 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: row;
  flex: 0 auto;
  align-content: center;
  align-self: stretch;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.slicer.size-maxw-1428.add-customheader {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.slicer.size-maxw-1428.add-custom1 {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.slicer.spacing-0 {
  flex-direction: column;
  align-items: center;
  max-width: 1428px;
  display: flex;
}

.img-hero-vector {
  z-index: 0;
  position: absolute;
  top: 122px;
}

.img-hero-vector.add-custom2 {
  top: 120px;
}

.section-v {
  flex-direction: column;
  justify-content: space-between;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.section-v.bg-color-white {
  background-color: var(--support-white);
}

.section-v.bg-color-white.size-minh-588 {
  min-height: 588px;
  padding-top: 80px;
}

.section-v.bg-color-white.size-minh-1260 {
  padding-top: 0;
}

.section-v.bg-color-green {
  background-color: var(--secondary-lemon);
}

.section-v.bg-color-green.size-minh-420 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.section-v.bg-color-blue {
  background-color: var(--primary-dark-blue);
}

.section-v.bg-color-blue.bg-img-hero {
  background-image: url('../images/bgHero.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-v.bg-color-blue.bg-img-hero.size-minh-504 {
  min-height: 504px;
  padding-top: 3vw;
  padding-bottom: 3vw;
  position: relative;
  overflow: hidden;
}

.section-v.size-minh-168 {
  min-height: 168px;
}

.section-v.size-minh-168.bg-color-whitesmoke2 {
  background-color: var(--white-smoke-2);
}

.section-v.backgrounds-color-whitesmoke.size-m {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-v.backgrounds-color-whitesmoke.size-m.size-minh-2800.add-custom4 {
  height: 100%;
  min-height: auto;
  padding-top: 2vw;
}

.footer {
  position: static;
  inset: auto 0% 0%;
}

.flexchild-align-center {
  align-self: center;
}

.flex-v-layout-justify {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.h2 {
  margin-top: 10px;
  font-size: 3rem;
  line-height: 3.5rem;
}

.h2.typo-color-blue, .h2.typo-color-white.add-custom12 {
  z-index: 1;
  position: relative;
}

.h2.add-custom17 {
  color: var(--primary-dark-blue);
  margin-bottom: 42px;
  font-size: 3rem;
  line-height: 3rem;
}

.h2.add-custom17.speconly {
  font-size: 48px;
}

.h3 {
  font-size: 1.4rem;
}

.h3.typo-weight-700.spacing-margin-u-10-d-20.typo-size-3-5.typo-color-white {
  text-align: center;
}

.h3.typo-weight-700.spacing-margin-u-10-d-20.typo-size-3-5.typo-color-white.add-custom15 {
  font-weight: 700;
}

.h3.typo-color-orange {
  text-transform: uppercase;
  font-weight: 700;
}

.h3.typo-color-white {
  font-weight: 500;
}

.h3.add-custom17 {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 2rem;
}

.typo-weight-700 {
  font-weight: 700;
}

.size-maxw-252 {
  max-width: 336px;
}

.flex-v-layout-align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spacing-padding-rl-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.spacing-margin-u-10-d-20 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.tipography-align-center {
  text-align: center;
}

.spacing-margin-ud-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.layout-flexv-justify-space {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.size-maxw-504 {
  max-width: 504px;
}

.typo-color-orange {
  color: var(--primary-dark-orange);
}

.typo-weight-500 {
  font-weight: 500;
}

.size-maxw-588 {
  max-width: 588px;
}

.size-maxw-1428 {
  max-width: 1428px;
}

.size-width-588.add-custom-m {
  width: 100%;
  height: 100%;
}

.backgrounds-color-blue {
  background-color: var(--primary-dark-blue);
}

.backgrounds-color-whitesmoke {
  background-color: var(--white-smoke);
}

.size-minh-756 {
  min-height: 756px;
}

.size-maxw-756 {
  max-width: 756px;
}

.typo-color-blue {
  color: var(--primary-dark-blue);
}

.spacing-0 {
  margin: 0;
  padding: 0;
}

.flex-v-layout-justify-start {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.size-max-1008 {
  max-width: 1008px;
}

.slicer-bullet {
  z-index: 7;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% auto 0% -9%;
}

.slicer-content {
  flex-direction: column;
  height: 100%;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.content2 {
  flex-wrap: wrap;
  flex: 1;
  place-content: center space-around;
  align-self: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.content2.size-maxw-1428 {
  flex: 1;
  align-self: stretch;
  max-width: 1428px;
}

.content2.size-maxw-1428.spacing-0 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 39px;
  margin-bottom: 39px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image1 {
  min-width: 600px;
}

.image1.add-format-image {
  min-width: 450px;
}

.image2 {
  min-width: 360px;
}

.image3.image3-size-minw-504 {
  width: 100%;
  min-width: auto;
  height: 100%;
  position: static;
}

.content1 {
  flex-wrap: wrap;
  flex: 1;
  place-content: center space-around;
  align-self: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.content1.size-maxw-1428 {
  flex: 1;
  align-self: stretch;
  max-width: 1428px;
}

.content1.size-maxw-1428.spacing-0 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.content3 {
  flex-wrap: wrap;
  flex: 1;
  place-content: center space-around;
  align-self: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.content3.size-maxw-1428 {
  flex: 1;
  align-self: stretch;
  max-width: 1428px;
}

.content3.size-maxw-1428.spacing-0 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 31px;
  margin-bottom: 31px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.size-minh-2800 {
  min-height: 2800px;
}

.insidebullet1 {
  border: 1px none var(--secundary-medium-blue);
  background-color: var(--secundary-medium-blue);
  border-radius: 20px;
  flex: none;
  align-self: center;
  width: 11px;
  height: 11px;
}

.bullet1 {
  border: 1px solid var(--secundary-medium-blue);
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  height: 20px;
  display: flex;
}

.bullet2, .bullet3 {
  border: 1px solid var(--support-medium-gray);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.insidebullet2, .insidebullet3 {
  border: 1px none var(--secundary-medium-blue);
  background-color: var(--support-medium-gray);
  border-radius: 20px;
  flex: none;
  align-self: center;
  width: 11px;
  height: 11px;
}

.typo-color-white {
  color: var(--support-white);
}

.typo-align-center {
  text-align: center;
}

.typo-size-3-5 {
  font-size: 3.5rem;
  line-height: 4rem;
}

.size-minh-420 {
  min-height: 420px;
}

.form-block {
  margin-top: 60px;
  position: relative;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: var(--primary-dark-orange);
  cursor: pointer;
  border-radius: 6px;
  flex: 1;
  align-self: stretch;
  padding: 12px 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.submit-button:hover {
  background-color: var(--primary-dark-orange);
}

.text-field {
  color: var(--support-black);
  text-align: left;
  cursor: text;
  border-radius: 6px;
  flex: 1;
  align-self: stretch;
  min-width: 280px;
  max-width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.text-field:focus {
  background-color: var(--primary-dark-blue);
  color: var(--support-white);
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.checkbox {
  border: 3px solid var(--support-white);
  background-color: #0000;
  border-radius: 3px;
  min-width: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.checkboxlabel {
  color: var(--support-white);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.termouso, .politicaprivacidade {
  color: var(--support-white);
}

.checkbox-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.successmessage {
  background-color: var(--secondary-lemon);
  color: var(--support-white);
  border: 1px solid #0000;
  border-radius: 3px;
  font-weight: 500;
}

.errormessage {
  background-color: var(--secondary-medium-orange);
  color: var(--support-black);
  font-weight: 500;
}

.sysf-collapse-item-2 {
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}

.faq {
  grid-row-gap: 40px;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  min-width: 80%;
  margin-top: 60px;
}

.faq_item {
  border: 2px solid var(--support-light-gray);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  min-height: 131px;
  padding: 41px;
  display: flex;
}

.question {
  font-size: 1.5rem;
  line-height: 2rem;
}

.icon {
  cursor: pointer;
  max-width: 42px;
  transform: rotate(-90deg);
}

.answear {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7rem;
  display: flex;
}

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

.footer-line {
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
}

.line1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
}

.line2 {
  align-self: center;
}

.social_icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 30px;
  display: flex;
}

.footer-signing {
  color: var(--support-medium-gray);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3rem;
}

.footer-hl {
  color: var(--support-black);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: flex;
}

.footer-hl.add-custom {
  display: none;
}

.footer-linkbox {
  text-decoration: none;
}

.content_frame {
  background-color: var(--support-white);
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  max-width: 85vw;
  max-height: 70%;
  padding: 0 19px 21px;
  display: flex;
  position: relative;
  overflow: auto;
}

.content_frame.custom {
  color: var(--primary-dark-blue);
  justify-content: center;
  align-self: center;
  max-width: 35vw;
  font-size: 1.5rem;
  line-height: 1.7rem;
  display: flex;
  position: static;
  overflow: visible;
}

.content_frame.custom2 {
  flex-direction: column;
  max-width: 70vw;
  overflow: auto;
}

.content {
  margin-top: 6px;
  display: block;
  position: static;
}

.content p {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300;
  display: block;
}

.content h2 {
  text-align: center;
  margin-bottom: 33px;
  display: none;
}

.icon_close {
  z-index: 99;
  background-color: var(--support-white);
  cursor: pointer;
  align-self: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
  position: sticky;
  inset: 0% auto auto;
}

.icon_close.custom1 {
  width: 35%;
}

.icon_text_fechar {
  color: var(--primary-dark-orange);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}

.image {
  max-width: 15px;
  margin-right: 5px;
}

.image-2 {
  z-index: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.img-caadastro-vector {
  z-index: 0;
  position: absolute;
  inset: 68% auto auto 43%;
}

.img-slicer-vector {
  z-index: 0;
  position: absolute;
  inset: 68% auto auto 0%;
}

.img-slicer-vector.spec {
  width: 281px;
  position: absolute;
  inset: auto 0% -21% auto;
}

.image-7, .image-8, .image-9, .link-block {
  cursor: pointer;
}

.text-block-2 {
  color: var(--primary-dark-blue);
  text-align: center;
  align-self: center;
  margin-top: 25px;
  margin-bottom: 26px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.popup-uso {
  z-index: 101;
  background-color: #1a1a1aba;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-alerta {
  z-index: 101;
  background-color: #1a1a1aba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.main {
  position: relative;
}

.cta {
  z-index: 100;
  background-color: var(--support-white);
  justify-content: center;
  display: none;
  position: sticky;
  top: 0;
}

.wrapper-h {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.wrapper-baixe {
  background-color: var(--primary-dark-blue);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 570px;
  max-width: 570px;
  height: 100%;
  min-height: auto;
  max-height: 528px;
  padding: 40px;
  display: flex;
}

.wrapper-baixe.qrcode {
  border: 1px solid var(--primary-dark-blue);
  background-color: var(--transparente);
  width: 100%;
  min-width: 510px;
  max-width: 510px;
  padding: 2.5vw;
}

.heading {
  color: var(--support-white);
  margin-bottom: 1vw;
  padding-right: 4vw;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.heading.qr-code {
  color: var(--primary-dark-blue);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 0 0 0;
  padding: 0;
  font-size: 28px;
  line-height: 32px;
  display: flex;
}

.text-block-3 {
  color: var(--support-white);
  max-width: 450px;
  margin-bottom: 2vw;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2rem;
}

.text-block-3.qrcodebox {
  color: var(--primary-dark-blue);
  text-align: left;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.baixar-app {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--support-white);
  color: var(--support-black);
  border-radius: 10px;
  align-items: center;
  max-width: 278px;
  max-height: 72px;
  margin: 0;
  padding: 2vw;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3rem;
  text-decoration: none;
  display: flex;
}

.baixar-app.mobile-ios {
  max-width: 255.57px;
}

.baixar-app.android {
  min-width: 296.1px;
  max-width: 296.1px;
  margin-top: 20px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: flex-start;
  max-width: 100%;
  display: block;
}

.div-block-2.qrcode {
  align-self: center;
  max-width: 20vw;
  overflow: hidden;
}

.image-10 {
  max-width: 16px;
  max-height: 20px;
}

.image-11 {
  max-width: 14.4px;
  max-height: 15.2px;
}

.text-block-4, .text-block-5 {
  font-size: 1.1rem;
  font-weight: 700;
}

.image-12 {
  aspect-ratio: 628 / 273;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.image-13 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.recursos-text-head {
  width: 15ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 44px;
}

.recursos-text-content {
  width: 30ch;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.recursos-text-content.add-custom-content2, .recursos-text-content.add-custom-content3 {
  width: 35ch;
}

.recursos-wrap-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  height: 478px;
  margin-top: 0;
  margin-bottom: 40px;
}

.recursos-wrap-content.add-content2 {
  flex-direction: row-reverse;
}

.recursos-wrap-content-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 100%;
}

.img-recursos {
  width: 100%;
  max-width: 523px;
  height: 100%;
  max-height: 485px;
}

.img-recursos.add-custom-content2 {
  width: 100%;
  max-width: 348px;
  height: 100%;
  max-height: 437px;
  margin-right: 100px;
}

.img-recursos.add-custom-content3 {
  width: 100%;
  max-width: 477px;
  height: 100%;
  max-height: 417px;
  margin-right: 24px;
}

.recursos-text-sectionhead {
  color: var(--p1-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 44px;
  position: relative;
}

.recursos-text-sectioncontent {
  color: var(--p2-black);
  text-align: center;
  width: 69ch;
  font-size: 20px;
  line-height: 26px;
}

.recursos-button-cta {
  background-color: var(--p1-blue);
  color: var(--support-white);
  text-align: center;
  border-radius: 6px;
  padding: 24px 36px;
  font-weight: 700;
  line-height: 22px;
}

.recursos-div-image {
  object-fit: contain;
}

.recursos-line {
  background-color: var(--secondary-lemon);
  width: 60%;
  height: 2px;
}

.recursos-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 1428px;
  padding-top: 40px;
  padding-bottom: 0;
}

.hero {
  background-image: url('../images/bgHero.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 657px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.hero.add-custom {
  align-items: flex-end;
}

.hero.add-custom9 {
  flex-direction: column;
}

.hero-div-h {
  justify-content: center;
  align-items: flex-end;
  max-width: 1428px;
}

.hero-div-h.add-custom1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-self: flex-end;
  align-items: center;
}

.hero-div-h.add-custom1.add-custom9 {
  align-self: center;
}

.hero-div-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-div-left.add-custom2 {
  justify-content: center;
  align-self: flex-start;
}

.hero-div-right {
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-div-right.add-custom1 {
  aspect-ratio: auto;
  align-self: flex-end;
  width: 100%;
  max-width: 620px;
  height: 100%;
}

.hero-div-right.add-custom2 {
  width: 750px;
  height: auto;
}

.img-hero {
  width: 100%;
  height: 100%;
  max-height: 454px;
}

.img-hero.add-custom2 {
  max-width: 2475px;
  max-height: 2561px;
}

.comunidade-div-h {
  flex-wrap: wrap;
  justify-content: space-around;
}

.comunidade-div-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-title {
  color: var(--support-white);
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  line-height: 56px;
}

.content-text {
  color: var(--support-white);
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.comunidade-text-header {
  color: var(--support-white);
  text-align: center;
  justify-content: flex-start;
  align-self: center;
  padding-left: 70px;
  font-size: 42px;
  line-height: 44px;
  display: flex;
}

.resgate {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 752px;
  max-height: 752px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.resgate-div-left {
  object-fit: contain;
  width: auto;
  max-width: 582px;
  height: auto;
  max-height: 475px;
  display: flex;
}

.resgate-text-headline {
  color: var(--primary-dark-orange);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.resgate-text-title {
  width: 18ch;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 44px;
}

.resgate-text-content {
  width: 45ch;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.hero-text-content {
  color: var(--support-white);
  width: 41ch;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.hero-text-title {
  z-index: 2;
  color: var(--support-white);
  width: 10ch;
  font-size: 64px;
  line-height: 68px;
  position: relative;
}

.img-hero2 {
  width: 100%;
  height: 100%;
}

.img-hero2.add-custom2 {
  max-width: 2475px;
  max-height: 2561px;
}

.footer-div-unlkd {
  background-color: var(--white-smoke-2);
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.linkbox-unlkd {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 150px;
  text-decoration: none;
  display: flex;
}

.txt-unlkd {
  color: var(--support-medium-gray);
  font-size: .7rem;
  font-weight: 300;
}

.img-unlkd {
  width: 55px;
}

.popup-privacidade {
  z-index: 101;
  background-color: #1a1a1aba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.rich-text-block {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 120%;
}

.comunidade-div-tittle {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1514px;
  display: block;
}

.heading-2 {
  margin-bottom: 20px;
  font-size: 18px;
}

.wrapper-baixe-left {
  border: 1px solid var(--primary-dark-blue);
  background-color: var(--support-white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 518px;
  max-height: 100%;
  padding: 40px;
  display: flex;
}

.wrapper-baixe-left.qrcode {
  border: 1px solid var(--primary-dark-blue);
  background-color: var(--transparente);
  width: 100%;
  min-width: 510px;
  max-width: 510px;
  padding: 2.5vw;
}

.div-qrcode {
  width: 100%;
  min-width: 438px;
  max-width: 438px;
  margin-top: 20px;
  display: flex;
}

.div-qrcode-right {
  display: flex;
}

.image-16 {
  margin-left: 28px;
}

.rich-text-block-2, .rich-text-block-3 {
  font-family: Open Sans, sans-serif;
}

.rich-text-block-4 {
  align-self: flex-start;
  font-family: Open Sans, sans-serif;
}

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

.image-17 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.code-embed {
  margin-top: 50px;
  font-weight: 300;
}

@media screen and (min-width: 1920px) {
  .nav-menu-wrapper {
    flex: 0 auto;
  }

  .flex-v.size-minw-420 {
    min-width: 420px;
  }

  .flex-v.size-minw-420.siz-maxw-756 {
    max-width: 756px;
  }

  .flex-v.add-custom17 {
    flex: 0 auto;
    align-self: center;
    align-items: center;
    padding-top: 80px;
  }

  .sysf-collapse-item-2 {
    border: 1px solid var(--support-medium-gray);
    border-radius: 15px;
    flex-flow: column wrap;
    place-content: center;
    align-items: flex-start;
    max-width: 900px;
    min-height: 130px;
    margin-bottom: 30px;
    display: flex;
  }

  .faq {
    grid-row-gap: 30px;
    align-items: center;
    max-width: 924px;
  }

  .faq_item {
    border: 1px solid var(--support-medium-gray);
    border-radius: 15px;
    flex-direction: column;
    flex: 1;
    min-width: 924px;
    padding: 42px 29px;
    display: flex;
  }

  .question {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8rem;
  }

  .icon {
    width: 36px;
    transform: rotate(-90deg);
  }

  .answear {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2rem;
    display: none;
  }

  .block {
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .img-caadastro-vector {
    top: 68%;
    left: 45%;
  }

  .wrapper-h {
    justify-content: center;
    align-items: center;
  }

  .heading {
    padding: 0;
    font-size: 36px;
    line-height: 46px;
  }

  .baixar-app {
    padding-left: 1vw;
  }

  .footer-div-unlkd {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .linkbox-unlkd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 150px;
    text-decoration: none;
    display: flex;
  }

  .txt-unlkd {
    color: #475467;
  }

  .img-unlkd {
    width: 55px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    width: 16%;
    left: 40vw;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-wrapper.add-menu {
    flex-direction: column;
    flex: 1;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: stretch space-around;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10.add-class {
    margin-left: 0;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-cta {
    margin-bottom: 15px;
    padding: 1.5vw 9vw;
    font-size: 2vw;
  }

  .button-cta.backgrounds-color-blue {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .menu-button {
    padding: 12px;
    display: none;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section-h.size-minh-672 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .section-h.size-minh-672.bg-color-blue.bg-img-hero {
    padding-top: 5vw;
    padding-right: 6vw;
  }

  .flex-v.add-size-maxw-588 {
    order: 1;
    min-width: 504px;
    max-width: 672px;
  }

  .flex-v.size-minw-420.siz-maxw-756 {
    align-items: center;
    max-width: 672px;
  }

  .flex-v.flexchild-align-center.flex-v-layout-justify.flex-v-layout-align-center.add-mobile33 {
    margin-top: 22px;
  }

  .flex-v.flexchild-align-center.flex-v-layout-align-center.flex-v-layout-justify-start.add-custom1 {
    overflow: hidden;
  }

  .flex-v.add-custom12 {
    position: relative;
  }

  .flex-v.add-custom17 {
    width: 100%;
  }

  .h1.font-color-white {
    width: 13ch;
  }

  .h4.font-color-white.font-weight-300.add-custom-head {
    width: 46ch;
  }

  .h4.typo-weight-500.spacing-margin-ud-20 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .h4.typo-weight-500.spacing-margin-ud-20.add-custom-headerhere {
    font-size: 1.2rem;
  }

  .h4.typo-weight-500.custom-mobile {
    font-weight: 300;
  }

  .wrapper {
    flex: 1;
    order: -1;
    align-self: flex-start;
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .wrapper.spacing-padding-right-82.spacing-margin-down-41.add-mobile.add-custom1 {
    width: 100%;
  }

  .wrapper.size-maxw-252 {
    max-width: 100%;
  }

  .wrapper.size-maxw-252.spacing-padding-rl-20.spacing-margin-ud-20 {
    min-width: 200px;
    margin-left: 56px;
    margin-right: 28px;
  }

  .wrapper.size-maxw-252.spacing-padding-rl-20.spacing-margin-ud-20.add-mobile66 {
    flex-direction: column;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.size-maxw-588.flexchild-align-center.add-mobile2 {
    min-width: 450px;
    max-width: 700px;
    margin-top: 36px;
  }

  .wrapper.spacing-margin-ud-20 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .wrapper.size-maxw-756.tipography-align-center.add-custom122 {
    flex: 0 auto;
  }

  .wrapper.flexchild-align-center.size-maxw-504 {
    min-width: 55vw;
    max-width: 100%;
  }

  .wrapper.size-max-1008.tipography-align-center {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .wrapper.add-custom {
    text-align: center;
    justify-content: center;
    align-self: center;
  }

  .wrapper.add-custom10 {
    text-align: center;
    justify-content: center;
  }

  .wrapper.add-custom12 {
    flex: 0 auto;
    align-self: center;
  }

  .wrapper.add-custom18 {
    justify-content: center;
    align-self: center;
  }

  .wrapper.add-mobile1 {
    justify-content: center;
    min-width: 350px;
    display: flex;
  }

  .wrapper.add-mobile9 {
    flex-direction: column;
    align-items: center;
    min-width: 55vw;
    max-width: 100%;
    display: flex;
  }

  .wrapper.add-left {
    justify-content: flex-start;
  }

  .wrapper.add-customcta, .wrapper.customonly {
    justify-content: center;
  }

  .wrapper.specificcus {
    justify-content: center;
    align-items: center;
  }

  .wrapper.add-custom1 {
    justify-content: center;
    width: 100%;
  }

  .slicer.size-maxw-1428 {
    grid-column-gap: 40px;
    flex-wrap: wrap;
  }

  .slicer.size-maxw-1428.add-customheader {
    grid-row-gap: 50px;
    margin-bottom: 30px;
  }

  .slicer.spacing-0 {
    margin-bottom: 30px;
    display: flex;
  }

  .slicer.add-mobile2 {
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .img-hero-vector {
    inset: 15% 0% auto auto;
  }

  .img-hero-vector.add-custom2 {
    top: 55px;
    right: 20%;
  }

  .class {
    margin-bottom: 25px;
  }

  .section-v.bg-color-white.size-minh-588 {
    padding-top: 30px;
  }

  .section-v.backgrounds-color-whitesmoke.size-m.size-minh-2800.add-custom4 {
    min-height: auto;
    padding: 1vw 2vw 2vw;
    display: flex;
  }

  .h2 {
    text-align: left;
    margin-top: 10px;
    font-size: 2rem;
    line-height: 2.1rem;
  }

  .h2.typo-color-blue {
    text-align: left;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2.add-custom17 {
    color: var(--support-black);
  }

  .h3 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .h3.typo-weight-700.spacing-margin-u-10-d-20.add-mobile1 {
    padding-left: 0;
    padding-right: 0;
  }

  .h3.typo-color-orange {
    padding-left: 0;
    display: none;
  }

  .h3.add-mobile33 {
    line-height: 1.6rem;
  }

  .h3.add-mobile33.custom-mobile {
    text-align: center;
  }

  .img-section-icon {
    object-fit: none;
  }

  .slicer-bullet {
    flex-direction: row;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .slicer-content {
    align-self: flex-start;
    padding-bottom: 35px;
  }

  .content2.size-maxw-1428 {
    grid-row-gap: 41px;
    flex-wrap: wrap;
  }

  .content2.size-maxw-1428.spacing-0 {
    grid-row-gap: 25px;
    flex-wrap: wrap-reverse;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    position: absolute;
  }

  .content2.size-maxw-1428.spacing-0.specifc {
    display: flex;
    position: absolute;
  }

  .image1 {
    text-align: center;
    width: 100%;
    min-width: auto;
    height: 100%;
    display: block;
  }

  .image1.add-format-image {
    max-width: 70vw;
  }

  .image2, .image3.image3-size-minw-504 {
    min-width: auto;
    max-width: 70vw;
  }

  .content1.size-maxw-1428 {
    grid-row-gap: 41px;
    flex-wrap: wrap;
  }

  .content1.size-maxw-1428.spacing-0 {
    grid-row-gap: 25px;
    flex-wrap: wrap-reverse;
    margin-top: 10px;
    display: flex;
    position: relative;
  }

  .content3.size-maxw-1428 {
    grid-row-gap: 41px;
    flex-wrap: wrap;
  }

  .content3.size-maxw-1428.spacing-0 {
    grid-row-gap: 25px;
    flex-wrap: wrap-reverse;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    position: absolute;
  }

  .content3.size-maxw-1428.spacing-0.specific {
    display: flex;
    position: absolute;
  }

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

  .faq_item {
    width: 100%;
    max-width: 650px;
  }

  .question {
    padding-right: 17px;
  }

  .answear {
    display: none;
  }

  .line1 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: space-between;
  }

  .footer-linkbox {
    min-width: 50px;
  }

  .content_frame.custom {
    max-width: 60vw;
  }

  .content_frame.custom2 {
    max-width: 85vw;
  }

  .img-caadastro-vector {
    inset: 60% auto auto 39%;
  }

  .img-slicer-vector {
    max-width: 150px;
    inset: auto auto 12% 17%;
  }

  .img-slicer-vector.spec {
    width: 166.6px;
    max-width: 238px;
    max-height: 23px;
    inset: auto auto 0% 32%;
  }

  .image-3, .image-4, .image-5 {
    object-fit: none;
  }

  .cta {
    display: flex;
  }

  .wrapper-h {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .wrapper-baixe {
    align-items: center;
    width: 100%;
    min-width: 320px;
    min-height: 508px;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .wrapper-baixe.qrcode {
    width: 35vw;
    display: none;
  }

  .heading {
    text-align: center;
    font-weight: 700;
    line-height: 3rem;
  }

  .text-block-3 {
    text-align: center;
    font-size: 1rem;
  }

  .text-block-3.qrcodebox {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .recursos-text-head {
    text-align: center;
  }

  .recursos-text-content, .recursos-text-content.add-custom-content2, .recursos-text-content.add-custom-content3 {
    width: 50ch;
  }

  .recursos-wrap-content {
    flex-flow: wrap-reverse;
    justify-content: center;
    height: 100%;
  }

  .recursos-wrap-content.add-content2 {
    flex-wrap: wrap-reverse;
    align-content: stretch;
  }

  .recursos-wrap-content-left {
    align-items: center;
    max-width: none;
  }

  .img-recursos.add-custom-content2 {
    margin-right: 0;
  }

  .recursos-text-sectionhead {
    width: 20ch;
  }

  .recursos-text-sectioncontent {
    width: 85%;
  }

  .recursos-div-image, .recursos-section-content {
    justify-content: center;
    display: flex;
  }

  .hero {
    height: 100%;
    min-height: 657px;
  }

  .hero-div-h {
    flex-wrap: wrap-reverse;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .hero-div-h.add-custom1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-content: flex-end;
  }

  .hero-div-left {
    align-items: center;
    max-width: 660px;
    margin-top: 30px;
  }

  .hero-div-left.add-custom2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 650px;
    margin-top: 0;
    display: flex;
  }

  .hero-div-right, .hero-div-right.add-custom1 {
    align-items: center;
  }

  .comunidade-div-h {
    grid-column-gap: 200px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .content-title {
    font-size: 54px;
  }

  .resgate {
    flex-wrap: wrap;
    height: 100%;
    max-height: none;
    padding-top: 50px;
  }

  .hero-text-content, .hero-text-title {
    width: auto;
  }

  .wrapper-baixe-left {
    align-items: center;
    width: 100%;
    min-width: 320px;
    min-height: 508px;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .wrapper-baixe-left.qrcode {
    width: 35vw;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    width: 21%;
    padding-left: 0;
    left: 38vw;
  }

  .nav-menu {
    flex-direction: column;
    align-content: stretch;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
    margin-left: 0;
  }

  .button-cta {
    padding: 1.5vw 9vw;
    font-size: 2.5vw;
  }

  .button-cta.backgrounds-color-blue {
    padding: 2vw 5vw;
  }

  .flex-v.flexchild-align-center.flex-v-layout-align-center.flex-v-layout-justify-start.add-custom1 {
    position: static;
  }

  .flex-v.layout-flexv-justify-space {
    flex: 0 auto;
    align-items: flex-start;
    width: 80%;
  }

  .h1.font-color-white {
    width: 100%;
  }

  .h4.font-color-white.font-weight-300.add-custom-head {
    width: auto;
  }

  .h4.font-color-white.add-mobile11 {
    padding: 20px;
  }

  .h4.font-color-white.add-mobile11.add-mobile12 {
    text-align: left;
    padding-left: 44px;
    padding-right: 44px;
  }

  .h4.typo-weight-500.spacing-margin-ud-20 {
    margin-bottom: 30px;
  }

  .h4.typo-weight-500.custom-mobile {
    font-weight: 300;
  }

  .h4.typo-color-white.add-mobile11 {
    padding: 20px;
  }

  .button-hero {
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
  }

  .button-hero.add-custom1 {
    text-align: center;
  }

  .wrapper.spacing-padding-right-82.spacing-margin-down-41.add-mobile.add-custom1, .wrapper.spacing-padding-right-82.spacing-margin-down-41.add-mobile55.specific.add-custom1 {
    min-width: auto;
  }

  .wrapper.size-maxw-252.spacing-padding-rl-20.spacing-margin-ud-20 {
    align-items: center;
    margin-left: 56px;
    margin-right: 56px;
  }

  .wrapper.add-custom1 {
    min-width: auto;
  }

  .img-hero-vector {
    max-width: 146px;
    top: 20%;
    right: 60%;
  }

  .img-hero-vector.add-custom2 {
    top: 119px;
    right: 46%;
  }

  .class {
    margin-bottom: 5px;
  }

  .section-v.bg-color-white.size-minh-588 {
    padding-top: 40px;
  }

  .section-v.backgrounds-color-whitesmoke.size-m.size-minh-2800.add-custom4 {
    justify-content: flex-start;
    min-height: auto;
  }

  .h2 {
    margin-bottom: 30px;
  }

  .h2.add-custom17 {
    text-align: center;
  }

  .h2.add-custom17.speconly {
    display: none;
  }

  .h3 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .h3.typo-color-orange.specific {
    display: none;
  }

  .h3.typo-color-white.add-custom12 {
    text-align: center;
  }

  .h3.add-custom17 {
    text-align: center;
    line-height: 2rem;
  }

  .size-width-588.add-custom-m {
    width: 90%;
    height: 90%;
  }

  .slicer-bullet {
    display: none;
  }

  .content2.size-maxw-1428.spacing-0 {
    margin-bottom: 40px;
    position: static;
  }

  .content2.size-maxw-1428.spacing-0.specifc {
    position: static;
  }

  .content1.size-maxw-1428.spacing-0 {
    margin-bottom: 40px;
    display: flex;
    position: static;
  }

  .content3.size-maxw-1428.spacing-0 {
    display: flex;
    position: static;
  }

  .content3.size-maxw-1428.spacing-0.specific {
    position: static;
  }

  .checkboxlabel {
    margin-bottom: 0;
    font-size: .9rem;
  }

  .faq_item {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    display: flex;
  }

  .line1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .content_frame.custom {
    max-width: 75vw;
  }

  .img-slicer-vector {
    top: 38%;
    left: 4%;
    right: 5%;
  }

  .wrapper-baixe {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .wrapper-baixe.qrcode {
    display: none;
  }

  .heading {
    align-self: center;
    padding-right: 0;
    font-weight: 700;
    line-height: 3rem;
  }

  .text-block-3 {
    align-self: center;
  }

  .text-block-3.qrcodebox {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .baixar-app {
    justify-content: center;
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .div-block-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
  }

  .div-block-2.qrcode {
    max-width: 25vw;
  }

  .link-block-2 {
    flex-direction: row;
    justify-content: center;
    min-width: 100%;
    display: flex;
  }

  .recursos-text-content, .recursos-text-content.add-custom-content2, .recursos-text-content.add-custom-content3 {
    width: 90%;
  }

  .hero-div-h.add-custom1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-div-left {
    align-items: flex-start;
    width: 90%;
  }

  .hero-div-left.add-custom2 {
    max-width: 500px;
  }

  .hero-div-right {
    width: 100%;
    max-width: 560px;
    height: 100%;
    max-height: 548px;
  }

  .hero-div-right.add-custom1 {
    width: 80%;
  }

  .resgate-div-right {
    justify-content: center;
    display: flex;
  }

  .resgate-text-title, .resgate-text-content {
    width: auto;
  }

  .hero-text-title {
    width: 10ch;
    font-size: 36px;
    line-height: 44px;
  }

  .wrapper-baixe-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .wrapper-baixe-left.qrcode {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-brand {
    width: 40%;
    left: 28vw;
  }

  .navbar-brand.w--current {
    left: 30.4vw;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .nav-menu {
    flex-direction: column;
    align-content: stretch;
    align-items: center;
  }

  .mobile-margin-top-10 {
    margin-left: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-cta {
    padding: 1.5vw 9vw;
    font-size: 4vw;
  }

  .button-cta.backgrounds-color-blue {
    text-align: center;
    letter-spacing: normal;
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    width: 211px;
    height: 66px;
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding: 10px 2vw;
    font-size: 1.1rem;
    line-height: 2rem;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .button-cta.backgrounds-color-blue.addcustom {
    width: 303px;
  }

  .button-cta.backgrounds-color-blue.addcustom2 {
    letter-spacing: normal;
  }

  .section-h.size-minh-672 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-h.size-minh-756.specific {
    min-height: 1000px;
  }

  .flex-v.add-size-maxw-588, .flex-v.size-minw-420.siz-maxw-756 {
    min-width: 252px;
  }

  .flex-v.flexchild-align-center.flex-v-layout-justify.flex-v-layout-align-center {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-v.flexchild-align-center.flex-v-layout-justify.flex-v-layout-align-center.add-mobile33 {
    margin-top: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-v.layout-flexv-justify-space {
    grid-column-gap: 10px;
    width: 100%;
  }

  .flex-v.add-custom12 {
    z-index: 1;
    flex: 1;
    position: relative;
  }

  .flex-v.add-custom17 {
    min-width: auto;
    margin-bottom: 0;
  }

  .h1.font-color-white {
    width: auto;
    font-size: 2.5rem;
    line-height: 2.5rem;
    position: relative;
  }

  .h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }

  .h4.font-color-white.font-weight-300.add-custom-head {
    text-align: left;
    font-size: 1.1rem;
  }

  .h4.font-color-white.add-mobile11 {
    text-align: center;
  }

  .h4.font-color-white.add-mobile11.add-mobile12 {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .h4.typo-weight-500.spacing-margin-ud-20 {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .h4.typo-weight-500.spacing-margin-ud-20.add-custom-headerhere {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .h4.typo-weight-500.custom-mobile {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }

  .h4.typo-color-white.add-mobile11 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-hero {
    text-align: center;
    letter-spacing: normal;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    display: flex;
  }

  .button-hero.add-custombutton {
    letter-spacing: normal;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    width: 273px;
    height: 48px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    display: flex;
  }

  .button-hero.add-custom1 {
    width: auto;
    height: auto;
    padding: 24px 36px;
  }

  .wrapper {
    justify-content: center;
    align-self: flex-start;
    min-width: 55vw;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .wrapper.spacing-padding-right-82.spacing-margin-down-41 {
    margin-bottom: 10px;
    padding-right: 33%;
  }

  .wrapper.spacing-padding-right-82.spacing-margin-down-41.add-mobile {
    padding-right: 0%;
  }

  .wrapper.spacing-padding-right-82.spacing-margin-down-41.add-mobile55 {
    margin-top: 21px;
  }

  .wrapper.spacing-padding-right-82.spacing-margin-down-41.add-mobile55.specific {
    padding-right: 0%;
  }

  .wrapper.size-maxw-252.spacing-padding-rl-20.spacing-margin-ud-20 {
    flex-wrap: wrap;
    min-width: auto;
    max-width: 200px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper.size-maxw-252.spacing-padding-rl-20.spacing-margin-ud-20.add-mobile66 {
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.size-maxw-588.flexchild-align-center.add-mobile2 {
    min-width: 65vw;
  }

  .wrapper.spacing-margin-ud-20.add-left {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .wrapper.size-maxw-756.tipography-align-center.add-custom122 {
    max-width: 100%;
  }

  .wrapper.flexchild-align-center.size-maxw-504 {
    min-width: 55vw;
  }

  .wrapper.add-custom17 {
    text-align: center;
    align-self: center;
  }

  .wrapper.add-custom18 {
    align-self: center;
    display: none;
  }

  .wrapper.add-custom18.specific {
    margin-bottom: 0;
    display: flex;
  }

  .wrapper.add-mobile1 {
    min-width: 65vw;
  }

  .wrapper.add-mobile9 {
    min-width: 55vw;
    max-width: 100%;
  }

  .wrapper.add-customcta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slicer.size-maxw-1428 {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .slicer.size-maxw-1428.add-customheader {
    grid-row-gap: 20px;
  }

  .slicer.spacing-margin-ud-20 {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slicer.add-mobile2 {
    grid-column-gap: 100vw;
    grid-row-gap: 50px;
  }

  .img-hero-vector {
    max-width: 48%;
    top: 20%;
    left: 0%;
  }

  .img-hero-vector.add-custom2 {
    max-width: 151px;
    top: 73px;
  }

  .class {
    margin-bottom: 5px;
  }

  .section-v.bg-color-white.size-minh-588 {
    padding-top: 20px;
  }

  .section-v.bg-color-white.size-minh-1260 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .section-v.bg-color-white.size-minh-1260.add-custom3 {
    height: auto;
  }

  .section-v.bg-color-green.size-minh-420 {
    padding-bottom: 7vw;
  }

  .section-v.size-minh-168.bg-color-whitesmoke2 {
    min-height: 350px;
  }

  .section-v.backgrounds-color-whitesmoke.size-m.size-minh-2800.add-custom4 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .h2.typo-color-blue {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .h2.typo-color-white.typo-align-center {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .h2.typo-color-white.add-custom12 {
    text-align: center;
  }

  .h2.add-custom17 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .h2.add-custom17.specific {
    color: var(--support-black);
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .h2.add-custom17.spec {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .h3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .h3.typo-weight-700.spacing-margin-u-10-d-20.typo-size-3-5.typo-color-white {
    font-size: 2.5rem;
  }

  .h3.typo-weight-700.spacing-margin-u-10-d-20.typo-size-3-5.typo-color-white.add-custom15 {
    margin-bottom: 0;
  }

  .h3.typo-color-orange, .h3.typo-color-orange.title, .h3.typo-color-orange.specific {
    display: none;
  }

  .h3.add-custom17, .h3.add-custom17.specific {
    text-align: center;
  }

  .h3.add-mobile33 {
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .h3.add-mobile33.custom-mobile {
    text-align: center;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .size-width-588 {
    width: 100%;
    height: 100%;
  }

  .slicer-bullet {
    position: absolute;
    inset: 99% 0% auto;
  }

  .slicer-content {
    padding-bottom: 10px;
    position: static;
  }

  .content2.size-maxw-1428.spacing-0 {
    margin-top: 30px;
    display: flex;
    position: static;
  }

  .content2.size-maxw-1428.spacing-0.specifc {
    margin-top: 60px;
    position: static;
  }

  .image1 {
    object-fit: fill;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
  }

  .image1.add-format-image {
    max-width: 85vw;
  }

  .image2 {
    width: 100%;
    min-width: auto;
    height: 100%;
  }

  .image3.image3-size-minw-504 {
    width: 100%;
    min-width: auto;
    max-width: 85vw;
    height: 100%;
  }

  .content1.size-maxw-1428.spacing-0 {
    display: flex;
  }

  .content3.size-maxw-1428.spacing-0 {
    margin-top: 30px;
    display: flex;
    position: static;
  }

  .content3.size-maxw-1428.spacing-0.specific {
    min-height: 680px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .submit-button:hover {
    background-color: var(--primary-dark-orange);
  }

  .div-block {
    flex-wrap: wrap;
  }

  .checkboxlabel {
    font-size: .8rem;
  }

  .faq_item {
    border-color: var(--support-light-gray);
    flex-wrap: wrap;
    width: 100%;
    min-height: 111px;
    padding: 10px;
  }

  .question {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .answear {
    display: none;
  }

  .block {
    flex-wrap: nowrap;
  }

  .footer-line {
    align-items: center;
  }

  .line1 {
    align-self: center;
    width: 80%;
  }

  .line2 {
    margin-top: 14px;
    margin-bottom: 16px;
  }

  .footer-signing {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .footer-linkbox {
    text-align: center;
    min-width: 270px;
  }

  .content_frame.custom, .content_frame.custom2 {
    max-width: 90vw;
  }

  .image-2 {
    z-index: 0;
  }

  .img-caadastro-vector {
    max-width: 40%;
    top: 65%;
    left: 43%;
  }

  .img-caadastro-vector.specific {
    max-width: 50%;
    top: 75%;
    left: 27%;
  }

  .img-slicer-vector {
    max-width: 50%;
    inset: auto auto 10% 3%;
  }

  .img-slicer-vector.spec {
    width: auto;
    max-width: 80%;
    position: absolute;
    bottom: -6%;
    left: 13%;
  }

  .image-5 {
    text-align: center;
  }

  .image-6 {
    max-width: 35vw;
  }

  .wrapper-h {
    display: flex;
  }

  .wrapper-baixe {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: 600px;
    padding: 15px 15px 5vw;
  }

  .wrapper-baixe.qrcode {
    width: 100%;
    display: none;
  }

  .heading {
    text-align: center;
    font-weight: 700;
    line-height: 3rem;
  }

  .heading.qr-code {
    text-align: center;
    margin-top: 0;
  }

  .text-block-3 {
    line-height: 1.7rem;
  }

  .baixar-app {
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5vw;
  }

  .baixar-app.android {
    min-width: auto;
  }

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

  .div-block-2.qrcode {
    max-width: 50vw;
  }

  .text-block-4, .text-block-5 {
    font-size: 1rem;
  }

  .recursos-text-head {
    width: 10ch;
  }

  .recursos-text-content, .recursos-text-content.add-custom-content2, .recursos-text-content.add-custom-content3 {
    width: 100%;
  }

  .recursos-text-sectioncontent {
    text-align: center;
    width: 90%;
  }

  .recursos-button-cta {
    padding-left: 35px;
    padding-right: 35px;
  }

  .hero, .hero.add-custom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-div-left {
    width: 95%;
  }

  .hero-div-left.add-custom2 {
    align-items: flex-start;
    max-width: none;
  }

  .hero-div-right.add-custom1 {
    width: 75%;
  }

  .hero-text-title.add-custom {
    width: 10ch;
    font-size: 36px;
    line-height: 44px;
  }

  .wrapper-baixe-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    max-height: none;
    padding: 20px 15vw 25px 30px;
  }

  .wrapper-baixe-left.qrcode {
    width: 100%;
    display: none;
  }

  .div-qrcode {
    min-width: auto;
    display: block;
  }

  .div-qrcode-right {
    display: block;
  }

  .div-qrcode-left {
    margin-top: 30px;
  }

  .image-16 {
    margin-left: auto;
  }
}


@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStdMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStdLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStdCondensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStdBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Std';
  src: url('../fonts/FuturaStdMedium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}