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

@font-face {
  font-family: Byotone;
  src: url('../fonts/Byotone-BoldItalic.ttf') format("truetype"), url('../fonts/Byotone-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Byotone;
  src: url('../fonts/Byotone-BlackItalic.ttf') format("truetype"), url('../fonts/Byotone-ExtraBlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Byotone;
  src: url('../fonts/Byotone-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Byotone;
  src: url('../fonts/Byotone-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Byotone;
  src: url('../fonts/Byotone-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Byotone;
  src: url('../fonts/Byotone-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Byotone;
  src: url('../fonts/Byotone-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Byotone;
  src: url('../fonts/Byotone-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Byotone;
  src: url('../fonts/Byotone-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Byotone;
  src: url('../fonts/Byotone-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --primary-web: #241818;
  --white-web: white;
  --secondary-web: #e7b88a;
  --yellow\<deleted\|variable-8ba44cf5\>: #daec08;
  --yellow-green\<deleted\|variable-616c0c51\>: #bed500;
  --black-web: black;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --text-01: #97909e;
  --primary-web-hover: #fef1e0;
  --cor-borda: #322729;
  --transparent: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

.l-nav {
  background-color: var(--primary-web);
  opacity: 1;
  -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;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Byotone, Arial, sans-serif;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.c-container {
  background-color: var(--primary-web);
  color: var(--white-web);
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.c-nav-logo.w--current {
  flex: 0 auto;
  min-width: auto;
  height: auto;
  max-height: none;
}

.c-nav-link {
  color: var(--secondary-web);
  cursor: pointer;
  flex-flow: row;
  padding: 10px;
  font-family: Byotone, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.c-nav-link:hover {
  color: var(--secondary-web);
  font-family: Byotone, Arial, sans-serif;
  font-weight: 500;
  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(--secondary-web);
}

.c-nav-link.w--current {
  color: var(--secondary-web);
  font-family: Byotone, Arial, sans-serif;
  font-size: 14px;
}

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

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex: none;
  order: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  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 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 471px;
  max-width: none;
  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(--primary-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: 60px;
  display: flex;
}

.db-agenda.padding-default.padding-contato {
  padding-top: 50px;
}

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

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

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

.f-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white-web);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  min-height: 80px;
  padding: 20px 24px;
  display: flex;
}

.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(--white-web);
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 0%;
  font-family: Byotone, Arial, sans-serif;
  display: flex;
}

.pagekraft-agenda {
  background-color: #0000;
  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 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.body-politica, .body-cookiesof {
  background-color: var(--primary-web);
  color: var(--white-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Byotone, Arial, sans-serif;
  display: flex;
}

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

.body-agenda.scroll {
  color: var(--white-web);
  font-family: Byotone, Arial, sans-serif;
}

.body-agenda.body-franquia {
  color: var(--white-web);
}

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

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

.db-packages.padding-default {
  background-color: var(--primary-web);
  color: var(--black-web);
  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 {
  color: var(--white-web);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Byotone, Arial, sans-serif;
  font-size: 14px;
}

.body-home {
  color: var(--white-web);
  background-color: #f7f8fc;
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  font-family: "Baloo 2";
  transition: color .3s;
  display: flex;
}

.body-home.scroll {
  grid-row-gap: 0px;
  color: var(--white-web);
  background-color: #fff;
  flex-flow: column;
  height: auto;
  min-height: 0;
  font-family: Byotone, Arial, sans-serif;
  overflow: visible;
}

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

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

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

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

.body-2 {
  color: var(--white-web);
  font-family: Byotone, Arial, sans-serif;
}

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

.body-4 {
  background-color: var(--primary-web);
  color: var(--white-web);
  font-family: Byotone, Arial, sans-serif;
}

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

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

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

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

.text-block-7 {
  color: var(--secondary-web);
  font-family: Byotone, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

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

.text-block-8 {
  color: var(--secondary-web);
  font-family: Byotone, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.faq-default {
  background-color: var(--primary-web);
  flex-flow: column;
  max-width: none;
  margin-top: 100px;
  padding: 60px 72px 100px;
  font-family: Byotone, Arial, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.faq-answer-2 {
  color: #fef1e0;
  margin-bottom: 24px;
  font-family: Byotone, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.section-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: var(--white-web);
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 140px;
  display: flex;
}

.body-5, .body-6 {
  background-color: var(--primary-web);
  color: var(--white-web);
  font-family: Byotone, Arial, sans-serif;
}

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

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

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

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

.div-block-85.bg-text {
  background-color: #322729;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  min-height: 165px;
  padding: 40px;
  display: flex;
}

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

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

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

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

.heading-85 {
  color: var(--primary-web-hover);
  max-width: none;
  font-family: Byotone, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.bold-text-17 {
  max-width: 280px;
  font-family: Byotone, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.paragraph-57 {
  color: #fef1e0;
  max-width: 420px;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Byotone, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

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

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

.link-block-7 {
  margin-top: -4px;
}

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

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

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

.section-8 {
  background-color: #322729;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: none;
  margin-top: 100px;
  display: flex;
}

.section-8.section-instrutores {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: auto;
  padding-top: 64px;
  padding-bottom: 60px;
}

.section-8.section-home {
  height: 650px;
  min-height: 0;
  max-height: none;
}

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

.slide {
  width: 100%;
  height: 100%;
}

.icon-2, .icon-3 {
  color: var(--secondary-web);
}

.link-11 {
  color: var(--black-web);
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.image-56 {
  margin-right: 0;
}

.button-11 {
  background-color: var(--secondary-web);
  color: var(--primary-web);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 106px;
  height: 44px;
  min-height: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.button-11:hover {
  background-color: var(--primary-web-hover);
}

.button-11.btn-mobile-comprar {
  cursor: pointer;
  display: none;
}

.button-12 {
  border: 2px solid var(--cor-borda);
  color: var(--secondary-web);
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 106px;
  height: 44px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.button-12:hover {
  background-color: var(--primary-web-hover);
  color: var(--primary-web);
  font-weight: 700;
}

.div-block-122 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  min-width: 242px;
  margin-left: 0;
  display: flex;
}

.pagekraft-auth-login {
  border: 2px solid var(--cor-borda);
  color: var(--secondary-web);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  line-height: 1;
  display: none;
}

.pagekraft-auth-login:hover {
  background-color: var(--primary-web-hover);
  color: var(--primary-web);
}

.code-embed-2 {
  color: var(--secondary-web);
}

.pagekraft-auth-my-account {
  color: var(--secondary-web);
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 116px;
  height: 44px;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.pagekraft-auth-my-account:hover {
  background-color: var(--primary-web-hover);
  color: var(--primary-web);
}

.pagekraft-auth-checkout {
  border: 2px solid var(--cor-borda);
  color: var(--secondary-web);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  line-height: 1;
  display: flex;
}

.pagekraft-auth-checkout:hover {
  background-color: var(--primary-web-hover);
  color: var(--primary-web);
}

.pagekraft-auth-register {
  color: var(--secondary-web);
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 115px;
  height: 44px;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.pagekraft-auth-register:hover {
  background-color: var(--primary-web-hover);
  color: var(--primary-web);
}

.container-12 {
  color: var(--white-web);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 600px;
  height: auto;
  display: flex;
}

.heading-91 {
  color: #fef1e0;
  font-family: Byotone, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.flex-block-15 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
}

.flex-block-15.titulo-app {
  margin-top: 60px;
  margin-bottom: 140px;
  margin-left: auto;
}

.paragraph-75 {
  color: var(--text-01);
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
}

.pagekraft-auth-logout {
  color: var(--secondary-web);
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 44px;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.pagekraft-auth-logout:hover {
  background-color: var(--primary-web-hover);
  color: var(--primary-web);
}

.body-8 {
  background-color: var(--cor-borda);
  color: var(--white-web);
  font-family: Byotone, Arial, sans-serif;
}

.detalhe-prof {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #241818;
  border-bottom: 0 #241818;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 0%;
  min-height: 55px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.heading-92 {
  color: var(--primary-web-hover);
  font-family: Byotone, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.flex-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 200px;
}

.div-block-26 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--primary-web-hover);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Byotone, Arial, sans-serif;
  display: flex;
}

.section-professores {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-professores.section-eventos {
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
}

.moda-foto-instrutor {
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(.88);
}

.container-professores {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 320px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-10 {
  color: var(--secondary-web);
  font-family: Byotone, Arial, sans-serif;
  font-size: 30px;
}

.div-block-25 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button-2 {
  background-color: var(--secondary-web);
  color: var(--primary-web);
  text-transform: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 42px;
  font-family: Byotone, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  color: #1e1e1e;
  background-color: #cff3e1;
}

.button-2.btn-prof-mobile {
  display: none;
}

.button-2.btn-sobre {
  width: auto;
  max-width: 200px;
}

.heading-9 {
  color: var(--secondary-web);
  text-align: center;
  margin-top: -15px;
  margin-bottom: 0;
  font-family: Byotone, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.image-13, .image-12, .image-57 {
  width: 100%;
  height: auto;
  max-height: 320px;
}

.paragraph-77 {
  color: #97989e;
  font-family: Byotone, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-58 {
  margin-top: 0;
}

.link-block-9 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -9px;
  display: flex;
}

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

.container-13 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-13.container-mapa {
  max-width: 1200px;
}

.image-59 {
  width: auto;
  height: 46px;
}

.heading-93 {
  color: var(--primary-web-hover);
  font-family: Byotone, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-78 {
  color: #97909e;
  font-family: Byotone, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-124 {
  background-color: #322729;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 206px;
  display: flex;
}

.heading-94 {
  color: var(--secondary-web);
  font-family: Byotone, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

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

.list-2 {
  list-style-type: decimal;
}

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

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

.code-embed-3 {
  color: var(--white-web);
}

.heading-96 {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
}

.container-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  margin-top: 42px;
  display: flex;
}

.text-span-97 {
  color: var(--secondary-web);
}

.flex-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 40px;
}

.code-embed-4 {
  color: var(--secondary-web);
}

.paragraph-80 {
  text-align: center;
  color: #fef1e0;
  font-family: Montserrat, sans-serif;
}

.code-embed-5 {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.div-block-126 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 120px;
  display: flex;
}

.div-block-127 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white-web);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.div-block-127.cont-instagram {
  margin-top: 24px;
}

.code-embed-6 {
  color: var(--secondary-web);
  line-height: 1;
}

.paragraph-81 {
  text-transform: none;
  color: #fef1e0;
  font-size: 14px;
  line-height: 1;
}

.image-61 {
  margin-bottom: 16px;
}

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

.div-block-128.slide3 {
  background-image: url('../images/image-15.png');
  background-position: 50%;
}

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

.link-block-10 {
  display: none;
}

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

.div-block-130 {
  order: 0;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.div-block-131 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  font-family: Byotone, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.div-block-132 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #322729;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 192px;
  padding: 64px;
  display: flex;
}

.paragraph-82 {
  color: #fef1e0;
  font-family: Byotone, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

@media screen and (min-width: 1280px) {
  .section-8.section-instrutores {
    height: auto;
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-8.section-home {
    height: 680px;
  }

  .container-12 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .section-8.section-home {
    height: 800px;
    max-height: none;
  }
}

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

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

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

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

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

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

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

  .section-8 {
    height: 980px;
  }

  .section-8.section-home {
    height: 1100px;
  }

  .div-block-128 {
    background-image: none;
  }
}

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

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

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

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

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    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;
    display: none;
    overflow: hidden;
  }

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

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

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

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

  .menu-button.menu-mobile-action {
    margin-right: auto;
  }

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

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

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

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

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

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

  .navigation {
    display: none;
  }

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

  .f-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    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;
  }

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

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

  .db-packages.padding-default {
    margin-top: 0;
  }

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

  .body-home.scroll {
    height: auto;
    min-height: 0;
  }

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

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

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

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

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

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

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

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

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

  .heading-85 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    font-size: 32px;
    display: flex;
  }

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

  .section-7 {
    margin-top: 0;
  }

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

  .container-9 {
    color: var(--primary-web);
  }

  .section-8 {
    height: auto;
    min-height: 0;
    margin-top: 0;
  }

  .section-8.section-instrutores {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding-bottom: 60px;
    display: flex;
    position: relative;
  }

  .image-56 {
    width: 100%;
    max-width: 200px;
  }

  .button-11.btn-mobile-comprar {
    order: 1;
    margin-left: auto;
    display: none;
  }

  .container-12 {
    height: auto;
  }

  .paragraph-75 {
    position: relative;
  }

  .flex-block-11, .div-block-26 {
    flex-flow: column;
  }

  .section-professores {
    padding-bottom: 100px;
  }

  .moda-foto-instrutor {
    transform: scale(1);
  }

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

  .button-2 {
    display: none;
  }

  .button-2.btn-prof-mobile {
    margin-top: -10px;
    display: flex;
  }

  .button-2.btn-franquia {
    display: flex;
  }

  .button-2.btn-sobre {
    margin-top: 20px;
    display: block;
  }

  .div-block-123 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

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

  .image-62 {
    max-width: 80%;
  }

  .link-block-10 {
    display: block;
  }

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

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

  .div-block-133 {
    width: 48px;
    margin-left: auto;
    padding-right: 0;
    display: flex;
  }
}

@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;
    padding-right: 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: 80%;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

  .db-packages.padding-default {
    margin-top: 0;
  }

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

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

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

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

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

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

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

  .div-block-85.bg-text {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .section-7 {
    margin-top: 0;
  }

  .section-8 {
    min-height: 480px;
  }

  .flex-block-15 {
    flex-flow: column;
  }

  .detalhe-prof {
    background-color: var(--primary-web);
    height: 0%;
  }

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

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

  .section-professores {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-25 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .div-block-131 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .div-block-132 {
    padding: 30px;
  }

  .div-block-133 {
    margin-left: auto;
  }
}

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

  .heading {
    font-size: 1.5rem;
  }

  .l-nav {
    mix-blend-mode: normal;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

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

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

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

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

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

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

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

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

  .coluna {
    width: 100%;
  }

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

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

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

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

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

  .image-4 {
    width: 24px;
  }

  .db-packages.padding-default {
    margin-top: 0;
  }

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

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

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

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

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

  .faq-body-cont {
    padding: 10px 0;
  }

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

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

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

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

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

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

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

  .section-8 {
    height: 360px;
    min-height: 0;
  }

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

  .slide {
    height: 320px;
  }

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

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

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

  .section-professores {
    padding-left: 0;
    padding-right: 0;
  }

  .moda-foto-instrutor {
    width: 100%;
    min-width: 0;
  }

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

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

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

  .code-embed-3 {
    font-family: Byotone, Arial, sans-serif;
  }

  .div-block-129 {
    height: 320px;
  }

  .image-64 {
    min-height: 320px;
    display: block;
    overflow: visible;
  }
}

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


@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-Black.ttf') format('truetype'), url('../fonts/Byotone-ExtraBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-BoldItalic.ttf') format('truetype'), url('../fonts/Byotone-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-Bold.ttf') format('truetype'), url('../fonts/Byotone-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-BlackItalic.ttf') format('truetype'), url('../fonts/Byotone-ExtraBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Byotone';
  src: url('../fonts/Byotone-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}