@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --azul-2: #0082cb;
  --fundo: #faf5ef;
  --azul-1: #074174;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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: #5e4740;
  letter-spacing: -.01em;
  background-color: #faf5ef;
  font-family: Manrope;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff";
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 112%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff";
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 112%;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 81 F 2 Ff";
  font-size: 2.375rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 843 Ed 6";
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Neue Regrade Bf 65 Af 35 D 843 Ed 6";
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
}

a {
  color: var(--azul-2);
  text-decoration: none;
}

.white {
  color: #fff;
}

.sg-heading {
  letter-spacing: -.0625rem;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 110%;
}

.font-details-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: .625rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.font-details-wrapper.top-margin {
  margin-top: 3.125rem;
}

.class-example {
  color: #4b5563;
  border-radius: .25rem;
  padding: .3125rem .625rem .3125rem 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.sg-container {
  grid-row-gap: 5rem;
  flex-direction: column;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem;
  display: flex;
}

.sg-container.no-buttom-padding {
  padding-bottom: 0;
}

.sg-container.no-top-padding {
  padding-top: 0;
}

.sg-logo {
  width: 11.25rem;
}

.paragraph-14px {
  color: var(--fundo);
  font-size: .875rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.sg-text {
  white-space: nowrap;
}

.sg-text.light {
  color: #b6b6b6;
}

.sg-background {
  background-color: #f9fafb00;
  border: .125rem #e5e7eb;
  padding: 0;
}

.styleguide-wrapper {
  overflow: hidden;
}

.paragraph-18px {
  color: var(--fundo);
  letter-spacing: -.01em;
  font-family: Public Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-18px.faq-text {
  color: var(--azul-2);
  width: 100%;
  padding-top: 4.375rem;
  padding-left: 2.4375rem;
}

.paragraph-18px.faq-text.faq_atuacao.atuacao1 {
  width: 100%;
  max-width: 100%;
}

.paragraph-18px.white {
  font-family: Sentient, Georgia, sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
}

.sg-text-big {
  font-size: 15.625rem;
  font-weight: 400;
  line-height: 100%;
}

.sg-inner.title-details {
  grid-row-gap: .625rem;
  flex-direction: column;
  display: flex;
}

.sg-inner.font-details {
  grid-column-gap: .9375rem;
  display: flex;
}

.sg-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.sg-wrapper.typeface {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-wrapper.typeface.border {
  border-bottom: .0625rem solid #d1d5db1a;
  padding-bottom: 3.75rem;
}

.sg-wrapper.heading-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .125rem solid #e5e7eb26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: grid;
}

.sg-wrapper.active-border {
  border-bottom: .0625rem solid #d1d5db1a;
  padding-bottom: 3.75rem;
}

.paragraph-16px {
  font-size: 1rem;
  line-height: 130%;
}

.section {
  background-image: url('../images/pattern_web.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  display: flex;
}

.section.bg-green {
  background-color: #0f231b;
}

.container {
  background-color: var(--azul-1);
  flex-flow: row;
  width: 100%;
  height: 26vh;
  padding: 3.125rem;
  display: block;
}

.container.c-nav {
  background-color: var(--azul-1);
  justify-content: space-between;
  align-items: center;
  height: 20vh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.container.c-footer {
  background-color: var(--azul-1);
  padding-bottom: 3.125rem;
  display: block;
}

.container.no-top-padding {
  background-color: var(--fundo);
  color: var(--azul-1);
  padding-top: 0;
}

.page-wrapper {
  color: var(--azul-1);
  contain: paint;
}

.navbar {
  background-color: var(--azul-1);
  padding-top: 0;
  position: static;
}

.brand.w--current {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  line-height: 0%;
  display: flex;
  position: relative;
}

.nav-links-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 8.125rem;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Sentient, Georgia, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
  transition: letter-spacing .35s;
}

.nav-link:hover {
  border-bottom: .09375rem solid var(--fundo);
  letter-spacing: .03em;
}

.nav-link.w--current {
  border-bottom: .125rem solid var(--azul-2);
  color: var(--fundo);
  font-family: Sentient, Georgia, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.nav-link._2 {
  color: var(--fundo);
}

.header-border {
  grid-column-gap: 15rem;
  border-style: solid;
  border-width: .0625rem 0 0;
  border-color: var(--azul-2) #a8463f33 #a8463f33;
  color: var(--azul-1);
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .3125rem;
  padding-top: 0;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.header-border._2 {
  color: #fff;
  border-top-color: #ffffff1a;
  display: none;
}

.ha-content {
  grid-column-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 3.125rem;
  border: .04375rem solid var(--fundo);
  color: var(--fundo);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-radius .35s;
  display: flex;
  position: relative;
}

.button:hover {
  border-radius: 1.25rem;
}

.button.button-faq {
  text-transform: uppercase;
  margin-bottom: .3125rem;
  display: none;
}

.button.button-faq.w--current {
  display: block;
}

.button.button-footer {
  color: #fff;
  border-color: #fff;
  padding: .625rem 1.0625rem;
}

.ha-heading {
  width: 100%;
  max-width: 46.25rem;
}

.ha-heading.white {
  padding-left: 3.125rem;
  font-family: Sentient, Georgia, sans-serif;
  font-size: 2.1875rem;
  font-weight: 200;
  position: static;
  inset: 0% auto auto 0%;
}

.big-image {
  object-fit: cover;
  width: 100%;
  height: 31.25rem;
}

.home-ups {
  grid-row-gap: 4.375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 6.25rem;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.hu-content {
  grid-column-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hu-grid {
  grid-column-gap: 1.8125rem;
  grid-row-gap: 1.8125rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-left: auto;
}

.hu-grid-wrapper {
  grid-row-gap: 2.1875rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 19.375rem;
  padding-right: .625rem;
  text-decoration: none;
  display: flex;
}

.hu-grid-border {
  grid-row-gap: .625rem;
  border-style: solid;
  border-width: .0625rem 0 0;
  border-color: var(--azul-2) #a8463f4d #a8463f4d;
  color: var(--azul-1);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: .625rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.hu-grid-text-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hs-text-wrapper {
  grid-column-gap: 2.0625rem;
  grid-row-gap: 2.0625rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}

.faq-content {
  border-style: dotted none none;
  border-width: .05rem .0625rem .0625rem;
  border-color: var(--azul-2) black black;
  color: var(--azul-1);
  border-radius: .0625rem;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.faq-content.last {
  border-style: dotted none none;
  border-width: .05rem .0625rem .0625rem;
  border-color: var(--azul-2);
}

.faq-trigger {
  border: 0rem solid var(--azul-2);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-button {
  justify-content: center;
  align-items: center;
  margin-right: 1.125rem;
  display: flex;
  position: relative;
}

.faq-line {
  background-color: #a8463f;
  width: .0625rem;
  height: 2.25rem;
}

.faq-line._1 {
  background-color: var(--azul-1);
}

.faq-line._2 {
  background-color: var(--azul-1);
  width: 2.25rem;
  height: .0625rem;
  position: absolute;
  inset: auto;
}

.faq-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.faq-inner {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.faq {
  width: 100%;
  padding: 6.25rem 3.125rem;
}

.footer-home {
  background-color: #0f231b;
}

.footer-heading {
  color: #fff;
  max-width: 59.375rem;
  margin-bottom: 4.375rem;
  margin-left: auto;
  display: none;
}

.form-block {
  color: #fff;
}

.form-content {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-bottom: .0625rem solid #ffffff26;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.form-text {
  color: #ffffff4d;
  font-size: .875rem;
}

.from-inner {
  width: 100%;
}

.text-field {
  color: var(--fundo);
  background-color: #fff0;
  border: .0625rem #000;
  height: 1.4375rem;
  margin-bottom: 0;
  padding: 0;
  font-family: Sentient, Georgia, sans-serif;
  font-size: .9375rem;
  font-weight: 200;
  overflow: visible;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.text-area {
  width: 100%;
  height: auto;
  margin-top: 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  display: flex;
}

.checkbox-label {
  color: #ffffffb3;
  margin-left: .625rem;
  font-weight: 400;
}

.checkbox-link {
  color: #fff;
  text-decoration: none;
}

.checkbox {
  border-radius: .5rem;
  width: 1.6875rem;
  height: 1.6875rem;
}

.form-button-wrapper {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: #3898ec00;
  width: 5.1em;
  font-family: Public Sans, sans-serif;
  font-size: .875rem;
  position: static;
  inset: 0%;
}

.success-message {
  background-color: #ddd0;
}

.footer-bottom {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  border-top: .0625rem solid #ffffff26;
  flex-flow: column;
  padding-top: 3.125rem;
  display: flex;
}

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

.fb-links {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fb-link {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: letter-spacing .35s;
}

.fb-link:hover {
  letter-spacing: .03em;
}

.fb-text-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: #fff9;
  flex-flow: column;
  font-size: .875rem;
  display: flex;
}

.menu-button {
  display: none;
}

.contact-header {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3.125rem;
  text-decoration: none;
  display: flex;
}

.team {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 3.125rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team-wrapper._2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 3.125rem 3.125rem 1.875rem;
}

.team-inner {
  grid-row-gap: 1.95677rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 20rem;
  text-decoration: none;
  display: flex;
}

.team-block {
  grid-row-gap: 1.5375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team-social {
  grid-column-gap: .838301rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ae-text {
  width: 50%;
}

.case-single {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  border-top: .0625rem solid #a8463f33;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.case-single.cms {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-top-style: none;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 4.375rem;
  padding-bottom: 0;
}

.case-date {
  color: #a8463f;
  font-style: italic;
  font-weight: 500;
}

.case-heading {
  font-style: normal;
}

.case-heading.cms {
  max-width: 41.25rem;
}

.case-image {
  object-fit: cover;
  width: 31.5rem;
  height: 28.75rem;
}

.case-image.cms {
  width: 100%;
  height: 24.5rem;
}

.case-cms {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  border-top: .0625rem solid #a8463f33;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4.375rem;
  display: flex;
}

.cc-header {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 55rem;
  display: flex;
}

.cc-date {
  color: #a8463f;
  font-family: "Neue Regrade Bf 65 Af 35 D 843 Ed 6";
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
}

.cc-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cc-rich-text {
  max-width: 56.25rem;
}

.cc-rich-text.second {
  margin-bottom: -1.875rem;
}

.cc-rich-text.second h1 {
  margin-bottom: 4.375rem;
}

.cc-rich-text.second p {
  margin-bottom: 1.875rem;
}

.cc-rich-text h1 {
  margin-bottom: 4.375rem;
}

.cc-rich-text p {
  margin-bottom: 1.875rem;
}

.cc-line {
  background-color: #a8463f33;
  width: 100%;
  height: .0625rem;
}

.collection-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.back-to-cases {
  justify-content: center;
  align-items: center;
  margin-top: 4.375rem;
  display: flex;
}

.invertet-arrow {
  transform: rotate(180deg);
}

.contact-content {
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  border-top: .0625rem solid #ffffff1a;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.25rem;
  display: flex;
}

.contact-column {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.contact-column.first {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  width: 20%;
}

.cc-text {
  color: var(--fundo);
  font-family: Sentient, Georgia, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
}

.co-image {
  object-fit: cover;
  width: 100%;
  max-width: 80%;
  height: 27.9em;
}

.terms-content {
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.tc-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 59.375rem;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}

._404 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

._404-carousel {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-bottom: .0625rem solid #a8463f33;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

._404-carousel-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #a8463f;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

._404-wrapper {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 42.5rem;
  display: flex;
}

.eh-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 83.6875rem;
  margin-top: 0;
  margin-bottom: 3rem;
  margin-left: auto;
  padding-left: 3.125rem;
  display: flex;
}

.eh-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-right: 0;
  font-family: Public Sans, sans-serif;
  font-weight: 100;
  display: flex;
  position: static;
}

.eh-text {
  color: var(--azul-1);
  width: 80%;
  margin-top: 2.5rem;
  font-family: Public Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 128%;
}

.terms-body p {
  margin-bottom: .9375rem;
}

.terms-body h5 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.terms-body a {
  color: #ffc103;
}

.image-5 {
  z-index: 1;
  max-width: 100%;
  height: 22.1875rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto 0% 9%;
}

.image-5._02 {
  height: 16.25rem;
  bottom: 3%;
  left: 35%;
}

.image-5._03 {
  height: 10.625rem;
  bottom: 12%;
  left: 23%;
}

.header {
  z-index: 0;
  background-color: #8b37fe;
  background-image: linear-gradient(#074174, #0082cb 30%, #075299 65%);
  justify-content: center;
  align-items: flex-end;
  height: 80vw;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--fundo);
}

.heading-2 {
  color: var(--azul-1);
  font-size: 1.875rem;
}

.text-block-2 {
  color: var(--azul-1);
  text-align: left;
  font-family: Realist;
  font-size: 1rem;
  font-weight: 400;
}

.text-block-3 {
  color: var(--fundo);
}

.container-values {
  background-color: var(--fundo);
  width: 100%;
  padding: 6.25rem 3.125rem;
}

.heading-6 {
  color: var(--azul-1);
  font-family: Sentient, Georgia, sans-serif;
  font-size: 1.7rem;
  font-weight: 200;
}

.div_home_2 {
  background-color: var(--fundo);
  object-fit: fill;
  width: auto;
  height: auto;
  margin-bottom: 4rem;
  padding: 5rem 3.125rem;
}

.image-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.div_img1home {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.div_home_1 {
  z-index: 2;
  background-color: var(--azul-1);
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-3 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.section-2 {
  background-color: var(--fundo);
  text-align: center;
  margin-top: 1.375rem;
  padding: 0 3.125rem 3.4375rem;
  position: relative;
}

.section-title-group {
  margin-bottom: 0;
  padding-bottom: 0;
}

.white-box {
  background-color: var(--fundo);
  text-align: center;
  border: .0625rem solid #dcebf7;
  border-radius: .3125rem;
  padding: 1.25rem;
}

.icon {
  padding-bottom: .9375rem;
}

.line {
  padding-top: 1.25rem;
}

.div_home_4 {
  width: auto;
  height: auto;
  margin-top: 1rem;
  padding-top: 2rem;
  padding-bottom: 0;
}

.txt_values {
  color: var(--azul-1);
  font-family: Sentient, Georgia, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
}

.grid-2 {
  z-index: 2;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  aspect-ratio: auto;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.text {
  color: var(--fundo);
  border-top: .0625rem #f4f5f6;
  justify-content: center;
  align-items: center;
  padding-left: 1.875rem;
  font-family: Sentient, Georgia, sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5rem;
  display: block;
}

.large-numbers {
  color: var(--azul-2);
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.heading-flex {
  grid-column-gap: .125rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  display: flex;
}

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

.number-content {
  width: 12.1875rem;
}

.green-number {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: .5rem;
  font-family: Realist;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.75rem;
}

.green-number.projects, .green-number.clients, .green-number.partners {
  font-family: Sentient, Georgia, sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
}

.number-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: 3.125rem;
  display: flex;
}

.faq-button_team {
  border: .0625rem solid #0000;
  justify-content: center;
  align-items: center;
  margin-right: 1.125rem;
  display: flex;
  position: relative;
}

.faq-inner-_atuacao {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 34.5rem;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.faq-inner-_atuacao.atuacao1 {
  width: 100%;
  max-width: none;
}

.heading-7 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding-left: 0;
  font-family: Sentient, Georgia, sans-serif;
  font-size: 2.0625rem;
  font-weight: 200;
}

.code-embed {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.img_map {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--fundo);
  border-radius: 1.25rem;
  flex-flow: row;
  width: auto;
  max-width: 300vw;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 6.25rem;
  display: flex;
}

.heading-8 {
  padding-top: 2.8125rem;
  font-size: 2.1875rem;
}

.button-wrapper-2 {
  color: var(--azul-1);
  justify-content: center;
  align-items: center;
  width: 23.9em;
  height: 1rem;
  min-height: 3.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-background {
  border: .125rem solid var(--azul-1);
  border-radius: 1.5625rem;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
}

.button-text {
  z-index: 1;
  margin-left: 1.25rem;
  margin-right: .625rem;
  font-family: Public Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  position: relative;
}

.button-arrow {
  width: .9375rem;
  margin-right: 1.25rem;
}

.div-block-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 2.6875rem;
  display: flex;
}

.valuestxt_section {
  color: var(--azul-2);
  font-family: Realist;
  font-size: 1.5rem;
}

.btn_4 {
  border: .09375rem solid var(--azul-1);
  cursor: pointer;
  background-color: #01010100;
  border-radius: .625rem;
  padding: .5em;
  font-family: Linux Libertine Display;
  font-size: 1.8rem;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.btn_4:hover {
  border-color: var(--azul-1);
  padding-right: 5rem;
}

.css {
  color: var(--fundo);
  display: none;
}

.btn_4_text-_page {
  color: var(--azul-1);
  font-family: Public Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  position: relative;
}

.footer_bottom {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-style: solid none none;
  border-width: .04375rem .0625rem .0625rem;
  border-color: var(--azul-2);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  display: flex;
}

.footer_links {
  color: var(--azul-1);
  font-family: Sentient, Georgia, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.footer_links:hover {
  color: #0b173099;
  text-decoration: underline;
}

.footer-brand-icon {
  width: auto;
  max-width: 63%;
}

.footer_desenvolvido {
  font-size: .875rem;
}

.footer_desenvolvido.is-grey {
  color: var(--azul-1);
  font-family: Public Sans, sans-serif;
  font-size: .7rem;
}

.footer_socials {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: none;
}

.footer_bottom-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: none;
}

.footer_left-2 {
  grid-column-gap: 2.4375rem;
  grid-row-gap: 2.4375rem;
  flex-flow: column;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.footer_brand {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  display: flex;
}

.footer_txtblue {
  color: var(--azul-1);
  margin-top: -1.75rem;
  padding-top: 0;
  padding-bottom: .125rem;
  font-family: Sentient, Georgia, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.footer_bottom-link {
  color: #0b1730cc;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.footer_bottom-link:hover {
  color: #0b173099;
}

.footer_wrap {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-bottom-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.footer_icon-wrap-2 {
  border: .0625rem solid #dbe2eb;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  min-width: 2.1875rem;
  max-width: 2.1875rem;
  min-height: 2.1875rem;
  max-height: 2.1875rem;
  padding: .3125rem;
  transition: all .3s;
  display: flex;
}

.footer_icon-wrap-2:hover {
  filter: invert(35%);
}

.footer_top_right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  font-family: Public Sans, sans-serif;
  font-weight: 200;
  display: flex;
}

.footer_links-wrap {
  grid-column-gap: 2.5625rem;
  grid-row-gap: 2.5625rem;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  padding-left: 0;
  display: flex;
}

.footer_top {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  display: flex;
  position: relative;
}

.footer._50px-padding {
  background-color: var(--azul-1);
  padding: 3.125rem;
}

.btn_4white {
  border: .125rem solid var(--azul-2);
  color: var(--fundo);
  cursor: pointer;
  background-color: #0000;
  border-radius: .4375rem;
  padding: .4em .5em;
  font-family: Linux Libertine Display;
  font-size: 1.8rem;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.btn_4white:hover {
  border-color: var(--azul-2);
  border-radius: .125rem;
  padding-right: 5rem;
}

.btn_4_text_white {
  color: var(--fundo);
  font-family: Sentient, Georgia, sans-serif;
  font-size: .875rem;
  font-weight: 200;
  position: relative;
}

.cssbt_white {
  color: var(--fundo);
  display: none;
}

.text-block-14 {
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.paragraph-18px-2 {
  color: #faf5ef;
  letter-spacing: -.01em;
  font-family: Public Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 130%;
  text-decoration: none;
}

.button-wrapper-3 {
  grid-column-gap: 1.25rem;
  color: #faf5ef;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.background-video-2 {
  z-index: -1;
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-2 {
  grid-column-gap: 3.125rem;
  color: #faf5ef;
  border: .04375rem solid #faf5ef;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-radius .35s;
  display: flex;
  position: relative;
}

.button-2:hover {
  border-radius: 1.25rem;
}

.hero-heading-2 {
  color: #faf5ef;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Sentient, Georgia, sans-serif;
  font-size: 4.6875rem;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.header_contenttxt-2 {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8vw;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 3.125rem 0;
  display: flex;
  position: relative;
}

.subtext-content-2 {
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 48.75rem;
  height: 40.4375rem;
  text-decoration: none;
  display: flex;
}

.div_capavideo {
  z-index: -1;
  background-color: var(--azul-1);
  opacity: .61;
  width: 100%;
  height: 100%;
  margin-left: 0;
  font-size: 16em;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-alternativo {
  background-color: #0f231b;
}

.footer_home {
  background-color: var(--azul-1);
}

.footer_white {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  display: flex;
  position: relative;
}

.footer_white._50px-padding {
  background-color: var(--fundo);
  padding: 3.125rem;
}

.footer_form {
  background-color: var(--azul-1);
  flex-flow: row;
  width: 100%;
  padding: 6.25rem 3.125rem;
  display: block;
}

.footer_form.c-footer {
  background-color: var(--azul-1);
  width: auto;
  padding-bottom: 3.125rem;
  display: block;
}

.footer_txt {
  color: var(--fundo);
  margin-top: 0;
  padding-top: .875rem;
  padding-bottom: .125rem;
  font-family: Sentient, Georgia, sans-serif;
  font-size: .85rem;
  font-weight: 300;
}

.footer_linkswhite {
  color: var(--fundo);
  font-size: .9rem;
  font-weight: 200;
  text-decoration: none;
  transition: all .3s;
}

.footer_linkswhite:hover {
  color: #0b173099;
  text-decoration: underline;
}

.footer_desenvolvidowhite {
  font-size: .875rem;
}

.footer_desenvolvidowhite.is-grey {
  color: var(--azul-1);
}

.div_header_equipa {
  background-color: var(--azul-1);
  background-image: url('../images/pattern_blue_2.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: row;
  width: 100%;
  padding: 6.25rem 3.125rem;
  display: block;
  position: static;
}

.div-block-7 {
  border: .0625rem solid var(--fundo);
  border-radius: .625rem;
  padding-right: 1.25rem;
}

.div-block-7:hover {
  border-color: var(--azul-2);
  border-radius: .5625rem;
}

.my-photo {
  float: none;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.con2 {
  opacity: 1;
  max-width: 100%;
  height: auto;
  margin-top: 0;
}

.s1 {
  background-image: url('../images/quemsomos.jpg');
  background-position: 0 0;
  background-size: auto;
}

.s2 {
  background-image: url('../images/album_01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s3 {
  background-image: url('../images/album_03.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s4 {
  background-image: url('../images/album_04.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s5 {
  background-image: url('../images/album_06.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider_photo {
  width: auto;
  height: 38.75rem;
  margin-top: 0;
}

.header_content_equipa {
  margin-bottom: 0;
}

.equipa_txt {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  display: flex;
}

.heading-2_team-2 {
  color: var(--azul-1);
  border: .0625rem solid #0000;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

.txt_mail_team-2 {
  color: var(--azul-1);
  font-family: Realist;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.team-profile-2 {
  color: var(--azul-1);
  border: .0625rem solid #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -.9375rem;
  padding-top: 0;
  padding-bottom: .625rem;
  padding-right: .625rem;
  text-decoration: none;
  display: flex;
}

.txt_name_team-2 {
  color: var(--azul-1);
  font-family: Sentient, Georgia, sans-serif;
  font-size: 2.1875rem;
  font-weight: 200;
}

.faq-trigger-_team-2 {
  cursor: pointer;
  border: 0 solid #0000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: .8125rem;
  display: flex;
}

.icon_link_team-2 {
  color: #fff;
  width: 1.2em;
  max-width: 116%;
  height: 1.2em;
}

.icon_link_team-2:hover {
  width: 1.3em;
  height: 1.3em;
}

.faq-content-_team-2 {
  border-style: dotted none none;
  border-width: .0625rem;
  border-color: var(--azul-2);
  color: #074174;
  border-radius: .0625rem;
  width: 100%;
  padding-top: 0;
  padding-bottom: 1.25rem;
}

.faq-content-member {
  justify-content: center;
  align-items: flex-start;
  width: 20em;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.team_image {
  object-fit: cover;
  border-radius: .3125rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20rem;
  text-decoration: none;
  transition: border-radius .35s;
  display: flex;
}

.team_image:hover {
  border-radius: .3125rem;
}

.txt_cv {
  color: #faf5ef;
  letter-spacing: -.01em;
  font-family: Public Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 130%;
  text-decoration: none;
}

.txt_cv.faq-text {
  color: #0082cb;
  width: 40em;
  padding-top: 4.375rem;
  padding-left: 2.4375rem;
}

.txt_cv.faq-text.faq_team {
  color: var(--azul-1);
  width: 15em;
  padding-top: 1.25rem;
  padding-left: 0;
  font-size: 1.0625rem;
  font-weight: 300;
}

.arrow_team-2 {
  width: .7em;
  max-width: none;
  height: auto;
  margin-right: -.4375rem;
  padding-left: 0;
  padding-right: 0;
}

.header_content_sobre {
  margin-bottom: 0;
}

.div_header_valores {
  background-color: var(--azul-1);
  background-image: url('../images/pattern_blue_2.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: row;
  width: auto;
  padding: 3.125rem;
  display: block;
}

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

.image-9 {
  width: 13em;
  max-width: none;
}

.txt_adress {
  color: var(--fundo);
  letter-spacing: -.01em;
  margin-top: 1rem;
  font-family: Public Sans, sans-serif;
  font-size: 1.0625rem;
  font-weight: 100;
  line-height: 130%;
  text-decoration: none;
}

.div-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  font-family: Sentient, Georgia, sans-serif;
  font-weight: 300;
  display: flex;
}

.txt_tel {
  color: var(--fundo);
  font-family: Public Sans, sans-serif;
  font-weight: 200;
}

.txt_home_valores {
  color: var(--azul-1);
}

.header_home_valores {
  grid-column-gap: 15rem;
  border-style: solid;
  border-width: .0625rem 0 0;
  border-color: var(--azul-2) #a8463f33 #a8463f33;
  color: var(--azul-1);
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .3125rem;
  padding-top: 0;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.button-3 {
  border-style: none solid none none;
  border-width: .0625rem;
  border-color: var(--fundo);
  background-color: var(--azul-1);
}

.button-3:hover {
  background-color: var(--azul-1);
  color: var(--azul-2);
}

.button-4 {
  background-color: var(--azul-1);
}

.button-4:hover {
  color: var(--azul-2);
}

.div_header_sobre {
  background-color: var(--azul-1);
  background-image: url('../images/pattern_blue_2.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: row;
  width: auto;
  padding: 6.25rem 3.125rem;
  display: block;
  position: static;
}

.text-block-15 {
  color: var(--azul-1);
  font-size: .8125rem;
}

.footer_top_left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.s6 {
  background-image: url('../images/album_07.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s8 {
  background-image: url('../images/album_05.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s9 {
  background-image: url('../images/album_10.jpg');
  background-position: 0 0;
  background-size: cover;
}

.s10 {
  background-image: url('../images/album_08.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div_sobre_1 {
  flex-flow: column;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  display: flex;
}

.div_sobre_album {
  background-color: var(--fundo);
  margin-top: 1.25rem;
}

.div_contact1 {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  flex-flow: column;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  display: flex;
}

.footer_bottom-_blue {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-style: solid none none;
  border-width: .04375rem .0625rem .0625rem;
  border-color: var(--azul-2);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  display: flex;
}

.footer_blue {
  background-color: var(--azul-1);
}

.footer_desenvolvidoblue {
  font-size: .875rem;
}

.footer_desenvolvidoblue.is-grey {
  color: var(--fundo);
}

.footer_politics_blue {
  color: var(--fundo);
  font-size: .8125rem;
}

.main-section {
  grid-column-gap: 3.9375rem;
  grid-row-gap: 3.9375rem;
  flex-flow: row;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 2rem;
  display: flex;
}

.faq-item {
  background-color: #0000;
  border: .0625rem #212121;
  border-radius: 1.5625rem;
  box-shadow: 0 10px 1.25rem #0000000d;
}

.purple-span {
  color: var(--azul-2);
}

.h2 {
  text-align: left;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-bottom: 2rem;
  font-family: Sentient, Georgia, sans-serif;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 1.3;
}

.header-wrap-centre {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  padding-left: 0;
  display: flex;
}

.div_home_3 {
  margin-top: 1rem;
  padding-top: 0;
}

.text-span {
  color: var(--azul-2);
  font-size: 2rem;
}

.div_3_left {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 50%;
  padding-left: 2rem;
  display: flex;
}

.div_3_right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.div_discoverservices {
  background-color: var(--azul-2);
  opacity: .55;
  color: var(--fundo);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 60%;
  height: auto;
  margin-right: 5rem;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-block-17 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-family: Sentient, Georgia, sans-serif;
  font-size: .9375rem;
  font-weight: 300;
  display: flex;
}

.is-main {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main.border-null {
  cursor: pointer;
  border-top: .125rem #2e2a27;
  border-bottom: .125rem #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.list-parent {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  opacity: .8;
  color: #000;
  border-bottom-width: .0625rem;
  border-bottom-color: #000;
  align-items: center;
  width: 100%;
  padding-top: .4em;
  padding-bottom: .4em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.border-line {
  background-color: #8f8f8f;
  width: 100%;
  height: .0625rem;
  position: absolute;
  inset: auto 0% 0%;
}

.arrow {
  opacity: 0;
  width: 1.75rem;
}

.text-style-number {
  color: var(--azul-1);
  padding-top: .25rem;
  font-family: Sentient, Georgia, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.slider-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--azul-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.card-whipe {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-whipe.one, .card-whipe.five, .card-whipe.four, .card-whipe.three, .card-whipe.two {
  display: none;
}

.slider-tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 1rem;
  display: block;
}

.border-line-btm {
  z-index: 2;
  background-color: var(--azul-2);
  width: 0%;
  height: .125rem;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-style-h3 {
  color: var(--azul-1);
  font-family: Public Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.2;
}

.image_areas {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-areas {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image_sobreequipa {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
}

.image-sobreequipa {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.map_container {
  width: 100%;
  height: 446px;
}

.link-3 {
  color: var(--azul-1);
  text-decoration: none;
  -webkit-text-decoration-color: var(--azul-1);
  text-decoration-color: var(--azul-1);
}

.link-4 {
  color: var(--fundo);
  text-decoration: none;
  -webkit-text-decoration-color: var(--fundo);
  text-decoration-color: var(--fundo);
}

.link-5, .link-6 {
  color: var(--fundo);
  text-decoration: none;
}

.link-7 {
  clear: none;
  color: var(--azul-1);
  text-decoration: none;
}

.link-8 {
  color: var(--azul-1);
}

.footer-brand-icon2 {
  width: 100%;
  max-width: 31%;
  height: auto;
}

.footer-logo_blue, .image-10 {
  width: 100%;
  max-width: 50%;
  height: auto;
}

@media screen and (min-width: 1440px) {
  .paragraph-18px.faq-text {
    font-weight: 200;
  }

  .paragraph-18px.faq-text.faq_atuacao {
    width: 50vh;
    font-size: 1.25rem;
    font-weight: 200;
  }

  .container.no-top-padding {
    background-color: var(--fundo);
    height: 50vh;
    padding-bottom: 0;
  }

  .nav-links-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-color: var(--azul-1);
    justify-content: flex-end;
    align-items: center;
  }

  .hu-grid {
    grid-column-gap: 2.9375rem;
    grid-row-gap: 2.9375rem;
    max-width: 1420vw;
    padding-left: 2.0625rem;
    padding-right: 4.6875rem;
  }

  .hs-text-wrapper {
    margin-top: 3.4em;
  }

  .faq-wrapper {
    width: 43vw;
  }

  .faq-inner.team {
    margin-top: 0;
  }

  .form-text {
    color: var(--fundo);
  }

  .menu-button {
    display: none;
  }

  .contact-header {
    justify-content: flex-start;
    align-items: center;
  }

  .team {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 7.375rem;
    padding-bottom: 6.25rem;
  }

  .co-image {
    max-width: 50%;
    height: auto;
    max-height: 50%;
  }

  .eh-wrapper {
    margin-top: 3.0625rem;
  }

  .eh-text {
    color: var(--azul-1);
    width: 80%;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 130%;
  }

  .image-5 {
    z-index: 1;
  }

  .image-5._03 {
    z-index: 0;
  }

  .header {
    z-index: 0;
    height: 70vw;
  }

  .heading-2 {
    font-size: 1.875rem;
  }

  .text-block-2 {
    font-family: Public Sans, sans-serif;
    font-weight: 300;
  }

  .div_home_2 {
    margin-bottom: 0;
    padding-bottom: 5rem;
  }

  .image-section {
    width: 100%;
    overflow: hidden;
  }

  .grid {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    display: flex;
  }

  .div_home_1 {
    z-index: 2;
    position: relative;
  }

  .green-number.projects, .green-number.clients, .green-number.partners {
    font-family: Sentient, Georgia, sans-serif;
    font-weight: 300;
  }

  .faq-inner-_atuacao {
    max-width: none;
  }

  .heading-7 {
    text-align: left;
    padding-right: 21.0625rem;
    font-size: 2.1875rem;
  }

  .code-embed {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  ._w-form-done, ._w-form-fail {
    background-color: #0000;
  }

  .valuestxt_section {
    font-family: Sentient, Georgia, sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
  }

  .footer-brand-icon {
    max-width: 25%;
  }

  .background-video-2 {
    z-index: -1;
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .hero-heading-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    font-family: Sentient, Georgia, sans-serif;
  }

  .header_contenttxt-2 {
    z-index: 2;
    height: 55vw;
    display: block;
  }

  .subtext-content-2 {
    max-width: 60vw;
    height: auto;
    padding-top: 1.625rem;
  }

  .div_capavideo {
    z-index: -1;
    opacity: .52;
    background-color: #074174;
    height: 70vw;
    display: block;
  }

  .div_header_equipa {
    padding-top: 4.375rem;
    padding-bottom: 1.875rem;
  }

  .my-photo {
    aspect-ratio: auto;
    object-fit: fill;
    overflow: hidden;
  }

  .con2 {
    height: 100%;
    overflow: hidden;
  }

  .s1 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    background-size: cover;
  }

  .slider_photo {
    aspect-ratio: 2.39;
    object-fit: fill;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .equipa_txt {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: left;
    flex-flow: column;
    width: auto;
    max-width: none;
  }

  .image-7 {
    width: 3.3em;
  }

  .heading-2_team-2 {
    color: var(--azul-1);
    font-family: Sentient, Georgia, sans-serif;
    font-size: 1.0625rem;
    font-weight: 500;
  }

  .txt_mail_team-2 {
    color: var(--azul-1);
    font-family: Sentient, Georgia, sans-serif;
  }

  .txt_name_team-2 {
    color: var(--azul-1);
    font-family: Sentient, Georgia, sans-serif;
    font-weight: 300;
  }

  .txt_cv.faq-text.faq_team {
    color: var(--azul-1);
    font-weight: 300;
  }

  .div_header_valores {
    padding-top: 4.375rem;
    padding-bottom: 1.875rem;
  }

  .div-block-9 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div_header_sobre {
    padding-top: 4.375rem;
    padding-bottom: 1.875rem;
  }

  .s8 {
    background-size: cover;
    width: 100%;
    overflow: hidden;
  }

  .div_sobre_album {
    background-color: var(--fundo);
    overflow: hidden;
  }

  .main-section {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
  }

  .h2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-span {
    font-size: 2.1875rem;
  }

  .div_3_left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 60%;
  }

  .div_3_right {
    width: 100%;
  }

  .div_discoverservices {
    width: 100%;
    max-width: 60%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-17 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-top: .5rem;
    padding-left: .8125rem;
    font-family: Sentient, Georgia, sans-serif;
    font-size: .9rem;
    display: block;
  }

  .list-parent {
    color: var(--azul-2);
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .text-style-number {
    font-family: Public Sans, sans-serif;
  }

  .slider-content {
    width: 104%;
    height: auto;
    font-family: Public Sans, sans-serif;
  }

  .card-whipe.five {
    display: none;
  }

  .slider-tab {
    color: var(--azul-2);
    font-size: 1rem;
  }

  .heading-style-h3 {
    opacity: 1;
    color: var(--azul-1);
    -webkit-text-stroke-color: var(--azul-1);
    font-size: 1.3rem;
  }

  .image_areas {
    vertical-align: baseline;
    width: 100%;
    margin-top: 0;
  }

  .image-areas {
    width: 90%;
    margin-top: 0;
    padding-left: 9.1875rem;
  }

  .image_sobreequipa {
    box-sizing: border-box;
    aspect-ratio: 2.39;
    vertical-align: baseline;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .image-sobreequipa {
    width: 100%;
  }

  .mask {
    overflow: hidden;
  }

  .map_container {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 600px;
    max-height: 100%;
    position: relative;
    overflow: hidden;
  }

  .footer-brand-icon2 {
    max-width: 25%;
  }

  .footer-logo_blue {
    max-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.125rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.1875rem;
  }

  h4 {
    font-size: 1.875rem;
  }

  h5 {
    font-size: 1.5625rem;
  }

  .sg-background {
    padding-left: 0;
  }

  .paragraph-18px {
    font-size: 1.40625rem;
  }

  .sg-wrapper.typeface, .sg-wrapper.heading-box {
    grid-template-columns: 1fr;
  }

  .container.c-nav, .brand {
    z-index: 99;
    position: relative;
  }

  .nav-links-wrapper {
    z-index: 98;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--azul-1);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 3.125rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    display: none;
    position: absolute;
    inset: 6.25rem 0% auto auto;
    overflow: hidden;
  }

  .nav-links-wrapper._2 {
    background-color: #faf5ef;
  }

  .nav-link {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .ha-content {
    grid-row-gap: 3.125rem;
    flex-flow: column;
  }

  .big-image {
    height: 25rem;
  }

  .hs-text-wrapper {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    flex-flow: column;
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 0;
    display: flex;
  }

  .menu-button {
    z-index: 99;
    cursor: pointer;
    width: 2.5rem;
    display: flex;
    position: relative;
  }

  .contact-header {
    grid-row-gap: 3.125rem;
  }

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

  .team-wrapper {
    flex-flow: wrap;
  }

  .team-wrapper._2, .case-single {
    flex-flow: column;
  }

  .contact-content {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-column {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    width: 100%;
  }

  .contact-column.first {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    width: auto;
  }

  .co-image {
    width: 100%;
    max-width: 100%;
    height: 22.5rem;
  }

  .terms-content {
    grid-row-gap: 3.125rem;
  }

  .eh-wrapper {
    padding-right: 0;
  }

  .image-5 {
    bottom: -6%;
  }

  .image-5._02, .image-5._03 {
    bottom: 0%;
  }

  .header {
    height: 80vh;
  }

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

  .div_home_2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .div_img1home {
    width: 40rem;
  }

  .div_home_4 {
    padding-top: 1rem;
  }

  .grid-2 {
    flex-flow: column;
  }

  .text {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .number-wrap {
    justify-content: space-between;
  }

  .img_map {
    flex-flow: column;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .footer-brand-icon {
    max-width: 60%;
  }

  .footer_brand {
    flex-flow: column;
  }

  .footer_txtblue {
    text-align: center;
  }

  .footer_top_right {
    justify-content: center;
    align-items: flex-start;
  }

  .footer_top {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    flex-flow: column;
  }

  .paragraph-18px-2 {
    font-size: 1.40625rem;
  }

  .header_contenttxt-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: center;
    align-items: flex-start;
    margin-top: -6em;
    padding-bottom: 23.0625rem;
  }

  .subtext-content-2 {
    height: auto;
  }

  .txt_cv {
    font-size: 1.40625rem;
  }

  .txt_adress {
    font-size: 1.2rem;
  }

  .main-section {
    flex-flow: column;
    padding: 2rem 1rem 3rem;
  }

  .h2 {
    text-align: left;
    padding: 1rem 0;
  }

  .header-wrap-centre {
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div_3_left {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div_3_right {
    width: 100%;
  }

  .div_discoverservices {
    max-width: 49%;
    padding-bottom: 0;
  }

  .is-main {
    font-size: 3rem;
  }

  .list-parent {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .slider-content {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .slider-tab {
    margin-top: 1rem;
  }

  .image_areas {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    padding-top: 0;
  }

  .div-block-14 {
    object-fit: cover;
  }

  .footer-brand-icon2, .footer-logo_blue {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .sg-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .paragraph-18px {
    font-size: 1.25rem;
  }

  .container {
    padding: 4.375rem 1.25rem;
  }

  .ha-heading.white {
    padding-right: 3.125rem;
  }

  .big-image {
    height: 18.75rem;
  }

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

  .hs-text-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    display: flex;
  }

  .team-inner {
    max-width: none;
  }

  .image-5 {
    display: none;
    bottom: -12%;
  }

  .image-5._02 {
    bottom: -5%;
  }

  .container-values, .div_home_2 {
    padding: 4.375rem 1.25rem;
  }

  .grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .white-box {
    margin-bottom: 1.875rem;
  }

  .counter-wrapper {
    padding-right: 0;
    display: block;
  }

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

  .green-number {
    font-size: 3.375rem;
    line-height: 3.75rem;
  }

  .number-wrap {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1.25rem;
    padding-right: 0;
  }

  .btn_4 {
    padding-top: .2em;
    padding-bottom: .2em;
    font-size: 3rem;
  }

  .footer_links {
    text-align: center;
  }

  .footer_left-2 {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    width: 100%;
    max-width: none;
  }

  .footer_top_right {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    max-width: none;
  }

  .footer_top {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
  }

  .btn_4white {
    font-size: 3rem;
  }

  .paragraph-18px-2 {
    font-size: 1.2rem;
  }

  .hero-heading-2 {
    font-size: 4.1rem;
  }

  .header_contenttxt-2 {
    padding-bottom: 17.75rem;
  }

  .div_capavideo {
    height: 107.6%;
  }

  .footer_form, .div_header_equipa {
    padding: 4.375rem 1.25rem;
  }

  .team_image {
    width: 100%;
  }

  .txt_cv {
    font-size: 1.25rem;
  }

  .div_header_valores {
    padding: 4.375rem 1.25rem;
  }

  .txt_adress {
    font-size: 1.25rem;
  }

  .div_header_sobre {
    padding: 4.375rem 1.25rem;
  }

  .h2 {
    text-align: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div_3_left {
    justify-content: flex-start;
    align-items: center;
  }

  .div_discoverservices {
    justify-content: center;
    align-items: center;
    max-width: 72%;
  }

  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

  .image-sobreequipa {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8125rem;
  }

  h2 {
    font-size: 2.1875rem;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  .sg-background {
    padding-left: 0;
  }

  .paragraph-18px.faq-text.faq_atuacao.atuacao1 {
    text-align: left;
    font-size: 1.1rem;
  }

  .paragraph-18px.white {
    text-align: center;
  }

  .sg-text-big {
    font-size: 12.5rem;
  }

  .sg-wrapper.active-border {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    display: none;
  }

  .nav-link, .nav-link.w--current {
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .ha-heading.white {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.875rem;
    display: flex;
  }

  .big-image {
    height: 12.5rem;
  }

  .hu-grid {
    grid-column-gap: 2.1875rem;
    grid-row-gap: 2.1875rem;
    grid-template-columns: 1fr;
  }

  .hu-grid-wrapper {
    max-width: none;
    padding-right: 0;
  }

  .hs-text-wrapper {
    grid-column-gap: 1.1875rem;
    grid-row-gap: 1.1875rem;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    padding-top: 5rem;
    display: flex;
  }

  .faq-trigger {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .faq-inner.team {
    padding-left: 0;
    padding-right: 2rem;
  }

  .footer-heading {
    margin-top: 1.25rem;
    font-size: 2.1875rem;
  }

  .form-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .checkbox-field {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-button-wrapper {
    grid-column-gap: 3.4375rem;
    grid-row-gap: 3.4375rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .fb-wrapper {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-button {
    display: flex;
  }

  .team {
    margin-left: 2rem;
    margin-right: 0;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .team-wrapper._2 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .team-inner {
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .team-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-right: 45px;
  }

  .ae-text {
    width: 100%;
  }

  .case-image {
    width: 100%;
    height: 18.75rem;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

  .contact-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 3rem;
  }

  .contact-column {
    justify-content: center;
    align-items: center;
  }

  .cc-text {
    text-align: left;
  }

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

  .eh-content {
    padding-left: 0;
  }

  .eh-wrapper {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .eh-text {
    text-align: center;
    width: 100%;
  }

  .image-5 {
    display: none;
    bottom: -11%;
  }

  .image-5._02 {
    bottom: -7%;
    left: 60%;
  }

  .image-5._03 {
    bottom: -2%;
    left: 36%;
  }

  .header {
    height: 110vh;
  }

  .heading-2 {
    text-align: left;
    font-size: 1.6rem;
  }

  .heading-6 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 0;
    font-size: 1.4rem;
    display: block;
  }

  .div_home_2 {
    height: auto;
    padding: 2rem;
  }

  .grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    display: flex;
  }

  .div_img1home {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div_home_1 {
    width: auto;
    height: 100vh;
    padding-bottom: 2rem;
  }

  .div_home_4 {
    height: auto;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .grid-2 {
    height: auto;
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding: 0 5rem 2rem;
  }

  .number-content {
    width: auto;
  }

  .green-number {
    font-size: 2.5rem;
  }

  .number-wrap {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
    display: flex;
  }

  .content_team {
    margin-left: 2rem;
    margin-right: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .code-embed {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .img_map {
    flex-flow: column;
    width: 190%;
    max-width: 200vw;
  }

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

  .btn_4 {
    padding-top: .1em;
    padding-bottom: .1em;
  }

  .btn_4_text-_page {
    text-align: center;
    font-size: .8125rem;
  }

  .footer_bottom {
    grid-column-gap: 1.0625rem;
    grid-row-gap: 1.0625rem;
    flex-flow: column;
  }

  .footer-brand-icon {
    text-align: left;
    max-width: 96%;
  }

  .footer_brand {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
  }

  .footer_txtblue {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    font-family: Sentient, Georgia, sans-serif;
    font-size: .875rem;
    font-weight: 500;
  }

  .footer-bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .footer_top_right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer_links-wrap {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer_top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

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

  .paragraph-18px-2 {
    text-align: center;
    font-size: 1.125rem;
  }

  .button-wrapper-3 {
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-heading-2 {
    text-align: center;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15vw;
  }

  .header_contenttxt-2 {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5rem 5rem 10rem;
  }

  .div_capavideo {
    width: auto;
    height: 100%;
  }

  .footer_home {
    height: 100vh;
  }

  .footer_form.c-footer {
    padding: 3rem 2rem;
  }

  .footer_txt {
    text-align: center;
    font-size: .875rem;
  }

  .footer_desenvolvidowhite.is-grey {
    text-align: center;
  }

  .header_content_equipa {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    display: flex;
  }

  .team-profile-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .txt_name_team-2 {
    font-size: 2rem;
  }

  .faq-trigger-_team-2 {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    padding-left: 2rem;
  }

  .team_image {
    max-width: 80%;
  }

  .txt_cv.faq-text.faq_team {
    font-size: 1rem;
  }

  .header_content_sobre {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    display: flex;
  }

  .div_header_valores {
    display: block;
  }

  .image-9 {
    width: 8.6em;
  }

  .txt_adress {
    text-align: center;
  }

  .footer_top_left {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-11 {
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 0 3rem;
  }

  .footer_bottom-_blue {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
  }

  .footer_desenvolvidoblue.is-grey {
    text-align: center;
    flex-flow: row;
    display: block;
  }

  .main-section {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding: 0 2rem;
  }

  .h2 {
    text-align: center;
    margin-top: .5rem;
    padding: 0;
    font-size: 1.4rem;
  }

  .header-wrap-centre {
    margin-top: 1rem;
    padding: 1rem 2rem;
  }

  .div_home_3 {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .text-span {
    font-size: 1.6rem;
  }

  .div_3_left {
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div_3_right {
    width: 100%;
  }

  .div_discoverservices {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-17 {
    padding-top: .1rem;
    padding-bottom: .1rem;
    padding-left: 0;
    font-size: .7rem;
    font-weight: 500;
  }

  .slider-content {
    margin-top: 1rem;
    padding-top: 0;
  }

  .image_areas {
    max-width: 100%;
  }

  .image_sobreequipa {
    width: 100%;
  }

  .image-sobreequipa {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
  }

  .div-block-14 {
    padding-top: 2rem;
  }

  .footer-brand-icon2, .footer-logo_blue {
    text-align: left;
    max-width: 96%;
  }
}

#w-node-_803caca8-44ee-6059-d543-b89c65e93b9a-bbd36aa3, #w-node-_803caca8-44ee-6059-d543-b89c65e93bb0-bbd36aa3, #w-node-_803caca8-44ee-6059-d543-b89c65e93bc8-bbd36aa3 {
  place-self: start end;
}

@media screen and (max-width: 991px) {
  #w-node-_803caca8-44ee-6059-d543-b89c65e93b9a-bbd36aa3, #w-node-_803caca8-44ee-6059-d543-b89c65e93bb0-bbd36aa3, #w-node-_803caca8-44ee-6059-d543-b89c65e93bc8-bbd36aa3 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}