@font-face {
  font-family: "Knockout Htf 49 Liteweight";
  src: url('../fonts/Knockout-HTF49Liteweight-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Korolev D 8 E 7 400";
  src: url('../fonts/Korolev-Bold-Italic-d8e7_400.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Korolev Ccb 8 400";
  src: url('../fonts/Korolev-Bold-ccb8_400.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Korolev 7 E 27 400";
  src: url('../fonts/Korolev-Heavy-7e27_400.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Korolev 73 F 400";
  src: url('../fonts/Korolev-Medium-Italic-73f_400.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Korolev 65 F 1 400";
  src: url('../fonts/Korolev-Heavy-Italic-65f1_400.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "Museo Slab 500";
  src: url('../fonts/Museo_Slab_500.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Korolev 728 400";
  src: url('../fonts/Korolev-Light-Italic-728_400.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Korolev B 1 C 9 400";
  src: url('../fonts/Korolev-Medium-b1c9_400.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Korolev Df 25 400";
  src: url('../fonts/Korolev-Thin-df25_400.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --bg-body: #fcfbf9;
  --black: #131614;
  --crimson: #d45700;
  --bg-branco: #faf9f7;
  --verde: #d3fd34;
  --verde-escuro: #c0e927;
  --dim-grey2: #474747;
  --dim-grey: #636363;
  --gainsboro: #d9edf7;
  --white-smoke: #f7f7f7;
  --thistle: #f2dbff;
  --thistle-2: #ede6e1;
  --dark-slate-grey: #344033;
  --dim-grey-2: #636363;
  --peach-puff: #ffdfcd;
}

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

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

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

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

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

.navbar {
  background-color: var(--white);
}

.brand {
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  max-width: 266px;
  height: 100%;
  display: flex;
}

.container-web {
  justify-content: space-around;
  align-items: center;
  height: 166px;
  padding-top: 0;
  display: block;
}

.container-web.container-large {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  padding-top: 40px;
}

.image {
  clear: none;
  width: 100%;
  display: block;
  position: static;
  left: 0;
}

.nav-menu {
  align-self: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: static;
}

.section {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 125px;
}

.body {
  background-color: var(--bg-body);
  color: var(--black);
  flex-flow: column;
  display: flex;
}

.heading-29 {
  color: var(--crimson);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Gotu, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 66.36px;
  display: flex;
}

.heading-29.titulo-laranja {
  color: var(--black);
  font-family: Gotham Book, sans-serif;
  font-size: 42px;
  line-height: 63px;
}

.nona-dobra {
  background-color: var(--bg-branco);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.nona-dobra.depoimentos {
  background-color: var(--bg-body);
  background-image: url('../images/Rectangle-213.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  margin-bottom: 60px;
  padding-bottom: 220px;
  display: none;
}

.mask-2 {
  height: 100%;
}

.carrossel-professores {
  width: 360px;
  height: 374px;
  display: none;
}

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

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

.slide-2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.heading-38 {
  color: var(--black);
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.14px;
}

.div-block-49 {
  background-color: #fff;
  border-radius: 5.48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 27px;
  display: flex;
}

.image-20 {
  text-align: center;
  max-width: 109px;
  margin-bottom: 20px;
}

.heading-53 {
  color: #8a2fec;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  font-weight: 500;
  line-height: 66.36px;
  display: flex;
}

.heading-53.heading-29.titulo-laranja {
  width: 100%;
  font-weight: 400;
}

.heading-53.heading-29.titulo-laranja.depoimento {
  color: var(--white);
  text-align: left;
  justify-content: flex-start;
  max-width: 500px;
}

.paragraph-18 {
  color: #000;
  text-align: center;
  margin-bottom: 22px;
  font-size: 14.6px;
  font-style: normal;
  line-height: 31.03px;
}

.div-block-61 {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.div-block-61.depoimentos {
  text-align: left;
  justify-content: flex-start;
  max-width: 100%;
}

.social-links-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #474747;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: -5px;
  display: flex;
}

.f-container {
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.f-container.container-footer-top {
  border-bottom: 1px solid var(--dim-grey2);
  align-self: center;
  padding-bottom: 14px;
  padding-left: 0;
}

.bold-text-4 {
  color: var(--black);
  font-family: Gotham Book, sans-serif;
  line-height: 19.58px;
}

.facebook-icon:hover {
  text-decoration: none;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 20% 20% 20% 20% 20px;
  grid-auto-columns: 20px;
  grid-auto-flow: row;
  place-content: start space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.bold-text-5 {
  color: #3b3b3b;
  font-family: Gotham Book, sans-serif;
  font-size: 18px;
}

.bold-text-5.bold-text-4 {
  color: #3b3b3b;
  font-size: 32px;
}

.footer {
  background-color: var(--white);
  background-image: url('../images/Site3_RODAPE--SITE-co-pia-2-1920w.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-12 {
  color: #fff;
  width: auto;
  margin-bottom: 1.5rem;
  font-family: "Korolev B 1 C 9 400", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-17 {
  color: var(--black);
  flex-wrap: wrap;
  width: 100%;
  font-family: Gotham Book, sans-serif;
  font-size: 14px;
  line-height: 26px;
  display: flex;
}

.l-facebook {
  text-align: left;
}

.l-facebook:hover {
  text-decoration: none;
}

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

.div-block-4.f-si {
  width: auto;
}

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

.div-block-4.f-l-principais {
  min-width: 180px;
  max-width: none;
  padding-left: 10px;
}

.div-block-4.cnpj-razao-social {
  width: auto;
  display: none;
}

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

.box-r-sociais.menu {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.box-r-sociais.menu.social-box-menu {
  display: none;
}

.heading-11 {
  color: var(--white);
  margin-bottom: .5rem;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 19.58px;
}

.f-r-link {
  text-align: center;
  color: #3b3b3b;
  width: 100%;
  font-family: "Korolev B 1 C 9 400", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.f-r-link:hover {
  font-weight: 500;
  text-decoration: underline;
}

.f-r-link.w--current {
  cursor: pointer;
  font-family: "Korolev B 1 C 9 400", sans-serif;
  font-style: normal;
  text-decoration: none;
}

.f-r-link.w--current:hover {
  font-weight: 500;
  text-decoration: underline;
}

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

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

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

.bold-text {
  color: var(--dim-grey2);
}

.bold-text.bold-text-4 {
  color: var(--black);
}

.instagram-icon {
  color: #fff;
}

.paragraph-19 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

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

.faq-answer-2 {
  color: var(--black);
  margin-bottom: 24px;
  font-family: "Korolev B 1 C 9 400", sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.faq {
  color: #070b3b;
  white-space: break-spaces;
  background-color: #f5f5f5;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

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

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

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

.faq-default {
  background-color: #fff;
  padding: 40px 72px 0;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.text-block-7 {
  color: #666;
  font-family: "Korolev 7 E 27 400", sans-serif;
  font-size: 18px;
}

.toggle-text {
  z-index: 2;
  color: #666;
  font-family: "Korolev 7 E 27 400", sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

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

.text-block-8 {
  color: #666;
  font-family: "Korolev 7 E 27 400", sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.db-cookiesof {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 60vh;
  padding: 60px 60px 100px;
  display: flex;
}

.text-block-5 {
  color: #000;
  max-width: 960px;
}

.db-politica-custom {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 60px 20px;
  display: flex;
}

.text-block-6 {
  color: #000;
  max-width: 960px;
}

.c-nav-compra {
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
  min-width: 265px;
  display: flex;
}

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

.nav-menu-2 {
  text-align: center;
  flex: none;
  order: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-nav-logo {
  order: -1;
}

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

.heading-54 {
  color: #fff;
  width: 220px;
  margin-bottom: .5rem;
  font-size: 18px;
}

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

.c-container {
  object-fit: fill;
  background-color: #0000;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.button-3, .car-mobile {
  display: none;
}

.c-nav-link {
  color: var(--white);
  cursor: pointer;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.c-nav-link:hover {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-decoration: overline;
}

.c-nav-link:active, .c-nav-link:focus, .c-nav-link:focus-visible, .c-nav-link[data-wf-focus-visible] {
  color: var(--white);
}

.c-nav-link:visited {
  color: #fff;
}

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

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

.image-24 {
  border: 1px solid #0000;
  width: 100%;
  min-width: 180px;
  max-height: 62px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.html-embed-15.login-top {
  font-family: "Korolev Ccb 8 400", sans-serif;
  font-weight: 700;
}

.l-nav {
  background-color: var(--black);
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px #000;
  flex-flow: row;
  place-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

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

.div-block-62 {
  order: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-25 {
  max-width: 171%;
  max-height: 62px;
}

.angulare-myaccount {
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-top: 0;
}

.angulare-eventlist {
  height: auto;
  min-height: 100%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block-5 {
  color: #fff;
  background-color: #8a2fec;
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 257px;
  height: 66px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.link-block-5:hover {
  color: #fff;
  -webkit-text-stroke-color: #7b8507;
  background-color: #711dcc;
  text-decoration: none;
}

.link-block-5.btn-banner {
  background-color: var(--verde);
  color: var(--black);
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
}

.link-block-5.btn-banner:hover {
  background-color: var(--verde-escuro);
}

.link-block-5.btn-banner:active {
  background-color: var(--verde);
}

.link-block-5.btn-banner {
  grid-column-gap: 10px;
  background-color: #bed500;
  border: 1px #000;
  border-radius: 9px;
  justify-content: center;
  align-self: center;
  width: 203px;
  height: 52px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
}

.link-block-5.btn-banner:hover {
  text-align: left;
  background-color: #bed500;
}

.link-block-5.btn-banner.btn-modalidade {
  grid-column-gap: 5px;
  border-radius: 9px;
  width: 171px;
  height: 44px;
  margin-left: 0;
}

.heading-36 {
  color: #000;
  font-size: 43px;
  font-weight: 400;
  line-height: 51.77px;
}

.container-9 {
  width: 100%;
}

.heading-59 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Korolev Ccb 8 400", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 63px;
  display: flex;
}

.image-15 {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: 10px;
}

.nona-dobra-2 {
  background-color: #f7f8fc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.nona-dobra-2.nona-b {
  background-color: var(--bg-branco);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.div-block-45 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-63 {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.div-block-63.m-playlist {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.div-block-46 {
  align-items: center;
  margin: 0 auto 20px;
  display: flex;
}

.db-default {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.db-default.primeira-dobra {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  place-items: center stretch;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.db-default.segunda-dobra {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  place-content: center;
  place-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.db-default-left {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.db-default-left.segunda-dobra {
  grid-row-gap: 0px;
  object-fit: cover;
  border-top-right-radius: 94px;
  border-bottom-right-radius: 94px;
  flex-flow: column;
  place-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: relative;
}

.db-default-left.mod02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 20px 10px;
}

.db-default-right {
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 640px;
  height: 100%;
  display: flex;
  position: relative;
}

.db-default-right.mod01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  min-width: 100%;
  min-height: auto;
  padding: 20px 10px;
}

.conf-img-home {
  object-fit: contain;
  align-self: flex-end;
  height: 100%;
  display: block;
}

.conf-img-home.mod02 {
  width: 100%;
}

.conf-img-home.mod02.desktop {
  align-self: flex-end;
  width: 100%;
  max-width: none;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.conf-img-home.desktop {
  width: 100%;
  min-height: auto;
}

.homepage-dbs {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 100px;
  display: flex;
}

.coluna {
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  min-width: 280px;
  max-height: 320px;
  padding: 20px;
  display: flex;
  position: relative;
}

.section-6 {
  background-color: #fff;
  max-width: 100%;
  min-height: 60vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
}

.heading-64 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Gotham Book, sans-serif;
  font-size: 60px;
  line-height: 1;
}

.container-10 {
  width: 100%;
  max-width: none;
  padding-top: 60px;
}

.tabs-menu {
  border-bottom: 1px solid var(--dim-grey);
  text-align: center;
  padding-bottom: 20px;
}

.tab-link-pr-aula {
  color: var(--black);
  background-color: #c8c8c800;
}

.tab-link-pr-aula.w--current {
  border-bottom: 2px solid var(--verde);
  outline-offset: 0px;
  background-color: #c8c8c800;
  outline: 3px #222;
}

.text-block-10 {
  font-family: Gotham, sans-serif;
  font-size: 18px;
}

.heading-65 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Gotham Book, sans-serif;
}

.paragraph-28 {
  margin-bottom: 40px;
  font-size: 20px;
}

.div-block-68 {
  border: 4px solid var(--verde);
  object-fit: cover;
  width: 50%;
  max-width: none;
  height: 250px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-30 {
  object-fit: cover;
  height: 100%;
  min-height: 100%;
}

.image-30.img-large {
  width: 100%;
}

.image-31 {
  object-fit: cover;
  height: 100%;
  min-height: 100%;
}

.paragraph-31 {
  color: var(--black);
  width: 50%;
  font-size: 20px;
  line-height: 130%;
}

.tabs-content {
  width: 100%;
  min-width: 0;
  max-width: none;
  padding-top: 40px;
}

.div-block-69 {
  object-fit: cover;
  width: 50%;
  height: 100%;
  min-height: 100%;
}

.div-block-70 {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.div-block-71 {
  width: 50%;
  height: 100%;
  min-height: 100%;
}

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

.flex-block-12.col01 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: nowrap;
  align-items: center;
}

.flex-block-12.col02 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row-reverse;
  align-items: center;
}

.flex-block-12.col03 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
}

.flex-block-12.col04 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row-reverse;
  align-items: center;
}

.tab-pane-pr-aula {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.tab-pane-ajustes-da-bike {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.tabs {
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

.section-redirecionamento {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 0;
  padding-top: 240px;
  padding-bottom: 240px;
  display: flex;
}

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

.div-block-74 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 0;
  display: flex;
}

.packages-html {
  color: var(--black);
}

.padding-default {
  color: var(--black);
  width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.body-4 {
  min-height: 100%;
}

.body-4.body-even-especiais {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  display: flex;
}

.body-5 {
  background-color: var(--white);
  min-height: 100%;
}

.section-instrutores {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
}

.container-instrutores {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.modalidade-item1 {
  border-radius: 16px;
  width: 100%;
  max-width: 280px;
  height: 100%;
  max-height: 280px;
  position: relative;
  overflow: hidden;
}

.paragraph-26 {
  color: #fff;
  text-align: center;
  font-family: Archivo, sans-serif;
  font-size: 16px;
}

.heading-67 {
  color: #fff;
  font-size: 32px;
}

.modalidade-item2 {
  border-radius: 16px;
  width: 100%;
  max-width: 280px;
  height: 100%;
  max-height: 280px;
  position: relative;
  overflow: hidden;
}

.image-38 {
  width: 100%;
  height: 100%;
}

.flex-block-14 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-14.instrutores {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 960px;
  margin-top: 40px;
}

.image-39 {
  width: 100%;
  height: 100%;
}

.div-block-67 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 0;
  background-color: #00000080;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-69 {
  color: #000;
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21.04px;
}

.heading-69:hover {
  color: #000;
}

.heading-69.txt-menor {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.heading-70 {
  color: #000;
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21.04px;
}

.heading-70:hover {
  color: #000;
}

.heading-70.txt-menor {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.heading-71 {
  color: #000;
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21.04px;
}

.heading-71:hover {
  color: #000;
}

.heading-71.txt-menor {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.heading-72 {
  color: #000;
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21.04px;
}

.heading-72:hover {
  color: #000;
}

.heading-72.txt-menor {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.heading-73 {
  color: #000;
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21.04px;
}

.heading-73:hover {
  color: #000;
}

.heading-73.txt-menor {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.heading-74 {
  color: #000;
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21.04px;
}

.heading-74:hover {
  color: #000;
}

.heading-74.txt-menor {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.section-instrutor {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}

.container-instrutor {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

.flex-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 320px;
  margin-top: 60px;
}

.div-block-86 {
  width: 40%;
  min-width: 400px;
  height: auto;
}

.div-block-87 {
  flex-flow: column;
  justify-content: space-around;
  width: 60%;
  height: 100%;
  display: flex;
}

.paragraph-32 {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.image-40 {
  border-radius: 16px;
}

.heading-75 {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

.heading-76 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.code-embed {
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: none;
  margin-top: auto;
  margin-bottom: 0;
}

.image-43 {
  width: 100%;
  max-width: 100%;
}

.image-44, .image-45 {
  max-width: 100%;
}

.link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10 {
  max-width: 60px;
}

.link-block-11 {
  max-width: 90px;
}

.image-46 {
  width: 210px;
  margin-top: 0;
}

.paragraph-34 {
  color: var(--black);
  text-align: center;
  min-width: 0;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Korolev B 1 C 9 400", sans-serif;
  font-weight: 500;
}

.bold-text-7 {
  color: var(--black);
  min-width: 0;
  font-family: "Korolev B 1 C 9 400", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.button-6 {
  color: var(--black);
  background-color: #0000;
  border: 2px solid #414345;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 48px;
  font-family: "Korolev B 1 C 9 400", sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.button-6:hover {
  color: var(--white);
  background-color: #414345;
}

.image-47 {
  max-width: 226px;
}

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

.txt-modali {
  color: var(--black);
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
}

.container-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-10 {
  color: var(--black);
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

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

.heading-77 {
  text-align: center;
  font-size: 56px;
}

.flex-block-17 {
  width: 100%;
}

.grid-4 {
  grid-template-rows: auto;
  width: 100%;
}

.div-block-88 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-35 {
  font-family: "Korolev Adec 400", sans-serif;
}

.div-block-89 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-78, .heading-79 {
  font-size: 38px;
}

.heading-80 {
  text-align: center;
  margin-top: 40px;
  font-family: "Korolev 7 E 27 400", sans-serif;
  font-weight: 900;
}

.select-field {
  background-color: #0000;
  border-radius: 8px;
}

.text-field {
  border-radius: 8px;
  min-height: 80px;
}

.submit-button {
  background-color: #ff8a00;
  border-radius: 8px;
  width: 150px;
  height: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  display: block;
}

.text-field-2, .text-field-3, .text-field-4 {
  border-radius: 8px;
}

.form {
  height: 100%;
}

.form.form-traba {
  width: 100%;
}

.div-block-90 {
  background-color: #f29100;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.container-16 {
  width: 100%;
}

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

.text-span-2 {
  font-size: 18px;
}

.paragraph-37 {
  font-family: "Korolev B 1 C 9 400", sans-serif;
}

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

.section-termos {
  width: 100%;
  min-height: 60vh;
  padding-top: 40px;
  padding-bottom: 100px;
  font-family: "Korolev B 1 C 9 400", sans-serif;
}

.container-17 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-40 {
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-41 {
  direction: ltr;
  font-size: 16px;
  line-height: 1.6;
}

.body-6, .body-7 {
  background-color: #fff;
}

.div-block-91 {
  color: var(--black);
  min-height: 60vh;
}

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

.form-block {
  width: 100%;
}

.success-message {
  background-color: var(--verde);
}

.text-block-11 {
  font-weight: 700;
}

.div-block-92 {
  min-height: 60vh;
}

.paragraph-42 {
  font-size: 16px;
  line-height: 150%;
}

.text-span-38 {
  font-size: 32px;
  font-weight: 500;
}

.text-span-39 {
  font-size: 28px;
  font-weight: 500;
}

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

.bold-text-9, .text-span-41, .bold-text-10, .bold-text-11, .text-span-42, .text-span-43 {
  font-size: 20px;
}

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

.paragraph-43 {
  font-size: 16px;
  line-height: 150%;
}

.text-span-45, .text-span-46, .text-span-47, .text-span-48 {
  font-size: 20px;
}

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

.text-span-50, .text-span-51, .text-span-52 {
  font-size: 20px;
}

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

.text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73 {
  font-size: 20px;
}

.image-49 {
  cursor: pointer;
  width: 48px;
  max-width: none;
  height: 48px;
  max-height: none;
  margin-left: 40px;
}

.desktop-menu {
  z-index: 9990;
  background-color: #000000e3;
  width: 40%;
  margin-left: -40%;
  position: absolute;
  inset: 0%;
}

.close-desktop-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.heading-81 {
  color: var(--white);
  cursor: pointer;
  font-size: 32px;
  font-weight: 400;
  position: absolute;
  inset: 2% 5% auto auto;
}

.link-2 {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  font-family: "Korolev B 1 C 9 400", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link-2.w--current {
  padding: 5px 10px 5px 0;
}

.div-block-93 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.heading-82 {
  color: var(--white);
  font-family: "Korolev B 1 C 9 400", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-94 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-50 {
  width: 24px;
}

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

.code-embed-3.car-shopping.pagekraft-auth-checkout {
  color: #505050;
}

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

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

.button-2-ang.pagekraft-auth-register {
  color: var(--white);
  border-color: #505050;
  font-family: "Korolev Ccb 8 400", sans-serif;
  font-size: 20px;
  display: none;
}

.button-1-ang {
  color: var(--white);
  text-transform: uppercase;
  background-color: #505050;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-family: "Korolev Ccb 8 400", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: none;
}

.button-1-ang.pagekraft-auth-my-account {
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 1280px) {
  .f-container, .f-container.container-footer-top {
    align-self: center;
  }

  .c-container {
    width: 100%;
    max-width: 1140px;
  }

  .db-default-left.segunda-dobra {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .db-default-left.mod02 {
    padding-left: 0;
    padding-right: 0;
  }

  .db-default-right {
    justify-content: space-between;
    display: flex;
  }

  .db-default-right.mod01 {
    padding-left: 0;
    padding-right: 0;
  }

  .conf-img-home.mod02.desktop {
    overflow: visible;
  }

  .homepage-dbs {
    margin-top: 0;
  }

  .section-6 {
    width: 100%;
  }

  .container-10 {
    width: 100%;
    max-width: none;
  }

  .div-block-68 {
    max-width: 100%;
    height: 250px;
  }

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

  .code-embed {
    min-height: auto;
    max-height: none;
  }
}

@media screen and (min-width: 1440px) {
  .nona-dobra.depoimentos {
    margin-bottom: 60px;
  }

  .f-container, .f-container.container-footer-top {
    align-self: center;
  }

  .c-container {
    width: 100%;
  }

  .nona-dobra-2.nona-b {
    padding-top: 60px;
  }

  .homepage-dbs {
    padding-bottom: 0;
  }

  .div-block-68 {
    max-width: 100%;
    height: 250px;
  }

  .code-embed {
    max-height: none;
  }
}

@media screen and (min-width: 1920px) {
  .container-web {
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    display: block;
  }

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

  .container-7 {
    max-width: 1140px;
  }

  .f-container {
    border-bottom: 0 solid #474747;
    align-self: center;
  }

  .f-container.container-footer-top {
    border-bottom-width: 1px;
    align-self: auto;
    padding-left: 0;
  }

  .grid-3 {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    background-color: var(--white);
    background-image: none;
  }

  .nav-menu-2 {
    justify-content: center;
  }

  .c-nav-logo {
    order: -1;
  }

  .c-container {
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-nav-link:hover {
    color: var(--crimson);
  }

  .l-nav {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-62 {
    order: 1;
    justify-content: space-between;
    display: flex;
  }

  .nona-dobra-2.nona-b {
    padding-top: 100px;
  }

  .db-default.primeira-dobra {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    place-content: center space-between;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .db-default.segunda-dobra {
    justify-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .db-default-left.segunda-dobra {
    align-items: stretch;
  }

  .db-default-right {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .db-default-right.mod01 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .conf-img-home {
    align-self: flex-start;
  }

  .conf-img-home.mod02 {
    align-self: flex-end;
    width: 100%;
  }

  .conf-img-home.mod02.desktop {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .homepage-dbs {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .div-block-68 {
    max-width: none;
    height: 250px;
  }

  .image-30 {
    width: 100%;
  }

  .div-block-71, .div-block-72 {
    width: 50%;
    height: 100%;
    min-height: 100%;
  }

  .code-embed {
    max-height: none;
  }

  .image-48 {
    width: 100%;
  }

  .div-block-88 {
    justify-content: space-around;
    align-items: flex-start;
  }

  .div-block-89 {
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 0;
  }

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

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

  .mask-2 {
    background-color: #0000;
  }

  .carrossel-professores {
    background-color: #0000;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .carrossel-professores.carrossel-passos {
    align-self: center;
    position: relative;
  }

  .icon-4 {
    -webkit-text-stroke-width: 0px;
    background-color: #0000;
  }

  .right-arrow {
    background-color: #0000;
  }

  .slide-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-38 {
    font-size: 12.78px;
    font-weight: 400;
    line-height: 13.9px;
  }

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

  .heading-53 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
  }

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

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

  .f-container {
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

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

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 25% 25% 25% 25%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center flex-start;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

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

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 1;
    grid-template-rows: 100% auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .div-block-4.f-si, .div-block-4.f-p {
    margin-left: auto;
    margin-right: auto;
  }

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

  .box-r-sociais.menu.social-box-menu {
    margin-top: 10%;
    margin-left: 20px;
    font-size: .875rem;
    display: block;
  }

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

  .div-block-5 {
    order: -1;
    align-self: flex-start;
    align-items: flex-start;
    width: 280px;
  }

  .div-block-5.w--current {
    margin-left: auto;
    margin-right: auto;
  }

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

  .instagram-icon {
    cursor: pointer;
  }

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

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

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

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

  .db-politica-custom {
    width: 100%;
    max-width: 100%;
  }

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

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

  .icon {
    background-color: #c0ff72;
    margin-top: 0;
    display: none;
  }

  .nav-menu-2 {
    object-fit: contain;
    background-color: #070801;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    width: 80%;
    height: 100vh;
    margin-top: auto;
    margin-left: 0;
    display: flex;
    overflow: hidden;
  }

  .bold-text-3 {
    color: #fff;
  }

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

  .html-embed-11 {
    padding-top: 0;
  }

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

  .c-nav-logo.w--current {
    flex: 1;
    order: 1;
    margin-right: 0;
    display: block;
  }

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

  .heading-54.rs-mobile {
    color: #d45700;
  }

  .div-block-16 {
    align-items: center;
  }

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

  .html-embed-9 {
    color: #c2d10f;
    cursor: pointer;
    display: flex;
  }

  .button-3 {
    color: #fff;
    cursor: pointer;
    background-color: #0000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-top: 10px;
    font-size: 32px;
    font-weight: 400;
    line-height: 2;
    display: flex;
    position: static;
    inset: 13% 0% auto 50%;
  }

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

  .c-nav-link {
    color: #c2d10f;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
  }

  .c-nav-link:hover {
    color: #daec08;
  }

  .html-embed-3 {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

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

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

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

  .menu-button.menu-mobile-action {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .menu-button.menu-mobile-action.w--open {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-23 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex;
    position: static;
    inset: auto 0% 15%;
  }

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

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

  .heading-59 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
  }

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

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

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

  .div-block-63.m-playlist {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .db-default.primeira-dobra {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    max-width: 668px;
    display: flex;
  }

  .db-default.segunda-dobra {
    max-width: 668px;
    display: flex;
  }

  .db-default-left {
    grid-row-gap: 32px;
    order: 1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .db-default-left.segunda-dobra {
    order: -1;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .db-default-right {
    grid-row-gap: 32px;
    order: -1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .conf-img-home {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .homepage-dbs {
    align-items: center;
  }

  .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;
    align-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-68 {
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .paragraph-31 {
    width: 50%;
    line-height: 130%;
  }

  .flex-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row-reverse;
    align-items: center;
  }

  .flex-block-12.col04 {
    flex-wrap: nowrap;
  }

  .utility_block {
    width: 95%;
  }

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

  .modalidade-item1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modalidade-item2 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .flex-block-14 {
    flex-flow: wrap;
  }

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

  .flex-block-16 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .image-47 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-5 {
    align-content: start;
  }

  .image-49, .desktop-menu, .div-block-181 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .heading-29 {
    text-align: center;
    font-size: 32px;
  }

  .heading-29.titulo-laranja {
    margin-left: 0;
  }

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

  .heading-53 {
    text-align: center;
    font-size: 32px;
  }

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

  .social-links-footer {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .bold-text-4 {
    align-items: flex-start;
    display: flex;
  }

  .grid-3 {
    flex-flow: column;
    place-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

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

  .paragraph-17 {
    line-height: 2;
  }

  .div-block-4 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-4.f-si, .div-block-4.f-p {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4.f-l-principais {
    padding-left: 0;
  }

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

  .box-r-sociais.menu.social-box-menu {
    width: 80%;
    padding-left: 0;
  }

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

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-5.w--current {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

  .nav-menu-2 {
    height: 100vh;
  }

  .bold-text-3 {
    color: #fff;
  }

  .html-embed-11 {
    padding-top: 0;
  }

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

  .div-block-16 {
    justify-content: flex-start;
    margin-left: 0;
  }

  .c-container {
    justify-content: space-around;
    max-width: none;
    padding-left: 0;
  }

  .button-3 {
    line-height: 2;
  }

  .image-24 {
    flex: 1;
    order: 1;
    min-width: 0;
    max-width: none;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button.menu-mobile-action {
    background-color: #0000;
    height: auto;
  }

  .div-block-23 {
    position: static;
    inset: auto 0% 15%;
  }

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

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

  .link-block-5.btn-banner {
    margin-right: 100px;
  }

  .link-block-5.btn-banner.btn-modalidade {
    margin-right: 0;
  }

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

  .heading-59 {
    text-align: center;
    font-size: 32px;
  }

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

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

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

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

  .div-block-63.m-playlist {
    flex-flow: column wrap;
    padding-top: 60px;
  }

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

  .db-default.primeira-dobra, .db-default.segunda-dobra {
    max-width: none;
  }

  .db-default-left.segunda-dobra {
    align-items: center;
    min-width: auto;
  }

  .db-default-left.mod02 {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .db-default-right {
    min-width: auto;
  }

  .db-default-right.mod01 {
    width: 100%;
    min-width: auto;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .conf-img-home.desktop {
    display: block;
  }

  .homepage-dbs {
    align-items: center;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-65 {
    padding-left: 20px;
  }

  .paragraph-28, .paragraph-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .flex-block-12.col02, .flex-block-12.col03, .flex-block-12.col04 {
    flex-direction: column-reverse;
  }

  .utility_block {
    width: 95%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .heading-69.txt-menor, .heading-70.txt-menor, .heading-71.txt-menor, .heading-72.txt-menor, .heading-73.txt-menor, .heading-74.txt-menor {
    font-size: 14px;
  }

  .div-block-87 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-47 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-40, .paragraph-41 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 0;
  }

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

  .heading-29 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 1.2;
  }

  .heading-29.titulo-laranja {
    color: var(--white);
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
  }

  .nona-dobra {
    background-color: var(--white);
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 50px;
  }

  .nona-dobra.depoimentos {
    background-color: var(--black);
    background-image: none;
  }

  .carrossel-professores.carrossel-passos {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .left-arrow {
    margin-left: 0;
    top: 60px;
  }

  .slide-nav {
    background-color: #0000;
  }

  .icon-4 {
    color: var(--verde);
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
  }

  .icon-4:hover {
    color: var(--verde-escuro);
  }

  .right-arrow {
    margin-right: 0;
    top: 60px;
    right: -30px;
  }

  .icon-5 {
    color: var(--verde);
    background-color: #0000;
    margin-left: 10px;
    margin-right: 0;
    left: -11px;
  }

  .icon-5:hover {
    color: var(--verde-escuro);
  }

  .slide-2 {
    min-height: 100%;
    max-height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

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

  .heading-53 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 1.2;
  }

  .heading-53.heading-29.titulo-laranja.depoimento {
    text-align: center;
    justify-content: center;
  }

  .column-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-7 {
    text-align: center;
    padding: 0 20px 60px;
  }

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

  .div-block-61.depoimentos {
    margin-bottom: 0;
  }

  .social-links-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .f-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .facebook-icon {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .bold-text-5.bold-text-4 {
    font-size: 1.1rem;
  }

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

  .heading-12 {
    margin-top: 0;
    margin-bottom: 12px;
  }

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

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

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-4.f-si, .div-block-4.f-p {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4.cnpj-razao-social {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

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

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

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

  .heading-11 {
    font-size: 18px;
  }

  .f-r-link {
    font-size: 14px;
    line-height: 130%;
  }

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

  .bold-text.bold-text-4 {
    font-size: 1.1rem;
  }

  .paragraph-19 {
    color: var(--black);
    width: 100%;
  }

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

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

  .db-cookiesof {
    max-width: 360px;
  }

  .text-block-5 {
    width: 100%;
  }

  .icon {
    color: #fff;
    background-color: #c0ff7200;
    display: block;
  }

  .nav-menu-2 {
    background-color: var(--black);
    opacity: 1;
    -webkit-text-stroke-color: #101010;
    mix-blend-mode: normal;
    width: 90%;
    height: 100vh;
    margin-top: auto;
    box-shadow: 2px 0 5px #0003;
  }

  .bold-text-3 {
    color: var(--white);
  }

  .image-23 {
    width: 24px;
    display: none;
  }

  .c-nav-logo {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 10px;
  }

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

  .heading-54.rs-mobile {
    color: var(--white);
  }

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

  .html-embed-9 {
    display: flex;
  }

  .button-3 {
    color: var(--white);
    font-size: 22px;
    line-height: 2;
  }

  .c-nav-link {
    color: var(--white);
    text-align: left;
  }

  .c-nav-link:hover {
    color: var(--verde);
  }

  .html-embed-3 {
    align-self: flex-start;
    width: 100%;
    display: block;
  }

  .div-block-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    padding-top: 20px;
  }

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

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

  .menu-button.menu-mobile-action {
    color: #0000;
    background-color: #0000;
    height: auto;
  }

  .div-block-23 {
    position: static;
    inset: auto 0% 15%;
  }

  .l-nav {
    background-color: var(--black);
    opacity: 1;
    mix-blend-mode: normal;
    height: 90px;
    position: relative;
  }

  .image-25 {
    text-align: left;
    max-width: 90%;
  }

  .slide-3, .slide-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-block-5.btn-banner {
    width: 220px;
    margin-bottom: 20px;
    margin-right: auto;
    font-size: 14px;
  }

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

  .heading-59 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 24px;
    line-height: 36px;
  }

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

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

  .nona-dobra-2.nona-b {
    background-color: var(--black);
    width: auto;
  }

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

  .div-block-63.m-playlist {
    background-color: #fff;
    margin-top: 0;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .db-default.primeira-dobra {
    max-width: 100%;
  }

  .db-default.segunda-dobra {
    object-fit: cover;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .db-default-left {
    grid-row-gap: 0px;
  }

  .db-default-left.segunda-dobra {
    object-fit: cover;
    margin-left: 0;
    margin-right: 0;
  }

  .db-default-left.mod02 {
    padding-left: 0;
    padding-right: 0;
  }

  .db-default-right {
    grid-row-gap: 0px;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .db-default-right.mod01 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .conf-img-home {
    object-fit: cover;
    width: 100%;
    min-width: 100%;
  }

  .conf-img-home.mod02.desktop, .conf-img-home.desktop {
    display: block;
  }

  .homepage-dbs {
    grid-row-gap: 16px;
    background-color: var(--white);
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .coluna {
    width: 100%;
  }

  .html-spotify {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-4 {
    display: none;
  }

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

  .container-10 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    justify-content: center;
    display: flex;
  }

  .tab-link-pr-aula {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-10 {
    width: 100%;
  }

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

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

  .div-block-68 {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
  }

  .image-30, .image-30.img-large, .image-31 {
    object-fit: cover;
  }

  .paragraph-31 {
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .link {
    display: none;
  }

  .utility_block {
    width: 95%;
  }

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

  .packages-html {
    margin-top: 40px;
  }

  .heading-69 {
    font-size: 20px;
    line-height: 21px;
  }

  .heading-69.txt-menor {
    font-size: 14px;
  }

  .heading-70 {
    font-size: 20px;
    line-height: 21px;
  }

  .heading-70.txt-menor {
    font-size: 14px;
  }

  .heading-71 {
    font-size: 20px;
    line-height: 21px;
  }

  .heading-71.txt-menor {
    font-size: 14px;
  }

  .heading-72 {
    font-size: 20px;
    line-height: 21px;
  }

  .heading-72.txt-menor {
    font-size: 14px;
  }

  .heading-73 {
    font-size: 20px;
    line-height: 21px;
  }

  .heading-73.txt-menor {
    font-size: 14px;
  }

  .heading-74 {
    font-size: 20px;
    line-height: 21px;
  }

  .heading-74.txt-menor {
    font-size: 14px;
  }

  .div-block-86 {
    min-width: 360px;
  }

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

  .image-47 {
    max-width: 125px;
  }

  .txt-modali {
    font-size: 20px;
  }

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

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

#w-node-_11118597-fc7f-e495-85b4-73c494ff929b-d8036103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11118597-fc7f-e495-85b4-73c494ff929d-d8036103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_11118597-fc7f-e495-85b4-73c494ff928b-d8036103, #w-node-_8c3f6488-1906-b6ea-543e-09acd582934b-d8036103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c3f6488-1906-b6ea-543e-09acd582934e-d8036103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_56601979-9011-ef1c-0a44-b891fea183a8-d8036103, #w-node-ac6f3dea-0099-d9f4-0aa0-a52d1ad18d8b-d8036103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac6f3dea-0099-d9f4-0aa0-a52d1ad18d8e-d8036103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3bd3eee4-4c93-e486-0e23-f490afd7b6bf-d8036103, #w-node-_5be53aba-0e6a-f203-3d99-70dcb084291d-b0842908, #w-node-_5be53aba-0e6a-f203-3d99-70dcb084292d-b0842908, #w-node-_5be53aba-0e6a-f203-3d99-70dcb0842938-b0842908, #w-node-_20d4d32b-4eb1-92bb-2152-2bdb3e24654e-d8036125, #w-node-_20d4d32b-4eb1-92bb-2152-2bdb3e24654f-d8036125, #w-node-_1ca73ecc-c742-793a-d925-4ec430cb8057-d8036138 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_11118597-fc7f-e495-85b4-73c494ff929b-d8036103, #w-node-_11118597-fc7f-e495-85b4-73c494ff929d-d8036103, #w-node-_8c3f6488-1906-b6ea-543e-09acd582934b-d8036103, #w-node-_8c3f6488-1906-b6ea-543e-09acd582934e-d8036103, #w-node-ac6f3dea-0099-d9f4-0aa0-a52d1ad18d8b-d8036103, #w-node-ac6f3dea-0099-d9f4-0aa0-a52d1ad18d8e-d8036103 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5be53aba-0e6a-f203-3d99-70dcb084291d-b0842908 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Knockout Htf 49 Liteweight';
  src: url('../fonts/Knockout-HTF49Liteweight-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev D 8 E 7 400';
  src: url('../fonts/Korolev-Bold-Italic-d8e7_400.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev Ccb 8 400';
  src: url('../fonts/Korolev-Bold-ccb8_400.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev 7 E 27 400';
  src: url('../fonts/Korolev-Heavy-7e27_400.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev 73 F 400';
  src: url('../fonts/Korolev-Medium-Italic-73f_400.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev 65 F 1 400';
  src: url('../fonts/Korolev-Heavy-Italic-65f1_400.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev Adec 400';
  src: url('../fonts/Korolev-Light-adec_400.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 500';
  src: url('../fonts/Museo_Slab_500.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev 728 400';
  src: url('../fonts/Korolev-Light-Italic-728_400.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev B 1 C 9 400';
  src: url('../fonts/Korolev-Medium-b1c9_400.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev Df 25 400';
  src: url('../fonts/Korolev-Thin-df25_400.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}