.global-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e97459;
}

.navbarcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.navbar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 31.725000381469727px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 8px;
  grid-row-gap: 32px;
}

.navbar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.navbar-link:hover {
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 96.5%, 0.55);
  color: #e97459;
}

.navbar-link:active {
  background-color: #f6f6f6;
}

.navbar-link.global {
  text-decoration: none;
}

.navbar-link.global:hover {
  background-color: hsla(0, 0%, 96.5%, 0);
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e97459;
}

.hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 24px 64px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #e97459;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  max-width: 1200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.container.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column.sticky {
  position: sticky;
  top: 120px;
  grid-row-gap: 24px;
}

.column.background {
  position: static;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 8px;
  background-color: #f6f6f6;
}

.column.background.dark {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #292837;
}

.column.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column._16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 4px;
  background-color: #dbeaa4;
}

.tag.caladril {
  background-color: #fdb69d;
}

.tag.roxinho {
  background-color: #e4e4f0;
}

.mobile-body-small-semibold {
  font-family: Manrope, sans-serif;
  color: #292836;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0em;
}

.paragraph {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}

.image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  align-self: flex-end;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.contextual-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #292837;
  background-color: #e4e4f0;
}

.desktop-body-medium-bold {
  font-family: Manrope, sans-serif;
  color: #f6f6f6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0em;
}

.desktop-body-medium-bold.caladril {
  color: #e97459;
}

.desktop-body-medium-bold.nav-link:hover {
  color: #292837;
}

.por-que-funciona {
  display: none;
  overflow: visible;
  width: 100%;
  padding: 64px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #292837;
}

.small-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns._960 {
  max-width: 960px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.metric {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.text-14px {
  font-family: Manrope, sans-serif;
  color: #212121;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0em;
}

.text-14px.branco {
  color: #f6f6f6;
}

.text-14px.branco.bold {
  color: #fff;
  font-weight: 700;
}

.text-14px.bold {
  color: #292837;
  font-weight: 700;
}

.text-14px.center {
  line-height: 140%;
  text-align: center;
}

.por-que-mudar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 80px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.h3 {
  font-family: Manrope, sans-serif;
  color: #e97459;
  font-size: 24px;
  line-height: 150%;
  font-weight: 800;
  letter-spacing: 0em;
}

.h3.preto {
  color: #292837;
}

.mobile-body-medium-regular {
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0em;
}

.mobile-body-medium-bold {
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0em;
}

._2-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.big-number-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-style: none;
  border-width: 2px;
  border-color: #e97459;
  border-radius: 8px;
  background-color: #f6f6f6;
}

.big-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.metric-value {
  font-family: Manrope, sans-serif;
  color: #212121;
  font-size: 40px;
  line-height: 150%;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0em;
}

.salario-ux {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #e4e4f0;
}

.mobile-body-large-bold {
  font-family: Manrope, sans-serif;
  color: #e97459;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0em;
}

.mobile-body-small-regular {
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0em;
}

.empresas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
}

.empresas.purple-background {
  background-color: #f5f4f6;
}

.div-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.desktop-small {
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0em;
}

.desktop-small.branco {
  color: #f6f6f6;
}

.desktop-body-medium-regular {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Manrope, sans-serif;
  color: #5f6570;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0em;
}

.desktop-body-medium-regular.branco {
  color: #f6f6f6;
}

.desktop-body-medium-regular.center {
  text-align: center;
}

.desktop-body-medium-regular.caladril {
  color: #e97459;
}

.logos {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;*/
  display: flex;
  width: 100%;
  /*-webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;*/
  justify-content: center;
  /*-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;*/
  align-items: center;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.h1 {
  font-family: Manrope, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 64px;
  font-weight: 300;
  letter-spacing: 0em;
}

.h1.dark {
  color: #5f6570;
}

.h1.bold {
  max-width: 90%;
}

.projetos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #1f1f26;
}

.experimente {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 24px;
  padding-top: 64px;
  background-color: #f2f1f4;
}

