:root {
  --primary-web: #0e6a75;
  --secondary-web: #707070;
  --transparent: transparent;
  --white-web: white;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --black-web: black;
  --yellow-green\<deleted\|variable-616c0c51\>: #bed500;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --texto-001: #e5e0e8;
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  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(--primary-web);
  opacity: 1;
  color: var(--secondary-web);
  -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: auto;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

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

.c-container {
  color: var(--transparent);
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 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);
  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);
  border: 0 solid #000;
  padding: 5px 10px;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

.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: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  font-size: 16px;
  line-height: 1;
  display: flex;
  position: relative;
}

.c-nav-compra.c-nav-botao {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.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(--white-web);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  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 {
  min-width: 320px;
  max-width: 320px;
}

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

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

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

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

.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: var(--black-web);
  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 {
  color: var(--black-web);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  font-family: 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 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

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

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

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

.div-block-22 {
  grid-column-gap: 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, .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, .body-cookiesof {
  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, .body-agenda.body-galeria {
  color: var(--black-web);
  font-family: Montserrat, sans-serif;
}

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

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

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

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

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

.body-home.scroll {
  grid-row-gap: 0px;
  background-color: var(--white-web);
  color: var(--black-web);
  font-family: Montserrat, sans-serif;
}

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

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

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

.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;
  color: #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  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 {
  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);
  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;
  color: var(--white-web);
  grid-template-rows: 1fr;
  grid-template-columns: 20% 20% 20% 20% 20%;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  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, sans-serif;
  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;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-140.footer-right {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 500px;
  margin-right: 0;
}

.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, sans-serif;
  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, sans-serif;
  font-size: 15px;
}

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

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

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

.button-11 {
  background-color: var(--secondary-web);
  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 {
  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 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-21 {
  width: 100%;
}

.paragraph-95 {
  color: var(--primary-web);
  text-align: justify;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 300;
}

.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(--white-web);
  color: var(--primary-web);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 179px;
  height: 38px;
  display: flex;
}

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

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

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

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

.paragraph-97 {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1.5;
}

.slide-28 {
  width: 100%;
}

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

.div-block-191 {
  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-107 {
  height: 120px;
  margin-top: 106px;
  margin-left: 0;
}

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

.div-estacionar {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.code-embed-2, .secton-est {
  width: 100%;
}

.div-loc {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.div-mapa {
  width: 100%;
}

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

.div-ondeesta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
  display: flex;
}

.imgunidade {
  height: auto;
}

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

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

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

.dropdown-link {
  color: var(--primary-web);
  text-transform: uppercase;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  color: var(--primary-web);
  text-transform: uppercase;
}

.divbotoes, .div-block-193 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section-banner-home {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .menu2 {
    margin-top: 0;
  }

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

@media screen and (min-width: 1440px) {
  .html-embed-2.login-top.header-cad {
    min-width: 320px;
    max-width: 320px;
  }

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

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

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

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

  .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-17 {
    height: 1200px;
  }
}

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

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

  .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-logo.c-nav-logo-mobile.w--current {
    order: 2;
    margin-left: 0%;
    margin-right: 0;
    position: absolute;
    inset: 0% 0 0% 40%;
  }

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

  .navigation {
    display: none;
  }

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

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

  .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 {
    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: auto;
    max-width: none;
    height: 32px;
  }

  .image-4.menu-mobile-action {
    width: auto;
    height: 32px;
  }

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

  .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: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    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: start center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .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-17 {
    height: 506px;
  }

  .div-block-191 {
    background-size: cover;
  }

  .heading-122 {
    margin-top: 40px;
  }

  .div-loc {
    flex-flow: column;
    width: 90%;
  }

  .arrow2-seta {
    display: none;
  }

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

  .menu-button-2.menu-mobile-action {
    background-color: #0000;
    order: 1;
    margin-right: auto;
  }

  .menu-button-2.menu-mobile-action.w--open {
    background-color: #c0ff72;
  }

  .div-block-193 {
    order: 3;
    width: 20px;
    margin-left: 0;
    display: block;
  }

  .image-111 {
    position: relative;
  }
}

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

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

  .c-nav-logo.c-nav-logo-mobile.w--current {
    left: 30%;
  }

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

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

  .f-container {
    justify-content: space-between;
    align-items: center;
    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%;
  }

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

  .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: 0;
    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 {
    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;
  }

  .slider-17 {
    height: 377px;
  }

  .div-block-191 {
    padding-left: 38px;
  }

  .image-107 {
    height: 48px;
    margin-top: 60px;
  }

  .heading-122 {
    font-size: 14px;
    font-weight: 600;
  }

  .div-loc {
    flex-flow: column;
    width: 90%;
  }

  .arrow2-seta {
    display: none;
  }

  .divbotoes {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .btnmobilecomprar {
    background-color: #00a3ac;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    font-weight: 600;
    display: flex;
  }

  .menu-button-2 {
    margin-left: 0;
  }

  .div-block-193 {
    height: 20px;
  }
}

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

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    background-color: var(--primary-web);
    mix-blend-mode: normal;
    justify-content: space-between;
    align-items: center;
    min-height: 0;
    display: flex;
    position: relative;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--primary-web);
    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-logo.c-nav-logo-mobile.w--current {
    order: 2;
    left: 20%;
  }

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

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

  .f-container {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
    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: auto;
    margin-left: 12px;
  }

  .image-4.menu-mobile-action {
    margin-left: 10px;
  }

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

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

  .div-block-191 {
    background-image: url('../images/new2banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 20px;
  }

  .image-107 {
    height: 48px;
  }

  .div-loc {
    flex-flow: column;
    width: 90%;
  }

  .arrow2-seta {
    display: none;
  }

  .divbotoes {
    flex-flow: column;
  }

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

  .menu-button-2.menu-mobile-action {
    background-color: #0000;
    flex-flow: row;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: auto;
    padding: 5px 0 0;
    display: flex;
  }

  .div-block-193 {
    order: 3;
  }
}

#w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4c0-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4b4-e7d418ae, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-34fd44a2, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-34fd44a2, #individual-pilates.w-node-_4fe1611a-4643-59eb-7773-cefffb2febb1-18aadc4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0d76603-e8ba-146c-c125-68006437cda5-18aadc4d {
  order: 9999;
}

#hot-yoga.w-node-_0c4ea370-6b04-fa3b-547f-110cd99ea823-18aadc4d, #w-node-_0c4ea370-6b04-fa3b-547f-110cd99ea837-18aadc4d {
  order: -9999;
}

@media screen and (max-width: 991px) {
  #w-node-d0d76603-e8ba-146c-c125-68006437cda5-18aadc4d, #w-node-_0c4ea370-6b04-fa3b-547f-110cd99ea837-18aadc4d {
    order: 9999;
  }
}


@font-face {
  font-family: 'The Amazing Grace';
  src: url('../fonts/the-amazing-grace.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica 587 Ebe 5 A 59211';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Compressed 5871 D 14 B 6903 A';
  src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Rounded 5871 D 05 Ead 8 De';
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}