:root {
  --black-web: black;
  --yellow-web: #d3e930;
  --white-web-1: white;
  --green-yellow-web: #c0ff72;
  --green-yellow-2: #d3d56a;
  --lavender-web: #d1d2e3;
  --midnight-blue-web: #070b3b;
}

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

.lottie-animation {
  width: 50%;
}

.heading {
  color: #232536b0;
}

.text-block {
  color: #b5b5b5;
}

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

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

.button-2.btn-hover-shine {
  background-color: var(--black-web);
}

.button-2.btn-hover-shine:hover {
  background-color: var(--yellow-web);
  color: var(--black-web);
  font-weight: 700;
}

.l-nav {
  background-color: var(--black-web);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.c-container {
  grid-column-gap: 16px;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.primeira-dobra {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px;
}

.button-3 {
  float: left;
  clear: left;
  background-color: var(--black-web);
  color: var(--white-web-1);
  text-align: center;
  -webkit-text-stroke-color: var(--green-yellow-web);
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: .25rem;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  min-width: 300px;
  max-width: 300px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.button-3:hover {
  background-color: var(--green-yellow-2);
  color: var(--black-web);
  font-weight: 700;
}

.segunda-dobra {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

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

.heading-2 {
  width: 100%;
  max-width: none;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.footer {
  background-color: var(--black-web);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 420px;
  padding: 80px 20px;
  display: flex;
  position: relative;
}

.column-5 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  margin-bottom: 40px;
}

.heading-3 {
  color: var(--white-web-1);
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-2 {
  clear: both;
  color: var(--white-web-1);
  align-self: flex-start;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.nav-link-2:hover {
  color: var(--green-yellow-2);
}

.nav-link-2.w--current {
  text-decoration: none;
  display: flex;
}

.heading-8 {
  color: #d3d56a;
  text-align: left;
  overflow: hidden;
}

.coluna {
  background-color: var(--black-web);
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  min-width: 280px;
  max-height: 320px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #cccccc80;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: space-between;
  max-width: 960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.coluna-box {
  z-index: 0;
  background-color: var(--black-web);
  object-fit: fill;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0%;
  margin: auto;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.passos {
  height: auto;
  padding: 20px 10px;
  position: relative;
}

.heading-11 {
  color: #d3d56a;
  text-align: right;
  font-size: 2rem;
  overflow: hidden;
}

.heading-12 {
  color: #c9c9c9;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.2rem;
  overflow: hidden;
}

.paragraph-7 {
  color: var(--white-web-1);
  overflow: hidden;
}

.heading-13 {
  color: #d3d56a;
  text-align: right;
}

.paragraph-8 {
  color: var(--white-web-1);
  height: auto;
  margin: auto;
  display: block;
  overflow: hidden;
}

.paragraph-10 {
  color: var(--white-web-1);
  margin: auto;
  overflow: hidden;
}

.column-8 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.columns-6 {
  background-color: #0000;
  align-items: flex-start;
  width: 100%;
  max-width: 1279px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.link-2 {
  color: var(--white-web-1);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-2:hover {
  color: var(--green-yellow-2);
}

.link-2.w--current {
  cursor: pointer;
  margin-bottom: 5px;
  font-style: normal;
  text-decoration: none;
}

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

.div-block-4, .div-block-5, .div-block-6 {
  min-height: 60px;
}

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

.div-block-10 {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.body-maps {
  background-color: var(--white-web-1);
  color: var(--black-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.section-recrutamento {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding: 164px 40px;
  display: flex;
}

.body-agenda {
  background-color: var(--white-web-1);
  color: var(--black-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.section-agenda {
  color: #212529;
  flex: 1;
  align-self: auto;
  width: 100%;
  height: auto;
  min-height: 60vh;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 60px;
}

.section-agenda.section-unidades {
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.body-packages2 {
  background-color: var(--white-web-1);
  color: var(--black-web);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.section-packages2 {
  color: var(--black-web);
  width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.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 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.db-default.segunda-dobra {
  place-content: center;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.db-default.terceira-dobra {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.db-default.quarta-dobra-passos {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.db-default.db-baixe-app {
  display: block;
}

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

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

.cta-reserve {
  float: left;
  clear: left;
  background-color: var(--black-web);
  color: var(--white-web-1);
  text-align: center;
  -webkit-text-stroke-color: var(--green-yellow-web);
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: .25rem;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  min-width: 300px;
  max-width: 300px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.cta-reserve:hover {
  color: var(--black-web);
  background-color: #d3d56a;
  font-weight: 700;
}

.cta-reserve.cta-pacotes {
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  display: flex;
}

.cta-reserve.btn-trabalhe {
  margin-top: 0;
}

.tb-default {
  float: left;
  clear: none;
  grid-row-gap: 16px;
  color: var(--black-web);
  text-align: left;
  flex-direction: column;
  align-self: auto;
  width: 100%;
  margin-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
}

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

.db-center {
  grid-row-gap: 32px;
  color: var(--black-web);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: flex;
}

.title-passos {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.conf-img-home {
  align-self: center;
  display: block;
}

.html-agenda {
  color: var(--black-web);
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
}

.div-block-11 {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

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

.box-r-sociais.menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.link-block-2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.link-block-2.r-rod-instagram {
  background-color: var(--black-web);
}

.link-block-2.r-rod-zap {
  display: none;
}

.link-block-2.r-rod-zap:hover {
  background-color: var(--lavender-web);
}

.link-block-2.r-rod-face {
  display: none;
}

.link-block-2.r-rod-face:hover {
  background-color: var(--lavender-web);
}

.link-block-2.r-rod-twitter {
  background-color: #fff;
  display: none;
}

.link-block-2.r-rod-instagram:hover, .link-block-2.r-rod-face:hover, .link-block-2.r-rod-zap:hover {
  background-color: #101010;
}

.link-block-2.r-rod-twitter {
  background-color: #fff;
}

.link-block-2.r-rod-twitter:hover {
  background-color: #101010;
}

.image-15 {
  width: 32px;
  height: 32px;
}

.div-block-22 {
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.image-17 {
  width: 100%;
  min-width: 100px;
  max-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.c-nav-link-2 {
  color: #fff;
  cursor: pointer;
  padding: 10px;
  text-decoration: none;
  transition: opacity .2s;
}

.c-nav-link-2:hover {
  color: var(--green-yellow-2);
  -webkit-text-stroke-color: transparent;
  font-weight: 600;
  text-decoration: overline;
}

.c-nav-link-2:active {
  color: var(--white-web-1);
}

.c-nav-link-2:focus {
  color: var(--green-yellow-web);
}

.c-nav-link-2:focus-visible, .c-nav-link-2[data-wf-focus-visible], .c-nav-link-2.w--current {
  color: var(--white-web-1);
}

.c-nav-link-2.w--current:hover {
  color: var(--green-yellow-2);
}

.html-embed-14 {
  font-family: Montserrat, sans-serif;
}

.faq-ans {
  width: 100%;
  max-width: 100%;
  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-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;
}

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

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

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

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

.plus-horiz {
  background-color: #000;
  border-radius: 100px;
  width: 26px;
  height: 4px;
  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;
}

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

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

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

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

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

.faq {
  border-bottom: 1px solid var(--white-web-1);
  background-color: var(--green-yellow-web);
  color: #070b3b;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

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

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

.text-block-7 {
  color: var(--black-web);
}

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

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

.faq-default-2 {
  background-color: var(--white-web-1);
  color: var(--black-web);
  padding: 60px 72px 100px;
  position: relative;
  overflow: hidden;
}

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

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

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

.faq-p {
  border: 0px solid var(--green-yellow-2);
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

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

.section {
  min-height: 600px;
}

.section-2 {
  color: var(--black-web);
  background-image: url('../images/telas_vertical-app.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 400px;
}

.heading-17 {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-14 {
  color: var(--black-web);
  margin-bottom: 100px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.heading-18 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
}

.flex-block.flex-app {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.button-6 {
  text-align: center;
  background-color: #1aa0f1;
  background-image: url('../images/Icon.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  width: 50%;
  min-width: 200px;
  max-width: 50%;
  max-height: 48px;
  margin-right: 10px;
  padding: 11px 17px;
}

.button-6.play {
  background-color: #2d2d2d;
  background-image: url('../images/icone.svg.svg');
  width: 50%;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  display: block;
}

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

.section-3 {
  width: 100%;
  height: auto;
}

.html-embed-29 {
  max-height: 100%;
  margin-top: 0;
}

.section-experiencia {
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
}

.container-politicas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.container {
  width: 100%;
  margin-top: 60px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 780px;
}

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

.image-20 {
  width: 100%;
  height: 233px;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ccc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 110px;
  padding: 15px 10px 10px;
  display: flex;
}

.paragraph-47 {
  text-align: center;
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
}

.button-7 {
  background-color: var(--green-yellow-web);
  color: var(--black-web);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
  display: flex;
}

.button-7.btn-unidade {
  color: var(--black-web);
}

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

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

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

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

.div-block-28 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  text-align: center;
  background-color: #b8ce0e;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 505px;
  padding: 45px 100px;
  display: flex;
}

.heading-81 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.text-span-54 {
  color: var(--white-web-1);
}

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

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

.db-baixar {
  color: var(--black-web);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 924px;
  display: flex;
}

.heading-82 {
  color: var(--white-web-1);
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
}

.paragraph-51, .paragraph-52 {
  color: var(--white-web-1);
}

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

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

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

.button-2-ang.pagekraft-auth-register {
  border-style: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: none;
}

.button-1-ang {
  color: #000;
  text-transform: uppercase;
  background-color: #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-1-ang.pagekraft-auth-my-account {
  background-color: var(--green-yellow-2);
  color: var(--white-web-1);
  text-transform: none;
  font-weight: 400;
  display: none;
}

.button-1-ang.pagekraft-auth-login {
  background-color: var(--green-yellow-2);
  color: var(--white-web-1);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  display: none;
}

.button-1-ang.pagekraft-auth-logout {
  background-color: var(--green-yellow-2);
  color: var(--white-web-1);
  text-transform: none;
  font-weight: 400;
  display: none;
}

@media screen and (min-width: 1280px) {
  .heading-2 {
    max-width: 550px;
  }
}

@media screen and (min-width: 1920px) {
  .link-2 {
    text-decoration: none;
  }

  .div-block-10 {
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
  }

  .body-maps {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-recrutamento {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0;
    display: flex;
  }

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

  .section-agenda.section-unidades {
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
  }

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

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

  .section-2 {
    background-position: 100%;
    background-size: contain;
  }

  .heading-17 {
    font-weight: 500;
  }
}

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

  .l-nav {
    flex-direction: column;
    align-self: flex-start;
  }

  .c-container {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .primeira-dobra {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-3 {
    min-width: 280px;
    max-width: 280px;
    margin-top: 0;
    padding: 8px 16px;
  }

  .heading-2 {
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-3 {
    padding-right: 40px;
  }

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

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50% 50% 50%;
    grid-auto-flow: column;
    place-content: center;
  }

  .heading-11 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25.3px;
  }

  .heading-12 {
    text-align: left;
  }

  .columns-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .section-recrutamento {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .db-default.terceira-dobra {
    grid-row-gap: 32px;
    flex-direction: column;
    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;
  }

  .cta-reserve {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 16px;
  }

  .cta-reserve.cta-pacotes {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tb-default {
    grid-row-gap: 16px;
    flex-direction: column;
    min-width: 100%;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    display: flex;
  }

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

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

  .link-block-2.r-rod-instagram, .link-block-2.r-rod-zap, .link-block-2.r-rod-face {
    padding: 5px;
  }

  .link-block-2.r-rod-instagram {
    padding: 5px;
  }

  .link-block-2.r-rod-instagram:hover {
    background-color: var(--lavender-web);
  }

  .link-block-2.r-rod-face {
    padding: 5px;
  }

  .link-block-2.r-rod-face:hover {
    background-color: var(--lavender-web);
  }

  .link-block-2.r-rod-zap {
    padding: 5px;
  }

  .link-block-2.r-rod-zap:hover {
    background-color: var(--lavender-web);
  }

  .link-block-2.r-rod-twitter {
    background-color: #fff;
    padding: 5px;
  }

  .link-block-2.r-rod-twitter:hover {
    background-color: var(--lavender-web);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container-politicas-2 {
    width: 90%;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-content: center;
  }

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

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

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

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

  .c-container {
    justify-content: space-around;
  }

  .primeira-dobra {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    max-width: 100%;
  }

  .footer {
    height: 100%;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .nav-link-2 {
    font-size: 16px;
  }

  .grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
    place-content: space-around;
    place-items: stretch stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .passos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-8 {
    grid-row-gap: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-6 {
    height: auto;
  }

  .link-2 {
    font-size: 16px;
  }

  .column-11 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .section-recrutamento {
    height: auto;
    min-height: 100%;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .db-default.primeira-dobra, .db-default.segunda-dobra, .db-default.terceira-dobra {
    max-width: 468px;
  }

  .db-center {
    grid-row-gap: 64px;
    flex-direction: column;
  }

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

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

  .c-nav-logo-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .c-nav-logo-2.w--current {
    flex: 1;
    align-self: center;
    max-width: 120px;
    max-height: none;
    margin-left: 10%;
    padding-left: 0;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .c-container {
    grid-column-gap: 0px;
    justify-content: flex-start;
    max-width: 100%;
    margin-left: auto;
  }

  .primeira-dobra {
    padding: 20px 20px 60px;
  }

  .button-3 {
    float: none;
    display: none;
  }

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

  .heading-2 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .footer {
    padding: 40px 10px 40px 20px;
  }

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

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

  .nav-link-2:visited {
    color: var(--white-web-1);
  }

  .coluna {
    width: 100%;
  }

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

  .passos {
    height: auto;
  }

  .column-8 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .columns-6 {
    flex-direction: column;
    display: block;
  }

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

  .body-maps {
    min-height: 100%;
    display: block;
  }

  .section-recrutamento {
    height: auto;
    min-height: 100%;
    padding-top: 40px;
  }

  .section-agenda.section-unidades {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .db-default.terceira-dobra {
    grid-row-gap: 0px;
    max-width: 360px;
  }

  .db-default.quarta-dobra-passos {
    max-width: 360px;
  }

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

  .cta-reserve {
    float: none;
    display: block;
  }

  .tb-default {
    grid-row-gap: 0px;
    margin-bottom: 40px;
    padding-top: 30px;
    font-size: .75rem;
  }

  .homepage-dbs {
    grid-row-gap: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-passos {
    margin-bottom: 0;
    font-size: 1.25rem;
  }

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

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

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

  .div-block-22 {
    padding-left: 0;
  }

  .image-16 {
    width: 24px;
  }

  .image-17 {
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 60px;
    max-height: none;
    margin-left: 10%;
    margin-right: auto;
  }

  .c-nav-logo-2.w--current {
    flex: 1;
    order: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: none;
    max-height: 60px;
    margin-left: 5%;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

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

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

  .column-14 {
    padding-top: 20px;
    padding-left: 0;
  }

  .section {
    min-height: 400px;
  }

  .section-2 {
    background-position: 0 100%;
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

  .button-6.play {
    margin-top: 20px;
    margin-left: 0;
  }

  .column-15 {
    display: none;
  }

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

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

  .container-politicas-2 {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-politicas-3 {
    padding-top: 60px;
  }

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

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

#w-node-_4cb220db-e9c6-f5cf-178c-0bf47116f7ec-203c72d5, #w-node-_91d8c698-5cf7-925d-a4b0-e1ec64e374c9-203c72d5, #w-node-_91d8c698-5cf7-925d-a4b0-e1ec64e374d6-203c72d5, #w-node-_1f58abd2-4afc-7be9-5435-9d1afa8bc17f-203c72d5, #w-node-_1f58abd2-4afc-7be9-5435-9d1afa8bc181-203c72d5, #w-node-a87fe0b6-5de8-60b6-0468-8a0bb9a008bb-203c72d5, #w-node-da626831-b6f5-9c4d-947e-195360474b19-203c72d5, #w-node-da626831-b6f5-9c4d-947e-195360474b28-203c72d5, #w-node-da626831-b6f5-9c4d-947e-195360474b37-203c72d5, #w-node-d6772bdd-f26f-8398-e350-3c5f9d154a14-203c72d5, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d182f-203c72d7, #w-node-_0b422a80-4c31-7444-5fe5-f911e55d1830-203c72d7, #w-node-_53af496e-30c2-9af1-e469-0110bf90b7f5-5d6bf9c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-da626831-b6f5-9c4d-947e-195360474b28-203c72d5 {
    order: 0;
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
  }

  #w-node-da626831-b6f5-9c4d-947e-195360474b37-203c72d5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5e2ffd6e-75dd-f88f-e9c3-39c2719d2345-e7c70e07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


