:root {
  --text-color--text-primary: var(--base-color-neutral--slate-600);
  --base-color-neutral--slate-800: #1e293b;
  --link-color--link-primary: var(--base-color-brand--blue);
  --sizes-rem--1rem: 1rem;
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-neutral--black: #171717;
  --base-color-neutral--zinc-300: #d4d4d8;
  --base-color-neutral--zinc-700: #3f3f46;
  --text-color--text-secondary: var(--base-color-brand--blue-500);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --sizes-rem--2-5rem: 2.5rem;
  --base-color-neutral--slate-900: #0f172a;
  --sizes-rem--0-8rem: .8rem;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --base-color-brand--red-500: #ef4444;
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --base-color-neutral--zinc-400: #a1a1aa;
  --base-color-brand--blue-800: #041943;
  --base-color-brand--blue-700: #0c3279;
  --slate--slate-500: #64748b;
  --base-color-brand--blue-500: #236cf2;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-lighter: #ccc;
  --background-color--background-alternate: var(--base-color-neutral--white);
  --base-color-neutral--slate-200: #e2e8f0;
  --base-color-neutral--slate-500: #64748b;
  --base-color-neutral--slate-400: #94a3b8;
  --background-color--background-primary: var(--base-color-system--warning-yellow-dark);
  --background-color--background-secondary: var(--base-color-brand--blue-500);
  --background-color--background-tertiary: var(--base-color-brand--purple);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--blue-light: #d9e5ff;
  --sizes-rem--1-5rem: 1.5rem;
  --base-color-brand--blue-600: #174eb4;
  --base-color-brand--blue-050: #e9f1ff;
  --base-color-neutral--slate-300: #cbd5e1;
  --base-color-neutral--neutral-darker: #222;
  --link-color--link-secondary: var(--base-color-neutral--black);
  --base-color-neutral--slate-100: #f1f5f9;
  --base-color-brand--purple: #a855f7;
  --base-color-brand--blue-dark: #080331;
  --sizes-rem--0-5rem: .5rem;
  --sizes-rem--2rem: 2rem;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-200: #bdd6ff;
  --base-color-neutral--white: #fff;
  --sizes-rem--4rem: 4rem;
  --sizes-rem--3rem: 3rem;
  --base-color-neutral--zinc-600: #52525b;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --base-color-neutral--zinc-500: #71717a;
  --base-color-neutral--zinc-200: #e4e4e7;
  --base-color-brand--blue-100: #d3e3ff;
  --base-color-neutral--neutral: #666;
  --base-color-brand--green-600: #16a34a;
  --base-color-neutral--slate-050: #f8fafc;
  --base-color-brand--red-050: #fef2f2;
  --base-color-brand--pink-light: #e9d5ff;
  --base-color-brand--pink-dark: #581c87;
  --base-color-brand--blue-400: #689cfa;
  --base-color-brand--blue-300: #92b9fe;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-neutral--slate-600: #475569;
  --base-color-neutral--slate-700: #334155;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --sizes-rem--6rem: 6rem;
  --sizes-rem--5-5rem: 5.5rem;
  --sizes-rem--5rem: 5rem;
  --sizes-rem--4-5rem: 4.5rem;
  --sizes-rem--3-5rem: 3.5rem;
}

body {
  color: var(--text-color--text-primary);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--base-color-neutral--slate-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
}

