:root {
  --color--background: var(--light--background);
  --dark--text-primary: var(--swatch--white);
  --light--text-primary: var(--swatch--dark);
  --dark--background: var(--swatch--dark);
  --dark--text-secondary: var(--swatch--off-white);
  --swatch--stroke-dark: #2c2c2c;
  --dark--text-tertiary: var(--swatch--grey);
  --light--background: var(--swatch--light);
  --swatch--dark: #0a0f12;
  --dark--link-disable: var(--swatch--link-disable-dark);
  --swatch--white: white;
  --color--text: var(--light--text-primary);
  --light--button-stroke: var(--swatch--button-stroke-light);
  --swatch--grey: #949494;
  --swatch--text-secondary-ligh: #151515;
  --swatch--stroke-light: #e5e5e5;
  --swatch--text-tertiary-light: #646a69;
  --dark--stroke: var(--swatch--stroke-dark);
  --swatch--grey-tag: #191d20;
  --dark--text-quaternary: var(--swatch--text-quaternary-dark);
  --swatch--blue-span: #146ef5;
  --swatch--text-quaternary-light: #575757;
  --light--text-tertiary: var(--swatch--text-tertiary-light);
  --swatch--grey-number-tag: #303940;
  --color--text-secondary: white;
  --color--button-text: white;
  --light--stroke: var(--swatch--stroke-light);
  --light--text-secondary: var(--swatch--text-secondary-ligh);
  --light--text-quaternary: var(--swatch--text-quaternary-light);
  --swatch--light: #f2f2f2;
  --swatch--off-white: #e2e5e3;
  --swatch--link-disable-dark: #818181;
  --swatch--text-quaternary-dark: #9b9b9b;
  --swatch--button-stroke-light: #707071;
}

body {
  background-color: var(--color--background);
  color: #333;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 6.625rem;
}

