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

:root {
  --secondary-web: #232325;
  --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;
  --primary-web: #44b18a;
  --white-100: #e2e2e2;
}

.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: 20px;
  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, .c-nav-link:focus-visible, .c-nav-link[data-wf-focus-visible], .c-nav-link:visited {
  color: var(--white-web);
}

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

.c-nav-link.w--current:hover {
  color: var(--secondary-web);
}

.nav-menu {
  text-align: center;
  flex: none;
  order: 0;
  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: #f7f8fc;
  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;
  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: 1200px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.body-map.map-body {
  color: var(--black-web);
  justify-content: space-between;
  margin-top: 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;
  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: Open Sans, 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;
}

.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;
  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: Open Sans, sans-serif;
}

.body-packages {
  color: var(--black-web);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Open Sans, 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;
}

.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);
  font-family: Montserrat, sans-serif;
}

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

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

.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: #fff;
  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%;
  max-width: 1200px;
  height: 100%;
  margin-top: 100px;
  padding: 60px 12px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.heading-72 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

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

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

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

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

.div-block-78 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.paragraph-45 {
  color: var(--white-web);
  text-align: left;
  font-family: Gotham Rounded;
  font-weight: 400;
}

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

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

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

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

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

.link-4 {
  color: var(--white-web);
  font-family: Gotham Rounded;
  line-height: 1;
  text-decoration: none;
}

.link-4.w--current {
  color: var(--white-web);
  text-transform: none;
  font-family: Gotham Rounded;
  font-weight: 500;
  text-decoration: none;
}

.div-block-79 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.text-span-26 {
  font-size: 2.5rem;
}

.text-span-27 {
  font-size: 1.125rem;
}

.bold-text-13, .text-span-28, .text-span-29 {
  font-size: 1.5rem;
}

.text-span-30, .text-span-31 {
  font-size: 1.125rem;
}

.text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36 {
  font-size: 1.5rem;
}

.text-span-37 {
  font-size: 2.5rem;
}

.text-span-38, .text-span-39 {
  font-size: 1.5rem;
}

.text-span-40 {
  font-size: 1.125rem;
}

.text-span-41, .text-span-42, .text-span-43 {
  font-size: 1.5rem;
}

.text-span-44 {
  font-size: 2.5rem;
}

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

.text-span-45, .text-span-46, .bold-text-14, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61 {
  font-size: 1.5rem;
}

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

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

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

.bold-text-21 {
  font-family: Gotham Rounded;
  font-weight: 500;
}

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

.section-4 {
  background-image: url('../images/Ellipse-11_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 480px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.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(--primary-web);
  color: var(--white-web);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-96 {
  color: var(--primary-web);
  text-transform: uppercase;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

.heading-41 {
  color: var(--primary-web);
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

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

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

.flex-block-7 {
  border-radius: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 340px;
  height: 100%;
  min-height: 520px;
  max-height: 520px;
  display: block;
}

.flex-block-20 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  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;
  max-width: 960px;
  height: 100%;
  margin-top: 70px;
  display: flex;
}

.slider-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 16px;
  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: -50px;
}

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

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

.icon-10 {
  color: var(--primary-web);
  -webkit-text-stroke-color: transparent;
  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: var(--primary-web);
  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: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-12 {
  width: 100%;
}

.heading-97 {
  color: var(--primary-web);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

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

.heading-98 {
  color: var(--secondary-web);
  text-transform: uppercase;
  font-family: Montserrat, 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: flex-start;
  align-items: center;
  width: 160px;
  display: flex;
}

.link-block-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  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-size: 18px;
}

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

.paragraph-17.end-txt {
  color: var(--white-web);
  margin-bottom: 10px;
}

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

.grid-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white-web);
  grid-template-rows: 1fr;
  grid-template-columns: 20% 20% 20% 20% 20%;
  width: 100%;
  height: 100%;
  padding: 20px;
}

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

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

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

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

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

.f-r-link-2:active {
  color: var(--primary-web);
}

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

.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: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(--white-web);
  font-family: Open Sans, 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(--white-web);
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  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;
}

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

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

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

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

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

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

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

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

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

.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 {
  border-radius: 16px;
  height: 100%;
  display: none;
}

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

