body {
  font-family: 'Work Sans', sans-serif;
  color: #27264b;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #27264b;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #27264b;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #27264b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #27264b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 24px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: #e5ffff;
  background-image: url('../images/hero-bg.png');
  background-position: 50% 3%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-1180 {
  width: 100%;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
}

.container-1180.align-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
}

.heading-1.white {
  color: #fff;
}

.hero-heading-container {
  width: 43.3%;
  max-width: 66%;
  margin-bottom: 0px;
  padding: 80px 16px 80px 0px;
}

.hero-heading-container.como-funciona-heading {
  width: 100%;
  max-width: 55.6%;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.light-text {
  font-size: 40px;
  font-weight: 300;
}

.light-text.h2 {
  font-size: 32px;
}

.body {
  color: #333;
}

.hero-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 55%;
  padding-top: 80px;
  padding-right: 16px;
  padding-left: 16px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subtitle {
  margin-top: 16px;
  font-size: 20px;
  line-height: 150%;
}

.subtitle.white {
  color: #fff;
}

.primary {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #00ad4d;
  background-image: -webkit-gradient(linear, left top, right top, from(#00ad4d), to(#008f55));
  background-image: linear-gradient(90deg, #00ad4d, #008f55);
  font-weight: 400;
  letter-spacing: 1px;
}

.primary.large {
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 400;
}

.primary.topmenubutton {
  margin-top: 12px;
}

.hero-heading-action {
  margin-top: 40px;
}

.hero-subtitle {
  margin-top: 16px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.section.intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section.grey-section {
  background-color: #f3f8f8;
}

.section.cards-section {
  background-color: #f2f2f2;
}

.section.green-section {
  background-color: #00ad4d;
}

.section.light-grey {
  background-color: #fafafa;
}

.intro-img-container {
  width: 50%;
  padding-right: 24px;
  padding-left: 24px;
}

.col-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43.3%;
  padding-right: 16px;
  padding-left: 16px;
  -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;
}

.col-5.col-img-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-5.align-mid {
  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 {
  margin-left: 0px;
  padding-right: 8px;
}

.heading-2 {
  margin-bottom: 8px;
  line-height: 72px;
  font-weight: 600;
}

.heading-2.light-text {
  font-size: 32px;
  font-weight: 300;
}

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

.heading-2.cta-heading {
  margin-top: 0px;
}

.heading-2.big-title {
  margin-top: 16px;
  font-size: 52px;
  line-height: 52px;
  font-weight: 300;
  text-transform: uppercase;
}

.intro-img {
  width: 100%;
  margin-left: -200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contaner-full {
  width: 100%;
}

.contaner-full.align-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contaner-full.center {
  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;
}

.mockup {
  width: 100%;
  margin-bottom: -160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -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;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  padding-right: 32px;
  color: #27264b;
  text-decoration: none;
}

.link.w--current {
  font-weight: 600;
}

.link.color-accent {
  position: relative;
  z-index: 3;
  color: #4ef096;
}

.about-heading {
  max-width: 500px;
  margin-bottom: 40px;
  padding-left: 16px;
  text-align: left;
}

.about-topics {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.row.row-como-funciona {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-4 {
  font-weight: 600;
}

.body-2 {
  color: #535266;
}

.about-product-ing {
  margin-top: 40px;
}

.about-topic {
  margin-bottom: 32px;
}

.saiba-card {
  overflow: hidden;
  width: 30%;
  height: 350px;
  border-radius: 24px;
  background-color: #fff;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.saiba-card:hover {
  box-shadow: 17px 17px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.saiba-card.card-pessoas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(rgba(0, 0, 0, 0.49))), url('../images/Frame-179.png');
  background-image: linear-gradient(180deg, transparent 49%, rgba(0, 0, 0, 0.49)), url('../images/Frame-179.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 0 24px 40px 0 rgba(39, 38, 75, 0);
  -webkit-transition: all 200ms ease, box-shadow 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms ease, box-shadow 200ms cubic-bezier(.215, .61, .355, 1);
}

.saiba-card.card-empresas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(44%, transparent), to(rgba(0, 0, 0, 0.63))), url('../images/Frame-319.png');
  background-image: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.63)), url('../images/Frame-319.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.saiba-card.card-empresas.como-funciona-card {
  margin-right: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(44%, transparent), to(rgba(0, 0, 0, 0.63))), url('../images/Frame-179.png');
  background-image: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.63)), url('../images/Frame-179.png');
}

.saiba-card.card-anfitrioes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, transparent), to(rgba(0, 0, 0, 0.67))), url('../images/Frame-320.png');
  background-image: linear-gradient(180deg, transparent 33%, rgba(0, 0, 0, 0.67)), url('../images/Frame-320.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading-3.color-white {
  position: relative;
  z-index: 2;
  color: #fff;
}

