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

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

@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 {
  justify-content: space-around;
  align-items: center;
  height: 166px;
  padding-top: 0;
  display: block;
}

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

.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%;
  max-width: none;
  height: 100%;
  min-height: 60vh;
  padding-top: 125px;
  padding-bottom: 125px;
}

.section.section-01 {
  background-color: var(--bg-branco);
  background-image: url('../images/iStock-924163458.png.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  width: auto;
  max-width: none;
  padding-top: 125px;
  padding-bottom: 125px;
}

.heading-3 {
  width: 100%;
  max-width: 488px;
  margin-top: 0;
  margin-bottom: 34px;
  font-family: Gotu, sans-serif;
  font-size: 70px;
  line-height: 84px;
}

.column-3 {
  padding-left: 20px;
  padding-right: 0;
}

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

.container-3.container-large {
  width: 90%;
  max-width: none;
}

.column-4 {
  padding-right: 15px;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
}

.section-02.section {
  width: auto;
  max-width: none;
}

.container-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.container-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: #f32b56;
  text-align: center;
  margin-bottom: 11px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-block.subtitulo {
  color: var(--crimson);
  text-align: left;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.heading-4.title-section {
  text-align: center;
  font-family: Gotu, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 67px;
}

.heading-4.title-section.titulo-menor {
  width: 100%;
  max-width: 400px;
  font-size: 40px;
  line-height: 48px;
}

.paragraph-3 {
  clear: none;
  color: var(--dim-grey);
  text-align: center;
  max-width: 700px;
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block {
  background-color: var(--white);
  max-width: 350px;
  padding: 20px;
  box-shadow: 0 2px 20px #0000001a;
}

.div-block.card {
  background-color: var(--bg-body);
  box-shadow: none;
  border: 0 solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block.card.card-04 {
  height: 100%;
}

.title-card {
  color: var(--black);
  text-align: center;
  height: 50px;
  max-height: 50px;
  font-family: Gotu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.paragraph-4 {
  text-align: center;
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.section-03.section {
  background-color: var(--thistle-2);
  position: relative;
}

.section-03.section.padding-75 {
  width: auto;
  max-width: none;
  padding-top: 75px;
  padding-bottom: 75px;
}

.title-section.heading-4 {
  text-align: left;
}

.title-section.heading-4.titulo-menor {
  max-width: 555px;
}

.paragraph-5 {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.image-5 {
  width: 100%;
  max-width: 1000px;
}

.section-04 {
  width: 100%;
}

.section-04.section {
  background-color: #f7f8fc;
  width: auto;
  max-width: none;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 47px;
  margin-left: 64px;
  margin-right: 64px;
}

.div-block-2 {
  background-color: var(--bg-branco);
  padding: 10px;
}

.div-block-2.img-bottom {
  margin-top: 20px;
}

.icone-info-contato {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icone-info-contato.rodape {
  margin-top: 18px;
}

.heading-32 {
  color: var(--crimson);
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21.04px;
}

.heading-32:hover {
  color: var(--crimson);
}

.heading-50 {
  color: #232536b0;
}

.heading-50.unit-name {
  color: var(--crimson);
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Gotu, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 53px;
}

.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(--crimson);
  font-family: Gotu, sans-serif;
}

.link-block {
  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:hover {
  color: #fff;
  -webkit-text-stroke-color: #7b8507;
  background-color: #711dcc;
  text-decoration: none;
}

.link-block.btn-banner {
  background-color: #ffdfcd;
  align-self: center;
  margin-top: 0;
}

.link-block.btn-banner:hover {
  background-color: var(--peach-puff);
  color: var(--dim-grey-2);
}

.link-block.btn-passos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--peach-puff);
  justify-content: space-between;
  align-self: flex-end;
  width: 100%;
  max-width: 280px;
  margin-top: 16px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-40 {
  background-image: url('../images/Rectangle-2242x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 497px;
  max-height: none;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.db-info-contato {
  background-color: #070801;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 312px;
  max-width: none;
  height: auto;
  min-height: 319px;
  padding: 40px 15px 60px;
  display: flex;
}

.db-info-contato.d-studio {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 467px;
  height: auto;
  min-height: 0;
  padding: 0;
}

.telefone-whatsapp {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.img-contato-info {
  width: 100%;
  max-width: 20px;
  height: 100%;
  min-height: 20px;
  max-height: 20px;
}

.div-block-57 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 16px;
  flex-flow: wrap;
  place-content: space-around center;
  align-items: flex-start;
  width: 100%;
  max-width: 871px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 1%;
}

.div-block-57.studios-c {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 265px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contato-info {
  color: var(--dark-slate-grey);
  text-align: left;
  width: 100%;
  max-width: 467px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.contato-info.footer {
  color: var(--dim-grey2);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
}

.div-block-27 {
  background-image: url('../images/fitness-girl-with-fitball-gym-room-gray-background-kinky-body-flexibility-stretching-copy-space.png');
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-14 {
  color: var(--crimson);
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
}

.html-embed-14:hover {
  margin-left: 0;
}

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

.nona-dobra.nona-b-m {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  max-height: 1000px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nona-dobra.depoimentos {
  background-color: var(--bg-body);
  align-self: center;
  width: 100%;
  display: flex;
}

.div-block-36 {
  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;
}

.mask-2 {
  height: 100%;
}

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

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

.heading-51 {
  color: var(--crimson);
  -webkit-text-stroke-color: #070801;
  margin-top: auto;
  margin-bottom: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17.76px;
  font-weight: 400;
  line-height: 21.04px;
}

.heading-51:hover {
  color: var(--crimson);
}

.div-block-42 {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 312px;
  max-width: none;
  height: auto;
  min-height: 320px;
  max-height: 320px;
  padding: 40px 15px 60px;
  display: flex;
}

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

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

.paragraph-15 {
  color: var(--crimson);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  line-height: 31.2px;
}

.heading-35 {
  color: var(--crimson);
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 63.99px;
  display: block;
}

.div-block-50 {
  flex-direction: column;
  width: 98%;
  max-width: 1020px;
  display: flex;
}

.image-21 {
  margin-top: -8px;
}

.div-block-58 {
  background-image: url('../images/Rectangle-2242x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 497px;
  max-height: none;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-58.bg-resrevar {
  background-image: url('../images/woman-with-trainer-practising-yoga.png');
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.paragraph-16 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24.22px;
}

.paragraph-16.p3 {
  margin-top: 0;
}

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

.div-block-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 16px;
  flex-flow: wrap;
  place-content: space-around center;
  align-items: flex-start;
  width: 100%;
  max-width: 871px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 1%;
}

.div-block-41.d-reservas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  place-content: center space-between;
  align-items: flex-start;
  max-width: 1024px;
  max-height: none;
  margin: 0;
  position: static;
  inset: 0% 0% auto;
}

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

.heading-38 {
  color: var(--crimson);
  font-size: 12px;
  font-weight: 400;
  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;
  display: block;
}

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

.column-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.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 {
  justify-content: center;
  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-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 98%;
  max-width: 1024px;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.f-container.container-footer-top {
  border-bottom: 1px solid var(--thistle-2);
  padding-bottom: 14px;
  padding-left: 0;
}

.bold-text-4 {
  color: var(--dim-grey2);
  font-family: Archivo, sans-serif;
  line-height: 19.58px;
}

.grid-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  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: flex-start;
  width: 100%;
  max-width: 960px;
  height: 100%;
  padding: 20px 10px;
  display: flex;
}

.bold-text-5 {
  color: var(--dim-grey2);
  font-size: 18px;
}

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

.footer {
  background-color: var(--bg-body);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: auto;
  padding: 40px 10px;
  display: flex;
}

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

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

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

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

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

.div-block-4.f-p {
  width: 100%;
  max-width: 200px;
}

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

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

.box-r-sociais.menu {
  align-items: flex-start;
  width: auto;
  max-width: 180px;
  display: flex;
}

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

.heading-11 {
  color: var(--dim-grey2);
  margin-bottom: .5rem;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 19.58px;
}

.f-r-link {
  color: var(--dim-grey2);
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  text-decoration: none;
}

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

.f-r-link.w--current {
  color: var(--dim-grey2);
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.f-r-link.w--current:hover, .f-r-link.w--current:active {
  font-weight: 400;
}

.f-r-link.w--current:focus {
  color: var(--dim-grey2);
}

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

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

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

.instagram-icon {
  color: #474747;
}

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

.head-regular {
  color: #424242;
  letter-spacing: -.31px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

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

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

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.faq {
  color: #070b3b;
  white-space: break-spaces;
  background-color: #1e1e20;
  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 {
  text-align: center;
  letter-spacing: .58px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
}

.faq-q {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

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

.faq-default {
  padding: 60px 72px 100px;
  position: relative;
  overflow: hidden;
}

.block-grid {
  grid-row-gap: 72px;
  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;
}

.faq-answer {
  color: #424242;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 100px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.plus-vert {
  background-color: #000;
  border-radius: 100px;
  width: 4px;
  height: 26px;
  position: absolute;
}

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

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

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

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

.accordian-item {
  border-top: 1px #8be98b;
  border-radius: 0;
  width: 100%;
}

.accordian-item:last-child {
  border-bottom: 1px solid #5fd567;
}

.border-faq-linear {
  background-color: #242424;
  background-image: linear-gradient(-259deg, #000, #fff);
  width: 100%;
  height: 2px;
}

.text-block-7 {
  color: #fff;
}

.toggle-text {
  z-index: 2;
  color: #fff;
  position: relative;
}

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

.plus-horiz {
  background-color: #000;
  border-radius: 100px;
  width: 26px;
  height: 4px;
  position: absolute;
}

.faq-ans {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.text-block-8 {
  color: #fff;
}

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

.text-block-5 {
  color: #000;
}

.db-politica-custom {
  width: 100%;
  max-width: 100%;
  padding: 60px 20px;
}

.text-block-6 {
  color: #000;
}

.c-nav-compra {
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 0;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-23.menu-mobile-action {
  order: -1;
  width: 48px;
  height: 48px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto auto auto 1%;
}

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

.c-nav-logo.w--current {
  flex: 0 auto;
  min-width: auto;
  margin-left: 0;
  margin-right: 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: 90%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

.c-nav-link {
  color: var(--black);
  cursor: pointer;
  font-family: Archivo, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.c-nav-link:hover {
  color: #8a2fec;
  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: #8a2fec;
}

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

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

.div-block-22 {
  display: block;
}

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

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

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

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

.l-nav {
  background-color: var(--bg-body);
  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: stretch;
  width: 100%;
  max-width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.l-nav.bg-vidro {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1278px;
  display: flex;
  position: fixed;
  top: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

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

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

.angulare-myaccount {
  max-width: 1280px;
  height: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

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

.column-6 {
  padding-left: 20px;
}

.img-height {
  height: 100px;
  max-height: 100px;
}

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

.db-packages.padding-default {
  align-self: flex-start;
  height: 100%;
  min-height: 60vh;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-redirecionamento {
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding-top: 60px;
  display: flex;
}

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

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

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

.text-span-44 {
  font-size: 2.5rem;
}

.bold-text-14 {
  font-size: 1.5rem;
}

.link-5 {
  color: var(--black);
  text-decoration: none;
}

.container-politicas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.container-politicas-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.text-span-37 {
  font-size: 2.5rem;
}

.text-span-47 {
  font-size: 1.5rem;
}

.text-span-40 {
  font-size: 1.125rem;
}

.heading-74 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.paragraph-44 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.text-span-59, .bold-text-15, .text-span-60 {
  font-size: 1.5rem;
}

.text-span-30, .text-span-31, .text-span-27 {
  font-size: 1.125rem;
}

.columns {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-7, .column-8, .column-9 {
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-64 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

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

.code-embed.car-shopping.pagekraft-auth-checkout {
  color: var(--crimson);
}

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

.button-2-ang.pagekraft-auth-register {
  border-color: var(--crimson);
  color: var(--crimson);
  font-weight: 500;
  display: none;
}

.button-1-ang {
  background-color: var(--crimson);
  color: var(--white);
  text-transform: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: none;
}

.body-home {
  overflow: visible;
}

.div-block-182 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  width: 1005px;
  min-width: 242px;
  max-width: 250px;
  margin-right: 0;
  display: flex;
}

.div-block-183 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0%;
  max-width: none;
  padding-right: 40px;
  display: flex;
  position: static;
}

.div-block-184 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.div-block-185 {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.seu-container-interno {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section.section-01 {
    background-position: 100% 100%;
  }

  .heading-4.title-section.titulo-menor {
    max-width: 400px;
  }

  .div-block-57.studios-c {
    font-weight: 400;
  }

  .f-container {
    max-width: 1024px;
    display: flex;
  }

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

  .l-nav.bg-vidro {
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .section.section-01 {
    background-position: 100% 100%;
  }

  .heading-4.title-section.titulo-menor {
    max-width: 400px;
  }

  .c-container {
    width: 100%;
  }

  .l-nav.bg-vidro {
    background-color: var(--bg-body);
  }

  .seu-container-interno {
    color: var(--white);
  }
}

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

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

  .section.section-01 {
    background-image: url('../images/iStock-924163458.png.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 60%;
    min-height: 900px;
    max-height: 900px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    padding-top: 200px;
  }

  .section-02 {
    width: 100%;
  }

  .section-02.section {
    background-color: var(--bg-body);
    padding-right: 0;
  }

  .container-4, .container-5 {
    max-width: 1140px;
  }

  .heading-4.title-section.titulo-menor {
    max-width: 400px;
  }

  .title-card {
    color: var(--black);
  }

  .section-04.section {
    max-width: 100%;
  }

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

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

  .f-container.container-footer-top {
    border-bottom-width: 1px;
  }

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

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

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

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

  .section.section-01 {
    overflow: hidden;
  }

  .container-3.container-large {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .column-4 {
    padding-right: 10px;
  }

  .section-02.section {
    display: flex;
  }

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

  .container-6 {
    width: 90%;
    max-width: none;
  }

  .grid-2 {
    width: auto;
  }

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

  .link-block.btn-passos {
    justify-content: center;
    align-self: center;
  }

  .div-block-40 {
    justify-content: center;
    align-self: center;
    height: 568px;
  }

  .div-block-57 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-57.studios-c {
    justify-content: center;
    width: 95%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-27 {
    justify-content: flex-start;
  }

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

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

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

  .div-block-42.p-carrossel {
    width: 300px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-50 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

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

  .div-block-58 {
    justify-content: center;
    align-self: center;
    height: 568px;
  }

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

  .div-block-60 {
    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-41 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

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

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

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

  .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 {
    align-items: center;
  }

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

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

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    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: flex-start center;
    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;
    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;
    width: auto;
    max-width: none;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .div-block-4.f-p, .div-block-4.f-l-principais {
    max-width: none;
  }

  .box-r-sociais.menu {
    margin-top: 0%;
    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: auto;
    max-width: none;
  }

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

  .instagram-icon {
    cursor: pointer;
  }

  .head-regular {
    font-size: 20px;
    line-height: 28px;
  }

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

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

  .faq-answer {
    border: 0 #e70f0f;
    font-size: 16px;
  }

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

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

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

  .accordian-item {
    border: 1px #000;
  }

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

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

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

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

  .image-23.menu-mobile-action {
    z-index: 3;
    cursor: pointer;
    width: auto;
    height: 28px;
    padding: 0;
    display: block;
    position: relative;
    left: 0%;
  }

  .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;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .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: 0%;
    max-width: 100%;
    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: none;
  }

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

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

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

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

  .image-24 {
    text-align: left;
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: auto;
    min-width: 0%;
    max-width: none;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: auto;
  }

  .menu-button {
    background-color: #0000;
    flex: 0 auto;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    display: flex;
    position: absolute;
    left: 0;
  }

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

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

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

  .div-block-63 {
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    display: flex;
  }

  .columns {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    display: flex;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .columns-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .seu-container-interno {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}

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

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

  .div-block-56 {
    width: 100%;
    height: 54px;
  }

  .div-block-40 {
    flex-flow: column wrap;
    height: 100%;
  }

  .db-info-contato {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 260px;
  }

  .db-info-contato.d-studio {
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block-57 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    max-width: none;
    display: none;
  }

  .div-block-57.studios-c {
    flex-flow: column;
    height: 374px;
    padding-bottom: 15px;
  }

  .div-block-27 {
    max-width: none;
  }

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

  .nona-dobra.nona-b-m {
    flex-wrap: nowrap;
    height: 100%;
    padding-top: 60px;
  }

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

  .div-block-42 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 260px;
  }

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

  .div-block-58 {
    flex-flow: column wrap;
    height: 100%;
  }

  .div-block-60 {
    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-41 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    max-width: none;
    display: none;
  }

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

  .heading-53.heading-29.titulo-laranja {
    width: 90%;
  }

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

  .div-block-61.depoimentos {
    width: 95%;
  }

  .social-links-footer {
    justify-content: flex-start;
    margin-left: 0;
  }

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

  .grid-3 {
    flex-flow: column;
    place-content: flex-start;
    align-items: flex-start;
    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-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: auto;
    margin-bottom: 0;
    padding-left: 0;
  }

  .head-regular {
    letter-spacing: -.19px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .faq-q {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .faq-answer {
    background-color: #e8fbe800;
    border: 1px #000;
    padding: 0 40px 24px 0;
  }

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

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

  .accordian-item {
    max-width: 100%;
  }

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

  .nav-menu-2 {
    background-color: #fcfbf9;
    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: 100%;
    padding-left: 0;
  }

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

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

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

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

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

  .packages-html {
    width: 100%;
  }

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

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

  .container-politicas, .container-politicas-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container.container-large {
    padding-right: 0;
  }

  .section {
    flex-direction: column;
    padding-top: 20px;
    display: flex;
  }

  .section.section-01 {
    background-position: 50% 100%;
    background-size: 100%;
    min-height: 700px;
    padding: 60px 20px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 54px;
  }

  .column-3 {
    padding-left: 0;
  }

  .container-3.container-large {
    width: 100%;
  }

  .paragraph-2 {
    margin-top: 40px;
  }

  .section-02.section {
    padding: 60px 20px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .section-03.section.padding-75, .section-04.section {
    padding: 60px 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .icone-info-contato {
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 10px;
  }

  .icone-info-contato.rodape {
    margin-top: 0;
    padding-left: 0;
  }

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

  .heading-50.unit-name {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 18px;
  }

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

  .link-block.btn-banner {
    margin-top: 40px;
  }

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

  .div-block-40 {
    align-items: center;
    height: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .db-info-contato.d-studio {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .telefone-whatsapp {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-57.studios-c {
    flex: 0 auto;
    align-self: center;
    height: auto;
    max-height: 400px;
    margin-top: auto;
    padding: 20px;
    left: 0%;
    right: 0%;
  }

  .contato-info {
    font-size: 14px;
  }

  .contato-info.footer {
    padding-left: 0;
  }

  .div-block-27 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .carrossel-professores.carrossel-passos {
    width: 100%;
  }

  .left-arrow {
    max-height: 320px;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .div-block-42.p-carrossel {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 300px;
    margin-top: 60px;
    margin-bottom: auto;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

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

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

  .div-block-50 {
    max-width: none;
  }

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

  .div-block-58 {
    align-items: center;
    height: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-58.bg-resrevar {
    overflow: hidden;
  }

  .right-arrow {
    max-height: 320px;
    margin-bottom: 0;
    margin-right: 0;
    right: -30px;
    overflow: hidden;
  }

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

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

  .slide-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .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 {
    align-items: center;
  }

  .f-container {
    height: auto;
  }

  .facebook-icon {
    display: flex;
  }

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

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

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

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

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

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

  .head-regular {
    font-size: 18px;
  }

  .faq-q {
    align-items: center;
  }

  .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: #000;
    background-color: #c0ff7200;
    display: block;
  }

  .icon.menu-mobile-action {
    display: none;
  }

  .nav-menu-2 {
    background-color: var(--bg-body);
    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(--black);
  }

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

  .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;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 160px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

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

  .button-3 {
    color: #000;
    font-size: 22px;
    line-height: 2;
  }

  .car-mobile {
    display: none;
  }

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

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

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

  .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;
    width: auto;
    max-width: none;
    height: 60px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .l-nav {
    background-color: var(--bg-body);
    opacity: 1;
    mix-blend-mode: normal;
    position: relative;
  }

  .l-nav.bg-vidro {
    max-width: none;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .div-block-63 {
    width: auto;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container-politicas {
    padding-top: 100px;
  }

  .heading-74 {
    font-size: 1.5rem;
  }

  .columns-2 {
    width: 100%;
  }

  .div-block-64 {
    max-width: none;
  }
}

#w-node-fc979be5-08e7-d02e-4c1f-35f4c6b11bdc-dee5106c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ccf6f3f9-cf22-1112-a3cd-651f767f6708-dee5106c, #w-node-e45adeab-fcde-4d0e-a9e3-dcccfa9dd376-dee5106c, #w-node-_29e2bd3a-3d81-043a-c4f5-f33060a34f70-dee5106c, #w-node-_29e2bd3a-3d81-043a-c4f5-f33060a34f71-dee5106c, #w-node-_29e2bd3a-3d81-043a-c4f5-f33060a34f73-dee5106c, #w-node-_47aa45f9-5d5a-7db5-9504-cdb2c05f617d-dee5106c, #w-node-_47aa45f9-5d5a-7db5-9504-cdb2c05f617e-dee5106c, #w-node-_47aa45f9-5d5a-7db5-9504-cdb2c05f6180-dee5106c, #w-node-b32c78a5-3e23-9a22-48f3-96147b94e4c3-dee5106c, #w-node-b32c78a5-3e23-9a22-48f3-96147b94e4c4-dee5106c, #w-node-b32c78a5-3e23-9a22-48f3-96147b94e4c6-dee5106c, #w-node-_49052fd7-4b94-e843-4913-197ab3d9b6f4-dee5106c, #w-node-_49052fd7-4b94-e843-4913-197ab3d9b6f5-dee5106c, #w-node-_49052fd7-4b94-e843-4913-197ab3d9b6f7-dee5106c, #w-node-_4f6b0e2b-3146-6615-a280-011e77c8d76c-dee5106c, #w-node-_4f6b0e2b-3146-6615-a280-011e77c8d76d-dee5106c, #w-node-_4f6b0e2b-3146-6615-a280-011e77c8d76f-dee5106c, #w-node-f11bd069-4abe-e644-06e7-7d0fe8448c55-dee5106c, #w-node-_427c6820-6877-ab97-29d8-cee2a41e3e1f-dee5106c, #w-node-_974fb5d1-b11a-40de-26df-fb15668244f7-dee5106c, #w-node-_7f3f5794-9bd1-fb96-20f6-2d7b3e168762-dee5106c, #w-node-_5be53aba-0e6a-f203-3d99-70dcb084290d-b0842908, #w-node-_5be53aba-0e6a-f203-3d99-70dcb084291d-b0842908, #w-node-_5be53aba-0e6a-f203-3d99-70dcb0842925-b0842908, #w-node-_5be53aba-0e6a-f203-3d99-70dcb084292d-b0842908, #w-node-_5be53aba-0e6a-f203-3d99-70dcb0842938-b0842908, #w-node-_1ca73ecc-c742-793a-d925-4ec430cb8057-ea73101f {
  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;
  }
}


