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

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

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

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

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

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

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

:root {
  --dark-slate-grey: #003a40;
  --tan: #bea46d;
  --olive: #89764e;
  --dark-goldenrod: #a78f5d;
  --dark-slate-grey-2: #024d55;
  --medium-aquamarine: #8fc9b8;
  --white-smoke: #f7f7f7;
}

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

.menu {
  z-index: 999;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.container-menu {
  z-index: 5;
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--dark-slate-grey) 22%, #fff0 94%);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 20px;
  padding: 5px 0;
  font-family: Metrisch Medium, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .8s;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--dark-slate-grey);
  margin-left: 0;
  margin-right: 20px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 20px;
}

.button-primary {
  border: 1px solid var(--tan);
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  background-color: #0000;
  border-radius: 0 30px;
  padding: 15px 20px;
  font-family: Metrisch Light, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: all .8s;
}

.button-primary:hover {
  border-color: var(--olive);
  background-color: var(--olive);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.button-primary.verde {
  border-color: var(--tan);
}

.button-primary.verde:hover {
  background-color: var(--dark-slate-grey);
}

.secao-inicio {
  min-height: auto;
}

.secao-tpecs {
  padding-top: 100px;
  padding-bottom: 0;
}

.quick-stack {
  grid-column-gap: 45px;
  padding: 0;
}

.cell {
  justify-content: center;
}

.heading {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 20px auto 0;
  font-family: Metrisch Light, sans-serif;
}

.image {
  width: 100%;
}

.secao-form {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.rodape {
  background-color: var(--dark-slate-grey);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Zenovak, sans-serif;
  text-decoration: none;
  transition: all .8s;
}

.footer-link-three:hover {
  color: var(--tan);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-family: Zenovak, sans-serif;
  font-size: 12px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
  font-family: Zenovak, sans-serif;
  font-size: 12px;
  transition: all .8s;
}

.footer-legal-link:hover {
  color: var(--tan);
}

.div-block {
  background-image: linear-gradient(#89764ee0, #89764ee0), url('../images/img-fundo-tpecs.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  padding: 60px 0;
  box-shadow: 0 0 100px #0000001a;
}

.image-2 {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.secao-modulos {
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  padding: 100px 30px;
  position: relative;
}

.centered-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Metrisch Bold, sans-serif;
  font-weight: 700;
}

.centered-heading._2 {
  color: var(--dark-goldenrod);
  text-align: left;
  font-size: 35px;
  line-height: 40px;
}

.pricing-description {
  color: #fff;
  text-align: left;
  max-width: 550px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch Light, sans-serif;
  font-size: 16px;
}

.pricing-grid {
  grid-column-gap: 33px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.pricing-card-three {
  background-color: var(--dark-slate-grey-2);
  text-align: center;
  border-radius: 0 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px 30px;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  border-radius: 20px;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Metrisch Light, sans-serif;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.quick-stack-2 {
  padding: 0;
}

.image-3 {
  border-radius: 20px;
  width: 100%;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  background-color: #0000;
  padding: 0;
}

.cell-2 {
  background-color: #0000;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-2 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.image-4, .image-5 {
  width: 100%;
}

.field-label {
  color: #fff;
  background-image: url('../images/transmissao.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px;
  font-family: Metrisch Light, sans-serif;
  font-size: 15px;
}

.field-label.nome {
  background-image: url('../images/pessoa.svg');
  background-position: 0 0;
  background-size: 13px;
  font-size: 15px;
}

.field-label.email {
  background-image: url('../images/mensagem.svg');
  font-size: 15px;
}

.field-label.empresa {
  background-image: url('../images/empresa.svg');
  font-size: 15px;
}

.field-label.tel {
  background-image: url('../images/fone-form.svg');
  background-size: 18px;
}

.field-label.consultor {
  background-image: url('../images/consultor.svg');
}

.text-field {
  border-radius: 15px;
  height: 45px;
  font-family: Metrisch Light, sans-serif;
}

.submit-button {
  border: 1px solid var(--tan);
  color: #fff;
  background-color: #0000;
  border-radius: 0 30px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-family: Metrisch Light, sans-serif;
  font-size: 15px;
  transition: all .8s;
  display: inline-block;
}

.submit-button:hover {
  border-color: var(--olive);
  background-color: var(--olive);
}

.cell-3 {
  background-image: url('../images/img-contatos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.background-video {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  font-family: Metrisch Bold, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.paragraph {
  text-align: center;
  max-width: none;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch Medium, sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: block;
}

.btn-whatsapp {
  background-color: #39a30f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.btn-whatsapp:hover {
  transform: scale(.9);
}

.image-6 {
  width: 20px;
}

.container-2 {
  max-width: 750px;
}

.secao-destaques {
  margin-top: 100px;
  margin-bottom: 0;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  padding: 0;
}

.image-7 {
  color: var(--tan);
  width: 30px;
  height: 30px;
}

.text-block {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-family: Metrisch Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
}

.text-block._2, .text-block._2-copy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.cell-4 {
  align-items: center;
  display: flex;
}

.cell-5, .cell-6 {
  align-items: center;
}

.secao-info {
  margin-top: 0;
  padding-top: 100px;
}

.quick-stack-5 {
  padding: 0;
}

.div-block-5 {
  margin-bottom: 40px;
}

.body {
  background-color: #f1f1f1;
}

.section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metrisch Light, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

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

.button {
  background-color: #000;
  border-radius: 20px;
  padding: 20px;
  font-family: Metrisch Light, sans-serif;
  font-size: 16px;
}

.div-block-8 {
  border: 0px solid var(--olive);
  background-color: #0000;
  border-radius: 10px;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.body-2 {
  background-color: #001e22;
}

.bold-text {
  color: var(--dark-slate-grey);
  font-family: Metrisch Light, sans-serif;
}

.image-8 {
  width: 100%;
}

.image-9 {
  width: 150px;
}

.background-video-2 {
  background-image: linear-gradient(#003a40bf, #003a40bf);
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-15 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 10px;
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
}

.heading-4 {
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zenovak, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  display: inline-block;
}

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

.button2 {
  color: #fff;
  background-color: #0000;
  border: 2px solid #3eb1c8;
  border-radius: 10px;
  min-width: auto;
  margin-left: 10px;
  padding: 15px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  transition: all .8s;
}

.button2:hover, .button2:active {
  background-color: #3eb1c8;
}

.pricing-description-copy {
  color: #fff;
  text-align: left;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch Light, sans-serif;
  font-size: 16px;
}

.text-span {
  color: var(--dark-slate-grey-2);
  font-family: Metrisch Book, sans-serif;
  font-weight: 500;
}

.text-block-copy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Metrisch Book, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.nav-lateral {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.link-block {
  border: 1px solid var(--medium-aquamarine);
  background-color: #0000;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-bottom: 5px;
}

.link-block.w--current {
  border: 1px solid var(--medium-aquamarine);
  background-color: var(--medium-aquamarine);
}

.div-block-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  padding: 0;
}

.image-10 {
  width: 100%;
}

.centered-heading-copyasc {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Metrisch Bold, sans-serif;
}

.centered-heading-copyasc._2 {
  color: #fff;
  text-align: left;
  font-family: Zenovak, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
}

.div-block-38 {
  background-color: var(--tan);
  width: 10%;
  height: 4px;
}

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

.div-block-40 {
  width: 100%;
  margin-top: 40px;
}

.list-item {
  margin-bottom: 15px;
}

.text-block-3 {
  color: #fff;
  background-image: url('../images/check.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  font-family: Metrisch Light, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.cell-7 {
  border-radius: 0;
  padding-bottom: 100px;
}

.cell-8 {
  background-image: url('../images/orador-afro-americano-feminino-dando-apresentacao-no-salao-na-oficina-da-universidade-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.list {
  margin-bottom: 0;
}

.div-block-41 {
  border-right: 3px solid var(--tan);
  border-bottom: 3px solid var(--tan);
  background-color: var(--olive);
  background-image: linear-gradient(to bottom, var(--dark-slate-grey-2), var(--dark-slate-grey-2));
  border-radius: 0 50px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 80px #0000001a;
}

.text-span-2 {
  color: var(--dark-slate-grey);
  font-family: Metrisch Bold, sans-serif;
  font-size: 35px;
  font-weight: 200;
}

.text-block-copy {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 20px;
  font-family: Metrisch Light, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-copy._2, .text-block-copy._2-copy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.section-2 {
  z-index: 997;
  height: 140px;
  margin-top: -70px;
  padding-top: 0;
  position: relative;
}

.container-4 {
  width: auto;
  max-width: none;
}

.nav-lateral-b {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.link-block-2 {
  width: 18px;
  height: 18px;
  margin-bottom: 10px;
  transition: all .8s;
}

.link-block-2:hover {
  transform: scale(.9);
}

.div-block-42 {
  border-right: 1px solid #5d5135;
  margin-right: 20px;
  padding-right: 20px;
}

.quick-stack-7 {
  grid-column-gap: 49px;
  padding: 0;
}

.image-11 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quick-stack-8 {
  padding-top: 0;
  padding-left: 0;
}

.heading-5 {
  color: var(--tan);
  font-family: Metrisch Light, sans-serif;
}

.container-5 {
  border-radius: 0 100px;
  overflow: hidden;
}

.div-block-43 {
  background-color: var(--olive);
  color: var(--dark-slate-grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 25px;
  display: flex;
}

.image-12 {
  width: 25px;
}

.text-block-4 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 25px;
}

.div-block-46 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-47 {
  margin-top: 100px;
}

.div-block-48 {
  margin-top: 40px;
}

.pricing-grid-copy {
  grid-column-gap: 22px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.heading-5-copyaa {
  color: var(--tan);
  font-family: Metrisch Light, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.cell-10 {
  align-items: flex-end;
}

.section-3 {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 40px;
}

.image-13 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-14 {
  display: none;
}

.text-span-3 {
  color: var(--tan);
  font-family: Metrisch Bold, sans-serif;
  font-weight: 300;
}

.text-span-4 {
  border-bottom: 2px solid var(--dark-slate-grey);
  background-color: #0000;
  line-height: 70px;
}

.text-span-5 {
  color: var(--tan);
  font-family: Metrisch Bold, sans-serif;
}

.div-block-49 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.text-block-5 {
  text-align: center;
  margin-bottom: -10px;
  font-family: Metrisch Medium, sans-serif;
}

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

.preloader {
  z-index: 1001;
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: 150px;
}

.success-message {
  background-color: var(--medium-aquamarine);
  color: var(--dark-slate-grey);
  border-radius: 5px;
  font-family: Metrisch Bold, sans-serif;
}

.error-message {
  color: #000;
  border-radius: 5px;
  font-family: Metrisch Light, sans-serif;
}

.section-4 {
  min-height: 100vh;
}

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

.div-block-50 {
  margin-top: 60px;
}

.section-5 {
  background-color: var(--dark-slate-grey);
  color: #fff;
  padding-bottom: 20px;
}

.container-9 {
  padding-top: 140px;
  padding-bottom: 100px;
}

.heading-8 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.div-block-21 {
  margin-bottom: 40px;
}

.paragraph-4 {
  font-family: Metrisch, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.heading-9 {
  font-family: Metrisch, sans-serif;
  font-weight: 700;
}

.list-item-4 {
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
}

.error-message-2 {
  color: #000;
  border-radius: 5px;
}

.form-block {
  font-family: Metrisch Medium, sans-serif;
}

.text-field-2 {
  color: #6d6d6d;
  border-radius: 15px;
  height: 45px;
}

.success-message-2 {
  color: #003a40;
  background-color: #8fc9b8;
  border-radius: 5px;
}

.grid-4 {
  grid-template-rows: auto;
  margin-bottom: 0;
}

.submit-button-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #bea46d;
  border-radius: 15px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 300;
  transition: all .8s;
  display: inline-block;
}

.submit-button-2:hover {
  background-color: #89764e;
  border-color: #89764e;
}

.field-label-2 {
  color: #fff;
  background-image: url('../images/transmissao.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 300;
}

.field-label-2.email {
  background-image: url('../images/mensagem.svg');
  font-size: 15px;
  font-weight: 300;
}

.field-label-2.tel {
  background-image: url('../images/fone-form.svg');
  background-size: 18px;
  font-weight: 300;
}

.field-label-2.consultor {
  background-image: url('../images/consultor.svg');
}

.field-label-2.nome {
  background-image: url('../images/pessoa.svg');
  background-position: 0 0;
  background-size: 13px;
  font-size: 15px;
  font-weight: 300;
}

.field-label-2.empresa {
  background-image: url('../images/empresa.svg');
  font-size: 15px;
  font-weight: 300;
}

.text-block-copysac {
  color: #fff;
  text-align: left;
  margin-top: 5px;
  margin-left: 20px;
  font-family: Metrisch Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.text-block-copysac._2, .text-block-copysac._2-copy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.div-block-72 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.link-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.s-form {
  z-index: 1200;
  background-color: #000000e6;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.text-block-12 {
  color: #fff;
  font-size: 20px;
}

.div-block-71 {
  background-color: #002327;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: block;
}

.close-form {
  cursor: pointer;
  border: 1px solid #4b4b4b;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.container-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-67 {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}

.btn-escuro-copy {
  color: #002b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bea46d;
  border: 1px solid #bea46d;
  border-radius: 50px;
  padding: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.btn-escuro-copy:hover {
  color: #fff;
  background-color: #89764e;
  border-color: #89764e;
}

.btn-escuro-copy:active {
  background-color: #43464d;
}

.heading-128 {
  color: #bea46d;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 30px;
  text-decoration: none;
}

.div-block-68 {
  margin-top: 20px;
  margin-right: 20px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.image-21 {
  width: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-escuro-copy-menu {
  color: #002b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bea46d;
  border: 1px solid #bea46d;
  border-radius: 50px;
  padding: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.btn-escuro-copy-menu:hover {
  color: #fff;
  background-color: #89764e;
  border-color: #89764e;
}

.btn-escuro-copy-menu:active {
  background-color: #43464d;
}

.banner-de-cookies {
  z-index: 998;
  background-color: #001a1d;
  border-radius: 0;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Zenovak, sans-serif;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 4px 9px #0000001c;
}

.container-57 {
  max-width: 90%;
}

.fs-cc-banner_container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.fs-cc-banner_text-2 {
  color: #fff;
  max-width: none;
  margin-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.linkpp-2 {
  color: #bea46d;
  border: 1px #000;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  overflow: visible;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center end;
  display: grid;
}

.fs-cc-banner_button-2 {
  color: #fff;
  text-align: center;
  background-color: #024d55;
  border: 1px solid #000;
  border-radius: 200px;
  width: auto;
  min-width: auto;
  margin-left: 0;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.s-list-item {
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #003a40;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding: 15px 0;
}

.s-text-idioma {
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
  text-decoration: none;
}

.s-image-idioma {
  width: 30px;
}

.s-header {
  z-index: 1000;
  color: #fff;
  background-color: #001e22;
  height: 82px;
  font-weight: 500;
  position: fixed;
  inset: 0% 0% auto;
}

.s-navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.s-image-logo {
  width: 180px;
}

.btn-cadastro {
  color: #002b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bea46d;
  border: 1px solid #bea46d;
  border-radius: 50px;
  padding: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.btn-cadastro:hover {
  color: #fff;
  background-color: #89764e;
  border-color: #89764e;
}

.btn-cadastro:active {
  background-color: #43464d;
}

.s-container-menu {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.s-icon-idioma {
  align-items: center;
  margin-right: 10px;
  font-family: Zenovak, sans-serif;
  text-decoration: none;
  display: flex;
}

.s-icon-idioma.en {
  display: none;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.s-btn-whatsapp {
  z-index: 999;
  background-color: #39a30f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.s-btn-whatsapp:hover {
  transform: scale(.9);
}

.image-53 {
  width: 20px;
}

.footer-social-link-three-3 {
  margin-left: 22px;
}

.container-63 {
  width: 1200px;
  max-width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-33 {
  width: 18px;
}

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-wrapper-three-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-3 {
  color: #cdcabc;
  font-family: Zenovak, sans-serif;
  font-size: 11px;
}

.footer-link-three-3 {
  color: #cdcabc;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: all .8s;
}

.footer-link-three-3:hover {
  color: #bea46d;
}

.footer-legal-link-3 {
  color: #cdcabc;
  margin-left: 24px;
  font-family: Zenovak, sans-serif;
  font-size: 12px;
  transition: all .8s;
}

.footer-legal-link-3:hover {
  color: #bea46d;
}

.footer-divider-two-2 {
  background-color: #e4ebf329;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-32 {
  width: 18px;
}

.link-3 {
  color: #cdcabc;
}

.s-footer {
  background-color: #001e22;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 0;
  position: relative;
}

.image-30 {
  width: 18px;
}

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

.s-video {
  background-image: linear-gradient(#001e22e6, #001e22e6);
  justify-content: center;
  align-items: flex-end;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-22 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Metrisch Bold, sans-serif;
  font-size: 3.5em;
  line-height: 1.2em;
}

.image-54 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.grid-34 {
  grid-template-rows: auto;
  width: 1200px;
  max-width: 90%;
  height: 100%;
  min-height: auto;
  padding-top: 0;
}

.text-span-21 {
  color: #cdcabc;
}

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

.div-block-74 {
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn-escuro-copy-2-copy-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bea46d00;
  border: 1px solid #bea46d;
  border-radius: 50px;
  padding: 20px;
  font-family: Metrisch Bold, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.btn-escuro-copy-2-copy-copy:hover {
  color: #001e22;
  background-color: #bea46d;
  border-color: #bea46d;
}

.btn-escuro-copy-2-copy-copy:active {
  background-color: #43464d;
}

.btn-escuro-copy-2-copy {
  color: #002b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bea46d;
  border: 1px solid #bea46d;
  border-radius: 50px;
  padding: 20px;
  font-family: Metrisch Bold, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.btn-escuro-copy-2-copy:hover {
  color: #fff;
  background-color: #89764e;
  border-color: #89764e;
}

.btn-escuro-copy-2-copy:active {
  background-color: #43464d;
}

.div-block-81 {
  margin-left: 10px;
}

.text-block-32 {
  color: #c2beaf;
  text-align: center;
  border: 1px solid #bea46d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 15px 10px 10px;
  font-family: Metrisch Bold, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

.text-block-17 {
  color: #cdcabc;
  margin-top: 10px;
  font-family: Metrisch Light, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.image-28 {
  width: 30px;
}

.text-block-16 {
  color: #bea46d;
  text-align: left;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Metrisch Bold, sans-serif;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
}

.s-info {
  z-index: 997;
  background-color: #cdcabc;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.image-27 {
  width: 30px;
}

.div-block-77 {
  text-align: center;
  border: 0 solid #bea46d;
  border-radius: 0;
  padding: 0;
}

.sv-copydv {
  background-color: #003a40;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-20 {
  width: 30px;
}

.div-block-41-copy-copyv {
  text-align: center;
  background-color: #002327;
  border: 0 solid #000;
  border-radius: 30px;
  height: auto;
  padding: 30px 20px;
  font-family: Zenovak, sans-serif;
  transition: all .8s;
  position: relative;
}

.div-block-41-copy-copyv:hover {
  background-color: #002327;
  transform: translate(-10px, -10px);
}

.paragraph-8 {
  color: #024d55;
  margin-bottom: 20px;
  font-family: Metrisch Medium, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.grid-15 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

.paragraph-9 {
  font-family: Metrisch Book, sans-serif;
}

.text-block-2-copjv {
  color: #002b30;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

.text-span-22 {
  font-weight: 700;
}

.heading-129 {
  color: #002b30;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Metrisch Bold, sans-serif;
  font-size: 2.6em;
  font-weight: 300;
  line-height: 1.2em;
}

.btn-escuro {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #002b30;
  border: 1px solid #002327;
  border-radius: 50px;
  padding: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.btn-escuro:hover {
  color: #fff;
  background-color: #89764e;
  border-color: #89764e;
}

.btn-escuro:active {
  background-color: #43464d;
}

.grid-35 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-66 {
  background-color: #a78f5d4f;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-41-copy {
  text-align: center;
  background-color: #c2beaf;
  border: 0 solid #000;
  border-radius: 30px;
  height: auto;
  padding: 30px 20px;
  font-family: Zenovak, sans-serif;
  transition: all .8s;
  position: relative;
}

.div-block-41-copy:hover {
  background-color: #c2beaf;
  transform: translate(-10px, -10px);
}

.s-curso {
  background-color: #cdcabc;
  padding-top: 100px;
  padding-bottom: 0;
}

.image-29 {
  border-radius: 0;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-7 {
  color: #a78f5d;
}

.div-block-78 {
  background-image: linear-gradient(#001e22d9, #001e22d9), url('../images/pessoas-negocio-trabalhando-usando-um-laptop.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  min-height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-60 {
  width: 1200px;
  max-width: 90%;
}

.grid-16 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 60px;
}

.heading-130 {
  color: #f7f7f7;
  text-align: left;
  max-width: none;
  margin: 0 auto;
  font-family: Metrisch Bold, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.text-span-12 {
  color: #bea46d;
}

.div-block-80 {
  margin-top: 20px;
}

.btn-escuro-copy-2-copy-copy-2 {
  color: #002b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bea46d;
  border: 1px solid #bea46d;
  border-radius: 50px;
  padding: 20px;
  font-family: Zenovak, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.btn-escuro-copy-2-copy-copy-2:hover {
  color: #fff;
  background-color: #89764e;
  border-color: #89764e;
}

.btn-escuro-copy-2-copy-copy-2:active {
  background-color: #43464d;
}

.image-55 {
  width: 100%;
}

.nav-lateral-2 {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.div-block-163 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-4 {
  background-color: #0000;
  border: 1px solid #bea46d;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-bottom: 15px;
}

.link-block-4.w--current {
  background-color: #bea46d;
  border: 1px solid #bea46d;
}

.lottie-animation-2 {
  width: 250px;
}

.image-61, .image-62, .image-63 {
  width: 30px;
}

.text-block-33 {
  color: #bea46d;
  text-align: left;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Zenovak, sans-serif;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
}

.text-block-34 {
  color: #cdcabc;
  margin-top: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.image-64 {
  width: 30px;
}

.div-block-164 {
  text-align: center;
  border: 0 solid #bea46d;
  border-radius: 0;
  padding: 0;
}

.grid-36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-65 {
  width: 30px;
}

.embed-mobile {
  display: none;
}

.b-cookies {
  font-family: Metrisch Book, sans-serif;
}

.image-66 {
  width: 30px;
}

.text-block-35 {
  color: #bea46d;
  text-align: left;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Zenovak, sans-serif;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
}

.text-block-36 {
  color: #cdcabc;
  margin-top: 10px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.image-67 {
  width: 30px;
}

.div-block-165 {
  text-align: center;
  border: 0 solid #bea46d;
  border-radius: 0;
  padding: 0;
}

.grid-37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-68 {
  width: 30px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 10px;
  display: flex;
}

.btn-02 {
  color: #fff;
  background-color: #89764e;
  border: 2px solid #89764e;
  border-radius: 20px;
  padding: 15px 20px;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .6s;
}

.btn-02:hover {
  color: #fff;
  background-color: #0000;
  border: 2px solid #89764e;
}

.btn-02.w--current {
  background-color: #003a40;
  border-color: #003a40;
  border-radius: 20px;
}

.btn-02.w--current:hover {
  color: #fff;
}

.btn-01-2 {
  color: #fff;
  background-color: #003a40;
  border: 2px solid #003a40;
  border-radius: 20px;
  padding: 15px 20px;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all .6s;
}

.btn-01-2:hover {
  color: #003a40;
  background-color: #0000;
  border: 2px solid #003a40;
}

.btn-01-2.w--current {
  background-color: #003a40;
  border-color: #003a40;
  border-radius: 20px;
}

.btn-01-2.w--current:hover {
  color: #fff;
}

.container-23 {
  width: 1200px;
  max-width: 90%;
}

.s-rodape {
  background-color: #003a40;
  height: 115px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-58 {
  width: 180px;
}

.grid-38 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-4 {
  color: #a5a5a5;
  text-decoration: none;
}

.footer-copyright-4 {
  color: #a5a5a5;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.div-block-70 {
  display: inline-flex;
}

.image-16 {
  width: 15px;
}

.footer-social-link-three-4 {
  border: 1px solid #ffffff4d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  transition: all .8s;
  display: flex;
}

.footer-social-link-three-4:hover {
  background-color: #ffffff1a;
}

.footer-social-link-three-4.off {
  display: flex;
}

.header-lp {
  z-index: 1000;
  color: #fff;
  background-color: #001e22;
  font-weight: 500;
  position: relative;
  inset: 0% 0% auto;
}

.list-item-6 {
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-block-7 {
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  margin-left: 10px;
  margin-right: 0;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.link-block-7:hover {
  transform: translate(-1px, -1px);
}

.container-15 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-23 {
  width: 30px;
}

.image-69 {
  width: 20px;
}

.btn-whatsapp-2 {
  z-index: 1000;
  background-color: #39a30f;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .8s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.btn-whatsapp-2:hover {
  transform: scale(.9);
}

.image-57 {
  width: 160px;
}

.text-block-42 {
  color: #cdcabc;
  text-align: left;
  max-width: 900px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch Medium, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.5em;
}

.cta-2 {
  background-color: #cdcabc;
  padding-top: 160px;
  padding-bottom: 100px;
  font-family: Metrisch, sans-serif;
}

.div-block-173 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-47 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
}

.div-block-172 {
  background-image: linear-gradient(#001e22d9, #001e22d9), url('../images/pessoas-negocio-trabalhando-usando-um-laptop.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 50px;
  justify-content: center;
  align-items: flex-end;
  width: 1200px;
  max-width: 90%;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-65 {
  width: 1200px;
  max-width: 90%;
}

.heading-131 {
  color: #f7f7f7;
  text-align: left;
  max-width: none;
  margin: 0 auto 20px;
  font-family: Metrisch Medium, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.image-75 {
  width: 100%;
  margin-top: -150px;
  padding-top: 0;
}

.s-inicio-2 {
  background-image: linear-gradient(#002327d9, #002327d9);
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 100px;
  padding-bottom: 93px;
  display: flex;
}

.div-block-174 {
  max-width: 1100px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-76 {
  width: 150px;
}

.heading-11 {
  color: #cdcabc;
  text-align: center;
  max-width: 900px;
  margin-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 5em;
  line-height: 1.2em;
}

.text-block-43 {
  color: #cdcabc;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.3em;
}

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

.btn-02-2 {
  color: #fff;
  background-color: #89764e;
  border: 2px solid #89764e;
  border-radius: 20px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all .6s;
}

.btn-02-2:hover {
  color: #fff;
  background-color: #0000;
  border: 2px solid #89764e;
}

.btn-02-2.w--current {
  background-color: #003a40;
  border-color: #003a40;
  border-radius: 20px;
}

.btn-02-2.w--current:hover {
  color: #fff;
}

.div-block-177 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-block-44 {
  color: #cdcabc;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: Metrisch Medium, sans-serif;
  font-size: 1.3em;
  font-weight: 200;
  line-height: 1.4em;
}

.image-77 {
  width: 100%;
}

.image-26, .image-78 {
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #0000;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .centered-heading {
    margin-bottom: 10px;
    font-family: Metrisch Light, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .pricing-description {
    font-size: 12px;
    line-height: 16px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .div-block-2 {
    max-width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .field-label {
    background-size: 13px;
    font-size: 13px;
  }

  .text-field {
    height: 40px;
  }

  .cell-3 {
    background-image: url('../images/img-contatos.png');
    background-position: 50%;
    background-size: cover;
    align-items: center;
  }

  .text-block {
    font-size: 17px;
  }

  .bold-text {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 55px;
  }

  .button2 {
    border-radius: 3px;
    padding-right: 20px;
    font-family: Metrisch, sans-serif;
    font-size: 17px;
  }

  .pricing-description-copy {
    font-size: 12px;
    line-height: 16px;
  }

  .centered-heading-copyasc {
    margin-bottom: 10px;
    font-family: Metrisch Light, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .centered-heading-copyasc._2 {
    font-size: 40px;
    line-height: 45px;
  }

  .pricing-grid-copy {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-13 {
    max-width: 600px;
  }

  .text-field-2 {
    height: 40px;
  }

  .field-label-2 {
    background-size: 13px;
    font-size: 13px;
  }

  .text-block-copysac {
    font-size: 17px;
  }

  .div-block-72 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .div-block-71 {
    margin-top: 40px;
  }

  .heading-128 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

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

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

  .banner-de-cookies {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 32px;
  }

  .container-57 {
    max-width: 90%;
  }

  .fs-cc-banner_container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fs-cc-banner_text-2 {
    color: #fff;
    flex: 1;
    min-width: 100%;
    max-width: none;
    margin-bottom: 0;
    font-weight: 300;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    font-size: 18px;
    display: inline-block;
  }

  .s-menu-button {
    padding: 12px;
  }

  .s-menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .s-nav-menu-wrapper {
    background-color: #0000;
  }

  .s-container-menu {
    max-width: 90%;
  }

  .nav-menu-two {
    background-color: #fff0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 0 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .container-63 {
    max-width: 728px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .s-video {
    min-height: 60vh;
  }

  .heading-22 {
    font-size: 2.5em;
  }

  .grid-34 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: auto;
  }

  .div-block-74 {
    max-width: 90%;
  }

  .text-block-16 {
    text-align: center;
  }

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

  .div-block-41-copy-copyv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-15 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .text-block-2-copjv {
    font-size: 12px;
  }

  .heading-129 {
    font-size: 2.1em;
  }

  .grid-35 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

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

  .grid-16 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    display: grid;
  }

  .heading-130 {
    font-size: 2.5em;
  }

  .text-block-33 {
    text-align: center;
  }

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

  .text-block-35 {
    text-align: center;
  }

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

  .image-58 {
    width: 170px;
  }

  .footer-copyright-4 {
    text-align: center;
    font-size: 14px;
  }

  .footer-social-link-three-4 {
    margin-left: 10px;
  }

  .nav-menu-two-2 {
    background-color: #fff0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 0 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .container-15 {
    max-width: 728px;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-block-42 {
    font-size: 1.2em;
  }

  .grid-47 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    display: grid;
  }

  .heading-131 {
    font-size: 2.5em;
  }

  .div-block-174 {
    max-width: 90%;
  }

  .heading-11 {
    font-size: 3em;
  }

  .text-block-43 {
    font-size: 1.5em;
  }

  .text-block-44 {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .rodape {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .secao-modulos {
    padding: 60px 15px;
  }

  .centered-heading._2 {
    font-size: 25px;
    line-height: 30px;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }

  .quick-stack-4, .quick-stack-5 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    max-width: 90%;
  }

  .div-block-15 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 50px;
  }

  .nav-lateral {
    display: none;
  }

  .cell-7 {
    border-radius: 0;
  }

  .div-block-41 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-lateral-b {
    display: none;
  }

  .div-block-44 {
    width: 100%;
    height: 300px;
  }

  .div-block-45 {
    width: 100%;
    height: 350px;
  }

  .div-block-46, .div-block-47 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-13 {
    max-width: 500px;
  }

  .container-7 {
    max-width: 90%;
  }

  .section-5 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-14 {
    max-width: 90%;
  }

  .btn-escuro-copy, .btn-escuro-copy-menu {
    display: none;
  }

  .banner-de-cookies {
    width: auto;
  }

  .fs-cc-banner_container-2 {
    flex-direction: column;
    grid-template-columns: 1.5fr .5fr;
    align-content: center;
    align-items: flex-start;
  }

  .fs-cc-banner_text-2 {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .linkpp-2 {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    width: auto;
    margin-top: 12px;
    display: block;
  }

  .fs-cc-banner_button-2 {
    width: auto;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    display: inline-block;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .s-navbar-wrapper, .s-nav-menu-wrapper {
    display: flex;
  }

  .btn-cadastro {
    text-align: center;
    display: none;
  }

  .s-mobile-margin-top {
    margin-top: 10px;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-63 {
    max-width: 90%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-link-three-3 {
    margin-bottom: 10px;
  }

  .footer-legal-link-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .s-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .s-video {
    min-height: auto;
  }

  .heading-22 {
    font-size: 1.7em;
  }

  .grid-34 {
    padding-top: 100px;
  }

  .btn-escuro-copy-2-copy-copy, .btn-escuro-copy-2-copy {
    text-align: center;
    display: none;
  }

  .text-block-32 {
    font-size: .8em;
  }

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

  .div-block-41-copy-copyv {
    font-size: 20px;
  }

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

  .text-block-2-copjv {
    font-size: 15px;
  }

  .heading-129 {
    font-size: 1.8em;
  }

  .div-block-78 {
    padding-top: 100px;
  }

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

  .heading-130 {
    font-size: 4em;
  }

  .btn-escuro-copy-2-copy-copy-2 {
    text-align: center;
    display: block;
  }

  .nav-lateral-2 {
    display: none;
  }

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

  .embed-desktop-e-tablet {
    display: none;
  }

  .embed-mobile {
    display: block;
  }

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

  .s-rodape {
    height: 200px;
  }

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

  .footer-copyright-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-70 {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-wrapper-3 {
    display: flex;
  }

  .container-15 {
    max-width: 90%;
  }

  .navbar-wrapper-3 {
    width: 100%;
    display: flex;
  }

  .text-block-42 {
    font-size: 1.2em;
  }

  .grid-47 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-172 {
    padding-top: 100px;
  }

  .heading-131 {
    font-size: 4em;
  }

  .text-block-44 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    background-color: #0000;
    align-items: center;
    display: flex;
  }

  .container-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-wrapper {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-wrapper {
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #0000;
    flex-direction: column;
  }

  .nav-link {
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.w--current {
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .button-primary.verde {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .menu-button {
    border: 1px solid var(--olive);
    border-radius: 200px;
  }

  .menu-button.w--open {
    background-color: var(--olive);
  }

  .heading {
    max-width: none;
    font-size: 25px;
    line-height: 27px;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .secao-modulos {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .centered-heading {
    margin-bottom: 10px;
    font-family: Metrisch Bold, sans-serif;
    font-size: 25px;
    line-height: 30px;
  }

  .centered-heading._2 {
    text-align: center;
    font-family: Metrisch Bold, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
  }

  .pricing-description {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 18px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-card-text {
    font-size: 15px;
  }

  .quick-stack-3 {
    grid-row-gap: 0px;
  }

  .div-block-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph {
    font-size: 25px;
  }

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

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

  .quick-stack-4 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .text-block {
    text-align: center;
    margin-left: 0;
    font-family: Metrisch Bold, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
  }

  .text-block._2, .text-block._2-copy {
    font-size: 15px;
  }

  .secao-info {
    padding-top: 0;
  }

  .quick-stack-5 {
    grid-column-gap: 6px;
    grid-row-gap: 15px;
  }

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

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

  .div-block-8 {
    text-align: center;
    display: block;
  }

  .image-9 {
    width: 120px;
  }

  .background-video-2 {
    min-height: 90vh;
    position: relative;
  }

  .div-block-15 {
    max-width: 90%;
    margin-right: 20px;
  }

  .text-block-2 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .button2 {
    border-radius: 10px;
    justify-content: center;
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 15px;
    display: inline-block;
  }

  .pricing-description-copy {
    text-align: center;
    max-width: none;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .text-span {
    font-family: Metrisch Bold, sans-serif;
    font-size: 25px;
  }

  .text-block-copy {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    font-size: 15px;
  }

  .text-block-copy._2 {
    margin-left: 0;
    font-size: 15px;
  }

  .nav-lateral {
    margin-right: 5px;
    display: none;
  }

  .quick-stack-6 {
    margin-top: 0;
  }

  .centered-heading-copyasc {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 25px;
  }

  .centered-heading-copyasc._2 {
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .cell-7 {
    border-radius: 0;
  }

  .cell-8 {
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-41 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .text-block-copy {
    color: var(--tan);
    text-align: center;
    margin: 10px auto;
    font-family: Metrisch Book, sans-serif;
    font-size: 20px;
    display: block;
  }

  .text-block-copy._2, .text-block-copy._2-copy {
    font-size: 15px;
  }

  .section-2 {
    height: auto;
  }

  .nav-lateral-b {
    margin-right: 5px;
    display: none;
  }

  .icon {
    color: #fff;
  }

  .div-block-42 {
    border-right-width: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .quick-stack-7 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .container-5 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-44 {
    width: 100%;
    height: 300px;
  }

  .cell-9 {
    text-align: center;
  }

  .div-block-45 {
    width: 100%;
    height: 200px;
  }

  .div-block-46 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item-2 {
    text-align: center;
    width: 100%;
    padding-top: 0;
  }

  .list-item-3 {
    width: 100%;
  }

  .pricing-grid-copy {
    grid-template-columns: 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    margin-top: 60px;
  }

  .container-6 {
    margin-bottom: 60px;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    display: block;
  }

  .image-15 {
    width: 150px;
  }

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

  .text-block-copysac {
    text-align: center;
    margin-left: 0;
    font-family: Metrisch Bold, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
  }

  .text-block-copysac._2, .text-block-copysac._2-copy {
    font-size: 15px;
  }

  .container-10 {
    padding-bottom: 60px;
  }

  .div-block-72 {
    text-align: center;
    max-width: 85%;
    padding-top: 30px;
    font-size: 18px;
  }

  .div-block-67 {
    max-width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-escuro-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 18px;
    display: inline-block;
  }

  .heading-128 {
    font-size: 20px;
    line-height: 23px;
  }

  .image-21 {
    margin-top: 0;
    margin-bottom: -40px;
    display: block;
  }

  .grid-13 {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .btn-escuro-copy-menu {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 18px;
    display: none;
  }

  .banner-de-cookies {
    width: auto;
    margin-bottom: 0;
    padding: 10px 20px;
  }

  .container-57 {
    max-width: none;
  }

  .fs-cc-banner_container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fs-cc-banner_text-2 {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 11px;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    text-align: center;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .fs-cc-banner_button-2 {
    width: auto;
    min-width: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    display: inline-block;
  }

  .s-list-item {
    margin-left: 20px;
  }

  .navbar-logo-left-container.shadow-three {
    height: auto;
    padding: 15px 0;
  }

  .s-image-idioma {
    margin-left: 10px;
  }

  .s-header {
    height: auto;
  }

  .s-image-logo {
    width: 150px;
    margin-right: 0;
  }

  .btn-cadastro {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 18px;
    display: none;
  }

  .s-container-menu {
    max-width: 90%;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-63 {
    max-width: 90%;
  }

  .footer-block-three-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-162 {
    margin-left: 10px;
    margin-right: auto;
  }

  .footer-wrapper-three-2 {
    justify-content: center;
    align-items: center;
  }

  .s-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .s-video {
    min-height: auto;
    padding-top: 0;
  }

  .heading-22 {
    text-align: center;
    margin-right: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  .image-54 {
    width: 80%;
    max-width: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-34 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .div-block-69 {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-74 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .btn-escuro-copy-2-copy-copy, .btn-escuro-copy-2-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 18px;
    display: block;
  }

  .btn-escuro-copy-2-copy.off {
    display: none;
  }

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

  .text-block-32 {
    margin-left: auto;
    margin-right: auto;
    font-size: .8em;
    display: block;
  }

  .s-info {
    margin-top: 0;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-41-copy-copyv {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .text-block-2-copjv {
    text-align: center;
    font-size: 14px;
  }

  .heading-129 {
    text-align: center;
    font-size: 2.2em;
  }

  .btn-escuro {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-35 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .div-block-41-copy {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .s-curso {
    padding-top: 80px;
  }

  .div-block-78 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 50vh;
  }

  .heading-130 {
    text-align: center;
    font-size: 2.5em;
  }

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

  .btn-escuro-copy-2-copy-copy-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 18px;
    display: inline-flex;
  }

  .nav-lateral-2 {
    margin-right: 5px;
    display: none;
  }

  .image-61, .image-62 {
    margin-left: 0;
  }

  .grid-36, .grid-37 {
    grid-template-columns: 1fr;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-02, .btn-01-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .s-rodape {
    height: 200px;
  }

  .image-58 {
    width: 180px;
    margin-right: 0;
  }

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

  .link-4 {
    text-align: left;
  }

  .div-block-70 {
    margin-left: 10px;
    margin-right: auto;
  }

  .list-item-6 {
    justify-content: flex-end;
    align-items: center;
    margin-left: 20px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
    margin-top: 0;
  }

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

  .navbar-wrapper-3 {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-57 {
    width: 130px;
    margin-right: 0;
  }

  .text-block-42 {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .cta-2 {
    padding-top: 100px;
  }

  .div-block-173 {
    padding-bottom: 20px;
  }

  .div-block-172 {
    background-image: linear-gradient(to bottom, null, null);
    min-height: 50vh;
    padding-top: 0;
  }

  .heading-131 {
    text-align: center;
    font-size: 2em;
    line-height: 1.3em;
  }

  .image-75 {
    margin-top: 0;
    display: block;
  }

  .s-inicio-2 {
    min-height: 80vh;
    padding-bottom: 70px;
  }

  .div-block-174 {
    max-width: 90%;
  }

  .heading-11 {
    font-size: 2.5em;
  }

  .text-block-43 {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .btn-02-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-44 {
    text-align: center;
    font-size: 1em;
    line-height: 1.4em;
  }

  .image-26, .image-78 {
    width: 80%;
    max-width: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

#w-node-_5237df6c-6afe-2bfa-514c-4afe1e3d52a0-4c8b54b8 {
  align-self: center;
}

#w-node-_9c287e43-5e94-a556-f4ea-f335222e9a8a-4c8b54b8, #w-node-_9c287e43-5e94-a556-f4ea-f335222e9a92-4c8b54b8, #w-node-_9c287e43-5e94-a556-f4ea-f335222e9a9a-4c8b54b8, #w-node-_9c287e43-5e94-a556-f4ea-f335222e9aa2-4c8b54b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adae643d-5dcb-3230-f1d6-05633a60ed02-4c8b54b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-adae643d-5dcb-3230-f1d6-05633a60ed0f-4c8b54b8, #w-node-adae643d-5dcb-3230-f1d6-05633a60ed11-4c8b54b8, #w-node-adae643d-5dcb-3230-f1d6-05633a60ed19-4c8b54b8, #w-node-adae643d-5dcb-3230-f1d6-05633a60ed22-4c8b54b8, #w-node-adae643d-5dcb-3230-f1d6-05633a60ed2a-4c8b54b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d41d79e6-19a4-b3ae-40a1-20eb66a79538-4c8b54b8 {
  order: 9999;
  align-self: center;
}

#w-node-d41d79e6-19a4-b3ae-40a1-20eb66a7953f-4c8b54b8 {
  place-self: end center;
}

#w-node-_8114567a-0fb5-c6ed-9853-ddaba48bb5fd-a48bb5fa {
  place-self: center start;
}

#w-node-_8114567a-0fb5-c6ed-9853-ddaba48bb5ff-a48bb5fa {
  place-self: center;
}

#w-node-_8114567a-0fb5-c6ed-9853-ddaba48bb604-a48bb5fa {
  place-self: center end;
}

#w-node-_12dfd7f4-3055-08e3-a3f5-6e83600e9dca-15835560 {
  align-self: center;
}

#w-node-_12dfd7f4-3055-08e3-a3f5-6e83600e9dd8-15835560 {
  place-self: end center;
}

#w-node-_87a05038-9bb0-e4d5-6a6d-865db7060c30-15835560, #w-node-_87a05038-9bb0-e4d5-6a6d-865db7060c3a-15835560, #w-node-_87a05038-9bb0-e4d5-6a6d-865db7060c44-15835560, #w-node-_87a05038-9bb0-e4d5-6a6d-865db7060c4e-15835560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_549f87bb-a855-0bb6-e9e7-31dd8bda753c-15835560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_549f87bb-a855-0bb6-e9e7-31dd8bda7548-15835560, #w-node-_549f87bb-a855-0bb6-e9e7-31dd8bda754a-15835560, #w-node-_549f87bb-a855-0bb6-e9e7-31dd8bda7552-15835560, #w-node-_549f87bb-a855-0bb6-e9e7-31dd8bda755b-15835560, #w-node-_549f87bb-a855-0bb6-e9e7-31dd8bda7563-15835560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a6dcb78-7b2f-9823-2d65-a89ba100939e-15835560 {
  order: 9999;
  align-self: center;
}

#w-node-_4a6dcb78-7b2f-9823-2d65-a89ba10093a5-15835560 {
  place-self: end center;
}

#w-node-_3cf42f58-dce5-edb9-7f6a-6d222b235391-fae85704 {
  align-self: center;
}

#w-node-_3cf42f58-dce5-edb9-7f6a-6d222b23539f-fae85704 {
  place-self: end center;
}

#w-node-_9c0b27b9-d20c-1ad6-58dd-ea963c368497-fae85704, #w-node-_9c0b27b9-d20c-1ad6-58dd-ea963c3684a1-fae85704, #w-node-_9c0b27b9-d20c-1ad6-58dd-ea963c3684ab-fae85704, #w-node-_9c0b27b9-d20c-1ad6-58dd-ea963c3684b5-fae85704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4c82357-ecd8-5381-fd71-2e543198109a-fae85704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a4c82357-ecd8-5381-fd71-2e54319810a7-fae85704, #w-node-a4c82357-ecd8-5381-fd71-2e54319810a9-fae85704, #w-node-a4c82357-ecd8-5381-fd71-2e54319810b1-fae85704, #w-node-a4c82357-ecd8-5381-fd71-2e54319810ba-fae85704, #w-node-a4c82357-ecd8-5381-fd71-2e54319810c2-fae85704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97215fc2-cf5d-59a6-9125-f4498b9da75d-fae85704 {
  order: 9999;
  align-self: center;
}

#w-node-_97215fc2-cf5d-59a6-9125-f4498b9da764-fae85704 {
  place-self: end center;
}

@media screen and (max-width: 991px) {
  #w-node-d41d79e6-19a4-b3ae-40a1-20eb66a7953f-4c8b54b8, #w-node-_12dfd7f4-3055-08e3-a3f5-6e83600e9dd8-15835560, #w-node-_4a6dcb78-7b2f-9823-2d65-a89ba10093a5-15835560, #w-node-_3cf42f58-dce5-edb9-7f6a-6d222b23539f-fae85704, #w-node-_97215fc2-cf5d-59a6-9125-f4498b9da764-fae85704 {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d41d79e6-19a4-b3ae-40a1-20eb66a79538-4c8b54b8 {
    order: -9999;
  }

  #w-node-_8114567a-0fb5-c6ed-9853-ddaba48bb5fd-a48bb5fa, #w-node-_8114567a-0fb5-c6ed-9853-ddaba48bb604-a48bb5fa {
    justify-self: center;
  }

  #w-node-_12dfd7f4-3055-08e3-a3f5-6e83600e9dd8-15835560 {
    align-self: end;
  }

  #w-node-_4a6dcb78-7b2f-9823-2d65-a89ba100939e-15835560 {
    order: -9999;
  }

  #w-node-_3cf42f58-dce5-edb9-7f6a-6d222b23539f-fae85704 {
    align-self: end;
  }

  #w-node-_97215fc2-cf5d-59a6-9125-f4498b9da75d-fae85704 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d41d79e6-19a4-b3ae-40a1-20eb66a79538-4c8b54b8, #w-node-_4a6dcb78-7b2f-9823-2d65-a89ba100939e-15835560, #w-node-_97215fc2-cf5d-59a6-9125-f4498b9da75d-fae85704 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}


@font-face {
  font-family: 'Metrisch Bold';
  src: url('../fonts/Metrisch-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch Book';
  src: url('../fonts/Metrisch-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch Light';
  src: url('../fonts/Metrisch-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch Medium';
  src: url('../fonts/Metrisch-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zenovak';
  src: url('../fonts/Zenovak.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}