.experimente > .columns {
  max-width: 960px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.desktop-large {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Manrope, sans-serif;
  color: #e4e4f0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: 0em;
}

.button {
  position: static;
  display: inline-block;
  padding: 14px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 40px;
  background-color: #e4e4f0;
  font-family: Manrope, sans-serif;
  color: #292837;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.button:hover {
  background-color: #f6f6f6;
}

.button.outline {
  color: #f6f6f6;
  font-size: 16px;
}

.button.outline:hover {
  color: #292837;
}

.button.dark {
  position: relative;
  z-index: 10;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #292837;
  color: #f6f6f6;
}

.button.dark:hover {
  background-color: #333243;
  color: #333243;
}

.outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #f6f6f6;
  border-radius: 200px;
  background-color: transparent;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 0px;
  background-color: #333243;
}

.divider {
  width: 100%;
  height: 1px;
  margin-bottom: 8px;
  background-color: #e4e4f0;
}

.divider.dark {
  background-color: #434258;
}

.skew-img {
  position: relative;
  top: 50%;
  z-index: 10;
  width: 80%;
  margin-top: 0%;
  -webkit-transform: skew(-29deg, 3deg);
  -ms-transform: skew(-29deg, 3deg);
  transform: skew(-29deg, 3deg);
}

.tabs {
  width: 100%;
  border-radius: 0px;
}

.tab-link-tab-1 {
  background-color: #434258;
  font-family: Manrope, sans-serif;
  color: #f6f6f6;
  font-weight: 500;
}

.tab-link-tab-1:hover {
  background-color: #565472;
}

.tab-link-tab-1.w--current {
  background-color: #f69675;
  font-family: Manrope, sans-serif;
  color: #292837;
  font-weight: 500;
}

.tab-link-tab-2 {
  background-color: #434258;
  font-family: Manrope, sans-serif;
  color: #f6f6f6;
}

.tab-link-tab-2:hover {
  background-color: #565472;
}

.tab-link-tab-2.w--current {
  background-color: #f69675;
  color: #292837;
  font-weight: 500;
}

.tab-link-tab-3 {
  background-color: #434258;
  font-family: Manrope, sans-serif;
  color: #f6f6f6;
}

.tab-link-tab-3:hover {
  background-color: #565472;
}

.tab-link-tab-3.w--current {
  background-color: #f69675;
  color: #292837;
  font-weight: 500;
}

.tab-pane-tab-1 {
  background-color: #333243;
}

.tab-link-tab-4 {
  background-color: #434258;
  font-family: Manrope, sans-serif;
  color: #f6f6f6;
}

.tab-link-tab-4:hover {
  background-color: #565472;
}

.tab-link-tab-4.w--current {
  background-color: #f69675;
  color: #292837;
  font-weight: 500;
}

.tab-link-tab-5 {
  background-color: #434258;
  font-family: Manrope, sans-serif;
  color: #f6f6f6;
}

.tab-link-tab-5:hover {
  background-color: #565472;
}

.tab-link-tab-5.w--current {
  background-color: #f69675;
  color: #292837;
  font-weight: 500;
}

