@font-face {
  font-family: "Jersey M 54";
  src: url('../fonts/Jersey-M54.rtf') format("undefined"), url('../fonts/Jersey-M54.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-BookOblique.otf') format("opentype"), url('../fonts/AvenirLTStd-Oblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Heavy.otf') format("opentype"), url('../fonts/AvenirLTStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-BlackOblique.otf') format("opentype"), url('../fonts/AvenirLTStd-HeavyOblique.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd Roman;
  src: url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-MediumOblique.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd Book;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #000100;
  --neutras-1: white;
  --ang-paragrafo: 14px;
  --ang-write: white;
  --main: #77160e;
  --ang-font-botao: Play, Arial, sans-serif;
  --ang-hover-primary: #cff3e1;
  --ang-secondary: #77160e;
  --ang-black: #1e1e1e;
  --ang-hover-buttton-secundary: #fafafae6;
  --text-general: #1e1e1e;
  --ang-size-titulo: 30px;
  --neutras-2: #fafafa;
  --transparent: transparent;
  --neutras-3: #fafafae6;
  --text-1: #1e1e1e;
  --ang-font-paragrafo: "Jersey M 54", Arial, sans-serif;
  --text-button-primary: white;
  --ang-tertiary: #888;
  --ang-size-subtitulo: 20px;
  --ang-quaternary: #aeaeae;
  --neutras-4: #ccc;
}

.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-default {
  background-color: var(--background);
  color: var(--neutras-1);
  font-family: Montserrat, sans-serif;
  font-size: var(--ang-paragrafo);
  --background: #000100;
  --neutras-1: white;
  --ang-paragrafo: 14px;
  --ang-write: white;
  --main: #77160e;
  --ang-font-botao: Play, Arial, sans-serif;
  --ang-hover-primary: #cff3e1;
  --ang-secondary: #77160e;
  --ang-black: #1e1e1e;
  --ang-hover-buttton-secundary: #fafafae6;
  --text-general: #fafafa;
  --ang-size-titulo: 30px;
  --neutras-2: #1f2327;
  --transparent: transparent;
  --neutras-3: #1f2327e6;
  --text-1: #fafafa;
  --ang-font-paragrafo: "Jersey M 54", Arial, sans-serif;
  --text-button-primary: #000100;
  --ang-tertiary: #888;
  --ang-size-subtitulo: 20px;
  --ang-quaternary: #aeaeae;
  --neutras-4: #505a66;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.header {
  z-index: 10;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 126px;
  padding-right: 20px;
  display: flex;
  position: fixed;
}

.header-nav-logo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 0;
  display: flex;
}

.imglogo.w--current {
  display: block;
}

.header-angulare {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  height: 100%;
  min-height: 0;
  max-height: 453px;
  margin-left: 0;
  display: flex;
}

