:root {
  --light: #f6f1eb;
  --paragraphs: #20201dbf;
  --heading: #1b1b18;
  --accent: #631f35;
  --background: #efe6dd;
  --paragraphs-dark: #f6f1eb99;
  --info-text: #20201da3;
  --border: #1b1b1833;
}

.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 {
  background-color: var(--light);
  color: var(--paragraphs);
  letter-spacing: .13px;
  flex-direction: column;
  align-items: center;
  padding: 14px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 70px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 58px;
  font-weight: 500;
  line-height: 107%;
}

h3 {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}

h4 {
  color: var(--heading);
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 115%;
}

h5 {
  color: var(--heading);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  color: var(--heading);
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 28px;
}

a {
  color: var(--heading);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 34px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
}

strong {
  color: var(--heading);
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--accent);
  margin-bottom: 28px;
  margin-left: 15px;
  padding: 2px 24px;
  font-size: 20px;
  font-style: italic;
  line-height: 165%;
}

figure {
  margin-top: 36px;
  margin-bottom: 36px;
}

figcaption {
  text-align: center;
  letter-spacing: .08px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 160%;
}

.link-text {
  box-shadow: inset 0 -1px 0 0 var(--heading);
  color: var(--heading);
  text-decoration: none;
  transition: color .25s cubic-bezier(.215, .61, .355, 1), box-shadow .25s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.link-text:hover {
  box-shadow: inset 0 -30px 0 0 var(--accent);
  color: var(--light);
}

.rich-text-block a {
  box-shadow: inset 0 -1px 0 0 var(--heading);
  color: var(--heading);
  text-decoration: none;
  transition: color .25s cubic-bezier(.215, .61, .355, 1), box-shadow .25s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.rich-text-block a:hover {
  box-shadow: inset 0 -30px 0 0 var(--accent);
  color: var(--light);
}

.section-hero-a {
  z-index: 10;
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 85vh;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #f6f1eb4d;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 28px;
  left: 28px;
  right: 28px;
  box-shadow: 0 10px 70px #20201d1f;
}

.nav-block {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.logo {
  height: 29px;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  padding: 10px;
  display: flex;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-link {
  opacity: 1;
  color: var(--heading);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 27px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.nav-link:hover {
  opacity: .65;
}

.nav-link.w--current {
  color: var(--heading);
}

.nav-button {
  background-color: #1f9465;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 27px 35px;
  text-decoration: none;
  display: flex;
}

.text-button {
  color: var(--light);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

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

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

.icon-button {
  object-fit: contain;
  width: 4px;
  max-width: none;
  height: 8px;
  margin-left: 8px;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding: 27px 20px;
  display: flex;
}

.icon-dropdown {
  width: 8px;
  height: 4px;
  margin-left: 4px;
  display: block;
}

.dropdown-link {
  opacity: 1;
  color: var(--light);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
}

.dropdown-link:hover {
  opacity: .65;
}

.dropdown-link.w--current {
  color: var(--light);
}

.dropdown-list {
  padding-bottom: 0;
}

.dropdown-list.w--open {
  background-color: var(--heading);
  overflow: hidden;
}

.dropdown-list-block {
  padding: 14px;
}

.hero-a {
  z-index: 20;
  width: 100%;
  max-width: 1200px;
}

.heading-hero {
  color: var(--light);
  max-width: 638px;
  font-size: 48px;
}

.heading-hero.size-vw {
  font-size: 2.5vw;
}

.heading-hero.size-vw.test {
  opacity: 0;
  overflow: hidden;
}

.heading-hero.dark {
  color: var(--heading);
}

.grid-hero-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.text-hero-service {
  color: var(--background);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.link-hero-service {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.description {
  z-index: 50;
  background-color: var(--accent);
  opacity: 1;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.line-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
  position: relative;
}

.line-1px {
  background-color: var(--light);
  width: 100%;
  height: 1px;
}

.line-1px.dark {
  background-color: var(--heading);
}

.line-1px.light {
  background-color: var(--light);
  opacity: .25;
}

.line-full {
  background-color: var(--background);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.line-full.dark {
  background-color: var(--heading);
}

.line-full.light {
  background-color: var(--light);
}

.paragraph-description {
  color: var(--light);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 169%;
}

.description-block {
  opacity: 1;
  width: 100%;
  padding: 20px 32px 25px;
}

.hero-service {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.hero-service:hover {
  color: var(--background);
}

.icon-arrow-a {
  width: 10px;
  max-width: none;
  height: 10px;
}

.icon-arrow {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-arrow-b {
  width: 10px;
  max-width: none;
  height: 10px;
  position: absolute;
  transform: translate(-120%, 120%);
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  padding: 110px 50px;
  display: flex;
}

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

.section.background.none {
  overflow: hidden;
}

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

.content {
  width: 100%;
  max-width: 1200px;
  padding: 8px 0;
}

.content.slim {
  max-width: 770px;
}

.content.slim.top-space {
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.content._2 {
  max-width: 100%;
  padding-top: 48px;
  padding-bottom: 16px;
}

.grid-2-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
}

.grid-stats {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.block-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 3% 45px 10%;
  display: flex;
}

.button {
  background-color: var(--accent);
  justify-content: center;
  align-items: center;
  padding: 23px 35px;
  text-decoration: none;
  display: flex;
}

.button.dark {
  background-color: var(--heading);
}

.button.accent {
  background-color: var(--light);
}

.paragraph {
  max-width: 500px;
  margin-bottom: 36px;
}

.paragraph.white {
  color: var(--paragraphs-dark);
}

.paragraph.light {
  color: var(--light);
}

.paragraph.projeto {
  text-align: left;
  width: 100%;
  max-width: none;
  font-size: 16px;
}

.subtitle {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.line-subtitle {
  background-color: var(--heading);
  width: 27px;
  height: 1px;
}

.line-subtitle.white {
  background-color: var(--light);
}

.line-subtitle.center {
  width: 14px;
}

.text-subtitle {
  color: var(--heading);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

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

.text-subtitle.center {
  margin-right: 12px;
}

.text-subtitle._2 {
  margin-bottom: 0;
  margin-right: 12px;
}

.heading {
  max-width: 700px;
}

.heading.white {
  color: var(--light);
}

.heading.about {
  font-size: 42px;
  line-height: 120%;
}

.stats {
  background-color: var(--light);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.stats.full {
  background-color: var(--background);
  padding: 18px;
}

.heading-stats {
  max-width: 220px;
  margin-bottom: 0;
}

.numbers-stats {
  color: var(--heading);
  letter-spacing: -1.4px;
  margin-bottom: 12px;
  font-size: 58px;
  font-weight: 500;
  line-height: 100%;
}

.numbers-stats.full {
  font-size: 70px;
}

.icon-stats-block {
  background-color: var(--background);
  margin-bottom: auto;
  margin-left: auto;
  padding: 14px;
}

.icon-stats-block.white {
  background-color: var(--light);
}

.stats-block {
  margin: 18px;
}

.icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
  display: block;
}

.icon.wp {
  margin-right: 16px;
}

.block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 10% 45px 0%;
  display: flex;
}

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

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

.image-absolute {
  object-fit: cover;
  width: 54%;
  height: 60%;
  position: absolute;
  inset: auto -3% -3% auto;
  box-shadow: 0 35px 120px #20201d66;
}

.section-full {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.grid-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--heading);
  grid-template-rows: auto;
  width: 100%;
}

.block-full {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17%;
  display: flex;
}

.block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.image-bg-services {
  background-image: linear-gradient(270deg, var(--heading), transparent 30%), url('../images/img_8img_3.avif');
  background-position: 0 0, 50%;
  width: 100%;
  min-height: 670px;
}

.grid-3-columns-full {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.image-gallery {
  object-fit: cover;
  width: 100%;
  height: 20vw;
}

.block-heading-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-4-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 0;
}

.block-heading {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.block-heading.top {
  margin-bottom: 40px;
}

.block-heading.top.servicos {
  margin-top: 40px;
}

.block-heading-button {
  margin-bottom: 30px;
  margin-left: 25px;
}

.expertise {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.expertise.full {
  background-color: var(--background);
  padding: 13% 15%;
}

.heading-expertise {
  max-width: 210px;
}

.icon-expertise-block {
  background-color: var(--background);
  margin-bottom: 22px;
  padding: 14px;
}

.icon-expertise-block.white {
  background-color: var(--light);
}

.paragraph-expertise {
  max-width: 270px;
  margin-bottom: 0;
}

.image-bg-testimonials {
  background-image: linear-gradient(270deg, var(--heading), transparent 30%), url('../images/20240420_133327-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 670px;
}

.paragraph-testimonials {
  color: var(--paragraphs-dark);
  max-width: 500px;
  margin-bottom: 36px;
  font-size: 20px;
  font-style: italic;
  line-height: 170%;
}

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

.logo-testimonials {
  object-fit: contain;
  height: 20px;
  margin-right: 28px;
}

.info-testimonials {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.name-testimonials {
  color: var(--light);
  margin-bottom: 3px;
}

.position-testimonials {
  color: var(--paragraphs-dark);
  font-size: 14px;
  line-height: 130%;
}

.collection-list-project {
  grid-column-gap: 30px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-image-project {
  width: 100%;
  margin-bottom: 25px;
  transition: opacity .35s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.link-image-project:hover {
  opacity: .8;
}

.image-project {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.image-project.large {
  height: 660px;
}

.link-block-project {
  width: 100%;
  text-decoration: none;
  display: block;
}

.block-project {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.heading-project {
  max-width: 310px;
  margin-bottom: -5px;
}

.heading-project.large {
  max-width: 480px;
}

.heading-project.projeto {
  text-align: left;
  max-width: none;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 112%;
}

.text-project-type {
  color: var(--info-text);
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 130%;
}

.empty-state {
  background-color: var(--background);
  padding: 14px 20px;
}

.empty-state.white {
  background-color: var(--light);
}

.text-message {
  color: var(--heading);
  font-size: 16px;
  line-height: 130%;
}

.collection-list-blog {
  grid-column-gap: 30px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-blog-date {
  color: var(--info-text);
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 130%;
}

.link-block-blog {
  width: 100%;
  text-decoration: none;
  display: block;
}

.block-blog {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.heading-blog {
  max-width: 330px;
  margin-bottom: -5px;
}

.heading-blog.large {
  max-width: 450px;
}

.paragraph-summary {
  max-width: 350px;
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-summary.large {
  max-width: 500px;
}

.grid-2-columns-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 0;
}

.image-bg-banner {
  background-image: url('../images/banner_1banner.avif');
  background-position: 50%;
  background-size: cover;
}

.block-banner {
  background-color: var(--accent);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 17%;
  display: flex;
}

.heading-banner {
  color: var(--light);
  max-width: 700px;
  margin-bottom: 38px;
}

.section-footer {
  background-color: var(--heading);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 56px 50px 32px;
  display: flex;
}

.grid-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr;
  width: 100%;
}

.footer-down-block {
  border-top: 1px solid #f6f1eb33;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 26px;
  display: flex;
}

.footer-down {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.logo-footer {
  height: 45px;
  margin-bottom: 32px;
}

.paragraph-footer {
  color: var(--paragraphs-dark);
  max-width: 350px;
}

.heading-footer {
  color: var(--light);
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.link-footer {
  color: var(--paragraphs-dark);
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .25s cubic-bezier(.215, .61, .355, 1);
}

.link-footer:hover {
  color: var(--light);
}

.text-footer-down {
  color: var(--paragraphs-dark);
  font-size: 16px;
  line-height: 130%;
}

.link-footer-down {
  color: var(--light);
  text-decoration: none;
  transition: color .25s cubic-bezier(.215, .61, .355, 1);
}

.link-footer-down:hover {
  color: var(--paragraphs-dark);
}

.grid-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.icon-social {
  width: 20px;
  max-width: none;
  height: 20px;
}

.link-social {
  transition: opacity .25s cubic-bezier(.215, .61, .355, 1);
}

.link-social:hover {
  opacity: .5;
}

.block-hero-a {
  z-index: 20;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 140px 50px 50px;
  display: flex;
  position: relative;
}

.section-hero-b {
  z-index: 10;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 85vh;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.grid-hero-b {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-hero-b.interno-a {
  grid-template-rows: auto;
}

.link-hero-b {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.link-hero-b:hover {
  color: var(--background);
}

.image-hero-b {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-b {
  z-index: 20;
  background-image: linear-gradient(0deg, #000c, #0000 45%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 320px 40px 40px;
  display: flex;
  position: relative;
}

.block-hero-service {
  width: 100%;
  margin-top: 15px;
}

.block-hero-b {
  background-color: var(--background);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-hero-b.text-call-to-action {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 72px;
}

.extra {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.heading-extra {
  max-width: 880px;
  margin-bottom: 34px;
  line-height: 140%;
}

.block-accent {
  background-color: var(--accent);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17%;
  display: flex;
}

.image-bg-accent {
  background-image: url('../images/img_7img_5.avif');
  background-position: 50%;
  background-size: cover;
  min-height: 670px;
}

.link-image-services {
  width: 100%;
  margin-bottom: 22px;
  transition: opacity .35s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.link-image-services:hover {
  opacity: .8;
}

.image-services {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.link-block-services {
  width: 100%;
  text-decoration: none;
  display: block;
}

.block-services {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.heading-services {
  max-width: 310px;
  margin-bottom: -5px;
}

.section-hero-c {
  z-index: 10;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 85vh;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.grid-hero-c {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  width: 100%;
}

.block-hero-c {
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17% 70px;
  display: flex;
}

.hero-c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.grid-image-hero-c {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: 1fr .25fr 1.2fr;
  grid-template-columns: 1.4fr 1fr;
}

.image-bg-hero-c1 {
  background-image: url('../images/hero_c1_1hero_c1.avif');
  background-position: 50%;
  background-size: cover;
}

.image-bg-hero-c2 {
  background-image: url('../images/hero_c2_1hero_c2.avif');
  background-position: 50%;
  background-size: cover;
}

.image-bg-hero-c3 {
  background-image: url('../images/hero_c3_1hero_c3.avif');
  background-position: 50%;
  background-size: cover;
}

.image-bg-hero-c4 {
  background-image: url('../images/hero_c4_1hero_c4.avif');
  background-position: 50%;
  background-size: cover;
}

.section-top {
  z-index: 10;
  background-color: var(--background);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  padding: 110px 50px;
  display: flex;
  position: relative;
}

.grid-services {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
}

.services-page {
  background-color: var(--light);
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 700px;
  padding: 10% 12%;
  display: flex;
}

.services-page.img {
  background-image: url('../images/PORT-CAM-1-vertical-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
}

.services-page.img.interiores {
  background-image: url('../images/MAN_CAVE_1.jpg');
}

.services-page.img.consultoria {
  background-image: url('../images/20250123_132506-1.jpg');
}

.text-service-page {
  color: var(--heading);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.block-services-page {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.text-services-page {
  width: 100%;
}

.collection-list-blog-page {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-image-blog {
  width: 100%;
  transition: opacity .35s cubic-bezier(.215, .61, .355, 1);
}

.link-image-blog:hover {
  opacity: .8;
}

.image-blog {
  object-fit: cover;
  width: 100%;
  height: 360px;
}

.block-blog-page {
  background-color: var(--light);
  padding: 9% 11% 11%;
}

.collection-list-project-page {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light);
  background-color: var(--light);
  color: var(--heading);
  height: 52px;
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 130%;
  transition: border-color .35s cubic-bezier(.215, .61, .355, 1);
}

.text-field:focus {
  border-bottom-color: var(--accent);
}

.text-field::placeholder {
  color: #101b2280;
}

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

.form-block {
  margin-top: 5px;
  margin-bottom: 5px;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light);
  background-color: var(--light);
  color: var(--heading);
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 350px;
  margin-bottom: 14px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 130%;
  transition: border-color .35s cubic-bezier(.215, .61, .355, 1);
}

.textarea:focus {
  border-bottom-color: var(--accent);
}

.textarea::placeholder {
  color: #101b2280;
}

.submit-button {
  background-color: var(--heading);
  color: var(--light);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 23px 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .35s cubic-bezier(.215, .61, .355, 1);
}

.submit-button:hover {
  background-color: var(--accent);
  color: var(--light);
}

.success-message {
  background-color: #95daaa;
  padding: 24px;
}

.error-message {
  text-align: center;
  background-color: #ffaeae;
  margin-top: 16px;
  padding: 22px;
}

.image-bg-map {
  background-image: url('../images/map_1map.avif');
  background-position: 50%;
  background-size: cover;
  min-height: 670px;
}

.link-contact {
  width: 100%;
  text-decoration: none;
}

.contact {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-contact {
  color: var(--light);
  text-align: right;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.icon-contact {
  width: 18px;
  max-width: none;
  height: 18px;
  margin-right: 8px;
}

.info-contact {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.grid-contacts {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.section-top-img {
  z-index: 10;
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 70vh;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.block-top-img {
  z-index: 20;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 140px 50px 50px;
  display: flex;
  position: relative;
}

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

.grid-stats-full {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.image-bg-about {
  background-image: url('../images/_43A8829.jpg');
  background-position: 50% 10%;
  background-size: cover;
  min-height: 670px;
}

.grid-4-columns-full {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-image-about {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 740px;
}

.image-bg-about-a1 {
  background-image: url('../images/about_6about_1.avif');
  background-position: 50%;
  background-size: cover;
}

.image-bg-about-a2 {
  background-image: url('../images/about_7about_2.avif');
  background-position: 50%;
  background-size: cover;
}

.image-bg-about-a3 {
  background-image: url('../images/about_8about_3.avif');
  background-position: 50%;
  background-size: cover;
}

.image-bg-about-a4 {
  background-image: url('../images/about_5about_4.avif');
  background-position: 50%;
  background-size: cover;
}

.grid-project-page {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  width: 100%;
  margin-bottom: 14px;
  position: relative;
}

.project-content {
  background-color: var(--background);
  padding: 200px 17% 75px;
}

.image-project-page {
  object-fit: cover;
  width: 100%;
  height: 98vh;
  position: sticky;
  top: 14px;
}

.utility-page-wrap {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-bottom: 14px;
  padding: 200px 50px 110px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 310px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.template-info {
  background-color: var(--background);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: flex;
}

.grid-button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: center;
}

.paragraph-hero {
  color: var(--light);
  max-width: 700px;
}

.grid-licensing {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.licensing {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.block-icon-licensing {
  width: 100%;
  display: inline-block;
}

.icon-licensing-bg {
  background-color: var(--background);
  margin-bottom: 18px;
  margin-right: 18px;
  display: inline-block;
}

.icon-licensing {
  object-fit: contain;
  width: 24px;
  height: 24px;
  margin: 16px;
  display: inline-block;
}

.template-font {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
}

.image-hero-a {
  background-image: url('../images/WIDE-CAM-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-hero-a1 {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-hero-a2 {
  z-index: 2;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-hero-a3 {
  z-index: 3;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.colunas-servicos {
  margin-bottom: 24px;
  display: block;
}

.coluna-esquerda {
  padding-left: 0;
  padding-right: 8px;
}

.coluna-direita {
  padding-left: 8px;
  padding-right: 0;
}

.image-project.large {
  border-radius: 4px;
}

.image-project.large.kids, .image-project.large.escritorio {
  height: auto;
}

.image-project.largest {
  border-radius: 4px;
  height: 850px;
}

.video {
  border-radius: 4px;
  height: 580px;
}

.video-2 {
  max-height: 500px;
}

.columns {
  width: 100%;
}

.heading-2 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  body {
    padding: 10px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  .section-hero-a {
    margin-bottom: 10px;
  }

  .brand {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    background-color: var(--background);
  }

  .nav-link {
    padding: 20px 10px;
  }

  .nav-button {
    margin-left: 0;
    padding: 20px 10px;
  }

  .menu-button {
    background-color: var(--accent);
    color: var(--light);
    padding: 20px;
    font-size: 22px;
    line-height: 100%;
    transition: color .25s cubic-bezier(.215, .61, .355, 1), background-color .25s cubic-bezier(.215, .61, .355, 1);
  }

  .menu-button.w--open {
    background-color: var(--heading);
    color: var(--light);
  }

  .dropdown-toggle {
    padding: 20px 10px;
  }

  .dropdown-link {
    text-align: center;
  }

  .heading-hero.size-vw {
    margin-bottom: 14px;
  }

  .grid-hero-services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section {
    margin-bottom: 10px;
    padding: 90px 30px;
  }

  .section.padding {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .grid-2-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-stats {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .numbers-stats {
    font-size: 48px;
  }

  .numbers-stats.full {
    font-size: 58px;
  }

  .section-full {
    margin-bottom: 10px;
  }

  .block-full {
    padding: 120px 14%;
  }

  .grid-3-columns-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-4-columns {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .block-heading.top {
    margin-bottom: 30px;
  }

  .collection-list-project {
    grid-column-gap: 20px;
  }

  .image-project {
    height: 350px;
  }

  .image-project.large {
    height: 500px;
  }

  .collection-list-blog {
    grid-column-gap: 20px;
  }

  .grid-2-columns-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .block-banner {
    padding: 70px 14%;
  }

  .section-footer {
    padding-top: 90px;
    padding-bottom: 62px;
  }

  .block-hero-a {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-hero-b {
    margin-bottom: 10px;
  }

  .grid-hero-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .extra {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-accent {
    padding: 120px 14%;
  }

  .section-hero-c {
    margin-bottom: 10px;
  }

  .grid-hero-c {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .block-hero-c {
    padding: 100px 14%;
  }

  .grid-image-hero-c {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: 600px;
  }

  .section-top {
    margin-bottom: 10px;
    padding: 180px 30px 90px;
  }

  .grid-services, .collection-list-blog-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .collection-list-project-page {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
  }

  .section-top-img {
    min-height: 50vh;
    margin-bottom: 10px;
  }

  .block-top-img {
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-stats-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-4-columns-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-image-about {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    height: 900px;
  }

  .grid-project-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .project-content {
    padding: 90px 14% 55px;
  }

  .image-project-page {
    height: 80vh;
    position: static;
  }

  .utility-page-wrap {
    min-height: 70vh;
    margin-bottom: 10px;
    padding: 180px 30px 90px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  .heading-hero.size-vw {
    font-size: 6vw;
  }

  .grid-hero-services {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .description {
    display: none;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-2-columns {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-stats {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .block-right {
    padding: 0 7%;
  }

  .numbers-stats.full {
    font-size: 40px;
  }

  .block-left {
    padding: 0 7%;
  }

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

  .block-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-bg-services {
    background-image: linear-gradient(0deg, var(--heading), transparent 30%), url('../images/img_8img_3.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 500px;
  }

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

  .image-gallery {
    height: 40vw;
  }

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

  .block-heading-button {
    margin-left: 0;
  }

  .image-bg-testimonials {
    background-image: linear-gradient(0deg, var(--heading), transparent 30%), url('../images/img_6img_4.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 500px;
  }

  .collection-list-project {
    grid-template-columns: 1fr;
  }

  .link-image-project {
    margin-bottom: 20px;
  }

  .image-project {
    height: 450px;
  }

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

  .text-project-type {
    margin-bottom: 6px;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .text-blog-date {
    margin-bottom: 6px;
  }

  .heading-blog, .paragraph-summary {
    max-width: none;
  }

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

  .image-bg-banner {
    height: 300px;
  }

  .block-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-footer {
    padding: 70px 14% 50px;
  }

  .grid-footer {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .footer-down {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .heading-footer {
    margin-bottom: 16px;
  }

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

  .extra {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-accent {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-bg-accent {
    min-height: 400px;
  }

  .image-services {
    height: 300px;
  }

  .block-hero-c {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-top {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .grid-services {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .services-page {
    min-height: 550px;
  }

  .collection-list-blog-page {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-blog {
    height: 300px;
  }

  .collection-list-project-page {
    grid-row-gap: 55px;
    grid-template-columns: 1fr;
  }

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

  .image-bg-map {
    min-height: 500px;
  }

  .grid-contacts {
    grid-row-gap: 30px;
  }

  .image-bg-about {
    min-height: 400px;
  }

  .grid-image-about {
    height: 700px;
  }

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

  .utility-page-wrap {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .grid-button {
    grid-auto-flow: row;
  }

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

@media screen and (max-width: 479px) {
  body {
    padding: 6px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  .section-hero-a {
    margin-bottom: 6px;
  }

  .navbar {
    flex-flow: row;
    order: 0;
    align-self: auto;
    align-items: center;
    display: flex;
    top: 24px;
    left: 22px;
    right: 22px;
  }

  .nav-block {
    border-width: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: auto;
    display: flex;
    overflow: hidden;
  }

  .nav {
    clear: none;
    flex-flow: row;
    display: flex;
    overflow: visible;
  }

  .logo {
    max-width: 80%;
    height: auto;
  }

  .brand.w--current {
    overflow: visible;
  }

  .nav-button {
    padding-top: 18px;
  }

  .text-button.wp {
    font-size: 12px;
  }

  .icon-button {
    overflow: hidden;
  }

  .menu-button {
    border-right: 1px solid #441826;
    order: -1;
    align-self: stretch;
  }

  .hero-a.mobile {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .heading-hero {
    font-size: 32px;
    font-weight: 600;
    line-height: 108%;
  }

  .heading-hero.size-vw {
    margin-bottom: 0;
  }

  .section {
    margin-bottom: 6px;
    padding: 55px 16px;
  }

  .section.padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .content {
    margin-bottom: 0;
    padding: 0;
  }

  .grid-stats {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .paragraph.projeto {
    font-size: 14px;
    line-height: 170%;
  }

  .numbers-stats {
    font-size: 40px;
  }

  .numbers-stats.full {
    font-size: 36px;
  }

  .icon.wp {
    width: 16px;
    margin-left: 4px;
    margin-right: 4px;
    overflow: visible;
  }

  .section-full {
    margin-bottom: 0;
  }

  .block-full {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .image-bg-services {
    min-height: 350px;
  }

  .grid-3-columns-full {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .grid-4-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .block-heading.top {
    margin-bottom: 20px;
  }

  .expertise.full {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-expertise, .paragraph-expertise {
    max-width: none;
  }

  .image-bg-testimonials.mobile {
    display: none;
  }

  .image-project, .image-project.large {
    height: 350px;
  }

  .heading-project.projeto {
    font-size: 32px;
  }

  .grid-2-columns-full {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-bg-banner {
    height: 250px;
  }

  .section-footer {
    padding-top: 55px;
    padding-bottom: 30px;
  }

  .footer-down-block {
    margin-top: 50px;
  }

  .paragraph-footer {
    margin-bottom: 10px;
  }

  .block-hero-a {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-hero-a.mobile {
    background-image: linear-gradient(#0000, #0000001a 77%, #000c);
    justify-content: space-between;
    align-items: center;
    height: 80vh;
    display: flex;
  }

  .section-hero-b {
    margin-bottom: 6px;
  }

  .grid-hero-b {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-hero-b.interno-a {
    grid-template-columns: 1fr;
  }

  .block-hero-b.text-call-to-action {
    padding: 48px;
  }

  .extra {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-extra {
    margin-bottom: 0;
  }

  .block-accent {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .image-bg-accent {
    min-height: 350px;
  }

  .section-hero-c {
    margin-bottom: 6px;
  }

  .grid-hero-c {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .block-hero-c {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .grid-image-hero-c {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    min-height: 450px;
  }

  .section-top {
    margin-bottom: 6px;
    padding: 55px 16px;
  }

  .grid-services, .collection-list-blog-page {
    grid-row-gap: 16px;
  }

  .image-blog {
    height: 250px;
  }

  .image-bg-map {
    min-height: 400px;
  }

  .text-contact {
    font-size: 16px;
  }

  .section-top-img {
    margin-bottom: 6px;
  }

  .block-top-img {
    padding-bottom: 6px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-stats-full {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .image-bg-about {
    min-height: 350px;
  }

  .grid-4-columns-full {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .grid-image-about {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .grid-project-page {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 6px;
  }

  .project-content {
    padding: 55px 8% 20px;
  }

  .image-project-page {
    height: 70vh;
  }

  .utility-page-wrap {
    margin-bottom: 6px;
    padding: 150px 16px 55px;
  }

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

  .image-hero-a.mobile {
    background-image: url('../images/PORT-CAM-1-vertical-1.png');
    background-position: 50%;
    background-size: cover;
  }

  .coluna-esquerda {
    margin-bottom: 8px;
    padding-right: 0;
  }

  .coluna-direita {
    padding-left: 0;
  }

  .div-block {
    overflow: visible;
  }
  
}

#w-node-e35e4e79-1266-7d53-01dd-20fb71a18d0e-47b8dee5 {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-e35e4e79-1266-7d53-01dd-20fb71a18d0e-47b8dee5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1606ac0d-400d-99a2-fc69-b7c73ead95cb-47b8dede {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