.module-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-3 {
  margin-right: 8px;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.section {
  overflow: hidden;
  height: 100vh;
}

.large-container {
  position: static;
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.combine-space-large {
  height: 4rem;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.carreira {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.h2.branco {
  color: #f6f6f6;
}

.tabs-menu {
  color: #292837;
}

.cta1-12-card {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.margin-top.margin-medium {
  margin-top: 24px;
}

.padding-vertical {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical.padding-huge {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-vertical.padding-huge {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.card__front-glow-mask {
  position: absolute;
  left: 16px;
  top: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  background-color: #e97459;
}

.page-padding {
  padding-right: 5%;
  padding-left: 5%;
}

.start-date {
  background-color: #f69675;
}

.card__holo-glow {
  position: absolute;
  left: -48px;
  top: -48px;
  right: -48px;
  bottom: -48px;
  border-radius: 24px;
  background-image: linear-gradient(
      29deg,
      transparent 37%,
      rgba(42, 99, 255, 0.93)
    ),
    linear-gradient(135deg, #28eeac, #f3f177 41%, #fd6d38 71%, #a48eb6);
  opacity: 0.2;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-bottom.margin-small {
  display: block;
  margin-left: 0rem;
  padding-left: 0px;
}

.margin-bottom.margin-small {
  position: static;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin-left: 0rem;
  padding-left: 0px;
}

.card__front {
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 22px;
  background-color: #e97459;
}

.card__bg {
  width: 100%;
  height: 50vh;
  border-radius: 24px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdb69d),
    to(#fdb69d)
  );
  background-image: linear-gradient(180deg, #fdb69d, #fdb69d);
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.card__glow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  border-radius: 24px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdb69d),
    to(#fdb69d)
  );
  background-image: linear-gradient(180deg, #fdb69d, #fdb69d);
  opacity: 0.7;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}

.background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #fdb69d;
}

.mentoria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #15151a;
}

.desktop-body-medium-regular-3 {
  font-family: Manrope, sans-serif;
  color: #e4e4f0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0em;
}

.mentoria-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}

.team-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.team-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  background-color: #292836;
  box-shadow: 0px 2px 8px rgba(25, 1, 52, 0.08);
}

.team-image {
  border-radius: 8px;
  -o-object-fit: fill;
  object-fit: fill;
}

.team-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: flex-start;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.desktop-body-large-bold {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Manrope, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.desktop-body-large-bold.center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.investimento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #434258;
}

.tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.investimento-title {
  font-family: Manrope, sans-serif;
  color: #7cbed2;
  font-size: 14px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.investimento-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}

.investimento-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.blue-big-number {
  width: 25px;
  font-family: Manrope, sans-serif;
  color: #7cbed2;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0em;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin: 20px 0; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  font-family: Manrope, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.link:hover {
  color: #2e2e2e;
}

.text-span {
  color: #333243;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 24px 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e97459;
}

.salary {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: rgba(100, 100, 133, 0.4);
}

.salary-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #292837;
}

.salary-amount.junior {
  width: 35%;
  padding-left: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.salary-amount.pleno {
  width: 70%;
  padding-left: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.salary-amount.senior {
  width: 85%;
  padding-left: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo-img {
  max-height: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-image {
  width: 100vw;
  height: 100vh;
  background-image: url("../images/foto-pb.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.body {
  overflow: visible;
  height: auto;
  -webkit-perspective: 980px;
  perspective: 980px;
}

.absolute-image {
  position: absolute;
  left: auto;
  top: 25rem;
  right: 14%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-transform: translate(0px, -40%);
  -ms-transform: translate(0px, -40%);
  transform: translate(0px, -40%);
}

.left-column-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-big {
  position: static;
  display: inline-block;
  padding: 14px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 40px;
  background-color: #e4e4f0;
  font-family: Manrope, sans-serif;
  color: #292837;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.button-big:hover {
  background-color: #f6f6f6;
}

.button-big.dark {
  position: relative;
  z-index: 10;
  padding: 16px 32px;
  border-radius: 48px;
  background-color: #292837;
  color: #f6f6f6;
}

.button-big.dark:hover {
  background-color: #434258;
  color: #f6f6f6;
}

.is-this-for-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
}

.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.changer-overflow {
  display: inline-block;
  overflow: hidden;
  height: 4rem;
  float: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.changer-move {
  display: inline-block;
}

.changer {
  position: relative;
  top: 0px;
  height: 3.8rem;
  font-family: Manrope, sans-serif;
  color: #e97459;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.requisito {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.anamnese {
  display: none;
  width: 100%;
  padding: 80px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f6f6f6;
}

.title-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.anamnese-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.anamnese-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.anamnese-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-end;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.hero-img {
  position: relative;
  z-index: 2;
  width: 125%;
  max-width: 125%;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translate(0px, 0px) perspective(800px);
  transform: translate(0px, 0px) perspective(800px);
}

.empregabilidade {
  position: absolute;
  left: auto;
  top: -15%;
  right: -15%;
  bottom: auto;
  z-index: 15;
}

.estrela1 {
  position: absolute;
  left: -18%;
  top: auto;
  right: auto;
  bottom: 15%;
  z-index: 15;
}

.estrela2 {
  position: absolute;
  left: auto;
  top: 30%;
  right: -12%;
  bottom: auto;
  z-index: 10;
}

.comp-02 {
  position: absolute;
  left: -31%;
  top: 25%;
  right: auto;
  bottom: auto;
  z-index: 25;
  -webkit-transform: perspective(1000px) rotateX(0deg) rotateY(20deg)
    rotateZ(0deg) perspective(980px);
  transform: perspective(1000px) rotateX(0deg) rotateY(20deg) rotateZ(0deg)
    perspective(980px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.comp-01 {
  position: absolute;
  left: auto;
  top: auto;
  right: -23%;
  bottom: 9%;
  z-index: 25;
  border-radius: 4px;
  -webkit-transform: perspective(1000px) rotateX(0deg) rotateY(-20deg)
    rotateZ(0deg);
  transform: perspective(1000px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fdb69d;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-transform: rotateX(0deg) rotateY(3deg) rotateZ(0deg)
    perspective(800px);
  transform: rotateX(0deg) rotateY(3deg) rotateZ(0deg) perspective(800px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-static {
  display: none;
}

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

.column-project.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 8px;
}

.image-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

  .navbar-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-width: unset;
    padding-top: 100px;
    background-color: #292837;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  }

  .navbar-link {
    padding-right: 24px;
    padding-left: 24px;
    border-bottom: 1px solid #646485;
  }

  .hero-image {
    overflow: hidden;
  }

  .container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .f2wf-columns {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column.background.dark {
    background-color: #292837;
  }

  .paragraph {
    font-size: 16px;
  }

  .contextual-navbar {
    display: none;
    padding-right: 0;
  }

  .columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .column.sticky {
    position: static;
  }

  .columns._960 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-14px {
    line-height: 150%;
  }

  .por-que-mudar {
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .content {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .h1.bold {
    font-size: 48px;
  }

  .baixar-programa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.outline {
    max-width: 30%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .carreira {
    padding-right: 24px;
    padding-left: 24px;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .team-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .salary-amount.junior {
    padding-left: 16px;
  }

  .salary-amount.pleno {
    padding-left: 16px;
  }

  .salary-amount.senior {
    padding-left: 16px;
  }

  .absolute-image {
    right: 5%;
    display: none;
    width: 280px;
    height: 280px;
  }

  .empregabilidade {
    top: -14%;
    right: -13%;
  }

  .opened.w--open {
    background-color: #434258;
  }

  .hero-static {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-menu {
    z-index: 1;
    height: 100vh;
    padding-right: 32px;
    padding-left: 32px;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.vertical {
    grid-row-gap: 40px;
  }

  .mobile-body-small-semibold {
    font-size: 10px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns._960 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .big-number-div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logos {
    /*display: -ms-grid;*/
    display: grid;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    /*-ms-grid-columns: 1fr 1fr;*/
    grid-template-columns: 1fr 1fr;
    /*-ms-grid-rows: auto auto;*/
    grid-template-rows: auto auto;
  }

  .h1.bold {
    font-size: 40px;
    line-height: 100%;
  }

  .container-2 {
    grid-row-gap: 80px;
  }

  .button.outline {
    max-width: 100%;
  }

  .button.outline.menu {
    margin-top: 24px;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .page-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .carreira {
    display: none;
  }

  .team-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .absolute-image {
    top: 80vh;
    right: 10%;
    width: 300px;
    height: 300px;
    -webkit-transform: translate(50%, -40%);
    -ms-transform: translate(50%, -40%);
    transform: translate(50%, -40%);
  }

  .anamnese-icons {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-row-gap: 0px;
  }

  .anamnese-icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .opened.w--open {
    z-index: 2;
  }

  .hero-static {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar-menu {
    z-index: 1;
    padding-right: 24px;
    padding-left: 24px;
  }

  .navbar-link {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-image {
    padding-top: 40px;
    grid-row-gap: 64px;
  }

  .container.vertical {
    grid-row-gap: 40px;
  }

  .f2wf-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column {
    grid-row-gap: 16px;
  }

  .column.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tags {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tag {
    padding-right: 8px;
    padding-left: 8px;
  }

  .paragraph {
    font-family: Manrope, sans-serif;
    font-size: 16px;
  }

  .small-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .por-que-mudar {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  .h3.preto.text-align-center {
    line-height: 120%;
  }

  ._2-columns {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .salario-ux {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .empresas:not(.always-visible) {
    /*height: auto;
    padding-top: 40px;
    padding-bottom: 40px;*/
    display: none;
  }

  .desktop-small.branco {
    text-align: left;
  }

  .h1 {
    font-size: 40px;
  }

  .h1.bold {
    font-size: 32px;
    line-height: 120%;
  }

  .projetos {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .desktop-large {
    font-size: 32px;
    line-height: 40px;
  }

  .button.outline.menu {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .info {
    padding: 32px 16px;
  }

  .divider {
    display: block;
    margin-bottom: 0px;
  }

  .divider.dark {
    display: block;
  }

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

  .section {
    height: 50vh;
  }

  .carreira {
    display: none;
  }

  .background-image {
    display: none;
  }
  .section.wf-section {
    display: none;
  }

  .h2 {
    font-size: 28px;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .padding-vertical.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .card__front {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-align-center {
    padding-right: 8px;
    padding-left: 8px;
  }

  .mentoria {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .desktop-body-large-bold.center {
    font-size: 16px;
  }

  .investimento {
    padding: 40px 24px;
  }

  .link {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .salary {
    height: 32px;
  }

  .salary-amount.junior {
    width: 45%;
    height: 32px;
  }

  .salary-amount.pleno {
    height: 32px;
  }

  .salary-amount.senior {
    height: 32px;
  }

  .background-image {
    height: 50vh;
  }

  .absolute-image {
    top: 3.5%;
    display: none;
    width: 240px;
    height: 240px;
  }

  .is-this-for-me {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .anamnese {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .anamnese-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .anamnese-icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-img {
    z-index: 4;
  }

  .empregabilidade {
    max-width: 40%;
  }

  .comp-02 {
    max-width: 70%;
  }

  .comp-01 {
    max-width: 70%;
  }

  .opened {
    padding: 16px;
  }

  .opened.w--open {
    z-index: 2;
  }

  .hamburguer {
    opacity: 1;
  }

  .hero-static {
    max-width: 150%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-4 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1bce6581-9576-a7cb-4b8f-e0827c047dce-891bc166 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .background-image {
    display: none;
  }
  .empresas {
    padding: 40px;
  }
}

#banner-content {
  background-color: white;
  top: 0px;
  position: fixed;
  width: 100vw;
  z-index: 10000;
  overflow: hidden;
}

#banner {
  padding: 1rem;
  color: #db7957;
  display: flex;
  align-items: center;
  z-index: 10000;
  cursor: pointer;
  animation: translatebanner 30s linear infinite;
  flex-wrap: nowrap;
  white-space: nowrap;
}

@keyframes translatebanner {
  from {
    transform: translateX(0px);
  }

  to {
    transform: translateX(-724px);
  }
}

#banner > p {
  font-weight: 700;
  margin-bottom: 0px;
  flex-grow: 1;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

#banner > .iconstart {
  width: 1rem;
  height: 1rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.discount {
  color: #212126;
  background-color: #dbeaa4;
  border-radius: 64px;
  padding: 4px 16px;
  margin-right: 20px;
}

#banner > .iconstart::before {
  display: block;
  width: 1rem;
  height: 1rem;
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath d='M7.82917 0.247276L8.53156 6.27382L13.3303 2.518L9.5447 7.28499L15.597 8L9.54093 8.71501L13.3014 13.482L8.52245 9.72618L7.78826 15.7527L7.08588 9.72618L2.28712 13.482L6.07273 8.71501L0.0204518 8L6.07651 7.28499L2.31605 2.518L7.09499 6.27382L7.82917 0.247276Z' fill='black'/%3E %3C/svg%3E");
}

.column-gray {
  border: 1px solid #e2e1e5;
  margin: 10px 30px 0 30px;
}
