@font-face {
  font-family: Gotham Rounded Book;
  src: url('../fonts/Gotham-Rounded-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Gotham Rounded;
  src: url('../fonts/Gotham-Rounded-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gothamroundedbook 21018 8 B 1 E 400";
  src: url('../fonts/GothamRoundedBook_21018-8b1e_400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/Segoe-UI-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Stretchpro;
  src: url('../fonts/StretchPro.ttf') format("truetype"), url('../fonts/StretchPro.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --ang-primary: #000100;
  --ang-white: white;
  --ang-secondary: #f39615;
  --ang-tertiary: #242729;
  --ang-cinza: #ccc;
  --ang-txt-p: .88rem;
  --ang-txt-btn: #1e1e1e;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  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;
}

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

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

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

.body-default {
  background-color: var(--ang-primary);
  color: var(--ang-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.navbar {
  background-color: var(--ang-primary);
  color: var(--ang-secondary);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  display: flex;
  position: relative;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.div-angulare {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  min-width: 280px;
  height: 100%;
  max-height: 5rem;
  display: flex;
}

.imglogo {
  margin-right: auto;
}

.imglogo.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.image-5 {
  width: 100%;
  height: 60px;
}

.ang-booter {
  background-color: var(--ang-tertiary);
  color: var(--ang-secondary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.section-geral {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  height: auto;
  min-height: 0;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.botaonav {
  display: block;
}

.botaonav.menu-mobile-action {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.botaonav.menu-mobile-action.w--open {
  background-color: var(--ang-primary);
}

.image-6 {
  width: 32px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: auto;
  display: flex;
}

.section-banners {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  max-height: 480px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.div-block-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  display: none;
}

.section-sobrenos {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 173px;
  display: flex;
}

.container-sobrenos {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.img-sobrenos {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 588px;
  min-height: 210px;
  display: flex;
}

.context-sobrenos {
  width: 100%;
  max-width: 588px;
}

.heading-2 {
  color: var(--ang-white);
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
}

.image-7 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
}

.paragraph {
  color: var(--ang-cinza);
  font-size: var(--ang-txt-p);
  font-weight: 500;
}

.section-modalidades {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 347px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-modalidades {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 347px;
  min-height: 0;
  max-height: none;
  display: flex;
  overflow: visible;
}

.div-modalidade-agenda {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--ang-tertiary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 1240px;
  height: 100%;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  padding: 0 40px;
  display: flex;
  position: absolute;
  left: -100%;
  overflow: hidden;
  transform: translate(0%);
}

.div-modalidade-agenda:hover {
  transform: translate(0%);
}

.imgmodalidades {
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  height: 347px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.image-8 {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 347px;
  overflow: hidden;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--ang-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.button-2 {
  background-color: var(--ang-secondary);
  color: var(--ang-tertiary);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 42px;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.section-depoimento {
  background-color: var(--ang-tertiary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 192px;
  margin-bottom: 60px;
  display: none;
  position: relative;
}

.div-container-depoimento {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

.dep-conteudo {
  justify-content: space-between;
  align-items: center;
  min-width: 320px;
  max-width: 80%;
  display: flex;
}

.div-dep-foto-nome {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
  max-width: 20%;
  display: flex;
}

.heading-5 {
  color: var(--ang-secondary);
  font-size: .88rem;
  font-weight: 400;
}

.image-9 {
  height: 64px;
}

.slider-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  min-height: 197px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.mask {
  width: auto;
}

.slide-3 {
  width: 100%;
  margin-left: 10px;
}

.left-arrow {
  margin-right: auto;
  display: block;
}

.icon {
  margin-left: 0;
}

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

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

.paragraph-3 {
  color: var(--ang-white);
}

.section-professores {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

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

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.heading-6 {
  color: var(--ang-white);
  font-size: 1.88rem;
  font-weight: 600;
}

.heading-7 {
  color: var(--ang-secondary);
  font-size: 1.88rem;
}

.slide-professores {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 540px;
  height: auto;
  min-height: 320px;
  display: flex;
}

.slide-nav-3 {
  display: none;
}

.div-block-5 {
  flex-flow: column;
  display: flex;
}

.moda-foto-instrutor {
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 320px;
  max-width: 480px;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.detalhe-prof {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--ang-tertiary);
  justify-content: center;
  align-items: flex-start;
  height: 0%;
  min-height: 0;
  padding: 30px 20px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-9 {
  color: var(--ang-secondary);
  text-align: center;
  margin-top: -15px;
  margin-bottom: 0;
  font-weight: 700;
}

.section-spotify {
  background-color: var(--ang-tertiary);
  justify-content: center;
  align-items: center;
  min-height: 320px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.flex-block {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
}

.heading-10 {
  color: var(--ang-white);
  margin-bottom: 40px;
  margin-left: 5px;
  font-size: 1.88rem;
  font-weight: 600;
}

.heading-10.txt-minhaunidade {
  margin-left: 0;
}

.heading-10.txt-nespaco {
  margin-left: auto;
}

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

.code-embed {
  width: 100%;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 24px;
  display: flex;
}

.heading-11 {
  color: var(--ang-white);
  font-size: 1.13rem;
}

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

.btn-ang-comprar {
  background-color: var(--ang-secondary);
  color: var(--ang-txt-btn);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 44px;
  padding-top: 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.btn-ang-agenda {
  border: 1px solid var(--ang-tertiary);
  color: var(--ang-secondary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 44px;
  padding-top: 2px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.btn-ang-agenda.w--current {
  margin-bottom: 0;
  padding-top: 0;
}

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

.pagekraft-auth-login {
  border: 1px solid var(--ang-tertiary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: none;
}

.pagekraft-auth-register {
  color: var(--ang-secondary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 44px;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 1;
  text-decoration: none;
  display: none;
}

.pagekraft-auth-my-account {
  color: var(--ang-secondary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 44px;
  padding-top: 0;
  line-height: 1;
  text-decoration: none;
  display: none;
}

.pagekraft-auth-logout {
  color: var(--ang-secondary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 44px;
  padding-top: 0;
  text-decoration: none;
  display: none;
}

.heading-12, .heading-13, .heading-14, .heading-15 {
  margin-bottom: 0;
  line-height: 1;
}

.heading-16 {
  margin-bottom: 0;
  padding-top: 0;
  line-height: 1;
}

.container-planso-pacotes {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  padding-bottom: 60px;
}

.container-planso-pacotes.container-minha-conta {
  padding-bottom: 0;
}

.container-planso-pacotes.container-agenda {
  padding-top: 40px;
}

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

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 300px;
  max-width: 400px;
  padding-right: 15px;
  display: flex;
}

.footer2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  max-width: 250px;
  display: flex;
}

.footer3, .footer4 {
  min-width: 200px;
  max-width: 250px;
}

.div-block-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--ang-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--ang-white);
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .88rem;
  text-decoration: none;
  display: flex;
}

.image-10 {
  height: 16px;
  margin-top: 2px;
}

.image-10.iconfooter3, .image-10.iconfooter2 {
  height: 20px;
}

.paragraph-4 {
  margin-bottom: 0;
  font-size: .88rem;
  font-weight: 400;
}

.heading-17 {
  color: var(--ang-white);
  margin-bottom: .63rem;
  font-size: .88rem;
}

.paragraph-5 {
  color: var(--ang-white);
  margin-bottom: .63rem;
  font-size: .88rem;
  font-weight: 400;
}

.flex-block-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.lilnk-footer {
  color: var(--ang-white);
  justify-content: center;
  align-items: center;
  padding: 5px 10px 5px 0;
  font-size: .88rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.lilnk-footer.w--current {
  text-transform: none;
  padding-left: 0;
  text-decoration: none;
}

.div-block-10 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 480px;
  padding: 60px 20px 100px;
  display: flex;
}

.container-politicas {
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-6 {
  color: var(--ang-white);
  font-size: 1rem;
}

.text-span-2 {
  font-size: 3rem;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  font-size: 1.5rem;
}

.text-span-8 {
  font-size: 3rem;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  font-size: 1.5rem;
}

.text-span-14 {
  font-size: 3rem;
}

.text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  font-size: 1.5rem;
}

.text-span-20 {
  font-size: 1.7rem;
}

.text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32 {
  font-size: 1.5rem;
}

.text-span-33 {
  font-size: 3rem;
}

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

.section-unidades {
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.flex-block-5 {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
}

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

.div-block-11 {
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  height: auto;
  min-height: 417px;
  display: flex;
  overflow: hidden;
}

.div-block-12 {
  background-color: var(--ang-tertiary);
  color: var(--ang-white);
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 108px;
  padding: 15px 220px 15px 24px;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.heading-18 {
  color: var(--ang-secondary);
  font-size: 1.25rem;
}

.heading-19 {
  font-size: 1.25rem;
}

.div-block-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.heading-20 {
  font-size: .88rem;
  font-weight: 600;
}

.paragraph-7 {
  font-size: .88rem;
}

.section-nossoespaco {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  display: flex;
}

.flex-block-6 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 24px;
  text-decoration: none;
  display: flex;
}

.paragraph-8 {
  color: var(--ang-white);
}

.section-time {
  background-color: var(--ang-tertiary);
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.flex-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
}

.paragraph-9 {
  color: var(--ang-white);
  text-align: center;
  font-size: .88rem;
}

.section-espaco {
  background-color: var(--ang-tertiary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 480px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 420px;
  display: flex;
}

.div-block-16.old01 {
  display: flex;
}

.slider-4 {
  background-color: #505a66;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  min-height: 420px;
  display: flex;
}

.slide-4 {
  vertical-align: baseline;
  border-radius: 8px;
  width: 920px;
  max-width: 920px;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.icon-3 {
  left: 0;
}

.left-arrow-3 {
  left: -60px;
}

.right-arrow-3 {
  right: -60px;
}

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

.code-embed-4 {
  width: 100%;
  margin-top: 60px;
}

.bold-text-4, .text-span-40, .text-span-41, .text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50 {
  font-size: 1.5rem;
}

.paragraph-10 {
  font-size: var(--ang-txt-p);
  font-weight: 500;
}

.heading-21 {
  color: var(--ang-white);
  font-size: var(--ang-txt-p);
  margin-top: -14px;
  font-weight: 700;
}

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

.imgmobile {
  display: none;
}

.div-block-17 {
  background-image: url('../images/image-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 360px;
}

.div-block-17.slide1 {
  background-image: url('../images/image-1.png');
  border-radius: 8px;
}

.div-block-17.slide2 {
  background-image: url('../images/image-2.png');
  border-radius: 8px;
}

.div-block-17.silide3 {
  background-image: url('../images/image-1.png');
  border-radius: 8px;
}

.div-block-17.slide4 {
  border-radius: 8px;
}

.div-redire {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  padding-top: 0;
}

.redire {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: var(--ang-white);
  text-transform: none;
  text-decoration: none;
}

.link-2, .bold-text-5 {
  color: var(--ang-white);
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.link-4 {
  color: var(--ang-white);
  text-decoration: none;
}

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

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

  .navigation {
    display: none;
  }

  .body-default {
    display: flex;
  }

  .navbar {
    position: relative;
  }

  .container-nav {
    justify-content: flex-start;
  }

  .div-angulare {
    display: none;
  }

  .imglogo {
    margin-left: auto;
  }

  .imglogo.w--current {
    width: 180px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    right: 0;
  }

  .ang-booter {
    width: 100%;
    margin-top: auto;
  }

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

  .div-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

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

  .container-sobrenos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .img-sobrenos {
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .section-modalidades {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-modalidade-agenda {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .imgmodalidades {
    height: auto;
  }

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

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

  .div-container-depoimento, .flex-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-10 {
    margin-right: 20px;
  }

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

  .div-block-12 {
    padding-right: 40px;
  }

  .slider-4 {
    justify-content: center;
    align-items: center;
    max-width: 728px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-4 {
    width: 100%;
    max-width: 668px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .right-arrow-3 {
    right: 0;
  }

  .mask-2 {
    order: 0;
    width: 100%;
    max-width: 670px;
  }
}

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

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

  .body-default {
    justify-content: flex-start;
    margin-top: 0;
    display: flex;
  }

  .container-nav {
    position: relative;
  }

  .imglogo {
    margin-left: auto;
  }

  .imglogo.w--current {
    width: 200px;
    right: 0;
  }

  .ang-booter {
    margin-top: auto;
  }

  .section-geral {
    height: auto;
    min-height: auto;
    display: block;
  }

  .botaonav.menu-mobile-action {
    position: absolute;
    left: 10px;
  }

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

  .slider {
    height: auto;
    min-height: 480px;
  }

  .imgbanner1 {
    min-height: 480px;
    display: none;
  }

  .div-block-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .container-sobrenos {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-sobrenos {
    padding-left: 0;
  }

  .section-modalidades {
    min-height: 0;
    padding-bottom: 60px;
  }

  .container-modalidades {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
    padding-bottom: 0;
  }

  .div-modalidade-agenda {
    opacity: 1;
    background-color: #000000a1;
    margin-top: 0;
    left: auto;
  }

  .imgmodalidades {
    min-height: 320px;
  }

  .image-8 {
    min-height: 320px;
    display: none;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .slide {
    min-height: 480px;
  }

  .section-depoimento {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-container-depoimento {
    justify-content: center;
  }

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

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

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

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

  .detalhe-prof {
    background-color: #000000af;
    height: 100%;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

  .bold-text {
    font-size: 2rem;
    line-height: 1;
  }

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

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    padding-top: 20px;
  }

  .div-block-13 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .div-block-14 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .image-11 {
    height: auto;
    display: none;
  }

  .slider-4 {
    padding-left: 20px;
  }

  .slide-4 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

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

  .imgmobile {
    width: 100%;
    display: block;
  }

  .div-block-17 {
    background-image: url('../images/image-3.png');
  }
}

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

  .heading {
    font-size: 1.5rem;
  }

  .coluna {
    width: 100%;
  }

  .body-default {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    display: flex;
  }

  .imglogo.w--current {
    width: 200px;
    height: auto;
  }

  .image-5 {
    position: relative;
  }

  .ang-booter {
    margin-top: auto;
  }

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

  .botaonav.menu-mobile-action {
    margin-right: 0;
    left: 0;
  }

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

  .imgbanner1 {
    overflow: clip;
  }

  .section-sobrenos {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-sobrenos {
    padding-bottom: 40px;
  }

  .img-sobrenos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .context-sobrenos {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .image-7 {
    margin-left: 0;
  }

  .section-modalidades {
    min-height: 0;
    padding-bottom: 40px;
  }

  .container-modalidades {
    height: auto;
  }

  .div-modalidade-agenda {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 100%;
    padding: 10px;
  }

  .imgmodalidades {
    min-height: 0;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .section-depoimento {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-container-depoimento {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .dep-conteudo {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .div-dep-foto-nome {
    flex-flow: row;
  }

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

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

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

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

  .flex-block {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .heading-10 {
    text-align: center;
    margin-right: auto;
  }

  .image-10.iconfooter3, .image-10.iconfooter2 {
    height: 20px;
  }

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

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

  .div-block-14 {
    text-align: center;
  }

  .section-espaco, .div-block-16.old01 {
    min-height: 0;
  }

  .slider-4 {
    max-width: none;
    min-height: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide-4 {
    width: 100%;
  }

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

  .imgmobile {
    height: auto;
  }

  .slide-nav-4 {
    bottom: -10px;
  }

  .div-block-17 {
    background-size: cover;
    width: 100%;
    min-width: 280px;
    max-width: 415px;
    height: 240px;
  }
}

#w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-c5dcc3f8, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-c5dcc3f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Gotham Rounded Book';
  src: url('../fonts/Gotham-Rounded-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/Gotham-Rounded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url('../fonts/Gotham-Rounded-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamroundedbook 21018 8 B 1 E 400';
  src: url('../fonts/GothamRoundedBook_21018-8b1e_400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Stretchpro';
  src: url('../fonts/StretchPro.ttf') format('truetype'), url('../fonts/StretchPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stretchpro Basic';
  src: url('../fonts/StretchPro-Basic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}