h2 {
  color: var(--light--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 72px;
}

h3 {
  color: var(--dark--background);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 48px;
}

h4 {
  color: var(--dark--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

a {
  text-decoration: underline;
}

.header-section {
  z-index: 1;
  background-color: var(--dark--background);
  max-height: 88vh;
  position: relative;
}

.header-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  max-width: 75.0625rem;
  padding-top: 2.5rem;
  padding-left: 5rem;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-header {
  padding-top: 7.1875rem;
  padding-bottom: 7.5rem;
}

.title-header-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.title-header-container.max-width {
  max-width: 70%;
}

.title-img-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-img-content-container {
  background-color: #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 6px;
  max-width: 6rem;
  height: 3rem;
  max-height: 3rem;
  display: flex;
  overflow: hidden;
}

.title-img-content-container.hide-mobile {
  border-radius: 99px;
}

.img-title {
  flex: 1;
  align-self: flex-end;
  min-width: 6rem;
  position: relative;
  top: 5px;
}

.grey-heading-span {
  color: #949494;
}

.subtitle-header-container {
  justify-content: flex-end;
  padding-right: 1.25rem;
  display: flex;
}

.subtitle-header-container.is-project, .subtitle-header-container.aligh-left {
  justify-content: flex-start;
}

.text-size-medium {
  letter-spacing: -.009px;
  font-size: 1.375rem;
  line-height: 2.25rem;
}

.text-size-medium.text-color-dark-secondary {
  color: var(--dark--text-secondary);
}

.text-size-medium.text-color-dark-primary.text-style-all-caps {
  text-transform: uppercase;
}

.text-size-medium.text-color-dark-primary.text-style-all-caps.hide {
  display: none;
}

.subtitle-header-content-wrapper {
  max-width: 34rem;
}

.projetos-section {
  position: relative;
  overflow: hidden;
}

.projetos-section.project-variantion {
  z-index: 6;
  background-color: var(--dark--background);
}

.padding-section-projetos {
  padding-bottom: 4rem;
}

.projetos-title-container {
  border-top: 1px solid var(--swatch--stroke-dark);
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.text-size-regular {
  font-size: 1.125rem;
  line-height: 150%;
}

.text-size-regular.text-color-dark-tertiary._22px-height {
  line-height: 22px;
}

.text-size-very-large {
  font-size: 1.5rem;
  line-height: 120%;
}

.text-size-very-large.text-weight-medium {
  font-weight: 500;
}

.text-size-very-large.text-weight-medium.text-color-dark-primary {
  color: var(--dark--text-primary);
}

.text-size-very-large.text-weight-medium._24px-height {
  line-height: 24px;
}

.projeto-title-content-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.text-size-very-tiny {
  font-size: .75rem;
  line-height: 120%;
}

.text-size-very-tiny.text-color-dark-tertiary, .text-color-dark-tertiary {
  color: var(--dark--text-tertiary);
}

.projetos-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.about-section {
  background-color: var(--light--background);
}

.nav-header {
  z-index: 1000;
  background-color: var(--dark--background);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 5rem;
  display: flex;
  position: fixed;
}

.nav-header._404 {
  background-color: #000;
}

.nav-container {
  flex: 1;
  justify-content: space-between;
  padding: .25rem 2.5rem;
}

.logo-link-block {
  color: #fff;
  letter-spacing: .96px;
  text-transform: uppercase;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: 1rem;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-header-link {
  border-bottom: 1px solid var(--swatch--dark);
  color: var(--dark--link-disable);
  justify-content: flex-start;
  align-items: center;
  margin: 1rem;
  padding: .25rem 0;
  font-size: 1.125rem;
  transition: all .5s ease-in-out;
  position: relative;
}

.nav-header-link:hover {
  border-bottom: 1px solid var(--swatch--white);
  color: var(--dark--text-primary);
}

.nav-header-link.w--current {
  color: var(--dark--text-primary);
  transition: all .5s ease-in-out;
}

.nav-header-link.last {
  margin-right: 0;
  padding-right: 0;
}

.nav-header-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projeto-card-container {
  margin-right: 1rem;
}

.mask-projetos {
  width: 25.5rem;
  height: 33rem;
  overflow: visible;
}

.projetos-slider {
  background-color: #0000;
  height: 100%;
  overflow: visible;
}

.projetos-slider-container {
  height: 37.75rem;
  position: relative;
}

.projeto-card-info-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.projeto-card-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 28rem;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.projeto-card-wrapper.projectmark-card {
  background-image: url('../images/sinco-almada-card-desktop-png'), linear-gradient(#1b3e6780, #1b3e6780), linear-gradient(#fff, #fff);
  background-position: 100% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, auto;
  border-radius: 4px;
}

.projeto-card-wrapper.portal-solar-card {
  background-image: url('../images/mockup-portal.png'), url('../images/grafismo-portal.png'), linear-gradient(#4a6edd80, #4fc7e280), linear-gradient(#fff, #fff);
  background-position: 50% 100%, 100% 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: contain, contain, auto, auto;
  border-radius: 4px;
}

.projeto-card-wrapper.ibiti-card {
  background-image: url('../images/sinco-almada-card-desktop-png'), linear-gradient(#1b3e6780, #1b3e6780), linear-gradient(#fff, #fff);
  background-position: 100% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, auto;
  border-radius: 4px;
}

.projects-arrow-slider {
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .5s, background-color .5s, border-color .5s;
  display: flex;
  inset: auto 0% 0% auto;
}

.projects-arrow-slider:hover {
  color: var(--dark--background);
  background-color: #fff;
}

.projects-arrow-slider.arrow-left {
  margin-right: 4rem;
}

.projeto-card-link-container {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.slide-nav {
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.arrow-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1.875rem;
}

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

.about-container {
  grid-column-gap: 4.875rem;
  grid-row-gap: 4.875rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.about-title-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.about-content-wrappr {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 49rem;
  display: flex;
}

.about-content-wrappr.ptbr {
  max-width: 49rem;
}

.btn-cv-linkblock {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--light--button-stroke);
  background-color: var(--color--background);
  color: #000;
  text-transform: uppercase;
  border-radius: 1800px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-height: 3.75rem;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  line-height: 1.75rem;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
}

.btn-cv-linkblock:hover {
  color: var(--color--background);
  background-color: #0a0f12;
}

.arrow-disable-container {
  z-index: 1;
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.arrow-disable-container.arrow-left {
  margin-right: 4rem;
}

.arrow-vvg-disable {
  display: block;
}

.exp-card-content {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-small {
  font-size: 1rem;
  line-height: 150%;
}

.text-size-small.text-weight-medium.text-color-light-primary.text-style-allcaps {
  text-transform: uppercase;
}

.text-size-small.text-weight-medium.text-color-dark-primary {
  color: var(--dark--text-primary);
}

.footer-section {
  z-index: 6;
  background-color: var(--dark--background);
  position: relative;
}

.padding-section-footer {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.footer-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  max-width: 68.0625rem;
  display: flex;
}

.footer-cta-link-container {
  color: var(--swatch--grey);
  font-size: 3.0625rem;
  line-height: 53px;
  text-decoration: none;
  transition: all .5s ease-in-out;
}

.footer-cta-link-container:hover {
  color: var(--dark--text-primary);
  text-decoration: none;
}

.footer-container-cta {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  flex: 1;
  max-width: 24rem;
  padding-top: .5rem;
  display: flex;
}

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

.footer-icon-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.link-container-icon-footer {
  color: var(--swatch--grey);
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out;
  display: flex;
}

.link-container-icon-footer:hover, .path:hover {
  color: var(--swatch--white);
}

._24px-svg {
  width: 1.5rem;
}

.footer-info-container {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.topo-link-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--swatch--dark);
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: flex;
}

.topo-link-container:hover {
  border-bottom-color: #fff;
}

._20px-svg {
  width: 1.25rem;
}

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

._18px-svg {
  width: 1.125rem;
}

._18px-svg.rotate-svg {
  transform: rotate(-44deg);
}

.lottie-nest-big-container {
  z-index: 2;
  background-color: #e3f6bc;
  justify-content: center;
  width: 100%;
  height: 80vh;
  min-height: 80vh;
  max-height: 600px;
  display: flex;
  position: relative;
  overflow: clip;
}

.navbar-open {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.navbar-toogler-bar {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  min-width: 24px;
  height: 2px;
}

.logo-mobile-block.hide-desktop {
  display: none;
}

.navbar-close {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.projeto-tag-container {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  position: absolute;
}

.projeto-tag-container.incomplete-tag {
  color: #fff;
  background-color: #000000bf;
  border-style: none;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
  padding: .25rem .75rem;
  inset: 0% 0% auto auto;
}

.icon-hover {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  max-width: 30px;
  height: 1rem;
  display: flex;
  transform: rotate(-45deg);
}

.img-card-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-card-container.virtus-card {
  background-image: linear-gradient(#c3e86c80, #c3e86c80), linear-gradient(#fff, #fff);
  border-radius: 4px;
}

.img-card-container.projectmark-card {
  background-image: linear-gradient(#1b3e6780, #1b3e6780), linear-gradient(#fff, #fff);
  border-radius: 4px;
}

.img-card-container.fibra-card {
  background-image: linear-gradient(#ab734180, #ab734180), linear-gradient(#fff, #fff);
  border-radius: 4px;
}

.img-card-container.fibra-card:hover {
  background-image: linear-gradient(#b4753c80, #b4753c80), linear-gradient(#fff, #fff);
}

.img-card-container.petbluecare-card {
  background-image: linear-gradient(#00649180, #00649180), linear-gradient(#fff, #fff);
  border-radius: 4px;
}

.img-card-desktop {
  width: 100%;
  height: 100%;
}

.mask-incomplete-tag {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  position: absolute;
}

.mask-incomplete-tag:hover {
  opacity: 1;
  background-color: #00000040;
}

.padding-section-project-header {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.header-project-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 75.0625rem;
  padding-top: 2.5rem;
  padding-left: 5rem;
  display: flex;
}

.subtitle-project-header-container {
  max-width: 29.6875rem;
}

.padding-section-about-project {
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.project-container {
  justify-content: space-between;
  display: flex;
}

.project-wrapper {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  flex: 1;
  max-width: 47.1875rem;
  display: flex;
}

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

.text-secondary-light {
  color: var(--swatch--text-secondary-ligh);
}

.project-content-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.project-details-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.project-detail-line {
  border-bottom: 1px solid var(--swatch--stroke-light);
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.project-detail-line.first-line {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--swatch--text-tertiary-light);
  justify-content: flex-end;
}

.text-color-dark-secondary {
  color: var(--dark--text-secondary);
}

.text-color-dark-primary {
  color: var(--light--background);
}

.text-color-light-primary {
  color: var(--light--text-primary);
}

.h2--style-info {
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 3.75rem;
}

.h2--style-info.hide-desktop {
  display: none;
}

.h2-projetos.text-color-dark-primary {
  color: var(--dark--text-primary);
}

.text-color-light-tertiary {
  color: var(--swatch--text-tertiary-light);
}

._16px-svg {
  width: 1rem;
}

.desafio-etapas-section {
  background-color: var(--dark--background);
}

.padding-section-desafio {
  padding-top: 4rem;
}

.desafio-title-container {
  justify-content: space-between;
  display: flex;
}

.desafio-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 40.25rem;
  display: flex;
}

.text-secondary-dark {
  color: var(--dark--text-secondary);
}

.desafio-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.desafio-container-img {
  grid-column-gap: 11rem;
  grid-row-gap: 11rem;
  background-color: #e1f4b6;
  border-radius: 4px;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 50rem;
  padding-top: 8.125rem;
  display: flex;
}

.etapas-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.etapas-wrapper {
  margin-bottom: 4rem;
}

.etapas-content-wrapper {
  flex-flow: row;
  display: flex;
}

.etapas-heading {
  font-size: .75rem;
  font-weight: 400;
  line-height: 150%;
}

.text-weight-light {
  font-weight: 300;
}

.etapa-line-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: var(--dark--stroke);
  flex-flow: column;
  flex: 1;
  max-width: 328px;
  padding: 2.5rem 2rem;
  display: flex;
}

.etapa-line-container.first-card {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.etapa-line-container.last-card {
  border-left-width: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.etapa-line-container.second-card, .etapa-line-container.third-card {
  border-left-width: 0;
}

.etapa-line-title-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.etapa-numero-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--swatch--grey-tag);
  border-radius: 100px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: .25rem 1rem .25rem .25rem;
  display: flex;
}

.img-desafio {
  width: 24.5rem;
  max-width: 24.5rem;
  height: 41.875rem;
  box-shadow: 0 16px 32px -4px #0c0c0d1a;
}

.padding-section-imgs-projeto {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.grid-video-container {
  border-radius: 4px;
  overflow: clip;
}

.grid-video-wrapper {
  justify-content: center;
  align-items: center;
  height: 720px;
  display: flex;
}

.grid-img-video {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  min-height: 31.5rem;
  max-height: 31.5rem;
  display: flex;
}

.img1-grid-container {
  background-color: #e1f4b6;
  background-image: url('../images/lightbox-pc-mockup.png'), url('../images/virtus-grafismo.svg');
  background-position: 50%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, contain;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  max-height: 31.5rem;
  display: flex;
}

.img2-grid {
  background-color: #000;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  max-height: 31.5rem;
  overflow: clip;
}

.section-mobile-screens {
  background-color: var(--dark--background);
}

.padding-section-mobile-screens {
  padding-top: 3.5rem;
  position: relative;
}

.mobile-screen-container {
  justify-content: space-between;
  display: flex;
}

.mobile-txt-content {
  width: 35.9375rem;
  max-width: 35.9375rem;
  padding-top: 3.5rem;
  position: relative;
}

.mobile-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  max-width: 33.25rem;
  padding-top: 3.5rem;
  display: flex;
}

.mobile-txt-content-scroll {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: absolute;
}

.mobile-div-container {
  background-image: url('../images/mobile-screen-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex: 1;
  width: 15.875rem;
  max-width: 15.875rem;
  min-height: 545px;
  max-height: 34.0625rem;
}

.mobile-div-container.second-img {
  background-image: url('../images/mobile-screen-2.png');
}

.mobile-div-container.third-img {
  background-image: url('../images/mobile-screen-3.png');
}

.mobile-div-container.fourth-img {
  background-image: url('../images/mobile-screen-4.png');
}

.mobile-div-container.fifth-img {
  background-image: url('../images/mobile-screen-5.png');
}

.mobile-second-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  margin-top: 10.75rem;
  display: flex;
}

.mobile-first-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  height: 100%;
  max-height: 105.188rem;
  display: flex;
}

.resultados-container {
  justify-content: space-between;
  display: flex;
}

.section-results {
  background-color: var(--dark--background);
}

.padding-section-results {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.resultados-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  max-width: 40.25rem;
  display: flex;
}

.resultados-title-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.resultados-content {
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.resultados-content-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 11.6875rem;
  display: flex;
}

.resultados-content-container.second-container {
  max-width: 14rem;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 120%;
}

.text-size-data {
  font-size: 6.1875rem;
  line-height: 5.5rem;
}

.text-size-data.text-weight-bold {
  font-weight: 700;
}

.data-span {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.25rem;
}

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

.text-color-dark-quaternary {
  color: var(--dark--text-quaternary);
}

.footer-heading {
  color: var(--dark--text-primary);
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
}

.css-embed, .js-embed {
  display: none;
}

.horizontal-scroll-container {
  justify-content: flex-start;
  display: flex;
  overflow: visible;
}

.section-insights {
  width: 100%;
  margin-left: auto;
  padding: 2rem 2rem 4rem;
  position: relative;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-wrapper.fourth-img {
  background-image: url('../images/img-slider-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-wrapper.second-img, .image-wrapper.third-img {
  background-image: url('../images/img-slider-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-wrapper.third-img {
  background-image: url('../images/img-slider-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-wrapper.fifth-img {
  background-image: url('../images/img-slider-5.webp');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-wrapper.first-img {
  background-image: url('../images/img-slider-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-cover {
  opacity: 0;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 504px;
}

.scroll-content {
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 1rem;
  display: flex;
  overflow: visible;
}

.insights-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  overflow: visible;
}

.disable-image-drag {
  display: none;
}

.card-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  flex-direction: column;
  justify-content: flex-start;
  width: 40rem;
  max-width: 47.0625rem;
  height: 31.5rem;
  padding-top: 0;
  padding-bottom: 2rem;
  transition: padding .5s;
  display: flex;
}

.card-wrapper.resized-card {
  width: 30rem;
  max-width: 30rem;
  padding-right: 0;
}

.card-wrapper.resized-card.last-card {
  margin-right: 2rem;
}

.nav-projects {
  background-color: #0000;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: auto 0% -4.5rem;
}

.nav-projects.nav-fixed {
  z-index: 5;
  margin-bottom: 1rem;
  position: fixed;
  inset: auto 0% 0%;
}

.nav-projects-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  padding: .5rem;
  display: flex;
}

.nav-projects-link {
  color: #000;
  background-color: #0000;
  border-radius: 100px;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
}

.nav-projects-link.w--current {
  background-color: var(--swatch--dark);
  color: #fff;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.about-txt-content {
  width: 18.5rem;
  max-width: 18.5rem;
  position: relative;
}

.about-txt-content-scroll {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
  position: absolute;
}

.italic-span {
  color: var(--swatch--blue-span);
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.exp-card-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-color-light-quaternary {
  color: var(--swatch--text-quaternary-light);
}

.about-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-svg-container {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.background-video-embed {
  flex: 1;
  height: 100%;
  max-height: 600px;
}

.background-video-embed.scale-1-45 {
  position: absolute;
  inset: 0;
  transform: scale(1.4);
}

.background-video-embed.scale {
  transform: scale(1.2);
}

.footer-link-container {
  border-bottom: 2.25px solid var(--swatch--grey);
  max-width: 24rem;
  transition: all .5s ease-in-out;
  position: relative;
}

.footer-link-container:hover {
  border-bottom-color: var(--swatch--white);
}

.footer-link-container.en-underline-size {
  max-width: 21.75rem;
}

.footer-partner-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.footer-brand-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-top: .5rem;
  display: flex;
}

.footer-brand-partner-contaner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.brand-footer-logo {
  max-width: 3rem;
  height: 3.375rem;
  max-height: 3.375rem;
}

.decorado-video-embed {
  flex: 1;
  max-width: 40rem;
  height: 100%;
  transform: scale(1.6);
}

.footer-topo-container {
  flex: 1;
  max-width: 24rem;
  display: flex;
}

.logo-footer-wb {
  max-width: 1.5rem;
}

._32px-icon {
  width: 32px;
  height: 32px;
}

.arrow-icon {
  color: #fff;
  margin-right: 0;
}

.dropdown-toggle {
  margin-left: 1.75rem;
  padding: 0 1.25rem 0 0;
  transition: all .3s ease-in-out;
}

.dropdown-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fff;
  border-radius: 2px;
  flex-flow: column;
  margin-top: .25rem;
  padding: .75rem;
  transition: all .3s ease-in-out;
  display: none;
  right: 1rem;
  box-shadow: 0 24px 32px 4px #a7aeba1f, 0 4px 4px #00000040;
}

.dropdown-list.w--open {
  display: flex;
  top: 3rem;
  right: 0;
}

._24px-icon {
  max-width: 1.5rem;
  max-height: 1.5rem;
}

.dropdown-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--light--text-tertiary);
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .625rem .5rem .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: flex;
}

.dropdown-link:hover {
  color: var(--swatch--dark);
  background-color: #0000;
  text-decoration: underline;
}

.dropdown-link.current-language {
  color: var(--swatch--dark);
  font-weight: 500;
}

.dropdown-link.current-language:hover {
  text-decoration: none;
}

.language-drop-down {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  transition: all .3s ease-in-out;
  display: flex;
}

._404-big-container {
  z-index: 1;
  justify-content: center;
  width: 100%;
  height: 100vh;
  max-height: 91vh;
  display: flex;
  position: absolute;
  inset: 5rem 0% 0%;
  overflow: clip;
}

.btn-404-linkblock {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--light--button-stroke);
  background-color: var(--color--background);
  color: #000;
  text-transform: uppercase;
  border-radius: 1800px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-height: 3.75rem;
  padding: 1rem 1.75rem 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.75rem;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.btn-404-linkblock:hover {
  color: var(--color--background);
  background-color: #000;
}

._404-header-section {
  z-index: 2;
  max-height: 82vh;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-404 {
  font-size: 5rem;
}

.btn-404-container {
  align-self: flex-start;
}

.video-poster {
  z-index: 1;
  background-image: url('../images/poster.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: 860px;
  position: absolute;
  top: 0;
  bottom: 0;
}

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

.etapa-tag-numero-container {
  background-color: var(--swatch--grey-number-tag);
  border-radius: 100px;
  padding: .25rem .5rem;
}

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

.img-projeto-container-img {
  grid-column-gap: 11rem;
  grid-row-gap: 11rem;
  aspect-ratio: 2048 / 1405;
  background-color: #e1f4b6;
  border-radius: 4px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img-projeto-container-img.bento-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  min-height: 560px;
  max-height: 35rem;
  display: flex;
}

.img-brand-content-container {
  background-image: url('../images/petbluecare-img02.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  flex: 1;
}

.img-logo-container {
  background-color: #006491;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  max-height: 9rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.img-projeto-left-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  min-width: 27.75rem;
  display: flex;
}

.img-project-right-container {
  background-color: #beecff;
  border-radius: 4px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  max-width: 960px;
  display: flex;
  overflow: clip;
}

.logo-petblue-bento {
  max-width: 16.25rem;
  max-height: 5.75rem;
}

.img-brand-person {
  border-radius: 4px;
}

.img-screen-right {
  max-height: 100%;
  margin-top: 64px;
  margin-left: 64px;
}

.style-guide-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  overflow: clip;
}

.tipograpy-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: linear-gradient(222deg, #008cc3 38%, #006f9a);
  border-bottom: 2.5px solid #ffc800;
  border-radius: 4px;
  flex-flow: column;
  padding: 3.25rem 2.5rem;
  display: flex;
  position: relative;
}

.grafismo-tipograpy-container {
  max-width: 380px;
  max-height: 230px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tipograpy-weight-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.tipograpy-content-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.color {
  justify-content: space-between;
  display: flex;
}

.color-style-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  max-width: 40.5rem;
  display: flex;
}

.title-style-guide-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: 1.75rem;
  line-height: 120%;
  display: flex;
}

.tipograpy-title-container {
  font-size: 2rem;
  line-height: 2rem;
}

.color-style-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.color-style-content-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.screen-mockup-container {
  background-color: #008cc3;
  border-radius: 4px;
  height: 600px;
  position: relative;
}

.img-mockup {
  aspect-ratio: 1312 / 669;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 41.875rem;
  position: absolute;
  inset: auto 0% 0%;
}

.screen-ui-container {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  overflow: clip;
}

.img-screens {
  aspect-ratio: 2048 / 1516;
  object-fit: cover;
  align-self: flex-end;
  width: 100%;
  height: 100%;
}

.img-screens.ratio-mobile {
  aspect-ratio: 2048 / 1093;
}

.img-screens.ratio-cta {
  aspect-ratio: 2048 / 1274;
}

.lottie-petblue-big-container {
  z-index: 2;
  background-color: #e6edf0;
  justify-content: center;
  width: 100%;
  height: 70vh;
  min-height: 70vh;
  max-height: 600px;
  display: flex;
  position: relative;
  overflow: clip;
}

.bento-ui-container {
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  overflow: clip;
}

.mobile-ui-container {
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  overflow: clip;
}

.cta-screen-ui-container {
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  overflow: clip;
}

.img-styleguide {
  aspect-ratio: 1312 / 1194;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.screens-etapas-section {
  background-color: var(--dark--background);
}

.screen-etapas-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.screens-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .header-section {
    height: auto;
    max-height: 100vh;
  }

  .header-container {
    padding-top: 5.5rem;
  }

  .padding-section-header {
    padding-top: 8rem;
    padding-bottom: 9.5rem;
  }

  .padding-section-projetos {
    padding-bottom: 5rem;
  }

  .nav-header {
    max-height: 5.5rem;
  }

  .mask-projetos {
    width: 30.5rem;
    height: 39rem;
  }

  .projetos-slider {
    overflow: hidden;
  }

  .projetos-slider-container {
    height: 45rem;
  }

  .projeto-card-wrapper {
    max-height: 34rem;
  }

  .lottie-nest-big-container {
    height: 1080px;
  }

  .img-card-container {
    max-height: 34rem;
  }

  .img-card-desktop.hide-mobile.incomplete-tag {
    margin-top: 1rem;
  }

  .padding-section-project-header {
    padding-top: 8rem;
    padding-bottom: 9.5rem;
  }

  .header-project-container {
    padding-top: 5.5rem;
  }

  .card-wrapper {
    width: 47.0625rem;
  }

  .background-video-embed, .decorado-video-embed {
    max-height: 1080px;
  }

  ._404-big-container {
    height: 1080px;
  }

  ._404-header-section {
    height: auto;
    max-height: 100vh;
  }

  .video-poster {
    max-height: 1080px;
  }

  .lottie-petblue-big-container {
    height: 1080px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
    line-height: 5.5rem;
  }

  .header-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1rem;
    padding-left: 3rem;
  }

  .padding-section-header {
    padding-top: 6.5rem;
    padding-bottom: 5.5rem;
  }

  .title-header-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    max-width: 40rem;
  }

  .title-header-container.max-width {
    max-width: 77%;
  }

  .title-img-container {
    padding-left: 0;
  }

  .title-img-content-container {
    max-width: 5rem;
    height: 3rem;
    max-height: 3rem;
  }

  .img-title {
    max-width: 5rem;
    height: 3rem;
    max-height: 3rem;
    top: 2px;
  }

  .subtitle-header-container {
    max-width: 52rem;
    padding-right: 2rem;
  }

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

  .subtitle-header-content-wrapper {
    max-width: 27rem;
  }

  .nav-header-link {
    border-bottom-style: none;
  }

  .nav-header-link.last.nav-open {
    flex: 0 auto;
  }

  .nav-header-link.nav-open {
    color: var(--swatch--dark);
    flex: 0 auto;
    max-width: 9rem;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .nav-header-link.nav-open:hover {
    color: var(--color--text);
  }

  .nav-header-container {
    z-index: 9;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: #fff;
    flex-flow: column;
    min-width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-left: 1rem;
    position: fixed;
  }

  .projetos-slider {
    overflow: hidden;
  }

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

  .about-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-left: 1.5rem;
  }

  .about-title-container {
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    max-width: 650px;
  }

  .about-content-wrappr {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    order: -1;
  }

  .exp-card-content {
    flex-flow: column;
  }

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

  .footer-container {
    max-width: 52rem;
    padding-left: 1.5rem;
  }

  .footer-cta-link-container {
    font-size: 2.5rem;
  }

  .footer-container-cta {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .footer-content-wrapper {
    max-width: none;
  }

  .lottie-nest-big-container {
    height: 440px;
  }

  .navbar-open {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #0000;
    flex-flow: column;
    padding: 10px;
    display: flex;
    position: relative;
  }

  .logo-mobile-block {
    color: #000;
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: 1rem;
    display: flex;
  }

  .logo-mobile-block.hide-desktop {
    display: flex;
    position: relative;
  }

  .navbar-close {
    z-index: 10;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: #0d0e13;
    background-color: #0000;
    flex-flow: column;
    padding: 0;
    font-size: 24px;
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .navbar-close-icon {
    width: 30px;
  }

  .projeto-tag-container {
    z-index: 2;
    margin-top: 1rem;
    margin-right: 1rem;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .projeto-tag-container.hide-mobile {
    display: none;
  }

  .img-card-container.virtus-card {
    z-index: 1;
  }

  .img-card-desktop.hide-mobile.incomplete-tag {
    margin-top: 0;
  }

  .padding-section-project-header {
    padding-top: 6.5rem;
    padding-bottom: 5.5rem;
  }

  .header-project-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1rem;
    padding-left: 3rem;
  }

  .subtitle-project-header-container {
    max-width: 27rem;
  }

  .padding-section-about-project {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .project-container {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .project-wrapper {
    max-width: none;
  }

  .h2--style-info {
    font-size: 2.25rem;
  }

  .h2--style-info.hide-mobile {
    line-height: 3.5rem;
  }

  .h2-projetos {
    max-width: 90%;
  }

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

  .desafio-title-container {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .desafio-wrapper {
    max-width: none;
  }

  .desafio-container {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .desafio-container-img {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    padding-top: 4.0625rem;
  }

  .etapas-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .etapas-heading.text-weight-semi-bold.text-style-allcaps.text-color-dark-primary {
    font-size: .75rem;
  }

  .etapa-line-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem 1.5rem;
  }

  .img-desafio {
    width: 13.25rem;
    height: 21.9375rem;
  }

  .grid-video-wrapper {
    height: 390px;
  }

  .grid-img-video {
    flex-flow: column;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .img1-grid-container {
    background-size: contain, contain;
    flex: none;
    max-width: none;
    height: 31.5rem;
    max-height: 31.5rem;
  }

  .img2-grid {
    flex: none;
    max-width: none;
    height: 496px;
    max-height: 31rem;
    position: relative;
  }

  .section-mobile-screens {
    position: relative;
  }

  .padding-section-mobile-screens {
    position: static;
  }

  .mobile-screen-container {
    flex-flow: column;
  }

  .mobile-txt-content {
    width: 100%;
    max-width: none;
    padding-top: 0;
    position: static;
  }

  .mobile-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: none;
  }

  .mobile-txt-content-scroll {
    position: static;
  }

  .mobile-div-container {
    background-size: contain;
    width: 100%;
    max-width: none;
    min-height: 600px;
    max-height: none;
  }

  .mobile-second-column {
    height: 100%;
    max-height: none;
  }

  .mobile-first-column {
    max-height: none;
  }

  .resultados-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .resultados-wrapper {
    max-width: none;
  }

  .resultados-content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: flex-start;
  }

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

  .nav-projects-container {
    flex-flow: row;
  }

  .about-txt-content {
    width: 100%;
    max-width: none;
    padding-top: 0;
    position: static;
  }

  .about-txt-content-scroll {
    position: static;
  }

  .background-video-embed.scale {
    transform: scale(2);
  }

  .footer-link-container {
    max-width: 19.75rem;
  }

  .footer-link-container.en-underline-size {
    max-width: 17.75rem;
  }

  .footer-topo-container {
    max-width: 19.6rem;
  }

  .arrow-icon {
    color: #000;
  }

  .dropdown-toggle {
    margin-left: 1rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 1.25rem;
  }

  .dropdown-toggle.w--open {
    margin-right: 0;
  }

  .dropdown-list {
    margin-top: .5rem;
  }

  .dropdown-list.w--open {
    margin-left: 1rem;
    top: 1.5rem;
    right: auto;
  }

  .dropdown-link {
    align-self: flex-start;
  }

  .language-drop-down {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 160px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 72px 20px auto auto;
  }

  .nav-logo-link-menu {
    color: #000;
    text-decoration: none;
  }

  ._404-big-container {
    height: 800px;
  }

  ._404-header-section {
    height: 800px;
    max-height: 100vh;
  }

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

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

  .img-projeto-container-img {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .img-projeto-container-img.bento-grid {
    flex-flow: column;
    max-height: none;
  }

  .img-project-right-container.hide-mobile {
    display: none;
  }

  .screen-mockup-container {
    height: 400px;
  }

  .lottie-petblue-big-container {
    height: 440px;
  }

  .screen-etapas-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .screens-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    text-align: center;
  }

  .header-section {
    max-height: none;
  }

  .header-container {
    padding-left: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .title-img-content-container.hide-mobile {
    display: none;
  }

  .text-size-medium {
    line-height: 2rem;
  }

  .text-size-regular.text-color-dark-tertiary.hide-mobile {
    display: none;
  }

  .nav-container {
    padding-left: 1.25rem;
    padding-right: .75rem;
  }

  .logo-link-block.w--current {
    position: relative;
  }

  .nav-header-link.nav-open {
    flex: 0 auto;
    max-width: 10rem;
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .nav-header-link.nav-open:hover {
    border-bottom-style: none;
  }

  .nav-header-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    inset: 0%;
  }

  .about-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-left: 1rem;
  }

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

  .arrow-disable-container.arrow-left.hide-mobile, .arrow-disable-container.hide-mobile {
    display: none;
  }

  .padding-section-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-container {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    padding-left: 1rem;
  }

  .footer-cta-link-container {
    font-size: 1.75rem;
  }

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

  .footer-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
  }

  .footer-icon-container {
    order: 1;
  }

  .footer-info-container {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
  }

  .lottie-nest-big-container {
    height: 330px;
    max-height: 600px;
    overflow: hidden;
  }

  .logo-mobile-block {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .logo-mobile-block.hide-desktop {
    text-align: left;
    align-self: stretch;
    font-size: 1rem;
  }

  .navbar-close {
    margin-top: 4px;
  }

  .header-project-container {
    padding-left: 2rem;
  }

  .padding-section-about-project {
    padding-top: 4rem;
  }

  .h2--style-info.hide-mobile {
    line-height: 3.25rem;
  }

  .h2--style-info.hide-desktop {
    display: none;
  }

  .h2-projetos {
    max-width: none;
  }

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

  .desafio-title-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .desafio-container {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .etapas-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .etapas-wrapper {
    padding-bottom: 2rem;
    overflow: auto;
  }

  .etapa-line-container {
    min-width: 270px;
  }

  .padding-section-imgs-projeto {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .grid-video-wrapper {
    height: 350px;
    overflow: hidden;
  }

  .grid-img-video {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .img1-grid-container {
    flex: none;
    height: 31.5rem;
    max-height: 31.5rem;
  }

  .img2-grid {
    flex: none;
    height: 31.5rem;
  }

  .padding-section-mobile-screens {
    padding-top: 4rem;
  }

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

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

  .section-insights {
    padding-left: 1.25rem;
  }

  .card-wrapper {
    width: 70vw;
  }

  .nav-projects.nav-fixed {
    margin-bottom: 1rem;
    transition: all .4s ease-in-out;
  }

  .nav-projects-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding: .45rem;
  }

  .nav-projects-link {
    padding: .5rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 110%;
  }

  .nav-projects-link.w--current {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .about-title-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .background-video-embed.scale-1-45 {
    max-height: 860px;
    transform: scale(1.28);
  }

  .background-video-embed.resized-embed {
    max-height: 320px;
    transform: scale(1.25);
  }

  .background-video-embed.scale {
    transform: scale(2.7);
  }

  .footer-link-container {
    max-width: 14rem;
    height: 3rem;
  }

  .footer-link-container.en-underline-size {
    max-width: 12.5rem;
  }

  .footer-partner-container {
    align-self: flex-start;
  }

  .brand-footer-logo {
    max-width: 4rem;
    height: 4.375rem;
    max-height: 4.375rem;
  }

  .footer-topo-container {
    order: -1;
  }

  ._404-big-container {
    height: 100vh;
    max-height: 91vh;
    overflow: hidden;
  }

  ._404-header-section {
    max-height: none;
  }

  .video-poster.scale-145 {
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1.28);
  }

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

  .img-projeto-left-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .screen-mockup-container {
    height: 310px;
  }

  .lottie-petblue-big-container {
    height: 330px;
    max-height: 600px;
    overflow: hidden;
  }

  .screen-etapas-container {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .screens-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.125rem;
    line-height: 3rem;
  }

  h4 {
    text-align: left;
    font-size: 1rem;
    line-height: 140%;
  }

  .header-section {
    max-height: 88vh;
  }

  .header-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
    padding-top: 6rem;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .title-header-container.max-width {
    max-width: 70%;
  }

  .title-img-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .title-img-content-container {
    max-width: 4rem;
    height: 2.5rem;
    max-height: 2.5rem;
  }

  .title-img-content-container.hide-mobile {
    display: none;
  }

  .img-title {
    max-width: 3.5rem;
    max-height: 2.5rem;
  }

  .subtitle-header-container {
    justify-content: flex-start;
    max-width: none;
  }

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

  .text-size-medium.text-color-dark-secondary {
    line-height: 2rem;
  }

  .padding-section-projetos {
    padding-bottom: 3.5rem;
  }

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

  .text-size-very-large {
    font-size: 1.25rem;
  }

  .nav-header {
    height: auto;
    max-height: none;
    padding-top: .875rem;
    padding-bottom: .875rem;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 1.25rem;
    display: flex;
  }

  .nav-block {
    max-width: 1280px;
    height: 100%;
    min-height: 100%;
  }

  .nav-header-link.nav-open {
    color: #000;
    margin-top: 0;
  }

  .nav-header-container {
    z-index: 3;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    position: fixed;
    inset: 0%;
  }

  .mask-projetos {
    width: 18rem;
    height: 30rem;
  }

  .projetos-slider-container {
    height: 36rem;
  }

  .projeto-card-wrapper {
    max-height: 24rem;
  }

  .projeto-card-wrapper.projectmark-card {
    background-image: url('../images/projectmark-rylkobuilders-card-mobile-png.webp'), linear-gradient(#1b3e6780, #1b3e6780), linear-gradient(#fff, #fff);
    background-size: 304px, auto, auto;
  }

  .projeto-card-wrapper.portal-solar-card {
    background-image: url('../images/petbluecare-card-mobile-png.webp'), linear-gradient(#4a6edd80, #4fc7e280), linear-gradient(#fff, #fff);
    background-position: 50% 100%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: contain, auto, auto;
  }

  .projeto-card-wrapper.ibiti-card {
    background-image: url('../images/projectmark-rylkobuilders-card-mobile-png.webp'), linear-gradient(#1b3e6780, #1b3e6780), linear-gradient(#fff, #fff);
    background-size: 304px, auto, auto;
  }

  .projects-arrow-slider.arrow-left {
    justify-content: center;
    align-items: center;
  }

  .projects-arrow-slider.hide-mobile {
    display: none;
  }

  .about-container {
    padding-top: 0;
    padding-left: 0;
  }

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

  .btn-cv-linkblock {
    padding: .75rem 1.5rem;
  }

  .arrow-disable-container.arrow-left.hide-mobile, .arrow-disable-container.hide-mobile {
    display: none;
  }

  .padding-section-footer {
    padding-top: 4rem;
  }

  .footer-container {
    grid-column-gap: 4.25rem;
    grid-row-gap: 4.25rem;
    padding-left: 0;
  }

  .footer-cta-link-container {
    color: var(--swatch--white);
    font-size: 1.75rem;
    line-height: 40px;
  }

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

  .footer-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: 0;
  }

  .link-container-icon-footer {
    padding-left: 0;
  }

  ._24px-svg {
    width: 1.75rem;
  }

  .footer-info-container {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    padding-top: 0;
  }

  .topo-link-container {
    font-size: 1rem;
  }

  .lottie-nest-big-container {
    justify-content: center;
    align-items: center;
    height: 210px;
    min-height: auto;
    max-height: 280px;
    overflow: clip;
  }

  .navbar-open {
    right: 12px;
  }

  .logo-mobile-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .logo-mobile-block.hide-desktop {
    justify-content: space-between;
    align-self: stretch;
    display: flex;
  }

  .navbar-close {
    margin-top: 0;
    margin-right: 1.25rem;
    position: static;
  }

  .projeto-tag-container {
    margin-top: .5rem;
    margin-right: .5rem;
    padding: .5rem 1rem;
  }

  .img-card-container {
    max-height: 24rem;
  }

  .img-card-container.virtus-card {
    background-image: url('../images/virtus-nest-card-mobile.webp'), linear-gradient(#c3e86c80, #c3e86c80), linear-gradient(#fff, #fff);
    background-position: 100% 100%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: cover, auto, auto;
  }

  .img-card-container.projectmark-card {
    background-image: url('../images/projectmark-rylkobuilders-card-mobile-png.webp'), linear-gradient(#1b3e6780, #1b3e6780), linear-gradient(#fff, #fff);
    background-position: 50% 100%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: contain, auto, auto;
  }

  .img-card-container.fibra-card {
    background-image: url('../images/ibiti-card-mobile.webp'), linear-gradient(#b4753c80, #b4753c80), linear-gradient(#fff, #fff);
    background-position: 50% 100%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: contain, auto, auto;
  }

  .img-card-container.fibra-card:hover {
    background-image: url('../images/sinco-almada-card-mobile-png.webp'), linear-gradient(#b4753c80, #b4753c80), linear-gradient(#fff, #fff), linear-gradient(#0000, #0000);
    background-position: 100% 100%, 0 0, 0 0, 0 0;
    background-size: cover, auto, auto, auto;
  }

  .img-card-container.petbluecare-card {
    background-image: url('../images/petbluecare-card-mobile-png.webp'), linear-gradient(#00649180, #00649180), linear-gradient(#fff, #fff);
    background-position: 50% 100%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: contain, auto, auto;
  }

  .img-card-desktop.hide-mobile {
    display: none;
  }

  .mask-incomplete-tag {
    opacity: 1;
    background-color: #00000040;
  }

  .header-project-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
    padding-top: 6rem;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .subtitle-project-header-container {
    max-width: 95%;
  }

  .project-container {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .h2--style-info {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .h2--style-info.hide-mobile {
    display: none;
  }

  .h2--style-info.hide-desktop {
    font-size: 1.63rem;
    line-height: 2.5rem;
    display: block;
  }

  .h2-projetos {
    font-size: 2.5rem;
    line-height: 56px;
  }

  .h2-projetos.text-color-dark-primary._90--width {
    width: 95%;
  }

  .desafio-title-container {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .desafio-container-img {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 3rem;
  }

  .etapas-heading.text-color-dark-primary {
    font-size: 2rem;
  }

  .etapa-line-container {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    min-width: 240px;
  }

  .etapa-line-title-container {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    width: 82%;
  }

  .img-desafio {
    width: auto;
    height: auto;
    max-height: 15rem;
  }

  .padding-section-imgs-projeto {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .grid-video-wrapper {
    background-color: #ececec;
    height: 315px;
  }

  .img1-grid-container {
    height: 16rem;
    max-height: 16rem;
  }

  .img2-grid {
    height: 16rem;
  }

  .mobile-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mobile-div-container {
    border-radius: 0;
    min-height: 380px;
    max-height: 400px;
  }

  .mobile-second-column, .mobile-first-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .resultados-container {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .resultados-content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .section-insights {
    padding-bottom: 3rem;
    padding-right: 1.25rem;
  }

  .image-wrapper {
    height: 40vh;
    min-height: 40vh;
  }

  .image-cover {
    height: 19rem;
  }

  .scroll-content {
    padding-top: 0;
  }

  .insights-list {
    padding-bottom: 1rem;
  }

  .card-wrapper {
    width: 80vw;
    height: 40vh;
    min-height: 40vh;
  }

  .card-wrapper.resized-card {
    margin-right: 0;
  }

  .card-wrapper.resized-card.last-card {
    margin-right: 1rem;
  }

  .about-txt-content-scroll {
    margin-top: .75rem;
  }

  .about-title-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .about-title-wrapper.hide-mobile {
    display: none;
  }

  .background-video-embed.scale-1-45 {
    transform: scale(1.45);
  }

  .background-video-embed.resized-embed {
    min-width: 400px;
    max-height: 860px;
  }

  .background-video-embed.scale {
    transform: scale(5);
  }

  .footer-link-container {
    max-width: 14rem;
    height: 2.5rem;
  }

  .footer-brand-container {
    padding-top: 0;
  }

  .footer-brand-partner-contaner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .brand-footer-logo {
    max-width: 3.5rem;
    height: 3.25rem;
    max-height: 3.25rem;
  }

  .language-drop-down {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    inset: auto auto 0% 0%;
  }

  ._404-big-container {
    justify-content: center;
    align-items: center;
    height: 800px;
    max-height: 100vh;
    overflow: clip;
  }

  .btn-404-linkblock {
    padding: .75rem 1.5rem;
  }

  ._404-header-section {
    max-height: 88vh;
  }

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

  .video-poster.scale-145 {
    transform: scale(1.37);
  }

  .img-projeto-container-img {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .img-projeto-left-container {
    min-width: auto;
  }

  .screen-mockup-container {
    height: 190px;
  }

  .lottie-petblue-big-container {
    justify-content: center;
    align-items: center;
    height: 210px;
    min-height: auto;
    max-height: 280px;
    overflow: clip;
  }
}


