@font-face {
  font-family: Mavenpro;
  src: url('../fonts/MavenPro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Mavenpro;
  src: url('../fonts/MavenPro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mavenpro;
  src: url('../fonts/MavenPro-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-web: white;
  --transparent: transparent;
  --secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>: #707070;
  --black-web: black;
  --primary-web: #f2682a;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --yellow-green\<deleted\|variable-616c0c51\>: #bed500;
  --background-dark: #212121;
  --gray\<deleted\|variable-33aa15de-db42-9cac-6105-129ad64c8a41\>: #444;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --texto-001\<deleted\|variable-68b8851a-8ad3-7a82-d033-60d8049b0d32\>: #e5e0e8;
  --background\<deleted\|variable-ba433185-95ef-45f0-67f8-f25924888198\>: black;
  --cinza-font\<deleted\|variable-9913b7bc-4fe9-d3f9-c42e-061a29cf3ddf\>: #adadad;
  --backgorund-azul\<deleted\|variable-aba0a69d-e1db-6038-efcc-7cd78dcb824d\>: #212529;
  --dark-background: #1f1f1f;
  --gray3\<deleted\|variable-d857859d-3411-31ec-bd48-510141068358\>: #333;
  --background-section: #e1e1e1e6;
  --gray: #333;
  --primary-light: #f4812e;
}

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

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

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

body {
  color: #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 {
  color: var(--white-web);
  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%;
  height: 48px;
  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 {
  background-color: var(--transparent);
  opacity: 1;
  color: var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 80px;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.l-nav.minhaclasse {
  background-color: var(--primary-web);
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .5s;
  position: absolute;
}

.c-container {
  background-color: var(--transparent);
  color: var(--transparent);
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: static;
}

.c-nav-logo.w--current {
  flex: 0 auto;
  min-width: auto;
  margin-right: auto;
}

.c-nav-logo.c-nav-logo-mobile {
  display: none;
}

.c-nav-link {
  border-bottom: 2px solid var(--transparent);
  color: var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  cursor: pointer;
  flex-flow: row;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.c-nav-link:hover {
  color: var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  border: 0 solid #000;
  padding: 5px 10px;
  font-weight: 400;
  text-decoration: none;
}

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

.c-nav-link.w--current {
  color: var(--white-web);
  font-size: 14px;
}

.c-nav-link.w--current:hover {
  color: var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
}

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

.image {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 66px;
  max-height: none;
  margin: 20px auto;
}

.c-nav-compra {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--black-web);
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  font-family: gobold;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.menu-button.menu-mobile-action {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--white-web);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 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: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 140px;
  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;
  background-color: var(--transparent);
  color: var(--white-web);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.html-embed-2.login-top.header-cad {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 300px;
  height: 60px;
}

.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 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.f-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  background-image: url('../images/fundo-rp-1.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 60px;
  display: grid;
}

.grid-2 {
  grid-template-rows: 1fr;
  grid-template-columns: 25% 25% 25% 25%;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  width: 20%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-4.f-rede-social {
  display: block;
}

.f-r-link {
  color: var(--black-web);
  font-style: normal;
  text-decoration: none;
}

.f-r-link:hover {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  font-weight: 700;
}

.f-r-link:active {
  color: var(--white-web);
  font-weight: 400;
}

.f-r-link.w--current {
  color: var(--black-web);
  cursor: pointer;
  font-family: "Baloo 2", sans-serif;
  font-style: normal;
  text-decoration: none;
}

.f-r-link.w--current:hover {
  color: var(--yellow-green\<deleted\|variable-616c0c51\>);
  font-weight: 700;
}

.f-r-link.w--current:focus {
  color: #070b3b;
}

.f-r-link.w--current:visited {
  color: #070b3b;
  -webkit-text-stroke-color: #070b3b;
}

.heading-11 {
  color: var(--white-web);
  margin-bottom: .5rem;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  width: 180px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.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: #fff;
  justify-content: space-between;
  margin-top: 0;
  font-family: Montserrat, 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 {
  background-color: var(--background-dark);
  background-image: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.html-embed-3 {
  display: block;
}

.box-r-sociais {
  flex-direction: column;
  align-items: center;
  display: block;
}

.box-r-sociais.menu {
  align-items: flex-start;
  display: block;
}

.box-r-sociais.menu.social-box-menu {
  display: none;
}

.box-r-sociais.menu {
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: block;
}

.heading-12 {
  color: var(--white-web);
  margin-bottom: .5rem;
  font-size: 1rem;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  display: flex;
}

.pagekraft-agenda {
  color: var(--white-web);
  width: 100%;
  padding-top: 0;
  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: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid var(--transparent);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  display: flex;
}

.div-block-22:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.button-3, .div-block-23 {
  display: none;
}

.image-4.menu-mobile-action {
  height: 20px;
}

.car-mobile {
  display: none;
}

.bold-text {
  color: var(--black-web);
  font-size: 1.1rem;
}

.l-youtube {
  height: auto;
  display: none;
}

.social-links-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  display: flex;
}

.body-politica {
  background-color: var(--background-dark);
  color: var(--white-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.body-cookiesof {
  background-color: var(--gray\<deleted\|variable-33aa15de-db42-9cac-6105-129ad64c8a41\>);
  color: var(--white-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, 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", sans-serif;
  display: flex;
}

.body-agenda.scroll {
  background-color: var(--background-dark);
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.body-agenda.body-galeria {
  color: var(--black-web);
  font-family: Montserrat, sans-serif;
}

.body-packages {
  background-color: #1f1f1f;
  background-image: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

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

.db-packages.padding-default {
  align-self: flex-start;
  height: auto;
  min-height: auto;
  margin: 140px auto 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.packages-html {
  background-color: var(--transparent);
  color: var(--white-web);
  width: 100%;
  min-height: 500px;
  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", sans-serif;
  transition: color .3s;
  display: flex;
}

.body-home.scroll {
  box-sizing: border-box;
  grid-row-gap: 0px;
  background-color: var(--background-dark);
  color: #fff;
  font-family: Mavenpro, Arial, 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: #070801;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  display: none;
}

.bold-text-5 {
  color: var(--black-web);
  font-size: 1.1rem;
}

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

.body-4 {
  font-family: Open Sans, sans-serif;
}

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

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

.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;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.body-5, .body-6 {
  background-color: var(--gray\<deleted\|variable-33aa15de-db42-9cac-6105-129ad64c8a41\>);
  color: var(--white-web);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.section-banner-home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.social-links-footer-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.heading-102 {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.paragraph-17 {
  color: var(--texto-001\<deleted\|variable-68b8851a-8ad3-7a82-d033-60d8049b0d32\>);
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  color: var(--white-web);
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 20% 20% 20% 20% 20%;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  display: flex;
}

.f-r-link-2 {
  color: var(--white-web);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.f-r-link-2:hover {
  color: var(--white-web);
  font-weight: 400;
  text-decoration: underline;
}

.f-r-link-2:active {
  color: var(--white-web);
  text-decoration: none;
}

.f-r-link-2.w--current {
  cursor: pointer;
  margin-bottom: 8px;
  font-family: Helvetica;
  font-style: normal;
  text-decoration: none;
}

.f-r-link-2.w--current:hover {
  font-weight: 600;
  text-decoration: none;
}

.f-r-link-2.w--current:focus {
  color: var(--white-web);
}

.f-r-link-2.w--current:visited {
  color: var(--white-web);
  -webkit-text-stroke-color: #070b3b;
}

.div-block-140 {
  color: #4b7bff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 260px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-140.footer-right {
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 381px;
}

.div-block-140.footer-right.footer-right-2 {
  margin-top: 20px;
}

.bold-text-6 {
  color: var(--white-web);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-62 {
  height: auto;
  margin-left: 20px;
}

.body-sobre-nos {
  font-family: Montserrat, sans-serif;
}

.section-11 {
  width: 100%;
  min-height: 60vh;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 0;
}

.div-block-143 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 290px;
  margin-top: 110px;
  padding-top: 10px;
  padding-right: 20px;
  display: flex;
}

.heading-42 {
  color: var(--black-web);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.div-block-144 {
  width: 60%;
  min-width: 320px;
  max-width: 648px;
  height: 100%;
  max-height: 950px;
  padding-top: 100px;
  padding-bottom: 220px;
  padding-left: 60px;
}

.container-16 {
  flex-flow: column;
  max-width: 100%;
  padding-left: 0;
  display: flex;
}

.image-65 {
  width: 100%;
  max-width: 344px;
}

.paragraph-26 {
  color: #000;
  max-width: 760px;
  margin-top: 20px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.div-block-145 {
  background-color: var(--transparent);
  width: 100%;
  max-width: 780px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.flex-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e8e432;
  flex-flow: row;
  margin-top: 60px;
  padding-bottom: 100px;
}

.heading-43 {
  color: var(--black-web);
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  font-family: "Avenue X 2";
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-76 {
  color: #000;
  text-align: center;
  max-width: 980px;
  margin: 0 auto 90px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-77 {
  padding-left: 10px;
}

.button-9 {
  color: var(--black-web);
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 29px;
  margin-top: 20px;
  margin-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.image-76 {
  width: auto;
  height: 62px;
}

.image-77 {
  width: 48px;
}

.div-block-176 {
  background-color: var(--primary-web);
  color: var(--black-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 214px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.container-20 {
  width: 100%;
}

.heading-116 {
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 600;
}

.section-14 {
  background-image: url('../images/Ellipse-11.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 600px;
  padding-bottom: 100px;
  display: flex;
}

.section-14.sec-unidades {
  padding-top: 90px;
}

.container-unidades {
  background-color: var(--primary-web);
  color: var(--white-web);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1279px;
  min-height: 588px;
  display: flex;
  box-shadow: 0 13px 13px #00000040;
}

.grid-7 {
  grid-template-rows: auto;
  width: 90%;
}

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

.paragraph-87 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-117 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.paragraph-88 {
  color: var(--black-web);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Inter;
  font-size: 17px;
  font-weight: 700;
}

.div-block-178 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 25px;
  display: flex;
}

.div-block-179 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

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

.paragraph-89 {
  font-family: Inter;
  font-size: 15px;
}

.paragraph-90 {
  margin-left: 0;
  font-family: Inter;
  font-size: 15px;
}

.paragraph-91 {
  color: var(--black-web);
  margin-bottom: 1rem;
  font-family: Inter;
  font-size: 17px;
  font-weight: 700;
}

.image-92, .image-93, .image-94 {
  margin-right: 8px;
}

.button-11 {
  background-color: var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  border-radius: 8px;
  margin-top: 20px;
}

.paragraph-92 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

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

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

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

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

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

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

.paragraph-94 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.div-block-182 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.container-21 {
  width: 100%;
}

.paragraph-95 {
  color: var(--primary-web);
  text-align: center;
  font-size: 24px;
}

.link-block-10 {
  margin-left: auto;
}

.link-block-10.w--current {
  margin-bottom: 40px;
}

.i-whatsapp {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.i-facebook {
  margin-left: -5px;
  margin-right: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.i-tiktok, .i-linkedin {
  display: none;
}

.link-11 {
  color: var(--primary-web);
  text-transform: uppercase;
  padding: 5px 10px;
  text-decoration: none;
}

.link-11:hover {
  font-weight: 500;
}

.button-12 {
  background-color: var(--transparent);
  color: var(--white-web);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 38px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.button-12.w--current {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
}

.menu2 {
  background-color: var(--white-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 80px;
  margin-top: 0;
  display: flex;
}

.slider-16 {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  min-height: 0;
}

.slide-26 {
  width: auto;
  height: 100%;
}

.image-99 {
  width: 100%;
  height: 100%;
  max-height: 416px;
}

.slide-nav-9, .right-arrow-10, .left-arrow-9 {
  display: none;
}

.section-15 {
  color: var(--white-web);
  background-color: #0e6a75;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 740px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 45px 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section-15.np-1 {
  height: auto;
  min-height: 320px;
  max-height: none;
  margin-bottom: 40px;
}

.section-15.no-2 {
  background-color: #00a3ac;
  min-height: 320px;
  max-height: 740px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-15.np-3 {
  background-color: #0e6a75;
  min-height: 320px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  width: 100%;
  max-width: 1040px;
}

.grid-8.grid-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 60% 40%;
  max-width: 1040px;
  height: 100%;
}

.div-block-185 {
  justify-content: center;
  align-items: flex-end;
  height: auto;
  min-height: 0;
  margin-top: 0%;
  display: flex;
  position: relative;
}

.image-101 {
  height: 350px;
  position: absolute;
  top: auto;
  bottom: -45%;
}

.image-101.img-ns-1 {
  bottom: -35%;
}

.image-101.imgy {
  width: 100%;
  max-width: 333px;
  max-height: 350px;
}

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

.heading-118 {
  font-size: 20px;
  font-weight: 800;
}

.paragraph-96 {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
}

.button-13 {
  z-index: 1;
  color: var(--primary-web);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 38px;
  margin-top: 40px;
  margin-bottom: 0;
  line-height: 1;
  display: flex;
  position: relative;
}

.image-102, .image-103, .image-105, .image-106 {
  display: none;
}

.container-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  min-height: 40px;
  margin-top: 90px;
  display: flex;
}

.heading-121 {
  color: var(--primary-web);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}

.div-block-187 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.link-12 {
  color: var(--primary-web);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-188 {
  background-color: var(--primary-web);
  width: 1px;
  height: 20px;
}

.left-arrow-10, .image-108 {
  display: none;
}

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

.container-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-123 {
  margin-right: 0;
  font-weight: 400;
}

.text-span-97 {
  font-weight: 600;
}

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

.image-110 {
  width: 32px;
  height: auto;
}

.paragraph-97 {
  max-width: 400px;
  font-size: .75rem;
}

.code-embed {
  width: 100%;
  margin-top: 20px;
}

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

.slider-18 {
  background-color: #0000;
  width: 100%;
  height: 950px;
  margin-top: 220px;
}

.slide-28 {
  width: 100%;
}

.div-block-196 {
  background-image: url('../images/new2banner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 91px;
  display: flex;
}

.image-111 {
  height: 204px;
  margin-top: 106px;
  margin-left: 0;
}

.heading-124 {
  color: #fff;
  margin-top: 190px;
  font-family: Inter;
  font-size: 32px;
  font-weight: 400;
}

.slider-17 {
  background-color: #0000;
  width: 100%;
  height: 950px;
}

.div-block-191 {
  background-image: url('../images/fotobikecarrossel03.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 91px;
  display: flex;
}

.image-107 {
  height: 120px;
  margin-top: 106px;
  margin-left: 0;
}

.heading-122 {
  color: #fff;
  margin-top: 190px;
  font-family: Inter;
  font-size: 32px;
  font-weight: 400;
}

.div-estacionar {
  width: 100%;
}

.section-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: flex-start;
  max-width: 1920px;
  height: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.section-17 {
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

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

.paragraph-98 {
  color: var(--white-web);
  margin-bottom: 0;
  font-family: gobold;
  text-decoration: none;
}

.heading-125 {
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  align-self: auto;
  font-family: gobold;
  font-size: 5rem;
  font-weight: 700;
}

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

.div-block-198 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  padding-top: 0;
  display: flex;
}

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

.link-13.btn-hover-footer {
  color: var(--white-web);
  align-items: center;
  padding: 3.5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-13.btn-hover-footer.w--current {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.link-14.btn-hover-footer, .link-15.btn-hover-footer, .link-16.btn-hover-footer {
  color: var(--white-web);
  align-items: center;
  padding: 3.5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-17.btn-hover-footer {
  color: var(--white-web);
  align-items: center;
  font-family: gobold;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.div-block-201 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px solid var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.image-112 {
  height: auto;
}

.paragraph-99 {
  color: var(--white-web);
  text-align: center;
}

.image-113 {
  width: 28px;
  height: 28px;
}

.image-114 {
  width: 18px;
  height: 18px;
  margin-top: -3px;
}

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

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

.link-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-115 {
  display: none;
}

.image-116 {
  display: block;
}

.slider-19 {
  width: 100%;
}

.slider-20, .slider-21, .slider-22 {
  width: 100px;
}

.slider-23 {
  width: 100%;
  min-height: 40vh;
  max-height: 75px;
}

.slide-29 {
  width: 100%;
}

.image-117, .image-118 {
  width: 100%;
  height: auto;
}

.div-block-219 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white-web);
  background-color: var(--transparent);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.image-119 {
  width: 23px;
  height: 23px;
}

.div-block-205 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.heading-126 {
  text-align: left;
  letter-spacing: .18em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: gobold;
  font-size: 1.5rem;
}

.paragraph-100 {
  line-height: 2;
}

.body-7 {
  background-color: var(--background\<deleted\|variable-ba433185-95ef-45f0-67f8-f25924888198\>);
}

.paragraph-101 {
  margin-bottom: 40px;
  line-height: 2;
}

.heading-128 {
  text-align: right;
  letter-spacing: .18em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: gobold;
  font-size: 1.5rem;
}

.container-25 {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.div-block-206 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-14 {
  border: 2px solid var(--white-web);
  background-color: var(--primary-web);
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

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

.image-120 {
  width: 100%;
  height: auto;
}

.image-121 {
  width: 380px;
  height: 720px;
}

.slider-24 {
  width: 100%;
}

.image-122, .image-123 {
  width: 100%;
  height: auto;
}

.div-block-208 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 1000px;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-209 {
  width: 111px;
  height: 500px;
}

.div-block-209.hover-show-text {
  width: auto;
  min-width: 100px;
  height: auto;
  position: static;
}

.div-block-210 {
  width: 111px;
}

.div-block-210.hover-show-text {
  width: auto;
  min-width: 100px;
}

.div-block-211 {
  width: 111px;
}

.div-block-211.hover-show-text {
  width: auto;
  min-width: 100px;
}

.div-block-212 {
  width: 111px;
}

.div-block-212.hover-show-text {
  width: auto;
  min-width: 100px;
}

.image-124 {
  object-fit: cover;
  height: 500px;
  position: relative;
}

.heading-129 {
  z-index: auto;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--white-web);
  white-space: pre;
  word-break: keep-all;
  object-fit: fill;
  width: auto;
  height: 30px;
  margin-left: 0%;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
  position: relative;
  inset: 0% 0% auto -57px;
  transform: rotate(-90deg);
}

.heading-129.head-styled {
  left: -128px;
}

.heading-129.head-styled-2 {
  left: -92px;
}

.div-block-213 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  height: 100%;
  display: flex;
  position: relative;
  top: auto;
  bottom: 100%;
  left: auto;
}

.paragraph-102, .paragraph-103, .paragraph-104, .paragraph-105, .paragraph-106 {
  color: var(--white-web);
  display: none;
}

.paragraph-106.paragrafh-show {
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.heading-130 {
  color: var(--white-web);
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

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

.div-block-219-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-web);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border: 1px solid var(--white-web);
  background-color: var(--primary-web);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.div-block-220 {
  width: 60%;
  padding-left: 20px;
}

.heading-131 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.paragraph-107 {
  font-family: Open Sans, sans-serif;
}

.heading-132 {
  margin-top: 20px;
  padding-top: 0;
  font-weight: 700;
}

.text-span-98 {
  font-family: Open Sans, sans-serif;
}

.text-span-99 {
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-108 {
  letter-spacing: .5px;
  text-indent: 0;
  font-family: Open Sans, sans-serif;
  line-height: 1.7;
}

.text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-106 {
  font-size: 18px;
  font-weight: 700;
}

.text-span-107, .text-span-108 {
  font-size: 16px;
  font-weight: 700;
}

.text-span-109, .text-span-110, .text-span-111, .text-span-112 {
  font-size: 18px;
  font-weight: 700;
}

.text-span-113, .text-span-114, .text-span-115, .text-span-116, .text-span-117, .text-span-118, .text-span-119 {
  font-weight: 600;
}

.text-span-120 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-span-121, .text-span-122 {
  font-weight: 600;
}

.text-span-123, .text-span-124, .text-span-125, .text-span-126, .text-span-127 {
  font-size: 18px;
  font-weight: 700;
}

.container-26 {
  margin-top: 140px;
}

.container-26.sdqdqw {
  margin-top: 80px;
}

.heading-133, .heading-134, .heading-135, .heading-136 {
  font-weight: 700;
}

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

.link-block-12.w--current {
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-221, .div-block-222 {
  display: none;
}

.container-27 {
  max-width: 1024px;
  min-height: 500px;
  margin-top: 140px;
}

.button-15 {
  border: 2px solid var(--white-web);
  background-color: #0000;
  border-radius: 3px;
  font-weight: 500;
  display: none;
}

.image-125 {
  object-fit: cover;
  width: auto;
  height: 64px;
}

.image-126 {
  object-fit: cover;
  width: 100%;
  height: 485px;
}

.image-127 {
  width: 700px;
  height: 623px;
}

.div-block-223 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-137 {
  color: #000;
  font-size: 30px;
  font-weight: 300;
}

.text-span-128 {
  color: var(--primary-web);
  font-weight: 700;
}

.div-block-224 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.div-block-225 {
  background-color: var(--primary-web);
  width: 123px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-109 {
  color: var(--black-web);
  max-width: 270px;
  margin-right: 20px;
  padding-right: 0;
}

.image-128 {
  height: 14px;
  margin-top: 20px;
}

.div-block-226 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-top: 40px;
  padding-left: 40px;
  display: flex;
}

.div-block-227 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-18 {
  color: var(--primary-web);
  font-weight: 700;
}

.text-span-129 {
  color: var(--black-web);
}

.div-block-228 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-229 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-web);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.button-16 {
  background-color: var(--transparent);
  color: var(--black-web);
  text-align: center;
  border: 2.2px solid #000;
  border-radius: 0;
  width: 220px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-230 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-129, .image-130, .image-131 {
  width: 89px;
  height: auto;
}

.div-block-231 {
  background-color: var(--black-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.slider-25 {
  flex: 1;
  max-width: 1200px;
  height: 540px;
  position: absolute;
}

.image-132 {
  z-index: 999999;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 540px;
  position: relative;
}

.div-block-232 {
  background-color: var(--white-web);
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  padding-top: 100px;
}

.div-block-232.div232specifique {
  margin-bottom: 40px;
}

.heading-138 {
  color: var(--black-web);
  text-align: right;
  font-size: 36px;
  font-weight: 400;
}

.image-133, .image-134 {
  width: 100%;
  height: auto;
}

.div-block-234 {
  background-image: url('../images/fundo.svg');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 690px;
  min-height: auto;
  max-height: 680px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 60px;
  padding-left: 0;
  display: flex;
}

.heading-139 {
  text-align: center;
  font-weight: 400;
}

.heading-140 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Koho;
  font-size: 38px;
  font-weight: 700;
}

.div-block-235 {
  display: flex;
}

.text-span-130 {
  color: var(--primary-web);
  font-weight: 600;
}

.div-block-236 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.div-block-238 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.paragraph-110 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

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

.heading-141 {
  margin-top: 20px;
}

.image-135 {
  height: 30px;
}

.div-block-240 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.container-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.section-19 {
  background-color: var(--black-web);
  width: 100%;
  height: 175px;
}

.heading-142 {
  color: var(--white-web);
  padding-left: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.text-span-131 {
  color: var(--primary-web);
  line-height: 48px;
}

.div-block-241 {
  justify-content: space-between;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-136 {
  height: 14px;
}

.div-block-242 {
  align-items: flex-end;
  display: flex;
}

.div-block-243 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-137 {
  margin-bottom: 0;
}

.div-block-244-bottom {
  background-color: var(--primary-web);
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-244-bottom.div-block-244-especifique {
  margin-left: auto;
  margin-right: 0;
}

.div-block-245 {
  border: 1px solid var(--black-web);
  width: 500px;
  padding: 20px;
}

.image-138 {
  width: 100%;
  height: auto;
  padding: 0;
}

.heading-143, .heading-144 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-17 {
  background-color: var(--primary-web);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.heading-145 {
  padding-top: 20px;
}

.container-29 {
  max-width: 1200px;
  margin-bottom: 60px;
}

.paragraph-112 {
  color: var(--white-web);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-146 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.div-block-246 {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.image-139 {
  height: 14px;
}

.image-140 {
  height: 2px;
}

.div-block-247 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-141 {
  width: 600px;
  height: auto;
}

.div-block-248 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-248.div-block-invert {
  background-color: #f7f7f7;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-142 {
  height: 150px;
}

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

.paragraph-113 {
  width: 400px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-20 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.div-block-250 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.paragraph-114 {
  color: var(--black-web);
  text-align: center;
  white-space: normal;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  text-decoration: none;
}

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

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

.link-block-13 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  display: flex;
}

.link-block-14, .link-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-cadastre-home {
  background-color: var(--black-web);
  color: var(--white-web);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 45px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Mavenpro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.div-block-251 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
  position: relative;
  right: -70px;
}

.div-block-252 {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

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

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-2 {
  color: var(--white-web);
  text-transform: uppercase;
}

.dropdown-link {
  text-transform: uppercase;
}

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

.icon-2 {
  color: var(--white-web);
}

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

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

.link-21.link-line-bottom {
  text-transform: none;
  padding: 15px 25px;
  font-family: Mavenpro, Arial, sans-serif;
  font-size: 15px;
  position: static;
}

.link-21.link-line-bottom:hover {
  border: 1px solid var(--white-web);
  border-radius: 10px;
  padding: 14px 24px;
}

.div-block-255 {
  background-color: var(--transparent);
  opacity: 1;
  flex: 1;
  width: 100%;
  height: 600px;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-256 {
  max-width: 960px;
  margin: 100px auto;
  display: flex;
}

.div-block-257 {
  border-right: 1px solid var(--primary-web);
  border-bottom: 1px solid var(--primary-web);
  width: 50%;
  height: 350px;
  padding-bottom: 0;
}

.div-block-258 {
  border-top: 1px solid var(--primary-web);
  border-left: 1px solid var(--primary-web);
  width: 50%;
  height: 350px;
}

.heading-147 {
  margin-top: 75px;
  padding-left: 60px;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
}

.bold-text-8 {
  text-transform: uppercase;
  font-family: Koho;
  font-size: 48px;
  font-weight: 700;
  position: static;
}

.bold-text-9 {
  color: var(--primary-web);
  text-transform: uppercase;
  font-family: Koho;
  font-size: 48px;
}

.div-block-259 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-259.div-invert {
  flex-flow: row-reverse;
}

.div-block-260 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.image-143 {
  object-fit: cover;
  height: 520px;
}

.heading-148 {
  color: var(--primary-web);
  text-transform: uppercase;
  font-family: Koho;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-262 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 480px;
  padding-right: 0;
  display: flex;
}

.div-block-263 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-115 {
  padding-top: 20px;
  font-size: 18px;
}

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

.paragraph-116, .paragraph-117 {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.image-144 {
  z-index: auto;
  width: auto;
  height: 160px;
  animation: 15s linear infinite stamp-rotate;
  position: absolute;
}

.image-145 {
  height: 101px;
  margin-top: 30px;
  margin-left: 30px;
  padding-top: 0;
  position: absolute;
}

.div-block-265 {
  z-index: auto;
  width: 160px;
  margin-top: 300px;
  margin-left: 500px;
  position: absolute;
  top: auto;
}

.div-block-265.invert {
  margin-top: 300px;
  margin-left: 0;
  margin-right: 500px;
}

.heading-149 {
  color: var(--primary-web);
  text-align: center;
  font-family: Koho;
  font-size: 38px;
}

.div-block-266 {
  margin-top: 150px;
}

.paragraph-118 {
  text-align: center;
  width: 960px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-146 {
  vertical-align: sub;
  width: auto;
  height: 380px;
}

.image-146.icons {
  height: 85px;
}

.div-block-267 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.code-embed-2 {
  flex: 0 auto;
  width: 100%;
  max-width: 880px;
  height: 350px;
  margin-bottom: 100px;
}

.heading-150 {
  text-transform: none;
  font-family: Koho;
  font-size: 42px;
  font-weight: 700;
}

.heading-150.specif {
  font-weight: 700;
}

.div-block-271 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.div-block-272 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-148 {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 66px;
}

.paragraph-121 {
  color: var(--white-web);
  padding-top: 20px;
  font-size: 13px;
}

.div-block-273 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.link-22 {
  color: var(--white-web);
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}

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

.link-22.link-line-bottom {
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
}

.link-22.link-line-bottom:hover {
  text-decoration: none;
}

.paragraph-122 {
  color: var(--cinza-font\<deleted\|variable-9913b7bc-4fe9-d3f9-c42e-061a29cf3ddf\>);
  padding-top: 20px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.link-23 {
  color: var(--cinza-font\<deleted\|variable-9913b7bc-4fe9-d3f9-c42e-061a29cf3ddf\>);
  height: 25px;
  margin-bottom: -12px;
  padding-bottom: 0;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.heading-151 {
  color: var(--primary-web);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 28px;
  text-decoration: none;
}

.code-embed-3, .div-block-274, .div-block-275 {
  color: var(--white-web);
}

.div-block-275.gap-icons-app {
  padding-right: 10px;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  font-size: 15px;
}

.div-block-276 {
  height: 380px;
}

.div-block-277 {
  background-image: url('../images/passo02.png');
  background-position: 50%;
  background-size: cover;
  width: 280px;
  max-width: none;
  height: 380px;
}

.div-block-277.passo-1 {
  background-image: url('../images/passo01.png');
}

.div-block-277.passo2 {
  text-decoration: none;
}

.div-block-277.passo3 {
  background-image: url('../images/passo03.png');
  text-decoration: none;
}

.div-block-277.passo4 {
  background-image: url('../images/passo04.png');
  text-decoration: none;
}

.paragraph-123 {
  color: var(--white-web);
  text-align: center;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-278 {
  background-color: #0006;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 5px;
  margin-left: 5px;
  display: none;
}

.heading-152 {
  color: var(--white-web);
}

.body-8 {
  background-color: #444;
  background-image: linear-gradient(180deg, var(--primary-web) 30%, var(--background-dark));
}

.paragraph-124 {
  color: var(--black-web);
  padding: 10px;
}

.dropdown-list-2 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-279 {
  width: 300px;
  display: flex;
}

.div-block-280 {
  color: var(--black-web);
  flex-flow: column;
  flex: 1;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

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

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

.text-block-3 {
  color: var(--white-web);
  text-transform: uppercase;
}

.text-block-3.link-line-bottom {
  text-transform: none;
}

.icon-3 {
  color: var(--white-web);
  margin-right: 0;
  padding-right: 0;
}

.dropdown-toggle-3 {
  padding: 0 25px 0 0;
}

.container-30 {
  color: var(--white-web);
  min-height: 600px;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 100px;
}

.body-9 {
  background-color: var(--backgorund-azul\<deleted\|variable-aba0a69d-e1db-6038-efcc-7cd78dcb824d\>);
  color: var(--white-web);
}

.heading-153 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.paragraph-125 {
  color: var(--white-web);
}

.heading-154 {
  color: var(--white-web);
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.paragraph-126 {
  color: var(--white-web);
  margin-top: 20px;
}

.div-block-281 {
  color: var(--white-web);
  background-image: url('../images/smart-mao-acd51528.svg');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.button-19 {
  border-radius: 6px;
  margin-top: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-282 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white-web);
  background-color: #1aa0f1;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-flex;
}

.paragraph-127 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.body-10 {
  background-color: var(--gray\<deleted\|variable-33aa15de-db42-9cac-6105-129ad64c8a41\>);
}

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

.container-31 {
  max-width: 960px;
  min-height: 600px;
  margin-top: 140px;
}

.dropdown-3, .dropdown-toggle-4 {
  width: 100%;
}

.dropdown-list-3 {
  display: none;
  position: static;
}

.faq-p {
  background-color: var(--transparent);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--dark-background);
  color: var(--white-web);
  white-space: break-spaces;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  left: 0;
}

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

.toggle-text {
  z-index: 2;
  font-family: Mavenpro, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}

.image-45 {
  color: var(--gray3\<deleted\|variable-d857859d-3411-31ec-bd48-510141068358\>);
  width: 30px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

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

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

.faq-body-cont {
  background-color: var(--background-dark);
  color: var(--white-web);
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer-2 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.container-32 {
  max-width: 960px;
  margin-top: 140px;
  margin-bottom: 100px;
}

.body-11 {
  background-color: var(--transparent);
  background-image: linear-gradient(180deg, var(--primary-web) 30%, var(--background-dark));
}

.heading-155 {
  color: var(--white-web);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.div-block-285 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white-web);
  flex-flow: column;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.link-27, .link-28 {
  color: var(--cinza-font\<deleted\|variable-9913b7bc-4fe9-d3f9-c42e-061a29cf3ddf\>);
  font-size: 13px;
  text-decoration: none;
}

.heading-156 {
  font-size: 15px;
}

.div-block-287 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.slider-26 {
  width: 75%;
  height: 464px;
}

.image-151 {
  width: 100%;
  max-width: 800px;
  height: auto;
  overflow: auto;
}

.image-152 {
  height: 81px;
  position: relative;
  right: auto;
}

.heading-157 {
  font-size: 20px;
  font-weight: 400;
}

.dropdown-4 {
  padding: 15px 25px;
}

.dropdown-4:hover {
  border: 1px solid var(--white-web);
  border-radius: 10px;
  padding: 14px 24px;
}

.div-block-288 {
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
}

.image-153 {
  max-width: 726px;
  height: auto;
}

.div-block-289 {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  display: flex;
}

.paragraph-128 {
  color: var(--black-web);
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1px;
  font-weight: 600;
}

.slider-27 {
  width: 100%;
  max-width: 600px;
  height: 500px;
}

.paragraph-129 {
  color: var(--white-web);
  width: auto;
  padding-left: 0;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

.text-span-133 {
  background-color: var(--primary-web);
  padding-left: 2px;
  padding-right: 2px;
}

.div-block-290 {
  width: 50%;
}

.heading-158 {
  color: var(--white-web);
  margin-top: 40px;
  font-size: 60px;
}

.div-block-291 {
  background-color: var(--primary-web);
  width: 80px;
  height: 7.5px;
}

.div-block-292 {
  background-image: url('../images/fundo-right.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 120px;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.image-154 {
  height: 96px;
  margin-bottom: 10px;
}

.div-block-293 {
  background-color: var(--background-section);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -5px;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-294 {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
}

.heading-159 {
  color: var(--primary-web);
}

.paragraph-130 {
  color: var(--black-web);
  font-size: 20px;
  font-style: italic;
}

.div-block-295 {
  text-align: center;
  flex-flow: column;
  display: inline-flex;
}

.div-block-296 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-131 {
  color: var(--black-web);
  font-size: 14px;
}

.div-block-297 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  display: grid;
}

.image-155, .image-156, .image-157, .image-158 {
  height: 42px;
}

.div-block-298 {
  background-image: url('../images/fundo2-769h.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-21 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.image-162 {
  height: 360px;
}

.slider-28 {
  width: 780px;
  height: 500px;
}

.div-block-299 {
  padding-left: 40px;
}

.div-block-300 {
  background-color: var(--primary-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 10px 0;
  display: flex;
  position: relative;
}

.section-22 {
  text-align: center;
  width: 100%;
  max-width: 1200px;
}

.heading-160 {
  color: var(--black-web);
  font-size: 36px;
  font-weight: 600;
}

.heading-161 {
  color: var(--black-web);
}

.heading-162 {
  color: var(--black-web);
  margin-top: 0;
  font-size: 60px;
  line-height: 110%;
}

.button-20 {
  background-color: var(--black-web);
  color: var(--primary-web);
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-301 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-302 {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
}

.div-block-304 {
  border: 1px solid var(--white-web);
  background-color: #ffffff42;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-132 {
  padding-bottom: 5px;
}

.image-163, .image-164, .image-165 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.image-166 {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}

.image-167, .image-168, .image-169 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.image-170 {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
}

.div-block-carrousel {
  background-color: var(--primary-web);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 5px 0% 0% auto;
}

.div-block-carrousel.teacher-bene {
  background-image: url('../images/Bené.jpg');
  background-position: 50% 8%;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-carrousel.teacher-raquel {
  background-color: var(--transparent);
  background-image: url('../images/Raquel-986d0a07.png');
}

.div-block-carrousel.teacher-tarcisio {
  background-image: url('../images/Tarcisio.jpg');
  background-position: 50% 5%;
}

.div-block-carrousel.teacher-camila {
  background-image: url('../images/Camila.jpg');
  background-position: 50% 30%;
}

.div-block-carrousel.teacher-ruca {
  background-image: url('../images/Ruca-14cc31a9.png');
}

.div-block-carrousel.teacher-tiago {
  background-image: url('../images/Tiago.jpg');
  background-position: 50% 15%;
}

.div-block-carrousel.teacher-carla {
  background-image: url('../images/Carla-45afc018.png');
}

.div-block-carrousel.teacher-wellington {
  background-image: url('../images/Wellington.jpg');
}

.slide-nav-11 {
  display: none;
}

.div-block-306 {
  background-color: var(--transparent);
  opacity: 0;
  width: 350px;
  margin-bottom: 0;
  margin-left: 10px;
  transition: opacity .3s;
  transform: translate(0, 200px);
}

.div-block-307 {
  z-index: 1;
  background-color: var(--primary-web);
  width: 50px;
  height: 50px;
  margin-bottom: -27px;
  margin-left: auto;
  margin-right: 10px;
  position: relative;
  inset: auto;
  transform: rotate(45deg);
}

.div-block-308 {
  z-index: 2;
  background-color: var(--primary-web);
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.heading-163 {
  color: var(--gray);
  text-align: center;
  padding-top: 10px;
  font-size: 30px;
  font-weight: 700;
}

.slide-30 {
  background-image: url('../images/Ruca-14cc31a9.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/Bené.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.div-block-309 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
}

.slide-32 {
  background-image: url('../images/Raquel-986d0a07.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/Tarcisio.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/Camila.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/Ruca-14cc31a9.png');
  background-position: 50% 0;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/Tiago.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/Carla-45afc018.png');
  background-position: 50% 0;
  background-size: auto;
}

.slide-38 {
  background-image: url('../images/Wellington.jpg');
  background-position: 0 0;
  background-size: cover;
}

.paragraph-133 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-134, .paragraph-135 {
  max-width: 250px;
}

.image-171 {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.div-block-310 {
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

.dropdown-list-4 {
  background-color: var(--primary-web);
  color: var(--white-web);
}

.dropdown-link-2 {
  border-bottom: 1px solid var(--white-web);
  color: var(--white-web);
}

.dropdown-link-2:hover {
  background-color: var(--primary-light);
}

.dropdown-link-2.w--current {
  color: var(--white-web);
  text-decoration: none;
}

.dropdown-link-3 {
  border-bottom: 1px solid var(--white-web);
  color: var(--white-web);
}

.dropdown-link-3:hover {
  background-color: var(--primary-light);
}

.dropdown-link-4 {
  border-bottom: 1px solid var(--white-web);
  color: var(--white-web);
}

.dropdown-link-4:hover {
  background-color: var(--primary-light);
}

.dropdown-link-4.w--current {
  color: var(--white-web);
  text-decoration: none;
}

.slide-39 {
  background-image: url('../images/nosso-studio_fitbike-41.png');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-12 {
  display: none;
}

.slide-40 {
  background-image: url('../images/nosso-studio_fitbike-51.png');
  background-position: 0 0;
  background-size: cover;
}

.image-172 {
  width: 100%;
  height: 100%;
}

.slide-41 {
  background-image: url('../images/nosso-studio_fitbike-11.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-42 {
  background-image: url('../images/nosso-studio_fitbike-21.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-43 {
  background-image: url('../images/Estúdio-640-1-a13d55fb.png');
  background-position: 0 0;
  background-size: cover;
}

.container-33 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  min-height: 400px;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.body-12 {
  background-color: var(--background-dark);
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-top: 20px;
  overflow: visible;
}

.image-173 {
  width: 100%;
  max-width: 472px;
  height: auto;
}

.image-174 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 4%;
  width: 282px;
  height: 334px;
}

.heading-164 {
  color: var(--primary-web);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black-web);
  font-family: Mavenpro, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.text-block-4 {
  font-family: Mavenpro, Arial, sans-serif;
}

.text-block-5 {
  color: var(--black-web);
  font-family: Mavenpro, Arial, sans-serif;
  font-weight: 600;
}

.image-175 {
  height: 26px;
}

.image-175-copy {
  height: 33px;
}

.div-block-311 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-312 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-313 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.container-34 {
  max-width: 1200px;
  padding-top: 85px;
  padding-bottom: 85px;
}

.section-23 {
  border: 2px solid var(--primary-web);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 336px;
  max-height: none;
  margin-left: 0;
  margin-right: 10px;
  padding: 15px 40px;
  display: flex;
}

.text-block-6 {
  color: var(--primary-web);
  font-family: Mavenpro, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
}

.image-176 {
  height: 359px;
}

.image-177 {
  height: 359px;
  position: relative;
  top: -64px;
}

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

.button-21 {
  background-color: var(--black-web);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  font-family: Mavenpro, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}

.button-21.button-cadastre-home {
  background-color: var(--primary-web);
  color: var(--black-web);
  font-weight: 600;
}

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

.code-embed-4 {
  color: var(--primary-web);
  line-height: 10px;
}

.image-178 {
  height: 83px;
}

.div-block-315 {
  padding-bottom: 30px;
}

.text-span-134 {
  color: var(--white-web);
  text-decoration: none;
}

.bold-text-14, .link-29 {
  text-decoration: none;
}

.text-span-135 {
  color: var(--white-web);
  text-decoration: none;
}

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

.link-30 {
  text-decoration: none;
}

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

.code-embed-5.car-shopping.pagekraft-auth-checkout {
  padding-top: 6px;
  padding-bottom: 6px;
}

.code-embed-5.car-shopping.pagekraft-auth-checkout:hover {
  border: 1px solid var(--white-web);
  border-radius: 6px;
}

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

.button-2-ang {
  color: #e6e6e6;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 6px 12px;
  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: 600;
  line-height: 24px;
  display: none;
}

.button-1-ang {
  background-color: var(--transparent);
  color: var(--white-web);
  text-transform: none;
  border-radius: 6px;
  padding: 9px 18px;
  font-family: Mavenpro, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.button-1-ang:hover {
  border: 1px solid var(--white-web);
  padding: 8px 17px;
}

.slider-29 {
  height: 750px;
  margin-top: 80px;
}

.slide-44 {
  background-image: url('../images/imagem-fitbike-slider_1-1920w.webp');
  background-position: 50% 0;
  background-size: cover;
}

.slide-nav-13 {
  display: none;
}

.slide-45 {
  background-image: url('../images/imagem-fitbike-slider_3-1920w.webp');
  background-position: 50% 0;
  background-size: cover;
}

.slide-46 {
  background-image: url('../images/imagem-fitbike-slider_4-1920w.webp');
  background-position: 50% 0;
  background-size: cover;
}

.slide-47 {
  background-image: url('../images/imagem-fitbike-slider_2-1920w.webp');
  background-position: 50% 0;
  background-size: cover;
}

.paragraph-136 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

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

.paragraph-138 {
  margin-top: 10px;
  font-size: 1.2rem;
}

.heading-231 {
  font-weight: 700;
}

.list {
  list-style-type: lower-roman;
}

.image-179 {
  width: 100%;
}

.image-180 {
  object-fit: fill;
  object-position: 100% 50%;
  width: 100%;
  height: 150px;
}

.div-block-317 {
  background-image: url('../images/fundo-rp-1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
}

.div-block-318 {
  background-color: var(--primary-web);
  width: 100%;
}

.code-embed-6 {
  color: var(--primary-web);
}

.div-block-319 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-decoration: none;
  display: flex;
}

.text-block-7 {
  color: var(--white-web);
}

.div-block-320 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.text-block-8 {
  background-color: var(--background-dark);
  color: var(--primary-web);
  text-transform: uppercase;
  width: auto;
  padding: 12px 24px;
  font-family: Mavenpro, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.div-block-322 {
  flex-flow: column;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-9 {
  color: var(--white-web);
  margin-top: 12px;
}

.div-block-323 {
  background-color: #80808040;
  width: 100%;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 2px;
}

.div-block-324 {
  width: 100%;
  max-width: 1200px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-325 {
  max-width: none;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.image-181 {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.button-22 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 2px solid var(--white-web);
  color: var(--white-web);
  background-color: #ffffff38;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 170px;
  height: 48px;
  padding: 0 10px 0 16px;
  text-decoration: none;
  display: flex;
}

.code-embed-7 {
  color: var(--primary-web);
}

.text-block-10 {
  font-weight: 500;
}

.div-block-326 {
  background-image: linear-gradient(180deg, var(--primary-web) 5%, white);
}

.bold-text-18 {
  color: var(--black-web);
}

.div-block-327 {
  width: 100%;
  max-width: 1200px;
  margin-top: 120px;
  padding-top: 0;
}

.image-182 {
  height: 76px;
}

.div-block-328 {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.div-block-329, .div-block-330 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-block-11, .bold-text-19 {
  color: var(--white-web);
}

.div-block-331 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.div-block-332 {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.text-block-12 {
  color: var(--white-web);
  font-family: Mavenpro, Arial, sans-serif;
  font-size: 18px;
}

.div-block-333 {
  border: 1px solid var(--white-web);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 250px;
  padding: 24px;
  display: flex;
}

.button-23 {
  background-color: var(--black-web);
}

.code-embed-8, .code-embed-9, .dropdown-link-5 {
  color: var(--white-web);
}

.dropdown-link-5:hover {
  background-color: var(--primary-light);
}

.dropdown-link-5.w--current {
  color: var(--white-web);
}

.heading-232 {
  color: var(--white-web);
  font-family: Mavenpro, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.heading-233 {
  color: var(--white-web);
  margin-top: 30px;
  font-family: Mavenpro, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.div-block-334 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-336 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 550px;
  display: flex;
}

.text-block-13 {
  color: var(--white-web);
  padding-bottom: 12px;
  font-family: Mavenpro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

@media screen and (min-width: 1280px) {
  .l-nav {
    background-color: var(--transparent);
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
  }

  .html-embed-2.login-top.header-cad {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 300px;
  }

  .body-home.scroll {
    background-color: var(--background-dark);
  }

  .section-banner-home {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .menu2 {
    margin-top: 0;
  }

  .slider-16 {
    height: auto;
    min-height: 0;
  }

  .section-17 {
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    display: flex;
  }

  .div-block-197 {
    justify-content: center;
    align-items: center;
    width: 270px;
    margin-left: 0;
    display: flex;
  }

  .slider-23 {
    height: 80vh;
    min-height: auto;
    max-height: none;
  }

  .heading-126 {
    letter-spacing: .18em;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: gobold;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2em;
  }

  .heading-127 {
    text-align: right;
    letter-spacing: .18em;
    font-family: gobold;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .paragraph-100 {
    margin-bottom: 40px;
    line-height: 2;
  }

  .body-7 {
    background-color: var(--transparent);
    line-height: 1.5em;
  }

  .paragraph-101 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

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

  .paragraph-109 {
    margin-right: 0;
  }

  .div-block-227 {
    padding-right: 40px;
  }

  .div-block-241 {
    width: auto;
    max-width: 1280px;
  }

  .div-block-252 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .l-nav {
    background-color: var(--transparent);
  }

  .html-embed-2.login-top.header-cad {
    min-width: auto;
    max-width: 300px;
  }

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

  .body-home.scroll {
    background-color: var(--background-dark);
  }

  .section-banner-home {
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .button-12 {
    font-size: 24px;
  }

  .menu2 {
    margin-top: 0;
  }

  .slider-16 {
    height: auto;
    min-height: 0;
  }

  .image-101 {
    bottom: -32%;
  }

  .image-101.img-ns-1 {
    margin-top: 0;
    bottom: -35%;
  }

  .image-101.imgy {
    bottom: -28%;
  }

  .section-16 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-17 {
    justify-content: space-between;
  }

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

  .div-block-220 {
    padding-left: 40px;
  }

  .div-block-223 {
    justify-content: flex-end;
  }

  .div-block-244-bottom {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .container-29 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .paragraph-112 {
    text-align: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    display: flex;
  }

  .heading-146 {
    text-align: center;
    font-size: 40px;
  }

  .video {
    width: 750px;
  }

  .div-block-252 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-151 {
    text-decoration: none;
  }

  .div-block-293 {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .div-block-296 {
    padding-bottom: 10px;
  }

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

  .image-159, .image-160, .image-161 {
    height: 42px;
  }

  .container-33 {
    padding-top: 20px;
  }

  .bold-text-16 {
    text-decoration: none;
  }

  .code-embed-6 {
    color: var(--primary-web);
  }

  .div-block-319 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-decoration: none;
    display: flex;
  }

  .text-block-7 {
    color: var(--white-web);
  }

  .div-block-320 {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .l-nav {
    background-color: var(--transparent);
    padding-top: 0;
    padding-bottom: 0;
  }

  .l-nav.minhaclasse {
    position: absolute;
  }

  .c-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
  }

  .c-nav-compra {
    font-family: gobold;
    font-weight: 700;
  }

  .menu-button.menu-mobile-action {
    height: auto;
    padding-bottom: 0;
  }

  .html-embed-2.login-top.header-cad {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 300px;
    display: flex;
  }

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

  .f-container {
    flex-flow: row;
    justify-content: space-between;
    max-width: 1200px;
    height: auto;
    padding-top: 60px;
    display: flex;
  }

  .body-home.scroll {
    background-color: var(--background-dark);
  }

  .section-banner-home {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
  }

  .grid-6 {
    border-right: 1px solid var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
    outline-offset: 0px;
    color: var(--white-web);
    outline: 3px #fff;
    flex-flow: column;
    height: auto;
    font-family: gobold;
    font-size: 18px;
  }

  .div-block-182 {
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    overflow: visible;
  }

  .menu2 {
    margin-top: 0;
  }

  .slider-16 {
    height: auto;
    min-height: 0;
  }

  .slide-26 {
    width: 100%;
  }

  .image-99 {
    max-height: none;
    display: none;
  }

  .image-101.img-ns-1 {
    bottom: -24%;
  }

  .mask-11 {
    width: 100%;
  }

  .image-108 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .slider-18, .slider-17 {
    height: 1200px;
  }

  .section-16 {
    justify-content: space-between;
    place-items: center stretch;
    min-width: 1900px;
    max-width: 1920px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-17 {
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-197 {
    width: 200px;
    max-width: 200px;
  }

  .div-block-198 {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .div-block-199 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

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

  .link-13 {
    opacity: 1;
    outline-offset: 0px;
    color: var(--white-web);
    outline: 3px #00e;
    text-decoration: none;
  }

  .link-13.btn-hover-footer {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

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

  .link-14.btn-hover-footer {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

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

  .link-15.btn-hover-footer {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

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

  .link-16.btn-hover-footer {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .link-17 {
    pointer-events: auto;
    color: var(--white-web);
    text-decoration: none;
  }

  .div-block-201 {
    border-right: 1px solid var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 450px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .image-112 {
    width: 181px;
    height: auto;
  }

  .paragraph-99 {
    color: var(--white-web);
    text-align: left;
    margin-top: 20px;
    padding-left: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .div-block-219 {
    border-color: var(--white-web);
    background-color: var(--transparent);
    border-radius: 0%;
  }

  .div-block-205 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-right: 1px solid var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 450px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
  }

  .container-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-208 {
    display: flex;
    position: relative;
    overflow: clip;
  }

  .div-block-209.hover-show-text {
    width: auto;
    min-width: auto;
  }

  .heading-129 {
    aspect-ratio: auto;
    height: 30px;
    margin-left: 0;
    position: relative;
    inset: 0% auto auto -57px;
    overflow: visible;
  }

  .heading-129.head-styled, .heading-129.head-styled-2 {
    position: relative;
  }

  .div-block-213 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    position: relative;
    left: auto;
  }

  .paragraph-106.paragrafh-show {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .container-26 {
    margin-top: 140px;
  }

  .image-127 {
    width: 50%;
  }

  .div-block-223 {
    justify-content: center;
    align-items: center;
  }

  .image-128 {
    margin-right: 100px;
  }

  .div-block-226 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 600px;
    padding-right: 40px;
  }

  .div-block-227 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-232 {
    justify-content: space-between;
    padding-bottom: 20px;
    display: flex;
  }

  .slide-nav-10 {
    justify-content: flex-end;
    padding-right: 40px;
    display: flex;
  }

  .image-133, .image-134 {
    width: 100%;
    height: auto;
  }

  .div-block-233 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-right: 0;
    display: block;
  }

  .div-block-234 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/fundo.svg');
    background-position: 0 100%;
    background-size: cover;
    background-clip: border-box;
    width: 100%;
    height: 690px;
  }

  .div-block-238 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .paragraph-110 {
    margin-bottom: 0;
  }

  .container-28 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-241 {
    width: auto;
    max-width: 1200px;
  }

  .image-137 {
    margin-bottom: 0;
  }

  .div-block-244-bottom {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block-244-bottom.div-block-244-especifique {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    display: flex;
    position: relative;
    left: auto;
    right: 0;
  }

  .div-block-245 {
    border: 1px solid #000;
    width: 500px;
    padding: 20px;
  }

  .image-138 {
    height: auto;
    padding: 0;
  }

  .heading-143 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-111 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .heading-144 {
    margin-top: 20px;
    padding-top: 0;
  }

  .button-17 {
    background-color: var(--primary-web);
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .container-29 {
    max-width: 1200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-112 {
    width: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    font-weight: 300;
    line-height: 1.1;
    position: static;
  }

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

  .div-block-248.div-block-invert {
    flex-flow: row;
  }

  .section-20 {
    margin-bottom: 60px;
  }

  .div-block-250 {
    flex-flow: row-reverse;
  }

  .div-block-251 {
    margin-left: 40px;
  }

  .link-21.link-line-bottom {
    padding: 15px 25px;
  }

  .link-21.link-line-bottom:hover {
    border: 1px solid var(--white-web);
    border-radius: 10px;
  }

  .div-block-255 {
    opacity: 1;
  }

  .heading-147 {
    text-transform: uppercase;
    margin-top: 110px;
    padding-left: 60px;
    font-family: Koho;
    font-size: 48px;
    left: auto;
  }

  .text-span-132 {
    color: var(--primary-web);
  }

  .div-block-259 {
    opacity: 1;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 960px;
    display: flex;
  }

  .div-block-259.div-invert {
    justify-content: space-between;
  }

  .div-block-260 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-143 {
    height: 520px;
  }

  .div-block-261 {
    flex: 0 auto;
  }

  .heading-148 {
    color: var(--primary-web);
    font-family: Koho;
    font-size: 40px;
  }

  .div-block-265 {
    margin-left: 150px;
  }

  .heading-149 {
    font-weight: 700;
  }

  .paragraph-118 {
    max-width: 960px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-146 {
    width: auto;
    height: 380px;
  }

  .div-block-267 {
    max-width: none;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .div-block-268, .div-block-269, .div-block-270 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    display: flex;
  }

  .paragraph-119, .paragraph-120 {
    text-align: center;
  }

  .code-embed-2 {
    width: 880px;
    margin-top: 40px;
  }

  .heading-150 {
    text-transform: uppercase;
    margin-top: 40px;
    padding-top: 0;
    font-family: Koho;
    font-size: 42px;
  }

  .div-block-271 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-275.gap-icons-app {
    padding-right: 10px;
  }

  .paragraph-127 {
    margin-bottom: 0;
  }

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

  .div-block-287 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-154 {
    padding-left: 40px;
  }

  .div-block-310 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .container-34 {
    max-width: 1200px;
    margin-left: auto;
  }

  .section-23 {
    border-color: var(--primary-web);
    height: 336px;
  }

  .text-block-6 {
    color: var(--primary-web);
    line-height: 1.4;
  }

  .button-21.button-cadastre-home {
    font-weight: 600;
  }

  .div-block-324 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-327 {
    margin-top: 132px;
  }

  .div-block-328 {
    grid-column-gap: 12px;
    max-width: 1200px;
    margin-top: 60px;
  }

  .div-block-331 {
    width: 45%;
    margin-left: 0;
  }

  .div-block-332 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .div-block-333 {
    border: 2px solid var(--white-web);
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 250px;
    margin-bottom: 4px;
    padding: 24px;
    display: flex;
  }

  .heading-232 {
    font-family: Mavenpro, Arial, sans-serif;
    font-size: 2rem;
  }

  .heading-233 {
    margin-top: 30px;
    font-family: Mavenpro, Arial, sans-serif;
    font-size: 1.3rem;
  }

  .div-block-334 {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

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

  .div-block-336 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 600px;
    display: flex;
  }

  .text-block-13 {
    color: var(--white-web);
    padding-bottom: 12px;
    font-size: 18px;
  }

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

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

  .l-nav {
    mix-blend-mode: normal;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    height: 100px;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: fixed;
    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: auto;
    align-items: center;
    width: 100%;
    min-width: 0%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    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: none;
  }

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    min-width: 0;
    margin-right: 0;
    display: block;
  }

  .c-nav-logo.c-nav-logo-mobile {
    max-width: 210px;
    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;
    display: none;
    overflow: hidden;
  }

  .image {
    text-align: left;
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: auto;
    max-height: none;
    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 {
    background-color: var(--transparent);
    color: var(--transparent);
    order: 0;
    justify-content: center;
    align-items: center;
    width: 68px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 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 {
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .html-embed-2.login-top.header-cad, .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 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 60px;
    padding-left: 10px;
    display: flex;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 25% 25% 25% 25%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: flex-start space-between;
    place-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    grid-template-rows: 100% auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    min-width: 320px;
    margin-bottom: 40px;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .f-r-link {
    font-size: 1rem;
  }

  .heading-11 {
    font-size: .875rem;
  }

  .div-block-5 {
    order: -1;
    align-self: center;
    align-items: center;
    width: auto;
  }

  .image-3 {
    width: 228px;
    max-width: 100%;
    height: 96px;
  }

  .html-embed-3 {
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .icon {
    color: var(--black-web);
    background-color: #c0ff72;
    display: none;
  }

  .box-r-sociais.menu {
    margin-top: 0%;
    padding-bottom: 40px;
    padding-left: 20px;
    display: block;
  }

  .box-r-sociais.menu.social-box-menu {
    margin-top: 10%;
    font-size: .875rem;
    display: none;
  }

  .box-r-sociais.menu {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .heading-12 {
    text-align: left;
    font-size: .875rem;
  }

  .heading-12.rs-mobile {
    color: #d45700;
  }

  .div-block-16 {
    align-items: center;
  }

  .html-embed-9 {
    color: var(--yellow-green\<deleted\|variable-616c0c51\>);
    cursor: pointer;
    display: flex;
  }

  .html-embed-10 {
    cursor: pointer;
    display: flex;
  }

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

  .html-embed-11 {
    padding-top: 0;
  }

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

  .button-3 {
    color: var(--white-web);
    cursor: pointer;
    background-color: #0000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    display: flex;
    position: static;
    inset: 13% 0% auto 50%;
  }

  .div-block-23 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
    position: static;
    inset: auto 0% 15%;
  }

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

  .car-mobile {
    order: 1;
    align-self: center;
    height: auto;
    display: block;
  }

  .html-embed-13 {
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .bold-text {
    font-size: 1.1rem;
  }

  .facebook-icon {
    cursor: pointer;
    display: flex;
  }

  .instagram-icon {
    cursor: pointer;
  }

  .youtube-icon {
    cursor: pointer;
    display: flex;
  }

  .social-links-footer {
    align-items: center;
  }

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

  .bold-text-3 {
    color: var(--white-web);
  }

  .div-block-49 {
    padding-left: 0;
    display: block;
  }

  .div-block-50 {
    background-color: var(--black-web);
    width: 80%;
    height: 100%;
    min-height: 100vh;
    margin-top: -50px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
    display: none;
    position: absolute;
    inset: 0%;
  }

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

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

  .section-banner-home {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 100px;
  }

  .coluna-2 {
    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;
    display: flex;
  }

  .social-links-footer-2 {
    align-items: center;
  }

  .heading-102 {
    text-align: left;
    font-size: .875rem;
  }

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

  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-right-width: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 50%;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-content: flex-start center;
    place-items: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-140 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    order: 1;
    grid-template-rows: 100% auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .div-block-140.footer-right {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-140.footer-right.footer-right-2 {
    width: 100%;
    margin-top: 0;
  }

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

  .div-block-144 {
    width: 100%;
    max-width: none;
    max-height: none;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .div-block-179 {
    justify-content: center;
    align-items: center;
  }

  .div-block-181 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-10.w--current {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .menu2 {
    display: none;
  }

  .slider-16 {
    height: auto;
    min-height: auto;
  }

  .slide-26 {
    height: auto;
  }

  .image-99 {
    display: none;
  }

  .section-15.np-1, .section-15.no-2, .section-15.np-3 {
    max-height: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: center;
    max-width: none;
  }

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

  .div-block-185, .div-block-185.img-left {
    height: auto;
  }

  .image-101 {
    position: relative;
    bottom: auto;
  }

  .image-101.img-ns-1 {
    position: relative;
    bottom: 0%;
  }

  .div-block-186 {
    justify-content: center;
    align-items: center;
  }

  .image-102 {
    width: 100%;
    display: none;
  }

  .image-103 {
    display: none;
  }

  .mask-11 {
    height: auto;
  }

  .image-105 {
    display: block;
  }

  .slider-18 {
    height: 506px;
  }

  .div-block-196 {
    background-size: cover;
  }

  .image-111 {
    height: 60px;
  }

  .heading-124 {
    margin-top: 40px;
  }

  .slider-17 {
    height: 506px;
  }

  .div-block-191 {
    background-size: cover;
  }

  .heading-122 {
    margin-top: 40px;
  }

  .section-16 {
    display: none;
  }

  .section-17 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
  }

  .div-block-197, .paragraph-98, .div-block-198, .div-block-200 {
    display: none;
  }

  .div-block-201 {
    border-top: 1px solid var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
    padding-top: 20px;
  }

  .image-113 {
    display: none;
  }

  .image-115 {
    display: block;
  }

  .image-116 {
    min-width: auto;
    height: 40px;
    display: block;
  }

  .slider-23 {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-205 {
    border-top: 1px solid var(--secondary-web\<deleted\|variable-8044b7bd-8985-1e3c-eb5f-ddc5c572f205\>);
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
  }

  .container-25 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
  }

  .div-block-206 {
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .button-14 {
    background-color: var(--primary-web);
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .div-block-207 {
    margin-top: 140px;
  }

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

  .div-block-220 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .container-26 {
    margin-top: 140px;
  }

  .link-block-12.w--current {
    display: block;
  }

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

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

  .image-127 {
    object-fit: cover;
    width: 50%;
  }

  .div-block-223 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-227 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-229 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .slider-25 {
    height: auto;
  }

  .image-132 {
    max-height: none;
  }

  .div-block-234 {
    height: 750px;
    max-height: none;
    margin-bottom: 170px;
  }

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

  .section-19 {
    margin-top: 100px;
  }

  .heading-142 {
    padding-left: 20px;
  }

  .div-block-241 {
    width: auto;
    max-width: 1280px;
  }

  .div-block-251 {
    width: auto;
    margin-left: 40px;
    position: static;
    left: auto;
    right: auto;
  }

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

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

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

  .div-block-255 {
    height: auto;
  }

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

  .div-block-257 {
    margin-left: 0;
    padding-left: 0;
  }

  .heading-147 {
    margin-top: 100px;
    padding-left: 40px;
    font-size: 24px;
  }

  .bold-text-8, .bold-text-9 {
    font-size: 40px;
  }

  .div-block-259, .div-block-259.div-invert {
    flex-flow: column;
  }

  .div-block-265 {
    margin-left: 350px;
  }

  .div-block-265.invert {
    margin-top: 350px;
    margin-right: -350px;
  }

  .heading-149 {
    word-break: normal;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-118 {
    width: auto;
    max-width: 960px;
  }

  .div-block-267 {
    justify-content: center;
    align-items: center;
  }

  .code-embed-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-281 {
    background-repeat: no-repeat;
    background-size: 300px;
  }

  .image-149 {
    height: 20px;
  }

  .image-150 {
    height: 22px;
  }

  .div-block-283 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .container-32 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-287 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 300px;
  }

  .image-151 {
    width: auto;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .slider-27 {
    width: 80%;
    max-width: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

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

  .div-block-293 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-21 {
    padding-left: 0;
    padding-right: 10px;
  }

  .slider-28 {
    width: auto;
    max-width: 400px;
    height: 500px;
  }

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

  .div-block-301 {
    justify-content: center;
    align-items: center;
  }

  .div-block-305 {
    width: 100%;
    max-width: 450px;
  }

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

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

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

  .image-180 {
    height: 100px;
  }

  .div-block-326 {
    background-image: linear-gradient(180deg, var(--primary-web) 1%, white 64%);
  }

  .div-block-327 {
    max-width: 600px;
    padding-left: 0;
    padding-right: 12px;
  }

  .image-182 {
    height: 48px;
  }

  .div-block-328 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
    margin-top: 36px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-331 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-333 {
    height: auto;
    margin-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-233 {
    margin-top: 20px;
  }

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

  .div-block-336 {
    width: 100%;
    max-width: 600px;
  }
}

@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;
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .image {
    flex: 1;
    order: 1;
    max-width: none;
    max-height: 60px;
    margin-left: 0;
    margin-right: 15%;
  }

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

  .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 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2.login-top.header-cad {
    display: none;
  }

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

  .f-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .grid-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

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

  .f-r-link {
    font-size: 1rem;
  }

  .heading-11 {
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-self: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

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

  .box-r-sociais.menu.social-box-menu {
    padding-left: 20px;
  }

  .box-r-sociais.menu {
    margin-top: 20px;
    padding-left: 0;
  }

  .div-block-16 {
    justify-content: flex-start;
    margin-left: 0;
  }

  .html-embed-11 {
    padding-top: 0;
  }

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

  .button-3 {
    justify-content: center;
    align-items: center;
    line-height: 2;
    display: flex;
  }

  .div-block-23 {
    position: static;
    inset: auto 0% 15%;
  }

  .html-embed-13 {
    margin-right: 0;
  }

  .bold-text {
    font-size: 1.1rem;
  }

  .social-links-footer {
    justify-content: flex-start;
    margin-left: 0;
  }

  .bold-text-3 {
    color: var(--white-web);
  }

  .bold-text-5 {
    font-size: 1.1rem;
  }

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

  .div-block-50 {
    min-height: 100vh;
  }

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

  .container-politicas {
    margin-top: 100px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-banner-home {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 100px;
  }

  .social-links-footer-2 {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-left: 0;
    line-height: 1;
  }

  .grid-6 {
    border-right-width: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-140 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-62 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-143 {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-144 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: none;
    padding-bottom: 40px;
    display: flex;
  }

  .container-16, .container-16.container-proposta {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-26 {
    padding-left: 0;
    font-size: 16px;
  }

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

  .flex-block-22 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .heading-43 {
    font-size: 48px;
  }

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

  .button-9 {
    margin-left: 0;
  }

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

  .container-unidades {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

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

  .link-block-10.w--current {
    margin-bottom: 10px;
  }

  .slider-16 {
    height: auto;
  }

  .image-99 {
    height: 480px;
    display: none;
  }

  .grid-8 {
    max-width: none;
  }

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

  .image-102 {
    width: 100%;
    display: none;
  }

  .image-103 {
    display: none;
  }

  .image-105 {
    display: block;
  }

  .image-106 {
    width: 100%;
    display: none;
  }

  .div-block-194 {
    margin-left: 40px;
  }

  .slider-18 {
    height: 377px;
  }

  .div-block-196 {
    padding-left: 38px;
  }

  .image-111 {
    height: 42px;
    margin-top: 60px;
  }

  .heading-124 {
    font-size: 14px;
    font-weight: 600;
  }

  .slider-17 {
    height: 377px;
  }

  .div-block-191 {
    padding-left: 38px;
  }

  .image-107 {
    height: 79px;
    margin-top: 60px;
  }

  .heading-122 {
    font-size: 14px;
    font-weight: 600;
  }

  .section-17 {
    width: 100%;
    padding-left: 0;
  }

  .paragraph-98 {
    display: none;
  }

  .div-block-201 {
    border-top-width: 1px;
    border-right-width: 0;
  }

  .image-115 {
    display: block;
  }

  .image-116 {
    min-width: auto;
    max-width: none;
    height: 32px;
  }

  .container-25 {
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 0;
  }

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

  .button-16 {
    border-width: 2.2px;
  }

  .div-block-234 {
    background-position: 0 100%;
  }

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

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

  .section-19 {
    height: 150px;
  }

  .div-block-259, .div-block-259.div-invert {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-273 {
    text-align: left;
  }

  .body-8 {
    background-image: linear-gradient(180deg, var(--primary-web) 30%, var(--background-dark));
  }

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

  .div-block-281 {
    background-position: 100% 100%;
  }

  .toggle-text {
    font-size: 14px;
  }

  .div-block-286 {
    text-align: left;
  }

  .div-block-287 {
    padding-top: 100px;
  }

  .image-151 {
    width: 80%;
    max-width: none;
  }

  .image-153 {
    width: 80%;
  }

  .section-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-162 {
    height: auto;
  }

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

  .container-33 {
    margin-top: 50px;
  }

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

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

  .section-23 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .text-block-6 {
    font-size: 32px;
  }

  .image-177 {
    max-width: none;
    height: auto;
    max-height: 300px;
    top: 14px;
  }

  .image-180 {
    object-fit: cover;
    height: 100px;
  }

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

  .text-block-7 {
    text-align: left;
  }

  .div-block-321 {
    text-align: left;
    width: 100%;
  }

  .text-block-8 {
    font-size: 24px;
  }

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

  .div-block-324 {
    margin-top: 140px;
  }

  .div-block-326 {
    background-image: linear-gradient(180deg, var(--primary-web), white 51%);
  }

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

  .image-182 {
    height: 10vw;
  }

  .div-block-332 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }
}

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

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    background-color: var(--black-web);
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
    min-height: 0;
    display: flex;
    position: relative;
  }

  .l-nav.minhaclasse {
    background-color: var(--primary-web);
    color: #707070;
    margin-bottom: 0;
    position: relative;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    order: 0;
    justify-content: center;
    align-items: center;
    min-width: 0%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .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: 100%;
    height: 100%;
    min-height: 100vh;
    margin-top: 0;
  }

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

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

  .menu-button.menu-mobile-action {
    z-index: 1;
    order: 0;
    width: 61px;
    margin-right: 0;
    padding-right: 0;
  }

  .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;
    margin-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .html-embed-2.login-top.header-cad {
    display: none;
  }

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

  .f-container {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
  }

  .grid-2 {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
    display: flex;
  }

  .f-r-link {
    font-size: 1rem;
  }

  .div-block-5 {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .image-3 {
    width: 100%;
    max-width: 220px;
    height: 96px;
  }

  .body-map.map-body {
    margin-top: 0;
  }

  .html-embed-3 {
    display: block;
  }

  .box-r-sociais {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .box-r-sociais.menu {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .heading-12.rs-mobile {
    color: var(--white-web);
  }

  .html-embed-9, .html-embed-10 {
    display: flex;
  }

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

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

  .button-3 {
    justify-content: center;
    align-items: center;
    line-height: 2;
    display: flex;
  }

  .div-block-23 {
    position: static;
    inset: auto 0% 15%;
  }

  .image-4 {
    width: 24px;
  }

  .bold-text {
    font-size: 1.1rem;
  }

  .facebook-icon, .youtube-icon {
    display: flex;
  }

  .body-politica, .body-cookiesof, .db-packages.padding-default {
    margin-top: 0;
  }

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

  .bold-text-3 {
    color: var(--white-web);
  }

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

  .bold-text-5 {
    font-size: 1.1rem;
  }

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

  .div-block-50 {
    min-height: 100vh;
    margin-top: -50px;
    padding-top: 20px;
  }

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

  .container-politicas {
    margin-top: 0;
    padding-top: 40px;
  }

  .body-5, .body-6 {
    margin-top: 0;
  }

  .section-banner-home {
    height: 100%;
    margin-top: auto;
  }

  .coluna-2 {
    width: 100%;
  }

  .social-links-footer-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-left: -15px;
    display: flex;
  }

  .paragraph-17 {
    margin-bottom: 0;
  }

  .grid-6 {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
  }

  .f-r-link-2 {
    margin-bottom: 0;
  }

  .div-block-140 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-140.footer-right {
    margin-top: 0;
  }

  .image-62 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-11 {
    margin-top: 0;
    padding-top: 40px;
  }

  .div-block-143 {
    padding-top: 20px;
  }

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

  .container-16, .paragraph-26 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-43 {
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
  }

  .paragraph-76 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-9 {
    margin-left: 0;
  }

  .heading-116 {
    text-align: center;
    padding-left: 0;
  }

  .container-unidades {
    padding-bottom: 60px;
  }

  .div-block-177 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

  .div-block-182 {
    color: var(--white-web);
  }

  .link-block-10.w--current {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-16 {
    height: auto;
    min-height: auto;
  }

  .image-99 {
    display: none;
  }

  .section-15.np-1, .section-15.no-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-15.no-2.np-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-15.np-3 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-185 {
    width: 100%;
    max-width: 480px;
    height: 364px;
  }

  .div-block-185.img-left {
    height: 364px;
  }

  .image-101, .image-101.img-ns-1 {
    display: block;
  }

  .image-102 {
    display: none;
  }

  .image-103 {
    display: none;
    position: absolute;
    inset: 0%;
  }

  .image-105 {
    display: none;
  }

  .image-106 {
    display: block;
  }

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

  .container-24 {
    flex-flow: column;
    width: 90%;
  }

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

  .div-block-196 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 20px;
  }

  .image-111 {
    height: 42px;
  }

  .div-block-191 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-17 {
    width: 100%;
  }

  .paragraph-98 {
    display: none;
  }

  .image-115 {
    display: block;
  }

  .image-116 {
    min-width: auto;
    height: 32px;
    display: block;
  }

  .container-25 {
    margin-top: 20px;
    padding-right: 0;
  }

  .div-block-207 {
    margin-top: 40px;
  }

  .heading-130 {
    background-color: var(--transparent);
    color: var(--white-web);
  }

  .div-block-219-copy {
    border-color: var(--white-web);
  }

  .container-26 {
    margin-top: 40px;
  }

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

  .image-127 {
    width: 100%;
  }

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

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

  .div-block-227 {
    margin-bottom: 40px;
  }

  .div-block-234 {
    background-position: 0 100%;
  }

  .heading-140, .container-28 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-19 {
    height: 120px;
    margin-top: 0;
  }

  .heading-142 {
    padding-left: 20px;
  }

  .image-136 {
    display: none;
  }

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

  .image-138 {
    max-width: none;
  }

  .div-block-251 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-147 {
    padding-left: 20px;
  }

  .bold-text-8, .bold-text-9 {
    font-size: 32px;
  }

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

  .div-block-265, .div-block-265.invert {
    display: none;
  }

  .heading-149 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .code-embed-2 {
    width: auto;
    max-width: 880px;
  }

  .heading-150 {
    padding-left: 10px;
  }

  .heading-150.specif {
    padding-left: 0;
  }

  .image-147 {
    padding-right: 10px;
  }

  .body-8 {
    background-image: linear-gradient(180deg, var(--primary-web) 30%, var(--background-dark));
    height: 100vh;
  }

  .container-30 {
    min-height: 800px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-281 {
    background-position: 100% 100%;
    background-size: 200px;
  }

  .image-150.menu-mobile-action {
    height: 18px;
  }

  .faq {
    height: auto;
    min-height: 80px;
    max-height: 130px;
    padding-right: 20px;
  }

  .toggle-text {
    font-size: 14px;
  }

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

  .slider-27 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-297 {
    grid-template-columns: 1fr 1fr;
  }

  .section-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-right: 0;
  }

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

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

  .container-33 {
    margin-top: 0;
  }

  .heading-164 {
    color: var(--primary-web);
    -webkit-text-stroke-width: 0px;
  }

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

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

  .image-177 {
    height: 50vw;
    max-height: none;
  }

  .bold-text-17 {
    -webkit-text-stroke-width: 0px;
  }

  .slider-29 {
    background-color: var(--transparent);
    height: 400px;
    margin-top: 0;
  }

  .image-180 {
    height: 100px;
  }

  .div-block-324 {
    margin-top: 40px;
  }

  .div-block-326 {
    background-image: linear-gradient(180deg, var(--primary-web), white 36%);
  }

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

  .text-block-12 {
    font-size: 14px;
  }

  .heading-232 {
    font-size: 1.5rem;
  }

  .heading-233 {
    font-size: .8rem;
  }
}

#w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-a036dc04, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-a036dc04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-ExtraBold.ttf') format('truetype'), url('../fonts/MavenPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mavenpro';
  src: url('../fonts/MavenPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}