.saiba-card-background {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-info {
  position: relative;
  z-index: 2;
  display: block;
  padding: 24px;
}

.call-to-action-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  -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;
  border-radius: 24px;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9f9f9;
}

.center {
  text-align: center;
}

.saiba-mais-link {
  width: 32%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.saiba-mais-link.como-funciona-card {
  margin-right: 16px;
}

.saiba-mais-link.como-funciona-card-2 {
  margin-left: 16px;
}

.link-block {
  width: 30%;
}

.como-funciona-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dfe9eb;
  background-color: #fafafa;
}

.como-funciona-menu.menu-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fafafa;
}

.como-funciona-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 72px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.como-funciona-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 4px solid #27264b;
  color: #fff;
}

.como-funciona-link.link-disabled {
  border-bottom-width: 0px;
  opacity: 0.7;
}

.como-funciona-link-text {
  color: #27264b;
  font-size: 16px;
  text-decoration: none;
}

.como-funciona-hero.pessoas-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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: #fff;
  background-image: url('../images/como-funciona-hero.jpg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.hero-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -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;
  color: #fff;
}

.como-funcion-atributes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.como-funcion-atributes.outoo-id {
  margin-top: 40px;
}

.atribute-card {
  width: 22%;
  padding-left: 0px;
}

.atribute-card.outoo-id {
  width: 32%;
}

.atribute-card-img {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 12px;
}

.card-description {
  margin-bottom: 0px;
}

.passos-container {
  margin-top: 48px;
}

.passos-step-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.passos-step-right.first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.passos-step-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.passos-step-left.mid-sec {
  margin-left: 200px;
}

.passos-step-left.como-ajudar {
  max-width: 900px;
}

.step-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 24px 48px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #f2f2f2;
}

.step-text.step-left {
  margin-right: 24px;
}

.step-text.step-right {
  margin-left: 24px;
}

.step-img {
  max-width: 379px;
  border-radius: 12px;
}

.outoo-cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 54px 54px 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;
  border-radius: 24px;
  background-color: #fff;
}

.outoo-cta-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
}

.outoo-cta-img {
  width: 300px;
}

.outoo-cta-topics {
  margin-top: 24px;
  margin-bottom: 24px;
}

.outoo-cta-topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-text {
  margin-top: 20px;
  margin-bottom: 32px;
}

.outoo-cta-lasttext {
  margin-bottom: 32px;
}

.image-5 {
  position: relative;
  z-index: 2;
  margin-top: -692px;
  margin-left: -150px;
}

.image-6 {
  position: relative;
  z-index: 3;
  margin-top: 40px;
}

.image-7 {
  position: relative;
  margin-top: -250px;
  margin-right: 0px;
  margin-left: 290px;
}

.image-8 {
  position: relative;
  z-index: 5;
}

.como-funciona-img-pessoas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 47%;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-container {
  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;
  border-bottom: 1px solid #dbdbdb;
}

.call-to-action-content {
  width: 100%;
  max-width: 800px;
  padding: 54px 54px 80px;
  border-radius: 24px;
  background-color: #fef4e6;
}

.outoo-ta-text {
  margin-bottom: 0px;
}

