:root {
  --teal: #006d56;
  --dim-grey: #464646;
  --midnight-blue: #282a5e;
  --white-smoke: #e9e8e8;
  --dark-grey: #a5a5a5;
  --maroon: #6b292c;
  --dark-olive-green: #6a6b29;
  --black: #1b1b1b;
  --dark-slate-blue: #4b296b;
  --dark-slate-grey: #29676b;
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  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;
}

p {
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  text-decoration: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_trigger, .fs-cc-prefs_trigger, .fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner4_component {
  z-index: 997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(40, 42, 94, .9);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner4_container {
  max-width: 25rem;
}

.fs-cc-banner4_text {
  font-size: 1.2rem;
  line-height: 1.4;
}

.fs-cc-banner4_buttons-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.fs-cc-banner4_button {
  background-color: var(--teal);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.fs-cc-banner4_button.fs-cc-button-alt {
  background-color: var(--dim-grey);
}

.fs-cc-banner4_block {
  text-align: center;
  background-color: #fff;
  padding: 2rem;
}

.fs-cc-manager4_component {
  z-index: 997;
  cursor: pointer;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fs-cc-manager4_button {
  color: var(--teal);
  background-color: #fff;
  border-radius: 999rem;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs4_component {
  z-index: 1001;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fs-cc-prefs4_form-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 37.5rem;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fs-cc-prefs4_form {
  height: 100%;
  display: block;
}

.fs-cc-prefs4_close {
  background-color: var(--teal);
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  top: -3rem;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fs-cc-prefs4_content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.fs-cc-prefs4_option {
  width: 50%;
  padding: .75rem 1.25rem;
}

.fs-cc-prefs4_submit {
  background-color: var(--teal);
  color: #fff;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs4_button-wrapper {
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2.5rem;
  display: flex;
}

.fs-cc-prefs4_title {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.fs-cc-prefs4_label {
  color: var(--midnight-blue);
  margin-right: .5rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs4_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs4_checkbox {
  border-width: 2px;
  border-color: var(--midnight-blue);
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs4_checkbox.w--redirected-checked {
  border-color: var(--midnight-blue);
  background-color: var(--teal);
  background-size: 10px;
}

.fs-cc-prefs4_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--teal);
}

.fs-cc-prefs4_checkbox-label {
  display: none;
}

.fs-cc-prefs4_overlay {
  z-index: -1;
  background-color: rgba(100, 207, 246, .9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-preferences4_close-icon {
  color: #fff;
  width: 1.2em;
  height: 1.2em;
}

.fs-cc-prefs4_header {
  background-color: var(--white-smoke);
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 1rem;
  padding: 2rem;
}

.fs-cc-prefs4_text {
  color: var(--midnight-blue);
  margin-bottom: .5rem;
  font-size: .75rem;
  line-height: 1.4;
}

.fs-cc-prefs4_button {
  color: var(--dark-grey);
  margin-right: 1rem;
  padding: 1rem;
  font-size: .8em;
  text-decoration: none;
}

.fs-cc-prefs4_button:hover {
  color: var(--teal);
}

.fs-cc-banner4_text-link {
  color: #333;
  border-bottom: 2px solid #333;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner4_text-link:hover {
  border-bottom-color: var(--teal);
  color: var(--teal);
}

.button {
  box-shadow: none;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #067154;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #5311ce;
}

.button.topnav {
  box-shadow: none;
  background-color: rgba(41, 41, 41, .2);
  padding: 15px 20px;
}

.button.topnav:hover {
  color: rgba(255, 255, 255, .75);
}

.button.topnav.esconder {
  display: block;
}

.button.verde {
  box-shadow: none;
  white-space: nowrap;
  background-color: #067154;
}

.button.verde:hover {
  box-shadow: none;
  background-color: #343064;
}

.button.verde._2:hover {
  color: #282a5e;
  background-color: #fff;
}

.button.verde.margin-bottom-xsmall {
  color: #fff;
  background-color: #2d6a63;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button.verde.margin-bottom-xsmall:hover {
  color: #fff;
  background-color: #1b1b1b;
}

.button.verde._3-copy {
  background-color: #2d6a63;
  margin-bottom: 15px;
}

.button.verde._3-copy:hover {
  color: #fff;
}

.button.verde._3 {
  background-color: var(--midnight-blue);
}

.button.verde._3:hover {
  background-color: var(--teal);
  color: #fff;
}

.button.color-blue.margin-bottom-xsmall {
  background-color: #2d6a63;
  margin-bottom: 35px;
}

.button.color-blue.margin-bottom-xsmall {
  background-color: #2d6a63;
  margin-top: 20px;
}

.button.color-blue.margin-bottom-xsmall:hover {
  color: #fff;
  background-color: #1b1b1b;
}

.dropdown-list {
  background-color: #2e2b2b;
  border-radius: 6px;
  min-width: 150px;
}

.dropdown-list.w--open {
  background-color: var(--midnight-blue);
  right: -100px;
}

.image-brand {
  height: 55px;
  max-height: 55px;
}

.label-dropdown {
  font-size: .7em;
}

.main-navbar {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: inline-block;
  position: relative;
}

.link-block-7 {
  background-image: url('../images/face-azul.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 0;
  width: 30px;
  height: 50px;
}

.link-block-7:hover {
  background-image: url('../images/face-verde.svg');
}

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

.navgrid {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  min-height: 10vh;
  padding-left: 30px;
  padding-right: 30px;
}

.wrappernav {
  z-index: 995;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #343064;
  text-align: center;
  margin-left: -5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .7em;
  line-height: 1.3em;
  transition: color .2s;
}

.nav-link:hover {
  color: #067154;
}

.nav-link.w--current {
  color: #a5a5a5;
}

.nav-link.hide {
  display: block;
}

.nav-link.menorzinho {
  flex: 0 auto;
}

.link-block-8 {
  background-image: url('../images/insta-azul.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 30px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block-8:hover {
  background-image: url('../images/insta-verde.svg');
}

.icon {
  margin-right: 5px;
  font-size: 12px;
}

.link-block-8-copy {
  filter: invert(0%);
  background-image: url('../images/whats-azul.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 30px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
}

.link-block-8-copy:hover {
  background-image: url('../images/whatsapp-verde.svg');
}

.grid-buttons-copy {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
}

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

.brand {
  z-index: 999;
  align-self: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 10vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.dropdown-link {
  color: #fff;
  font-size: .7em;
  line-height: 1.4em;
}

.dropdown-link:hover {
  color: #dfdfdf;
  background-color: rgba(0, 109, 86, .35);
}

.dropdown-link.w--current {
  color: rgba(255, 255, 255, .5);
}

.dropdown-toggle {
  color: #343064;
  padding-left: 12px;
  padding-right: 20px;
}

.dropdown-toggle:hover {
  color: #067154;
}

.buttons-nav-wrapper {
  flex: none;
}

.image-2 {
  z-index: 999;
  width: 450px;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: auto;
  right: 0%;
}

.wrap-summary {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 60em;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrap-summary.header {
  text-align: left;
  align-items: flex-start;
}

.list-flex-copy {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.1em;
  display: flex;
}

.circle-check {
  background-color: rgba(90, 90, 90, .12);
  border-radius: 100px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-right: 14px;
  display: flex;
}

.container-2 {
  z-index: 1;
  perspective: 1000px;
  color: #282a5e;
  flex: 1;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  transition: opacity .2s;
  position: relative;
  transform: translate(0);
}

.container-2._1 {
  background-color: rgba(255, 255, 255, 0);
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.container-2.padding-top-large {
  z-index: 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.container-2.title {
  padding-top: 15vh;
  padding-bottom: 45px;
}

.container-2.titles {
  color: rgba(255, 255, 255, .85);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 6vh;
  padding-bottom: 6vh;
  display: flex;
}

.image-9 {
  margin-top: 92px;
  margin-left: auto;
  margin-right: auto;
}

.icon-check {
  width: 15px;
  height: 15px;
}

.main-paragraph {
  color: #282a5e;
}

.main-paragraph.branco {
  color: #fff;
}

.main-paragraph.branco.esq {
  margin-bottom: 30px;
  font-size: 23px;
  line-height: 1.5em;
}

.main-paragraph.margin-bottom-xsmall {
  font-size: 15px;
}

.main-paragraph.margin-bottom-xsmall.esquerda {
  text-align: right;
  font-size: 15px;
}

.main-paragraph.margin-bottom-xsmall.bold {
  margin-bottom: 45px;
  font-size: 1em;
  line-height: 1.5em;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

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

.section-2 {
  color: #fff;
  background-color: #fff;
  position: relative;
  top: 0;
}

.section-2.overflow {
  background-image: url('../images/Camada-8.png');
  background-position: 50%;
  background-size: 100% 100%;
  background-attachment: fixed;
  width: 100%;
  padding-top: 15px;
  overflow: hidden;
}

.section-2.overflow.branco {
  background-color: #fff;
  background-image: none;
  padding-top: 25px;
}

.section-2.overflow.green {
  background-color: #2bbc8d;
  background-image: none;
  padding-top: 75px;
}

.section-2.footer {
  padding-top: 40px;
}

.section-2.titles {
  border: 1px #000;
  min-height: auto;
  padding-top: 12vh;
  padding-bottom: 0;
}

.inner-hero-images {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 0;
}

.heading-large {
  color: #fff;
  margin-top: 10px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1;
}

.heading-large.hero {
  max-width: 1400px;
  font-size: 48px;
  line-height: 1.3;
}

.heading-large._20-ch {
  color: #282a5e;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
}

.heading-large._20-ch.white {
  color: #fff;
  margin-bottom: 15px;
}

.heading-large.azul {
  color: #282a5e;
  font-size: 2em;
}

.heading-large.blue {
  color: #282a5e;
}

.grid-wrapper {
  min-height: auto;
  position: relative;
}

.grid-wrapper.inner-padding-medium {
  padding-top: 4.5em;
  padding-bottom: 5em;
}

.flex-scrolling {
  display: flex;
  overflow: hidden;
}

.flex-scrolling.padding-bottom-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-block-5 {
  display: flex;
}

.logo-grid-ticker {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.logo-wrap-ticker {
  justify-content: center;
  align-items: center;
  min-width: 205px;
  display: flex;
}

.image-logo {
  filter: grayscale();
  object-fit: contain;
  flex: 1;
  width: 100%;
}

.wrapper-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.div-block-17 {
  background-image: url('../images/Circulo-Verde.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-18 {
  background-image: url('../images/Circulos-Azuis.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-13 {
  width: 80%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper-features {
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
}

.wrapper-features.margin-bottom-small {
  z-index: 0;
}

.wrapper-features.margin-bottom-small.esquerda-1 {
  align-items: flex-end;
}

.heading-regular {
  color: #282a5e;
  margin-top: 0;
  font-size: 21px;
  line-height: 1.5em;
}

.heading-regular.margin-bottom-xsmall {
  color: #282a5e;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.heading-regular.text-light {
  color: var(--midnight-blue);
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-regular.text-light.mais-espaco {
  margin-bottom: 0;
}

.heading-wrapper-center {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-wrapper-center.white {
  background-color: #f3f3f3;
}

.paragraph-wrapper {
  background-color: #2d6a63;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-wrapper.align-center {
  align-items: center;
}

.paragraph-wrapper.align-center.maior {
  max-width: 90%;
}

.paragraph-wrapper.align-center._35.azul {
  background-color: #213863;
}

.paragraph-wrapper.align-center._35 {
  background-color: #2d6a63;
  max-width: 35%;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.paragraph-wrapper.margin-bottom-xsmall-copy {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-19 {
  background-image: url('../images/Doctor---Pose.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.flex-column-features {
  z-index: 1;
  flex-direction: column;
  justify-content: space-around;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
}

.flex-column-features.mais-perto {
  justify-content: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 15px;
  padding-bottom: 35px;
}

.image {
  height: 28px;
  display: inline;
  position: relative;
  top: -2px;
}

.link-block {
  color: #fff;
  background-color: #2d6a63;
  border-radius: 8px;
  margin-left: 20px;
  padding: 15px 20px;
  font-size: 17px;
  transition: background-color .2s;
}

.link-block:hover {
  color: rgba(255, 255, 255, .75);
  background-color: #282a5e;
}

.link-block._2 {
  background-color: var(--teal);
  border-radius: 500px;
  font-size: 22px;
}

.link-block._2 {
  background-color: #2d6a63;
  font-size: 22px;
}

.link-block._2:hover {
  background-color: #2bbc8d;
}

.heading-medium {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.25;
}

.heading-medium.menos {
  margin-top: 2px;
  font-size: 40px;
}

.heading-medium.verde {
  color: #2bbc8d;
  margin-top: 29px;
  margin-bottom: 0;
  font-size: 1.4em;
}

.heading-medium.blue {
  color: #282a5e;
  text-align: center;
  font-size: 1em;
  line-height: 1.1em;
}

.div-block-8 {
  margin-left: 90px;
  padding-top: 10px;
}

.text-block {
  padding-left: 10px;
  font-size: 15px;
  font-weight: 600;
  display: inline;
}

.div-block-7 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.gray-wrapper {
  background-color: #282a5e;
  background-image: url('../images/Camada-8.png'), linear-gradient(45deg, #213863 58%, #285f66 82%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 3.5em 0;
  display: flex;
  position: relative;
}

.gray-wrapper.mais {
  margin-top: 90px;
}

.div-block-9 {
  max-width: 800px;
}

.profile {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: start;
  margin-bottom: 35px;
}

.flex-name {
  font-size: 16px;
}

.valores-paragraph {
  color: #fff;
  font-size: 15px;
  line-height: 1.4em;
}

.full-image {
  object-fit: contain;
  background-image: url('../images/Doctor---Valores_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  flex: 0 auto;
  height: 100%;
  min-height: 600px;
  position: relative;
}

.grid-10 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
}

.image-grid-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-height: 45vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-grid-wrapper.rounded {
  height: 100%;
}

.image-profile-wrapper {
  border-radius: 100px;
  width: 85px;
  height: 85px;
  position: relative;
  overflow: hidden;
}

.image-profile-wrapper.small {
  width: 45px;
  height: 45px;
}

.image-profile-wrapper.small.sem-redondo {
  border-radius: 0;
}

.image-profile {
  color: #fff;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block-4 {
  color: #282a5e;
  text-align: right;
  font-size: .9em;
  line-height: 1.3em;
}

.link-block-4 {
  color: var(--midnight-blue);
  font-size: 1.4em;
  text-decoration: none;
  display: block;
}

.div-block-2 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 150px;
}

.image-8 {
  max-height: 75px;
  margin-left: 20px;
}

.image-4 {
  width: 24px;
  display: inline;
  position: relative;
  top: 3px;
}

.grid-7 {
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  margin-left: 20px;
  padding-top: 5px;
}

.texto-privacidade {
  color: var(--dark-grey);
  text-align: center;
  max-width: 725px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-size: .6em;
  line-height: 1.5em;
}

.texto-privacidade._2 {
  color: var(--dark-grey);
}

.grid-6 {
  grid-template-rows: auto;
  justify-items: end;
}

.image-3 {
  max-width: 71%;
  margin-top: 29px;
}

.text-block-2 {
  margin-left: 5px;
  font-size: 20px;
  text-decoration: none;
  display: inline;
}

.text-block-2:hover {
  text-decoration: underline;
}

.text-block-2._2 {
  margin-left: 5px;
  text-decoration: none;
}

.text-block-2._2:hover {
  text-decoration: underline;
}

.container-10 {
  margin-top: 100px;
}

.heading {
  color: #282a5e;
  font-size: 1.5em;
  line-height: 1.5em;
}

.link {
  color: var(--dim-grey);
}

.link:hover {
  color: var(--teal);
}

.wrapper-full-image {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.wrapper-full-image.banner {
  height: 50vh;
}

.wrapper-full-image.banner.margin-bottom-small {
  min-height: 250px;
}

.full-image-copy {
  object-fit: cover;
  border-radius: 20px;
  flex: 1;
  width: 100%;
  height: 350px;
  margin-left: auto;
  position: relative;
}

.heading-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-wrapper.inner-padding-small.align-center {
  align-items: center;
}

.grid-5 {
  grid-template-rows: auto;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 90px;
  display: grid;
}

.full-form {
  width: 100%;
}

.radio-button-label {
  color: #fff;
  font-size: .7em;
  line-height: 1.5em;
}

.contain-form {
  background-color: #2d6a63;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 5em 2.5em;
  display: flex;
  overflow: hidden;
}

.contain-form.rounded {
  background-color: #282a5e;
  border-radius: 10px;
}

.label-form {
  color: #fff;
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 600;
}

.grid-2 {
  grid-template-rows: auto;
}

.paragraph-2 {
  margin-top: 10px;
  margin-bottom: 66px;
  font-size: 1em;
}

.text-field {
  border: 1px #fff;
  border-radius: 5px;
  width: 100%;
  min-width: 16em;
  height: 65px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 16px;
  font-size: .7em;
  box-shadow: inset 1px 1px #fff;
}

.error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.success {
  color: #313d17;
  background-color: #c4f85c;
}

.success.rounded {
  color: #fff;
  background-color: #2d6a63;
}

.map {
  max-height: 35vh;
}

.form-wrapper.left {
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

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

.form-container {
  color: #747474;
  width: 100%;
  max-width: 55em;
}

.checkbox-field {
  color: #b6b6b6;
}

.overflow-wrapper.rounded {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 35px;
}

.textarea-message {
  border: 1px solid #302f2f;
  border-radius: 4px;
  min-height: 280px;
  padding-top: 12px;
  padding-left: 16px;
  font-size: .7em;
}

.link-block-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.heading-medium-2 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.25;
}

.form-container-copy {
  color: #747474;
  width: 100%;
  max-width: 80em;
}

.main-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.main-grid.inner-padding-small {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr;
}

.main-grid.margin-bottom-small {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.p-xsmall {
  font-size: 14px;
}

.p-xsmall.text-white-opacity.blue {
  color: #282a5e;
  margin-top: 15px;
  font-size: .6em;
  line-height: 1.5em;
}

.list-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.p-small-size {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.p-small-size.text-white-opacity {
  color: #1b1b1b;
  font-size: .75em;
  line-height: 1.5em;
}

.p-small-size.min-h {
  color: #000;
  min-height: 6em;
}

.inner-grid-plan {
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  align-content: start;
  justify-items: center;
  width: 100%;
}

.plan-column {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  padding: 2em 2vw 3em;
  display: block;
  position: relative;
  box-shadow: 1px 1px 10px 5px #ccc;
}

.plan-column.recommended {
  border: 2px solid #282a5e;
}

.list-flex {
  color: #000;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8em;
  display: flex;
}

.list-flex.off {
  color: rgba(145, 145, 145, .54);
  text-decoration: line-through;
}

.wrapper-call-to-action {
  padding-left: 30px;
  padding-right: 30px;
}

.p-small-size-copy {
  float: right;
  width: 60%;
  margin-bottom: 0;
  font-size: .8em;
  line-height: 1.5em;
}

.div-block-4 {
  text-align: right;
}

.grid-buttons {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
}

.small-paragraph-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-11 {
  z-index: 2;
  flex: 1;
  max-width: 1380px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.heading-small {
  color: #282a5e;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2;
}

.icon-wrapper {
  text-align: center;
  flex: none;
  width: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.section-3 {
  background-color: #f0f0f0;
  padding-bottom: 30px;
  position: relative;
  top: 0;
}

.icon-content {
  width: 80px;
  max-width: 55px;
  max-height: 45px;
}

.gray-wrapper-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 2.5em 1.75em;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 25px 10px #aaa;
}

.content-grid {
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 92%;
}

.text-block-5 {
  font-size: .8em;
  line-height: 1.1em;
}

.checkbox-label {
  color: #fff;
  font-size: .7em;
  line-height: 1.3em;
}

.radio-button, .checkbox {
  margin-top: 10px;
}

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

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

.secao-contrato {
  margin-top: 175px;
}

.container-12 {
  text-align: left;
  background-color: #282a5e;
  max-height: 70vh;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: scroll;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 1.3em;
  line-height: 1.2em;
}

.clausula-contratual-nivel-4 {
  text-transform: none;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1em;
  line-height: 1.3em;
}

.clausula-contratual-nivel-4.centralizado {
  text-align: left;
  background-color: #4bdcee;
  padding: 25px 30px;
  font-weight: 600;
}

.clausula-contratual-nivel-4.centralizado.destaque {
  text-transform: uppercase;
  margin-top: 30px;
}

.clausula-contratual-nivel-4.centralizado.destaque.escuro {
  color: #fff;
  background-color: #2d6a63;
  font-size: 1.1em;
  line-height: 1.2em;
}

.field-label-3 {
  color: #282a5e;
  font-size: 22px;
}

.titulo-h2 {
  color: #282a5e;
  text-align: center;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 71px;
  font-size: 3em;
  font-weight: 800;
  line-height: 50px;
}

.link-2 {
  color: #fff;
}

.clausula-contratual-n3-1 {
  padding-left: 95px;
  padding-right: 75px;
}

.botao-contrato-enviar {
  float: right;
  clear: both;
  background-color: #282a5e;
  border-radius: 50px;
  margin: 65px 100px 250px auto;
  padding: 25px 49px;
  font-family: Open Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
}

.botao-contrato-enviar:hover {
  background-color: #2d6a63;
}

.titulo-h3-contrato {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 200%;
  font-weight: 400;
}

.titulo-h3-contrato.fundo-claro {
  color: #550266;
}

.titulo-h3-contrato.fundo-claro.contrato {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.5em;
  line-height: 1.2em;
}

.clausula-contratual-n3 {
  padding-left: 75px;
  padding-right: 75px;
  font-size: 1em;
  line-height: 1.3em;
}

.container-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.clausula-contratual-n2 {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-right: 25px;
  font-size: 1em;
  line-height: 1.3em;
}

.botao-contrato {
  background-color: #282a5e;
  border-radius: 50px;
  width: 60%;
  margin: 30px auto 50px;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.botao-contrato:hover {
  color: #fff;
  background-color: #1b1b1b;
}

.checkbox-field-2 {
  float: left;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

.checkbox-field-2._1 {
  margin-top: 65px;
}

.wrapper-legal-page {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-2 {
  float: left;
  font-size: .6em;
}

.titulo-h3-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 200%;
  font-weight: 400;
}

.titulo-h3-2.fundo-claro {
  color: #550266;
}

.titulo-h3-2.fundo-claro.contrato {
  color: #282a5e;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2em;
  line-height: 2em;
}

.clausula-contratual-n1 {
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1em;
  line-height: 1.3em;
}

.clausula-contratual-n1.centralizado {
  text-align: left;
  background-color: #4bdcee;
  padding: 25px 30px;
  font-weight: 600;
}

.clausula-contratual-n1.centralizado.destaque {
  text-transform: uppercase;
  margin-top: 30px;
}

.clausula-contratual-n1.centralizado.destaque.escuro {
  color: #fff;
  background-color: #2d6a63;
  font-size: 1em;
  line-height: 1.3em;
}

.row-2 {
  margin-bottom: 30px;
}

.select-field {
  font-size: .6em;
}

.heading-xlarge {
  color: #fff;
  margin-top: 0;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xlarge.blue {
  color: #282a5e;
  font-size: 3em;
}

.wrapper-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.heading-large-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
}

.heading-large-2.blue {
  color: #282a5e;
  font-size: 3em;
}

.heading-large-2._20-ch {
  color: #282a5e;
  font-weight: 800;
}

.heading-large-2._20-ch.mais {
  margin-top: 50px;
  font-size: 70px;
}

.container-5 {
  text-align: left;
  background-color: #282a5e;
  height: 60vh;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: scroll;
}

.clausula-contratual-nivel-5 {
  margin-bottom: 20px;
  padding-left: 55px;
  padding-right: 25px;
  font-size: 1em;
  line-height: 1.3em;
}

.wrapper-legal-page-2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.utility-page-wrap._3 {
  height: 100%;
  padding-top: 85px;
}

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

.link-block-10 {
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  position: fixed;
}

.image-10 {
  width: 150px;
}

.heading-5 {
  color: var(--midnight-blue);
  font-size: 2em;
  line-height: 1em;
}

.paragraph-3 {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 50px;
  font-size: .7em;
  line-height: 1.4em;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  width: 50%;
  display: flex;
}

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

.submit-button {
  background-color: var(--maroon);
}

.submit-button:hover {
  background-color: var(--dark-olive-green);
}

.image-11 {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  font-size: 1.1em;
  font-weight: 700;
}

.grid-13 {
  grid-template-rows: auto;
}

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

.circle-check-2 {
  background-color: rgba(90, 90, 90, .12);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-right: 10px;
  display: flex;
}

.heading-regular-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 1.8em;
}

.heading-regular-2.text-light {
  color: var(--midnight-blue);
  font-size: 1.6em;
}

.tag-sale {
  color: #9cecec;
  text-transform: uppercase;
  background-color: #4700e0;
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
}

.tag-sale.plan {
  color: #e9e8e8;
  background-color: #282a5e;
  border-bottom-left-radius: 5px;
  font-size: 11px;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: auto;
  right: -1px;
}

.list-flex-2 {
  color: #000;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  display: flex;
}

.text-block-7 {
  font-size: 15px;
  line-height: 1.4em;
}

.text-block-8 {
  font-size: .8em;
  line-height: 1.1em;
}

.text-block-9 {
  font-size: .6em;
  line-height: 1.2em;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  min-height: 10vh;
  padding-left: 30px;
  padding-right: 30px;
}

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

.div-block-20 {
  flex: 1;
  align-self: center;
  display: flex;
}

.slide {
  color: rgba(255, 255, 255, .85);
  padding-top: 50px;
  padding-bottom: 50px;
}

.background-video-2 {
  border-radius: 1px;
  max-height: 350px;
  box-shadow: 1px 1px 6px #8d8d8d;
}

.hero-ticker-images {
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: flex-end;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 6vh;
  display: flex;
  overflow: hidden;
}

.icon-2 {
  background-color: #2d6a63;
}

.icon-2.esq {
  background-color: #2bbc8d;
  border-radius: 20px;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #f3f3f3;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.icon-8.dir {
  background-color: #2bbc8d;
  border-radius: 20px;
  max-width: 90%;
  padding-left: 0;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  padding: 5px;
}

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

.div-block-3.azulay {
  background-image: url('../images/Prancheta-34.svg');
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3.smart {
  background-image: url('../images/logo-smartmed.svg');
  background-size: contain;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3.unidoctors {
  background-image: url('../images/unidoctors.svg');
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3.mafer {
  background-image: url('../images/dra-maria-fernanda-med-funcional-5.svg');
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3.fabiola {
  background-image: url('../images/logo-dra-fabiola-preto_Prancheta-1.svg');
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3.marina {
  background-image: url('../images/logo.png');
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  object-fit: contain;
  overflow: auto;
}

.wrapper-legal-page-copy {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-4-copy {
  text-align: left;
  background-color: #282a5e;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.link-block-28 {
  z-index: 999;
  margin-bottom: 50px;
  margin-right: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 1440px) {
  .fs-cc-banner4_component, .fs-cc-manager4_component {
    display: none;
  }

  .label-dropdown {
    font-size: .9em;
  }

  .main-navbar {
    margin-right: 25px;
  }

  .link-block-7 {
    background-image: url('../images/face-azul.svg');
    background-repeat: no-repeat;
    background-size: 80%;
  }

  .wrappernav {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-link {
    font-size: .9em;
    line-height: 1.3em;
  }

  .link-block-8-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle {
    margin-right: 10px;
    line-height: 1.1em;
  }

  .list-flex-copy {
    align-items: center;
  }

  .circle-check {
    width: 35px;
    height: 35px;
    margin-top: 0;
  }

  .container-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-2._1 {
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-9 {
    text-align: right;
    margin-top: 68px;
  }

  .icon-check {
    width: 20px;
    height: 20px;
  }

  .main-paragraph.branco.esq {
    margin-bottom: 30px;
    line-height: 1.5em;
  }

  .main-paragraph.margin-bottom-xsmall {
    text-align: left;
    font-size: 19px;
  }

  .main-paragraph.margin-bottom-xsmall.esquerda {
    text-align: right;
    font-size: 19px;
  }

  .hero-wrapper {
    max-width: 850px;
  }

  .grid-9 {
    grid-template-columns: 1.75fr 1fr;
  }

  .section-2.overflow {
    padding-top: 50px;
  }

  .heading-large.hero {
    font-size: 50px;
    line-height: 1.3;
  }

  .wrapper-features.margin-bottom-small {
    text-align: right;
  }

  .wrapper-features.margin-bottom-small.esquerda-1 {
    align-items: flex-end;
  }

  .heading-regular {
    color: #282a5e;
  }

  .heading-regular.margin-bottom-xsmall {
    text-align: right;
  }

  .heading-wrapper-center.white {
    background-color: #f3f3f3;
  }

  .grid-8 {
    margin-top: 0;
    padding-top: 15px;
  }

  .link-block._2 {
    border-radius: 500px;
  }

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

  .gray-wrapper {
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .valores-paragraph {
    font-size: 19px;
    line-height: 1.4em;
  }

  .div-block-6 {
    padding-top: 10px;
  }

  .texto-privacidade {
    font-size: 12px;
  }

  .utility-page-content-2 {
    width: 45%;
  }

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

  .text-block-7 {
    font-size: 19px;
    line-height: 1.5em;
  }

  .background-video-2 {
    max-height: 450px;
  }

  .html-embed {
    overflow: auto;
  }
}

@media screen and (max-width: 991px) {
  .fs-cc-prefs4_submit {
    border-radius: 10px;
  }

  .fs-cc-preferences4_close-icon {
    width: 1em;
    height: 1em;
  }

  .fs-cc-prefs4_button {
    font-size: .7em;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .button.topnav {
    justify-content: flex-start;
  }

  .button.verde:hover {
    background-color: #ff0062;
  }

  .button.verde._3:hover {
    background-color: #1b1b1b;
  }

  .button.color-blue, .button.color-blue:hover {
    background-color: #4700e0;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    min-width: auto;
    position: relative;
    right: auto;
  }

  .image-brand {
    filter: brightness(0%) invert() saturate(0%);
  }

  .menu-button {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 45px;
    padding: 10px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .label-dropdown {
    color: var(--white-smoke);
    font-size: 16px;
  }

  .main-navbar {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 20px;
  }

  .link-block-7 {
    filter: invert() saturate(0%);
  }

  .dropdown {
    width: 100%;
  }

  .navgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr auto auto;
    min-height: 75px;
    padding-right: 10px;
  }

  .icon-7 {
    color: var(--white-smoke);
    cursor: pointer;
    align-self: center;
  }

  .icon-7:hover {
    background-color: var(--teal);
    border-radius: 3px;
  }

  .wrappernav {
    background-color: #1b1b1b;
    position: -webkit-sticky;
    position: sticky;
  }

  .nav-link {
    color: var(--white-smoke);
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.3em;
  }

  .nav-link:hover {
    color: var(--teal);
  }

  .link-block-8 {
    filter: invert() saturate(0%);
  }

  .icon {
    color: var(--dark-grey);
  }

  .link-block-8-copy {
    filter: invert() saturate(0%);
  }

  .grid-buttons-copy {
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 100%;
  }

  .grid-buttons-copy.mais-espaco {
    justify-content: start;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .nav-menu {
    background-color: #000;
  }

  .menu-mobile {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 42px;
    height: auto;
    min-height: auto;
    display: flex;
    position: relative;
  }

  .navbar {
    background-color: #000;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .wrap-summary, .wrap-summary.header {
    text-align: center;
  }

  .list-flex-copy {
    text-align: left;
  }

  .container-2 {
    flex: 0 auto;
    padding-bottom: 30px;
  }

  .container-2._1 {
    padding-top: 30px;
    padding-bottom: 0;
    padding-right: 60px;
  }

  .container-2.titles {
    text-align: center;
  }

  .icon-check {
    margin-right: 0;
  }

  .main-paragraph.branco.esq {
    text-align: left;
    font-size: 18px;
  }

  .main-paragraph.margin-bottom-xsmall {
    font-size: 14px;
    line-height: 1.5em;
  }

  .main-paragraph.margin-bottom-xsmall.esquerda {
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
  }

  .section-2.overflow {
    padding-top: 65px;
  }

  .section-2.titles {
    min-height: auto;
    padding-top: 0;
  }

  .heading-large {
    font-size: 32px;
  }

  .heading-large.hero {
    padding-top: 35px;
    font-size: 30px;
  }

  .heading-large._20-ch {
    font-size: 30px;
  }

  .grid-wrapper.inner-padding-medium {
    padding-top: 0;
    padding-bottom: 1em;
  }

  .div-block-17, .div-block-18 {
    background-size: contain;
  }

  .div-block-13 {
    min-height: 400px;
  }

  .wrapper-features {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .wrapper-features.margin-bottom-small.esquerda-1 {
    align-items: center;
  }

  .heading-regular, .heading-regular.margin-bottom-xsmall {
    font-size: 18px;
  }

  .heading-regular.text-light.mais-espaco {
    margin-bottom: 10px;
  }

  .div-block-19 {
    background-size: contain;
  }

  .flex-column-features.servc {
    margin-top: 50px;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .link-block._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .heading-medium.blue {
    font-size: 1.2em;
  }

  .div-block-8 {
    margin-left: 0;
  }

  .text-block {
    font-size: 15px;
  }

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

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

  .valores-paragraph {
    font-size: 14px;
    line-height: 1.5em;
  }

  .full-image {
    width: 100%;
  }

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

  .image-grid-wrapper.rounded {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-grid-wrapper.rounded.dois {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .link-block-4 {
    margin-bottom: 10px;
    display: block;
  }

  .div-block-2 {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 150px;
  }

  .div-block-6 {
    padding-top: 5px;
  }

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

  .text-block-2 {
    font-size: 16px;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .full-image-copy {
    width: 100%;
  }

  .heading-wrapper {
    text-align: center;
    align-items: center;
  }

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

  .contain-form {
    padding-top: 1.25em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .text-field {
    min-width: auto;
  }

  .form-container {
    max-width: none;
  }

  .overflow-wrapper.rounded {
    margin-bottom: 50px;
    position: static;
  }

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

  .image-5 {
    align-self: center;
    max-width: 70%;
  }

  .heading-medium-2 {
    text-align: center;
  }

  .form-container-copy {
    max-width: none;
  }

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

  .main-grid.margin-bottom-small {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .p-small-size.min-h {
    min-height: auto;
    font-size: .8em;
    line-height: 1.6;
  }

  .plan-column {
    padding: 35px 35px 45px;
  }

  .wrapper-call-to-action {
    width: 100%;
  }

  .p-small-size-copy {
    float: none;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-buttons {
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 100%;
  }

  .container-11 {
    flex: 0 auto;
  }

  .gray-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-6 {
    font-size: 1em;
    font-weight: 700;
  }

  .field-label-3 {
    line-height: 25px;
  }

  .titulo-h2 {
    line-height: 1.1em;
  }

  .botao-contrato-enviar {
    margin-top: 4px;
    margin-right: 20px;
    line-height: 50px;
  }

  .titulo-h3-2.fundo-claro.contrato {
    line-height: 1.1em;
  }

  .heading-xlarge {
    text-align: center;
    font-size: 4em;
  }

  .heading-large-2 {
    font-size: 32px;
  }

  .heading-large-2.blue {
    font-size: 2.5em;
  }

  .utility-page-wrap._3 {
    height: 100%;
    padding-top: 85px;
  }

  .link-block-10 {
    z-index: 999;
    background-color: #fff;
    padding: 10px;
  }

  .image-10 {
    width: 150px;
  }

  .utility-page-content-2 {
    width: 60%;
  }

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

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

  .tag-sale {
    font-size: 13px;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 1.5em;
  }

  .background-video-2 {
    max-height: 360px;
  }

  .hero-ticker-images {
    padding-bottom: 8vh;
  }

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

  .slider {
    width: 100%;
  }

  .link-block-2 {
    min-height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .fs-cc-banner4_text, .fs-cc-banner4_button.fs-cc-button-alt {
    font-size: 1rem;
  }

  .fs-cc-banner4_block {
    padding: 1rem;
  }

  .fs-cc-prefs4_component {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .fs-cc-prefs4_option {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-cc-prefs4_submit {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .fs-cc-prefs4_button-wrapper {
    padding-top: .55rem;
    padding-bottom: .55rem;
  }

  .fs-cc-prefs4_title {
    font-size: 1.4rem;
  }

  .fs-cc-prefs4_toggle-wrapper {
    margin-bottom: .25rem;
  }

  .fs-cc-prefs4_header {
    margin-bottom: .5rem;
    padding-top: .5rem;
    padding-bottom: .25rem;
  }

  .fs-cc-prefs4_text {
    font-size: .6rem;
  }

  .fs-cc-prefs4_button {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .image-brand {
    text-align: left;
    flex: 0 auto;
    height: 40px;
  }

  .navgrid {
    min-height: 65px;
  }

  .grid-buttons-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: space-around;
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-buttons-copy.mais-espaco {
    justify-items: start;
  }

  .navbar {
    min-height: 5vh;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .dropdown-link {
    white-space: normal;
  }

  .image-2 {
    width: 300px;
  }

  .container-2 {
    padding-bottom: 30px;
  }

  .container-2.title {
    padding-top: 80px;
  }

  .image-9 {
    margin-top: 0;
  }

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

  .section-2.overflow {
    background-repeat: no-repeat;
    padding-top: 0;
  }

  .section-2.overflow.branco, .section-2.overflow.green {
    padding-top: 55px;
  }

  .heading-large {
    font-size: 32px;
  }

  .heading-large.hero {
    font-size: 35px;
  }

  .heading-large.azul {
    font-size: 1.5em;
  }

  .grid-wrapper.inner-padding-medium {
    padding-top: 1em;
  }

  .grid-wrapper._2 {
    margin-top: 41px;
  }

  .flex-scrolling.padding-bottom-medium {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-column-features.servc {
    margin-top: 110px;
  }

  .link-block._2 {
    margin-bottom: 39px;
    margin-left: 0;
  }

  .heading-medium {
    font-size: 40px;
  }

  .div-block-8 {
    align-self: center;
    margin-left: 0;
  }

  .div-block-7 {
    text-align: center;
    flex-direction: column;
  }

  .gray-wrapper {
    padding: 35px;
  }

  .div-block-9 {
    align-self: center;
  }

  .full-image {
    width: 100%;
  }

  .image-grid-wrapper.rounded {
    overflow: visible;
  }

  .image-grid-wrapper.rounded.dois {
    height: 100%;
    min-height: 600px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .div-block-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 150px;
  }

  .div-block-6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .container-10 {
    margin-bottom: 100px;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .full-image-copy {
    width: 100%;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contain-form.rounded {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .text-field {
    text-align: left;
    margin-bottom: 15px;
  }

  .inner-form {
    flex-direction: column;
  }

  .main-grid {
    grid-row-gap: 36px;
  }

  .plan-column.recommended {
    padding-top: 42px;
  }

  .p-small-size-copy {
    text-align: center;
  }

  .grid-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: space-around;
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-small {
    font-size: 16px;
    font-weight: 700;
  }

  .gray-wrapper-2 {
    padding: 35px;
  }

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

  .secao-contrato {
    margin-bottom: -36px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .field-label-3 {
    text-align: left;
    padding-left: 14px;
  }

  .titulo-h2 {
    margin-top: 25px;
    margin-bottom: 21px;
    font-size: 40px;
  }

  .botao-contrato-enviar {
    margin-top: 40px;
    margin-bottom: 51px;
    margin-right: 5%;
    font-size: 39px;
    font-style: normal;
    line-height: 50px;
  }

  .titulo-h3-contrato {
    margin-top: 5px;
    font-size: 23px;
  }

  .titulo-h3-contrato.fundo-claro.contrato {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .checkbox-2 {
    width: 20px;
    height: 20px;
    margin-left: -20px;
  }

  .container-8 {
    margin-bottom: -14px;
  }

  .botao-contrato.w--current {
    line-height: 35px;
  }

  .checkbox-3 {
    width: 20px;
    height: 20px;
  }

  .checkbox-field-2 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .titulo-h3-2 {
    margin-top: 5px;
    font-size: 23px;
  }

  .titulo-h3-2.fundo-claro.contrato {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xlarge {
    font-size: 40px;
  }

  .heading-large-2 {
    font-size: 32px;
  }

  .image-10 {
    width: 150px;
  }

  .utility-page-content-2 {
    width: 80%;
  }

  .heading-regular-2 {
    font-size: 20px;
    font-weight: 700;
  }

  .background-video-2 {
    max-height: 250px;
  }

  .hero-ticker-images {
    padding-bottom: 0;
  }

  .slider {
    margin-bottom: 70px;
  }

  .link-block-28 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .fs-cc-prefs4_component {
    position: fixed;
    top: 30%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .fs-cc-prefs4_content {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .fs-cc-prefs4_option {
    padding: .3rem .625rem;
  }

  .fs-cc-prefs4_button-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fs-cc-prefs4_title {
    font-size: .8em;
  }

  .fs-cc-prefs4_label {
    font-size: .6em;
  }

  .fs-cc-prefs4_checkbox-field {
    margin-left: 5px;
  }

  .fs-cc-prefs4_header {
    padding: 1.25rem;
  }

  .fs-cc-prefs4_text {
    font-size: .7rem;
    display: block;
  }

  .fs-cc-prefs4_button {
    font-size: .6em;
    line-height: 1.2em;
  }

  .button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.topnav {
    justify-content: center;
    font-size: 18px;
  }

  .button.verde._3 {
    white-space: normal;
  }

  .menu-button {
    padding-left: 5px;
    padding-right: 10px;
  }

  .label-dropdown {
    font-size: 18px;
  }

  .navgrid {
    grid-template-columns: 1fr auto auto;
    min-height: 65px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .nav-link {
    font-size: 18px;
  }

  .grid-buttons-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-buttons-copy.mais-espaco {
    align-items: center;
    padding-left: 0;
  }

  .navbar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .dropdown-link {
    white-space: normal;
  }

  .buttons-nav-wrapper {
    padding: 20px 30px 40px;
  }

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

  .list-flex-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .circle-check {
    margin-right: 5px;
  }

  .container-2 {
    flex: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2._1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2.padding-top-large {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2.title {
    padding-top: 80px;
  }

  .container-2.titles {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .icon-check {
    margin-bottom: 0;
  }

  .main-paragraph.margin-bottom-xsmall {
    font-size: 14px;
    line-height: 1.5em;
  }

  .main-paragraph.margin-bottom-xsmall.esquerda {
    font-size: 14px;
  }

  .hero-wrapper {
    font-size: 18px;
  }

  .section-2.overflow.branco {
    padding-top: 15px;
  }

  .inner-hero-images {
    min-height: auto;
  }

  .heading-large {
    text-align: left;
    font-size: 32px;
  }

  .heading-large.hero {
    font-size: 25px;
    line-height: 1.5;
  }

  .heading-large._20-ch {
    text-align: center;
    font-size: 25px;
  }

  .heading-large._20-ch.white {
    margin-bottom: 0;
  }

  .heading-large.azul {
    font-size: 1.4em;
  }

  .grid-wrapper._2 {
    margin-top: 75px;
  }

  .logo-wrap-ticker {
    min-width: 35vw;
  }

  .wrapper-black {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .heading-regular, .heading-regular.margin-bottom-xsmall {
    font-size: 18px;
  }

  .heading-regular.text-light {
    font-size: 1.4em;
    line-height: 1.1em;
  }

  .paragraph-wrapper {
    font-size: 18px;
  }

  .flex-column-features {
    align-items: center;
  }

  .flex-column-features.servc {
    margin-top: 30px;
  }

  .grid-8 {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .image {
    top: 0;
  }

  .link-block._2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-medium {
    font-size: 33px;
    line-height: 1.15;
  }

  .heading-medium.menos {
    font-size: 30px;
  }

  .heading-medium.verde {
    font-size: 25px;
  }

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

  .gray-wrapper {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .full-image {
    height: auto;
    min-height: auto;
  }

  .image-grid-wrapper {
    min-height: auto;
    max-height: 45vh;
  }

  .image-grid-wrapper.rounded {
    height: 100%;
  }

  .image-grid-wrapper.rounded.dois {
    min-height: auto;
  }

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

  .div-block-2 {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 150px;
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .texto-privacidade {
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 25px;
  }

  .grid-6 {
    margin-bottom: 40px;
  }

  .container-10 {
    margin-bottom: 100px;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .full-image-copy {
    width: 100%;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .radio-button-label {
    text-align: left;
  }

  .contain-form {
    min-height: 50vh;
  }

  .contain-form.rounded {
    padding-left: .5em;
    padding-right: .5em;
  }

  .label-form {
    text-align: left;
    font-size: .9em;
    line-height: 1.2em;
  }

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

  .text-field {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-right: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid {
    text-align: left;
    grid-template-columns: 1fr;
  }

  .textarea-message {
    font-size: .6em;
  }

  .heading-medium-2 {
    font-size: 1.3em;
  }

  .form-container-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .main-grid {
    grid-row-gap: 36px;
    align-content: space-between;
  }

  .main-grid.margin-bottom-small {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .p-small-size {
    font-size: 14px;
  }

  .plan-column {
    width: 100%;
    padding: 20px;
  }

  .plan-column.recommended {
    padding-top: 38px;
  }

  .list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .wrapper-call-to-action {
    width: 100%;
    min-height: 40vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-small-size-copy {
    font-size: 14px;
  }

  .grid-buttons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .small-paragraph-wrapper {
    margin-top: -15px;
  }

  .container-11 {
    flex: 0 auto;
  }

  .heading-small {
    font-size: 16px;
  }

  .gray-wrapper-2 {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    align-content: stretch;
    align-items: start;
  }

  .secao-contrato {
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    display: block;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .clausula-contratual-nivel-4 {
    padding-left: 18px;
    font-size: .7em;
  }

  .titulo-h2 {
    margin-left: 2%;
    margin-right: 2%;
    font-size: 200%;
  }

  .clausula-contratual-n3-1 {
    padding-left: 40px;
    font-size: .6em;
  }

  .titulo-h3-contrato {
    margin-top: 19px;
    font-size: 20px;
    line-height: 31px;
  }

  .titulo-h3-contrato.fundo-claro.contrato {
    font-size: .8em;
  }

  .clausula-contratual-n3 {
    padding-left: 35px;
    font-size: .7em;
  }

  .checkbox-2 {
    margin-left: -20px;
  }

  .clausula-contratual-n2 {
    padding-left: 25px;
    font-size: .7em;
  }

  .botao-contrato {
    width: 80%;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 30px;
  }

  .titulo-h3-2 {
    margin-top: 19px;
    font-size: 20px;
    line-height: 31px;
  }

  .titulo-h3-2.fundo-claro.contrato {
    font-size: 1.7em;
    line-height: 32px;
  }

  .clausula-contratual-n1 {
    padding-left: 12px;
    font-size: .8em;
  }

  .clausula-contratual-n1.centralizado.destaque.escuro {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
  }

  .wrapper-heading {
    align-items: center;
  }

  .heading-large-2 {
    text-align: left;
    font-size: 32px;
  }

  .heading-large-2.blue {
    font-size: 1.6em;
  }

  .heading-large-2._20-ch.mais {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 45px;
  }

  .clausula-contratual-nivel-5 {
    padding-left: 30px;
    font-size: .6em;
  }

  .image-10 {
    width: 150px;
  }

  .utility-page-content-2 {
    white-space: normal;
    width: 95%;
  }

  .bold-text {
    font-size: 1em;
  }

  .grid-13 {
    justify-items: center;
  }

  .grid-14 {
    max-width: 100%;
  }

  .heading-regular-2 {
    font-size: 18px;
  }

  .tag-sale.plan {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .list-flex-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 1.5em;
  }

  .text-block-9 {
    font-size: .5em;
  }

  .background-video-2 {
    max-height: 230px;
  }

  .hero-ticker-images {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    display: block;
  }

  .icon-2.esq {
    margin-left: 5px;
  }

  .icon-8.dir {
    margin-right: 5px;
  }
}

#w-node-_37a38045-22a6-cf99-c16a-18bc219a39cf-0d2a7164 {
  align-self: end;
  justify-self: center;
}

#w-node-_37a38045-22a6-cf99-c16a-18bc219a39d1-0d2a7164, #w-node-_07159427-34fc-ac85-ea1f-7504e50af24d-0d2a7164 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07159427-34fc-ac85-ea1f-7504e50af25b-0d2a7164 {
  align-self: center;
  justify-self: center;
}

#w-node-ee7d3a45-5b31-07c8-24ba-4f84e3e52a80-0d2a7164 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7d3a45-5b31-07c8-24ba-4f84e3e52a88-0d2a7164, #w-node-ee7d3a45-5b31-07c8-24ba-4f84e3e52a93-0d2a7164, #w-node-ee7d3a45-5b31-07c8-24ba-4f84e3e52a9e-0d2a7164, #w-node-ee7d3a45-5b31-07c8-24ba-4f84e3e52aa9-0d2a7164 {
  align-self: center;
}

#w-node-_40a8562f-6500-6ffe-2547-b414f4ac9353-0d2a7164 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afc23ebf-f49e-b6ea-31c8-bdf613b4f6e1-13b4f6dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-afc23ebf-f49e-b6ea-31c8-bdf613b4f6ec-13b4f6dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afc23ebf-f49e-b6ea-31c8-bdf613b4f6ee-13b4f6dd {
  justify-self: end;
}

#w-node-afc23ebf-f49e-b6ea-31c8-bdf613b4f6f0-13b4f6dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afc23ebf-f49e-b6ea-31c8-bdf613b4f6f1-13b4f6dd {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_29b9494f-72cb-fab1-dc73-e7586aac8c13-6aac8c0e {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58be5-7574c080 {
  order: -9999;
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c22-7574c080, #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c26-7574c080, #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c2a-7574c080, #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c2e-7574c080, #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c32-7574c080, #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c36-7574c080, #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c3a-7574c080, #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c3e-7574c080, #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c42-7574c080, #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c52-7574c080, #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c56-7574c080 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c72-7574c080 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-fca5a395-ce6d-ad7b-cb40-ffd8764999cf-5b17f054 {
  order: -9999;
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-fca5a395-ce6d-ad7b-cb40-ffd8764999e5-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd8764999e9-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd8764999ed-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd8764999f1-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd8764999f5-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd8764999f9-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd8764999fd-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd876499a01-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd876499a05-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd876499a19-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd876499a1d-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd876499a25-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd876499a29-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd876499a31-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd876499a35-5b17f054, #w-node-ec4be879-90e9-2ac8-e15b-98b082a8510a-5b17f054, #w-node-ec4be879-90e9-2ac8-e15b-98b082a8510e-5b17f054, #w-node-_94d1cc3f-a62b-e891-835a-e45a13be5cf1-5b17f054, #w-node-_94d1cc3f-a62b-e891-835a-e45a13be5cf5-5b17f054, #w-node-_990e99b1-819d-006e-d2c3-68472ea2508d-5b17f054, #w-node-_990e99b1-819d-006e-d2c3-68472ea25091-5b17f054, #w-node-a13c3b57-e533-14d4-36a9-06fe4ae52f04-5b17f054, #w-node-a13c3b57-e533-14d4-36a9-06fe4ae52f08-5b17f054, #w-node-a13c3b57-e533-14d4-36a9-06fe4ae52f0c-5b17f054, #w-node-a13c3b57-e533-14d4-36a9-06fe4ae52f10-5b17f054, #w-node-a13c3b57-e533-14d4-36a9-06fe4ae52f14-5b17f054, #w-node-a13c3b57-e533-14d4-36a9-06fe4ae52f18-5b17f054, #w-node-a13c3b57-e533-14d4-36a9-06fe4ae52f1c-5b17f054, #w-node-a13c3b57-e533-14d4-36a9-06fe4ae52f20-5b17f054, #w-node-a13c3b57-e533-14d4-36a9-06fe4ae52f24-5b17f054, #w-node-_2293c6b4-0bda-6f97-8d46-8d32c724d008-5b17f054, #w-node-_48f9051e-0af2-bece-326e-dca78a6c49a2-5b17f054, #w-node-_948e348d-a7c3-8844-f6bb-6fb0abb25af6-5b17f054, #w-node-_4aa4bb4f-eaea-b74d-8d4c-c1b83025f3cf-5b17f054, #w-node-acdc6754-a8bc-4767-d0b2-88863f645fdc-5b17f054, #w-node-_28a3e924-301e-4ef7-8906-a52098dae92c-5b17f054, #w-node-_93e34cf0-3e14-ffac-e9e4-1826b645129c-5b17f054, #w-node-f59e94d8-6d01-3540-e32d-97e10454aa34-5b17f054, #w-node-_333e83d4-423a-5a82-b20b-84132432253d-5b17f054, #w-node-c5a2f7b5-e1a2-321d-2454-37cedb48c7a0-5b17f054, #w-node-f1d8a0dc-5084-cb7a-6db0-f9cbfa1d6eda-5b17f054, #w-node-_26e1a9cf-119d-8c43-cfa6-e1fda927a8ec-5b17f054, #w-node-_53633f1a-6dc2-99d4-1738-88cf05f6df5b-5b17f054, #w-node-a6e8f305-1f9f-e52a-80be-dd82f22dcf66-5b17f054, #w-node-_596f28a1-e6a4-46ac-b2f7-780946da4c94-5b17f054, #w-node-_9845ff9e-7705-cab7-d39d-3764e03a04fb-5b17f054, #w-node-_8f4d132f-9aed-9097-4890-32f04df8876d-5b17f054, #w-node-_0acd7a44-0c12-9d8b-9d64-ae76c0eacd2a-5b17f054 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c1e0b61-c685-809a-28f4-890759b09b72-732fc7dd, #w-node-_3c1e0b61-c685-809a-28f4-890759b09b91-732fc7dd, #w-node-_3c1e0b61-c685-809a-28f4-890759b09bb0-732fc7dd {
  align-self: stretch;
}

#w-node-_592857da-1d30-69bc-6375-0c7d7cb96415-3967724a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29bde280-b5c1-0044-4934-76fa39677251-3967724a {
  align-self: center;
  justify-self: center;
}

#w-node-_29bde280-b5c1-0044-4934-76fa3967725a-3967724a, #w-node-_29bde280-b5c1-0044-4934-76fa3967726c-3967724a, #w-node-_29bde280-b5c1-0044-4934-76fa3967727e-3967724a, #w-node-_29bde280-b5c1-0044-4934-76fa39677275-3967724a {
  align-self: stretch;
}

#w-node-_2e993c82-2726-d364-8ef0-8f27a36a9950-a36a994d {
  align-self: center;
  justify-self: end;
}

#clicouwhats.w-node-_2e993c82-2726-d364-8ef0-8f27a36a9956-a36a994d {
  align-self: center;
  justify-self: start;
}

#w-node-c92845c0-7662-8cc6-91fe-aa9d2d62a5d3-cf0b6853 {
  grid-area: 1 / 2 / 2 / 12;
}

@media screen and (min-width: 1440px) {
  #w-node-_37a38045-22a6-cf99-c16a-18bc219a39cf-0d2a7164 {
    align-self: end;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_37a38045-22a6-cf99-c16a-18bc219a39cf-0d2a7164 {
    align-self: end;
  }

  #w-node-_07159427-34fc-ac85-ea1f-7504e50af25b-0d2a7164 {
    order: -9999;
  }

  #w-node-c2b502aa-ba68-3b61-c497-e1b5d89a2527-0d2a7164 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58be5-7574c080 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c72-7574c080 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-fca5a395-ce6d-ad7b-cb40-ffd8764999cf-5b17f054 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #clicouwhats.w-node-_2e993c82-2726-d364-8ef0-8f27a36a9956-a36a994d {
    justify-self: center;
  }

  #w-node-c92845c0-7662-8cc6-91fe-aa9d2d62a5d3-cf0b6853 {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-afc23ebf-f49e-b6ea-31c8-bdf613b4f6e0-13b4f6dd {
    justify-self: center;
  }

  #w-node-afc23ebf-f49e-b6ea-31c8-bdf613b4f6e1-13b4f6dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afc23ebf-f49e-b6ea-31c8-bdf613b4f6f1-13b4f6dd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_29b9494f-72cb-fab1-dc73-e7586aac8c11-6aac8c0e {
    justify-self: start;
  }

  #w-node-c92845c0-7662-8cc6-91fe-aa9d2d62a5d3-cf0b6853 {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-afc23ebf-f49e-b6ea-31c8-bdf613b4f6e0-13b4f6dd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afc23ebf-f49e-b6ea-31c8-bdf613b4f6e1-13b4f6dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afc23ebf-f49e-b6ea-31c8-bdf613b4f6ee-13b4f6dd {
    justify-self: center;
  }

  #w-node-afc23ebf-f49e-b6ea-31c8-bdf613b4f6f1-13b4f6dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58be5-7574c080 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b418ff2-0ee3-178e-20c5-4e2f1da58c72-7574c080 {
    grid-column: span 1 / span 1;
  }

  #w-node-fca5a395-ce6d-ad7b-cb40-ffd8764999cf-5b17f054 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fca5a395-ce6d-ad7b-cb40-ffd876499a19-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd876499a1d-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd876499a25-5b17f054, #w-node-fca5a395-ce6d-ad7b-cb40-ffd876499a29-5b17f054 {
    justify-self: start;
  }

  #w-node-_3c1e0b61-c685-809a-28f4-890759b09b72-732fc7dd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3c1e0b61-c685-809a-28f4-890759b09b91-732fc7dd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3c1e0b61-c685-809a-28f4-890759b09bb0-732fc7dd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2e993c82-2726-d364-8ef0-8f27a36a9950-a36a994d {
    justify-self: center;
  }

  #w-node-c92845c0-7662-8cc6-91fe-aa9d2d62a5d3-cf0b6853 {
    grid-column: 1 / 3;
  }
}


@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-Bold.ttf') format('truetype'), url('../fonts/Hauora-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-Medium.ttf') format('truetype'), url('../fonts/Hauora-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/Hauora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}