h2 {
  color: var(--base-color-neutral--slate-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--base-color-neutral--slate-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--text-color--text-primary);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

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

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

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

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-full.flex-vertical-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-full.flex-vertical-left-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-color-primary {
  color: var(--base-color-neutral--zinc-700);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.heading-style-h3 {
  color: var(--base-color-neutral--slate-800);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.padding-global.global-mobile.pad-less-top, .padding-global.sec-less-top {
  padding-top: 2rem;
}

.padding-global {
  padding: 4rem 2.5rem;
}

.padding-global.global-mobile.pad-less-top, .padding-global.sec-less-top {
  padding-top: 2rem;
}

.padding-global.wrap-lp-sitefeio {
  background-color: var(--base-color-neutral--slate-900);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.padding-global.padding-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-global.wrap-sitefeio {
  background-color: var(--base-color-neutral--slate-900);
}

.padding-global.padding-less-bot {
  padding-bottom: var(--sizes-rem--1rem);
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

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

.text-weight-medium.text-color-alt-02 {
  color: #f6ae12;
}

.text-weight-medium.text-color-red {
  color: var(--base-color-brand--red-500);
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-alternate-02 {
  color: var(--base-color-neutral--zinc-400);
}

.text-size-tiny.text-weight-medium.text-color-blue-800 {
  color: var(--base-color-brand--blue-800);
}

.text-size-tiny.text-weight-medium.text-color-blue-700 {
  color: var(--base-color-brand--blue-700);
}

.text-size-tiny.text-weight-medium.text-style-italic.text-footer-01 {
  color: var(--slate--slate-500);
}

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

.text-size-regular.text-weight-medium {
  color: var(--base-color-brand--blue-500);
}

.text-size-regular.text-weight-medium.text-color-neutral {
  color: var(--base-color-neutral--neutral-dark);
}

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

.text-weight-bold.text-color-accent-01b {
  color: #0891b2;
}

.text-weight-bold.text-color-accent-01c {
  color: #a855f7;
}

.text-weight-bold.text-color-red-01 {
  color: #ef4444;
}

.text-weight-bold.text-size-small {
  line-height: 1.4;
}

.text-weight-bold.text-color-neutral {
  color: var(--base-color-neutral--zinc-700);
}

.text-weight-bold.text-color-blue {
  color: #236cf2;
}

.text-weight-bold.title-footer-01 {
  color: var(--base-color-neutral--neutral-lighter);
  margin-left: 1rem;
}

.text-weight-bold.text-centered-mobile.title-footer-02 {
  color: var(--base-color-neutral--neutral-lighter);
}

.max-width-medium {
  width: 100%;
  max-width: 34rem;
}

.max-width-medium.align-left-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.max-width-medium.align-left-center.float-right {
  margin-left: auto;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center.text-align-center.pos-relative {
  position: relative;
}

.max-width-large.spacing-center {
  margin-left: auto;
  margin-right: auto;
}

.max-width-large.spacing-center.relative, .max-width-large.align-center.text-align-center.pos-relative {
  position: relative;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-medium.text-color-alternate-02 {
  color: var(--base-color-neutral--zinc-400);
}

.text-size-small.text-color-slate-500 {
  color: var(--slate--slate-500);
}

.text-size-small.text-color-neutral {
  color: var(--base-color-neutral--neutral-dark);
}

.text-size-small.text-weight-bold.text-color-red {
  color: #ef4444;
}

.text-size-small.text-weight-bold.text-color-blue {
  color: #236cf2;
}

.heading-style-h4 {
  color: var(--base-color-neutral--slate-800);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.heading-style-h4.text-color-alternate.text-centered-mobile {
  text-align: left;
  text-align: left;
}

.background-color-secondary {
  background-color: var(--base-color-brand--blue-500);
}

.form_input {
  border: 1px solid var(--base-color-neutral--slate-200);
  color: var(--base-color-neutral--slate-500);
  background-color: #0000;
  border-radius: 8px;
  height: 100%;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: .9rem;
}

.form_input::placeholder {
  color: var(--base-color-neutral--slate-400);
}

.form_input.is-select-input {
  color: var(--base-color-neutral--zinc-400);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h2 {
  color: var(--base-color-neutral--slate-800);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.heading-style-h2.text-color-alternate.text-centered-mobile.text-shadow {
  text-shadow: 0 4px 6px #0000001a;
}

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

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

.container-large.pos-relative {
  position: relative;
}

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

.text-align-center.align-center.text-style-link {
  text-decoration: underline;
}

.main-wrapper {
  background-color: #f5faff;
  justify-content: center;
  align-items: center;
}

.main-wrapper.main-painel {
  height: 100%;
  display: flex;
}

.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.align-center.align-max-800px {
  max-width: 800px;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--base-color-brand--blue-light);
  border-radius: var(--sizes-rem--1-5rem);
  background-color: var(--base-color-brand--blue-500);
  color: var(--text-color--text-alternate);
  text-align: center;
  letter-spacing: .2px;
  justify-content: center;
  align-items: center;
  padding: .6rem 1.5rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: var(--base-color-brand--blue-700);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  border-radius: 8px;
  padding: .5rem 1.25rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button.is-ghost {
  color: var(--link-color--link-secondary);
  background-color: #0000;
  border: 1px solid #0000;
  transition: all .2s;
}

.button.is-ghost:hover {
  border: 1px solid var(--base-color-neutral--slate-100);
  background-color: var(--background-color--background-alternate);
  box-shadow: 0 4px 16px 2px #09132529;
}

.button.is-ghost.is-small {
  font-size: .9rem;
  font-weight: 500;
}

.button.button-04 {
  background-color: var(--base-color-brand--blue-600);
  min-width: 180px;
}

.button.button-04:hover {
  background-color: var(--base-color-brand--blue-700);
}

.button.is-form-submit {
  background-color: var(--base-color-brand--blue-light);
  color: var(--base-color-brand--blue-600);
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  line-height: 1;
}

.button.is-form-submit:hover {
  border-color: var(--base-color-brand--blue-700);
  background-color: var(--base-color-brand--blue-050);
}

.button.is-secondary {
  border: 1px solid var(--base-color-neutral--slate-200);
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-primary);
}

.button.is-secondary:hover {
  box-shadow: 4px 4px 12px #03050a33;
}

.button.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-icon.is-small {
  padding-left: .8rem;
  padding-right: .8rem;
}

.button.is-icon.is-small.bt-grey {
  background-color: var(--base-color-neutral--slate-200);
  color: var(--text-color--text-secondary);
}

.button.is-icon.is-small.bt-grey:hover {
  background-color: var(--base-color-neutral--slate-300);
}

.button.button-02 {
  background-color: var(--base-color-neutral--neutral-darker);
  min-width: 180px;
}

.button.button-02:hover {
  background-color: var(--base-color-brand--blue-700);
}

.button.button-03 {
  background-color: #a855f7;
  min-width: 180px;
}

.button.button-03:hover {
  background-color: var(--background-color--background-secondary);
}

.button.is-outline {
  background-color: var(--background-color--background-alternate);
  color: var(--link-color--link-secondary);
  border: 1px solid #e2e8f0;
}

.button.is-outline:hover {
  background-color: var(--base-color-neutral--neutral-darker);
  color: var(--text-color--text-alternate);
}

.button.button-purple {
  background-color: var(--base-color-brand--purple);
}

.button.button-purple:hover {
  background-color: var(--base-color-brand--blue-dark);
}

.button.is-footer {
  border-radius: var(--sizes-rem--0-5rem);
  color: var(--link-color--link-alternate);
  background-color: #0000;
  border: 1px solid #0000;
  padding: .25rem 1rem;
  font-size: .92rem;
  font-weight: 600;
  transition: all .2s;
}

.button.is-footer:hover {
  border: 1px solid var(--base-color-neutral--slate-100);
  background-color: var(--base-color-brand--blue-500);
  color: var(--link-color--link-alternate);
}

.button.is-footer.is-small {
  font-size: .9rem;
  font-weight: 500;
}

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

.text-size-medium.text-weight-xbold.text-color-blue-800 {
  color: var(--base-color-brand--blue-800);
}

.text-size-medium.text-weight-xbold.text-color-blue-700 {
  color: var(--base-color-brand--blue-700);
}

.wrap-group {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-group.align-center {
  justify-content: center;
  align-items: center;
}

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

.container-medium.pos-relative {
  position: relative;
}

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  padding-top: var(--sizes-rem--2rem);
  width: 100%;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.nav_component {
  border-bottom: 1px solid var(--base-color-brand--blue-light);
  background-color: #0000;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_brand.hide-desktop {
  display: none;
}

.nav_logo {
  width: 14rem;
}

.nav_menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_menu_link {
  border-bottom: 2px solid #0000;
  padding: 1rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .2s;
}

.nav_menu_link:hover {
  border-bottom: 2px solid var(--base-color-brand--blue);
}

.nav_menu_link.nav-dropdown {
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-right: 3rem;
}

.nav_menu_link.nav-down-link {
  text-align: center;
  width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
}

.nav_button {
  padding: 1rem;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero_heading {
  color: var(--base-color-neutral--slate-800);
  font-size: 3.6rem;
}

.hero_heading.hero_heading-menor {
  font-size: 3rem;
}

.section_hero {
  z-index: 1;
  background-color: var(--background-color--background-alternate);
  background-image: radial-gradient(circle at 0 100%, #2d62ff38, #0000 29%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #00afd61f, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 80svh;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.section_hero.sec-hero-lp {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.hero_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 32rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  z-index: 99;
  background-color: var(--base-color-neutral--white);
  background-image: radial-gradient(circle at 0 0, #e1e8f6, #fff0 32%), linear-gradient(270deg, #ebf0fc, #fff 57%);
  position: fixed;
  inset: 0% 0% auto;
}

.main-section {
  padding: var(--sizes-rem--4rem) 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.main-section.main-section-painel {
  padding-top: var(--sizes-rem--1rem);
  padding-bottom: var(--sizes-rem--1rem);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 100svh;
  display: block;
  overflow: auto;
}

.main-section.sec-cadastro {
  min-height: 100svh;
}

.main-section.sec-less-bot {
  padding-bottom: var(--sizes-rem--1-5rem);
}

.main-section.section--home-01 {
  background-image: linear-gradient(56deg, #eef2ff, #eef2ff00 57%), linear-gradient(360deg, #f3f3f380, #fff0 33%);
}

.main-section.background-color-secondary {
  background-color: var(--base-color-brand--blue-600);
}

.main-section.section-footer {
  border-top: 1px solid var(--base-color-brand--blue);
  background-color: var(--base-color-neutral--slate-900);
}

.linear-line-01 {
  background-image: linear-gradient(90deg, #eaecf200, #eaecf2 54%, #eaecf200);
  height: 2px;
}

.grid-group {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 18px 1fr 18px;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.text-recomendado-01 {
  color: var(--text-color--text-alternate);
  text-transform: uppercase;
  background-color: #06b6d4;
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  margin-right: -8px;
  padding: 8px 8px 6px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  inset: 4% 0% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.text-recomendado-01.text-recomendado-01b {
  background-color: #ef4444;
  right: -2%;
}

.text-recomendado-01.text-recomendado-01c {
  background-color: #236cf2;
  right: -2%;
}

.text-color-blue {
  color: var(--link-color--link-primary);
}

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

.asset-img {
  border-radius: 1rem;
  margin-top: 0;
}

.asset-img.img-home--01 {
  max-height: 450px;
}

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

.grid--home-01 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-lead {
  color: var(--base-color-neutral--slate-800);
  font-size: 1.2rem;
}

.text-lead.text-weight-bold.text-color-cyan {
  color: #0891b2;
}

.text-lead.text-weight-bold.text-color-purple {
  color: var(--base-color-brand--purple);
}

.text-lead.text-weight-bold.text-color-red {
  color: var(--base-color-brand--red-500);
}

.wrap-cards-home {
  padding: var(--sizes-rem--3rem) var(--sizes-rem--2-5rem);
  grid-column-gap: var(--sizes-rem--0-8rem);
  grid-row-gap: var(--sizes-rem--0-8rem);
  border: 1px solid var(--base-color-neutral--slate-100);
  background-color: var(--background-color--background-alternate);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-planos-01 {
  padding: var(--sizes-rem--2-5rem) var(--sizes-rem--1-5rem);
  grid-column-gap: var(--sizes-rem--1rem);
  grid-row-gap: var(--sizes-rem--1rem);
  border: 1px solid var(--base-color-brand--blue-100);
  background-color: #fcfcfd;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  transition: all .5s;
  display: flex;
  position: relative;
}

.wrap-planos-01:hover {
  box-shadow: 4px 4px 24px #08091f24;
}

.wrap-planos-01.wrap-planos-01b {
  background-color: #ecfeff;
}

.wrap-planos-01.wrap-planos-01c {
  background-color: #faf5ff;
}

.wrap-planos-01.wrap-planos-02 {
  background-color: var(--base-color-neutral--white);
}

.wrap-planos-01.wrap-planos-02.wrap-planos-02b {
  border-color: var(--base-color-brand--red-500);
}

.wrap-planos-01.wrap-planos-02.wrap-planos-02c {
  border-color: var(--base-color-brand--blue-500);
}

.live-planos-01 {
  background-image: linear-gradient(90deg, #eaecf200, #eaecf2 50%, #eaecf200);
  height: 2px;
}

.grid-planos-01 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base-color-neutral--black);
  grid-template-rows: auto;
  grid-template-columns: 18px 1fr 18px;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  line-height: 1.2;
  display: grid;
}

.grid-planos-02 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.tag-recomendado {
  border: 1px solid var(--base-color-neutral--slate-100);
  background-color: var(--background-color--background-secondary);
  color: var(--base-color-neutral--white);
  border-radius: 8px;
  padding: 2px 8px;
  font-size: .9rem;
  font-weight: 500;
  position: absolute;
  inset: 10% -5% auto auto;
  box-shadow: 0 2px 5px #0000001f;
}

.tag-recomendado.tag-recomendado-02 {
  background-color: var(--base-color-brand--red-500);
  background-color: var(--base-color-brand--red-500);
}

.grid-footer {
  grid-column-gap: var(--sizes-rem--3rem);
  grid-row-gap: var(--sizes-rem--3rem);
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

.wrap-footer {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: var(--base-color-neutral--neutral);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-footer.wrap-form-footer {
  justify-content: flex-start;
  align-items: stretch;
}

.button-group {
  grid-column-gap: var(--sizes-rem--1-5rem);
  grid-row-gap: var(--sizes-rem--1-5rem);
  color: var(--base-color-brand--blue-500);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.align-center {
  justify-content: center;
  align-items: center;
}

.grid-footer-02 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .6fr 1fr;
}

.text-centered-mobile.text-size-small.text-weight-medium.text-footer-01 {
  color: var(--slate--slate-500);
}

.heading-style-price {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.group-button {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.group-button.align-center {
  justify-content: center;
  align-items: center;
}

.grid-form-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-newsletter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.whats-logo {
  max-height: 3rem;
}

.whats-modal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-line-01 {
  background-color: #0000;
  background-image: linear-gradient(90deg, #a1a1aa00, #a1a1aa 50%, #a1a1aa00);
  width: 100%;
  height: 2px;
}

.bt-whatsapp {
  background-color: #26b43c;
  border-radius: 8px;
  width: 100%;
  font-weight: 500;
  transition: all .2s;
}

.bt-whatsapp:hover {
  background-color: #208630;
  box-shadow: 2px 2px 6px #0003;
}

.text-whatsapp-2 {
  background-color: var(--base-color-brand--blue-500);
  color: #fff;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: .9rem;
  font-weight: 500;
}

.whats-close-2 {
  position: absolute;
  inset: -3% -2% auto auto;
}

.whats-field-2 {
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  box-shadow: 2px 2px 8px #0000001a;
}

.whats-form-2 {
  z-index: 2;
  background-color: #1d1d1d80;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.whats-form-2.show-modal {
  display: block;
}

.whats-button-2 {
  z-index: 999;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: fixed;
  bottom: 2%;
  right: 2%;
}

.whats-button-2:hover {
  transform: translate(0, -4px);
}

.whats-form-02-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #64748b;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  padding: 32px 2rem 36px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 16px 4px #0003;
}

.whats-background {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sec-home--dashboard {
  background-image: url("https://cdn.prod.website-files.com/668dc935914cbc16f4fe1abe/67d0784827f4b4b44cff4346_bkg-home-01.webp");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.img-home--painel-01 {
  border: 1px solid var(--base-color-brand--blue-050);
  border-radius: 8px;
  height: 100%;
  max-height: 650px;
  box-shadow: 6px 6px 32px #0003;
}

.sec-home--sitefeio {
  margin-bottom: 2rem;
  position: relative;
}

.img-home--sitefeio {
  float: right;
  width: auto;
  max-width: 30rem;
  position: absolute;
  inset: -28% 0% 0% auto;
}

.sec-home--todososdias {
  background-image: url("https://cdn.prod.website-files.com/668dc935914cbc16f4fe1abe/67d07e8dc539a5b367f43853_funnel-bkg-01.webp");
  background-position: 50% 0;
  background-size: auto;
}

.grid--home-02 {
  margin-top: 12rem;
  margin-bottom: var(--sizes-rem--3rem);
  grid-template-rows: auto;
}

.wrap-home--avatar {
  border: 2px solid var(--base-color-brand--blue-light);
  background-color: var(--base-color-neutral--slate-050);
  border-radius: 8px;
  padding: 2rem;
}

.grid-home--recomen {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.lightbox-home--recomen {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.wrap-home--recomen-01 {
  padding-top: 1rem;
  position: sticky;
  top: 8rem;
}

.sec-home--milhao {
  background-color: var(--base-color-neutral--slate-900);
  position: relative;
}

.img-float {
  z-index: 2;
  background-image: url("https://cdn.prod.website-files.com/668dc935914cbc16f4fe1abe/67d093abeae87453027ad2eb_medico-2030.webp");
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.grid-home-03 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 32rem 1fr;
}

.nav_menu-links {
  margin-left: auto;
  margin-right: auto;
}

.wrap-home--infos {
  cursor: pointer;
  height: 1rem;
}

.wrap-modal-infos {
  z-index: 99;
  border: 1px solid var(--base-color-brand--blue-light);
  background-color: var(--base-color-neutral--white);
  border-radius: 8px;
  margin-left: .75rem;
  margin-right: 3rem;
  padding: 1rem;
  display: none;
  position: absolute;
  right: 0%;
  box-shadow: 4px 4px 16px #071a3533;
}

.text-infos-modal {
  color: var(--text-color--text-primary);
  font-size: .9rem;
  line-height: 1.4;
}

.text-infos-fechar {
  color: var(--text-color--text-primary);
  font-size: .9rem;
  line-height: 1.4;
  display: none;
}

.faq-group-row {
  border: 1px solid var(--base-color-brand--blue-light);
  background-color: var(--base-color-neutral--white);
  border-radius: 16px;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.faq-item-wrapper {
  border-bottom: 1px solid var(--base-color-neutral--slate-100);
  padding-bottom: 1rem;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  padding: 1rem 2rem;
  display: flex;
}

.faq-question-label {
  color: #3c3d49;
  background-color: #0000;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-arrow {
  z-index: 0;
  position: relative;
}

.faq-answer {
  padding: 0 2rem;
  overflow: hidden;
}

.faq-answer-p {
  font-size: .9rem;
  line-height: 1.5em;
}

.text-color-accent-01c {
  color: var(--base-color-brand--purple);
}

.wrap-price {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: var(--base-color-neutral--white);
  background-image: linear-gradient(90deg, #fff0 54%, #ffecec80);
  border: 1px solid #ffe3e3;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: .5rem 1rem .5rem 2rem;
  display: flex;
  box-shadow: 4px 4px 8px #0b053633;
}

.wrap-price.align-center {
  justify-content: center;
  align-items: center;
}

.sec-home--valores {
  background-color: var(--base-color-neutral--white);
}

.sec-home--valores.sec-valores-02 {
  overflow: auto;
}

.wrap-youtube {
  border-radius: 8px;
  overflow: hidden;
}

.drop-down-list-01 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.drop-down-list-01.w--open {
  background-color: var(--base-color-neutral--white);
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .text-recomendado-01 {
    right: -4%;
  }

  .wrap-plano-02 {
    justify-content: space-around;
    overflow: visible;
  }

  .grid-performance {
    margin-top: var(--sizes-rem--1rem);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-planos-03 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-chart {
    max-width: 180px;
  }

  .modal {
    top: 2%;
  }

  .slider-modal--portfolio {
    max-height: 700px;
  }

  .img-modal--portfolio {
    object-fit: contain;
    max-height: 700px;
  }
}

@media screen and (min-width: 1440px) {
  .text-recomendado-01 {
    right: -4%;
  }

  .wrap-plano-02 {
    overflow: visible;
  }

  .grid-planos-03 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrap--inscrevase:hover {
    background-color: var(--base-color-brand--blue-light);
  }

  .wrap--inscrevase.mini-inscreva-se {
    padding-left: 6px;
    padding-right: 6px;
  }

  .wrap--oucadastro {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    display: flex;
  }

  .line-ou {
    background-color: var(--base-color-neutral--neutral);
    width: 100%;
    height: 1px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .wrap--mini-inscrevase {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-home--recomen {
    grid-column-gap: var(--sizes-rem--3rem);
    grid-row-gap: var(--sizes-rem--3rem);
  }

  .wrap-group-100 {
    width: 100%;
  }

  .wrap-group-recomm-02 {
    flex-flow: column;
  }

  .wrap-popup-01 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .sec-lpweb-resultados {
    background-image: linear-gradient(45deg, var(--base-color-brand--blue-light), white);
  }

  .wrap-youtube-lp-web {
    width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }

  .sec-lpweb--video {
    background-image: linear-gradient(180deg, var(--base-color-brand--blue-500) 13%, var(--base-color-brand--blue-050) 57%);
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .text-weight-semibold.span-break-desktop {
    white-space: normal;
    white-space: normal;
  }

  .max-width-full.flex-vertical-left-top.align-center.flex-center-mobile, .max-width-full.flex-vertical-left-top.flex-center-mobile, .max-width-full.flex-vertical-left-top.align-center.flex-center-mobile, .max-width-full.flex-vertical-left-top.flex-center-mobile, .max-width-full.flex-vertical-left-top.align-center.flex-center-mobile, .max-width-full.flex-vertical-left-top.align-center.flex-center-mobile, .max-width-full.flex-vertical-left-top.flex-center-mobile {
    justify-content: center;
    align-items: center;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h3.text-color-alternate.text-centered-mobile {
    text-align: center;
    text-align: center;
  }

  .heading-style-h3.text-centered-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global {
    padding-top: var(--sizes-rem--2-5rem);
    padding-bottom: var(--sizes-rem--2-5rem);
  }

  .padding-global.wrap-sitefeio, .padding-global.wrap-lp-sitefeio {
    padding-bottom: 0;
  }

  .padding-global.padding-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global.wrap-sitefeio, .padding-global.wrap-lp-sitefeio {
    padding-bottom: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .max-width-medium.align-left-center.float-right {
    margin-right: auto;
  }

  .max-width-medium.align-left-center.flex-center-mobile {
    justify-content: center;
    align-items: center;
  }

  .max-width-medium.align-center-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-medium.align-center-mobile.text-centered-mobile {
    text-align: center;
    text-align: center;
  }

  .form_field-wrapper.form-cadastr-01 {
    min-width: auto;
  }

  .heading-style-h4.text-color-alternate.text-centered-mobile {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2.text-color-alternate.text-centered-mobile, .heading-style-h2.text-centered-mobile, .heading-style-h2.text-color-alternate.text-centered-mobile, .heading-style-h2.text-color-alternate.text-centered-mobile, .heading-style-h2.text-centered-mobile {
    text-align: center;
  }

  .container-large.cnt-valores {
    position: relative;
    overflow: auto;
  }

  .main-wrapper.main-painel {
    flex-flow: column;
  }

  .text-size-medium.text-weight-medium.text-color-alternate.text-centered-mobile {
    text-align: center;
  }

  .text-size-medium.text-centered-mobile, .text-size-medium.text-weight-medium.text-color-alternate.text-centered-mobile, .text-size-medium.text-weight-medium.text-color-alternate.text-centered-mobile, .text-size-medium.text-weight-medium.text-color-alternate.text-centered-mobile {
    text-align: center;
  }

  .text-size-medium.text-weight-bold.text-centered-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .text-size-medium.text-centered-mobile {
    text-align: center;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_brand.hide-desktop {
    display: block;
  }

  .nav_menu {
    background-image: linear-gradient(0deg, var(--base-color-brand--blue-light), white);
  }

  .nav_menu_link {
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
  }

  .nav_menu_link.nav-dropdown {
    width: 6rem;
    position: relative;
  }

  .nav_menu_link.nav-dropdown.w--open {
    margin-left: auto;
    margin-right: auto;
  }

  .nav_menu_link.nav-down-link {
    max-width: 4.5rem;
  }

  .nav_button {
    border: 1px solid var(--base-color-brand--blue);
    color: #fff;
    margin-left: auto;
  }

  .nav_button.w--open {
    background-color: var(--base-color-brand--blue-200);
  }

  .section_hero {
    padding-top: 6rem;
  }

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

  .nav_fixed {
    z-index: 999;
    position: fixed;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .main-section {
    padding-top: var(--sizes-rem--2-5rem);
    padding-bottom: var(--sizes-rem--2-5rem);
  }

  .main-section.main-section-painel {
    order: 2;
    height: auto;
    overflow: visible;
  }

  .cnt-1200px {
    width: 100%;
    max-width: none;
  }

  .wrap-cadastro-01 {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menubar {
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .logo-menubar {
    max-height: 50px;
  }

  .wrap_menubar {
    align-items: center;
  }

  .wrap_menu-item {
    max-width: 200px;
  }

  .flex_menubar {
    align-items: center;
  }

  .wrap-planos {
    margin-top: var(--sizes-rem--1rem);
  }

  .container-navbar {
    grid-column-gap: var(--sizes-rem--3rem);
    grid-row-gap: var(--sizes-rem--3rem);
    background-color: var(--base-color-neutral--white);
    justify-content: space-between;
    align-items: center;
    height: 100svh;
  }

  .navbar-container {
    padding-top: var(--sizes-rem--0-5rem);
    width: 100%;
  }

  .table_cell {
    width: 6rem;
  }

  .table_cell.table_cell--head {
    width: 100%;
    min-width: 12rem;
  }

  .table_component {
    margin-top: var(--sizes-rem--2rem);
  }

  .hide-mobile {
    display: none;
  }

  .menu-button-mobile.w--open {
    background-color: var(--base-color-brand--blue-500);
  }

  .coluna-recomendacoes-01 {
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .cnt-recomendacoes-01 {
    padding-top: var(--sizes-rem--0-5rem);
    width: 100%;
  }

  .main-grid {
    grid-column-gap: var(--sizes-rem--1-5rem);
    grid-row-gap: var(--sizes-rem--1-5rem);
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .align-left-center.max-width-medium.align-center-mobile {
    justify-content: center;
    align-items: center;
  }

  .align-left-center.text-align-center-mobile.text-centered-mobile {
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .grid--home-01, .grid-planos-02, .grid-footer {
    grid-template-columns: 1fr;
  }

  .text-align-center-mobile, .text-centered-mobile, .heading-style-price.text-color-alternate.text-centered-mobile, .heading-style-price.text-color-alternate.text-centered-mobile, .heading-style-price.text-color-alternate.text-centered-mobile {
    text-align: center;
  }

  .group-button.flex-center-mobile {
    justify-content: center;
    align-items: center;
  }

  .wrap-otimizacao {
    margin-top: var(--sizes-rem--0-5rem);
  }

  .text-l {
    font-size: 1.25rem;
  }

  .qs-planos-modal {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-planos-03.grid-planos-03b {
    grid-template-columns: 1fr 1fr;
  }

  .grid--perf-head-00 {
    grid-template-columns: 1fr;
  }

  .img-home--sitefeio {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .sec-home--todososdias {
    background-image: url("https://cdn.prod.website-files.com/668dc935914cbc16f4fe1abe/67d07e8dc539a5b367f43853_funnel-bkg-01.webp"), linear-gradient(to bottom, var(--base-color-neutral--white), var(--base-color-neutral--white));
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .grid--home-02 {
    grid-template-columns: 1fr;
  }

  .grid-home--recomen {
    grid-column-gap: var(--sizes-rem--2rem);
    grid-row-gap: var(--sizes-rem--2rem);
    grid-template-columns: 1fr;
  }

  .lightbox-home--recomen {
    grid-column-gap: var(--sizes-rem--1rem);
    grid-row-gap: var(--sizes-rem--1rem);
  }

  .img-float {
    width: 100%;
    height: 20rem;
    position: static;
  }

  .grid-home-03 {
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

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

  .nav-burguer {
    color: var(--base-color-brand--blue);
  }

  .nav_menu-links-02 {
    text-align: center;
  }

  .span-break {
    white-space: nowrap;
  }

  .wrap-home--infos {
    height: auto;
  }

  .text-infos-fechar {
    margin-top: 8px;
    font-size: .8rem;
    font-style: italic;
    font-weight: 500;
    display: block;
  }

  .faq-group-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wrap-inst--rich-text.align-left-center.float-right {
    margin-right: auto;
  }

  .wrap-inst--rich-text.align-left-center.flex-center-mobile {
    justify-content: center;
    align-items: center;
  }

  .wrap-inst--rich-text.align-center-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-inst--rich-text.align-center-mobile.text-centered-mobile {
    text-align: center;
    text-align: center;
  }

  .drop-down-list-01.w--open {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100svw;
  }

  .dropdown {
    text-align: center;
    width: 100%;
    max-width: 100svw;
  }

  .heading-style-h2-5.text-color-alternate.text-centered-mobile, .heading-style-h2-5.text-centered-mobile, .heading-style-h2-5.text-color-alternate.text-centered-mobile, .heading-style-h2-5.text-color-alternate.text-centered-mobile, .heading-style-h2-5.text-centered-mobile {
    text-align: center;
  }

  .grid-indique--melhorar {
    align-items: center;
  }

  .img-float--indique-01 {
    width: 100%;
    height: 20rem;
    position: static;
  }

  .wrap-float--indique-01 {
    float: none;
    max-width: none;
  }

  .heading-style-h4-5.text-color-alternate.text-centered-mobile, .heading-indique-01.text-color-alternate.text-centered-mobile {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .grid-indique--funciona {
    align-items: center;
  }

  .wrap-sticky--indique.align-left-center.float-right {
    margin-right: auto;
  }

  .wrap-sticky--indique.align-left-center.flex-center-mobile {
    justify-content: center;
    align-items: center;
  }

  .wrap-sticky--indique.align-center-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-sticky--indique.align-center-mobile.text-centered-mobile {
    text-align: center;
    text-align: center;
  }

  .grid-bench--head-00 {
    grid-template-columns: 1fr;
  }

  .wrap-group-hor-spaced {
    align-items: center;
  }

  .wrap-group--recom-01 {
    flex-flow: wrap;
  }

  .grid-recom--group-01 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .group-button-completo.flex-center-mobile {
    justify-content: center;
    align-items: center;
  }

  .wrap-beneficios {
    overflow: auto;
  }

  .grid-home--fazermais {
    grid-template-columns: 1fr;
  }

  .modal-centering {
    padding-left: 2%;
    padding-right: 2%;
  }

  .modal {
    width: auto;
    padding: .5rem;
  }

  .close {
    z-index: 9;
    right: 48%;
  }

  .arraste-mobile {
    z-index: 99;
    top: 8rem;
  }

  .container-huge.cnt-valores {
    position: relative;
    overflow: auto;
  }

  .pricing-table_component {
    max-width: 100%;
  }

  .pricing-table_head {
    min-width: 18rem;
  }

  .pricing-table_head.is-heading-cell, .pricing-table_head.is-heading-cell-02 {
    min-width: 1rem;
    display: none;
  }

  .pricing-table_head.background-color-blue-lighter {
    min-width: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pricing-table_head.is-basic-plan {
    min-width: 1rem;
  }

  .pricing-table_head.is-heading-cell, .pricing-table_head.is-heading-cell-02 {
    min-width: 1rem;
    display: none;
  }

  .pricing-table_cell.is-name {
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .pricing-table_row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-table_row.background-color-blue-lightest {
    grid-row-gap: 0px;
  }

  .pricing-table_row.is-category {
    grid-template-columns: 1fr;
  }

  .fs_table-examples_table-container {
    max-width: 100%;
    padding-top: 5rem;
    overflow: auto;
  }

  .fs_table-examples_table-container.is-relative-element {
    padding-top: 2rem;
  }

  .pricing-table_header_wrapper {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .logo-table {
    max-height: 3rem;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation {
    position: relative;
  }

  .logo-link {
    margin-right: 0;
  }

  .menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

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

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link--lp {
    width: 100%;
  }

  .grid-footer-lp {
    grid-template-columns: 1fr;
  }

  .pricing-table_row-02 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-table_row-02.background-color-blue-lightest {
    grid-row-gap: 0px;
  }

  .pricing-table_row-02.is-category {
    grid-template-columns: 1fr;
  }

  .pricing-table_row-02-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .pricing-table_row-02-2.background-color-blue-lightest {
    grid-row-gap: 0px;
  }

  .pricing-table_row-02-2.is-category {
    grid-template-columns: 1fr;
  }

  .img-lp-assin--marca {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .wrap-cnt-lp-01 {
    max-width: 1200px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .wrap-cnt-lp-01.p-mob-centered.div-mob-centered {
    flex-flow: column;
    display: flex;
  }

  .sec-ace-24, .sec-lpweb--portfolio, .sec-lpweb--maispacientes {
    padding-left: 3%;
    padding-right: 3%;
  }

  .grid-processo-01 {
    grid-template-columns: 1fr;
  }

  .cnt-1400px.cnt-webdesign-01 {
    height: auto;
  }

  .cnt-1400px.cnt-prazo-01 {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .img-webdesign-01 {
    display: none;
  }

  .img-webdesign-01.img-webdesign-01b {
    max-height: 400px;
    display: block;
    position: static;
  }

  .vert-left-center.div-mob-centered {
    justify-content: flex-start;
    align-items: center;
  }

  .cnt-1200px-2 {
    max-width: 1200px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .chave-abs-01, .chave-abs-02 {
    display: none;
  }

  .qs-100 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.global-mobile {
    padding-bottom: var(--sizes-rem--0-8rem);
    padding-bottom: var(--sizes-rem--0-8rem);
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large.cnt-valores {
    overflow: auto;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-medium.align-center.text-centered-mobile {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .nav_menu {
    background-image: linear-gradient(180deg, var(--base-color-brand--blue-light), white);
  }

  .nav_menu_link {
    text-align: center;
  }

  .nav_button {
    border: 1px solid var(--base-color-brand--blue);
  }

  .nav_button.w--open {
    background-color: var(--base-color-brand--blue-light);
  }

  .hero_content {
    text-align: center;
  }

  .wrap-painel {
    flex-flow: column;
  }

  .wrap-painel.wrap-painel-02 {
    justify-content: center;
    width: 100%;
  }

  .wrap-painel.wrap-painel-03 {
    overflow: auto;
  }

  .wrap-painel.wrap-painel-03.wrap-painel-03b {
    max-width: 99svw;
  }

  .wrap-painel.wrap-painel-perf-01 {
    overflow: auto;
  }

  .wrap-painel.wrap-painel-perf-01.wrap-painel-03b {
    max-width: 99svw;
  }

  .wrap-painel.wrap-painel-perf-02 {
    overflow: auto;
  }

  .wrap-painel.wrap-painel-perf-02.wrap-painel-03b {
    max-width: 99svw;
  }

  .wrap-painel.wrap-painel-perf-03 {
    overflow: auto;
  }

  .wrap-painel.wrap-painel-perf-03.wrap-painel-03b {
    max-width: 99svw;
  }

  .wrap-painel.wrap-painel-perf-04 {
    overflow: auto;
  }

  .wrap-painel.wrap-painel-perf-04.wrap-painel-03b {
    max-width: 99svw;
  }

  .wrap-painel.wrap-painel-perf-03b {
    overflow: auto;
  }

  .wrap-painel.wrap-painel-perf-03b.wrap-painel-03b {
    max-width: 99svw;
  }

  .wrap-painel.wrap-bench--stats-01 {
    overflow: auto;
  }

  .wrap-painel.wrap-bench--stats-01.wrap-painel-03b {
    max-width: 99svw;
  }

  .flex-wrap-painel {
    flex-flow: column;
  }

  .tab-menu--planos-01 {
    flex-flow: wrap;
  }

  .text-size-xlarge {
    font-size: 1.25rem;
  }

  .main-grid {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
  }

  .asset-img {
    max-height: 20rem;
  }

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

  .align-left-center.text-align-center-mobile.text-centered-mobile {
    text-align: center;
    text-align: center;
  }

  .tag-recomendado {
    font-size: .8rem;
    right: -2%;
  }

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

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

  .group-button {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
  }

  .text-l {
    font-size: 1.125rem;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .qs-planos-modal {
    height: 100svh;
    overflow: auto;
  }

  .grid-planos-03, .grid-planos-03.grid-planos-03b, .grid-planos-03.grid-planos-03b {
    grid-template-columns: 1fr;
  }

  .grid--perf-head-02 {
    grid-template-rows: auto auto;
  }

  .grid--perf-head-03 {
    grid-template-columns: 1fr;
  }

  .grid--perf-head-04 {
    grid-template-rows: 1fr auto;
  }

  .grid-home-03 {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
  }

  .nav-burguer {
    color: var(--base-color-brand--blue);
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-question {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .faq-answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

  .heading-style-h2-5 {
    font-size: 2rem;
  }

  .heading-style-h4-5, .heading-indique-01 {
    font-size: 1rem;
  }

  .grid-bench--head-01 {
    grid-template-columns: 1fr;
  }

  .group-button-completo {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
  }

  .modal-centering {
    padding: 2%;
  }

  .modal {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-modal--portfolio {
    width: 100%;
    height: auto;
  }

  .mask-modal-home {
    width: auto;
    height: auto;
  }

  .container-huge.cnt-valores {
    overflow: auto;
  }

  .heading-style-h4-2 {
    font-size: 1rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .fs_table-examples_table-container {
    padding-bottom: 0;
  }

  .whats {
    margin-right: 20px;
  }

  .grid-footer-02-lp {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .wrap-cnt-lp-01, .cnt-1200px-2 {
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    overflow: hidden;
  }

  .padding-global.global-mobile {
    overflow: visible;
  }

  .padding-global.pad-home--recom {
    height: 100%;
  }

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

  .text-weight-bold.title-footer-01 {
    margin-left: 0;
  }

  .heading-style-h4 {
    font-size: 1.3rem;
  }

  .heading-style-h4.heading-style-h4-5-mobile {
    font-size: 1.5rem;
  }

  .container-large.cnt-valores {
    position: static;
  }

  .button {
    font-size: 1rem;
  }

  .button.is-form-submit {
    padding-top: var(--sizes-rem--0-8rem);
    padding-bottom: var(--sizes-rem--0-8rem);
    padding-top: var(--sizes-rem--0-8rem);
    padding-bottom: var(--sizes-rem--0-8rem);
  }

  .nav_logo {
    width: 12rem;
  }

  .nav_menu {
    background-image: linear-gradient(0deg, var(--base-color-brand--blue-light), white 59%);
  }

  .hero_heading {
    font-size: 2.5rem;
  }

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

  .main-section.main-section-painel {
    padding-top: var(--sizes-rem--1rem);
    padding-right: var(--sizes-rem--0-5rem);
    padding-left: var(--sizes-rem--0-5rem);
    padding-top: var(--sizes-rem--1rem);
    padding-right: var(--sizes-rem--0-5rem);
    padding-left: var(--sizes-rem--0-5rem);
  }

  .wrap-cadastro-01 {
    padding-right: var(--sizes-rem--0-5rem);
    padding-bottom: var(--sizes-rem--3rem);
    padding-left: var(--sizes-rem--0-5rem);
  }

  .blank_3rem {
    height: var(--sizes-rem--2rem);
  }

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

  .wrap_menu-item {
    max-width: 150px;
  }

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

  .wrap-user {
    justify-content: center;
  }

  .container-navbar {
    grid-column-gap: var(--sizes-rem--3rem);
    grid-row-gap: var(--sizes-rem--3rem);
    background-color: var(--base-color-neutral--white);
    padding-left: 3%;
    padding-right: 3%;
  }

  .wrap-painel {
    padding: var(--sizes-rem--1rem) var(--sizes-rem--0-5rem);
  }

  .wrap-painel.wrap-painel-02 {
    width: 100%;
  }

  .wrap-painel.wrap-painel-full {
    padding-right: var(--sizes-rem--0-5rem);
    padding-left: var(--sizes-rem--0-5rem);
  }

  .wrap-painel.wrap-painel-03 {
    box-sizing: content-box;
  }

  .flex-form-01 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .search-bar {
    flex-flow: column;
  }

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

  .main-wrap-painel {
    width: 100%;
    position: relative;
  }

  .wrap-menubar-top {
    grid-column-gap: var(--sizes-rem--0-5rem);
    grid-row-gap: var(--sizes-rem--0-5rem);
    flex-flow: wrap;
  }

  .table_cell.table_cell--head {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    width: 80svw;
  }

  .table_header {
    width: 80svw;
  }

  .hide-mobile {
    display: none;
  }

  .tab-menu--planos-01 {
    padding-bottom: var(--sizes-rem--1rem);
    grid-column-gap: var(--sizes-rem--0-5rem);
    grid-row-gap: var(--sizes-rem--0-5rem);
  }

  .grid-group {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    place-items: center stretch;
  }

  .text-recomendado-01.text-recomendado-01b, .text-recomendado-01.text-recomendado-01c, .text-recomendado-01.text-recomendado-01b, .text-recomendado-01.text-recomendado-01c {
    right: 0%;
  }

  .wrap-plano-02 {
    padding-right: var(--sizes-rem--1rem);
    padding-left: var(--sizes-rem--1rem);
    overflow: visible;
  }

  .qs-planos-02 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid--home-01 {
    grid-column-gap: var(--sizes-rem--0-8rem);
    grid-row-gap: var(--sizes-rem--0-8rem);
  }

  .wrap-cards-home {
    padding: var(--sizes-rem--1-5rem) var(--sizes-rem--1rem);
  }

  .tag-recomendado {
    top: 4%;
  }

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

  .button-group.align-center-mobile {
    grid-column-gap: var(--sizes-rem--0-5rem);
    grid-row-gap: var(--sizes-rem--0-5rem);
    grid-column-gap: var(--sizes-rem--0-5rem);
    grid-row-gap: var(--sizes-rem--0-5rem);
    justify-content: center;
    align-items: center;
  }

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

  .text-align-center-mobile, .text-centered-mobile {
    text-align: center;
  }

  .group-button.flex-center-mobile {
    align-items: stretch;
  }

  .grid-form-footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .grid--rec-01 {
    grid-template-columns: 1fr;
  }

  .wrap-otimizacao {
    margin-top: var(--sizes-rem--0-5rem);
  }

  .modal-planos {
    height: 100%;
    display: flex;
    position: fixed;
  }

  .qs-planos-modal {
    padding-left: 3%;
    padding-right: 3%;
  }

  .wrap-form-whats, .whats-field-2, .form-block-whats {
    width: 100%;
  }

  .whats-form-02-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-planos-03 {
    grid-template-columns: 1fr;
  }

  .grid--perf-head-03 {
    grid-template-columns: auto;
  }

  .wrap-home--avatar {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrap-home--recomen-01 {
    position: static;
    top: 0;
  }

  .span-break {
    white-space: pre;
  }

  .icon-infos {
    padding: 4px;
  }

  .wrap-modal-infos {
    z-index: 500;
    bottom: 5%;
  }

  .sec-home--valores {
    overflow: hidden;
  }

  .wrap-indique--emoji.wrap-indique--emoji-b.emoji-eng-02, .wrap-indique--emoji.emoji-eng-01, .wrap-indique--emoji.wrap-indique--emoji-b.emoji-eng-02, .wrap-indique--emoji.wrap-indique--emoji-b.emoji-eng-02, .wrap-indique--emoji.emoji-eng-01 {
    display: none;
  }

  .grid-indique--melhorar {
    text-align: left;
    place-items: start;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .heading-style-h4-5 {
    font-size: 1.3rem;
  }

  .heading-style-h4-5.heading-style-h4-5-mobile {
    font-size: 1.5rem;
  }

  .heading-indique-01 {
    font-size: 1.3rem;
  }

  .heading-indique-01.heading-style-h4-5-mobile {
    font-size: 1.5rem;
  }

  .grid-indique--funciona {
    text-align: left;
    place-items: start;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .form-head-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .group-button-completo.flex-center-mobile {
    align-items: stretch;
  }

  .modal {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .close {
    justify-content: center;
    align-items: flex-start;
    right: 45%;
  }

  .arraste-mobile {
    border-style: none;
    justify-content: space-between;
    align-items: center;
    padding: 2px 8px;
    font-size: .85rem;
    font-weight: 600;
    display: block;
    position: static;
    top: 0;
  }

  .arraste-wrap {
    border-bottom: 1px solid var(--base-color-brand--blue);
    background-color: var(--base-color-brand--blue-light);
    border-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .grid-home--oferecer {
    grid-template-columns: 1fr;
  }

  .container-huge.cnt-valores {
    position: static;
  }

  .pricing-table_header_content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .pricing-table_head.background-color-blue-lighter {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs_table-examples_table-container {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .pricing-table_header_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing-table_most-popular {
    padding-top: .7rem;
    padding-bottom: .75rem;
    top: -3rem;
  }

  .logo-table {
    max-height: 6rem;
  }

  .whats-form-02-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .whats {
    width: 4em;
    margin-bottom: 4em;
    margin-left: 3%;
    left: 0%;
    right: auto;
  }

  .navigation-button--lp {
    display: none;
  }

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

  .right-ar-parcerias-01, .left-ar-parcerias-01 {
    display: none;
  }

  .blank-2rem {
    height: 2rem;
  }

  .sec-ace-24 {
    padding: 4rem 1%;
  }

  .heading-style-h2-2 {
    font-size: 2.3em;
  }

  .sec-lpweb--portfolio, .sec-lpweb--maispacientes {
    padding: 4rem 1%;
  }

  .grid-garantia-01 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .grid-processo-01 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .wrap-grid--processo-01 {
    border-top-width: 2px;
    border-top-color: #5c5c5c;
    padding-top: 16px;
    padding-bottom: 8px;
  }

  .lapela-lp-01 {
    margin-left: -5px;
  }

  .p-lapela-03 {
    font-weight: 600;
  }

  .flex-bts-01 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .bt-sec-blue-01 {
    justify-content: center;
    align-items: center;
    max-width: 300px;
    max-height: 120px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 1.1em;
  }

  .img-webdesign-01.img-webdesign-01b {
    margin-top: 24px;
  }

  .container-1200.cnt-logos-01 {
    padding: 24px .125rem;
  }

  .p-mob-centered {
    text-align: center;
  }

  .img-integracao-01 {
    max-width: 100px;
  }

  .wrap-integraca-01 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .p-valores-01 {
    font-size: 2em;
  }
}

#w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-cf98dd7a, #w-node-a3540c35-c121-ce88-55c7-ac6d8f9f9777-cf98dd7a, #w-node-dada36d4-759a-f747-5888-06111671bfc8-cf98dd7a, #w-node-_823a60b8-6643-3da0-8076-a8969580ead7-cf98dd7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-a3540c35-c121-ce88-55c7-ac6d8f9f9777-cf98dd7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_823a60b8-6643-3da0-8076-a8969580ead7-cf98dd7a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0531c56d-310c-e071-de38-7e4499d9afa4-cf98dd7a, #w-node-_769f4cde-ecb4-f5f2-99ac-5474f47183f0-cf98dd7a {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_823a60b8-6643-3da0-8076-a8969580ead7-cf98dd7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a83c013f-e78b-3b19-5a03-0362530a29f8-530a29c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a83c013f-e78b-3b19-5a03-0362530a29f8-530a29c8 {
    grid-column: span 1 / span 1;
  }
}