.paragraph-78 {
  color: var(--white-web);
  max-width: 80%;
  margin-right: auto;
}

.div-block-152 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/banner_will-99-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 180px;
  display: flex;
}

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

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

.mask-8 {
  height: 100%;
}

.link-10 {
  color: var(--white-web);
  border-bottom: 1px #0000;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  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(--primary-web);
  background-color: var(--primary-web);
  border-radius: 14px;
  justify-content: center;
  width: auto;
  min-width: 250px;
  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(--secondary-web);
}

.link-block-12.btn-hover.btn-reserver.btn-reservar-1 {
  width: 168px;
  min-width: 220px;
  height: 48px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-106 {
  color: var(--secondary-web);
  text-align: left;
  -webkit-text-stroke-color: #070801;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Baloo 2", sans-serif;
  font-size: 26px;
  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.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%;
  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: 0%;
  display: none;
}

.heading-61 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  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: 0%;
  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: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 60px auto 0 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 {
  background-image: url('../images/Ellipse-12_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.slide-14 {
  width: auto;
}

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

.slide-15 {
  width: auto;
}

.slider-12 {
  background-color: #0000;
  width: 100%;
  max-width: 1040px;
  max-height: none;
  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: -6%;
}

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

.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: 0 0 0 10px;
  position: static;
  inset: 0% 0% auto;
}

.heading-109 {
  color: #000;
  margin-left: 0;
  font-size: 54px;
  font-weight: 700;
  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;
  background-color: var(--secondary-web);
  color: #000;
  max-width: 291px;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.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: #fff;
  -webkit-text-stroke-color: #070801;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Baloo 2", sans-serif;
  font-size: 26px;
  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: Montserrat, sans-serif;
  font-size: 16px;
  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: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 312px;
  max-width: none;
  height: auto;
  min-height: 320px;
  max-height: 320px;
  padding: 40px 10px 60px;
  display: flex;
}

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

.mask-9 {
  height: 100%;
}

.paragraph-83 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Baloo 2", sans-serif;
  font-size: 20px;
  font-weight: 600;
  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;
  background-color: var(--primary-web);
  color: #000;
  text-align: center;
  margin: auto 0 170px 10px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  inset: auto auto 6% 45px;
}

