:root {
  --transparent: transparent;
  --black-web: #0e0f10;
  --black-2\<deleted\|variable-a09c0539\>: #070801;
  --primary-web: #92f801;
  --secondary-web: #0e0f10;
  --white-web: white;
  --yellow-green-2\<deleted\|variable-fa59dd9c\>: #bed630;
  --texto-p: #ffffffa3;
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  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: 50%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

.button-2 {
  color: #fff;
  background-color: #03a9f4;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.button-2:hover {
  background-color: #0474a7;
}

.button-2.btn-hover-shine:hover {
  background-color: #03a9f4;
}

.l-nav {
  background-color: var(--transparent);
  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: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

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

.c-container {
  background-color: var(--transparent);
  color: var(--black-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 {
  margin-right: auto;
}

.c-nav-logo.w--current {
  flex: 0 auto;
  margin-left: 40px;
  margin-right: auto;
}

.image {
  width: 100%;
  max-width: 200px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

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

.menu-button.menu-mobile-action {
  color: var(--primary-web);
  padding-top: 18px;
  display: flex;
  position: relative;
}

.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(--secondary-web);
  color: var(--white-web);
  align-self: flex-start;
  height: auto;
  min-height: 60vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.db-agenda.padding-default.container-professor {
  color: var(--black-web);
  padding-top: 60px;
  padding-bottom: 220px;
}

.html-embed-2 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.html-embed-2.login-top {
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  min-width: auto;
  max-width: 280px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.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(--black-web);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer:hover {
  color: var(--yellow-green-2\<deleted\|variable-fa59dd9c\>);
}

.f-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  display: block;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: 20% 20% 20% 20%;
  justify-content: space-around;
  place-items: flex-start center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

.heading-11 {
  color: var(--white-web);
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-3 {
  max-height: 50px;
}

.primeira-dobra {
  color: var(--white-web);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 847px;
  max-height: 900px;
  margin: -125px auto 0;
  padding: 0;
  display: flex;
  position: relative;
}

.my-account-top {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-my-account {
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.icon {
  font-size: 2.125rem;
}

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

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

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

.pagekraft-agenda {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 140px;
  font-family: Inter, sans-serif;
}

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

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

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

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

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.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-agenda {
  background-color: var(--secondary-web);
  color: var(--white-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.body-packages {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

.db-packages.padding-default {
  background-color: var(--secondary-web);
  color: var(--black-web);
  flex-flow: column;
  align-self: flex-start;
  height: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.packages-html {
  color: var(--white-web);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.body-home {
  background-color: var(--black-web);
  color: var(--white-web);
  flex-flow: column wrap;
  place-content: center space-between;
  align-items: center;
  min-height: auto;
  font-family: Montserrat, sans-serif;
  transition: color .3s;
  display: flex;
}

.div-top-bg {
  color: var(--white-web);
  object-fit: contain;
  background-color: #000;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.div-block-36 {
  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-36.m-playlist {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.heading-29 {
  color: var(--white-web);
  text-align: center;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

.heading-29.aluno-txt {
  color: var(--white-web);
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
}

.nona-dobra {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
}

.nona-dobra.nona-b {
  color: var(--white-web);
  margin-top: 10px;
}

.nona-dobra.nona-b-m {
  color: var(--white-web);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 280px;
  max-height: 1000px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-45 {
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-36 {
  color: var(--white-web);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px auto 40px;
  display: flex;
}

.image-15 {
  width: auto;
  height: 50px;
  margin-left: 10px;
  line-height: 1;
}

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

.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 {
  margin-bottom: 10px;
}

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

.terceira-dobra-2 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.terceira-dobra-2.section {
  color: var(--white-web);
  background-color: #0f0f0f;
  border-top-right-radius: 310px;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 1062px;
  padding-top: 130px;
  padding-bottom: 100px;
}

.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-2 {
  background-color: #231f20;
  border-top-right-radius: 310px;
  border-bottom-left-radius: 310px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 1000px;
  max-height: 1000px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: block;
}

.section-2.background-black {
  background-color: var(--transparent);
  color: var(--white-web);
  justify-content: center;
  min-height: auto;
  max-height: none;
  padding-bottom: 0;
  display: flex;
}

.toggle-text {
  z-index: 2;
  color: var(--black-web);
  position: relative;
}

.faq {
  color: var(--black-web);
  white-space: break-spaces;
  background-color: #f2f2f2;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  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(--black-web);
}

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

.faq-title {
  margin-bottom: 40px;
}

.faq-default {
  background-color: var(--secondary-web);
  color: var(--black-web);
  margin-top: 0;
  padding: 100px 72px;
  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: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  display: grid;
}

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

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

.faq-answer-2 {
  margin-bottom: 24px;
}

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

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

.db-content {
  padding-top: 0;
  padding-bottom: 0;
}

.db-content.depoimentos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-depoimentos {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-depoimentos.depoimentos-custom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white-web);
  background-color: #0f0f0f;
  background-image: url('../images/simbolo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0 310px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.db-heading.depoimentos {
  justify-content: center;
  margin-bottom: 0;
  display: block;
}

.html-embed-28 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.dobra-nosso-estudio {
  color: var(--white-web);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.html-embed-29 {
  width: 100%;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

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

.bold-text-6 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.container-11 {
  flex-flow: column;
  max-width: 1200px;
  display: flex;
}

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

.paragraph-24 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.flex-block-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  margin-top: 100px;
}

.div-block-54 {
  width: 60%;
  min-width: 320px;
  max-width: 648px;
  height: 100%;
  max-height: 950px;
}

.div-block-55 {
  flex-flow: column;
  width: 100%;
  min-width: 290px;
  display: flex;
}

.heading-43 {
  color: var(--black-web);
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  line-height: 1;
}

.paragraph-25 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.paragraph-26 {
  color: var(--secondary-web);
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.image-30, .image-31, .image-32, .image-33, .image-34, .image-35 {
  width: 100%;
}

.link-block-2 {
  color: var(--white-web);
  white-space: nowrap;
  padding: 5px 10px;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.link-block-2:hover {
  color: var(--primary-web);
  text-decoration: underline;
}

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

.heading-44, .heading-45 {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.container-politica {
  color: var(--white-web);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 120px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.container-12 {
  color: var(--white-web);
  width: 100%;
  max-width: 1220px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-57 {
  background-color: #474747;
  width: 100%;
  height: 1px;
  margin-top: 27px;
  margin-bottom: 35px;
}

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

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

.paragraph-28 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.paragraph-29 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 1;
}

.image-37, .image-38 {
  margin-top: -10px;
  line-height: 1;
}

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

.background-video {
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: none;
  position: absolute;
  inset: 0%;
}

.container-13 {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.button-3 {
  background-color: var(--primary-web);
  color: var(--black-web);
  cursor: pointer;
  border-radius: 4px;
  width: 200px;
  height: 40px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 2px 5px #fff3;
}

.heading-47 {
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 50px;
}

.paragraph-30 {
  color: var(--texto-p);
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
}

.container-passos {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-top: 0;
}

.grid-passos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-61 {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 343px;
  padding-top: 60px;
  padding-left: 48px;
  padding-right: 14px;
  display: flex;
}

.div-block-62 {
  border-top: 1px #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 0 #666;
  height: 343px;
  padding-top: 60px;
  padding-left: 48px;
  padding-right: 14px;
}

.div-block-63 {
  border-top: 0 #000;
  border-left: 1px #000;
  border-right: 0 #666;
  height: 343px;
  padding-top: 60px;
  padding-left: 48px;
  padding-right: 14px;
}

.div-block-64 {
  border-right: 1px solid #666;
  flex-flow: column;
  height: 343px;
  padding-top: 60px;
  padding-left: 48px;
  padding-right: 14px;
  display: flex;
}

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

.heading-48 {
  color: #0f0;
  height: 30px;
  padding-top: 8px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.paragraph-31 {
  color: var(--texto-p);
  margin-top: 20px;
}

.div-block-66 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
}

.code-embed {
  margin-bottom: 0;
}

.background-video-2 {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.container-14 {
  text-align: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.heading-49 {
  font-size: 50px;
  font-weight: 700;
}

.grid-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 273px;
  height: 320px;
  padding: 10px 0;
  display: flex;
}

.paragraph-32 {
  color: var(--white-web);
  text-align: center;
  height: 100px;
  max-height: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
}

.heading-50 {
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.image-39 {
  width: 50px;
  max-width: 100%;
  height: 70px;
}

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

.container-coachs {
  color: var(--white-web);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 60vh;
  display: flex;
}

.container-div-coachs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
  display: flex;
}

.heading-51 {
  color: var(--white-web);
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.paragraph-33 {
  text-align: center;
  max-width: 640px;
  font-size: 18px;
}

.bold-text-11 {
  color: var(--white-web);
  font-weight: 300;
}

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

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch stretch;
  display: flex;
}

.div-block-68 {
  min-height: 420px;
}

.div-block-68.coach-img1 {
  background-image: url('../images/Prancheta-1-bc32dd91-2880w.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.div-block-68.coach-img2 {
  background-image: url('../images/Prancheta-1-copiar-d444655a-2880w.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  order: 0;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.div-block-68.coach-img3 {
  background-image: url('../images/Prancheta-1-copiar-6-1238b9ce-2880w.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.div-block-68.coach-img4 {
  background-image: url('../images/Prancheta-1-copiar-3-0c5647bd-2880w.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  min-height: 420px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-68.coach-img5 {
  background-image: url('../images/Prancheta-1-copiar-2-a37e52c9-2880w.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.div-block-68.coach-img6 {
  background-image: url('../images/Prancheta-1-copiar-5-69132333-2880w.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  order: 0;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.button-4 {
  background-color: var(--primary-web);
  color: #414345;
  cursor: default;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.div-quemsomos {
  width: 100%;
  padding-top: 100px;
}

.container-quemsomos {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-69 {
  width: 50%;
  padding-left: 0;
}

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

.heading-52 {
  color: var(--white-web);
  margin-bottom: 1rem;
  font-size: 35px;
  font-weight: 400;
}

.bold-text-12 {
  font-size: 16px;
  font-weight: 300;
}

.paragraph-34 {
  color: var(--white-web);
  line-height: 1.2;
}

.div-block-71 {
  background-image: url('../images/simbolo1-2880w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70vh;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.container-17 {
  width: 100%;
}

.div-block-72 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading-53 {
  font-size: 24px;
}

.paragraph-35 {
  width: 460px;
  font-size: 24px;
}

.paragraph-36 {
  width: 400px;
}

.link-block-4 {
  color: var(--white-web);
  background-color: #1aa0f1;
  border-radius: 6px;
  justify-content: space-around;
  align-items: center;
  width: 177px;
  min-width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.heading-54 {
  color: var(--white-web);
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

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

.bold-text-14 {
  font-size: 28px;
}

.text-span-40, .text-span-41, .text-span-42 {
  font-size: 20px;
}

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

.heading-55 {
  max-width: 680px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

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

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

.text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74 {
  font-size: 1.25rem;
}

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

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

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

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

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

.text-span-86, .text-span-87, .text-span-88 {
  font-size: 1.25rem;
}

.image-41, .image-42, .image-43, .image-44 {
  height: 30px;
}

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

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

.image-45 {
  width: 30px;
  margin-left: auto;
  margin-right: 0;
}

.paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45, .paragraph-47 {
  color: var(--white-web);
}

.image-46, .image-47, .image-48 {
  height: 70px;
}

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

.code-embed-2.car-shopping.pagekraft-auth-checkout {
  width: 42px;
  height: 42px;
}

.div-block-181 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  min-width: 320px;
  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-style: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: none;
}

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

.button-1-ang:hover {
  color: var(--primary-web);
}

.button-1-ang.pagekraft-auth-my-account, .button-1-ang.pagekraft-auth-login, .button-1-ang.pagekraft-auth-logout, .button-1-ang.pagekraft-auth-register {
  height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.head-medium-copy {
  color: var(--white-web);
  text-align: left;
  letter-spacing: .58px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

.div-pol-ticas {
  color: var(--white-web);
  font-weight: 400;
}

.text-block-10 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}

.paragraph-48, .paragraph-49 {
  text-align: center;
}

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

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

@media screen and (min-width: 1280px) {
  .c-nav-logo {
    margin-right: auto;
  }

  .c-nav-logo.w--current {
    margin-left: 40px;
    margin-right: auto;
  }

  .section-2.background-black {
    max-height: none;
    padding-top: 40px;
  }

  .section-depoimentos.depoimentos-custom {
    background-image: url('../images/simbolo.svg');
    background-position: 50%;
    background-size: auto;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .div-block-71 {
    min-height: 70vh;
  }
}

@media screen and (min-width: 1440px) {
  .c-container {
    justify-content: space-between;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-nav-logo {
    margin-right: auto;
  }

  .c-nav-logo.w--current {
    margin-left: 40px;
    margin-right: auto;
  }

  .c-nav-compra {
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: auto;
  }

  .section-2 {
    background-image: url('../images/Rectangle-213.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .section-2.background-black {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    max-height: none;
    padding-top: 40px;
  }

  .section-depoimentos.depoimentos-custom {
    background-size: auto;
  }

  .div-block-68.coach-img1, .div-block-68.coach-img2, .div-block-68.coach-img3, .div-block-68.coach-img4, .div-block-68.coach-img5, .div-block-68.coach-img6 {
    min-height: 500px;
  }

  .container-quemsomos {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
  }

  .div-block-71 {
    min-height: 70vh;
  }
}

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

  .c-nav-logo {
    margin-right: auto;
  }

  .c-nav-logo.w--current {
    margin-left: 40px;
    margin-right: auto;
  }

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

  .html-embed-2.login-top:hover, .html-embed-2.login-top:active, .html-embed-2.login-top:focus {
    color: var(--primary-web);
  }

  .f-container {
    margin-left: 0;
    margin-right: 0;
  }

  .primeira-dobra {
    background-position: 50% 0;
    max-height: 900px;
  }

  .nona-dobra.nona-b-m {
    margin-bottom: 0;
  }

  .terceira-dobra-2.section {
    height: auto;
    padding-bottom: 140px;
  }

  .section-2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-2.background-black {
    background-color: var(--transparent);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 480px;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-depoimentos.depoimentos-custom {
    background-image: url('../images/simbolo.svg');
    background-position: 50%;
    background-size: auto;
  }

  .div-block-56 {
    flex-flow: wrap;
    flex: 1;
  }

  .background-video {
    min-height: 500px;
    max-height: none;
    margin-top: 0;
    position: absolute;
    inset: 0%;
  }

  .paragraph-30 {
    font-weight: 500;
  }

  .heading-48 {
    padding-left: 5px;
  }

  .div-block-66 {
    min-height: 500px;
    overflow: hidden;
  }

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

  .grid-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-67 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-6 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-68.coach-img1, .div-block-68.coach-img2, .div-block-68.coach-img3, .div-block-68.coach-img4, .div-block-68.coach-img5, .div-block-68.coach-img6 {
    flex: 1;
    min-height: 700px;
  }

  .div-quemsomos {
    width: 100%;
    min-height: 60vh;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .container-quemsomos {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    min-height: auto;
    margin-bottom: 100px;
    display: flex;
  }

  .div-block-69 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    padding-left: 0;
    display: flex;
  }

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

  .heading-52 {
    color: var(--white-web);
    font-size: 35px;
    font-weight: 500;
  }

  .bold-text-12 {
    color: var(--white-web);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-34 {
    margin-top: 20px;
    line-height: 1.2;
  }

  .image-40 {
    width: 100%;
    height: auto;
    min-height: 261px;
  }

  .div-block-71 {
    min-height: 70vh;
  }

  .container-17 {
    min-height: auto;
  }

  .image-41, .image-42, .image-43, .image-44 {
    height: 40px;
  }

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

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

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

  .l-nav {
    mix-blend-mode: normal;
    align-self: flex-start;
    position: relative;
    inset: 0% 0% auto;
  }

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

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

  .c-nav-logo.w--current {
    flex: 0 auto;
    order: 1;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image {
    text-align: left;
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    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;
    padding-right: 18px;
    display: block;
  }

  .menu-button.menu-mobile-action {
    position: absolute;
    left: 0;
  }

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

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

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

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

  .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% 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: flex-start center;
    place-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

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

  .div-block-5 {
    order: -1;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .image-3 {
    width: auto;
    max-width: 60%;
  }

  .primeira-dobra {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 392px;
    max-height: 932px;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .icon {
    color: var(--primary-web);
    background-color: #0000;
    font-size: 2.125rem;
    line-height: 1;
    display: block;
  }

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

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

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

  .car-mobile {
    order: 1;
    align-self: center;
    height: auto;
    display: block;
  }

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

  .facebook-icon {
    cursor: pointer;
    display: flex;
  }

  .instagram-icon {
    cursor: pointer;
  }

  .youtube-icon {
    cursor: pointer;
    display: flex;
  }

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

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

  .db-packages.padding-default {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .packages-html {
    width: 100%;
  }

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

  .div-block-36 {
    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-36.m-playlist {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

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

  .terceira-dobra-2.section {
    max-height: none;
  }

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

  .section-2.background-black {
    min-height: 0;
    padding: 40px 20px 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;
  }

  .db-content {
    min-height: auto;
  }

  .db-content.depoimentos {
    height: auto;
    min-height: 100%;
  }

  .section-depoimentos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    display: flex;
  }

  .section-depoimentos.depoimentos-custom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

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

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

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

  .background-video {
    min-height: 392px;
    max-height: 392px;
  }

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

  .div-block-68.coach-img1, .div-block-68.coach-img2, .div-block-68.coach-img3 {
    min-height: 700px;
  }

  .div-block-68.coach-img4 {
    min-height: 420px;
  }

  .div-block-68.coach-img5, .div-block-68.coach-img6 {
    min-height: 700px;
  }

  .heading-55 {
    text-align: center;
    flex-flow: column;
    display: block;
  }

  .div-block-181 {
    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;
    padding-right: 0;
  }

  .c-nav-logo.w--current {
    flex: 0 auto;
    align-self: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .image {
    flex: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .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.container-professor {
    padding-bottom: 100px;
  }

  .grid-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }

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

  .div-block-5 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .primeira-dobra {
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .box-r-sociais.menu {
    margin-top: 0;
    padding-left: 0;
  }

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

  .div-block-36 {
    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-36.m-playlist {
    flex-flow: column wrap;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-29 {
    text-align: center;
    margin-left: 0;
    font-size: 32px;
  }

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

  .nona-dobra.nona-b {
    margin-top: 0;
    padding-bottom: 0;
  }

  .nona-dobra.nona-b-m {
    flex-flow: column;
    height: 100%;
    max-height: none;
    margin-top: 0;
    padding-top: 60px;
  }

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

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

  .image-15 {
    font-size: 28px;
  }

  .terceira-dobra-2.section {
    max-height: 100%;
  }

  .section-2.background-black {
    min-height: 0;
  }

  .faq-block {
    margin-left: -24px;
    margin-right: -24px;
  }

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

  .faq-title {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .section-depoimentos {
    max-width: none;
    height: auto;
    padding-top: 0;
  }

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

  .db-heading.depoimentos {
    margin-left: 0;
  }

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

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

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

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

  .paragraph-24 {
    font-size: 16px;
  }

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

  .div-block-55 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-politica {
    color: var(--black-web);
    margin-top: 0;
  }

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

  .container-passos {
    height: auto;
  }

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

  .div-block-61 {
    border: 0 solid #000;
    justify-content: center;
    align-items: flex-start;
    height: 220px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-62 {
    border-style: none;
    border-width: 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 220px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-63 {
    border: 1px #000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 220px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-64 {
    border: 1px #000;
    justify-content: center;
    align-items: flex-start;
    height: 220px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-48, .paragraph-31 {
    font-size: 13.5px;
  }

  .grid-5 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .div-block-68.coach-img1, .div-block-68.coach-img2, .div-block-68.coach-img3, .div-block-68.coach-img4, .div-block-68.coach-img5, .div-block-68.coach-img6 {
    min-height: 600px;
  }

  .div-quemsomos {
    flex-flow: column;
    display: flex;
  }

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

  .div-block-69, .div-block-70 {
    width: 95%;
  }

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

  .heading-55 {
    font-size: 22px;
  }

  .paragraph-37 {
    color: var(--black-web);
  }

  .div-block-75, .div-block-76 {
    flex-flow: column;
  }

  .head-medium-copy {
    letter-spacing: .41px;
    font-size: 28px;
    line-height: 30px;
  }
}

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

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

  .c-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--black-2\<deleted\|variable-a09c0539\>);
    order: 1;
    justify-content: space-around;
    padding-right: 0;
  }

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

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

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

  .menu-button.menu-mobile-action {
    left: 0;
  }

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

  .coluna {
    width: 100%;
  }

  .db-agenda.padding-default {
    margin-top: 125px;
  }

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

  .f-container {
    height: auto;
  }

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

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

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

  .primeira-dobra {
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
    margin-top: 100px;
    padding: 0;
  }

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

  .box-r-sociais.menu {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .pagekraft-agenda {
    padding-bottom: 100px;
  }

  .facebook-icon {
    line-height: 1;
    display: flex;
  }

  .instagram-icon {
    line-height: 1;
  }

  .youtube-icon {
    line-height: 1;
    display: flex;
  }

  .l-whatsapp {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .social-links-footer {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

  .heading-29 {
    text-align: left;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 1.5;
  }

  .heading-29.aluno-txt {
    font-size: 12px;
  }

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

  .nona-dobra.nona-b {
    width: auto;
    padding-top: 40px;
  }

  .nona-dobra.nona-b-m {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 480px;
    max-height: none;
    margin-top: auto;
    padding-top: 10px;
  }

  .heading-36 {
    align-items: center;
    display: flex;
  }

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

  .terceira-dobra-2 {
    padding-bottom: 60px;
  }

  .terceira-dobra-2.section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .coluna-2 {
    width: 100%;
  }

  .section-2.background-black {
    justify-content: flex-start;
    align-items: center;
    min-height: 0;
    padding: 40px 0 0;
  }

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

  .faq-default {
    margin-top: 140px;
  }

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

  .db-content {
    width: 100%;
    padding-top: 0;
  }

  .section-depoimentos {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-depoimentos.depoimentos-custom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .db-heading.depoimentos {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

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

  .dobra-nosso-estudio {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container-politica {
    margin-top: 125px;
    padding-top: 0;
  }

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

  .container-13 {
    margin-top: 0;
  }

  .container-passos {
    height: auto;
  }

  .div-block-61 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-62 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-63 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 20px 0;
    display: flex;
  }

  .div-block-64 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-49 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
  }

  .grid-5 {
    flex-flow: column;
    height: auto;
  }

  .container-coachs {
    margin-top: 125px;
  }

  .container-div-coachs {
    padding-top: 40px;
  }

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

  .grid-6 {
    grid-template-rows: auto auto;
  }

  .div-block-68.coach-img1, .div-block-68.coach-img2, .div-block-68.coach-img3, .div-block-68.coach-img4, .div-block-68.coach-img5, .div-block-68.coach-img6 {
    min-height: 400px;
  }

  .div-quemsomos {
    margin-top: 125px;
    padding-top: 40px;
  }

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

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

  .container-baixe {
    margin-top: 125px;
  }

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

  .paragraph-35 {
    width: auto;
  }

  .paragraph-37 {
    color: var(--black-web);
  }
}

#w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418b1-e7d418ae, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418bc-e7d418ae, #w-node-e5454c8e-40cb-2639-086d-8a9690685709-e7d418ae, #w-node-_1f570b48-3731-99cb-1e06-4b8ee7d418c6-e7d418ae, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-9c2e59f4, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-9c2e59f4, #w-node-_8470795a-06ef-2f04-c3ef-08606546c51a-9c2e59fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8664ea2-459a-c61e-4ac3-cb300e238d89-17d2b083 {
  order: -9999;
}

#w-node-ac3604b7-2c18-1d1f-f08a-e7194df3b576-17d2b083 {
  order: 9999;
  justify-self: auto;
}

#w-node-_4283e97d-3442-2585-2118-1de6ed2ee9a7-17d2b083, #w-node-_63bcda7e-2bea-01f7-8cd1-6fb1e1125c61-17d2b083, #w-node-_3bb3fdfe-a456-c07e-3d12-d0435394b8c2-17d2b083, #w-node-_52334688-6623-9e39-8fe1-cddc307f09ca-17d2b083 {
  order: -9999;
}