.container-compra-reserva {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-angular-comprar {
  border: 2px solid var(--main);
  background-color: var(--main);
  box-shadow: 0 0 0 0 var(--main);
  font-family: var(--ang-font-botao);
  color: var(--neutras-1);
  font-size: var(--ang-paragrafo);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 113px;
  height: 44px;
  margin-bottom: 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.btn-angular-comprar:hover {
  background-color: var(--neutras-1);
  box-shadow: inset 0 0 0 2px var(--neutras-1);
  color: var(--main);
  border: 0 #000;
}

.btn-angular-comprar.w--current {
  border: 2px solid var(--main);
  border-radius: 2px;
}

.btn-angular-reservar {
  border: 2px solid var(--main);
  background-color: var(--ang-write);
  font-family: var(--ang-font-botao);
  color: var(--main);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 113px;
  height: auto;
  min-height: 44px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.btn-angular-reservar:hover {
  background-color: var(--neutras-1);
  color: var(--main);
}

.btn-angular-reservar.border2px:hover {
  background-color: var(--main);
  box-shadow: inset 0 0 2px 0 var(--main);
  color: var(--ang-write);
}

.container-cadastro-login {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  min-width: 242px;
  min-height: 0;
  margin-right: 10px;
  display: flex;
}

.container-cadastro-login.cadastro-login-mobile {
  flex-flow: wrap;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.pagekraft-auth-login {
  border: 2px solid var(--main);
  background-color: var(--neutras-1);
  font-family: var(--ang-font-botao);
  color: var(--main);
  cursor: pointer;
  border-radius: 6%;
  justify-content: center;
  align-items: center;
  width: 46px;
  min-width: 0;
  height: 44px;
  font-size: 14px;
  display: none;
  box-shadow: inset 0 0 0 2px #fafafa;
}

.pagekraft-auth-login:hover {
  background-color: var(--neutras-1);
}

.pagekraft-auth-login.border2px {
  border-radius: 6px;
  display: none;
}

.pagekraft-auth-login.border2px:hover {
  background-color: var(--main);
  box-shadow: inset 0 0 0 2px var(--main);
  color: var(--ang-write);
}

.pagekraft-auth-register {
  border: 2px none var(--ang-secondary);
  font-family: var(--ang-font-botao);
  font-size: var(--ang-paragrafo);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 124px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.pagekraft-auth-register:hover {
  background-color: var(--ang-hover-buttton-secundary);
}

.pagekraft-auth-register.txt-cadastro {
  background-color: var(--neutras-1);
  color: var(--main);
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: none;
  box-shadow: inset 0 0 0 2px #fafafa;
}

.pagekraft-auth-register.txt-cadastro.border2px {
  display: none;
}

.pagekraft-auth-register.txt-cadastro.border2px:hover {
  background-color: var(--main);
  box-shadow: inset 0 0 0 2px var(--main);
  color: var(--ang-write);
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: static;
}

.paragraph-2.txt-cadastro, .paragraph-3 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.pagekraft-auth-my-account {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 2px solid var(--ang-secondary);
  background-color: var(--neutras-1);
  font-family: var(--ang-font-botao);
  color: var(--main);
  font-size: var(--ang-paragrafo);
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 124px;
  height: 44px;
  line-height: 1;
  text-decoration: none;
  display: none;
  box-shadow: inset 0 0 0 2px #fafafa;
}

.pagekraft-auth-my-account:hover {
  background-color: var(--ang-hover-buttton-secundary);
  color: var(--ang-black);
}

.pagekraft-auth-my-account.border2px {
  display: none;
}

.pagekraft-auth-my-account.border2px:hover {
  background-color: var(--main);
  box-shadow: inset 0 0 0 2px var(--main);
  color: var(--ang-write);
}

.pagekraft-auth-logout {
  border: 2px solid var(--ang-secondary);
  background-color: var(--text-general);
  color: var(--main);
  font-family: Montserrat, sans-serif;
  font-size: var(--ang-paragrafo);
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 44px;
  font-weight: 700;
  text-decoration: none;
  display: none;
  box-shadow: inset 0 0 0 2px #fafafa;
}

.pagekraft-auth-logout:hover {
  background-color: var(--ang-hover-buttton-secundary);
  color: var(--ang-black);
}

.pagekraft-auth-logout.border2px {
  display: none;
}

.pagekraft-auth-logout.border2px:hover {
  background-color: var(--main);
  box-shadow: inset 0 0 0 2px var(--main);
  color: var(--ang-write);
}

.ang-header {
  height: 126px;
}

.container-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 60vh;
  padding-bottom: 60px;
  display: flex;
}

.container-banners {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 320px;
  max-height: none;
  margin-bottom: 42px;
  display: flex;
}

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

.container-conheca {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 300px;
  padding: 64px 20px;
  display: flex;
}

.container-conheca.v60vh {
  min-height: 60vh;
}

.flex-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  background-image: url('../images/Logo_02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  order: -1;
  width: 244px;
  height: 244px;
  overflow: hidden;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 2px solid var(--main);
  flex-flow: column;
  flex: 1 1 0;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 24px;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 30px;
  display: flex;
}

.heading {
  font-family: var(--ang-font-botao);
  color: var(--text-general);
  font-size: var(--ang-size-titulo);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

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

.image {
  height: 45px;
}

.paragraph-4 {
  color: var(--ang-write);
  font-size: var(--ang-paragrafo);
  max-width: 887px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 150%;
}

.section-modalidades {
  background-color: var(--neutras-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 555px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 427px;
  display: flex;
}

.card-modalidade {
  border: 1px solid var(--ang-secondary);
  border-radius: 8px;
  width: 294px;
  height: 427px;
  position: relative;
  overflow: hidden;
}

.card-modalidade.card-m-2 {
  border-color: var(--neutras-2);
  background-image: url('../images/Rectangle-15.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 239px;
  max-width: 800px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.card-modalidade.card-m-2:hover {
  flex: 0 auto;
}

.card-modalidade.card-m-2.cad-m-3 {
  background-image: url('../images/Rectangle-19.webp');
}

.card-modalidade.card-m-2.card-m4 {
  background-image: url('../images/Rectangle-20.webp');
}

.card-modalidade.card-m-2.card-m4:hover {
  flex: 0 auto;
}

.card-modal {
  background-color: var(--transparent);
  width: 100%;
  height: 55%;
  display: none;
  position: relative;
  overflow: hidden;
}

.context-modali {
  background-color: var(--neutras-3);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: -65%;
  bottom: auto;
}

.heading-3 {
  z-index: 1;
  color: var(--main);
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 16px;
}

.paragraph-8 {
  opacity: 0;
  color: var(--text-general);
  font-size: var(--ang-paragrafo);
  text-align: center;
  max-width: 352px;
  line-height: 150%;
}

.section-como-reservar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 435px;
  padding: 60px 20px;
  display: none;
}

.section-como-reservar.v60vh {
  min-height: 60vh;
}

.flex-block-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
}

.heading-4 {
  font-family: var(--ang-font-botao);
  color: var(--text-general);
  font-size: var(--ang-size-titulo);
  text-align: center;
}

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

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

.heading-5 {
  background-color: var(--main);
  color: var(--ang-write);
  border-radius: 4.85px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
  line-height: 14px;
  display: flex;
}

.paragraph-9 {
  color: var(--text-1);
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Avenirltstd Book, Arial, sans-serif;
  font-size: 1.13rem;
  font-weight: 900;
  line-height: 1;
}

.paragraph-10 {
  font-family: var(--ang-font-paragrafo);
  color: var(--text-1);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.card-como-reservar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--neutras-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 220px;
  padding: 20px 18px;
  display: flex;
}

.section-sobre-nos {
  opacity: 1;
  background-image: linear-gradient(#1f2327f0, #1f2327f0), url('../images/2.9.-Depoimentos-tela-10.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  display: none;
}

.section-sobre-nos.v60vh {
  min-height: 60vh;
}

.div-block-13 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding: 60px 20px;
  display: flex;
}

.div-block-14 {
  opacity: 1;
}

.slider-3 {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 264px;
  display: flex;
}

.slide-7 {
  vertical-align: middle;
  width: auto;
  min-width: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.mask-2 {
  flex: 1;
  width: 100%;
}

.slide-8 {
  width: auto;
  min-width: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100%;
  margin-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-22 {
  z-index: 1;
  background-color: var(--transparent);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.conteudo-sobre-nos {
  border-bottom: 0px none var(--main);
  background-color: var(--background);
  opacity: 0;
  -webkit-backdrop-filter: drop-shadow(0 4px 4px #2bf048);
  backdrop-filter: drop-shadow(0 4px 4px #2bf048);
  color: var(--ang-write);
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 536px;
  height: 100%;
  min-height: 80px;
  max-height: 138px;
  margin-top: -20px;
  padding: 40px 10px 20px;
  display: flex;
  position: relative;
}

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

.paragraph-11 {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-family: Avenirltstd Book, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.heading-6 {
  font-family: var(--ang-font-paragrafo);
  color: var(--main);
  font-size: .75rem;
}

.imagem-sobre-nos {
  width: 40%;
  max-width: none;
}

.left-arrow-4 {
  color: var(--main);
  border: 1px solid #f91e191a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  left: 0;
}

.slide-9 {
  vertical-align: baseline;
  border-radius: 8px;
  width: 100%;
  max-width: 728px;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
}

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

.section-espaco.v60vh {
  min-height: 60vh;
}

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

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

.slider-4 {
  background-color: var(--transparent);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: auto;
  min-height: 420px;
  display: flex;
}

.mask-3 {
  background-color: #f91e191a;
  border-radius: 16px;
  width: 80%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
}

.slide-nav-5 {
  color: var(--main);
  display: none;
  top: -110%;
}

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

.div-block-24.slide2 {
  background-image: none;
  border-radius: 8px;
  width: auto;
  height: auto;
}

.div-block-24.slide1 {
  background-image: none;
  border-radius: 8px;
  height: auto;
}

.div-block-24.slide-3 {
  background-image: none;
  height: auto;
}

.right-arrow-4 {
  border: 1px solid #f91e191a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  right: 0;
}

.image-5 {
  color: var(--main);
}

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

.container-professores.card-prof {
  height: 420px;
}

.heading-7 {
  color: var(--text-general);
  font-family: "Jersey M 54", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.detalhe-prof {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--neutras-3);
  color: var(--text-general);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 107px;
  min-height: 0;
  margin-top: 0;
  padding: 30px 20px 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.detalhe-prof.card-dt-prof {
  background-color: var(--transparent);
}

.button-2 {
  background-color: var(--main);
  color: var(--text-button-primary);
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 42px;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  background-color: var(--ang-hover-primary);
  color: var(--ang-black);
}

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

.button-2.btn-agenda-prof {
  text-transform: none;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

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

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

.heading-9 {
  color: var(--main);
  text-align: center;
  margin-top: -15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.section-professores {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  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;
}

.div-block-26 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--ang-black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-10 {
  color: var(--main);
  text-transform: uppercase;
  font-family: "Jersey M 54", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.section-spotify {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  padding: 60px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-spotify.v60vh {
  min-height: 60vh;
}

.flex-block-3 {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.heading-11 {
  font-family: var(--ang-font-botao);
  color: var(--text-general);
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 1.88rem;
  font-weight: 600;
}

.text-span-2 {
  color: var(--main);
}

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

.heading-12 {
  color: var(--text-general);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.code-embed {
  width: 100%;
}

.flex-block-5 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-block-5.hi-unidades {
  justify-content: flex-start;
  align-items: flex-end;
}

.heading-21 {
  color: var(--text-general);
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-left: 5px;
  font-family: "Jersey M 54", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.text-span-3 {
  color: var(--main);
  font-size: 40px;
}

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

.section-time {
  background-color: var(--neutras-2);
  background-image: url('../images/2.13.-Quero-fazer-parte-do-time-tela-14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.section-time.v60vh {
  min-height: 60vh;
}

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

.heading-22 {
  color: #fff;
  margin-bottom: 40px;
  margin-left: 5px;
  font-size: 1.88rem;
  font-weight: 600;
}

.heading-22.txt-minhaunidade {
  color: var(--text-general);
  margin-left: 0;
  font-family: "Jersey M 54", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.heading-22.txt-loc {
  margin-left: 0;
  margin-right: auto;
  font-family: "Jersey M 54", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

.text-span-4 {
  color: var(--main);
}

.paragraph-12 {
  text-align: center;
  color: #888;
  max-width: 522px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.button-3 {
  background-color: var(--main);
  color: var(--ang-write);
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 160px;
  max-width: 320px;
  height: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-3:hover {
  background-color: var(--ang-hover-primary);
  color: var(--ang-black);
}

.button-3.btn-quero {
  max-width: 185px;
  padding-left: 0;
  padding-right: 0;
}

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

.section-nossoespaco.v60vh {
  min-height: 60vh;
}

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

.heading-23 {
  color: #fff;
  margin-bottom: 40px;
  margin-left: 5px;
  font-size: 1.88rem;
  font-weight: 600;
}

.heading-23.txt-nespaco {
  font-family: var(--ang-font-botao);
  color: var(--text-general);
  margin-left: 0;
  margin-right: auto;
}

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

.paragraph-13 {
  color: var(--text-general);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.flex-block-9 {
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.flex-block-9.div-modalides {
  background-image: url('../images/Frame-1597884038.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  justify-content: flex-end;
  align-items: center;
  min-height: 427px;
}

.div-block-31 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: #211f1c;
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 329px;
  padding: 24px;
  display: flex;
}

.div-block-32 {
  background-image: url('../images/unidade001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 329px;
}

.heading-25 {
  color: var(--main);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Jersey M 54", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.heading-26 {
  color: var(--text-general);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-33 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.div-block-33.txt-boxe-h1 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-34 {
  color: var(--text-general);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-27 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.paragraph-15 {
  color: var(--neutras-1);
  text-align: center;
  max-width: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.image-12 {
  height: 100%;
  min-height: 427px;
}

.paragraph-16 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  position: relative;
}

.ang-footer {
  color: var(--ang-write);
  background-color: #211f1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 40px 20px;
  display: flex;
}

.flex-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--text-general);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-36 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.div-block-37 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--main);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: var(--main);
}

.paragraph-17 {
  color: #fffc;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-17.txt-mobile-end {
  display: none;
}

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

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 202px;
  max-width: 203px;
  display: flex;
}

.heading-28 {
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}

.paragraph-18, .paragraph-19 {
  color: #fffc;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

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

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 202px;
  display: flex;
}

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

.link {
  color: #fffc;
  padding-left: 0;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.link:hover {
  color: var(--ang-write);
}

.link.w--current {
  color: var(--text-general);
}

.link.w--current:hover {
  color: var(--ang-write);
}

.container-banner {
  width: 100%;
  max-width: none;
  height: auto;
}

.slider-5 {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
}

.div-block-43 {
  background-color: #77160e4d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 204px;
  display: flex;
}

.slide-11 {
  height: 204px;
}

.mask-5 {
  height: 100%;
}

.heading-29 {
  color: var(--ang-write);
  font-family: Avenirltstd Roman, Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 420px;
  margin-top: 0;
  padding-bottom: 60px;
  display: block;
}

.code-embed-7 {
  color: var(--ang-write);
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.div-block-44 {
  width: 100%;
  height: auto;
  min-height: 60vh;
}

.section-my-account {
  min-height: 60vh;
  padding: 0;
}

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

.image-14 {
  margin-top: -2px;
}

.image-15 {
  margin-top: -1px;
}

.bg-menu-hamburguer {
  background-color: #0006;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-hamburguer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--ang-write);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  height: 100vh;
  padding: 20px 24px 24px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -320px;
  overflow: auto;
}

.div-block-47 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-48 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.link-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-49 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.link-block-3 {
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--ang-tertiary);
  cursor: pointer;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Avenirltstd, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  color: var(--ang-black);
  background-color: #fafafae6;
  font-family: Avenirltstd, Arial, sans-serif;
  font-weight: 900;
}

.link-block-3.w--current {
  cursor: pointer;
}

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

.div-block-50 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 80px;
  margin-top: 20px;
  display: flex;
}

.menu-hamburguer-icon {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.menu-hamburguer-icon.menu-mobile-action {
  display: flex;
}

.image-16 {
  z-index: 0;
  opacity: .2;
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.image-17 {
  height: 102px;
}

.div-block-51 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  display: flex;
}

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

.flex-block-11.contanier-prof {
  display: flex;
}

.pagekraft-auth-checkout {
  border: 2px solid var(--main);
  background-color: var(--neutras-1);
  color: var(--main);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 44px;
  display: flex;
  box-shadow: inset 0 0 0 2px #fafafa;
}

.pagekraft-auth-checkout:hover {
  background-color: var(--ang-hover-buttton-secundary);
}

.pagekraft-auth-checkout.border2px:hover {
  background-color: var(--main);
  box-shadow: inset 0 0 0 2px var(--main);
  color: var(--ang-write);
}

.code-embed-9 {
  margin-top: -4px;
  font-size: 14px;
}

.section-professor {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--text-general);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding: 64px 0;
  display: flex;
}

.div-block-52 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 250px;
  display: flex;
}

.div-block-53 {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  overflow: hidden;
}

.div-block-54 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 320px;
  max-width: 648px;
  height: 250px;
  display: flex;
}

.heading-30 {
  color: var(--main);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

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

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

.paragraph-21 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-22 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-57 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: #13c6660d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 589px;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.heading-31 {
  color: var(--main);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.flex-block-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 427px;
}

.image-18 {
  height: 100%;
}

.div-block-58 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

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

.container-8 {
  margin-top: 80px;
}

.section-12 {
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  margin-top: 40px;
  display: flex;
}

.div-block-61.red-mobile {
  display: none;
}

.div-block-62 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 320px;
  display: flex;
}

.flex-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #13c6660d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 327px;
  height: auto;
  min-height: 184px;
  padding-left: 18px;
  padding-right: 18px;
}

.linhav {
  background-color: #0000000d;
  width: 1px;
  min-width: 1px;
  height: 120px;
  margin-left: 0;
  margin-right: 0;
}

.card-unid-prof {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 131px;
  height: 87px;
  margin-left: 18px;
  margin-right: 18px;
  display: flex;
}

.heading-32 {
  color: var(--text-general);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.button-4 {
  background-color: var(--main);
  font-family: Montserrat, sans-serif;
  font-size: var(--ang-paragrafo);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
}

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

.section-13 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 60vh;
  display: flex;
}

.code-embed-10 {
  background-color: var(--ang-black);
  width: 100%;
}

.heading-19 {
  font-family: var(--ang-font-botao);
  color: var(--text-general);
  font-size: var(--ang-size-titulo);
  text-align: center;
}

.heading-34 {
  color: var(--text-general);
  text-align: center;
  font-family: "Jersey M 54", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.code-embed-11 {
  color: var(--main);
}

.code-embed-12 {
  color: var(--text-general);
}

.code-embed-13 {
  line-height: 1;
}

.link-block-4 {
  border: 2px solid var(--main);
  background-color: var(--main);
  color: var(--ang-write);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: auto;
  min-height: 44px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link-block-4.border2px:hover {
  background-color: var(--ang-write);
  color: var(--main);
}

.div-block-64 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #211f1c;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 256px;
  height: 427px;
  padding: 40px 18px;
  display: flex;
}

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

.heading-35 {
  color: var(--main);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.container-depoimento {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: #211f1c;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 42px;
  padding: 64px 20px;
  display: none;
}

.section {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-109 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-110 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 606px;
  display: flex;
}

.container-9 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.text-block-25 {
  font-family: Montserrat, sans-serif;
  line-height: 150%;
}

.div-block-111 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 606px;
  display: flex;
}

.image-21 {
  height: 100%;
  min-height: 427px;
}

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

.image-22 {
  margin-bottom: 64px;
}

.code-embed-15 {
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.code-embed-16 {
  color: var(--main);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-23 {
  max-height: 112px;
}

.code-embed-17 {
  color: var(--main);
}

.code-embed-18, .code-embed-19 {
  line-height: 1;
}

.link-block-5 {
  color: var(--main);
  line-height: 1;
}

.link-block-6, .link-block-7 {
  color: var(--main);
}

.container-10 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 80px;
  padding-bottom: 140px;
  display: flex;
}

.section-14 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 980px;
  min-height: 60vh;
  display: flex;
}

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

.link-2 {
  color: #fffc;
  text-decoration: none;
}

.link-2:hover {
  color: var(--ang-write);
}

.container-6 {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.div-block-103 {
  background-image: url('../images/Frame-1597884038.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 40%;
  height: 380px;
}

.div-block-102 {
  z-index: 2;
  background-image: linear-gradient(135deg, #77160ecc, #77160e);
  border-bottom-right-radius: 40%;
  border-bottom-left-radius: 40%;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% auto 0% 0%;
}

.container-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 128px;
  display: flex;
}

.code-embed-39 {
  color: #77160e;
  margin-top: -250px;
  position: static;
  top: auto;
}

.heading-36 {
  color: #77160e;
  font-size: 80px;
  line-height: 120px;
}

.div-block-104 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-28 {
  color: #77160e;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.text-span-17 {
  color: #fff;
}

.text-block-29 {
  color: #fff;
  text-align: center;
}

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

@media screen and (min-width: 1280px) {
  .btn-angular-comprar {
    box-shadow: inset 0 0 0 2px #13c666;
  }

  .btn-angular-comprar:hover {
    box-shadow: inset 0 0 0 2px var(--ang-hover-primary);
  }

  .btn-angular-reservar, .pagekraft-auth-login {
    border-style: none;
    border-width: 0;
    box-shadow: inset 0 0 0 2px #fafafa;
  }

  .pagekraft-auth-register {
    color: var(--main);
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: inset 0 0 0 2px #fafafa;
  }

  .pagekraft-auth-register:hover {
    color: var(--ang-black);
  }

  .pagekraft-auth-register.txt-cadastro {
    min-width: 124px;
    font-size: 12px;
  }

  .paragraph-2.txt-cadastro {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .pagekraft-auth-my-account {
    min-width: 124px;
  }

  .left-arrow-4 {
    display: none;
  }

  .slide-9 {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .slider-4 {
    max-width: 1200px;
  }

  .mask-3 {
    background-color: #f91e191a;
    max-width: 780px;
  }

  .right-arrow-4 {
    display: none;
  }

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

  .heading-21 {
    font-family: "Jersey M 54", Arial, sans-serif;
    font-size: 40px;
  }

  .text-span-3 {
    font-size: 40px;
  }

  .pagekraft-auth-checkout {
    border-radius: 2px;
  }

  .container-9 {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  .body-default {
    color: var(--ang-write);
  }

  .button-3.btn-quero:hover {
    background-color: var(--ang-write);
    color: var(--main);
  }

  .ang-footer {
    background-color: #211f1c;
  }

  .image-23 {
    max-height: 112px;
  }
}

@media screen and (min-width: 1920px) {
  .container-main {
    padding-bottom: 64px;
  }

  .container-banners {
    height: 780px;
  }

  .card-modalidade.card-m-2 {
    width: 239px;
  }

  .slide-9 {
    max-width: 800px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .slider-4 {
    min-height: 390px;
  }

  .mask-3 {
    background-color: #f91e191a;
    border-radius: 6px;
    padding: 20px 10px;
  }

  .ang-footer {
    background-color: #211f1c;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 0;
  }

  .header-nav-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .imglogo.w--current {
    margin-left: 0;
    display: block;
  }

  .header-angulare {
    max-width: none;
    display: none;
  }

  .container-cadastro-login {
    display: none;
  }

  .container-banners {
    height: auto;
  }

  .div-block-4 {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

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

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

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

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

  .mask-3 {
    order: 0;
    width: 85%;
    max-width: 300px;
  }

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

  .button-2 {
    display: none;
  }

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

  .button-2.btn-agenda-prof {
    display: flex;
  }

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

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

  .flex-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11, .heading-21, .heading-22 {
    margin-right: 20px;
  }

  .heading-22.txt-loc {
    margin-right: 0;
  }

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

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

  .flex-block-9.div-modalides {
    background-position: 50%;
  }

  .paragraph-15 {
    text-align: left;
  }

  .ang-footer {
    justify-content: center;
  }

  .flex-block-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-36 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
  }

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

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

  .div-block-39 {
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    max-width: none;
  }

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

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

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

  .div-block-44 {
    padding-bottom: 100px;
  }

  .menu-hamburguer-icon {
    display: none;
  }

  .menu-hamburguer-icon.menu-mobile-action {
    z-index: 1;
    display: flex;
    position: absolute;
    left: 0;
  }

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

  .div-block-52 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-53 {
    order: -1;
  }

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

  .div-block-55 {
    order: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-22 {
    text-align: center;
    margin-bottom: 0;
  }

  .container-depoimento {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .container-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

@media screen and (max-width: 767px) {
  .header {
    padding-right: 0;
  }

  .header-nav-logo {
    justify-content: center;
    align-items: center;
  }

  .container-banners {
    height: auto;
  }

  .container-conheca {
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-3 {
    border-top: 2px solid var(--main);
    border-left-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
    padding-left: 0;
  }

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

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

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

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

  .card-modalidade.card-m-2:hover {
    flex: 0 auto;
  }

  .context-modali {
    top: 0%;
  }

  .heading-3 {
    top: 16px;
  }

  .paragraph-8 {
    opacity: 1;
  }

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

  .slider-3 {
    max-width: 320px;
  }

  .slide-7, .slide-8 {
    width: 320px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .conteudo-sobre-nos {
    opacity: 1;
    max-width: 360px;
    padding-top: 50px;
  }

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

  .imagem-sobre-nos {
    width: 100%;
  }

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

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

  .mask-3 {
    width: 88%;
  }

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

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

  .detalhe-prof {
    background-color: var(--neutras-2);
    height: 50%;
  }

  .detalhe-prof.card-dt-prof {
    background-color: var(--ang-hover-buttton-secundary);
  }

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

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

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

  .flex-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-21 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-22.txt-minhaunidade {
    font-size: 32px;
  }

  .heading-22.txt-loc {
    margin-bottom: 0;
  }

  .heading-23.txt-nespaco {
    margin-left: 24px;
  }

  .div-block-15 {
    flex-flow: column;
    width: 90%;
    margin-right: auto;
  }

  .flex-block-9 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-9.div-modalides {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .div-block-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    height: auto;
  }

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

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

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

  .div-block-36, .div-block-37 {
    width: 100%;
  }

  .link-block.link-loc {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .div-block-38.rs-mobile {
    display: block;
  }

  .div-block-38.footer-social-mobile {
    display: flex;
  }

  .div-block-40, .div-block-42 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-44 {
    padding-bottom: 100px;
  }

  .icon-7 {
    color: var(--main);
    left: auto;
    right: 0;
  }

  .right-arrow-6 {
    left: auto;
    right: 0;
  }

  .icon-8 {
    color: var(--main);
    left: 0;
    right: auto;
  }

  .icon-9 {
    color: var(--main);
    left: auto;
    right: 0;
  }

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

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

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

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

  .div-block-61.red-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .flex-block-13 {
    flex-flow: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .linhav {
    width: 120px;
    height: 1px;
    margin: 32px 0;
    display: none;
  }

  .div-block-63 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

  .heading-35 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-depoimento {
    padding: 24px;
  }

  .section {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-110 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .div-block-103, .div-block-102 {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
  }

  .container-7 {
    margin-bottom: 64px;
  }

  .icon-loc {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .header-nav-logo {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .div-block-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    max-width: 300px;
  }

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

  .heading {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    font-size: 26px;
    display: flex;
  }

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

  .image {
    height: 37px;
  }

  .div-block-6 {
    margin-left: 0;
  }

  .section-como-reservar {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-como-reservar {
    width: auto;
  }

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

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

  .slider-3 {
    max-width: none;
  }

  .slide-7, .slide-8, .div-block-21 {
    width: auto;
  }

  .conteudo-sobre-nos {
    width: auto;
    min-width: 0;
    max-width: none;
    height: 162px;
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .slide-9 {
    vertical-align: baseline;
    width: 100%;
  }

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

  .slider-4 {
    max-width: 480px;
    min-height: 240px;
    padding: 20px 0;
  }

  .mask-3 {
    width: 100%;
    max-width: 300px;
  }

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

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

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

  .div-block-24.slide1 {
    justify-content: center;
    align-items: center;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-24.slide-3 {
    background-image: none;
    width: auto;
    min-width: 280px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .detalhe-prof {
    background-color: var(--neutras-2);
  }

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

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

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

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

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

  .flex-block-3 {
    padding: 40px 0 60px;
  }

  .heading-11 {
    font-family: var(--ang-font-botao);
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 150%;
  }

  .flex-block-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-5.hi-unidades {
    justify-content: flex-start;
    align-items: center;
  }

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

  .text-span-3 {
    font-size: 32px;
  }

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

  .heading-22.txt-loc {
    font-size: 32px;
  }

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

  .div-block-15 {
    text-align: center;
    flex-flow: column;
    width: 90%;
  }

  .flex-block-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-9.div-modalides {
    background-position: 50%;
  }

  .div-block-31 {
    justify-content: center;
    align-items: flex-start;
    min-height: 200px;
  }

  .heading-25 {
    font-size: 30px;
  }

  .div-block-33 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30px;
  }

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

  .paragraph-15 {
    text-align: center;
    font-size: 12px;
  }

  .ang-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .link-block {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .link-block.link-loc {
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .link-block.txt-locdek {
    max-width: 230px;
    display: flex;
  }

  .paragraph-17 {
    text-align: center;
    width: auto;
    max-width: 240px;
    display: block;
  }

  .paragraph-17.txt-mobile-end {
    display: flex;
  }

  .paragraph-17.txt-loc-desk {
    display: none;
  }

  .div-block-38.rs-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-39, .div-block-41 {
    width: 100%;
  }

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

  .div-block-54 {
    width: auto;
    min-width: 0;
  }

  .div-block-55, .div-block-57 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-61.red-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-62 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-64 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-depoimento {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-103, .div-block-102 {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
  }

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

  .icon-loc {
    margin-left: 0;
    position: relative;
    left: auto;
    right: -10px;
  }

  .code-embed-40 {
    margin-left: 0;
    margin-right: 0;
    position: static;
    left: 0;
  }
}


@font-face {
  font-family: 'Jersey M 54';
  src: url('../fonts/Jersey-M54.rtf') format('undefined'), url('../fonts/Jersey-M54.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Play';
  src: url('../fonts/Play-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Play';
  src: url('../fonts/Play-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-BookOblique.otf') format('opentype'), url('../fonts/AvenirLTStd-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype'), url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-BlackOblique.otf') format('opentype'), url('../fonts/AvenirLTStd-HeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}