.heading-77.d-2 {
  color: #000;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

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

.image-90.estrela {
  width: 40%;
  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: 90%;
  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-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 {
  color: var(--primary-web);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, 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 {
  color: var(--primary-web);
  text-align: left;
  text-transform: none;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  margin: 0 auto 0 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.heading-113 {
  color: var(--white-web);
  font-family: Montserrat, 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;
  background-image: url('../images/Ellipse-12.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  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/Ellipse-11.svg');
  background-position: 100% 100%;
  background-size: auto;
  margin-top: 0;
  padding-top: 80px;
}

.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;
  align-items: flex-start;
  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: var(--primary-web);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.heading-115 {
  font-size: 36px;
  font-weight: 600;
}

.paragraph-86 {
  color: var(--white-web);
  text-align: center;
  max-width: 1040px;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
}

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

.container-20 {
  width: 100%;
}

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

.section-14 {
  background-image: url('../images/Ellipse-11_1.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: 40px;
  grid-row-gap: 40px;
  padding-top: 90px;
}

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

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

.icon-25 {
  color: var(--primary-web);
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.paragraph-89 {
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1;
}

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

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

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

.button-11 {
  background-color: var(--secondary-web);
  border-radius: 8px;
  margin-top: 20px;
}

.image-96, .link-block-15 {
  display: none;
}

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

.text-span-67 {
  text-align: right;
  margin-left: 0;
}

.text-span-68 {
  font-size: 14px;
}

.italic-text-4 {
  color: var(--primary-web);
}

.image-97 {
  height: 18px;
  line-height: 1;
}

.background-video {
  width: 100%;
  max-height: 441px;
}

.div-block-185 {
  width: 320px;
  min-height: 520px;
  margin-left: 0;
  margin-right: 0;
}

.section-professores {
  margin-top: 100px;
}

.body-professores {
  background-color: var(--secondary-web);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-17 {
  background-image: url('../images/Ellipse-11_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-21 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-186 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-web);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 320px;
  max-width: 620px;
  min-height: 411px;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
}

.background-video-5 {
  border-radius: 20px;
}

.heading-118 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

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

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

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

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

.button-2-ang {
  color: #e6e6e6;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: none;
}

.button-2-ang.pagekraft-auth-register {
  border-color: var(--primary-web);
  color: var(--primary-web);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: none;
}

.button-1-ang {
  background-color: var(--primary-web);
  color: var(--secondary-web);
  text-transform: uppercase;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: none;
}

.paragraph-93, .paragraph-94 {
  text-align: center;
}

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

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

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

@media screen and (min-width: 1440px) {
  .section-banner-home {
    max-width: 100%;
    height: 360px;
  }

  .div-block-152 {
    height: 360px;
  }

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

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

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

  .div-block-152 {
    background-image: url('../images/banner_will-99-12x.png');
    background-position: 50% 0;
    background-size: cover;
    height: 360px;
    min-height: 0;
  }

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

@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-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: 480px;
    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%;
    height: auto;
    max-height: none;
    margin-top: 0;
    overflow: hidden;
  }

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

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

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

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

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

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

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

  .div-block-152 {
    background-image: url('../images/banner_will-480-x-480-px-1-58.png');
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

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

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

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

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

  .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: 190px;
    margin-left: 60px;
    font-size: 12.78px;
    font-weight: 700;
    line-height: 13.9px;
  }

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

  .heading-77.ttt {
    margin-bottom: 190px;
    margin-left: 63px;
  }

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

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

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

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

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

  .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-179 {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-186 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .div-block-187 {
    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: 50%;
    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;
  }

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

  .section-banner-home {
    height: 360px;
  }

  .section-4 {
    background-position: 100% 100%;
    padding-bottom: 20px;
  }

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

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

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

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

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

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

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

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

  .div-block-152 {
    background-image: url('../images/banner_will-480-x-480-px-1-58.png');
    background-position: 50%;
    background-size: cover;
    height: 480px;
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-24 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .image-96, .link-block-15 {
    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;
    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: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .grid-2 {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    min-width: auto;
    margin-bottom: 40px;
    display: flex;
  }

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

  .div-block-5 {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

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

  .body-map.map-body {
    margin-top: 0;
  }

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

  .box-r-sociais {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .box-r-sociais.menu {
    margin-top: 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;
  }

  .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 {
    padding-top: 40px;
  }

  .heading-72 {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

  .section-4 {
    background-position: 100% 100%;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
  }

  .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;
    height: auto;
  }

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

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

  .slider-5 {
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
    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;
  }

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

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

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

  .f-r-link-2 {
    margin-bottom: 0;
  }

  .div-block-140 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

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

  .section-11 {
    margin-top: 0;
    padding-top: 40px;
  }

  .div-block-143 {
    padding-top: 20px;
  }

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

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

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

  .heading-43 {
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
  }

  .paragraph-76 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-9 {
    margin-left: 0;
  }

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

  .div-block-152 {
    background-image: url('../images/banner_will-480-x-480-px-1-58.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: 480px;
    margin-top: 0;
  }

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

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

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

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

  .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: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .image-82 {
    width: 100%;
  }

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

  .image-84 {
    width: 100%;
  }

  .icon-19 {
    left: 0;
  }

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

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

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

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

  .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: 35px;
    margin-right: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }

  .heading-77.d-2, .heading-77.ttt {
    margin-left: 35px;
  }

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

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

  .paragraph-84 {
    width: 279px;
    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: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .nona-dobra-3.nona-b {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-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 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-115 {
    text-align: center;
    font-size: 20px;
  }

  .paragraph-86 {
    font-size: 14px;
  }

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

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

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

  .heading-117 {
    text-align: center;
    font-size: 24px;
  }

  .div-block-178 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-179 {
    flex-flow: wrap;
  }

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

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

  .mask-10 {
    height: auto;
  }

  .slide-nav-8 {
    bottom: -40px;
  }

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

  .section-17 {
    padding: 40px 0 60px;
  }

  .div-block-186 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .background-video-5 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

#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-_1b39eef3-f62f-f674-de4f-87d38c50c4c0-e7d418ae, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-ab34b114, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-ab34b114 {
  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;
}