:root {
  --font-helixa: Helixa, sans-serif;
  --standardfontsize: 16px;
  --agreegreen: #0c754c;
  --agreewhite: white;
  --secondbgagree: #fff7eb;
  --globalmaxwidth: 1200px;
  --agreeyellow: #e5b800;
  --black: black;
  --font-magnifypro: MagnifyPRO, sans-serif;
  --standardfontsize2: 18px;
  --standardfontsize4: 20px;
  --agreeorange: #ff6d33;
  --agreefontcolor: #ffe0d5;
  --agreebrown: #6e3529;
  --agreelightergreen: #096e44;
  --white: white;
  --standardfontsize6: 22px;
}

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

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

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

.section {
  font-family: var(--font-helixa);
  font-size: var(--standardfontsize);
}

.section.top-menu {
  background-color: var(--agreegreen);
  font-family: var(--font-helixa);
  color: var(--agreewhite);
  font-size: var(--standardfontsize);
  justify-content: space-around;
  align-items: center;
  height: 80px;
  min-height: 80px;
  display: flex;
}

.section.bottom {
  background-color: var(--agreegreen);
  color: var(--agreewhite);
  font-size: var(--standardfontsize);
  justify-content: space-around;
  align-items: center;
  min-height: 240px;
  display: flex;
}

