:root {
  --primary-dark: #170f26;
  --grey-light: #dadada;
}

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

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

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

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

.navbar-main {
  z-index: 1000;
  background-color: #0e0a1c;
  border: 1px solid #ffffff14;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 24px;
  display: flex;
}

.image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: 200px;
  max-height: 200px;
  padding-right: 0;
  display: block;
  overflow: clip;
}

.home {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.home.w--current {
  color: #fff;
  letter-spacing: .2px;
  font-size: 14px;
}

.home.w--current:hover {
  color: #1b7faa;
}

.about {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

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

.nav-link-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

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

.contact {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

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

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  margin-left: 40px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.section-hero {
  opacity: 1;
  height: 100vh;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.div-block {
  opacity: .7;
  background-image: linear-gradient(#170f26, #170f26);
}

.hero-container {
  z-index: 2;
  border: 1px #be333300;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.paragraph {
  color: var(--grey-light);
  text-indent: 1px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading {
  color: #fff;
  text-indent: 1.2px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.section-about {
  background-color: #170f26;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  place-items: center;
}

.heading-2 {
  color: #fff;
  text-indent: 1.2px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.section-team {
  background-color: #fff;
  padding: 140px 0;
  display: none;
}

.team-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.team-card {
  text-align: left;
  background-color: #f5f5f5;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 80%;
  margin-bottom: 20px;
}

.heading-3 {
  color: #170f26;
  text-align: center;
  font-family: Inter, sans-serif;
}

.heading-4 {
  color: #555;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.section-contact {
  background-color: #170f26;
  height: 100vh;
  min-height: 900px;
  padding: 0;
  display: block;
  position: relative;
}

.field-label, .field-label-2 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.text-field, .text-field-2, .text-field-3 {
  border-radius: 6px;
  font-family: Inter, sans-serif;
}

.submit-button {
  color: #fff;
  background-color: #1b7faa;
  border-radius: 6px;
  font-family: Inter, sans-serif;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.hero-overlay {
  z-index: 1;
  opacity: .92;
  background-color: #170f265c;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  place-items: center;
}

.image-3 {
  opacity: .9;
  width: 340px;
}

.heading-5 {
  opacity: .9;
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  text-indent: 1.08px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
}

.heading-6 {
  opacity: .9;
  color: #dadada;
  max-width: 520px;
  margin-top: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.hero-text-wrapper {
  align-self: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #fff;
  text-indent: 1.6px;
  max-width: 620px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.about-container {
  max-width: 1200px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.about-image {
  border-radius: 8px;
  width: 100%;
}

.text-block-2 {
  color: #dadada;
  text-align: left;
  text-indent: 1.7px;
  max-width: 520px;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

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

.equipa {
  color: #170f26;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 32px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.team-header {
  text-align: left;
  margin-bottom: 80px;
}

.contact-container {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 720px;
  height: 100%;
  color: var(--grey-light);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.contact-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  place-items: center;
}

.heading-7 {
  font-family: Inter, sans-serif;
  font-size: 36px;
}

.heading-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.paragraph-2 {
  color: #dadada;
  text-indent: 1.7px;
  max-width: 480px;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.inputs {
  color: #000;
  background-color: #fff;
  border: 1px #1b7faa;
  border-radius: 4px;
  width: 100%;
  height: 52px;
  margin-bottom: 20px;
  padding-left: 16px;
  transition: border-color .2s;
}

.inputs:focus {
  background-color: #fff;
  border-color: #1b7faa;
}

.inputs.texarea {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  object-fit: fill;
  height: auto;
  min-height: 120px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 16px;
  text-decoration: none;
  position: static;
}

.submit-button-2 {
  background-color: var(--primary-dark);
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 8px;
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.submit-button-2:hover {
  background-color: #1b7faa;
}

.footer-lang-en {
  background-color: #0e0a1c;
  padding: 64px 24px 64px 32px;
  display: block;
}

.footer-lang-en.pt {
  display: none;
}

.footer-lang-en.eng {
  display: block;
}

.footer-container {
  border: 1px #ad0d0d00;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.footer-grid {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  color: #dadada;
  text-indent: 1.6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  place-items: start;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.footer-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 280px;
  margin-bottom: 8px;
  display: flex;
}

.heading-9 {
  margin-bottom: 12px;
  font-weight: 600;
}

.contact-header {
  margin-bottom: 64px;
  font-family: Inter, sans-serif;
  font-size: 28px;
}

.contact-form-wrapper {
  width: 80%;
  margin-top: 48px;
}

.contact-overlay {
  z-index: 1;
  opacity: .88;
  background-color: #170f2699;
  max-width: none;
  position: absolute;
  inset: 0;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grey-light);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 2px;
  padding-left: 0;
  display: block;
}

.form {
  text-align: left;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.redes-sociais {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: center;
  width: 50%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.image-4 {
  width: 12%;
  margin-top: 0;
  margin-bottom: 8px;
  display: block;
}

.heading-10 {
  width: auto;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.field-label-3, .field-label-4, .field-label-5, .field-label-6 {
  font-weight: 400;
}

.link {
  color: #dadada;
}

.image-5 {
  vertical-align: baseline;
  width: auto;
  height: 46%;
  margin-bottom: 16px;
}

.text-block-7 {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 400;
}

.text-block-7:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-decoration: underline;
}

.heading-13, .heading-14 {
  color: #fff;
  text-indent: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
}

.footer-copyright {
  color: #8a8a8a;
  text-align: center;
  border: 0 #ffffff14;
  align-items: stretch;
  max-width: 1000px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: block;
}

.heading-15 {
  color: #fff;
  text-indent: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 13px;
}

.heading-15.footer-heading {
  text-indent: .08em;
  margin-bottom: 16px;
  font-weight: 600;
}

.link-block {
  color: #dadada;
  text-decoration: none;
}

.link-block:hover {
  color: #fff;
  text-decoration: underline;
}

.link-2 {
  color: #dadada;
  text-decoration: none;
}

.link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.link-2.footer-text {
  transition: color .2s;
}

.link-2.footer-text:hover {
  color: #fff;
}

.link-3 {
  color: #dadada;
  text-decoration: none;
}

.link-3:hover {
  color: #fff;
  text-decoration: underline;
}

.link-3.footer-text {
  transition: color .2s;
}

.link-3.footer-text:hover {
  color: #fff;
}

.text-span {
  color: #86bd34;
}

.text-block-7 {
  max-width: 320px;
}

.button {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #170f26;
  border-radius: 6px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.button:hover {
  opacity: 1;
  background-color: #1b7faa4f;
  border-style: none;
  border-color: #1b7faa;
}

.bold-text {
  color: #86bd34;
}

.container-large {
  background-color: #170f2600;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  padding: 20px 24px;
}

.features-grid {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  background-color: #dadada00;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
  margin-bottom: 0;
}

.image-6 {
  width: 50%;
}

.feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .01;
  pointer-events: auto;
  text-align: left;
  background-color: #1d144100;
  border-right: 1px solid #e6e6e6;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 230px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.feature-card.feature-card-is-animated {
  opacity: 1;
  pointer-events: auto;
  background-color: #fff0;
  border: 1px #000;
  border-right-color: #170f26;
  border-radius: 8px;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1);
}

.feature-card.feature-card-is-animated:hover {
  background-color: #f9fafb26;
  box-shadow: 0 2px 5px #0003;
}

.feature-title {
  width: auto;
  color: var(--primary-dark);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  justify-content: center;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  position: static;
}

.feature-text {
  color: #fff;
  text-indent: 1.6px;
  font-family: Inter, sans-serif;
}

.founder-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 120px;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.founder-image {
  border-radius: 8px;
  width: 100%;
  max-width: 360px;
}

.nome {
  color: var(--primary-dark);
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.role {
  color: var(--primary-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
}

.paragraph-3 {
  color: #333;
  text-indent: 1.7px;
  max-width: 520px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.heading-17 {
  color: #170f26;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-10 {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.image-7 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}

.heading-18 {
  color: #170f26;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-11 {
  color: #666;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-block-12 {
  color: #666;
  max-width: 620px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
}

.text-block-13 {
  color: #cfcfcf;
  margin-top: 20px;
  font-family: Inter, sans-serif;
}

.text-block-14 {
  color: #fff;
  text-align: left;
  text-indent: 1.6px;
  background-color: #1b7faa;
  border-radius: 6px;
  padding: 24px;
  font-family: Inter, sans-serif;
}

.text-block-15 {
  color: #fff;
  text-indent: 1.6px;
  background-color: #333;
  border-radius: 6px;
  padding: 20px;
  font-family: Inter, sans-serif;
}

.morada {
  color: #bfbfbf;
  text-indent: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.text-block-16 {
  color: #fff;
  transition: color .2s;
}

.container {
  max-width: 1200px;
}

.vers-o-curta {
  color: #444;
  text-indent: 1.6em;
  max-width: 720px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.ler-vers-o-completa {
  color: #1b7faa;
  letter-spacing: 0;
  text-indent: 0;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.ler-vers-o-completa:hover {
  color: #444;
}

.texto-completo {
  color: #444;
  text-indent: 0;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 800px;
  font-family: Inter, sans-serif;
  line-height: 26px;
  text-decoration: none;
}

.bold-text-3, .bold-text-4 {
  color: #86bd34;
}

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

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  font-size: 15px;
}

.heading-19 {
  color: var(--grey-light);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.section-features {
  background-color: #fff;
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #929292;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.feature-image-wrapper {
  align-items: center;
  width: 100%;
  height: 72px;
  margin-bottom: 16px;
  display: flex;
}

.feature-icon {
  opacity: .9;
  width: 40px;
}

.orvaley {
  z-index: 1;
  background-color: #170f26e6;
  width: 100%;
  height: 100px;
  position: absolute;
  inset: 0;
}

.heading-20, .heading-21 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.bold-text-18 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.div-block-4 {
  width: 25.376%;
}

.heading-22, .heading-23 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.section-what-we-do {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-what-we-do.lang-pt {
  pointer-events: auto;
  display: block;
}

.section-what-we-do.lang-en {
  background-color: #fff;
  padding-left: 32px;
  display: none;
  overflow: visible;
}

.section-title {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lang-pt {
  border-left: 2px solid #00000014;
  padding-left: 32px;
  display: block;
}

.lang-pt.en {
  display: block;
}

.body-large {
  color: var(--primary-dark);
  text-indent: 1.7px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.block-parcerias-pt {
  border: 1px #000;
  border-left: 2px solid #00000014;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 32px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-4 {
  color: var(--primary-dark);
  text-indent: 1.7px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

.parcerias {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 36px;
}

.list-item {
  color: var(--primary-dark);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.list-item-2, .list-item-3 {
  color: var(--primary-dark);
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.list {
  text-indent: 1.6px;
  margin-top: 24px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.lang-toggle {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.link-5 {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-block-17 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.link-6 {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.bold-text-20 {
  font-size: 30px;
  font-weight: 400;
}

.container-features {
  background-color: #170f26ad;
  width: 100%;
  max-width: 1200px;
  height: 120%;
  margin-top: 0;
  padding: 24px 20px;
}

.heading-24 {
  color: #fff;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.text-block-18 {
  margin-top: 0;
}

.section-hero-mmobile {
  pointer-events: auto;
  display: none;
}

.section-wrapper-mobile {
  display: none;
}

.slider {
  max-width: none;
  height: auto;
  min-height: 820px;
}

.slide6 {
  vertical-align: baseline;
  background-image: url('../images/PONTE-D.-LUIS.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide7 {
  background-image: url('../images/edoardo-bortoli-wmxZxd9N7FE-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.slider-2 {
  height: 100%;
  min-height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  font-size: 6px;
  display: block;
}

.mask {
  height: 100%;
}

.slide8 {
  background-image: url('../images/vlad-d-NomztiKRPLg-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/PONTE-D.-LUIS.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slide-6 {
  background-image: url('../images/edoardo-bortoli-wmxZxd9N7FE-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/vlad-d-NomztiKRPLg-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slider-3 {
  height: 100%;
  min-height: 100%;
}

.mask-2 {
  height: 100%;
}

.slide-contact {
  vertical-align: baseline;
  background-image: url('../images/RIBEIRA.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide7-slide-contact {
  background-image: url('../images/lisboa-ponte.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide8-slide-contact {
  background-image: url('../images/algarve-city.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide9slide-contact {
  background-image: url('../images/pedro-menezes-tWLiZZsID4Q-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-3 {
  font-size: 6px;
}

.text-block-19 {
  color: #fff;
  text-align: left;
  text-indent: 1.6px;
  background-color: #1b7faa;
  border-radius: 6px;
  padding: 24px;
  font-family: Inter, sans-serif;
}

.contact-container-2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #dadada;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.field-label-7 {
  font-weight: 400;
}

.text-block-20 {
  color: #fff;
  text-indent: 1.6px;
  background-color: #333;
  border-radius: 6px;
  padding: 20px;
  font-family: Inter, sans-serif;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #dadada;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 2px;
  padding-left: 0;
  display: block;
}

.submit-button-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #170f26;
  border-radius: 8px;
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.submit-button-3:hover {
  background-color: #1b7faa;
}

.heading-25 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.image-8 {
  width: 12%;
  margin-top: 0;
  margin-bottom: 8px;
  display: block;
}

.text-block-21 {
  color: #fff;
  text-indent: 1.6px;
  max-width: 620px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.link-7 {
  color: #dadada;
  text-decoration: none;
}

.link-7:hover {
  color: #fff;
  text-decoration: underline;
}

.link-7.footer-text {
  transition: color .2s;
}

.link-7.footer-text:hover {
  color: #fff;
}

.heading-26 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.text-block-22 {
  color: #fff;
  text-align: left;
  text-indent: 1.6px;
  background-color: #1b7faa;
  border-radius: 6px;
  padding: 24px;
  font-family: Inter, sans-serif;
}

.heading-27 {
  color: #fff;
  text-indent: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 13px;
}

.heading-27.footer-heading {
  text-indent: .08em;
  margin-bottom: 16px;
  font-weight: 600;
}

.paragraph-5 {
  color: #170f26;
  text-indent: 1.7px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.parcerias-2 {
  color: #170f26;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 36px;
}

.heading-28 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.list-item-4 {
  color: #170f26;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.link-8 {
  color: #dadada;
  text-decoration: none;
}

.link-8:hover {
  color: #fff;
  text-decoration: underline;
}

.link-8.footer-text {
  transition: color .2s;
}

.link-8.footer-text:hover {
  color: #fff;
}

.list-item-5 {
  color: #170f26;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-23 {
  color: #fff;
  transition: color .2s;
}

.list-item-6 {
  color: #170f26;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.field-label-8 {
  font-weight: 400;
}

.text-block-24 {
  color: #fff;
  text-indent: 1.6px;
  background-color: #333;
  border-radius: 6px;
  padding: 20px;
  font-family: Inter, sans-serif;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #dadada;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 2px;
  padding-left: 0;
  display: block;
}

.body-large-2 {
  color: #170f26;
  text-indent: 1.7px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.heading-29 {
  color: #fff;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.submit-button-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #170f26;
  border-radius: 8px;
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.submit-button-4:hover {
  background-color: #1b7faa;
}

.field-label-9, .field-label-10 {
  font-weight: 400;
}

.heading-30 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.heading-31 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.text-block-25 {
  margin-top: 0;
}

.heading-32 {
  color: #dadada;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.heading-33 {
  opacity: .9;
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  text-indent: 1.08px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
}

.section-title-2 {
  color: #170f26;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.heading-34 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.heading-35 {
  color: #fff;
  text-indent: 1.2px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.heading-36 {
  width: auto;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.image-9 {
  width: 12%;
  margin-top: 0;
  margin-bottom: 8px;
  display: block;
}

.text-block-26 {
  color: #dadada;
  text-align: left;
  text-indent: 1.7px;
  max-width: 520px;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.field-label-11 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .navbar-main {
    height: 80px;
  }

  .nav-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 100%;
    padding-left: 24px;
  }

  .image {
    height: 150px;
    max-height: 200px;
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--primary-dark);
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-hero {
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-grid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .team-card {
    padding-left: 0;
  }

  .section-contact {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-5 {
    text-indent: 1.1px;
    max-width: 520px;
    font-size: 40px;
  }

  .text-block {
    max-width: 460px;
    font-size: 15px;
  }

  .menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

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

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

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

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

  .footer-lang-en.pt {
    display: block;
  }

  .footer-lang-en.eng {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .icon {
    color: #fff;
    width: 100%;
    max-width: none;
  }

  .icon:hover {
    color: #1b7faa;
  }

  .container-large {
    margin-right: 20px;
  }

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

  .feature-card {
    border-right-style: solid;
    border-right-color: #e6e6e6;
  }

  .founder-block {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .section-hero-mmobile {
    display: none;
  }

  .slide9slide-contact {
    height: 100%;
  }

  .text-block-21 {
    max-width: 460px;
    font-size: 15px;
  }

  .heading-33 {
    text-indent: 1.1px;
    max-width: 520px;
    font-size: 40px;
  }

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

@media screen and (max-width: 767px) {
  .inputs {
    height: 50px;
  }

  .image-4 {
    width: 15%;
  }

  .heading-10, .field-label-6, .field-label-7 {
    font-size: 13px;
  }

  .image-8 {
    width: 15%;
  }

  .field-label-8, .heading-36 {
    font-size: 13px;
  }

  .image-9 {
    width: 15%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-main {
    height: 72px;
  }

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

  .image {
    height: 80px;
  }

  .nav-menu {
    background-color: var(--primary-dark);
    display: none;
  }

  .section-hero {
    min-height: 640px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

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

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

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

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .team-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-contact {
    background-image: url('../images/RIBEIRA.png');
  }

  .heading-5 {
    text-align: left;
    text-indent: 1.15px;
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 35px;
  }

  .hero-text-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-left: 0;
    display: flex;
  }

  .text-block {
    text-align: left;
    max-width: 100%;
    font-size: 14px;
  }

  .about-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

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

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

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

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

  .inputs {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .inputs.texarea {
    font-size: 11px;
  }

  .footer-grid {
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

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

  .redes-sociais {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .image-4 {
    width: 30%;
  }

  .heading-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    display: block;
  }

  .field-label-3, .field-label-4, .field-label-5 {
    font-size: 13px;
  }

  .link, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    font-size: 12px;
  }

  .heading-11, .heading-12 {
    font-size: 16px;
  }

  .icon {
    color: #fff;
    background-color: #0000;
  }

  .icon:hover {
    color: #1b7faa;
  }

  .container-large {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

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

  .feature-card {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    border-right-style: none;
    padding-bottom: 34px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-title {
    font-size: 18px;
    font-weight: 600;
  }

  .feature-text {
    font-weight: 500;
  }

  .bold-text-2 {
    color: #86bd34;
  }

  .founder-block {
    text-align: left;
    place-items: center;
  }

  .founder-content {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .text-block-11 {
    text-align: center;
    font-size: 12px;
  }

  .text-block-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-features {
    background-image: url('../images/BOLHAO.png');
    background-size: cover;
  }

  .heading-20, .heading-21 {
    font-size: 18px;
  }

  .section-what-we-do.lang-pt {
    padding-left: 0;
  }

  .section-title {
    font-size: 28px;
  }

  .content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .lang-pt, .block-parcerias-pt {
    border-left-style: none;
  }

  .parcerias {
    font-size: 28px;
  }

  .list-item, .list-item-2, .list-item-3 {
    font-size: 13px;
  }

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

  .section-wrapper {
    display: none;
  }

  .section-hero-mmobile {
    background-image: url('../images/PONTE-D.-LUIS.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 640px;
    padding-top: 120px;
    padding-bottom: 80px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .section-wrapper-mobile {
    display: block;
  }

  .slide-nav {
    font-size: 6px;
  }

  .icon-2, .icon-3, .icon-4, .icon-5 {
    display: none;
  }

  .slide-nav-2 {
    font-size: 8px;
  }

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

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

  .image-8 {
    width: 30%;
  }

  .text-block-21 {
    text-align: left;
    max-width: 100%;
    font-size: 14px;
  }

  .parcerias-2 {
    font-size: 28px;
  }

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

  .list-item-4, .list-item-5, .list-item-6 {
    font-size: 13px;
  }

  .heading-29 {
    font-size: 18px;
  }

  .field-label-9, .field-label-10 {
    font-size: 13px;
  }

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

  .heading-33 {
    text-align: left;
    text-indent: 1.15px;
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 35px;
  }

  .section-title-2 {
    font-size: 28px;
  }

  .heading-34 {
    font-size: 18px;
  }

  .heading-35 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .heading-36 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    display: block;
  }

  .image-9 {
    width: 30%;
  }

  .text-block-26, .field-label-11 {
    font-size: 13px;
  }
}

#w-node-_066e7f5d-6bfa-5dfc-2409-0a29832426fa-6ff65d23, #w-node-_69c72577-d355-9b02-40c4-33ce96ef140b-6ff65d23, #w-node-_24556711-5701-1ff7-1c53-4b4c1c580c90-6ff65d23 {
  place-self: center start;
}