.grid {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-1140-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  max-width: 1140px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-col {
  height: 100vh;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px dashed #ffb4b4;
  border-left: 1px dashed #ffb4b4;
  background-color: rgba(255, 0, 0, 0.02);
}

.como-funciona-header-img-1 {
  width: 100%;
  max-width: 400px;
}

.logo {
  width: 98px;
  max-width: 98px;
  margin-top: 16px;
}

.grid-item {
  width: 200px;
  height: 200px;
}

.grid-items-container {
  display: inline-block;
  width: 100%;
}

.text-span {
  font-weight: 300;
}

.text-maxwidth {
  max-width: 50%;
  margin-top: 24px;
}

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

.bold {
  font-weight: 700;
}

.diamond-ing {
  width: 100%;
}

.container-estrategia-espacos {
  width: 100%;
  margin-bottom: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.diamond-img-container {
  width: 100%;
  height: 358px;
  background-image: url('../images/diamond-desktop.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.outooid-number-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 250px;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.big-number-text {
  display: inline;
  font-size: 120px;
  line-height: 150px;
  font-weight: 100;
}

.outooid-comoajudar-text {
  padding-left: 27px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bignumber-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -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: 50%;
  background-color: #f2fdff;
}

._2-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.green-text {
  color: #00ad4d;
}

.footer-links-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-socialmedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-right: 24px;
  color: #27264b;
  font-weight: 500;
  text-decoration: none;
}

.social-icon {
  margin-right: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 50%;
}

.social-icon:hover {
  border: 2px solid #000;
}

.image-9 {
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.input-text {
  border-radius: 8px;
}

.form {
  max-width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.message-input {
  border-radius: 8px;
}

.field-label {
  color: #27264b;
}

.success-message {
  max-width: 500px;
  border-radius: 12px;
  background-color: #f2f2f2;
}

.text-block {
  color: #27264b;
}

.error-message {
  max-width: 500px;
  border-radius: 12px;
  background-color: #fff1f1;
}

.text-block-2 {
  color: red;
}

.navbar {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
}

.navbar-2 {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-position: 50% 0%;
  }

  .container-1180 {
    -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;
  }

  .container-1180.align-horizontal.align-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .hero-heading-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-image-container {
    padding-top: 40px;
  }

  .subtitle {
    font-size: 16px;
  }

  .col-5 {
    width: 100%;
  }

  .col-5.col-img-intro {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .link {
    width: 100%;
    padding-right: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-5 {
    margin-left: -40px;
  }

  .image-6 {
    margin-top: 0px;
  }

  .image-7 {
    margin-top: -120px;
    margin-left: 200px;
  }

  .image-8 {
    margin-left: 0px;
  }

  .logo {
    margin-top: 16px;
  }

  .container-estrategia-espacos {
    margin-left: 0px;
  }

  .footer-links-left {
    margin-bottom: 24px;
  }

  .footer-socialmedia {
    margin-top: 24px;
  }

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

  .navbar {
    background-color: #fff;
    color: #27264b;
  }

  .icon {
    color: #27264b;
    text-align: right;
  }

  .menu-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

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

  .nav-menu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
    background-color: #fff;
  }

  .nav-menu-2 {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 38% 100%;
    background-attachment: scroll;
  }

  .container-1180 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero-heading-container {
    width: 100%;
  }

  .hero-image-container {
    display: none;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 330px;
  }

  .section.cards-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .saiba-mais-link {
    width: 60%;
    margin-bottom: 32px;
  }

  .como-funcion-atributes {
    display: inline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .como-funcion-atributes.outoo-id.align-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .atribute-card {
    display: inline-block;
    width: 48%;
    margin-bottom: 24px;
    padding-right: 12px;
    padding-bottom: 12px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .atribute-card.outoo-id {
    width: 50%;
  }

  .passos-step-right {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .passos-step-right.first-child {
    -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;
  }

  .passos-step-left {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-text.step-left {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .step-text.step-right {
    margin-bottom: 16px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .step-img {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .diamond-img-container {
    height: 100vh;
    background-image: url('../images/diamond-mobile.svg');
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 63% 100%;
  }

  .container-1180 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-1180.align-horizontal.align-vertical {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .heading-1.light-text {
    font-size: 28px;
  }

  .hero-heading-container {
    max-width: 100%;
    padding-bottom: 330px;
    padding-left: 16px;
  }

  .hero-heading-container.como-funciona-heading {
    max-width: 100%;
    padding-bottom: 40px;
    padding-left: 16px;
  }

  .light-text.h2 {
    font-size: 24px;
  }

  .primary {
    font-size: 14px;
  }

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

  .col-5.col-img-intro {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 120%;
  }

  .heading-2.big-title {
    font-size: 32px;
    line-height: 40px;
  }

  .links {
    display: none;
  }

  .saiba-card.card-empresas.como-funciona-card {
    margin-right: 0px;
  }

  .saiba-mais-link {
    width: 100%;
  }

  .saiba-mais-link.como-funciona-card {
    margin-right: 0px;
  }

  .saiba-mais-link.como-funciona-card-2 {
    margin-left: 0px;
  }

  .como-funciona-links {
    width: 100%;
  }

  .como-funciona-link {
    border-bottom-width: 2px;
  }

  .como-funciona-link-text {
    font-size: 14px;
  }

  .como-funciona-hero.pessoas-hero {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .como-funcion-atributes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .como-funcion-atributes.outoo-id.align-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .atribute-card {
    width: 100%;
    padding-bottom: 32px;
  }

  .atribute-card.outoo-id {
    width: 100%;
  }

  .passos-step-right {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .passos-step-right.first-child {
    -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;
  }

  .passos-step-left {
    margin-top: 40px;
    -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;
  }

  .passos-step-left.mid-sec {
    margin-left: 0px;
  }

  .step-text.step-left {
    margin-bottom: 16px;
    padding: 16px;
  }

  .step-text.step-right {
    margin-bottom: 16px;
    margin-left: 0px;
    padding: 16px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .step-img {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .outoo-cta-container {
    padding: 16px 20px 32px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .outoo-cta-img {
    width: auto;
    margin-top: 32px;
  }

  .outoo-cta-topic {
    margin-bottom: 12px;
  }

  .como-funciona-img-pessoas {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .call-to-action-content {
    padding: 24px;
  }

  .text-maxwidth {
    max-width: 100%;
  }

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

  .footer-links-left {
    -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;
  }

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

  .footer-link {
    margin-bottom: 16px;
  }
}

