:root {
  --elements-webflow-library--neutral--800: #07396b;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --wind: #a7d3ff2e;
}

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

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

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

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

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container.approach {
  padding-right: 0;
}

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

.navbar-brand {
  background-image: url('../images/Long-Road.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 100px;
}

.nav-menu-wrapper {
  text-align: left;
  justify-content: flex-end;
  max-width: 100%;
  display: flex;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.nav-link.w--current {
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}

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

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

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #408ce2;
  border-radius: 7px;
  padding: 10px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #686f85;
  border: 1px solid #686f85;
}

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

.navbar-no-shadow {
  max-width: 100%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-regular {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

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

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

.hero-without-image {
  background-color: #f5f7fa;
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/2149304762.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.margin-bottom-24px {
  color: #ffffffd1;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.margin-bottom-24px.approach {
  color: #fff;
  text-align: justify;
  font-size: 15px;
  font-weight: 600;
}

.margin-bottom-24px.text-white {
  color: #fff;
}

.hero-text-left {
  background-color: var(--elements-webflow-library--neutral--800);
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 0;
  position: relative;
}

.hero-text-left.entrep {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/2148190723.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 60px 0;
  display: flex;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

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

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

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

.shadow-two {
  cursor: pointer;
  border: 0 solid #fff;
  border-radius: 9px;
  margin-bottom: 0;
  padding-top: 0;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two:hover {
  opacity: .8;
}

.shadow-two._1 {
  height: 400px;
}

.shadow-two._2 {
  margin-right: 0;
  position: relative;
}

.bold-text {
  color: #fffefe;
  text-transform: capitalize;
}

.footer-dark {
  background-color: #f5f7fa;
  background-image: linear-gradient(#fafafa, #fafafa);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 0 15px;
  position: relative;
}

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

.container-2.footer {
  padding-left: 140px;
  padding-right: 140px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  color: #2e2a2a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #595a5f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

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

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

.footer-divider {
  color: #2f2f3100;
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin: 70px 0 15px;
}

.footer-copyright-center {
  color: #7a7a7a;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  background-image: linear-gradient(#408ce2ed, #408ce2ed), url('../images/89041.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 0;
  position: relative;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 2px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-background-main {
  background-color: #badcff1a;
  display: none;
}

.container-3 {
  max-width: 100%;
  padding-left: 140px;
  padding-right: 140px;
}

.video-background {
  cursor: pointer;
  border: 1px solid #408ce2;
  border-radius: 20px;
  justify-content: center;
  margin-bottom: 140px;
  margin-left: 77px;
  margin-right: 77px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: sticky;
}

.video-background:hover {
  opacity: .79;
  background-color: #2e54cb;
}

.list-approach {
  color: #ffffffd1;
  padding-top: 0;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
}

.list-approach.entrep {
  color: #676565;
  font-family: Open Sans, sans-serif;
}

.list-items {
  margin-left: 12px;
  padding-left: 0;
  list-style-type: square;
}

.container-4 {
  max-width: 100%;
  padding-left: 120px;
  padding-right: 120px;
}

.investment-philosophy {
  padding-top: 70px;
  padding-bottom: 100px;
}

.bold-text-2 {
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 32px;
  display: block;
}

.investment {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
  display: flex;
}

.investment-item {
  cursor: pointer;
  border-radius: 12px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: 0;
  box-shadow: 0 1px 4px #00000029;
}

.investment-item.portfolio {
  width: 100%;
  height: 250px;
  position: relative;
  top: auto;
}

.investment-item.portfolio.secondary {
  height: 225px;
}

.investment-item.portfolio.destaque {
  height: 468px;
}

.invest-image {
  border-radius: 12px;
  width: 100%;
  height: 250px;
  position: static;
}

.invest-image:hover {
  opacity: .77;
}

.invest-image.over {
  height: 100%;
  position: absolute;
}

.title-investment {
  text-transform: capitalize;
  margin: 10px auto 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  position: static;
  inset: 0% 0% auto;
}

.title-investment.over {
  color: #fff;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0%;
}

.text-investment {
  color: #676565;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  position: static;
  inset: auto 0% 0%;
}

.form {
  display: flex;
}

.text-field {
  color: #e9e5e5;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-right: 0 solid #5c5a5a;
  border-radius: 50px 0 0 50px;
  width: 300px;
  height: 40px;
}

.submit-button {
  color: #363434;
  background-color: #fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 40px;
}

.heading {
  color: #fff;
  margin-top: 10px;
  padding-bottom: 10px;
}

.bold-text-3 {
  padding-top: 0;
  padding-bottom: 15px;
  display: block;
}

.grid-investiment {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
}

.grid-investiment.portfolio {
  grid-template-rows: auto;
  margin-top: 20px;
  margin-bottom: 60px;
}

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

.heading-2 {
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.heading-2.about {
  text-transform: none;
}

.card-overlay {
  background-image: linear-gradient(#408ce238, #408ce2);
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
}

.card-overlay:hover {
  background-image: linear-gradient(#408ce238, #3c3e41);
}

.card-overlay.destaque {
  background-image: linear-gradient(#408ce238, #2b2c2e);
}

.card-overlay.destaque:hover {
  background-image: linear-gradient(#0000, #645f5fc2), linear-gradient(#408ce238, #2b2c2e);
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.porffolio {
  background-color: #eef6fe;
  padding-top: 100px;
  padding-bottom: 100px;
}

.porffolio.relacionado {
  background-color: #dddcdc7a;
  padding-top: 10px;
}

.tab-home {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ddd0;
  border-bottom: 1px solid #b3bac28c;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
  display: grid;
}

.tab-home:hover {
  border-bottom-color: #408ce2;
}

.tab-home.w--current {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 0 solid #ccc;
  border-bottom: 1px solid #408ce2;
  border-radius: 0;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
}

.tab-image {
  width: 40px;
}

.tabs-menu {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.tabs {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 100px;
  padding-top: 0;
}

.heading-3 {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.paragraph {
  text-align: center;
  margin-bottom: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.tabs-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-4 {
  color: #fff;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.heading-5 {
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.heading-6 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
}

.heading-7, .paragraph-2, .heading-8, .heading-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block {
  color: #676565;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-2, .text-block-3 {
  color: #676565;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.text-block-4 {
  color: #676565;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

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

.text-about {
  color: #676565;
  text-align: justify;
  margin-top: -23px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.image {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery-1 {
  padding-top: 250px;
  padding-bottom: 0;
}

.gallery-2 {
  padding-top: 400px;
  padding-bottom: 0;
}

.about-history {
  background-image: linear-gradient(#fffffff0, #fffffff0), url('../images/2148190723.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
}

.gallery4 {
  margin-top: -90px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.gallery5 {
  margin-top: 154px;
  padding-top: 0;
}

.gallery6 {
  margin-top: 360px;
  padding-top: 0;
}

.div-block-7 {
  margin-top: 0;
}

.image-about {
  border-radius: 8px;
  position: relative;
}

.col-info-about {
  border-radius: 16px;
  padding-top: 20px;
}

.paragraph-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.info-about {
  padding: 0 70px 0 0;
}

.info-number {
  border-radius: 8px;
  margin-top: 0;
  padding: 20px;
  position: relative;
  box-shadow: 0 1px 4px #00000029;
}

.info-number.secondary {
  margin-top: 0;
}

.history {
  padding-top: 110px;
  padding-bottom: 60px;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

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

.slider {
  background-color: #8f828200;
  height: 110px;
}

.heading-10 {
  text-align: center;
  margin-bottom: 82px;
}

.partners {
  padding-top: 40px;
  padding-bottom: 140px;
}

.gallery-overlay {
  background-image: linear-gradient(#fff0 47%, #408ce2b5);
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.gallery-overlay:hover {
  background-image: linear-gradient(#fff0 55%, #242424), linear-gradient(#fff0 47%, #408ce2b5);
}

.image-about-overlay {
  position: relative;
}

.info-gallery {
  color: #fff;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0%;
}

.ao-receber-contacts {
  padding-left: 120px;
  padding-right: 120px;
}

.hero-contact {
  background-image: linear-gradient(#408ce24a, #fffffff2 42%), url('../images/14789.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.contac-icon {
  width: 3rem;
  max-width: none;
}

.contact-detalhe {
  background-color: #ffffffd1;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 1px 4px #00000029;
}

.grid-6 {
  grid-template-rows: auto;
}

.form-contact {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-8 {
  padding-left: 120px;
}

.div-block-8 {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.input-contact {
  border: 1px solid #cccc;
  border-radius: 8px;
  margin-bottom: 20px;
}

.input-contact.text-area {
  height: 140px;
}

.paragraph-4 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.info-contact {
  border-radius: 8px;
  padding: 20px;
}

.info-contac-in {
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 1px 4px #00000029;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

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

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

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

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

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

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

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

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

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.footer-copyright {
  color: #3a4554;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

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

.imag-approach {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  bottom: 0;
}

.image-approach {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  max-width: 100%;
  height: 350px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0% auto;
}

.grid-7 {
  grid-template-columns: 1fr;
  position: relative;
}

.grid-8 {
  grid-template-rows: auto;
  max-width: 100%;
}

.div-block-9 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 140px;
  margin-bottom: 0;
  margin-right: 40px;
  position: relative;
}

.div-block-9._1 {
  margin-top: 0;
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  padding-left: 0;
}

.image-our-approach {
  border-radius: 8px;
  position: relative;
}

.grid-10 {
  grid-template-rows: auto;
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-bacground-investiment {
  background-image: linear-gradient(#408ce2ed, #ffffffd9), url('../images/2518.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 70px;
  padding-bottom: 135px;
}

.hero-bacground-investiment.wallets {
  background-image: linear-gradient(281deg, #408ce252, #fff);
  background-position: 0 0;
  padding-top: 240px;
  padding-bottom: 250px;
}

.title-bakground-white {
  color: #fff;
  font-weight: 700;
}

.title-bakground-white.wallets {
  color: #333;
}

.text-background-white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-background-white.wallets {
  color: #333;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.info-wallets {
  margin-left: 0;
}

.texto-wallets {
  flex-flow: column;
  justify-content: center;
  padding: 100px 120px;
  display: flex;
}

.title-secondary {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 600;
}

.image-overlay-wallets {
  background-image: linear-gradient(#fff0, #fff);
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.image-wallets {
  width: 500px;
  margin: 100px 0 0 140px;
  padding-right: 0;
  position: absolute;
}

.image-wallets-text {
  border-radius: 8px;
  position: relative;
}

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

.background-wallets {
  background-color: #408ce2ba;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.texto {
  font-family: Open Sans, sans-serif;
}

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

.hero-wallets {
  background-color: #ffffff30;
  background-image: linear-gradient(#e8e8e8c9, #e8e8e8c9);
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-indo-wallets {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 40px;
  font-weight: 600;
}

.heading-11 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

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

.grid-13 {
  grid-template-rows: auto;
}

.portfolio-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.portfolio-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.portf-image-two {
  object-fit: cover;
  border-radius: 9px;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

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

.grid-15 {
  grid-template-rows: auto;
}

.texto-portfolio {
  margin-bottom: 40px;
}

.title-portfolio {
  padding-bottom: 20px;
}

.title-portfolio.relacionado {
  border-bottom: 1px solid #d3d0d0;
  padding-bottom: 10px;
  font-size: 16px;
}

.image-2 {
  border-radius: 8px;
}

.grid-16 {
  grid-template-rows: auto;
}

.div-block-10 {
  position: absolute;
  inset: 0%;
}

.empresa-detalhe {
  background-color: #dddcdc7a;
  border-top: 0 #f5f5f5;
  padding-top: 60px;
  padding-bottom: 4px;
}

.name-empresa {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 600;
}

.info-empresa {
  color: #676565;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  position: static;
}

.label-date1 {
  color: #676565;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.label-date1.date {
  color: #423b3b;
  font-weight: 600;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center start;
  padding-bottom: 10px;
  display: flex;
}

.div-block-12.name {
  border-bottom-style: solid;
  border-bottom-color: #dfdbdb;
  padding-bottom: 12px;
}

.info-empresa {
  padding-bottom: 0;
  position: relative;
}

.detalhe-portfolio-empresa-grid {
  padding: 20px 10px;
}

.detalhe-portfolio-empresa-grid.info-about {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.image-3 {
  width: 100%;
}

.image-4 {
  border: 2px #4074d3;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.image-destaque-empresa {
  border-radius: 8px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-empresa---image {
  border-radius: 8px;
  overflow: hidden;
  transform: translate(0);
}

.gallery-empresa--grid-4-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.data {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-top: 15px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.investment-date {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-bottom: 1px solid #dfdbdb;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.heading-13 {
  color: #fff;
  font-family: Lora, sans-serif;
  font-size: 66px;
  line-height: 120%;
}

.nav-link-1 {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 20px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-link-1:hover {
  color: #07396b;
}

.video-section {
  height: 650px;
  display: none;
}

.paragraph-5 {
  color: #ffffffba;
}

.background-video {
  height: 700px;
}

.video-with-heading {
  height: 700px;
  position: relative;
}

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

.div-block-13 {
  background-color: #0000006e;
  width: 100%;
  height: 100%;
  padding-top: 49px;
  padding-bottom: 49px;
  position: absolute;
  inset: 0%;
}

.section, .our-aprouch {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.div-block-15 {
  margin-top: 25px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-15._2 {
  padding-top: 40px;
}

.paragraph-6 {
  margin-top: 0;
}

.div-block-17 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-1 {
  width: 50%;
}

.block-1._7 {
  padding-top: 25px;
}

.block-1._7._700 {
  padding-right: 100px;
}

.heading-14 {
  margin-bottom: 18px;
}

.heading-14.interior {
  font-size: 50px;
}

.heading-14._30 {
  color: #fff;
}

.text-block-5 {
  color: #3333339e;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-5._2 {
  color: #f8f3f3b5;
  margin-bottom: 25px;
}

.text-block-5._3 {
  color: #ffffffd9;
}

.text-block-5._3._300 {
  margin-bottom: 25px;
}

.investment-philosophy-two {
  background-color: var(--wind);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-19 {
  margin-bottom: 50px;
}

.grid-21 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block-20.two {
  padding: 10px;
}

.div-block-20._1 {
  position: relative;
}

.text-block-6 {
  color: #313131;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-6._5 {
  margin-bottom: 10px;
}

.paragraph-7 {
  line-height: 150%;
}

.link {
  color: #1860a8;
  font-weight: 700;
}

.link._2 {
  color: #4aa4ff;
}

.link._1 {
  margin-top: 0;
  text-decoration: none;
}

.link._3 {
  position: absolute;
}

.link._5 {
  color: #dbdee0;
}

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

.div-block-22 {
  background-image: url('../images/DSC05673.png');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  position: relative;
}

.founder {
  background-image: linear-gradient(107deg, #021a32 23%, #fff0), url('../images/bp1.png');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 600px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.founder._1 {
  display: none;
}

.div-block-23 {
  border-radius: 5px;
  width: 50%;
  margin-top: 46px;
  padding: 54px;
}

.div-block-24 {
  border: 3px solid #1890d587;
  width: 100%;
  height: 300px;
  margin-top: 28px;
  margin-bottom: 0;
  margin-left: -29px;
  padding-bottom: 0;
  position: absolute;
}

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

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

.por {
  background-color: #eef6fe;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-27 {
  background-image: url('../images/1bb3740d-cde4-49f6-8795-83d33471b9a1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 210px;
  position: relative;
}

.div-block-28 {
  padding: 20px;
}

.card-slider {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

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

.logo-portfolio {
  border: 8px #000;
  border-radius: 8px;
  width: 200px;
}

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

.liuy {
  border-radius: 5px;
  height: 350px;
  position: relative;
}

.image-5 {
  z-index: 2;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-29 {
  z-index: 5;
  color: #fff;
  background-color: #25252575;
  border-radius: 5px;
  padding: 50px;
  position: absolute;
  inset: 0%;
}

.div-block-30 {
  position: absolute;
  inset: auto 25px 25px;
}

.text-block-7 {
  font-size: 23px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-31 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.image-6 {
  width: 80%;
}

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

.card-portfolio {
  background-color: #fff;
  text-decoration: none;
  position: relative;
}

.text-block-9 {
  color: #7b7e8c;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 500;
}

.paragraph-8 {
  color: #333;
  margin-bottom: 20px;
  line-height: 170%;
}

.paragraph-8._1 {
  margin-bottom: 25px;
}

.paragraph-8._1._2 {
  color: #d8d8d8;
}

.paragraph-8._2 {
  margin-bottom: 25px;
}

.paragraph-8.white {
  color: #fff;
}

.image-7 {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 255px;
}

.div-block-32 {
  padding: 39px;
  position: relative;
  inset: auto 0% 0%;
}

.grid-24 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-15._1 {
  color: #fff;
}

.paragraph-9 {
  color: #000000b5;
  margin-bottom: 25px;
}

.section-2 {
  background-color: #021a32;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

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

.link-block {
  background-image: url('../images/Long-road-branco.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 80px;
  display: block;
}

.link-2 {
  color: #fff;
  text-align: right;
  margin-left: 25px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

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

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

.text-block-10 {
  color: #ffffff70;
  font-size: 10px;
}

.section-3 {
  background-color: var(--wind);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3._1 {
  background-color: var(--elements-webflow-library--neutral--100);
}

.section-4 {
  background-image: linear-gradient(#04234273, #04234273), url('../images/2191.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 400px;
  padding-top: 166px;
  padding-bottom: 35px;
}

.section-4._2 {
  background-image: linear-gradient(#0000, #0000), url('../images/cute-black-baby-home-with-parents-1.jpg');
}

.section-4._4 {
  background-image: linear-gradient(90deg, #07396b, #fff0), url('../images/construction-site-silhouettes-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-4._5 {
  background-image: linear-gradient(#05213d61, #05213d61), url('../images/14789.jpg');
  background-position: 0 0, 50%;
}

.div-block-36 {
  color: #fff;
}

.section-5 {
  background-color: var(--wind);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-37 {
  border-radius: 5px;
  padding: 50px 0 0;
}

.grid-27 {
  grid-template-rows: auto;
}

.div-block-38 {
  border-radius: 5px;
  height: 350px;
}

.image-8 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.div-block-39 {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 82px;
}

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

.tablink {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.tablink.w--current {
  background-color: #ddd0;
  border: 1px #07396b52;
  border-radius: 5px;
  box-shadow: 0 2px 9px -2px #0000004a;
}

.image-9 {
  object-fit: contain;
  width: 200px;
  height: 40px;
}

.section-6 {
  background-image: linear-gradient(107deg, #07396b, #fff0), url('../images/bOvf94dPRxWu0u3QsPjF_tree.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 124px;
  padding-bottom: 124px;
}

.section-6._60 {
  background-image: linear-gradient(107deg, #07396b, #fff0), url('../images/14789.jpg');
}

.div-block-40 {
  width: 50%;
}

.div-block-41 {
  padding-top: 25px;
}

.button {
  color: #121212;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.tabs-2, .tabs-3 {
  display: flex;
}

.tabs-menu-3 {
  flex-flow: column;
  display: flex;
}

.image-10 {
  object-fit: contain;
  width: 250px;
  height: 50px;
}

.tab-link-3 {
  background-color: #ddd0;
  flex: none;
  margin-bottom: 15px;
}

.tab-link-3.w--current {
  background-color: #ddd0;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0000002e;
}

.section-7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-42 {
  padding-top: 50px;
}

.div-block-43 {
  border: 1px solid #00000045;
  border-radius: 5px;
  padding: 48px;
}

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

.tablink-x {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tablink-x.w--current {
  border-bottom: 3px solid var(--elements-webflow-library--neutral--800);
  background-color: #ddd0;
}

.text-block-11 {
  font-weight: 500;
}

.tabs-menu-4 {
  display: flex;
}

.text-block-12 {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-44 {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 53px;
  display: flex;
}

.div-block-45 {
  background-image: url('../images/1264.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 5px;
  flex: none;
  width: 300px;
  height: 250px;
}

.div-block-45._1 {
  background-image: url('../images/4348.jpg');
}

.div-block-45._2 {
  background-image: url('../images/teenage-girl-with-praying-peace-hope-dreams-concept_1150-9114.jpg');
}

.div-block-45._22 {
  background-image: url('../images/2148991308.jpg');
}

.div-block-45._23 {
  background-image: url('../images/portrait-young-african-businessman-businesswoman-enjoying-success_23-2148190653.avif');
}

.div-block-45._11 {
  background-image: url('../images/medium-shot-woman-with-contract_23-2148938354.jpg');
}

.div-block-46 {
  padding-top: 25px;
  padding-left: 50px;
}

.div-block-47 {
  background-color: #fff;
  border-radius: 5px;
  padding: 0;
  position: relative;
}

.image-11 {
  object-fit: contain;
  width: 110px;
  height: 50px;
  margin-bottom: 25px;
  display: block;
}

.image-11._1 {
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-48 {
  margin-top: 0;
  padding: 47px;
}

.div-block-48._48 {
  height: 550px;
}

.div-block-49 {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 250px;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-12 {
  object-fit: cover;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.text-block-13 {
  position: absolute;
}

.grid-28 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-14 {
  color: #fff;
  background-color: #07396b;
  border-radius: 5px;
  padding: 5px 14px;
  font-size: 12px;
  position: absolute;
}

.section-8 {
  background-image: linear-gradient(99deg, #021a32 33%, #fff0), url('../images/bp1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-50 {
  width: 50%;
}

.link-block-2 {
  background-image: url('../images/Long-road-branco.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 70px;
  margin-bottom: 50px;
  display: block;
}

.grid-29 {
  grid-template-rows: auto;
}

.link-block-3 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 41px;
  text-decoration: none;
  display: flex;
}

.image-13 {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.div-block-51 {
  padding-left: 25px;
}

.text-block-15 {
  color: #2a2a2a;
  font-size: 21px;
}

.div-block-52 {
  height: 250px;
  font-size: 100%;
  line-height: 250px;
}

.tab-link-3-copy {
  background-color: #ddd0;
  flex: none;
  margin-bottom: 15px;
}

.tab-link-3-copy.w--current {
  background-color: #ddd0;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0000002e;
}

.div-block-53 {
  width: 160px;
}

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

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-wrapper {
    display: flex;
  }

  .nav-menu-wrapper {
    color: #fff;
    background-color: #07396b;
    flex-flow: column;
    height: 50px;
    margin-top: 100px;
    padding-top: 20px;
  }

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

  .nav-link, .nav-dropdown {
    margin-left: 0;
    padding-left: 0;
    padding-right: 5px;
  }

  .nav-dropdown-toggle {
    margin-left: 0;
    padding-left: 0;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    vertical-align: baseline;
    background-color: #e1e1e1;
    flex-flow: row;
  }

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

  .menu-button {
    padding: 12px;
  }

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

  .container-regular {
    margin-top: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    color: #333;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 67px;
    padding: 20px 15px 60px 25px;
    display: flex;
    box-shadow: 2.4px 2.4px 3.2px #00000026;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
    font-size: 12px;
  }

  .hero-wrapper-two {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    width: 100%;
    height: 500px;
  }

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

  .container-2.footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .title-small {
    padding-top: 40px;
  }

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

  .container-4 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .investment {
    flex-flow: row;
    display: flex;
  }

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

  .list-item {
    border-top: 0 solid #000000a3;
    border-bottom: 1px solid #ccccccbf;
    border-left: 0 solid #ccc;
    border-right: 0 solid #000000a3;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Area";
  }

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

  .grid-investiment {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-investiment.portfolio {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch start;
    display: grid;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-1 {
    padding-top: 90px;
  }

  .gallery-2 {
    padding-top: 300px;
  }

  .gallery4 {
    margin-top: -135px;
  }

  .gallery5, .gallery6 {
    display: none;
  }

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

  .clients-wrapper-three {
    flex-flow: row;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .grid-5, .about {
    grid-template-columns: 1fr;
  }

  .slide-nav {
    padding-top: 60px;
  }

  .container-7, .container-9 {
    max-width: 728px;
  }

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

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

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

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

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

  .image-our-approach {
    width: 100%;
  }

  .container-10, .container-11 {
    max-width: 728px;
  }

  .portfolio-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .info-empresa {
    padding-bottom: 42px;
  }

  .detalhe-portfolio-empresa-grid.info-about {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .gallery-empresa--grid-4-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .nav-link-1 {
    color: #fff;
    justify-content: flex-start;
    height: 40px;
  }

  .nav-link-1.w--current {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
  }

  .div-block-17 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .block-1 {
    width: 100%;
  }

  .div-block-19 {
    padding-left: 45px;
    padding-right: 45px;
  }

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

  .founder._1 {
    display: none;
  }

  .div-block-23 {
    width: 70%;
    margin-top: 10px;
  }

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

  .grid-25 {
    flex-flow: column;
    grid-template-columns: .5fr;
    place-items: center stretch;
    display: flex;
  }

  .div-block-33 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

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

  .div-block-36 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .tabs-3 {
    flex-flow: column;
  }

  .tabs-menu-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    overflow: auto;
  }

  .tab-link-3.w--current {
    border: 2px solid #07396b78;
  }

  .tablink-x {
    justify-content: flex-start;
    margin-right: 20px;
  }

  .tablink-x.w--current {
    justify-content: center;
    align-items: center;
  }

  .tabs-menu-4 {
    justify-content: flex-start;
    align-items: stretch;
    overflow: auto;
  }

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

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

  .div-block-48._48 {
    height: 350px;
  }

  .grid-28 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .section-8 {
    background-position: 0 0, 65%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-50 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-54 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-55 {
    margin-left: 40px;
  }

  .div-block-58 {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 5px;
    display: flex;
  }

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 30px;
    box-shadow: 2.4px 2.4px 3.2px #00000026;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    font-size: 13px;
  }

  .hero-text-left {
    padding: 60px 0;
  }

  .shadow-two {
    height: 400px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: flex-start;
  }

  .title-small {
    padding-top: 40px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .hero-without-image-2 {
    padding: 60px 0;
  }

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

  .video-background {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .investment {
    padding-bottom: 6px;
    display: block;
  }

  .investment-item {
    margin-bottom: 40px;
  }

  .investment-item.portfolio {
    width: 100%;
  }

  .list-item {
    padding-bottom: 2px;
  }

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

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

  .grid-investiment.portfolio {
    grid-template-columns: 1fr;
  }

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

  .gallery-overview {
    padding: 60px 15px;
  }

  .tab-home {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .tabs {
    flex-flow: column;
    display: flex;
  }

  .gallery-1 {
    padding-top: 60px;
  }

  .gallery-2 {
    padding-top: 220px;
  }

  .gallery4 {
    margin-top: -111px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .grid-5, .about {
    grid-template-columns: 1fr;
  }

  .slide-nav {
    padding-top: 40px;
  }

  .hero-contact {
    padding: 60px 15px;
  }

  .div-block-8 {
    margin-top: 0;
    padding-top: 0;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hero-without-image-3, .portfolio-slider-large {
    padding: 60px 15px;
  }

  .portfolio-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

  .grid-14, .grid-16 {
    grid-template-columns: 1fr;
  }

  .grid-17, .grid-18, .grid-19 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    max-width: 100%;
  }

  .info-empresa {
    padding-bottom: 40px;
  }

  .detalhe-portfolio-empresa-grid.info-about {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-19 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .founder {
    background-position: 0 0, 0%;
    height: auto;
  }

  .founder._1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    justify-content: flex-start;
    height: auto;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .div-block-23 {
    width: 90%;
    margin-top: 0;
    padding-top: 40px;
    position: relative;
  }

  .grid-25 {
    flex-flow: column;
    place-items: center;
    width: 100%;
    display: flex;
  }

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

  .div-block-35 {
    justify-content: center;
    height: 50px;
  }

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

  .div-block-40 {
    width: 75%;
  }

  .div-block-41 {
    margin-top: 10px;
  }

  .tablink-x {
    justify-content: space-between;
    width: auto;
  }

  .tablink-x.w--current {
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
  }

  .tabs-menu-4 {
    justify-content: space-between;
    align-items: stretch;
  }

  .text-block-12 {
    width: 100px;
  }

  .text-block-12._1 {
    width: 150px;
  }

  .div-block-45, .div-block-45._1 {
    width: 100%;
  }

  .div-block-48._48 {
    height: 390px;
  }

  .section-8 {
    background-position: 0 0, 0%;
  }

  .div-block-50 {
    width: 95%;
    padding-left: 20px;
  }

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

  .div-block-56 {
    z-index: 999;
    background-image: linear-gradient(107deg, #021a32 25%, #fff0), url('../images/bp1.png');
    background-position: 0 0, 50% 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .div-block-57 {
    justify-content: flex-end;
    width: 100px;
    height: 100px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block-57._1 {
    position: relative;
    inset: auto 0% 0% auto;
  }

  .image-14 {
    object-fit: cover;
    border: 1px solid #fffefe;
    border-radius: 100%;
  }

  .div-block-58 {
    width: 100%;
    height: 600px;
    position: relative;
  }

  .div-block-58._1 {
    height: auto;
  }

  .div-block-59 {
    justify-content: flex-end;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .nav-link, .nav-dropdown-toggle {
    margin-left: 0;
    padding-left: 0;
  }

  .container-regular {
    height: 100%;
  }

  .container-regular._1 {
    height: auto;
  }

  .nav-menu {
    flex-direction: column;
    padding-left: 20px;
  }

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

  .hero-wrapper-two {
    max-width: 80%;
    padding-top: 40px;
  }

  .margin-bottom-24px {
    font-size: 12px;
  }

  .hero-text-left {
    max-width: 100%;
    padding: 40px 0;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .shadow-two {
    height: 310px;
  }

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

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

  .footer-content {
    justify-items: start;
    width: 100%;
  }

  .footer-block {
    align-items: flex-start;
  }

  .title-small {
    margin-bottom: 6px;
  }

  .footer-link {
    margin-top: 6px;
    margin-bottom: 3px;
  }

  .hero-without-image-2 {
    max-width: 100%;
    padding: 20px 0;
  }

  .container-3 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .investment-philosophy {
    max-width: 100%;
  }

  .investment {
    padding-bottom: 20px;
    display: block;
  }

  .investment-item {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .investment-item.portfolio {
    width: 100%;
  }

  .investment-item.portfolio.destaque {
    height: 400px;
  }

  .text-field {
    width: 200px;
  }

  .heading {
    margin-top: 0;
  }

  .list-item {
    padding-bottom: 1px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-investiment {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

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

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .cultural-challenge {
    max-width: 100%;
  }

  .tab-home {
    grid-template-columns: 1fr;
    display: grid;
  }

  .tab-home.w--current {
    flex: 1;
    width: 200px;
  }

  .tab-image {
    max-width: none;
  }

  .tabs-menu {
    flex-flow: row;
    align-items: flex-start;
  }

  .gallery-1 {
    padding-top: 60px;
  }

  .gallery-2 {
    padding-top: 140px;
  }

  .gallery4 {
    margin-top: -60px;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav {
    padding-top: 40px;
  }

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

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

  .div-block-8 {
    margin-top: 10px;
  }

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

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

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

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

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

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

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

  .container-10, .container-11 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .image-2 {
    width: 100%;
  }

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

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .gallery-empresa---image {
    border-radius: 16px;
  }

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

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

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

  .nav-link-1 {
    font-size: 12px;
  }

  .background-video {
    height: 100vh;
  }

  .div-block-13 {
    height: 100vh;
    padding-bottom: 40px;
  }

  .div-block-17 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .founder._1 {
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-23 {
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-8._2 {
    width: 100%;
  }

  .paragraph-8.white {
    margin-bottom: 0;
  }

  .div-block-32 {
    padding: 20px;
  }

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

  .div-block-36, .div-block-39 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-40 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-41._1 {
    margin-top: 20px;
    padding-top: 0;
  }

  .div-block-43 {
    padding: 20px;
  }

  .tablink-x {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-right: 20px;
    display: flex;
  }

  .tablink-x.w--current {
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
  }

  .tabs-menu-4 {
    width: 100%;
    height: 90px;
    overflow: auto;
  }

  .div-block-44 {
    padding: 20px;
  }

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

  .div-block-48._48 {
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-49 {
    height: 250px;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-50 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-2 {
    width: 200px;
  }

  .div-block-55 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-57 {
    width: 100px;
    height: 100px;
  }

  .div-block-58._1 {
    height: auto;
  }
}

#w-node-_0a8e9281-64f7-f0fa-c7ee-6d95c0bf80b1-c0bf80ac, #w-node-_0a8e9281-64f7-f0fa-c7ee-6d95c0bf80ba-c0bf80ac, #w-node-_0a8e9281-64f7-f0fa-c7ee-6d95c0bf80c3-c0bf80ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7de4b22-1324-e108-f15a-bc1e451d6aad-3dc0d1a1 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-b5542e90-6f4a-ded0-844d-ef451809a611-1809a609 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b5542e90-6f4a-ded0-844d-ef451809a60d-1809a609 {
    align-self: center;
  }

  #w-node-_0a8e9281-64f7-f0fa-c7ee-6d95c0bf80b1-c0bf80ac, #w-node-_0a8e9281-64f7-f0fa-c7ee-6d95c0bf80ba-c0bf80ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0a8e9281-64f7-f0fa-c7ee-6d95c0bf80b1-c0bf80ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_0a8e9281-64f7-f0fa-c7ee-6d95c0bf80ba-c0bf80ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