.section.flex-horizontal {
  background-image: url('../images/BG_Banner_Home_Plataforma.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-around;
  align-items: center;
  height: 35vw;
  display: flex;
}

.section.bg-1 {
  background-image: url('../images/BG_Banner_Home_Plataforma.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-around;
  align-items: center;
  height: 35vw;
}

.section.bg-1.mt-110 {
  margin-top: 7.8vw;
}

.section.bg-2 {
  background-image: url('../images/BG_Banner_Quem-Somos.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
  max-height: 560px;
}

.section.second-bg-agree {
  background-color: var(--secondbgagree);
}

.section.second-bg-agree.mobile-pt-40.relative {
  position: relative;
}

.section.second-bg-agree.mobile-pt-40.relative.flex-centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.second-bg-agree.mobile-pt-40.relative.flex-centered.hidden {
  overflow: hidden;
}

.section.second-bg-agree.mobile-pt-40.relative.flex-centered.hidden.pb-100 {
  padding-bottom: 100px;
}

.section.quem-somos-oportunidades {
  background-image: url('../images/Image_Quem-somos_credito-agro-negocio-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 35vw;
}

.section.bg-3 {
  background-image: url('../images/BG_Banner_Mercado-de-Capitais.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
  max-height: 560px;
}

.section.bg-4 {
  background-image: url('../images/BG_Banner_Serviços-Bancários.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
  max-height: 560px;
}

.section.bg-5 {
  background-image: url('../images/BG_Banner_Consultoria-de-Gestao.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
  max-height: 560px;
}

.section.bg-6 {
  background-image: url('../images/BG_Banner_Parceria-de-Negócios.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
  max-height: 560px;
}

.container {
  max-width: var(--globalmaxwidth);
}

.container.top-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0 20px;
  display: flex;
}

.container.bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 40px 20px 30px;
  display: grid;
}

.container.body-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.container.body-content.zig-zag {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
}

.container.body-content.spacier-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.container.body-content.spacier-flex.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.container.body-content.spacier-flex.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.container.body-content.flex-horizontal {
  flex-flow: row;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.body-content.flex-horizontal.no-flex-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.container.body-content.body-content-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.container.body-content.pb-80 {
  padding-bottom: 80px;
}

.container.body-content.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.container.body-content.px-100.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.container.body-content.px-100.gap-60.pb-0.horizontal {
  flex-flow: row;
}

.container.body-content.px-100.pt-40 {
  padding-top: 40px;
}

.container.body-content.px-100.pt-40.horizontal {
  flex-flow: row;
}

.container.body-content.px-100.pt-40.horizontal.space-around {
  justify-content: space-around;
}

.container.body-content.px-100.pt-40.horizontal.space-around.relative {
  position: relative;
}

.container.body-content.px-100.pt-40.mobile-mt-0 {
  overflow: hidden;
}

.container.body-content.flex-v-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.body-content.flex-v-top.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.container.body-content.flex-v-top.pt-0.pb-60 {
  padding-bottom: 60px;
}

.container.body-content.spacing-50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.container.body-content.pb-0 {
  padding-bottom: 0;
}

.container.body-content.pt-40 {
  padding-top: 40px;
}

.container.body-content.pt-40.pb-140 {
  height: 100%;
  padding-bottom: 140px;
}

.container.body-content.pt-40.pb-140.relative {
  position: relative;
}

.container.body-content.pt-40.pb-140.relative.flex-horizontal.hidden {
  overflow: hidden;
}

.container.body-content.pt-40.pb-140.h-x {
  height: 850px;
  position: relative;
}

.container.body-content.pt-40.pb-140.h-x.py-0 {
  padding-bottom: 0;
  overflow: hidden;
}

.container.body-content.pt-0 {
  padding-top: 0;
}

.container.body-content.pt-0.pb-60, .container.body-content.pb-60 {
  padding-bottom: 60px;
}

.container.body-content.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.container.body-content-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  align-items: center;
  justify-items: stretch;
  padding-left: 200px;
  padding-right: 200px;
  display: grid;
}

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

.image {
  background-color: rgba(12, 117, 76, 0);
  max-width: 85%;
}

.navbar-link {
  font-family: var(--font-helixa);
  color: var(--agreewhite);
  margin-left: 35px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.navbar-link.selected-link {
  color: var(--agreeyellow);
  margin-left: 5px;
  display: flex;
}

.menu {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.mobile-menu {
  display: none;
}

.section-2 {
  background-color: var(--agreegreen);
}

.container-2, .container-3 {
  flex-flow: column;
  display: flex;
}

.bottom-container {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.bottom-container.smaller-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.container-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bottom-link {
  font-family: var(--font-helixa);
  color: var(--agreewhite);
  text-decoration: none;
}

.last-bottom-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-span {
  color: var(--agreeyellow);
  font-weight: 700;
}

.top-10 {
  color: var(--agreewhite);
  padding-top: 15px;
  text-decoration: none;
}

.social-media {
  width: 40px;
}

.container-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide {
  text-align: center;
  background-image: url('../images/BG-Banner_Home_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  color: var(--agreewhite);
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 40vw;
  display: flex;
}

.body {
  font-family: var(--font-helixa);
  color: var(--black);
  font-size: var(--standardfontsize);
}

.slide-2 {
  background-image: url('../images/BG_Banner_Home_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/BG_Banner_Home_03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.text-span-2 {
  color: var(--agreeyellow);
  font-style: normal;
}

.container-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.paragraph {
  margin-bottom: 60px;
  font-size: 25px;
  line-height: 1.7rem;
}

.div-block-2 {
  color: var(--agreegreen);
  text-align: center;
  border: 1px #000;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 20px 25px;
  display: flex;
  box-shadow: 8px -8px 45px -5px rgba(34, 34, 34, .2), -8px 8px 45px -5px rgba(34, 34, 34, .2), -8px -8px 45px -5px rgba(34, 34, 34, .2), 8px 8px 45px -5px rgba(34, 34, 34, .2);
}

.heading-2 {
  font-family: var(--font-magnifypro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
}

.paragraph-2 {
  font-size: var(--standardfontsize2);
  margin-bottom: 0;
}

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

.div-block-3.inverted {
  flex-flow: row-reverse;
}

.image-2 {
  display: block;
}

.no-highlighted-title {
  font-family: var(--font-magnifypro);
  color: var(--agreegreen);
  text-align: left;
  font-size: 38px;
  font-weight: 400;
}

.no-highlighted-title.helixa-bold {
  font-family: var(--font-helixa);
  font-weight: 700;
}

.no-highlighted-title.text-26 {
  font-size: 26px;
}

.no-highlighted-title.text-26.max-w-520 {
  max-width: 520px;
}

.no-highlighted-title.text-26.mt-100 {
  margin-top: 100px;
}

.no-highlighted-title.text-26.mt-100.mb-60 {
  margin-bottom: 60px;
}

.div-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  font-size: var(--standardfontsize4);
  flex-flow: column;
  justify-content: center;
  height: 100%;
  font-weight: 300;
  display: flex;
}

.paragraph-3 {
  font-size: var(--standardfontsize2);
  margin-right: 5px;
}

.paragraph-3.color-green {
  color: var(--agreegreen);
}

.paragraph-3.helixa-bold {
  font-family: var(--font-helixa);
  font-weight: 700;
}

.paragraph-4 {
  font-size: var(--standardfontsize2);
  margin-right: 5px;
}

.text-span-3 {
  color: var(--agreegreen);
  font-weight: 700;
}

.highlighted-title {
  background-color: var(--agreeyellow);
  color: var(--agreegreen);
  border-radius: 60px;
  margin-left: -6px;
  margin-right: -6px;
  padding: 8px 5px 4px;
  display: inline-block;
}

.highlighted-title.rounder-highlighted-span {
  border-radius: 50px;
  padding-top: 0;
}

.highlighted-title.rounder-highlighted-span.ml-0 {
  margin-left: 0;
}

.highlighted-title.rounder-highlighted-span.text-bold {
  font-weight: 700;
}

.highlighted-title.rounder-highlighted-span.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.highlighted-title.color-green.pt-0 {
  padding-top: 0;
}

.highlighted-title.color-green.pt-0.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.highlighted-title.color-green.pt-0.px-10.mt-0 {
  margin-top: 0;
}

.highlighted-title.mt-100 {
  margin-top: 100px;
}

.highlighted-title.mt-100.mb-60 {
  margin-bottom: 60px;
}

.div-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  height: 432px;
  display: flex;
}

.button {
  background-color: var(--agreegreen);
  font-family: var(--font-magnifypro);
  text-align: center;
  border-radius: 8px;
  min-width: 195px;
  padding: 20px 25px 18px;
  font-size: 14px;
  font-weight: 700;
}

.button.helixa-thin {
  font-family: var(--font-helixa);
  font-weight: 300;
}

.button.helixa-black {
  font-family: var(--font-helixa);
  font-weight: 900;
}

.button.helixa-normal {
  font-family: var(--font-helixa);
  font-weight: 400;
}

.button.helixa-bold {
  font-family: var(--font-helixa);
  font-weight: 700;
}

.button.helixa-bold.form-button-paddings {
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 12px;
}

.figure {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.white-text {
  color: var(--agreewhite);
}

.white-text.helixa-bold {
  font-family: var(--font-helixa);
  font-weight: 700;
}

.white-text.light-helixa {
  font-family: var(--font-helixa);
  font-weight: 300;
}

.image-3 {
  width: 50vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 280px;
  display: flex;
}

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

.helixa-black {
  font-family: var(--font-helixa);
  font-weight: 900;
}

.helixa-black.margin-bottom-0 {
  margin-bottom: 0;
  font-size: 24px;
}

.helixa-black.margin-top-0 {
  margin-top: 0;
}

.helixa-normal {
  font-family: var(--font-helixa);
  font-weight: 400;
}

.helixa-normal.margin-bottom-0 {
  margin-bottom: 0;
}

.helixa-normal.margin-top-0 {
  margin-top: 0;
  font-size: 24px;
}

.form {
  text-align: left;
  min-width: 35.6vw;
}

.input-style {
  background-color: var(--agreewhite);
  color: var(--agreegreen);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  box-shadow: -3px 3px 20px rgba(0, 0, 0, .05), 3px -3px 20px rgba(0, 0, 0, .1), -3px -3px 20px rgba(0, 0, 0, .1), 3px 3px 20px rgba(0, 0, 0, .1);
}

.input-style::placeholder {
  color: var(--agreegreen);
}

.input-style.half-input {
  width: 49%;
  display: inline-block;
}

.input-style.text-area {
  min-height: 100px;
}

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

.label {
  width: 49%;
}

.div-block-10 {
  justify-content: space-between;
  display: flex;
}

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

.contact-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-block.h-0 {
  height: 0;
}

.contact-block-paragraph {
  color: var(--agreegreen);
  margin-bottom: 0;
  text-decoration: none;
}

.div-block-12 {
  color: var(--agreeyellow);
  width: 20px;
}

.image-4 {
  max-width: 300px;
}

.title-h3-green {
  color: var(--agreegreen);
  text-align: center;
}

.title-h3-green.text-center.max-w-450 {
  max-width: 450px;
}

.title-h3-green.text-center.max-w-450.text-40, .title-h3-green.text-40 {
  font-size: 40px;
}

.title-h3-green.text-40.max-w-500 {
  max-width: 500px;
}

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

.text-center.color-green {
  color: var(--agreegreen);
}

.text-center.color-green.pb-55 {
  padding-bottom: 55px;
}

.text-center.color-green.pb-55.mt-20 {
  margin-top: -20px;
}

.div-block-13 {
  width: 60%;
  height: 100%;
  padding-left: 60px;
}

.div-block-13.white-text.spacing-50 {
  flex-flow: column;
  display: flex;
}

.div-block-13.white-text.spacing-50.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-13.white-text.spacing-50.gap-10.shorter {
  width: 35%;
}

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

.image-5, .image-6 {
  width: 400px;
  max-width: 600px;
}

.image-6.mr-320 {
  margin-right: -320px;
}

.image-6.mr-320.tall-image {
  width: auto;
  max-width: none;
  height: 800px;
}

.image-6._w-500 {
  width: 450px;
}

.div-block-15 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  display: flex;
}

.founders-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--agreegreen);
  color: var(--agreewhite);
  text-align: center;
  border-radius: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  min-height: 420px;
  margin-top: 52px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.image-for-cards {
  background-color: var(--agreeyellow);
  border-radius: 100%;
  width: 130px;
  height: 130px;
  margin-top: -52px;
}

.image-for-cards._w-11-10 {
  border-radius: 100px;
  width: 110%;
}

.image-for-cards._w-11-10.h-70 {
  height: 70px;
}

.image-for-cards._w-11-10.h-70.mt-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -23px;
  display: flex;
}

.title-founders-card.absolute {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.title-founders-card.absolute._w-full {
  width: 100%;
}

.title-founders-card.absolute._w-550 {
  width: 550px;
}

.title-founders-card.absolute._w-550.ml-130 {
  margin-left: -130px;
}

.title-founders-card.absolute._w-550.ml-130._w-full {
  width: 100%;
}

.heading-3 {
  color: var(--agreeyellow);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.heading-4 {
  color: var(--agreeyellow);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-5 {
  line-height: 22px;
}

.paragraph-5.text-20 {
  font-size: var(--standardfontsize4);
}

.paragraph-5.text-20.helixa-light {
  font-family: var(--font-helixa);
  font-weight: 300;
}

.paragraph-5.text-20.helixa-light.relative {
  position: relative;
}

.staff-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  border-radius: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 360px;
  margin-top: 52px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: -8px 8px 20px 5px rgba(0, 0, 0, .1), 8px -8px 20px 5px rgba(0, 0, 0, .1), -8px -8px 20px 5px rgba(0, 0, 0, .1), 8px 8px 20px 5px rgba(0, 0, 0, .1);
}

.staff-card._w-360 {
  z-index: 0;
  width: 420px;
}

.staff-card._w-360.absolute {
  z-index: 20;
  position: absolute;
}

.staff-card._w-360.mb-300 {
  z-index: 2;
  background-color: var(--agreewhite);
  margin-bottom: -400px;
}

.heading-5 {
  color: var(--agreegreen);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.heading-6 {
  color: var(--agreegreen);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  display: grid;
}

.color-green {
  color: var(--agreegreen);
}

.color-green.max-w-450 {
  max-width: 450px;
}

.color-green.text-center.mt-0 {
  margin-top: 0;
}

.color-green.text-center.helixa-black.mb-30 {
  margin-bottom: 30px;
}

.color-green.mt-0 {
  margin-top: 0;
}

.color-green.mt-0.text-28 {
  font-size: 28px;
}

.color-green.mb-0 {
  margin-bottom: 0;
}

.color-green.mb-0.text-28 {
  font-size: 28px;
}

.title-orange {
  background-color: var(--agreeorange);
  color: var(--agreefontcolor);
  border-radius: 25px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.text-span-4 {
  font-weight: 900;
  display: block;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 30px;
  justify-content: space-around;
  align-items: center;
  width: 1000px;
  padding: 20px 20px 40px;
  display: flex;
  box-shadow: 8px -8px 25px rgba(0, 0, 0, .1), -8px 8px 25px rgba(0, 0, 0, .1), -8px -8px 25px rgba(0, 0, 0, .1), 8px 8px 25px rgba(0, 0, 0, .1);
}

.image-7 {
  height: 300px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-6 {
  text-align: justify;
  max-width: 520px;
}

.paragraph-6.pb-40 {
  padding-bottom: 40px;
}

.paragraph-6.pb-40.text-left {
  text-align: left;
}

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

.div-block-19.color-green {
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-19.color-green.row-1 {
  grid-template-rows: auto;
}

.div-block-20 {
  border: 2px solid var(--agreegreen);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.div-block-20.helixa-bold {
  font-family: var(--font-helixa);
  font-weight: 700;
}

.paragraph-7 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  font-size: 23px;
}

.div-block-21 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

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

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-24 {
  border: 2px solid var(--agreegreen);
  color: var(--agreegreen);
  text-align: center;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  padding: 20px 40px;
  display: flex;
}

.div-block-24._w-320 {
  width: 320px;
}

.div-block-24._w-320.shorter-py {
  padding-top: 8px;
  padding-bottom: 8px;
}

.div-block-24.shorter-py {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-24.shorter-px {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-7 {
  font-family: var(--font-magnifypro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.heading-7.text-24 {
  font-size: 24px;
}

.image-8 {
  width: 400px;
  min-width: 400px;
}

.image-9 {
  max-width: none;
  height: 500px;
  max-height: 600px;
}

.helixa-bold {
  font-family: var(--font-helixa);
  font-weight: 700;
}

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

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

.div-block-27 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-8 {
  font-family: var(--font-helixa);
  color: var(--agreegreen);
  max-width: 190px;
}

.image-10 {
  max-width: 80px;
}

.div-block-28 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-8 {
  font-family: var(--font-magnifypro);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-8.color-green.text-28 {
  font-size: 28px;
  font-weight: 700;
}

.heading-8.big-orange {
  color: var(--agreeorange);
  font-size: 44px;
  font-weight: 700;
}

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

.div-block-30 {
  border: 2px solid var(--agreegreen);
  color: var(--agreegreen);
  text-align: center;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  padding: 20px 40px;
  display: flex;
}

.div-block-31 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.highlighted-title-2 {
  background-color: var(--agreebrown);
  color: var(--agreefontcolor);
  border-radius: 60px;
  margin-left: -6px;
  margin-right: -6px;
  padding: 8px 5px 4px;
  display: inline-block;
}

.highlighted-title-2.font-26 {
  font-size: 26px;
}

.highlighted-title-2.font-26.px-0 {
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 3px;
  padding-right: 3px;
}

.highlighted-title-2.font-26.px-0.py-7, .highlighted-title-2.font-26.py-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.highlighted-title-2.font-26.py-7.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-32 {
  border: 2px solid var(--agreegreen);
  font-family: var(--font-helixa);
  font-size: var(--standardfontsize);
  text-align: center;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 5px;
  font-weight: 400;
  display: flex;
}

.paragraph-9 {
  color: var(--agreegreen);
  font-size: var(--standardfontsize2);
  margin-bottom: 0;
}

.div-block-33 {
  background-image: url('../images/depoimento_imagem.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  margin-top: -52px;
}

.heading-9 {
  color: var(--agreegreen);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.image-11 {
  width: 100%;
  margin-bottom: -50px;
}

.image-11._w-full {
  width: 100%;
}

.image-11._w-full.mb-120 {
  margin-bottom: -120px;
}

.image-11._w-full.mb-120.w {
  width: 50%;
}

.image-11._w-full.mb-100 {
  margin-bottom: -100px;
}

.image-11._w-full.w {
  width: 100%;
  margin-bottom: -120px;
}

.image-11._w-full.mb-155 {
  margin-bottom: -155px;
}

.image-11.mb-120 {
  margin-bottom: -120px;
}

.image-11._w-4-5 {
  width: 80%;
}

.div-block-34 {
  position: relative;
}

.heading-10 {
  color: var(--agreegreen);
  font-size: var(--standardfontsize4);
  margin-bottom: 0;
  font-weight: 900;
}

.heading-11 {
  color: var(--agreegreen);
  font-size: var(--standardfontsize4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-35 {
  z-index: 0;
  filter: blur(3px);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-36 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1000px;
  display: flex;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.7rem;
}

.div-block-37 {
  margin-left: 15px;
  display: flex;
  position: relative;
}

.div-block-37.ml-0 {
  margin-left: 0;
  position: relative;
}

.div-block-37.ml-0.tx-9 {
  justify-content: flex-start;
  align-items: center;
}

.image-12 {
  width: 17px;
  height: 13px;
  margin-top: 2px;
}

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

.image-13, .image-14 {
  transform: scale(1.4);
}

.image-15 {
  transform: translate(-30px)scale(1.9);
}

.image-16 {
  transform: scale(1.3);
}

.image-17 {
  transform: scale(1.5);
}

.div-block-39 {
  z-index: 3;
  background-color: var(--agreegreen);
  border-radius: 0 0 15px 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 270%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  transform: translate(0, 50px);
}

.div-block-39.dropmenu1 {
  transform: translate(35%)translate(0, 20px);
}

.div-block-39.dropmenu1.changed-dropdown {
  font-family: var(--font-magnifypro);
  text-align: center;
  border-radius: 15px;
  width: 200%;
  font-weight: 400;
  transform: translate(35%)translate(0, 23px);
  box-shadow: -8px 8px 20px rgba(0, 0, 0, .1), 8px -8px 20px rgba(0, 0, 0, .1), -8px -8px 20px rgba(0, 0, 0, .1), 8px 8px 20px rgba(0, 0, 0, .1);
}

.div-block-39.smaller {
  transform: translate(30px, 20px);
}

.div-block-39.smaller.changed-dropdown {
  font-family: var(--font-magnifypro);
  text-align: center;
  border-radius: 15px;
  width: 200%;
  font-weight: 400;
  transform: translate(25%, 23px);
  box-shadow: -8px 8px 20px rgba(0, 0, 0, .1), 8px -8px 20px rgba(0, 0, 0, .1), -8px -8px 20px rgba(0, 0, 0, .1), 8px 8px 20px rgba(0, 0, 0, .1);
}

.link-block {
  background-color: var(--agreegreen);
  color: var(--agreewhite);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: var(--agreelightergreen);
}

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-40.inverted {
  justify-content: center;
  align-items: flex-end;
}

.div-block-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 100px;
  padding-right: 20px;
  display: flex;
}

.div-block-41.bottom {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 60px;
  padding-right: 100px;
}

.heading-14 {
  max-width: 580px;
  font-size: 56px;
  font-weight: 300;
  line-height: 50px;
}

.heading-14.smaller {
  font-size: 40px;
  line-height: 36px;
}

.heading-14.smaller.mobile-text-24.text-22 {
  max-width: 320px;
  font-size: 22px;
  line-height: 26px;
}

.paragraph-10 {
  max-width: 270px;
  font-size: 22px;
  line-height: 26px;
}

.paragraph-10.longer {
  max-width: 100%;
}

.paragraph-10.helixa-bold._w-320 {
  max-width: 320px;
}

.paragraph-10.helixa-bold._w-320.spacing-3 {
  letter-spacing: 3px;
}

.paragraph-10.helixa-bold._w-320.spacing-3.mobile-spacing-0.text-14.mobile-w-270.mobile-text-height-20.text-38 {
  max-width: 580px;
  font-size: 38px;
  line-height: 36px;
}

.text-span-5, .text-span-6 {
  color: var(--agreeyellow);
}

.image-18 {
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.dropdown-toggle {
  color: var(--agreewhite);
  padding: 0 0 0 35px;
}

.text-block {
  font-size: 19px;
  font-weight: 700;
}

.slider-left {
  width: 100vw;
  overflow: hidden;
}

.slider-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  display: flex;
}

.slider-right {
  width: 40%;
}

.swiper.ls-slider-main {
  overflow: visible;
}

.swiper.ls-slider-main.myswiper {
  width: 60%;
  height: 100%;
}

.swiper.ls-slider-main.myswiper.absolute {
  width: 100vw;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper.ls-slider-main {
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  min-width: 1200px;
  height: 100%;
  min-height: 600px;
  margin-top: 50px;
  padding: 20px 20px 60px;
  display: flex;
}

.swiper-slide {
  cursor: grab;
  width: 420px;
  height: 420px;
}

.swiper-slide.ls-slider-main {
  filter: blur(3px);
  flex: none;
  width: 33.3333%;
  margin-top: 50px;
}

.swiper-myswiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-2 {
  width: 80%;
}

.success-message {
  background-color: var(--agreegreen);
  color: var(--agreewhite);
}

.link-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-3 {
  color: var(--agreewhite);
  text-decoration: none;
}

.success-message-2 {
  background-color: var(--agreegreen);
  color: var(--agreewhite);
}

.link-block-4 {
  text-decoration: none;
}

.dropdownlink {
  color: #fff7eb;
  padding-left: 40px;
  font-size: 14px;
}

.dropdownlink:hover, .dropdownlink:focus {
  color: #fccc00;
}

.dropdownlink.w--current {
  color: #fccc01;
}

.rodap {
  padding-left: 180px;
  padding-right: 180px;
}

.content {
  padding: 30px 180px;
}

.navbar-2 {
  background-color: #0f6b45;
  flex-flow: column;
  width: 450px;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-19 {
  width: auto;
}

.text-block-4 {
  font-size: 18px;
}

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

.dropdown {
  border-bottom: 1px solid rgba(255, 247, 235, .5);
  width: 100%;
}

.div-block-43 {
  flex-flow: column;
  display: flex;
}

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

.h2 {
  color: #0d9868;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: MagnifyPRO, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.txtrodape {
  color: #ababab;
  margin-top: 10px;
  margin-bottom: 19px;
  font-family: Helixa, sans-serif;
  font-size: 14px;
}

.contentarea {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.h1 {
  color: #0f6b45;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: MagnifyPRO, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
}

.image-20 {
  margin-bottom: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.nav-menu-2 {
  flex-flow: column;
  display: flex;
}

.dropdown-toggle-2 {
  color: #fff7eb;
  border: 0 #000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: MagnifyPRO, sans-serif;
  font-weight: 400;
}

.dropdown-toggle-2:hover {
  color: #fccc00;
}

.dropdown-toggle-2.w--open {
  background-color: #0f6b46;
  border-top-style: solid;
  border-bottom: 1px #000;
  padding-right: 0;
}

.div-block-44 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-body {
  background-image: url('../images/agree-consultor.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 320px;
  margin-top: 60px;
}

.link-block-5 {
  color: #0f6b46;
  vertical-align: baseline;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Magnifypro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.link-block-5:hover {
  color: #0d9868;
}

.bodytxtbig {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helixa, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.heroimg {
  background-image: url('../images/Header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.line {
  background-color: #41534b;
  width: 100%;
  height: 1px;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 20px;
}

.brand {
  border-bottom: 1px solid rgba(255, 247, 235, .5);
  border-radius: 1px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.icon-2 {
  color: #fccc00;
  transition: opacity .2s;
}

.bodywrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-45 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: -9px;
  display: flex;
}

.contentwrapper {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  color: #fff7eb;
  border-top: 1px rgba(255, 247, 235, .5);
  border-bottom: 1px solid rgba(255, 247, 235, .5);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 15px 30px;
  font-family: MagnifyPRO, sans-serif;
  font-size: 15px;
}

.nav-link:hover, .nav-link:focus {
  color: #fccc00;
}

.nav-link.w--current {
  color: #fccc01;
}

.headerinterna {
  background-color: #fff;
  border-bottom: 1px solid #0f6b46;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 180px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 20px;
}

.contentarquetipos, .contentessencia {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.imgbodystr03 {
  background-image: url('../images/AdobeStock_320853933.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  height: 400px;
  margin-top: 40px;
}

.contentproposito {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.bodytxt {
  color: #41534b;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helixa, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.imgbodystr02 {
  background-image: url('../images/AdobeStock_293091953.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  height: 400px;
  margin-top: 40px;
}

.image-21 {
  width: auto;
}

.contentposicionamento {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-6 {
  font-size: 18px;
}

.contentpublico {
  border-top: 1px solid #0f6b46;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

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

.imgplataforma {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contentdrivers {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.imgbodystr01 {
  background-image: url('../images/AdobeStock_360463553.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  height: 400px;
  margin-top: 20px;
}

.div-block-47 {
  flex-flow: column;
  display: flex;
}

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

.h2-2 {
  color: #0d9868;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: MagnifyPRO, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.h1-2 {
  color: #0f6b45;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: MagnifyPRO, sans-serif;
  font-size: 34px;
  line-height: 42px;
}

.image-22 {
  margin-bottom: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.contentpromessa {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-toggle-3 {
  color: #fff7eb;
  border: 0 #000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.dropdown-toggle-3:hover {
  color: #fccc00;
}

.dropdown-toggle-3.w--open {
  background-color: #0f6b46;
  border-top-style: solid;
  border-bottom: 1px #000;
  padding-right: 0;
}

.image-23 {
  max-width: 80%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-48 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contentcc {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-24 {
  max-width: 75%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.link-block-6 {
  color: #0f6b46;
  vertical-align: baseline;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: MagnifyPRO, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.link-block-6:hover {
  color: #0d9868;
}

.bold-text-3 {
  color: #41534b;
}

.h3 {
  color: #41534b;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: MagnifyPRO, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.h3.center {
  text-align: center;
  margin-top: 0;
}

.contentpersonalidade, .contentvalores, .contentplataforma {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-4 {
  color: #fccc00;
  transition: opacity .2s;
}

.div-block-49 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: -9px;
  display: flex;
}

.h4 {
  color: #0f6b46;
  border-left: 2px solid #fccc01;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: MagnifyPRO, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.nav-link-2 {
  color: #fff7eb;
  border-top: 1px rgba(255, 247, 235, .5);
  border-bottom: 1px solid rgba(255, 247, 235, .5);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 15px 30px;
  font-size: 15px;
}

.nav-link-2:hover, .nav-link-2:focus {
  color: #fccc00;
}

.nav-link-2.w--current {
  color: #fccc01;
}

.contentprincipios {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.dividerpublico, .dividercc, .divideressencia, .dividerarquetipo, .dividervalores, .dividerproposito, .dividerpromessa, .dividerpersonalidade, .dividerdrivers, .dividerposicionamento, .dividerplataforma, .dividerprincipios, .dividermanifesto {
  background-color: #fff;
  height: 90px;
}

.contentmanifesto {
  border-top: 1px solid #0f6b46;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.dividertagline {
  background-color: #fff;
  height: 90px;
}

.contenttagline {
  border-top: 1px solid #0f6b46;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.tagline {
  color: #0d9868;
  margin-top: 60px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helixa, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 24px;
}

.image-25 {
  width: 671px;
  margin-top: 30px;
}

.contentkm {
  border-top: 1px solid #0f6b46;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.dividerkm, .dividertom {
  background-color: #fff;
  height: 90px;
}

.contenttom {
  border-top: 1px solid #0f6b46;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.sub {
  color: #41534b;
  margin-top: 3px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: MagnifyPRO, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  line-height: 28px;
}

.bold-text-4 {
  font-weight: 100;
}

.dividerdosdonts {
  background-color: #fff;
  height: 90px;
}

.contentdosdonts {
  border-top: 1px solid #0f6b46;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.boxdo {
  border: 1px solid #0d9868;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 40px;
}

.boxdo.end {
  margin-bottom: 80px;
}

.do {
  color: #0d9868;
  -webkit-text-stroke-color: #0d9868;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: MagnifyPRO, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.dosdontsbody {
  color: #41534b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helixa, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.boxdont {
  border: 1px solid #ff6131;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 40px;
}

.dont {
  color: #ff6131;
  -webkit-text-stroke-color: #0d9868;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: MagnifyPRO, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.headlineex {
  color: #0d9868;
  text-align: center;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helixa, sans-serif;
  font-size: 34px;
  font-weight: 100;
  line-height: 42px;
}

.h5 {
  color: #41534b;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helixa, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

.contentnuvem {
  border-top: 1px solid #0f6b46;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.nuvemwrapper {
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.boxnuvem {
  border: 1px solid #0d9868;
  border-radius: 20px;
  width: 30%;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 20px;
  padding: 40px;
}

.boxnuvem.end {
  margin-bottom: 80px;
}

.bodynuvem {
  color: #41534b;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helixa, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.imgcolors1 {
  background-image: url('../images/insp-cores-primarias.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 450px;
  margin-top: 20px;
}

.dividercolor {
  background-color: #fff;
  height: 90px;
}

.contentcolors {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.imgcolors2 {
  background-image: url('../images/insp-cores-secundárias.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 450px;
  margin-top: 20px;
}

.paletawrapper {
  margin-bottom: 110px;
  display: flex;
}

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

.pcolor {
  background-color: #0f6b45;
  width: 35%;
  height: 200px;
}

.pcolor.darkgreen {
  width: 100%;
  height: 100%;
}

.pcolor.lightgreen {
  background-color: #0d9868;
  width: 100%;
  height: 100%;
}

.pcolor.yellow {
  background-color: #fccc00;
  width: 100%;
  height: 100%;
}

.pcolor.brown {
  background-color: #632e25;
  width: 100%;
  height: 100%;
}

.pcolor.orange {
  background-color: #ff6131;
  width: 100%;
  height: 100%;
}

.pcolor.cream {
  background-color: #fff7eb;
  width: 100%;
  height: 100%;
}

.colorinfo {
  width: 35%;
  height: 200px;
}

.colortxt {
  color: #41534b;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 0 15px;
  font-family: Helixa, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.dividertype {
  background-color: #fff;
  height: 90px;
}

.contenttype {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.dividerlogo {
  background-color: #fff;
  height: 90px;
}

.contentlogo {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.imglogo {
  background-color: #0f6b46;
  background-image: url('../images/Logo-Main.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 20px;
  height: 350px;
  margin-top: 10px;
}

.logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 60px;
  display: grid;
}

.logoex {
  width: auto;
}

.logosmain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 60px;
  display: grid;
}

.logosmono {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 60px;
  display: grid;
}

.logospb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  margin-bottom: 60px;
  display: grid;
}

.contentelementos {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.dividerelementos {
  background-color: #fff;
  height: 90px;
}

.wrapperelementos {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-26 {
  width: 250px;
  margin-right: 16px;
}

.image-27, .image-28 {
  width: 250px;
}

.div-block-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-left: 0;
  display: flex;
}

.image-29, .image-30 {
  width: 250px;
}

.image-31 {
  width: 250px;
  margin-left: 0;
}

.div-block-52 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.txtelementos {
  color: #a0a0a0;
  text-align: left;
  margin: 0;
  padding: 0 34px 0 0;
  font-family: Helixa, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.image-32, .image-33, .image-34 {
  width: 80%;
}

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

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

.dividerphoto {
  background-color: #fff;
  height: 90px;
}

.contentphoto {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-37 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.photoswrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.dividernuvem, .dividerkv {
  background-color: #fff;
  height: 90px;
}

.contentkv {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-38, .image-39, .image-40, .image-41 {
  margin-bottom: 20px;
}

.dividerexemplos {
  background-color: #fff;
  height: 90px;
}

.contentexemplos {
  border-top: 1px solid #0f6b46;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.imgswrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.image-42, .image-43 {
  margin-bottom: 20px;
}

.dividerdownloads {
  background-color: #fff;
  height: 90px;
}

.contentdownloads {
  border-top: 1px solid #0f6b46;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-55 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.downloadwrapper {
  background-color: #fff7eb;
  border-radius: 20px;
  padding: 30px 20px;
}

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

.image-44 {
  width: 48px;
}

.downloadtxt {
  color: #41534b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helixa, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.link-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.bg-2 {
    background-position: 0 100%;
    min-height: 560px;
    max-height: none;
  }

  .section.quem-somos-oportunidades.mobile-section-view {
    background-position: 0 100%;
  }

  .section.bg-3 {
    background-position: 50%;
    min-height: 560px;
    max-height: none;
  }

  .section.bg-4, .section.bg-5, .section.bg-6 {
    min-height: 560px;
    max-height: none;
  }

  .container.body-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container.body-content.zig-zag {
    flex-flow: column;
  }

  .container.body-content.spacier-flex.px-200, .container.body-content.spacier-flex.px-180 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.body-content.px-100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.body-content.px-100.gap-60.pb-0.horizontal {
    flex-flow: column;
  }

  .container.body-content.px-100.gap-60.pb-0.horizontal.tablet-mt-0 {
    padding-top: 0;
  }

  .container.body-content.px-100.gap-60.mobile-pb-0 {
    padding-bottom: 0;
  }

  .container.body-content.px-100.pt-40.mobile-mt-0 {
    padding-top: 0;
  }

  .container.body-content.pt-0, .container.body-content.pb-60 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.body-content-grid {
    flex-flow: column;
    display: flex;
  }

  .image {
    max-width: 70%;
  }

  .navbar-link {
    margin-left: 15px;
    font-size: 14px;
  }

  .slider {
    min-height: 560px;
  }

  .slide-2 {
    background-position: 30%;
  }

  .slide-3 {
    background-position: 100%;
  }

  .heading {
    font-size: 20px;
  }

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

  .paragraph {
    font-size: 15px;
  }

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

  .div-block-3.inverted, .div-block-3.mobile-flex-v-inverted {
    flex-flow: column-reverse;
  }

  .no-highlighted-title {
    font-size: 30px;
  }

  .paragraph-3, .paragraph-4 {
    font-size: var(--standardfontsize);
  }

  .figure {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .contact-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-13 {
    padding-left: 20px;
  }

  .image-5, .image-6 {
    width: 65%;
  }

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

  .div-block-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    width: 100%;
    padding: 10px;
  }

  .div-block-23, .div-block-23.mobile-flex-horizontal {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-31 {
    width: 330px;
    height: 360px;
  }

  .div-block-37 {
    z-index: 1;
  }

  .div-block-37.ml-0.tx-9.z-2, .div-block-37.z-2 {
    z-index: 2;
  }

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

  .div-block-39.dropmenu1 {
    transform: translate(35%)translate(0, 20px);
  }

  .div-block-39.dropmenu1.changed-dropdown, .div-block-39.smaller.changed-dropdown {
    width: 300%;
  }

  .div-block-41, .div-block-41.bottom {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .slider-left {
    min-width: 768px;
  }

  .slider-wrapper {
    min-width: 120%;
    margin-left: -20%;
  }

  .swiper.ls-slider-main.myswiper, .swiper-wrapper.ls-slider-main {
    min-width: 768px;
  }

  .swiper-slide.ls-slider-main {
    width: 50%;
  }

  .text-block-3 {
    width: 80%;
  }

  .rodap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .icon-3 {
    color: #fff;
  }

  .content {
    padding: 20px 60px;
  }

  .navbar-2 {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-19 {
    width: 150px;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-43 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-button-2 {
    background-color: #0f6b46;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .h1 {
    line-height: 40px;
  }

  .nav-menu-2 {
    background-color: #0f6b46;
    width: 70%;
  }

  .div-block-44, .line {
    width: 100%;
  }

  .brand {
    border-bottom-style: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .bodywrapper {
    display: block;
  }

  .contentwrapper {
    width: 100%;
  }

  .headerinterna {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 60px;
    top: 60px;
  }

  .contentarquetipos, .contentessencia, .contentproposito {
    width: 100%;
  }

  .image-21 {
    width: 150px;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
  }

  .contentposicionamento, .contentpublico, .contentdrivers {
    width: 100%;
  }

  .div-block-47 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .h1-2 {
    line-height: 40px;
  }

  .contentpromessa, .div-block-48, .contentcc {
    width: 100%;
  }

  .image-24 {
    max-width: 90%;
  }

  .contentpersonalidade, .contentvalores, .contentplataforma, .contentprincipios, .contentmanifesto, .contenttagline, .contentkm, .contenttom, .contentdosdonts {
    width: 100%;
  }

  .headlineex {
    line-height: 40px;
  }

  .contentnuvem {
    width: 100%;
  }

  .imgcolors1 {
    height: 300px;
  }

  .contentcolors {
    width: 100%;
  }

  .imgcolors2 {
    height: 300px;
  }

  .contenttype, .contentlogo {
    width: 100%;
  }

  .imglogo {
    height: 300px;
  }

  .contentelementos, .contentphoto, .contentkv, .contentexemplos, .contentdownloads {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section.bg-1.mt-110 {
    height: 80vw;
    min-height: 450px;
  }

  .section.bg-1.mt-110.mobile-pb-40 {
    padding-bottom: 40px;
  }

  .section.bg-2 {
    height: auto;
    min-height: auto;
  }

  .section.second-bg-agree.mobile-pt-40 {
    padding-top: 40px;
  }

  .section.quem-somos-oportunidades.mobile-section-view {
    background-image: none;
    height: auto;
    min-height: auto;
  }

  .section.quem-somos-oportunidades.mobile-section-view.mobile-mt-100 {
    margin-top: -100px;
  }

  .section.bg-3 {
    background-position: 0%;
  }

  .section.bg-4, .section.bg-5, .section.bg-6 {
    background-position: 0%;
    background-size: auto;
    min-height: 350px;
  }

  .container.bottom-content {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    display: flex;
  }

  .container.body-content.zig-zag {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.body-content.spacier-flex.px-180 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.body-content.flex-horizontal.no-flex-gap {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.body-content.flex-horizontal.no-flex-gap.mobile-pt-10 {
    padding-top: 10px;
  }

  .container.body-content.flex-horizontal.no-flex-gap.mobile-pt-10.mobile-pb-10 {
    height: auto;
    padding-bottom: 10px;
  }

  .container.body-content.flex-horizontal.no-flex-gap.mobile-pb-140 {
    padding-bottom: 140px;
  }

  .container.body-content.flex-horizontal.no-flex-gap.mobile-mt-40 {
    margin-bottom: 40px;
  }

  .container.body-content.px-100.mobile-pt-10 {
    padding-top: 10px;
  }

  .container.body-content.px-100.mobile-pt-10.mobile-pb-0 {
    padding-bottom: 0;
  }

  .container.body-content.flex-v-top.py-0 {
    height: auto;
  }

  .container.body-content-grid {
    padding-left: 60px;
    padding-right: 60px;
  }

  .navbar-link {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
  }

  .div-block {
    position: static;
  }

  .menu {
    z-index: 5;
    background-color: var(--agreegreen);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-width: 100vw;
    height: 100%;
    min-height: auto;
    margin-top: -150vh;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-menu {
    z-index: 6;
    cursor: pointer;
    width: 30px;
    height: 30px;
    min-height: 0;
    display: flex;
    position: relative;
  }

  .bottom-container {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: row;
  }

  .bottom-container.smaller-spacing {
    flex-flow: column;
  }

  .bottom-container.bottom-mobile-view {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slide-2 {
    background-position: 0%;
  }

  .slide-3 {
    background-position: 100%;
  }

  .container-7 {
    width: 80%;
  }

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

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

  .div-block-3.inverted {
    flex-flow: column-reverse;
    overflow: hidden;
  }

  .no-highlighted-title.helixa-bold.rounder-highlighted-title {
    text-align: left;
  }

  .no-highlighted-title.text-26 {
    font-size: 24px;
  }

  .no-highlighted-title.text-26.mobile-mt-60 {
    margin-top: 60px;
  }

  .div-block-4 {
    height: auto;
  }

  .highlighted-title.mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .figure {
    flex-flow: wrap;
  }

  .image-3 {
    margin-top: -24vw;
    margin-left: 0;
    margin-right: 0;
  }

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

  .title-h3-green.text-40.max-w-500.text-center {
    font-size: 28px;
  }

  .div-block-13 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-13.white-text.spacing-50.gap-10, .image-5, .image-6, .image-6._w-500 {
    width: 100%;
  }

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

  .staff-card._w-360.mb-300 {
    margin-bottom: 0;
  }

  .staff-card._w-360.mb-300.mobile-spacier, .staff-card._w-360.mobile-spacier {
    margin-top: 100px;
  }

  .div-block-16 {
    flex-flow: column;
    display: flex;
  }

  .div-block-20 {
    padding: 8px 5px;
  }

  .paragraph-7 {
    font-size: var(--standardfontsize2);
  }

  .div-block-23, .div-block-23.mobile-flex-horizontal {
    flex-flow: column;
  }

  .div-block-24 {
    padding: 5px 8px;
  }

  .div-block-24.shorter-py {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-7 {
    font-size: 24px;
  }

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

  .div-block-35 {
    filter: blur();
    flex-flow: column;
  }

  .div-block-36 {
    min-width: auto;
  }

  .div-block-37 {
    justify-content: center;
    align-items: center;
    transform: translate(-19px);
  }

  .div-block-37.ml-0 {
    margin-left: 15px;
  }

  .div-block-37.ml-0.tx-9 {
    transform: translate(-9px);
  }

  .div-block-39 {
    z-index: 3;
    width: 250%;
    transform: translate(100px, 50px);
  }

  .div-block-39.dropmenu1 {
    transform: translate(35%, 50px);
  }

  .div-block-39.dropmenu1.changed-dropdown {
    width: 200%;
    transform: translate(25%)translate(0, 50px);
  }

  .div-block-39.smaller.changed-dropdown {
    width: 175%;
    transform: translate(25%, 50px);
  }

  .div-block-41, .div-block-41.bottom {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-14, .paragraph-10.longer, .paragraph-10.helixa-bold._w-320.spacing-3.mobile-spacing-0.text-14.mobile-w-270.mobile-text-height-20 {
    text-align: center;
  }

  .paragraph-10.helixa-bold._w-320.spacing-3.mobile-spacing-0.text-14.mobile-w-270.mobile-text-height-20.text-38 {
    font-size: 32px;
  }

  .swiper-wrapper.ls-slider-main {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide.ls-slider-main {
    width: 100%;
  }

  .rodap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content {
    padding: 20px 40px;
  }

  .image-19 {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .nav-menu-2 {
    width: 80%;
  }

  .link-block-5 {
    max-width: none;
  }

  .bodytxtbig {
    font-size: 21px;
    line-height: 30px;
  }

  .contentwrapper {
    width: 100%;
  }

  .headerinterna {
    padding-left: 40px;
  }

  .contentarquetipos, .contentessencia, .contentproposito {
    width: 100%;
  }

  .image-21 {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .contentposicionamento, .contentpublico, .contentdrivers {
    width: 100%;
  }

  .h1-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .contentpromessa {
    width: 100%;
  }

  .image-23 {
    max-width: 90%;
  }

  .contentcc {
    width: 100%;
  }

  .image-24 {
    max-width: 100%;
  }

  .link-block-6 {
    max-width: none;
  }

  .h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .contentpersonalidade, .contentvalores, .contentplataforma {
    width: 100%;
  }

  .h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .contentprincipios, .contentmanifesto, .contenttagline {
    width: 100%;
  }

  .tagline {
    line-height: 48px;
  }

  .contentkm, .contenttom {
    width: 100%;
  }

  .sub {
    font-size: 20px;
    line-height: 26px;
  }

  .contentdosdonts {
    width: 100%;
  }

  .do, .dont {
    font-size: 20px;
    line-height: 26px;
  }

  .headlineex {
    font-size: 28px;
    line-height: 36px;
  }

  .contentnuvem {
    width: 100%;
  }

  .nuvemwrapper {
    flex-flow: column;
  }

  .boxnuvem {
    width: 100%;
    margin-bottom: 20px;
  }

  .contentcolors, .contenttype, .contentlogo, .contentelementos, .contentphoto, .contentkv, .contentexemplos, .contentdownloads {
    width: 100%;
  }

  .div-block-55 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section.bg-4, .section.bg-5, .section.bg-6 {
    min-height: 450px;
  }

  .container.bottom-content, .container.body-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.body-content.px-100.gap-60.pb-0.horizontal.tablet-mt-0.hidden {
    overflow: hidden;
  }

  .container.body-content.pt-40.pb-140 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.body-content.pt-40.pb-140.h-x {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .container.body-content-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    max-width: 60%;
  }

  .navbar-link {
    font-size: 22px;
  }

  .bottom-container.bottom-mobile-view {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
  }

  .last-bottom-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    max-width: 100%;
  }

  .slider {
    min-height: 560px;
  }

  .container-7 {
    width: 100%;
  }

  .div-block-2 {
    width: 300px;
  }

  .paragraph-2 {
    font-size: var(--standardfontsize);
  }

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

  .div-block-3.mobile-flex-v-inverted.mobile-mt-50 {
    margin-top: -80px;
  }

  .no-highlighted-title {
    font-size: 22px;
  }

  .no-highlighted-title.text-26.max-w-520 {
    font-size: 18px;
  }

  .no-highlighted-title.text-26 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
  }

  .highlighted-title.color-green.pt-0.px-10.mt-0 {
    font-size: var(--standardfontsize4);
  }

  .figure {
    flex-flow: column;
  }

  .image-3 {
    width: auto;
  }

  .helixa-black.margin-bottom-0 {
    font-size: 22px;
  }

  .helixa-normal.margin-top-0 {
    font-size: 18px;
  }

  .input-style.half-input {
    width: 100%;
  }

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

  .contact-block.mobile-vertical {
    flex-flow: wrap;
  }

  .title-h3-green.text-40.max-w-500.text-center {
    font-size: 22px;
  }

  .image-6 {
    width: 100%;
  }

  .image-6.mr-320.tall-image {
    width: 170%;
    height: auto;
    margin-right: auto;
  }

  .founders-card {
    width: 100%;
  }

  .image-for-cards {
    width: 80px;
    height: 80px;
    margin-top: -32px;
  }

  .paragraph-5.text-20.helixa-light {
    font-size: var(--standardfontsize2);
  }

  .staff-card {
    width: 100%;
    min-width: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .staff-card._w-360.mb-300.mobile-spacier {
    width: 100%;
    min-width: 320px;
  }

  .staff-card._w-360.mobile-spacier {
    width: auto;
  }

  .heading-5 {
    font-size: 22px;
  }

  .heading-6 {
    font-size: 16px;
  }

  .color-green.text-center.mt-0 {
    font-size: 26px;
  }

  .color-green.mt-0.text-28, .color-green.mb-0.text-28 {
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-19.color-green {
    flex-flow: column;
    display: flex;
  }

  .div-block-20 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-23.mobile-flex-horizontal {
    flex-flow: column;
    display: flex;
  }

  .div-block-24, .div-block-24._w-320 {
    width: 100%;
  }

  .heading-7 {
    font-size: 26px;
  }

  .image-8 {
    width: 100%;
    min-width: 0;
  }

  .image-9 {
    width: 100%;
    height: auto;
  }

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

  .heading-8.color-green.text-28 {
    font-size: 24px;
  }

  .div-block-30, .div-block-31 {
    width: 100%;
  }

  .highlighted-title-2.font-26.py-7.px-10.mobile-title-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
  }

  .highlighted-title-2.mobile-title-text {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .image-11._w-full.mb-120.mobile-mb-160 {
    margin-bottom: -160px;
  }

  .image-11._w-full.mobile-mb-130 {
    margin-bottom: -130px;
  }

  .form-block, .form-block-2 {
    width: 100%;
  }

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

  .div-block-37 {
    justify-content: space-around;
    align-items: center;
    position: relative;
  }

  .div-block-39 {
    transform: translate(85px, 50px);
  }

  .div-block-39.dropmenu1 {
    width: 200%;
    transform: translate(25%, 50px);
  }

  .div-block-39.dropmenu1.changed-dropdown {
    width: 230%;
    transform: translate(28%)translate(0, 50px);
  }

  .div-block-39.smaller {
    width: 200%;
    transform: translate(70px, 50px);
  }

  .div-block-39.smaller.changed-dropdown {
    width: 195%;
    transform: translate(28%, 50px);
  }

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

  .heading-14 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-14.smaller {
    width: 100%;
    font-size: 22px;
    line-height: 22px;
  }

  .heading-14.smaller.mobile-text-24 {
    font-size: 24px;
  }

  .heading-14.smaller.mobile-text-24.text-22 {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-10 {
    font-size: 18px;
  }

  .paragraph-10.longer {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-10.helixa-bold._w-320.spacing-3.mobile-spacing-0 {
    letter-spacing: 0;
  }

  .paragraph-10.helixa-bold._w-320.spacing-3.mobile-spacing-0.text-14 {
    font-size: 14px;
  }

  .paragraph-10.helixa-bold._w-320.spacing-3.mobile-spacing-0.text-14.mobile-w-270 {
    max-width: 180px;
  }

  .paragraph-10.helixa-bold._w-320.spacing-3.mobile-spacing-0.text-14.mobile-w-270.mobile-text-height-20 {
    line-height: 20px;
  }

  .paragraph-10.helixa-bold._w-320.spacing-3.mobile-spacing-0.text-14.mobile-w-270.mobile-text-height-20.text-38 {
    font-size: 24px;
  }

  .slider-wrapper {
    margin-left: -20%;
  }

  .rodap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content {
    padding: 20px 30px;
  }

  .image-19 {
    width: 125px;
  }

  .h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }

  .txtrodape {
    font-size: 12px;
  }

  .h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-menu-2 {
    width: 90%;
  }

  .div-block-44 {
    align-items: center;
  }

  .div-block-45 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    margin-top: -9px;
    padding-top: 0;
  }

  .headerinterna {
    padding-left: 30px;
  }

  .bodytxt {
    font-size: 16px;
    line-height: 24px;
  }

  .image-21 {
    width: 125px;
  }

  .h2-2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }

  .h1-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-23 {
    max-width: 100%;
  }

  .div-block-48 {
    align-items: center;
  }

  .bold-text-3 {
    font-weight: 400;
  }

  .h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-49 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    margin-top: -9px;
    padding-top: 0;
  }

  .h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .tagline {
    font-size: 24px;
    line-height: 32px;
  }

  .sub, .do {
    font-size: 18px;
    line-height: 24px;
  }

  .dosdontsbody {
    font-size: 16px;
    line-height: 24px;
  }

  .dont {
    font-size: 18px;
    line-height: 24px;
  }

  .headlineex {
    font-size: 24px;
    line-height: 32px;
  }

  .h5, .bodynuvem {
    font-size: 16px;
    line-height: 24px;
  }

  .imgcolors1, .imgcolors2 {
    height: 200px;
  }

  .paletawrapper {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .pcolor.darkgreen, .pcolor.lightgreen, .pcolor.yellow, .pcolor.brown, .pcolor.orange, .pcolor.cream {
    width: 30%;
  }

  .colorinfo {
    width: 100%;
    height: 100px;
    display: flex;
  }

  .colortxt {
    font-size: 14px;
    line-height: 24px;
  }

  .imglogo {
    height: 200px;
  }

  .wrapperelementos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .txtelementos {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .image-32, .image-33, .image-34 {
    width: 100%;
  }

  .div-block-55 {
    grid-template-columns: 1fr;
  }

  .downloadtxt {
    font-size: 16px;
    line-height: 24px;
  }
}

#w-node-_74fee204-31b9-3995-fe84-799656b6c5de-56b6c5ca {
  align-self: auto;
  justify-self: auto;
}

#w-node-_74fee204-31b9-3995-fe84-799656b6c5ed-56b6c5ca {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_846156b0-370e-4678-4cb7-3a81b4710360-81705a21, #w-node-cd233d7f-558f-504c-328c-1c371ecc494d-81705a21, #w-node-add8a364-48e9-a56d-5d6e-b3913ba08278-81705a21, #w-node-cd233d7f-558f-504c-328c-1c371ecc4955-81705a21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_538dd128-4f5f-ef52-a8dd-5677658af509-81705a21 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cd233d7f-558f-504c-328c-1c371ecc4957-81705a21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39a9f1b3-cbbe-ff4e-e5b7-8305f73c465a-ce41344a {
  align-self: center;
  justify-self: center;
}

#w-node-_373e80d5-c4e4-da36-ead6-1b781490f0a7-ce41344a {
  align-self: center;
  justify-self: start;
}

#w-node-_817d71ce-8b68-79a2-b51a-070116ef91f1-ce41344a {
  align-self: center;
  justify-self: center;
}

#w-node-_13303366-aa77-abe0-1a7d-aeeb8120168f-ce41344a {
  align-self: center;
  justify-self: start;
}

#w-node-_2ee6a584-02a5-253c-33fa-f8bd6261263f-ce41344a {
  align-self: center;
  justify-self: center;
}

#w-node-_68a3806d-5ef4-8419-ab4f-c17838572686-ce41344a {
  align-self: center;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_39a9f1b3-cbbe-ff4e-e5b7-8305f73c465a-ce41344a {
    align-self: center;
    justify-self: center;
  }

  #w-node-_373e80d5-c4e4-da36-ead6-1b781490f0a7-ce41344a, #w-node-_13303366-aa77-abe0-1a7d-aeeb8120168f-ce41344a {
    align-self: center;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Helixa';
  src: url('../fonts/Helixa-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helixa';
  src: url('../fonts/Helixa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helixa';
  src: url('../fonts/Helixa-Regular.otf') format('opentype'), url('../fonts/Helixa-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helixa';
  src: url('../fonts/Helixa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MagnifyPRO';
  src: url('../fonts/MagnifyPRO-BoldItalic1.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'MagnifyPRO';
  src: url('../fonts/MagnifyPRO-Bold1.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MagnifyPRO';
  src: url('../fonts/MagnifyPRO-ThinItalic1.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'MagnifyPRO';
  src: url('../fonts/MagnifyPRO-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MagnifyPRO';
  src: url('../fonts/MagnifyPRO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MagnifyPRO';
  src: url('../fonts/MagnifyPRO-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Magnifypro';
  src: url('../fonts/MagnifyPRO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Magnifypro';
  src: url('../fonts/MagnifyPRO-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}