@font-face {
  font-family: Gotham Rounded Book;
  src: url('../fonts/Gotham-Rounded-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Rounded;
  src: url('../fonts/Gotham-Rounded-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Rounded;
  src: url('../fonts/Gotham-Rounded-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gothamroundedbook 21018 8 B 1 E 400";
  src: url('../fonts/GothamRoundedBook_21018-8b1e_400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/Segoe-UI-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/Segoe-UI-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/Segoe-UI.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/Segoe-UI-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Stretchpro;
  src: url('../fonts/StretchPro.ttf') format("truetype"), url('../fonts/StretchPro.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stretchpro Basic;
  src: url('../fonts/StretchPro-Basic.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-web: black;
  --primary-web: #00a2b5;
  --white-web: white;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --yellow-green\<deleted\|variable-616c0c51\>: #bed500;
  --secondary-web: #1d1d1b;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --verde-web: #103640;
  --transparent: transparent;
  --cinza-web: #666;
  --cinza-2: #eaeade;
  --txtwrite: white;
}

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

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

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

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

body {
  color: #000;
  min-height: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

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

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

.utility_block {
  grid-column-gap: 0rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 70%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

.l-nav {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.l-nav:hover {
  color: #ef2e4d;
}

.c-container {
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.c-nav-logo.w--current {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  height: 26px;
  padding-bottom: 10px;
  display: flex;
}

.c-nav-link {
  color: var(--black-web);
  cursor: pointer;
  flex-flow: row;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.c-nav-link:hover {
  color: var(--primary-web);
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.c-nav-link:active, .c-nav-link:focus, .c-nav-link:focus-visible, .c-nav-link[data-wf-focus-visible] {
  color: var(--primary-web);
}

.c-nav-link:visited {
  color: var(--black-web);
}

.c-nav-link.w--current {
  color: var(--black-web);
  font-family: Roboto, sans-serif;
}

.c-nav-link.w--current:hover {
  color: var(--primary-web);
  font-weight: 500;
}

.nav-menu {
  text-align: center;
  flex: none;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 120px;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.c-nav-compra {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  display: none;
}

.passos {
  height: auto;
  padding: 0 10px;
  position: relative;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  height: 100%;
}

.coluna {
  text-align: center;
  cursor: pointer;
  background-color: #070b3b;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-around;
  height: 340px;
  padding: 20px;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #c0ff72;
  text-align: right;
  font-size: 6rem;
}

.heading-7 {
  color: #c0ff72;
  text-align: right;
  padding-top: 10px;
  font-size: 2rem;
  overflow: hidden;
}

.heading-8 {
  color: #c0ff72;
  text-align: left;
  margin-top: 0;
  font-size: 1.4rem;
  overflow: hidden;
}

.coluna-box {
  z-index: 0;
  object-fit: fill;
  background-color: #c0ff72;
  border: 2px solid #c0ff72;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 0%;
  margin: auto;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.paragraph {
  height: auto;
  margin: auto;
  font-size: .75rem;
  display: block;
  overflow: hidden;
}

.paragraph-2 {
  margin: auto;
  font-size: .75rem;
  display: flex;
  overflow: hidden;
}

.paragraph-3, .paragraph-4 {
  font-size: .75rem;
  overflow: hidden;
}

.db-agenda {
  width: 100%;
  height: 100%;
}

.db-agenda.padding-default {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.html-embed-2 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.html-embed-2.login-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--primary-web);
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 263px;
  margin-bottom: 0;
  font-family: Gotham Rounded Book, sans-serif;
  font-size: 14px;
}

.navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
  background-color: #f5f5f500;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: none;
  padding: 20px 3%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-2 {
  color: #242424;
  margin-left: 5px;
  margin-right: 5px;
}

.footer {
  background-color: var(--white-web);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.f-container {
  background-color: var(--primary-web);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.body-map {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: block;
}

.body-map.map-body {
  color: var(--black-web);
  justify-content: space-between;
  font-family: Gotham Rounded Book, sans-serif;
  display: block;
}

.my-account-top {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-my-account {
  color: var(--black-web);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  font-family: Gotham Rounded Book, sans-serif;
  display: flex;
}

.pagekraft-agenda {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.div-block-21.p-click-21 {
  margin-bottom: 20px;
}

.heading-13 {
  color: #c9c9c9;
  text-align: center;
  font-size: 1.05rem;
}

.heading-13.p-mouse {
  display: block;
}

.heading-15.p-clickaqui {
  display: none;
}

.div-block-22 {
  grid-column-gap: 9px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  display: flex;
}

.body-politica, .body-cookiesof {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Gotham Rounded Book, sans-serif;
  display: flex;
}

.db-maps {
  background-color: var(--white-web);
  width: 100%;
  height: auto;
  min-height: 60vh;
  max-height: none;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 0;
  position: relative;
}

.maps-html {
  height: auto;
  margin-bottom: auto;
  padding-top: 20px;
  display: block;
}

.body-agenda {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Baloo 2";
  display: flex;
}

.body-agenda.scroll {
  color: var(--black-web);
  font-family: Gotham Rounded Book, sans-serif;
}

.body-packages {
  color: var(--black-web);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Gotham Rounded Book, sans-serif;
  display: flex;
}

.db-packages {
  width: 100%;
  height: 100%;
}

.db-packages.padding-default {
  align-self: flex-start;
  height: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.packages-html {
  margin-top: 0;
}

.body-home {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  background-color: #f7f8fc;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  font-family: "Baloo 2";
  transition: color .3s;
  display: flex;
}

.body-home.scroll {
  grid-row-gap: 0px;
  color: var(--secondary-web);
  background-color: #fff;
  font-family: Gotham Rounded Book, sans-serif;
}

.div-top-bg {
  background-color: var(--black-web);
  color: var(--black-2\<deleted\|variable-a09c0539\>);
  object-fit: contain;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.column-slide {
  border: 1px solid #0003;
  width: 100%;
}

.bg-top {
  background-color: var(--black-2\<deleted\|variable-a09c0539\>);
  width: 100%;
  height: 120px;
  margin-top: -120px;
  display: none;
}

.bg-top.bg-map {
  margin-top: -120px;
}

.body-2 {
  font-family: Gotham Rounded Book, sans-serif;
}

.body-3, .body-4 {
  font-family: "Baloo 2";
}

.toggle-text {
  z-index: 2;
  color: var(--verde-web);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.faq {
  background-color: var(--transparent);
  color: var(--black-web);
  white-space: break-spaces;
  border-bottom: 1px solid #b6b6b6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-container {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 60px;
}

.head-medium {
  color: var(--primary-web);
  text-align: center;
  letter-spacing: .58px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-7 {
  color: var(--verde-web);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.block-grid {
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.text-block-8 {
  color: var(--verde-web);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.faq-title {
  margin-bottom: 40px;
}

.faq-default {
  padding: 60px 72px 100px;
  font-family: Gotham Rounded Book, sans-serif;
  position: relative;
  overflow: hidden;
}

.container-faq-default {
  z-index: 3;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-faq-default.basic-grid {
  z-index: 3;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  display: grid;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-answer-2 {
  color: var(--black-web);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.faq-p {
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.section-modalidade {
  background-color: #f7fbfe;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-54 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 770px;
  line-height: 1;
}

.terceira-dobra-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-web);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: auto;
  margin: auto auto 0;
  padding: 60px 0 0;
  display: flex;
}

.section-redirecionamento-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding-top: 0;
  display: flex;
}

.section-redirecionamento-2.section-unidades {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.html-embed-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.container-politicas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph-42 {
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.html-embed-22 {
  width: 100%;
  height: 100%;
}

.container-mod-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-74 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 646px;
  padding-right: 0;
  display: flex;
}

.bold-text-12 {
  color: var(--primary-web);
  text-align: center;
  margin-right: 0;
  font-family: Stretchpro, Trebuchet MS, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.heading-78 {
  color: var(--verde-web);
  text-align: center;
  word-break: break-all;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-43 {
  color: var(--black-web);
  text-align: center;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.button-4 {
  background-color: var(--transparent);
  color: var(--black-web);
  text-align: center;
  width: 280px;
  height: 44px;
  margin-top: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
}

.heading-79 {
  text-align: center;
  align-self: center;
  font-family: Stretchpro, Trebuchet MS, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white-web);
  background-color: #707168;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-75 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  margin-left: 0;
  padding-right: 60px;
  font-family: Syncopate, sans-serif;
  display: flex;
}

.div-block-76 {
  width: 50%;
  max-width: 500px;
}

.heading-80 {
  color: var(--primary-web);
  width: auto;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0;
  font-family: Stretchpro, Trebuchet MS, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-44 {
  color: var(--white-web);
  max-width: 355px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 150%;
}

.paragraph-44.txt-mobile-1, .paragraph-44.mobile {
  display: none;
}

.container-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 80px;
  display: flex;
}

.div-block-77 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.paragraph-45 {
  color: var(--white-web);
  text-align: left;
  font-family: Gotham Rounded Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link-2 {
  color: var(--white-web);
  font-weight: 500;
  text-decoration: none;
}

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

.link-3 {
  color: var(--white-web);
  font-weight: 500;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.paragraph-46 {
  color: var(--white-web);
  text-align: left;
  margin-bottom: 10px;
}

.link-4 {
  color: var(--white-web);
  font-family: Gotham Rounded Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.link-4.w--current {
  color: var(--white-web);
  text-transform: none;
  font-family: "Gothamroundedbook 21018 8 B 1 E 400", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.div-block-79 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.body-5, .body-6 {
  font-family: Gotham Rounded Book, sans-serif;
}

.plus-icon-2 {
  background-color: #1da23d00;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.plus-horiz-2 {
  border: 1px solid var(--primary-web);
  background-color: #000;
  border-radius: 100px;
  width: 13px;
  height: 2px;
  position: absolute;
}

.plus-vert-2 {
  border: 1px solid var(--primary-web);
  background-color: #000;
  border-radius: 100px;
  width: 2px;
  height: 13px;
  position: absolute;
}

.div-block-80 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-web);
  color: var(--black-web);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-81 {
  color: #443f3f;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-franquia {
  color: var(--black-web);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  font-family: Gotham Rounded Book, sans-serif;
  display: flex;
}

.container-franquia.container-novoaqui {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-48 {
  text-align: center;
  color: #443f3f;
  font-family: Syncopate, sans-serif;
  font-size: 40px;
}

.div-block-85 {
  color: var(--black-web);
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  min-height: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-85.bg-text {
  background-color: var(--primary-web);
  max-width: 100%;
  padding-bottom: 80px;
}

.container-fraq-txt {
  color: var(--white-web);
  justify-content: space-around;
  align-items: flex-start;
  max-width: 853px;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
  display: flex;
}

.paragraph-49 {
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-87 {
  width: 100%;
  max-height: 580px;
  overflow: hidden;
}

.image-30 {
  color: var(--white-web);
}

.paragraph-53 {
  color: var(--black-web);
  text-align: center;
  max-width: 660px;
  margin-top: 30px;
  font-size: 20px;
}

.bold-text-15 {
  color: var(--cinza-web);
}

.link-6 {
  color: var(--black-web);
  text-decoration: none;
}

.link-6:hover {
  color: var(--primary-web);
  text-decoration: underline;
}

.paragraph-54 {
  margin-top: 20px;
}

.image-34 {
  width: 140px;
  margin-top: -6px;
}

.container-modalidade {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.heading-83 {
  color: var(--primary-web);
  font-family: Syncopate, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.div-block-90 {
  background-color: #c3c2c2;
  width: 100%;
  height: 1px;
}

.modali-cont1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.modali-cont1.modali-aspincycle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}

.img1-modali {
  order: -1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.txt1-modali {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.heading-84 {
  color: var(--cinza-web);
  font-family: Syncopate, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-55 {
  color: var(--black-web);
  font-family: Gotham Rounded Book, sans-serif;
  font-size: 20px;
}

.modali-cont2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 100px;
  display: flex;
}

.img2-modali {
  order: 1;
  height: 450px;
}

.image-35 {
  border-radius: 14px;
  width: 350px;
}

.paragraph-56 {
  color: var(--cinza-web);
  text-align: center;
  font-size: 20px;
}

.bold-text-16 {
  color: var(--cinza-web);
}

.bold-text-16.txt-spincycle {
  color: var(--primary-web);
}

.div-block-93 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-96 {
  height: 100%;
}

.image-40 {
  object-fit: cover;
  width: 33%;
  max-width: none;
  max-height: 500px;
  margin-top: 0;
  padding-left: 10px;
}

.div-block-98 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  padding-left: 40px;
  display: flex;
}

.div-block-99 {
  width: 50%;
  display: block;
}

.div-block-100 {
  width: auto;
}

.heading-85 {
  color: var(--verde-web);
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

.bold-text-17 {
  max-width: 280px;
  font-family: Gotham Rounded Book, sans-serif;
  font-size: 25px;
}

.paragraph-57 {
  color: var(--black-web);
  text-align: center;
  max-width: 420px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.div-block-101 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  max-width: 420px;
  margin-top: 20px;
  display: flex;
}

.image-41 {
  width: 625px;
  height: auto;
}

.div-block-106 {
  flex-flow: row;
  display: flex;
}

.image-45 {
  object-fit: cover;
  width: 33%;
  height: 500px;
}

.bold-text-18 {
  font-family: Gotham Rounded, sans-serif;
  font-weight: 500;
}

.bold-text-19, .bold-text-20 {
  font-weight: 500;
}

.bold-text-21 {
  font-family: Gotham Rounded Book, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.image-47 {
  max-width: 180px;
  height: 53px;
  max-height: none;
}

.heading-86 {
  color: var(--white-web);
  font-family: Gotham Rounded, sans-serif;
  font-weight: 700;
}

.div-block-107 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 280px;
  display: flex;
}

.code-embed {
  width: 100%;
}

.text-span-62 {
  font-size: 32px;
  font-weight: 400;
}

.paragraph-60 {
  font-family: Roboto, sans-serif;
}

.text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74, .text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80 {
  font-size: 20px;
}

.bold-text-24 {
  font-size: 28px;
}

.text-span-81, .text-span-82, .text-span-83 {
  font-size: 20px;
}

.paragraph-61 {
  font-family: Roboto, sans-serif;
}

.text-span-84 {
  font-size: 28px;
}

.text-span-85, .text-span-86, .text-span-87, .text-span-88, .text-span-89 {
  font-size: 20px;
}

.paragraph-62 {
  font-family: Roboto, sans-serif;
}

.text-span-90 {
  font-size: 28px;
}

.text-span-91, .text-span-92, .text-span-93, .text-span-94, .text-span-95, .text-span-96 {
  font-size: 20px;
}

.bold-text-26 {
  text-align: center;
  font-family: Stretchpro, Trebuchet MS, sans-serif;
  font-weight: 400;
}

.section-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 100px;
  display: flex;
}

.container-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-88 {
  color: var(--verde-web);
  text-align: center;
  margin-bottom: 2rem;
  font-family: Stretchpro, Trebuchet MS, sans-serif;
  font-size: 27px;
}

.flex-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: auto;
  margin-bottom: 20px;
  display: grid;
}

.div-block-110 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: auto;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-111 {
  border: 1px solid #00a2b5;
  width: 100%;
  min-width: 200px;
  max-width: 200px;
  height: auto;
  min-height: 250px;
  max-height: 250px;
  margin-top: 8px;
  padding: 20px 10px 22px;
  font-size: 12rem;
}

.paragraph-63 {
  color: var(--verde-web);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.paragraph-63.res-title {
  text-align: center;
  width: auto;
  margin-right: 0;
  font-size: 14px;
}

.paragraph-63.txt-01 {
  margin-top: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.paragraph-63.txt-2 {
  margin-top: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.flex-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.button-5 {
  background-color: var(--primary-web);
  text-align: center;
  min-width: 180px;
  max-width: 180px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.section-5 {
  background-image: url('../images/BANNER-UNIDADES.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 250px;
  margin-bottom: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 90px;
  font-family: Inter, sans-serif;
  display: flex;
}

.paragraph-64 {
  color: var(--white-web);
  font-size: 22px;
}

.paragraph-65 {
  color: var(--primary-web);
  font-family: Stretchpro, Trebuchet MS, sans-serif;
  font-size: 66px;
  line-height: 1;
}

.paragraph-67 {
  color: var(--white-web);
  font-size: 22px;
}

.paragraph-68 {
  color: var(--white-web);
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.div-block-112 {
  width: 100%;
  font-family: Stretchpro, Trebuchet MS, sans-serif;
}

.div-block-113 {
  width: 50%;
  margin-left: auto;
  font-family: Stretchpro, Trebuchet MS, sans-serif;
}

.image-51 {
  width: 100%;
  max-width: 320px;
  margin-top: -70px;
}

.text-span-97 {
  color: var(--primary-web);
  font-family: Stretchpro, Trebuchet MS, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.section-button-mobile {
  width: 100%;
  min-height: 80px;
  display: none;
}

.link-block-8 {
  color: var(--white-web);
  text-decoration: underline;
}

.section-7 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-89 {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.container-9 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.bold-text-27 {
  font-size: 12px;
  font-weight: 700;
}

.bold-text-28 {
  color: var(--black-web);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: block;
}

.link-7 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.image-52 {
  border-radius: 14px;
  width: auto;
  max-width: none;
  height: 455px;
}

.paragraph-70 {
  color: var(--white-web);
  font-family: Gotham Rounded, sans-serif;
  font-weight: 700;
}

.link-8 {
  color: var(--white-web);
  text-transform: none;
  text-decoration: none;
}

.link-9 {
  color: var(--white-web);
  font-size: 14px;
  text-decoration: none;
}

.link-9.txtwrite {
  font-family: Gotham Rounded Book, sans-serif;
  font-weight: 400;
}

.bannerunidades {
  flex-flow: row;
  width: 100%;
  height: auto;
  display: flex;
}

.sectionunidades {
  border-bottom: .4px solid #1a353f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 280px;
  padding-top: 94px;
  display: flex;
}

.container-11 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-90 {
  text-transform: uppercase;
  color: #1a353f;
  font-family: Stretchpro, Trebuchet MS, sans-serif;
  font-size: 40px;
}

.divunidade2 {
  background-color: #1a353f;
  width: 100%;
  height: 6px;
  margin-top: 18px;
}

.contflex {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-117 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  min-width: 320px;
  display: flex;
}

.div-block-118 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  min-width: 320px;
  display: flex;
}

.paragraph-71 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.link-10 {
  color: var(--black-web);
  font-size: 19px;
  text-decoration: none;
}

.paragraph-73 {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.sectionunidade2 {
  width: 100%;
}

.divunidades {
  display: none;
}

.image-53 {
  width: 100%;
  max-width: none;
}

.paragraph-74 {
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.button-10 {
  background-color: var(--primary-web);
  color: var(--white-web);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 74px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 600;
  display: flex;
}

.code-embed-2 {
  color: #e6e6e6;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.code-embed-2.car-shopping.pagekraft-auth-checkout {
  color: var(--primary-web);
}

.div-block-181 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  min-width: 242px;
  display: flex;
}

.button-2-ang {
  background-color: var(--primary-web);
  color: var(--white-web);
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 6px 16px;
  font-family: Gotham Rounded Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: box-shadow .2s;
  display: none;
}

.button-2-ang:hover {
  box-shadow: inset 0 2px 5px 40vh #00000082;
}

.button-1-ang {
  background-color: var(--transparent);
  color: var(--primary-web);
  text-transform: capitalize;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: Gotham Rounded Book, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: color .2s;
  display: none;
}

.button-1-ang:hover {
  color: var(--verde-web);
}

.button-1-ang.pagekraft-auth-my-account {
  text-transform: none;
}

.div-block-182 {
  background-image: url('../images/da6aa39a-73d4-4672-a670-fb90e7202f00.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 380px;
  display: flex;
}

.heading-91 {
  color: var(--white-web);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.text-block-9 {
  color: #f6f7ffcc;
  text-align: center;
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-184 {
  background-color: var(--primary-web);
  color: var(--white-web);
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 64px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.div-block-184:hover {
  box-shadow: inset 0 2px 5px 40vh #007b898a, 0 4px 4px #00000040;
}

.div-block-185 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: -5px;
  display: flex;
}

.div-block-186 {
  margin-top: 60px;
}

.heading-92 {
  color: #1e1e1e;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-block-11 {
  color: #888;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.div-block-187 {
  min-height: 300px;
  margin-top: 20px;
}

.text-block-12 {
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.icon-hamburguer {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-hamburguer.menu-mobile-action {
  margin-bottom: 0;
}

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

.image-55 {
  height: 26px;
}

.div-block-189 {
  height: 650px;
}

.slider {
  height: 100%;
}

.image-56 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.head-medium-copy {
  text-align: center;
  letter-spacing: .58px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

.faq-container-copy {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 60px;
}

.toggle-text-copy {
  z-index: 2;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.faq-answer-2-copy {
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.div-block-190 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.lightbox-link {
  max-height: 400px;
}

.image-57 {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.lightbox-link-2 {
  width: 100%;
}

.image-58 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 200px;
}

.div-block-191 {
  background-image: url('../images/1.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 105vh;
}

.faq-default-copy {
  padding: 60px 72px 0;
  font-family: Gotham Rounded Book, sans-serif;
  position: relative;
  overflow: hidden;
}

.link-11 {
  color: var(--black-web);
  text-decoration: none;
}

.image-59 {
  height: 38px;
}

.paragraph-75 {
  color: var(--primary-web);
  text-align: center;
  max-width: 420px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .c-container {
    max-width: 100%;
  }

  .c-nav-link {
    font-size: 13px;
  }

  .div-block-22 {
    grid-column-gap: 14px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
  }

  .div-block-54 {
    background-position: 50% 0;
    background-size: cover;
  }

  .html-embed-22 {
    width: 100%;
    height: 100%;
  }

  .heading-80 {
    margin-left: 70px;
  }

  .flex-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-items: start stretch;
  }

  .bannerunidades {
    height: auto;
  }

  .div-block-181 {
    min-width: 230px;
  }

  .button-2-ang, .button-1-ang, .navbar {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .c-container {
    max-width: 1600px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-22 {
    grid-column-gap: 9px;
    max-width: none;
  }

  .div-block-54 {
    justify-content: center;
    align-items: flex-start;
    min-height: 100%;
    max-height: none;
    display: flex;
  }

  .html-embed-22 {
    width: 100%;
    height: 100%;
  }

  .heading-80 {
    margin-left: 80px;
  }

  .image-30 {
    width: 100%;
  }

  .bannerunidades {
    height: auto;
    padding-top: 0;
  }

  .div-block-181 {
    min-width: 242px;
  }

  .div-block-182 {
    height: 450px;
  }
}

@media screen and (min-width: 1920px) {
  .c-container {
    flex-flow: row;
    justify-content: space-between;
    max-width: 1920px;
  }

  .nav-menu {
    margin-right: auto;
  }

  .div-block-22 {
    grid-column-gap: 14px;
  }

  .body-home.scroll {
    font-family: Inter, sans-serif;
  }

  .section-modalidade {
    background-color: var(--transparent);
  }

  .div-block-54 {
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    min-height: 100px;
  }

  .html-embed-22 {
    width: 100%;
    height: 100%;
  }

  .heading-80 {
    margin-left: 200px;
  }

  .image-30 {
    width: 100%;
  }

  .img2-modali {
    border-radius: 14px;
    overflow: hidden;
  }

  .div-block-99 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    display: block;
  }

  .paragraph-57 {
    max-width: 100%;
    font-family: Segoe Ui, sans-serif;
    font-size: 25px;
  }

  .image-47 {
    font-family: Abril Fatface, sans-serif;
    font-size: 2px;
  }

  .link-block-7 {
    margin-top: 40px;
    font-family: Abril Fatface, sans-serif;
    font-size: 20px;
  }

  .section-3, .image-50 {
    width: 100%;
  }

  .section-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 320px;
    padding-top: 75px;
    padding-bottom: 100px;
    display: flex;
  }

  .section-4.desktop {
    justify-content: flex-start;
    align-items: center;
    min-height: 0;
  }

  .container-8 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 940px;
    display: flex;
  }

  .heading-88 {
    align-self: center;
    margin-left: 0;
    font-family: Stretchpro, Trebuchet MS, sans-serif;
    font-size: 27px;
    font-weight: 400;
  }

  .flex-block-12 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    width: auto;
    display: grid;
  }

  .div-block-110 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 146px;
    height: auto;
    display: flex;
  }

  .div-block-111 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #00a2b5;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: 250px;
    margin-top: 6px;
    padding: 20px 10px 22px;
    display: block;
  }

  .paragraph-63 {
    color: var(--verde-web);
    text-align: center;
    margin-top: 10px;
    font-family: Stretchpro, Trebuchet MS, sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }

  .paragraph-63.res-title {
    color: var(--verde-web);
    text-align: center;
    margin-top: 0;
    font-family: Stretchpro, Trebuchet MS, sans-serif;
  }

  .flex-block-13 {
    margin-top: 80px;
  }

  .bannerunidades {
    height: auto;
  }

  .image-56 {
    object-position: 50% 50%;
  }

  .div-block-190 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .utility_block {
    width: 95%;
  }

  .l-nav {
    mix-blend-mode: normal;
    align-self: flex-start;
    position: relative;
    inset: 0 0%;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: static;
  }

  .c-nav-logo {
    text-align: left;
    flex-direction: row;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .c-nav-link {
    color: var(--white-web);
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    line-height: 1.5;
  }

  .c-nav-link:hover {
    color: var(--yellow\<deleted\|variable-8ba44cf5\>);
  }

  .c-nav-link:active, .c-nav-link:focus {
    color: var(--white-web);
  }

  .nav-menu {
    object-fit: contain;
    background-color: #000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    width: 0%;
    height: 0;
    margin-top: 0;
    margin-left: -2000px;
    padding-top: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .image {
    text-align: left;
    flex: 0 auto;
    order: 1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: auto;
  }

  .c-nav-compra {
    background-color: #0000;
    display: none;
  }

  .menu-button {
    background-color: #0000;
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: auto;
    padding-right: 18px;
    display: block;
  }

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

  .menu-button.menu-mobile-action {
    position: absolute;
    left: 0;
  }

  .passos {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50% 50% 50%;
    grid-auto-flow: column;
    justify-content: stretch;
  }

  .coluna {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 290px;
    height: 360px;
    max-height: 360px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .heading-6 {
    font-size: 5rem;
  }

  .heading-8 {
    text-align: center;
    font-size: 1.1rem;
  }

  .db-agenda.padding-default {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2.login-top {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .navigation {
    display: none;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .f-container {
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .icon {
    background-color: #c0ff72;
    display: none;
  }

  .div-block-17 {
    display: block;
  }

  .div-block-21 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-21.p-click-21 {
    margin-top: 20px;
    overflow: hidden;
  }

  .heading-13.p-mouse {
    display: none;
    overflow: visible;
  }

  .heading-15 {
    color: #c9c9c9;
    font-size: 1.05rem;
  }

  .heading-15.p-clickaqui {
    display: block;
  }

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .image-4 {
    width: 32px;
    max-width: none;
    height: 24px;
  }

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

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .block-grid {
    border: 1px #000;
  }

  .faq-default {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container-faq-default.basic-grid {
    max-width: 700px;
  }

  .div-block-54 {
    background-image: none;
    min-height: auto;
    max-height: none;
  }

  .terceira-dobra-2 {
    background-image: none;
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .html-embed-17 {
    margin-top: 10px;
  }

  .heading-80 {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .paragraph-48 {
    font-size: 20px;
  }

  .container-fraq-txt {
    width: 90%;
  }

  .modali-cont1.modali-aspincycle {
    flex-flow: column;
  }

  .img1-modali {
    width: 100%;
  }

  .txt1-modali {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modali-cont2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .img2-modali {
    width: 100%;
  }

  .image-40 {
    width: 90%;
    max-width: none;
    padding-top: 15px;
    padding-left: 0;
  }

  .div-block-98 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-100 {
    margin-top: 60px;
  }

  .heading-85 {
    max-width: 100%;
    font-size: 32px;
  }

  .bold-text-17, .paragraph-57 {
    max-width: 100%;
  }

  .div-block-106 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-45 {
    width: 90%;
  }

  .div-block-107 {
    min-height: auto;
  }

  .container-8 {
    width: 100%;
    max-width: 470px;
  }

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

  .image-51 {
    margin-top: -200px;
  }

  .container-11 {
    width: 100%;
  }

  .div-block-117, .div-block-118 {
    width: 50%;
  }

  .divunidades {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 80px;
    display: flex;
  }

  .button-8 {
    background-color: #009fb1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-9 {
    background-color: #31748e;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-181 {
    display: none;
  }

  .heading-91 {
    font-size: 38px;
  }

  .div-block-186 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-92 {
    font-size: 20px;
  }

  .icon-hamburguer.menu-mobile-action {
    width: 42px;
    height: 42px;
    display: none;
    position: absolute;
    left: 10px;
  }

  .div-block-188 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-189, .slider {
    height: auto;
  }

  .image-56 {
    object-fit: contain;
    height: auto;
  }

  .faq-container-copy {
    width: 100%;
    min-width: 0;
  }

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

  .div-block-191 {
    background-position: 50%;
    height: 50svw;
  }

  .faq-default-copy {
    padding-left: 48px;
    padding-right: 48px;
  }
}

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

  .utility_block {
    width: 95%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .l-nav {
    mix-blend-mode: normal;
  }

  .c-container {
    justify-content: space-around;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .c-nav-logo.w--current {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-menu {
    height: 100vh;
    display: none;
  }

  .image {
    flex: 1;
    order: 1;
    max-width: 80%;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button.menu-mobile-action {
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    left: 0;
  }

  .passos {
    flex-direction: column;
    height: auto;
    display: block;
  }

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

  .coluna {
    justify-content: space-around;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .db-agenda.padding-default, .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    padding-left: 0;
  }

  .faq-block {
    margin-left: -24px;
    margin-right: -24px;
  }

  .head-medium {
    letter-spacing: .41px;
    font-size: 28px;
    line-height: 30px;
  }

  .block-grid {
    grid-row-gap: 48px;
  }

  .faq-title {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-default {
    padding: 80px 24px;
  }

  .container-faq-default.basic-grid {
    grid-row-gap: 120px;
    max-width: 500px;
  }

  .section-modalidade {
    flex-direction: column;
    display: flex;
  }

  .div-block-54 {
    background-size: contain;
    min-height: 0;
  }

  .terceira-dobra-2 {
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .html-embed-17 {
    margin-top: 10px;
  }

  .container-politicas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-mod-1 {
    flex-flow: column;
  }

  .div-block-74 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    flex-flow: column;
  }

  .div-block-75 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -70px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-76 {
    text-align: center;
    width: 100%;
    margin-top: -30px;
    font-family: Inter, sans-serif;
    font-size: 11px;
  }

  .heading-80 {
    margin-left: 0;
    padding-left: 0;
  }

  .paragraph-44 {
    max-width: none;
  }

  .paragraph-44.txt-mobile-1 {
    font-size: 11px;
    display: block;
  }

  .container-5 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-77 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-78 {
    justify-content: space-between;
    align-items: center;
  }

  .paragraph-45, .paragraph-46 {
    text-align: center;
  }

  .div-block-79 {
    justify-content: space-around;
    align-items: center;
  }

  .plus-icon-2 {
    background-color: #0000;
    border-radius: 0;
    width: 12px;
    min-width: 12px;
    height: 40px;
    min-height: 40px;
    margin-right: 24px;
  }

  .div-block-81 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-85.bg-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-fraq-txt {
    width: 100%;
  }

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

  .modali-cont1 {
    flex-flow: column;
  }

  .txt1-modali {
    padding-left: 17px;
    padding-right: 20px;
  }

  .modali-cont2 {
    flex-flow: column;
    margin-top: 0;
  }

  .img2-modali {
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-93 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
  }

  .div-block-96 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-40 {
    max-height: none;
    margin-top: 16px;
    padding-top: 0;
  }

  .div-block-98 {
    padding-top: 60px;
  }

  .heading-85 {
    text-align: center;
    line-height: 48px;
  }

  .div-block-106 {
    height: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-45 {
    width: 90%;
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .flex-block-12 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-113 {
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
    margin-left: 0;
  }

  .image-51 {
    width: 50%;
    max-width: none;
    margin-top: -70px;
  }

  .section-button-mobile {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .button-6 {
    background-color: #009fb1;
    justify-content: center;
    align-items: center;
    height: 48px;
    display: flex;
  }

  .button-7 {
    background-color: #31748e;
    justify-content: center;
    align-items: center;
    height: 48px;
    display: flex;
  }

  .container-11, .div-block-117, .div-block-118 {
    width: 90%;
  }

  .divunidades {
    width: 100%;
    min-height: 80px;
  }

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

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

  .div-block-182 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 380px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-91 {
    font-size: 38px;
  }

  .div-block-184 {
    margin-bottom: 0;
  }

  .icon-hamburguer.menu-mobile-action {
    display: none;
  }

  .div-block-188 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .head-medium-copy {
    letter-spacing: .41px;
    font-size: 28px;
    line-height: 30px;
  }

  .toggle-text-copy {
    font-size: 24px;
  }

  .div-block-190 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .div-block-191 {
    height: 60svw;
  }

  .faq-default-copy {
    padding: 80px 24px 0;
  }

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

@media screen and (max-width: 479px) {
  .utility_block {
    width: 95%;
  }

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    mix-blend-mode: normal;
    position: relative;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    order: 1;
    justify-content: space-around;
  }

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-nav-link {
    color: var(--white-web);
  }

  .nav-menu {
    opacity: 1;
    -webkit-text-stroke-color: #101010;
    mix-blend-mode: normal;
    background-color: #000;
    width: 80%;
    height: 100%;
    min-height: 100vh;
    margin-top: 0;
  }

  .image {
    flex: 0 auto;
    order: 1;
    align-self: center;
    margin-left: -38px;
    margin-right: 0%;
  }

  .menu-button {
    flex: 0 auto;
    order: 0;
    align-self: center;
  }

  .menu-button.menu-mobile-action {
    z-index: 1;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-flow: column;
    display: flex;
  }

  .coluna {
    width: 100%;
  }

  .db-agenda.padding-default {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer {
    margin-bottom: auto;
    padding: 20px 0 0;
  }

  .f-container {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pagekraft-agenda {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 360px;
    display: block;
  }

  .div-block-22 {
    padding-left: 0;
  }

  .image-4 {
    width: 24px;
  }

  .body-home {
    background-color: #f7f8fc;
    align-items: center;
  }

  .body-home.scroll {
    max-width: 100%;
  }

  .div-top-bg {
    display: none;
  }

  .faq-block {
    margin-left: 0;
    margin-right: 0;
  }

  .container-faq-default.basic-grid {
    max-width: 360px;
  }

  .section-modalidade {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-54 {
    background-image: none;
    width: 100%;
  }

  .terceira-dobra-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#0000, #0000);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
    padding: 60px 0 0;
  }

  .html-embed-17 {
    margin-top: 0;
  }

  .div-block-74 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-12 {
    text-align: center;
    margin-right: 0;
    font-family: Stretchpro, Trebuchet MS, sans-serif;
    font-size: 21px;
    font-weight: 400;
  }

  .heading-78 {
    text-align: center;
    font-size: 22px;
  }

  .heading-79 {
    text-align: center;
    width: 100%;
    font-family: Stretchpro, Trebuchet MS, sans-serif;
    font-size: 21px;
    font-weight: 400;
  }

  .container-3 {
    padding: 40px 10px 0;
  }

  .div-block-75 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-76 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-80 {
    flex-flow: column;
    margin-left: 0;
    padding-left: 0;
    font-family: Stretchpro, Trebuchet MS, sans-serif;
    font-size: 36px;
    display: block;
  }

  .paragraph-44 {
    text-align: left;
    margin-top: 0;
    font-size: 11px;
  }

  .paragraph-44.txt-mobile-1 {
    padding-right: 10px;
    font-size: 11px;
  }

  .paragraph-44.desktop {
    display: none;
  }

  .paragraph-44.mobile {
    display: block;
  }

  .container-4 {
    width: 100%;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
  }

  .div-block-77 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-78 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .link-4 {
    font-size: 12px;
  }

  .link-4.w--current {
    font-family: Gotham Rounded, sans-serif;
  }

  .div-block-79 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-81 {
    padding: 60px 10px;
  }

  .container-modalidade {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-83 {
    word-break: break-all;
    font-size: 30px;
  }

  .txt1-modali {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-84 {
    text-align: left;
    margin-left: 10px;
    margin-right: 0;
    font-size: 30px;
  }

  .paragraph-55 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modali-cont2 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .bold-text-16.txt-spincycle {
    word-break: keep-all;
    font-size: 30px;
  }

  .div-block-98 {
    padding: 60px 10px;
  }

  .heading-85 {
    font-size: 28px;
  }

  .div-block-101 {
    flex-flow: column;
  }

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

  .image-45 {
    height: auto;
    margin-top: 0;
  }

  .bold-text-18 {
    font-family: Gotham Rounded, sans-serif;
  }

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

  .bold-text-22 {
    text-align: left;
  }

  .text-span-62 {
    width: 100%;
    display: block;
  }

  .bold-text-23, .bold-text-25 {
    font-size: 24px;
  }

  .bold-text-26 {
    font-family: Stretchpro, Trebuchet MS, sans-serif;
    font-size: 21px;
  }

  .section-3 {
    width: 100%;
  }

  .image-50 {
    height: auto;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 75px;
  }

  .section-4.desktop {
    display: block;
  }

  .container-8 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-88 {
    color: var(--verde-web);
    text-align: center;
    margin-bottom: 40px;
    font-family: Stretchpro, Trebuchet MS, sans-serif;
    font-size: 28px;
    font-weight: 400;
  }

  .flex-block-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: stretch;
    place-items: start center;
    width: 100%;
  }

  .div-block-110 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 190px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-111 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 190px;
    height: auto;
    min-height: 250px;
    max-height: 250px;
    padding: 10px 5px 20px;
    display: flex;
  }

  .paragraph-63 {
    color: var(--verde-web);
    font-family: Stretchpro, Trebuchet MS, sans-serif;
    font-size: 16px;
  }

  .paragraph-63.res-title {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .paragraph-63.txt-01 {
    font-size: 14px;
  }

  .paragraph-63.txt-2 {
    margin-top: 5px;
  }

  .flex-block-13 {
    margin-top: 0;
    padding-left: 0;
  }

  .button-5 {
    min-width: 140px;
  }

  .section-5 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    text-decoration: none;
  }

  .paragraph-65 {
    font-family: Stretchpro, Trebuchet MS, sans-serif;
    font-size: 56px;
  }

  .paragraph-68 {
    text-align: center;
    width: 100%;
  }

  .div-block-112 {
    width: auto;
  }

  .div-block-113 {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 40px;
  }

  .image-51 {
    width: 50%;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: -20px;
  }

  .text-span-97 {
    font-family: Stretchpro, Trebuchet MS, sans-serif;
  }

  .section-button-mobile {
    width: 100%;
  }

  .link-block-8 {
    cursor: pointer;
    text-decoration: underline;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .bold-text-27 {
    font-size: 14px;
  }

  .bold-text-28 {
    font-size: 12px;
  }

  .link-7 {
    color: var(--black-web);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: block;
  }

  .paragraph-70.txtwrite, .link-9.txtwrite {
    text-align: center;
  }

  .div-block-117, .div-block-118 {
    padding-left: 10px;
  }

  .div-block-119 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .paragraph-74 {
    font-size: 16px;
  }

  .div-block-182 {
    background-image: url('../images/Design-sem-nome.png');
    background-position: 45% 0;
    background-repeat: no-repeat;
    background-size: auto 350px;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-91 {
    line-height: 1.4;
  }

  .text-block-9 {
    color: var(--white-web);
    font-size: 14px;
    font-weight: 700;
  }

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

  .div-block-185 {
    padding-top: 64px;
  }

  .toggle-text-copy {
    font-size: 20px;
    line-height: 1.2;
  }

  .div-block-191 {
    height: 65svw;
  }

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

#w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-ce6cfec6, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-ce6cfec6, #w-node-_90223e07-f871-a2bf-402d-13330c447c5a-ce6cfec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68ff2b09-80a2-ea93-66c4-43ec4dce005a-b23537d0 {
  align-self: start;
}

#w-node-_1faf4a49-a5b3-77bd-5abf-8a32fa6957f2-8647d408 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_337b2547-f351-101d-14a5-6f8d58766430-8647d408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2abd1c2d-d8ce-17e3-8c90-9855416861d5-8647d408, #w-node-dbe419e3-cbca-5fea-d955-667677cfc27d-8647d408, #w-node-_5ad93d2f-2c12-aff4-9019-cfa2506bc084-8647d408, #w-node-fbcdbe93-57dd-c62b-75d7-16a33006d763-8647d408, #w-node-_866b477c-2625-96f0-a3aa-1fe652de0b4d-8647d408, #w-node-_92dd46c8-200a-1bf7-d088-27beedac405a-8647d408 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2abd1c2d-d8ce-17e3-8c90-9855416861d5-8647d408, #w-node-dbe419e3-cbca-5fea-d955-667677cfc27d-8647d408, #w-node-_5ad93d2f-2c12-aff4-9019-cfa2506bc084-8647d408, #w-node-fbcdbe93-57dd-c62b-75d7-16a33006d763-8647d408, #w-node-_866b477c-2625-96f0-a3aa-1fe652de0b4d-8647d408, #w-node-_92dd46c8-200a-1bf7-d088-27beedac405a-8647d408 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Gotham Rounded Book';
  src: url('../fonts/Gotham-Rounded-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/Gotham-Rounded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/Gotham-Rounded-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamroundedbook 21018 8 B 1 E 400';
  src: url('../fonts/GothamRoundedBook_21018-8b1e_400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Stretchpro';
  src: url('../fonts/StretchPro.ttf') format('truetype'), url('../fonts/StretchPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stretchpro Basic';
  src: url('../fonts/StretchPro-Basic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}