:root {
  --colors--black: #333;
  --colors--orange: #eb5b25;
  --colors--very-light-grey: #c8c8c8;
  --colors--dark-grey: #666;
  --colors--white: #f2f2f2;
  --colors--very-white: #fff;
  --colors--off-white: #f5f5f5;
  --colors--light-grey: #999;
  --relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>: black;
}

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

body {
  color: var(--colors--black);
  font-family: Porto Sans, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 4rem;
  font-weight: 700;
}

h2 {
  color: var(--colors--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3rem;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

a {
  color: var(--colors--black);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1), opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  border-radius: 1.2rem;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  z-index: 9999;
  background-color: var(--colors--orange);
  border-radius: 20rem;
  width: 80%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  line-height: 1.5;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 30px;
  position: relative;
}

.container.is-cta {
  background-color: #ebebeb;
}

.container.is-team {
  padding-right: 90px;
}

.paragraph-tiny {
  font-size: .75rem;
  line-height: 1.8;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.3;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  line-height: 1.5;
}

.paragraph-bigger.cc-bigger-white-light {
  color: var(--colors--very-light-grey);
  font-size: 1.5rem;
  line-height: 1.2;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 10px;
  margin-right: 10px;
  padding: 12px 25px;
  font-size: .75rem;
  line-height: 2;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 1rem;
  line-height: 2;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.is-team-button {
  border: 2px solid var(--colors--orange);
  color: var(--colors--black);
  background-color: #0000;
  align-self: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
}

.label {
  color: var(--colors--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
  font-size: .75rem;
  line-height: 1.6;
}

.label.cc-light {
  opacity: .6;
  color: var(--colors--dark-grey);
  font-size: .8rem;
}

.label.is-left {
  color: var(--colors--orange);
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 700;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .8;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Porto Serif, Georgia, sans-serif;
  font-size: 4rem;
  font-style: italic;
  line-height: 1.2;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 1.3;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: .9rem;
  line-height: 1.7;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 9001;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-wrap {
  z-index: 9001;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 9000;
  background-color: #fff;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-item {
  color: var(--colors--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: .8rem;
  line-height: 1.5;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.navigation-item:hover {
  opacity: 1;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--colors--orange);
  font-weight: 400;
  transition-duration: .3s;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.is-news {
  background-color: var(--colors--orange);
  color: var(--colors--white);
  border-radius: 1rem;
  padding: 10px 18px;
  font-weight: 400;
}

.navigation-item.is-news.w--current {
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-image {
  border-radius: 0;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000080, #00000080), url('../images/img.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 1.2rem;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  display: grid;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
  display: none;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.3;
}

.noticias-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1.5fr;
  align-items: center;
  margin-bottom: 80px;
}

.noticias-grid.cc-about-2 {
  grid-template-columns: 1.5fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer3_link {
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .1rem;
  font-size: .9rem;
  text-decoration: none;
}

.footer3_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_left-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.text-size-small {
  font-size: .9rem;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-end start;
  font-weight: 400;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-tiny {
  margin: .4rem 0 1rem;
}

.margin-bottom.margin-medium {
  margin: .1rem 0;
}

.margin-bottom.margin-small {
  margin: .6rem 0 1.2rem;
}

.margin-bottom.margin-medium, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  height: 100%;
}

.footer3_details-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  align-items: stretch;
  display: flex;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer3_credit-text {
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.line-divider-2 {
  background-color: #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.footer-component {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-link {
  font-size: .9rem;
  text-decoration: none;
  display: inline-block;
}

.header-section {
  z-index: 1;
  height: 70svh;
  max-height: 70svh;
  position: relative;
}

.about-section {
  z-index: 1;
  background-color: var(--colors--very-white);
  padding-top: 10rem;
  padding-bottom: 3.5rem;
  position: relative;
}

.footer-section {
  border-top: 5px solid var(--colors--orange);
  background-color: var(--colors--off-white);
}

.heading {
  font-size: 3rem;
  line-height: 1.3;
}

.heading-2 {
  font-size: 2.3rem;
  line-height: 1.5;
}

.heading-3 {
  font-size: 2rem;
  line-height: 1.5;
}

.heading-4 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.heading-5 {
  font-size: 1rem;
  line-height: 1.7;
}

.nav-itens-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.whole-body-wrapper {
  z-index: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.nav-box-shadow {
  z-index: 8999;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.nav-logo-img {
  border-radius: 0;
  width: 6rem;
  height: auto;
}

.dropdown-link {
  font-size: .7rem;
  transition: opacity .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--colors--black);
  font-weight: 700;
}

.dropdown-link.w--current:lang(en) {
  color: var(--colors--black);
}

.dropdown-list.w--open {
  background-color: var(--colors--very-white);
  border-radius: 15px;
}

.dropdown-list.w--open:hover {
  opacity: 1;
}

.org-section {
  border-radius: 1.5rem;
  margin-bottom: 2rem;
}

.org-logos-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px 0 45px;
  display: flex;
}

.org-logo-img {
  border-radius: 0;
  width: 10.5rem;
  height: auto;
}

.org-logo-img.is-hands {
  width: 12.5rem;
}

.org-logo-img.is-ese {
  width: 8rem;
}

.org-logos {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.apoio-section {
  margin-bottom: 2rem;
}

.apoios-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: stretch stretch;
  display: grid;
}

.apoio-text {
  color: var(--colors--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}

.apoios-button {
  border: 1px solid var(--colors--very-light-grey);
  background-color: var(--colors--very-white);
  text-align: center;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 1rem;
  transition: opacity .2s, all .2s cubic-bezier(.77, 0, .175, 1), all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  box-shadow: 0 0 #0000, 0 .8px .2px #00000008, 0 1.6px .5px #0000000a, 0 2.8px 1.1px #0000000b, 0 4.7px 2.2px #0000000c, 0 8px 4.7px #0000000c, 0 14.3px 10px #0000000d, 0 29.5px 23.3px #0000000e;
}

.contact-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.h1-heading {
  text-transform: none;
  font-family: Porto Serif, Georgia, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.h2-slug {
  text-align: left;
  text-transform: none;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.h2-slug.is-en {
  font-style: italic;
}

.scroll-motion {
  z-index: 2;
  background-color: var(--colors--very-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15svh;
  max-height: 20svh;
  margin-bottom: -8rem;
  display: flex;
  position: relative;
}

.scroll-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.scroll-down-type {
  font-size: 0.6rem;
  text-transform: uppercase;

}

.lottie-scroll {
  filter: contrast(200%) invert();
  width: 400px;
}

.link-block {
  justify-content: center;
  align-items: center;
  height: 30%;
  display: flex;
  overflow: hidden;
}

.h3-slug {
  text-align: left;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.h3-slug.is-en {
  font-style: italic;
}

.project-section {
  z-index: 0;
  background-color: var(--colors--very-white);
  margin-top: -3rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
}

.timeline-section {
  z-index: -4;
  margin-top: -6rem;
  padding-top: 6rem;
  padding-bottom: 2rem;
  position: relative;
}

.timeline-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline-item {
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: 35rem;
  grid-template-columns: 1fr 160px 1fr;
  width: 100%;
  padding-top: 10em;
  padding-bottom: 6em;
}

.timeline-item.is-shorter {
  grid-template-rows: 27rem;
}

.timeline-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: -1.8rem;
  display: flex;
}

.timeline-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.4rem;
  display: flex;
}

.timeline-right {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.timeline-circle {
  z-index: 4;
  background-color: var(--colors--orange);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: sticky;
  top: 50vh;
}

.h4-timeline {
  margin-top: 0;
  font-size: 2.5rem;
}

.h3-timeline {
  color: var(--colors--black);
  text-transform: uppercase;
  margin-top: .3rem;
  position: sticky;
  top: 48.3vh;
}

.txt-timeline-raggedright {
  padding-bottom: 1.2em;
  font-size: 1.2rem;
  line-height: 1.5;
}

.txt-timeline-raggedright.is-en {
  font-style: italic;
}

.timeline-progress-bar {
  z-index: -3;
  background-color: var(--colors--light-grey);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 3px;
  height: 104%;
  margin-top: -9rem;
  position: absolute;
}

.timeline-progress-indicator {
  z-index: -2;
  background-color: var(--colors--orange);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 3px;
  height: 50vh;
  position: fixed;
  bottom: 50vh;
}

.resultados-section {
  background-color: var(--colors--very-white);
  margin-top: -3rem;
  padding-top: 10rem;
  padding-bottom: 3.5rem;
}

.close-off {
  z-index: 3;
  background-color: var(--colors--very-white);
  width: 6px;
  height: 100px;
  margin-top: -7.3rem;
  margin-bottom: -35px;
  position: relative;
}

.parcerias-section {
  background-color: var(--colors--very-white);
}

.equipa-section {
  background-color: var(--colors--very-white);
  padding-bottom: 3.5rem;
}

.timeline-list {
  color: var(--colors--black);
  padding-left: 65px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.timeline-list-item {
  color: var(--colors--black);
  padding-bottom: 9px;
  font-size: 1.1rem;
}

.timeline-list-item.is-en {
  font-style: italic;
}

.h3-timeline-en {
  font-style: italic;
  font-weight: 300;
}

.logo1_logo {
  border-radius: 0;
  max-height: 3.5rem;
}

.logo1_logo.is-pporto {
  max-width: 9rem;
}

.logo1_logo.is-ese {
  max-height: 5rem;
}

.logo1_logo.is-caixa {
  max-height: 4rem;
}

.logo1_logo.is-uc {
  max-height: 5.5rem;
}

.logo1_logo.is-uc-psico {
  max-height: 7rem;
}

.logo1_logo.is-fct {
  max-height: 3.2rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.logo1_component {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.section_logo1 {
  margin-top: -7rem;
  padding-top: 10rem;
  padding-bottom: 3rem;
}

.text-size-medium {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.125rem;
}

.text-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  padding-bottom: 3rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

.label-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.walsh-paragraph-small {
  color: var(--colors--dark-grey);
  margin-bottom: 0;
  font-family: Porto Sans, Tahoma, sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
}

.walsh-heading-small {
  color: var(--colors--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Porto Sans, Tahoma, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-icon-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-bottom: 10px;
  display: flex;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  border: 3px solid var(--colors--orange);
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.walsh-main-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.walsh-last {
  z-index: 5;
  border: 2px solid var(--colors--orange);
  background-color: var(--colors--very-white);
  box-shadow: 5px 5px 0 0 var(--colors--orange);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 10px;
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: relative;
}

.walsh-last:hover {
  box-shadow: 10px 10px 0 0 var(--colors--orange);
  transform: translate(-3px, -3px);
}

.walsh-last:active {
  box-shadow: 0 0 0 0 var(--colors--orange);
  transform: translate(1px, 1px);
}

.under-dev {
  text-align: left;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
}

.under-dev.is-italic {
  text-align: left;
  font-style: italic;
  font-weight: 300;
}

.h3-results {
  border-bottom: 2px solid var(--colors--orange);
  text-align: left;
  border-radius: 0;
  font-weight: 400;
}

.h3-results.is-right {
  text-align: right;
}

.h3-results.is-en {
  font-style: italic;
  font-weight: 300;
}

.results-wrapper {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 3rem;
  display: flex;
}

.arrow-icon {
  width: 15px;
  margin-right: .5rem;
  transition: opacity .2s, all .2s cubic-bezier(.77, 0, .175, 1);
  transform: rotate(-45deg);
}

.team-job-txt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.team-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.team-social-link {
  color: var(--relume-library-lite--rl-black\<deleted\|variable-a7d61fee\>);
}

.team-social-grid {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: grid;
}

.team-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.team-name-txt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacing-block {
  width: 100%;
  padding-bottom: 1.5rem;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-img-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.team-card {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  padding-bottom: 2rem;
  display: grid;
}

.team-spacing-block-big {
  width: 100%;
  padding-bottom: 5rem;
}

.team-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.team-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.right-wrapper {
  text-align: right;
}

.section-spacer {
  background-color: var(--colors--very-white);
  margin-top: -3rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12rem;
}

.number-wrapper {
  background-color: var(--colors--black);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.number {
  color: var(--colors--very-white);
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}

.timeline-right-en {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.lang-button-wrapper {
  z-index: 9999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 15%;
  margin-bottom: 4rem;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: sticky;
  top: 50svh;
}

.lang-button {
  background-color: var(--colors--dark-grey);
  cursor: pointer;
  border-radius: 1rem;
  padding: 10px 20px;
}

.lang-paragraph {
  color: var(--colors--white);
  font-size: 1rem;
}

.arrow-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.partners-en {
  font-style: italic;
  font-weight: 400;
}

.team-grid-en {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  padding-bottom: 2rem;
  display: grid;
}

.lang-button-wrapper-team {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  min-width: 8rem;
  max-width: 10%;
  margin-bottom: 4rem;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: sticky;
  top: 50svh;
}

.lang-button-team {
  background-color: var(--colors--dark-grey);
  cursor: pointer;
  border-radius: 1rem;
  padding: 10px 20px;
}

.team-arrow {
  width: 15px;
}

.team-over-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-mobile-section {
  z-index: 2000;
  background-color: var(--colors--very-white);
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
  position: relative;
}

.slide-projects {
  width: 90%;
  height: auto;
  padding-left: 50px;
  padding-right: 50px;
}

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

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

.slide-nav {
  inset: auto 0% -15%;
}

.mask {
  height: auto;
  overflow: visible;
}

.noticias-wrapper {
  position: relative;
}

.inline-link {
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.pt-en-wrapper {
  cursor: pointer;
}

.pt-en-button {
  border: 2px solid #0006;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  padding: 7px 18px;
}

.pt-en-button:hover {
  background-color: var(--colors--off-white);
  border-color: #000c;
}

.pt-en-p {
  margin-bottom: 0;
  font-size: .9rem;
}

.pt-section, .en-section {
  display: block;
}

.ol-list {
  opacity: .8;
}

.superscript {
  font-size: 1.2rem;
}

.img-noticias {
  border: 2px solid #0003;
}

.linkedin-profile, .orcid-prifle, .go-to-about-section {
  display: none;
}

@media screen and (min-width: 1280px) {
  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-grid-en {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-bigger.cc-bigger-white-light {
    color: var(--colors--very-light-grey);
    font-size: 1rem;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 3rem;
  }

  .paragraph-small {
    font-size: .8rem;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    border-radius: 0;
    display: block;
  }

  .menu {
    display: block;
    position: static;
  }

  .navigation-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #fff;
    position: static;
  }

  .navigation {
    height: 75px;
    padding: 25px 30px;
    position: sticky;
  }

  .navigation-item {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
    line-height: 1.5;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    z-index: 9998;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #fff;
    flex-direction: column;
    flex: none;
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    box-shadow: 0 2px 8px #0003;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

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

  .home-section-wrap {
    text-align: left;
  }

  .noticias-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .noticias-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 2fr 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-component {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .header-section {
    min-height: auto;
  }

  .footer-section {
    z-index: 10000;
    position: relative;
  }

  .nav-itens-wrapper {
    z-index: 9999;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .nav-logo-img {
    width: 6.5rem;
  }

  .org-logo-img {
    width: 8rem;
  }

  .org-logo-img.is-hands {
    width: 10rem;
  }

  .org-logo-img.is-ese {
    width: 6rem;
  }

  .apoios-wrapper {
    flex-flow: wrap;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .h1-heading {
    font-size: 2.5rem;
  }

  .timeline-item {
    grid-template-columns: 1fr 100px 1fr;
  }

  .h3-timeline {
    font-size: 1.5rem;
  }

  .txt-timeline-raggedright {
    font-size: 1rem;
  }

  .timeline-list {
    padding-left: 20px;
  }

  .timeline-list-item {
    font-size: .9rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .h3-results {
    font-size: 1.5rem;
  }

  .team-img-wrapper {
    display: none;
  }

  .team-card {
    border: 2px solid var(--colors--orange);
    border-radius: 1rem;
    padding: 0 20px 15px;
  }

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

  .team-spacing-block-big {
    padding-bottom: 4.5rem;
  }

  .left-wrapper {
    padding-right: 30%;
  }

  .lang-paragraph {
    font-size: .8rem;
  }

  .team-grid-en {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .inline-link {
    font-size: 1rem;
  }

  .pt-en-button {
    padding: 5px 15px;
  }

  .pt-en-p {
    font-size: .8rem;
  }

  .ol-list {
    font-size: 1rem;
  }

  .news-div {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container.is-team {
    padding-right: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: .8rem;
  }

  .button.is-team-button {
    padding: 4px 15px;
    font-size: .6rem;
  }

  .label.is-left {
    font-size: .7rem;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 2.1rem;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .paragraph-small {
    display: none;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    height: 45px;
    padding: 10px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    padding-top: 20px;
  }

  .motto-wrap {
    width: 100%;
    padding-top: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .noticias-grid {
    grid-row-gap: 15px;
    margin-bottom: 40px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_social-list {
    justify-content: center;
    display: flex;
  }

  .footer3_link {
    font-size: .7rem;
  }

  .footer3_left-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .footer3_link-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer3_menu-wrapper {
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

  .footer3_logo-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer3_legal-list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr 1fr;
    grid-auto-flow: row;
  }

  .footer3_top-wrapper {
    grid-row-gap: 1.25rem;
    grid-template: "."
                   "."
                   / 2fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .line-divider-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .header-section {
    height: 60svh;
    max-height: 60svh;
  }

  .about-section {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .nav-itens-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .nav-logo-img {
    width: 4rem;
  }

  .org-logo-img {
    width: 5.5rem;
  }

  .org-logo-img.is-hands {
    width: 7rem;
  }

  .org-logo-img.is-ese {
    width: 4rem;
  }

  .apoio-text {
    font-size: .8rem;
  }

  .apoios-button {
    border-radius: .8rem;
    padding: 15px;
  }

  .h1-heading {
    font-size: 1.5rem;
  }

  .h2-slug {
    font-size: 1.1rem;
  }

  .scroll-motion {
    height: 20svh;
    max-height: 20svh;
    margin-bottom: 0;
  }

  .scroll-icon-wrapper {
    overflow: visible;
  }

  .lottie-scroll {
    width: 250px;
  }

  .link-block.w--current {
    height: 100%;
    overflow: visible;
  }

  .h3-slug {
    font-size: .9rem;
  }

  .project-section {
    padding-top: 5rem;
    padding-bottom: 1rem;
    display: none;
  }

  .timeline-item {
    padding-top: 0;
    padding-bottom: .5em;
  }

  .timeline-item.is-shorter {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .timeline-item.is-last {
    padding-bottom: 6em;
  }

  .h3-timeline {
    font-size: 1rem;
  }

  .txt-timeline-raggedright {
    font-size: .8rem;
  }

  .resultados-section {
    margin-top: 0;
    padding-top: 2rem;
  }

  .close-off {
    margin-top: -7.5rem;
    margin-bottom: -65px;
  }

  .timeline-list-item {
    font-size: .7rem;
  }

  .logo1_logo {
    max-height: 2rem;
  }

  .padding-section-medium {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .logo1_component {
    padding-top: 1rem;
  }

  .section_logo1 {
    margin-top: -2rem;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .max-width-large.align-center {
    padding-bottom: .5rem;
  }

  .walsh-paragraph-small {
    text-align: left;
    font-size: .8em;
  }

  .walsh-heading-small {
    text-align: left;
    margin-bottom: 0;
    font-size: .9em;
  }

  .walsh-rounded-box {
    grid-row-gap: 1em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .under-dev {
    font-size: .8rem;
  }

  .h3-results {
    font-size: 1rem;
  }

  .team-job-txt {
    text-align: left;
    font-size: .8rem;
  }

  .team-paragraph {
    text-align: left;
    font-size: .8rem;
    display: none;
  }

  .team-name-txt {
    text-align: left;
    font-size: 1.2rem;
  }

  .spacing-block {
    padding-bottom: 1.25rem;
  }

  .team-img-wrapper {
    height: 100%;
  }

  .team-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .team-list-wrapper {
    width: 100%;
  }

  .team-spacing-block-big {
    padding-bottom: 3rem;
  }

  .section-spacer {
    padding-top: 5rem;
  }

  .number-wrapper {
    width: 25px;
    height: 25px;
  }

  .number {
    font-size: .9rem;
  }

  .lang-button-wrapper {
    margin-bottom: 0;
  }

  .lang-paragraph {
    font-size: .6rem;
  }

  .team-grid-en {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: none;
  }

  .lang-button-wrapper-team {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    min-width: 4.5rem;
    max-width: 5.5rem;
  }

  .team-over-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .project-mobile-section {
    width: 100%;
    display: block;
  }

  .slide-projects {
    width: 85%;
    padding-left: 30px;
    padding-right: 0;
  }

  .slider {
    width: 100vw;
    margin-left: -30px;
  }

  .left-arrow {
    z-index: 10000;
    float: left;
    background-image: linear-gradient(0deg, #fff, #fff0);
    height: 40px;
    display: block;
    position: sticky;
    inset: auto auto 0% 0%;
  }

  .right-arrow {
    z-index: 10000;
    float: right;
    background-image: linear-gradient(0deg, #fff, #fff0);
    height: 40px;
    display: block;
    position: sticky;
    inset: auto 0% 0% auto;
  }

  .slide-nav {
    z-index: 9999;
    background-image: linear-gradient(0deg, #fff, #fff0);
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: .8rem;
    display: flex;
    position: sticky;
    bottom: 0%;
  }

  .mask {
    overflow: hidden;
  }

  .arrow-icon-slider {
    filter: invert();
    font-size: 1rem;
  }

  .pt-en-button {
    padding: 3px 10px;
  }

  .pt-en-p {
    font-size: .7rem;
  }

  .pt-section, .en-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-family: Porto Sans, Tahoma, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
  }

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

  .container {
    width: 100%;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: .7rem;
  }

  .button {
    padding: 7px 15px;
  }

  .label.cc-light {
    font-size: .7rem;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: left;
    font-size: .9rem;
    line-height: 1.3;
  }

  .heading-jumbo {
    font-size: 1.5rem;
  }

  .heading-jumbo-small {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: .7rem;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    min-height: 100svh;
    max-height: 100svh;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-content.cc-homepage {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .home-section-wrap {
    margin-bottom: 15px;
  }

  .section-heading {
    font-size: 1.2rem;
  }

  .noticias-grid {
    margin-bottom: 30px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_link {
    text-align: center;
  }

  .footer3_legal-link {
    font-size: .6rem;
    line-height: 1.2;
  }

  .footer3_left-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer3_link-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .footer3_top-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer3_credit-text {
    font-size: .7rem;
    line-height: 1.4;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-section {
    height: 70svh;
    max-height: 70svh;
  }

  .nav-itens-wrapper {
    flex-wrap: wrap;
  }

  .org-logos {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .apoios-wrapper {
    flex-flow: column;
  }

  .body {
    max-width: 100svh;
  }

  .scroll-motion {
    height: 20svh;
    min-height: 20svh;
    max-height: 20svh;
  }

  .timeline-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: 35rem;
    grid-template-columns: 1fr .5fr 3fr;
  }

  .timeline-item.is-shorter {
    grid-template-rows: 25rem;
  }

  .timeline-item.is-last {
    grid-template-rows: 35rem;
  }

  .h4-timeline {
    font-size: 2rem;
  }

  .h3-timeline {
    font-size: .8rem;
  }

  .txt-timeline-raggedright {
    font-size: .7rem;
  }

  .timeline-progress-bar {
    left: 28%;
  }

  .close-off {
    width: 8px;
    height: 183px;
    position: absolute;
    inset: auto auto 0% 27%;
  }

  .timeline-list-item {
    font-size: .7rem;
  }

  .logo1_component {
    justify-content: center;
  }

  .walsh-paragraph-small {
    font-size: .8em;
  }

  .walsh-heading-small {
    font-size: .9em;
  }

  .walsh-rounded-box {
    padding: 30px;
  }

  .walsh-main-grid {
    grid-row-gap: 1em;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .under-dev {
    font-size: .7rem;
  }

  .h3-results {
    font-size: 1.1rem;
  }

  .results-wrapper {
    padding-bottom: 1.5rem;
  }

  .team-img-wrapper {
    padding-top: 66%;
  }

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

  .lang-button-wrapper {
    max-width: 30%;
    top: 90svh;
  }

  .text-block {
    font-size: .7rem;
  }
}

#w-node-_082b3b4a-e18f-8183-a06e-15356dd9ba31-029233b2, #w-node-_5c0a72f1-f43e-53da-49c7-f5d4f0a68da0-029233b2, #w-node-c513647c-fa47-efbf-0ac1-f2fbe9977a20-029233b2, #w-node-c513647c-fa47-efbf-0ac1-f2fbe9977a26-029233b2, #w-node-_78302f6c-a5f2-73e9-fee6-869977cb1363-029233b2, #w-node-_78302f6c-a5f2-73e9-fee6-869977cb1369-029233b2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9b8f8f18-ecd2-1f2d-eafd-eb55f8b74c6d-029233b2, #w-node-_9b8f8f18-ecd2-1f2d-eafd-eb55f8b74c75-029233b2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_9b8f8f18-ecd2-1f2d-eafd-eb55f8b74c85-029233b2 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_9b8f8f18-ecd2-1f2d-eafd-eb55f8b74c7d-029233b2 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_9b8f8f18-ecd2-1f2d-eafd-eb55f8b74c8d-029233b2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_84923585-131b-086f-0563-d08c20d1e3d1-029233b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84923585-131b-086f-0563-d08c20d1e3f1-029233b2 {
  align-self: center;
}

#w-node-_495d9df7-4c99-3bc5-11ca-cab2495b4db3-e24895f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_495d9df7-4c99-3bc5-11ca-cab2495b4dbe-e24895f1, #w-node-_07d185f5-bb5b-c47b-649e-a746ad180fef-e24895f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_07d185f5-bb5b-c47b-649e-a746ad180ffa-e24895f1, #w-node-_1245b851-100e-db98-bcdf-19662fabcf2a-e24895f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1245b851-100e-db98-bcdf-19662fabcf35-e24895f1, #w-node-_495d9df7-4c99-3bc5-11ca-cab2495b4dc0-e24895f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_495d9df7-4c99-3bc5-11ca-cab2495b4dcb-e24895f1, #w-node-ef19cb5b-a44d-63c3-6821-baf0a659d1ee-e24895f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ef19cb5b-a44d-63c3-6821-baf0a659d1fc-e24895f1, #w-node-b2012d81-58de-a85e-e6eb-6ed76e824b23-e24895f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b2012d81-58de-a85e-e6eb-6ed76e824b2c-e24895f1, #w-node-_512b6d9a-d939-7bc9-63b7-0c35cd7718df-e24895f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_512b6d9a-d939-7bc9-63b7-0c35cd7718ea-e24895f1, #w-node-_891e3fb8-fd3e-b880-3bed-23e2106f2d45-e24895f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_891e3fb8-fd3e-b880-3bed-23e2106f2d50-e24895f1, #w-node-c4e14fc4-075a-afc9-f267-8a4d74a97b18-e24895f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c4e14fc4-075a-afc9-f267-8a4d74a97b20-e24895f1, #w-node-_981cae7e-e0cb-4aa3-e5c1-8617d5a6ee9c-e24895f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_981cae7e-e0cb-4aa3-e5c1-8617d5a6eea7-e24895f1, #w-node-_5c51f35d-309a-81e0-e85e-dd4744ea5d7a-e24895f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5c51f35d-309a-81e0-e85e-dd4744ea5d84-e24895f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714a2-e24895f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714ab-e24895f1, #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714ad-e24895f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714b3-e24895f1, #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714b5-e24895f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714c3-e24895f1, #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714c5-e24895f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714ce-e24895f1, #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714d0-e24895f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714db-e24895f1, #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714dd-e24895f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714e8-e24895f1, #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714ea-e24895f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714f2-e24895f1, #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714f4-e24895f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714ff-e24895f1, #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a71501-e24895f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a71509-e24895f1, #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a71524-e24895f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a7153d-e24895f1, #w-node-_58f01ab2-4119-7b25-9228-657eff1d940b-e24895f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_58f01ab2-4119-7b25-9228-657eff1d9417-e24895f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc34d266-f094-5861-570c-2b278993a86f-e24895f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc34d266-f094-5861-570c-2b278993a88f-e24895f1 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-bcd71f8a-ae3a-718c-aad4-35afdab5cdef-029233b2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9b8f8f18-ecd2-1f2d-eafd-eb55f8b74c6d-029233b2, #w-node-_9b8f8f18-ecd2-1f2d-eafd-eb55f8b74c75-029233b2, #w-node-_9b8f8f18-ecd2-1f2d-eafd-eb55f8b74c85-029233b2, #w-node-_9b8f8f18-ecd2-1f2d-eafd-eb55f8b74c7d-029233b2, #w-node-_9b8f8f18-ecd2-1f2d-eafd-eb55f8b74c8d-029233b2 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_27ff465d-ed9c-283f-6205-7fe88e650025-b27a4e25 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_495d9df7-4c99-3bc5-11ca-cab2495b4db3-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_495d9df7-4c99-3bc5-11ca-cab2495b4dbe-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_07d185f5-bb5b-c47b-649e-a746ad180fef-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_07d185f5-bb5b-c47b-649e-a746ad180ffa-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1245b851-100e-db98-bcdf-19662fabcf2a-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1245b851-100e-db98-bcdf-19662fabcf35-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_495d9df7-4c99-3bc5-11ca-cab2495b4dc0-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_495d9df7-4c99-3bc5-11ca-cab2495b4dcb-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ef19cb5b-a44d-63c3-6821-baf0a659d1ee-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ef19cb5b-a44d-63c3-6821-baf0a659d1fc-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b2012d81-58de-a85e-e6eb-6ed76e824b23-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b2012d81-58de-a85e-e6eb-6ed76e824b2c-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_512b6d9a-d939-7bc9-63b7-0c35cd7718df-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_512b6d9a-d939-7bc9-63b7-0c35cd7718ea-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_891e3fb8-fd3e-b880-3bed-23e2106f2d45-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_891e3fb8-fd3e-b880-3bed-23e2106f2d50-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c4e14fc4-075a-afc9-f267-8a4d74a97b18-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c4e14fc4-075a-afc9-f267-8a4d74a97b20-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_981cae7e-e0cb-4aa3-e5c1-8617d5a6ee9c-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_981cae7e-e0cb-4aa3-e5c1-8617d5a6eea7-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5c51f35d-309a-81e0-e85e-dd4744ea5d7a-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5c51f35d-309a-81e0-e85e-dd4744ea5d84-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714a2-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714ab-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714ad-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714b3-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714b5-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714c3-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714c5-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714ce-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714d0-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714db-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714dd-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714e8-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714ea-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714f2-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714f4-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a714ff-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a71501-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a71509-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a71524-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f8655e9-ef7c-fd9e-7c5e-f57375a7153d-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58f01ab2-4119-7b25-9228-657eff1d940b-e24895f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_58f01ab2-4119-7b25-9228-657eff1d9417-e24895f1 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Porto Sans';
  src: url('../fonts/PortoSans-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Porto Sans';
  src: url('../fonts/PortoSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Porto Serif';
  src: url('../fonts/PortoSerif-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Porto Sans';
  src: url('../fonts/PortoSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Porto Serif';
  src: url('../fonts/PortoSerif-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Porto Serif';
  src: url('../fonts/PortoSerif-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Porto Serif';
  src: url('../fonts/PortoSerif-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Porto Sans';
  src: url('../fonts/PortoSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Porto Serif';
  src: url('../fonts/PortoSerif-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Porto Sans';
  src: url('../fonts/PortoSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Porto Serif';
  src: url('../fonts/PortoSerif-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Porto Sans';
  src: url('../fonts/PortoSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
