:root {
  --secondary-web: #ebe6de;
  --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;
  --bg-botao-1: #c2b280;
  --texto-001: #494949;
  --primary-web: #b1b6b6;
  --texto-002: #605e5c;
  --color-botão: #4a4a4a;
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

.l-nav {
  background-color: var(--secondary-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: 100px;
  max-height: 100px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  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: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
  position: static;
}

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

.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: 50px;
  display: flex;
}

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

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

.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: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotu, sans-serif;
  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: auto;
  min-width: 300px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.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(--secondary-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: 1440px;
  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: 100px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.my-account-top {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Quicksand Variablefont Wght, sans-serif;
  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: Quicksand Variablefont Wght, sans-serif;
  display: flex;
}

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

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

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

.box-r-sociais.menu {
  align-items: flex-start;
  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;
  font-family: Quicksand Variablefont Wght, sans-serif;
}

.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 {
  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: 100px;
  font-family: Gotham Rounded Book;
  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 {
  color: var(--black-web);
  font-family: Quicksand Variablefont Wght, sans-serif;
}

.body-agenda.body-galeria {
  color: var(--black-web);
}

.body-packages {
  color: var(--black-web);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Quicksand Variablefont Wght, 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: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.packages-html {
  margin-top: 0;
  font-family: Quicksand Variablefont Wght, sans-serif;
}

.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(--secondary-web);
  color: var(--black-web);
  flex-flow: column;
  max-width: 100%;
  font-family: Quicksand Variablefont Wght, 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%;
}

.carrossel-professores {
  width: 360px;
  height: 374px;
  display: none;
}

.carrossel-professores.carrossel-passos {
  display: none;
}

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

.nona-dobra-2 {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.nona-dobra-2.depoimentos {
  background-color: #eae5d9;
  background-image: none;
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: 720px;
  align-self: center;
  padding-bottom: 100px;
  display: flex;
}

.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;
  font-family: Gotu, sans-serif;
  display: flex;
}

.container-politicas.politica-app {
  padding-top: 0;
}

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

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1279px;
  height: 100%;
  min-height: auto;
  display: flex;
}

.body-5, .body-6 {
  margin-top: 100px;
  font-family: Gotham Rounded Book;
}

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

.section-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 800px;
  padding-top: 60px;
  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;
}

.section-5 {
  background-color: var(--bg-botao-1);
  color: var(--white-web);
  background-image: url('../images/4-76-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-96 {
  color: var(--texto-001);
  text-transform: none;
  margin-right: 0;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

.heading-41 {
  color: var(--white-web);
  margin-bottom: 8px;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.heading-41.funco {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.mask-4 {
  align-self: center;
  height: 100%;
}

.slide-nav-3 {
  color: #e9fe00;
  background-color: #8f444400;
  margin-bottom: -50px;
}

.flex-block-7 {
  border-radius: 16px 0 0 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-20 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 7% 5%;
}

.slider-5 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 80px;
  display: flex;
}

.slider-5.sliderprofessor {
  max-width: 960px;
}

.slider-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.right-arrow-4 {
  margin-right: -25px;
}

.left-arrow-3 {
  margin-left: -20px;
}

.slide-5 {
  width: 306px;
  height: 100%;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 0;
  padding-right: 0;
}

.icon-10 {
  -webkit-text-stroke-color: transparent;
  color: #bb7458;
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 50%;
  margin-left: 40px;
  margin-right: 60px;
  font-size: 32px;
}

.icon-10:hover {
  color: var(--secondary-web);
  background-color: #0000;
}

.icon-10.esquerda {
  color: #bb7458;
  margin-left: 0;
  margin-right: 0;
}

.icon-10.esquerda:hover {
  color: var(--secondary-web);
}

.image-54 {
  cursor: pointer;
  width: 100%;
}

.logo-wrapper-2 {
  color: #0000;
  background-color: #0000;
  border: 1px #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 376px;
  height: 100%;
  max-height: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-12 {
  width: 100%;
  position: relative;
}

.heading-97 {
  color: var(--texto-001);
  text-align: center;
  text-transform: none;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

.container-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 980px;
  height: 100%;
  display: flex;
}

.heading-98 {
  text-transform: none;
  color: #4b4b4b;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

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

.link-block-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--black-web);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.heading-102 {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.heading-103 {
  color: #000;
  margin-bottom: .5rem;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
}

.paragraph-17 {
  color: var(--black-web);
  margin-bottom: 8px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-17.end-txt {
  color: var(--black-web);
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
}

.paragraph-74 {
  color: var(--black-web);
  margin-top: 5px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white-web);
  flex-flow: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 25% 20% 20% 20% 15%;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1279px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.bold-text-23 {
  color: var(--black-web);
  font-size: 18px;
}

.bold-text-4 {
  color: var(--black-web);
  font-family: Helvetica, sans-serif;
  font-size: 18px;
}

.image-60 {
  margin-top: -10px;
  margin-left: 0;
  line-height: 1;
}

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

.f-r-link-2:hover {
  color: var(--texto-002);
  font-weight: 400;
}

.f-r-link-2:active {
  color: var(--texto-001);
}

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

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

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

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

.div-block-140 {
  color: #4b7bff;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-61 {
  margin-top: -10px;
  line-height: 1;
}

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

.bold-text-24, .bold-text-6 {
  color: var(--black-web);
  font-family: Helvetica, sans-serif;
  font-size: 18px;
}

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

.l-facebook-2 {
  display: none;
}

.paragraph-75 {
  color: var(--black-web);
  margin-top: 5px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
}

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

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

.div-block-143.mdalidadetxt {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-42 {
  color: var(--black-web);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5rem;
  font-family: "Avenue X 2";
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.heading-42.txt001 {
  margin-top: 146px;
  margin-bottom: 100px;
}

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

.div-block-144.modalidade1 {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.paragraph-26.divi-proposta {
  text-align: center;
  max-width: 1034px;
  margin-top: 60px;
  margin-bottom: 4rem;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
}

.paragraph-26.txt-pagr {
  color: #26261e;
  padding-left: 0;
}

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

.div-block-145.divi-proposta {
  max-width: 1034px;
}

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

.flex-block-22.div-nossapropsta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 160px;
}

.flex-block-22.modalidade {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 240px;
}

.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: 60px auto 90px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, 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;
}

.button-9.btn-nossa {
  text-transform: uppercase;
  width: 100%;
  min-width: 188px;
  max-width: 314px;
  height: 46px;
  margin-top: 60px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.button-9.btn-modalidade {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 188px;
  max-width: 314px;
  height: 43px;
  margin-left: 0;
  font-size: 16px;
}

.image-66, .image-67 {
  height: 240px;
}

.slide-11 {
  width: 289px;
}

.image-68 {
  height: 240px;
}

.icon-15 {
  color: var(--black-web);
}

.slider-8 {
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  height: 280px;
  max-height: none;
  margin-top: 60px;
}

.image-69 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  height: 240px;
}

.icon-16 {
  color: var(--black-web);
}

.image-70 {
  height: 240px;
}

.image-71 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 240px;
}

.left-arrow-4 {
  margin-left: -60px;
}

.right-arrow-5 {
  margin-right: -60px;
}

.container-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 200px;
  display: flex;
}

.bold-text-25 {
  color: #26261e;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.bold-text-26 {
  font-size: 24px;
  font-weight: 400;
}

.div-block-147 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-147.prof-hover {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  display: none;
}

.flex-block-23 {
  flex-flow: column;
  justify-content: center;
  width: 100%;
}

.paragraph-78 {
  color: var(--white-web);
  margin-right: auto;
  font-size: 12px;
  line-height: 20px;
}

.heading-105 {
  color: #f9f9f9;
  font-family: "Avenue X 2";
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

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

.text-span-64, .text-span-65, .text-span-66 {
  font-size: 32px;
}

.flex-block-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 49px;
  position: absolute;
}

.image-76, .image-77 {
  width: 36px;
}

.mask-8 {
  height: 100%;
}

.link-10 {
  color: var(--black-web);
  border-bottom: 1px #0000;
  padding: 5px 10px;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link-block-12 {
  color: #fff;
  text-align: right;
  background-color: #c6ad5f;
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 220px;
  height: 52px;
  margin-top: 0;
  padding: 10px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link-block-12:hover {
  -webkit-text-stroke-color: #7b8507;
  background-color: #000;
  text-decoration: none;
}

.link-block-12.btn-hover:hover {
  background-color: #c6ad5f;
}

.link-block-12.btn-hover.btn-reserver {
  border: 2px solid var(--bg-botao-1);
  background-color: #c2b280;
  border-radius: 14px;
  justify-content: center;
  width: auto;
  min-width: 250px;
  height: 54px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-12.btn-hover.btn-reserver:hover {
  border-color: var(--primary-web);
  background-color: var(--color-botão);
}

.link-block-12.btn-hover.btn-reserver.btn-reservar-1 {
  border-color: var(--bg-botao-1);
  background-color: var(--bg-botao-1);
  width: 168px;
  min-width: 220px;
  height: 48px;
  padding-left: 10px;
  padding-right: 10px;
}

.link-block-12.btn-hover.btn-reserver.btn-reservar-1:hover {
  border-color: var(--color-botão);
  background-color: var(--color-botão);
  -webkit-text-stroke-color: var(--bg-botao-1);
}

.heading-106 {
  color: var(--texto-001);
  text-align: left;
  -webkit-text-stroke-color: #070801;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.html-embed-24 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.div-block-155 {
  width: 100%;
  height: 100%;
  position: static;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 43px;
}

.flex-block-2.m-01 {
  flex-flow: column;
  max-width: 932px;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
}

.flex-block-2.m-01.img-desabled {
  display: none;
}

.image-78 {
  object-fit: cover;
  width: 100%;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.image-78.alterada {
  object-fit: cover;
  height: 100%;
  max-height: 606px;
  padding-top: 0;
}

.div-block-156 {
  background-color: #0009;
  border-radius: 20px;
  align-items: center;
  height: 0%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-156.m-01 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.heading-61 {
  color: #fff;
  text-transform: uppercase;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-159 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.div-block-160 {
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.paragraph-79 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.div-block-161 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 60px auto 0;
  display: flex;
}

.div-block-163 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 51px;
  display: flex;
}

.div-block-163.m-playlist {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-right: 0;
}

.section-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 100px;
  font-family: Archivo, sans-serif;
  display: flex;
  position: relative;
}

.slide-14 {
  width: auto;
  max-width: 319px;
}

.icon-19 {
  color: var(--primary-web);
  left: 0;
}

.slide-15 {
  width: auto;
  max-width: 319px;
}

.slider-12 {
  background-color: #0000;
  width: 100%;
  max-width: 1279px;
  max-height: none;
  margin-top: 60px;
  margin-bottom: 40px;
  overflow: visible;
}

.slider-12.slid-1 {
  margin-left: auto;
  margin-right: auto;
}

.image-85 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.image-87 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: auto;
}

.left-arrow-5 {
  left: 0%;
}

.right-arrow-6 {
  right: 0%;
}

.div-block-165 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 16px;
  flex-flow: wrap;
  place-content: space-around center;
  align-items: flex-start;
  width: 100%;
  max-width: 871px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 1%;
}

.div-block-165.d-reservas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  place-content: center;
  min-height: 480px;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
}

.div-block-166 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 16px;
  flex-flow: wrap;
  place-content: space-around center;
  align-items: flex-start;
  width: 100%;
  max-width: 871px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 1%;
}

.div-block-166.d-reservas {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  place-content: center space-between;
  align-items: flex-start;
  max-width: none;
  max-height: none;
  margin: 40px 0 52px 10px;
  position: static;
  inset: 0% 0% auto;
}

.heading-109 {
  color: #4b4b4b;
  margin-left: 0;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 63.99px;
  display: block;
}

.link-block-14 {
  color: #fff;
  background-color: #bed500;
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 257px;
  height: 66px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.link-block-14:hover {
  -webkit-text-stroke-color: #7b8507;
  background-color: #daec08;
  text-decoration: none;
}

.link-block-14.btn-passos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin-top: 16px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-14.btn-passos:hover {
  background-color: #716967;
}

.link-block-14.btn-passos.btn-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #eae5d9;
  max-width: 291px;
  height: 54px;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.link-block-14.btn-passos.btn-link:hover {
  background-color: var(--color-botão);
}

.link-block-14.btn-passos.btn-link.btnmov {
  background-color: var(--bg-botao-1);
  max-width: 347px;
  height: 54px;
}

.link-block-14.btn-passos.btn-link.btnmov:hover {
  background-color: var(--color-botão);
  -webkit-text-stroke-color: var(--bg-botao-1);
}

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

.div-block-168 {
  width: 100%;
  height: 100%;
}

.left-arrow-6 {
  margin-left: -20px;
}

.heading-110 {
  color: var(--color-botão);
  -webkit-text-stroke-color: #070801;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.slide-18 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.paragraph-82 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24.22px;
}

.paragraph-82.p3 {
  margin-top: 0;
}

.html-embed-26 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
}

.html-embed-26.seta-rese {
  line-height: 1;
}

.div-block-169 {
  background-color: #ebe6de;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 312px;
  max-width: none;
  height: 319px;
  min-height: 0;
  max-height: none;
  padding: 40px 10px 60px;
  display: flex;
}

.right-arrow-7 {
  margin-right: -20px;
}

.mask-9 {
  height: 100%;
}

.paragraph-83 {
  color: #4b4b4b;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
}

.image-88 {
  margin-top: -8px;
}

.image-89 {
  z-index: 0;
  margin-bottom: 155px;
  margin-left: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-89.seta1 {
  margin-top: 0;
  margin-bottom: 140px;
  margin-left: 0;
}

.heading-77 {
  z-index: 2;
  color: var(--white-web);
  text-align: left;
  background-color: #4b4b4b;
  border-radius: 40px;
  min-width: 200px;
  margin: auto auto 170px -15px;
  padding: 10px 30px;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  inset: auto auto 4% 45px;
}

.heading-77.d-2 {
  color: var(--white-web);
  border-radius: 40px;
  min-width: 200px;
  margin-left: -15px;
  font-size: 20px;
  font-weight: 600;
}

.heading-77.ttt {
  margin-bottom: 170px;
  bottom: 4%;
}

.heading-77.ttt.depoimento3 {
  bottom: 5%;
}

.container-18 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  display: flex;
}

.container-19 {
  width: 100%;
  max-width: 1220px;
}

.image-90 {
  text-align: left;
  width: 100%;
  max-width: 279px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
}

.image-90.estrela {
  width: 40%;
  max-width: 86px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-84 {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 240px;
  height: auto;
  min-height: 180px;
  max-height: 200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  display: flex;
  overflow: hidden;
}

.div-block-170 {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.div-block-170.depoimentos {
  justify-content: center;
  max-width: none;
}

.heading-111 {
  text-align: center;
  text-transform: none;
  color: #4b4b4b;
  justify-content: center;
  align-items: center;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 66.36px;
  display: flex;
}

.div-block-171 {
  color: #000;
  background-color: #0000;
  border-radius: 5.48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 310px;
  max-width: 328px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 20px;
  display: flex;
  position: relative;
}

.div-block-172 {
  margin: 40px auto;
  display: flex;
}

.heading-112 {
  text-align: left;
  text-transform: none;
  color: #4b4b4b;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  margin: 0 0 0;
  padding-left: 0;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.heading-113 {
  color: #969794;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.image-91 {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 10px;
}

.nona-dobra-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.nona-dobra-3.nona-b {
  background-image: url('../images/image-20.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 80px;
}

.nona-dobra-3.nona-b.dobra-localizacao {
  background-image: none;
  padding-bottom: 0;
}

.code-embed-3 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-173 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 871px;
  margin: 20px auto 50px;
  padding-right: 51px;
  display: flex;
}

.div-block-173.m-playlist {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

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

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

.div-block-175.linha {
  margin-top: 10px;
  margin-bottom: 30px;
}

.section-13 {
  background-color: #eae5d9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.div-block-176 {
  background-color: var(--primary-web);
  color: var(--black-web);
  background-image: url('../images/banner1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  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 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: #bed500;
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
}

.slider-14 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.slide-22, .slide-23, .slide-24 {
  width: auto;
}

.icon-25, .icon-26 {
  color: var(--primary-web);
}

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

.container-unidades {
  background-color: var(--bg-botao-1);
  color: var(--white-web);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1154px;
  min-height: 316px;
  padding-top: 56px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 13px 13px #00000040;
}

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

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

.heading-117 {
  text-transform: uppercase;
  color: #080e13;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.paragraph-88 {
  color: #232325;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.div-block-178 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 25px;
  display: flex;
}

.paragraph-89 {
  color: #080e13;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 15px;
}

.paragraph-91 {
  color: var(--color-botão);
  margin-bottom: 0;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-181 {
  position: absolute;
  inset: auto 0% -29% auto;
}

.slide-nav-7 {
  color: var(--primary-web);
  display: none;
  bottom: -10%;
}

.flex-block-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  min-height: 320px;
}

.div-block-182 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 320px;
  display: flex;
}

.div-block-183 {
  text-align: center;
  width: 100%;
  min-width: 320px;
  max-width: 1037px;
}

.heading-118 {
  color: #4a4a4a;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.paragraph-93 {
  color: #4a4a4a;
  text-align: center;
  max-width: none;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.link-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #22362b;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 356px;
  height: 54px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link-block-16.btnunidade {
  background-color: #eae5d9;
  max-width: 291px;
  font-size: 20px;
}

.code-embed-4 {
  width: 100%;
}

.div-block-186 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-96 {
  color: #22362b;
  margin-left: 10px;
  font-family: Helvetica, sans-serif;
  line-height: 120%;
}

.paragraph-97 {
  color: #22362b;
  margin-top: 0;
  font-family: Helvetica, sans-serif;
}

.paragraph-94 {
  color: var(--color-botão);
  margin-bottom: 0;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  text-decoration: none;
}

.div-block-185 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 960px;
  padding-left: 22px;
  display: flex;
}

.image-104 {
  font-size: 20px;
}

.div-block-187 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 871px;
  margin: 20px auto 50px;
  padding-right: 51px;
  display: flex;
}

.div-block-187.m-playlist {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 920px;
  padding-right: 0;
}

.heading-122 {
  color: var(--texto-001);
  text-align: left;
  text-transform: none;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin: 0 0 0;
  padding-left: 0;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.text-span-67 {
  font-size: 1.75rem;
}

.text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73 {
  font-size: 1.25rem;
}

.text-span-74 {
  font-size: 1.75rem;
}

.text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79 {
  font-size: 1.25rem;
}

.text-span-80 {
  font-size: 1.75rem;
}

.text-span-81, .text-span-82, .text-span-83 {
  font-size: 1.25rem;
}

.text-span-84 {
  font-size: 1.75rem;
}

.text-span-85, .text-span-86, .text-span-87, .text-span-88, .text-span-89, .text-span-90, .text-span-91, .text-span-92, .text-span-93, .text-span-94, .text-span-95, .text-span-96, .text-span-97, .text-span-98, .text-span-99, .text-span-100, .text-span-101, .text-span-102 {
  font-size: 1.25rem;
}

.link-11 {
  color: var(--black-web);
  margin-bottom: 8px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-11:hover {
  color: var(--texto-002);
}

.image-105, .image-106, .image-107 {
  height: 20px;
}

.container-21 {
  color: #494949;
  width: 100%;
  max-width: 1040px;
  font-size: 56px;
}

.heading-123 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Quicksand Variablefont Wght, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

.serv-hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #000000b3;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-190 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-image: url('../images/image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 319px;
  max-width: 360px;
  height: 560px;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-190.serv-img2 {
  background-image: url('../images/image2-banner2.png');
  border-radius: 40px;
  width: 100%;
  min-width: 0;
  max-width: none;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

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

.slider-15 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.image-108 {
  width: 100%;
  min-height: 0;
}

.image-109 {
  display: none;
}

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

  .div-block-156.m-01 {
    display: flex;
  }

  .container-18 {
    max-width: 1220px;
    display: flex;
  }

  .flex-block-25 {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .serv-hover {
    background-color: #0009;
    border-radius: 40px;
    display: none;
  }

  .div-block-190 {
    width: 360px;
  }

  .div-block-190.serv-img2 {
    border-radius: 40px;
  }

  .image-108 {
    height: auto;
    min-height: 0;
  }
}

@media screen and (min-width: 1440px) {
  .f-container {
    justify-content: center;
    align-items: center;
  }

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

  .l-instagram-2 {
    margin-top: 10px;
  }

  .paragraph-17, .paragraph-17.end-txt, .paragraph-74, .bold-text-23, .bold-text-4, .f-r-link-2, .bold-text-24, .paragraph-75 {
    font-family: Quicksand Variablefont Wght, sans-serif;
  }

  .link-block-12 {
    width: 257px;
    height: 69px;
  }

  .flex-block-2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-18 {
    max-width: 1220px;
    display: flex;
  }

  .link-11 {
    font-family: Quicksand Variablefont Wght, sans-serif;
  }

  .link-block-17 {
    margin-right: auto;
  }

  .div-block-191 {
    width: 100%;
    max-width: 1279px;
  }
}

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

  .section-banner-home {
    height: auto;
    margin-top: 100px;
  }

  .heading-97 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-98 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-147.prof-hover {
    display: none;
  }

  .link-block-12 {
    width: 257px;
    height: 69px;
  }

  .flex-block-2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-78 {
    text-align: center;
    max-width: 100%;
  }

  .div-block-160 {
    justify-content: center;
    display: flex;
  }

  .container-18 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1220px;
    display: flex;
  }

  .paragraph-84 {
    max-width: 240px;
  }

  .heading-111, .heading-112, .heading-118, .paragraph-93, .heading-122, .image-110 {
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

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

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

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

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

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

  .image {
    text-align: left;
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: auto;
    max-width: 130px;
    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);
  }

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

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

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

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

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

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

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

  .navigation {
    display: none;
  }

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

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

  .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.social-box-menu {
    margin-top: 10%;
    font-size: .875rem;
    display: none;
  }

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

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

  .carrossel-professores {
    background-color: #0000;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .carrossel-professores.carrossel-passos {
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 374px;
    display: flex;
    position: absolute;
  }

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

  .nona-dobra-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    display: flex;
  }

  .nona-dobra-2.depoimentos {
    background-image: none;
    background-position: 100% 100%;
    background-size: 480px;
    padding-bottom: 60px;
  }

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

  .container-3 {
    max-width: 100%;
  }

  .section-banner-home {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 100px;
  }

  .section-4 {
    padding-bottom: 0;
  }

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

  .mask-4 {
    height: auto;
    line-height: 1;
  }

  .slide-nav-3 {
    margin-bottom: -40px;
  }

  .slider-5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    overflow: visible;
  }

  .slider-5.sliderprofessor {
    max-width: 635px;
  }

  .slider-wrapper-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .right-arrow-4 {
    margin-right: 0;
  }

  .left-arrow-3 {
    margin-left: 0;
  }

  .slide-5 {
    vertical-align: baseline;
    max-height: none;
    margin-bottom: 0;
  }

  .icon-10 {
    color: var(--secondary-web);
    margin-left: auto;
    margin-right: 0;
  }

  .icon-10.esquerda {
    color: var(--secondary-web);
    margin-left: 5px;
  }

  .logo-wrapper-2 {
    margin-top: 65px;
  }

  .container-13 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .social-links-footer-2 {
    align-items: center;
  }

  .link-block-9 {
    margin-left: 0;
  }

  .heading-102 {
    text-align: left;
    font-size: .875rem;
  }

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

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 50%;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-content: flex-start center;
    place-items: start;
    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: flex-start;
    margin-top: 20px;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

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

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

  .div-block-144.modalidade1 {
    padding-right: 0;
  }

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

  .icon-15, .icon-16 {
    color: var(--white-web);
  }

  .left-arrow-4 {
    margin-left: 0;
  }

  .right-arrow-5 {
    margin-right: 0;
  }

  .container-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .link-block-12.btn-hover {
    margin-top: 0;
  }

  .link-block-12.btn-hover.btn-reserver {
    width: 100%;
    max-width: 320px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-106 {
    font-size: 18px;
  }

  .flex-block-2.m-01 {
    margin-bottom: 0;
  }

  .div-block-161 {
    flex-flow: column;
    justify-content: center;
  }

  .div-block-163 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-163.m-playlist {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .slider-12 {
    max-width: 638px;
  }

  .left-arrow-5 {
    left: 0%;
  }

  .right-arrow-6 {
    right: 0%;
  }

  .icon-21 {
    color: #000;
    -webkit-text-stroke-width: 0px;
    background-color: #0000;
    font-family: "Baloo 2", sans-serif;
    left: auto;
    right: 0;
  }

  .div-block-165 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-165.d-reservas {
    max-width: 100%;
    min-height: 379px;
    display: flex;
  }

  .div-block-166 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .link-block-14.btn-passos.btn-link {
    margin-top: 0;
    position: absolute;
    bottom: -60px;
  }

  .link-block-14.btn-passos.btn-link.btnmov.btn-hover {
    position: relative;
    top: 25px;
    bottom: 0;
  }

  .slide-16, .slide-17 {
    margin-left: 0;
  }

  .icon-22 {
    color: #000;
    left: 0;
    right: auto;
  }

  .slide-18 {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .div-block-169 {
    text-align: center;
    width: 300px;
    min-height: 319px;
    max-height: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow-7 {
    background-color: #0000;
  }

  .mask-9 {
    background-color: #0000;
    flex: 0 auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-89 {
    margin-bottom: 140px;
  }

  .heading-77 {
    margin-top: 317px;
    margin-bottom: 200px;
    margin-left: 0;
    font-size: 12.78px;
    font-weight: 700;
    line-height: 13.9px;
  }

  .heading-77.ttt.depoimento3 {
    margin-bottom: 200px;
  }

  .container-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    max-width: 638px;
    display: block;
  }

  .container-19 {
    flex-direction: column;
    width: 100%;
    max-width: 728px;
    display: flex;
  }

  .image-90 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-90.estrela {
    width: 50%;
    margin-left: auto;
  }

  .paragraph-84 {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-170 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 0;
  }

  .div-block-170.depoimentos {
    margin-left: auto;
    padding-left: 0;
  }

  .heading-111 {
    text-align: center;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 56px;
  }

  .div-block-171 {
    width: 310px;
    min-width: 0;
    max-width: none;
    display: flex;
  }

  .heading-112 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
  }

  .nona-dobra-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    display: flex;
  }

  .nona-dobra-3.nona-b {
    flex-direction: column;
    display: flex;
  }

  .div-block-173 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-173.m-playlist {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .slider-14 {
    width: auto;
    display: block;
  }

  .icon-25, .icon-26 {
    color: var(--black-web);
  }

  .left-arrow-7, .right-arrow-8 {
    display: block;
  }

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

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

  .div-block-181 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    bottom: 0%;
  }

  .slide-nav-7 {
    display: block;
  }

  .flex-block-25 {
    justify-content: center;
  }

  .link-block-16.btnunidade {
    flex-flow: row;
    display: flex;
  }

  .div-block-187 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-187.m-playlist {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-122 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
  }

  .serv-hover {
    border-radius: 40px;
    display: none;
  }

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

  .div-block-190.serv-img2 {
    border-radius: 40px;
  }

  .image-109 {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

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

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

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

  .nav-menu {
    height: 100vh;
  }

  .image {
    flex: 1;
    order: 1;
    max-width: 130px;
    max-height: none;
    margin-left: 0;
    margin-right: 15%;
  }

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

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

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

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

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

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

  .html-embed-13 {
    margin-right: 0;
  }

  .bold-text {
    font-size: 1.1rem;
  }

  .social-links-footer {
    justify-content: flex-start;
    margin-left: 0;
  }

  .body-politica.politica-app {
    margin-top: 0;
  }

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

  .carrossel-professores.carrossel-passos {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 374px;
  }

  .bold-text-5 {
    font-size: 1.1rem;
  }

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

  .div-block-50 {
    min-height: 100vh;
  }

  .nona-dobra-2 {
    max-width: none;
    height: auto;
    padding-top: 0;
  }

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

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

  .container-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 318px;
  }

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

  .section-4 {
    background-image: none;
    align-items: center;
    width: 100%;
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-5 {
    padding-top: 47px;
    padding-bottom: 100px;
  }

  .heading-96 {
    text-align: center;
    margin-left: 15px;
  }

  .mask-4 {
    height: 100%;
  }

  .slide-nav-3 {
    margin-top: 0;
    margin-bottom: 0;
    bottom: -35px;
  }

  .slider-5 {
    height: auto;
  }

  .slider-wrapper-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .slide-5 {
    height: auto;
  }

  .icon-10, .icon-10.esquerda {
    color: var(--primary-web);
  }

  .logo-wrapper-2 {
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .container-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-97 {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .container-13 {
    width: 90%;
  }

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

  .social-links-footer-2 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    line-height: 1;
  }

  .link-block-9 {
    margin-left: 0;
  }

  .heading-103 {
    margin-bottom: 0;
  }

  .grid-6 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .bold-text-4 {
    margin-right: auto;
  }

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

  .image-62 {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-143 {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-143.mdalidadetxt {
    width: 100%;
  }

  .heading-42 {
    font-size: 36px;
  }

  .div-block-144 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: none;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-144.modalidade1 {
    order: -1;
  }

  .container-16, .container-16.container-proposta {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-26 {
    padding-left: 0;
    font-size: 16px;
  }

  .div-block-145, .div-block-145.divi-proposta {
    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;
  }

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

  .flex-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 95%;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-12 {
    width: 278px;
    height: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-12.btn-hover.btn-reserver.btn-reservar-1 {
    margin-top: 0;
  }

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

  .flex-block-2.m-01 {
    margin-right: 0;
    display: flex;
  }

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

  .div-block-161 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 30px;
  }

  .div-block-163 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin-bottom: 140px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-163.m-playlist {
    flex-flow: column wrap;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-12 {
    padding-bottom: 40px;
  }

  .slider-12.slideraula {
    max-width: 319px;
  }

  .icon-21 {
    color: #000;
  }

  .div-block-165 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    max-width: none;
    display: none;
  }

  .div-block-165.d-reservas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-166 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    max-width: none;
    display: none;
  }

  .div-block-166.d-reservas {
    margin-left: 0;
  }

  .link-block-14 {
    width: 278px;
    height: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-arrow-6 {
    margin-left: 0;
  }

  .icon-22 {
    color: #000;
  }

  .div-block-169 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 260px;
  }

  .right-arrow-7 {
    margin-right: 0;
  }

  .heading-77 {
    margin-top: 318px;
    margin-left: 0;
  }

  .container-18.slideraula {
    max-width: 328px;
  }

  .container-19 {
    padding-top: 40px;
  }

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

  .div-block-170 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-170.depoimentos {
    margin-bottom: 0;
  }

  .heading-111 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1;
  }

  .div-block-171 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 310px;
    min-width: 0;
    max-width: none;
  }

  .div-block-172 {
    margin-top: 10px;
  }

  .heading-112 {
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 32px;
  }

  .heading-113, .image-91 {
    font-size: 28px;
  }

  .nona-dobra-3 {
    max-width: none;
    height: auto;
    padding-top: 0;
  }

  .nona-dobra-3.nona-b {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .div-block-173 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-173.m-playlist {
    flex-flow: column wrap;
    padding-top: 20px;
  }

  .section-13 {
    padding-top: 40px;
  }

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

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

  .icon-26 {
    margin-left: 0;
  }

  .container-unidades {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .flex-block-25 {
    justify-content: center;
  }

  .div-block-186 {
    width: 90%;
  }

  .div-block-187 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-187.m-playlist {
    flex-flow: column wrap;
    padding-top: 20px;
  }

  .heading-122 {
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .serv-hover {
    padding: 20px;
  }

  .div-block-190.serv-img2 {
    width: 100%;
    height: 480px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-102 {
    font-size: 12px;
  }

  .image-108 {
    display: none;
  }

  .image-109 {
    width: 100%;
    max-width: none;
    display: block;
  }
}

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

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    background-color: var(--secondary-web);
    mix-blend-mode: normal;
    position: relative;
  }

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    order: 1;
    justify-content: space-around;
  }

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

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

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

  .image {
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: 130px;
    max-width: none;
    margin-left: 0;
    margin-right: 15%;
  }

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

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

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

  .coluna {
    width: 100%;
  }

  .db-agenda.padding-default {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    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 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    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;
  }

  .carrossel-professores.carrossel-passos {
    width: 100%;
    height: auto;
    min-height: 0;
  }

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

  .nona-dobra-2 {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 0;
  }

  .nona-dobra-2.depoimentos {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .container-politicas {
    margin-top: 0;
    padding-top: 40px;
  }

  .container-politicas.politica-app {
    margin-top: 60px;
  }

  .body-5, .body-6 {
    margin-top: 0;
  }

  .section-banner-home {
    height: 100%;
    min-height: auto;
    margin-top: auto;
  }

  .section-4 {
    background-image: linear-gradient(#0000, #0000);
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    min-height: auto;
    padding: 40px 10px 450px;
  }

  .coluna-2 {
    width: 100%;
  }

  .section-5 {
    padding: 60px 0 140px;
  }

  .heading-96 {
    margin-left: 0;
    font-size: 32px;
  }

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

  .mask-4 {
    max-width: none;
  }

  .slide-nav-3 {
    margin-bottom: 0;
  }

  .flex-block-7 {
    height: 100%;
  }

  .slider-5 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow-wrap: normal;
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". Area";
    grid-auto-flow: column;
    place-content: stretch space-around;
    justify-items: baseline;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .slide-5 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .icon-10:hover {
    color: var(--secondary-web);
  }

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

  .image-54 {
    height: 100%;
  }

  .logo-wrapper-2 {
    flex-flow: wrap;
    flex: 0 auto;
    align-content: stretch;
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    display: flex;
  }

  .container-12 {
    display: block;
  }

  .heading-97 {
    margin-left: 0;
    font-size: 36px;
  }

  .container-13 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .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: flex-start;
    width: 120px;
    margin-left: -15px;
    display: flex;
  }

  .link-block-9 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 0;
  }

  .l-instagram-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .paragraph-17.end-txt {
    text-align: center;
  }

  .grid-6 {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 40px;
  }

  .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%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .l-facebook-2 {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .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-143.mdalidadetxt {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .image-66, .image-67, .slide-11, .image-68, .image-69, .image-70 {
    width: 100%;
  }

  .image-71 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
  }

  .div-block-147.prof-hover {
    width: 100%;
    max-width: none;
  }

  .flex-block-24 {
    flex-flow: column;
    height: auto;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-12.btn-hover.btn-reserver.btn-reservar-1 {
    margin-top: 5px;
  }

  .heading-106 {
    font-size: 18px;
  }

  .flex-block-2.m-01 {
    border-radius: 0;
    height: 100%;
    margin-bottom: 0;
  }

  .image-78.alterada {
    object-fit: cover;
    height: 600px;
    max-height: 600px;
  }

  .div-block-156.m-01 {
    height: 100%;
    display: none;
  }

  .heading-61 {
    text-align: center;
    font-size: 32px;
  }

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

  .div-block-160 {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .div-block-163 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .div-block-163.m-playlist {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-82 {
    width: 100%;
  }

  .image-83, .slide-14 {
    width: 100%;
    height: auto;
  }

  .image-84 {
    width: 100%;
  }

  .icon-19 {
    margin-left: 0;
  }

  .slide-15 {
    width: 100%;
    height: auto;
    max-height: 478px;
  }

  .slider-12 {
    max-width: 319px;
  }

  .slider-12.slid-1 {
    height: auto;
  }

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

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

  .image-86 {
    width: 100%;
  }

  .image-87 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
  }

  .icon-21 {
    color: #000;
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    left: auto;
    right: 0%;
  }

  .div-block-165.d-reservas {
    height: 100%;
    max-height: 378px;
  }

  .link-block-14.btn-passos.btn-link {
    bottom: -100px;
  }

  .link-block-14.btn-passos.btn-link.btnmov.btn-hover {
    max-width: 283px;
  }

  .slide-17 {
    height: auto;
  }

  .slide-nav-5 {
    background-color: #0000;
    bottom: -40px;
  }

  .left-arrow-6 {
    margin-left: 0;
  }

  .icon-22 {
    color: #000;
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    left: -11px;
  }

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

  .slide-18 {
    height: auto;
  }

  .html-embed-26 {
    width: auto;
  }

  .div-block-169 {
    max-height: 320px;
  }

  .right-arrow-7 {
    margin-right: 0;
    inset: 0% 0% 0% auto;
  }

  .mask-9 {
    width: 100%;
    min-height: 319px;
  }

  .image-89 {
    left: 0%;
  }

  .image-89.seta1 {
    margin-left: 0;
    left: 0%;
  }

  .heading-77 {
    margin-left: -10px;
    margin-right: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }

  .heading-77.d-2 {
    margin-left: -10px;
  }

  .container-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .container-19 {
    text-align: center;
    width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-84 {
    width: 279px;
    max-width: 230px;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-170 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .div-block-170.depoimentos {
    margin-bottom: 0;
  }

  .heading-111 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 1.2;
  }

  .div-block-171 {
    width: 310px;
    min-width: 0;
    max-width: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-112 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .heading-113 {
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .image-91 {
    width: 160px;
    height: 50px;
  }

  .nona-dobra-3 {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding: 0 15px;
    display: flex;
  }

  .nona-dobra-3.nona-b {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-173 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .div-block-173.m-playlist {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-left: auto;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-13 {
    margin-top: 100px;
    padding-top: 0;
  }

  .heading-116 {
    text-align: center;
    padding-left: 0;
  }

  .slider-14 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .icon-26 {
    margin-left: 0;
  }

  .container-unidades {
    padding-bottom: 60px;
  }

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

  .div-block-178, .div-block-181 {
    width: 100%;
  }

  .mask-10 {
    height: auto;
  }

  .flex-block-25 {
    width: 100%;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-182 {
    min-width: auto;
    max-width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-183 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-118 {
    text-align: center;
    width: 100%;
    font-size: 32px;
  }

  .div-block-186 {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .div-block-185 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-187 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .div-block-187.m-playlist {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-left: auto;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-122 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .serv-hover {
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-190 {
    width: 100%;
    max-width: 320px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-190.serv-img2 {
    border-radius: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-102 {
    font-size: 10px;
  }
}

#w-node-_1b39eef3-f62f-f674-de4f-87d38c50c492-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4a2-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4aa-e7d418ae, #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4b4-e7d418ae, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-242d7cdf, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-242d7cdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1b39eef3-f62f-f674-de4f-87d38c50c4a2-e7d418ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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: 'Quicksand Variablefont Wght';
  src: url('../fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '1';
  src: url('../fonts/GothamMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  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;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype'), url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype'), url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype'), url('../fonts/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}