@font-face {
  font-family: Unique Vf;
  src: url('../fonts/Unique-VF.ttf') format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder Vf;
  src: url('../fonts/Thunder-VF.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --mint-neon: #5dfdcb;
  --midnight: #0c1e3a;
  --dark-graphite: #0e1b1e;
  --blue-ice: #c9f9ff;
  --black: #0d0d0d;
  --white: white;
  --bege: #f9f7c0;
  --soft-canvas: #f5f7f6;
  --_apps---typography--heading-font: Montserrat, sans-serif;
  --_apps---colors--foreground: #1a1b1f;
  --atlantic-tech: #2e6f95;
  --sky: #93c6d6;
  --teal-balance: #82aeb1;
  --green: #abe760;
  --_apps---typography--body-font: Montserrat, sans-serif;
  --green-2: #a3beb5;
  --_apps---typography--button-font: Montserrat, sans-serif;
  --_apps---sizes--radius: 30px;
  --_apps---colors--background: var(--white);
  --_apps---colors--card: var(--white);
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #f2f2f2;
  --deep-sage: #668586;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #89c337;
  --_apps---colors--primary-foreground: #0a0f06;
  --_apps---colors--secondary: #e6ffce;
  --_apps---colors--secondary-foreground: #0b0e08;
  --_apps---colors--muted: #f8f8f8;
  --_apps---colors--muted-foreground: #7d797a;
  --_apps---colors--accent: #e4e4e4;
  --_apps---colors--accent-foreground: var(--black);
  --_apps---colors--destructive: #d5455f;
  --_apps---colors--border: #43464d;
  --_apps---colors--input: #464950;
  --_apps---colors--ring: #b5e283;
  --_apps---charts--chart-1: #6ba300;
  --_apps---charts--chart-2: #95bd67;
  --_apps---charts--chart-3: #589400;
  --_apps---charts--chart-4: #71a02f;
  --_apps---charts--chart-5: #528200;
  --_apps---sidebar--sidebar: #f8f8f8;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #89c337;
  --_apps---sidebar--sidebar-primary-foreground: #0a0f06;
  --_apps---sidebar--sidebar-accent: #e4e4e4;
  --_apps---sidebar--sidebar-accent-foreground: var(--black);
  --_apps---sidebar--sidebar-border: #43464d;
  --_apps---sidebar--sidebar-ring: #b5e283;
  --_apps---colors--background-dark: #030303;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #141414;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #141414;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: var(--green);
  --_apps---colors--primary-foreground-dark: #040702;
  --_apps---colors--secondary-dark: #081c00;
  --_apps---colors--secondary-foreground-dark: #f6faf3;
  --_apps---colors--muted-dark: #010101;
  --_apps---colors--muted-foreground-dark: #868686;
  --_apps---colors--accent-dark: #292929;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #e3526a;
  --_apps---colors--border-dark: #43464d1a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #b5e283;
  --_apps---charts--chart-1-dark: var(--green);
  --_apps---charts--chart-2-dark: #deffb0;
  --_apps---charts--chart-3-dark: #88c820;
  --_apps---charts--chart-4-dark: #d3ff9d;
  --_apps---charts--chart-5-dark: #81b43c;
  --_apps---sidebar--sidebar-dark: #070707;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: var(--green);
  --_apps---sidebar--sidebar-primary-foreground-dark: #040702;
  --_apps---sidebar--sidebar-accent-dark: #292929;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #b5e283;
}

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

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

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

.quick-stack {
  height: 100vh;
}

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

.heading {
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.navbar-logo-center {
  z-index: 10;
  background-color: #fff0;
  border-radius: 30px;
  width: 90%;
  max-width: 1240px;
  height: 50px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navbar-logo-center:where(.w-variant-e0b8430e-eaf4-bd2d-b29f-10dd2d1c6587) {
  width: 90%;
  max-width: 1300px;
  font-family: Montserrat, sans-serif;
}

.navbar-logo-center:where(.w-variant-6f88d26c-380a-1bc7-65c7-73a3af8f933c) {
  width: 90%;
  font-family: Montserrat, sans-serif;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  background-color: #0000;
  border-radius: 30px;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
}

.navbar-logo-center-container.shadow-three:where(.w-variant-e0b8430e-eaf4-bd2d-b29f-10dd2d1c6587) {
  width: 100%;
  max-width: 1300px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-logo-center-container.shadow-three:where(.w-variant-6f88d26c-380a-1bc7-65c7-73a3af8f933c) {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.container:where(.w-variant-e0b8430e-eaf4-bd2d-b29f-10dd2d1c6587) {
  max-width: 1300px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  border-radius: 30px;
}

.button-primary {
  background-color: var(--mint-neon);
  color: var(--midnight);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 30px;
  padding: 10px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color 1s, background-color 1s cubic-bezier(.68, -.55, .265, 1.55);
  position: static;
}

.button-primary:hover {
  background-color: var(--dark-graphite);
  color: var(--blue-ice);
}

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

.button-primary.btn-hero {
  background-color: var(--mint-neon);
  color: var(--midnight);
  -webkit-text-stroke-color: var(--mint-neon);
  align-self: center;
  padding: 15px 30px;
  font-size: 16px;
  transition: background-color 1s, color 1s cubic-bezier(.68, -.55, .265, 1.55);
}

.button-primary.btn-hero:hover {
  background-color: var(--dark-graphite);
  color: var(--blue-ice);
  background-image: none;
}

.menu-button {
  right: 0;
}

.image:where(.w-variant-e0b8430e-eaf4-bd2d-b29f-10dd2d1c6587), .image:where(.w-variant-6f88d26c-380a-1bc7-65c7-73a3af8f933c) {
  display: inline-block;
}

.image.logo-full-nav, .image.logo-icone-nav {
  overflow: clip;
}

.hero {
  background-color: #0000;
  background-image: url('../images/bg-2.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.heading-3 {
  z-index: 6;
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 0 #000;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  position: static;
}

.heading-3.title-home {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: normal;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
}

.heading-3.title-home.autoridade, .heading-3.title-home.se-constroi {
  color: var(--bege);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3.title-section-project {
  color: var(--white);
  text-align: center;
  mix-blend-mode: difference;
  font-size: 3rem;
  line-height: 3rem;
}

.card_image_home {
  background-image: url('../images/MEDCAMP---07_12-09.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 250px;
  height: 200px;
  position: absolute;
  inset: 100px auto 0 200px;
}

.card_image_home.project_image_move {
  position: relative;
  top: auto;
  left: auto;
}

.card_image-home-2 {
  background-image: url('../images/MEDCAMP---07_12-12.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 400px;
  height: 250px;
  position: absolute;
  top: 120px;
  left: 550px;
  right: auto;
}

.card_image-home-2.project_image_move {
  background-image: url('../images/MEDCAMP---07_12-37.webp');
  position: relative;
  top: auto;
  left: auto;
}

.card_image-home-3 {
  background-image: url('../images/MEDCAMP---07_12-12.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 250px;
  height: 200px;
  position: absolute;
  top: 100px;
  bottom: auto;
  right: 200px;
}

.card_image-home-3.project_image_move {
  background-image: url('../images/MEDCAMP---07_12-71.webp');
  position: relative;
  top: auto;
  right: auto;
}

.card_image-home-4 {
  background-image: url('../images/MEDCAMP---07_12-12.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 200px;
  height: 250px;
  position: absolute;
  inset: auto auto 100px 300px;
}

.card_image-home-4.project_image_move {
  background-image: url('../images/MEDCAMP---07_12-58.webp');
  position: relative;
  bottom: auto;
  left: auto;
}

.card_image-home-4-copy {
  background-image: url('../images/MEDCAMP---07_12-12.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100px;
  height: 150px;
  position: absolute;
  inset: auto auto 100px 100px;
}

.card_image-home-5 {
  background-image: url('../images/MEDCAMP---07_12-12.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 250px;
  height: 200px;
  position: absolute;
  inset: auto auto 50px;
}

.card_image-home-5._5 {
  width: 150px;
  height: 100px;
  bottom: 140px;
  left: auto;
}

.card_image-home-5.project_image_move {
  background-image: linear-gradient(#00000080, #00000080);
  width: 400px;
  height: 250px;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.card_image-home-6 {
  background-image: url('../images/MEDCAMP---07_12-12.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 200px;
  height: 250px;
  position: absolute;
  inset: auto 300px 60px auto;
}

.card_image-home-6._5 {
  width: 150px;
  height: 100px;
  bottom: 140px;
  left: auto;
}

.card_image-home-6.project_image_move {
  background-image: none;
  position: relative;
  bottom: auto;
  right: auto;
  overflow: hidden;
}

.main-hero {
  background-color: var(--midnight);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.scroll_triger {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400vh;
  display: block;
  position: relative;
}

.wrapper_project_image {
  position: absolute;
}

.wrapper_project_image.wrapper_project_image_1 {
  z-index: 1;
  width: 250px;
  height: 200px;
  inset: 5% auto auto 15%;
}

.wrapper_project_image.wrapper_project_image_2 {
  z-index: 0;
  width: 400px;
  height: 250px;
  inset: 4% auto auto 55%;
}

.wrapper_project_image.wrapper_project_image_3 {
  z-index: 2;
  width: 250px;
  height: 200px;
  inset: 12% auto auto 35%;
}

.wrapper_project_image.wrapper_project_image_4 {
  z-index: 3;
  width: 200px;
  height: 250px;
  inset: 50% auto auto 10%;
}

.wrapper_project_image.wrapper_project_image_5 {
  z-index: 5;
  width: 400px;
  height: 250px;
  inset: 60% auto auto 35%;
}

.wrapper_project_image.wrapper_project_image_6 {
  z-index: 4;
  border-radius: 10px;
  width: 200px;
  height: 250px;
  inset: 55% auto auto 75%;
  overflow: hidden;
}

.wrapper_project_image.assetparh-1 {
  z-index: 1;
  width: 80px;
  height: 60px;
  inset: 35% auto auto 10%;
}

.center-target {
  position: absolute;
  top: 50%;
  left: 50%;
}

.text-span {
  font-weight: 400;
}

.youtube {
  pointer-events: none;
}

.container-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 95%;
  display: flex;
  position: relative;
}

.button-secondary {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffffff2e;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 10px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all 1s;
}

.button-secondary:hover {
  background-color: var(--midnight);
  color: var(--soft-canvas);
  -webkit-text-stroke-color: #fff;
}

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

.button-secondary.btn-hero {
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  transition: color 1s, background-color 1s;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.flex-block {
  width: 50%;
}

.image-2 {
  border-radius: 20px;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 550px;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, #faebe300);
  inset: auto 0% -1px;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-wrap-hero-1:hover {
  clear: none;
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}

.div-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-gallery-hero-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-inside-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.waves-inside-hero-2.reverse {
  justify-content: flex-end;
}

.waves-image-wrap-hero-2 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-item-gallery-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.waves-gradient-hero-2 {
  z-index: 9;
  background-image: linear-gradient(#fff, #fff0);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-2.bottom {
  background-image: linear-gradient(0deg, #fff, #fff0);
  inset: auto 0% -1px;
}

.waves-column-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-column-hero-2.column-two {
  flex-flow: row;
  width: 100%;
}

.waves-column-hero-2.column-one {
  width: 100%;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: none;
}

.clients {
  border-radius: 50%;
  width: 60px;
  height: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.clientes {
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.flex-block-2 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
}

.navbar-glass-effect {
  border-radius: inherit;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 50px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-glass-effect:where(.w-variant-e0b8430e-eaf4-bd2d-b29f-10dd2d1c6587) {
  max-width: 1300px;
}

.navbar-glass-tint {
  border-radius: inherit;
  background-color: #ffffff40;
  width: 100%;
  height: 50px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-glass-tint:where(.w-variant-e0b8430e-eaf4-bd2d-b29f-10dd2d1c6587) {
  max-width: 1300px;
}

.navbar-glass-shine {
  border-radius: inherit;
  width: 100%;
  height: 50px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset -1px -1px 1px 1px #ffffff8c, inset 2px 2px 1px #ffffff80;
}

.navbar-glass-shine:where(.w-variant-e0b8430e-eaf4-bd2d-b29f-10dd2d1c6587) {
  max-width: 1300px;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: static;
}

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-6 {
  width: 50%;
}

.heading-4 {
  font-family: var(--_apps---typography--heading-font);
  color: var(--_apps---colors--foreground);
  text-align: center;
  text-transform: capitalize;
  font-size: 4rem;
  line-height: 3.8rem;
  position: static;
}

.section {
  background-color: var(--midnight);
  width: 100%;
  height: 200vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.background-video {
  border-radius: 10px;
  width: 200px;
  height: 250px;
  overflow: hidden;
}

.text-block {
  color: var(--_apps---colors--foreground);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.asset-move {
  background-image: url('../images/Asset-move.png');
  background-position: 0 0;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.main-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  margin-top: auto;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.hero_image {
  background-color: var(--blue-ice);
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overlay {
  background-image: radial-gradient(circle, #0000 2%, #ffffff80 17%, #fffc 24%, #fff 33%);
  width: 200%;
  height: 200%;
  display: none;
  position: absolute;
  inset: -50% 0% 0% -50%;
}

.button-tertiary {
  background-color: var(--black);
  text-align: center;
  border-radius: 30px;
  min-width: 160px;
  padding: 8px 20px;
  font-size: 1rem;
}

.button-tertiary:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0d0d0d00;
  background-image: linear-gradient(347deg, #000c 39%, #abe760cc);
}

.background-video-2 {
  width: 200px;
  height: 250px;
}

.background-video-1 {
  border-radius: 10px;
  width: 200px;
  height: 250px;
}

.designed {
  background-color: var(--midnight);
  color: var(--blue-ice);
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.5rem;
  font-weight: 600;
}

.text-span-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-span-2.designed-2 {
  background-color: var(--atlantic-tech);
  color: var(--white);
  border-radius: 30px;
  font-size: 2.5rem;
  font-weight: 800;
}

.text-span-3 {
  font-weight: 700;
}

.text-span-4 {
  font-weight: 400;
}

.text-span-5 {
  font-size: 3.2rem;
  font-weight: 500;
}

.text-span-6 {
  font-weight: 600;
}

.text-span-7 {
  font-size: 3rem;
  font-weight: 400;
}

.text-animate {
  color: #fffec4;
  text-align: center;
  text-transform: uppercase;
  max-width: 1240px;
}

.text-animate-3 {
  color: #fffea9;
  text-align: center;
  text-transform: uppercase;
}

.text-span-8 {
  font-weight: 500;
}

.div-block-8 {
  z-index: 0;
  height: 400vh;
}

.div-block-9 {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(0deg, #0000002b, #fff0);
  width: 100%;
  height: 10vw;
  position: fixed;
  inset: auto 0% 0%;
}

.body {
  font-family: Poppins, sans-serif;
}

.image-3 {
  position: absolute;
  left: -150vw;
}

.image-4 {
  position: absolute;
  right: -150vw;
}

.logo-basica-1 {
  width: 300px;
  position: absolute;
  transform: translate(150vw, -45px);
}

.logo-basica-2 {
  width: 100px;
  position: absolute;
  transform: translate(-150vw);
}

.scroll_image {
  object-fit: cover;
  width: 22rem;
  max-width: 100cqw;
}

.scroll_image.image-wide {
  object-fit: cover;
  width: 34rem;
}

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

.basica-estilizado {
  justify-content: center;
  align-items: flex-start;
  margin-top: -30px;
  display: flex;
}

.b {
  filter: invert();
  mix-blend-mode: difference;
  width: 200px;
}

.a1 {
  width: 80px;
  margin-left: -10px;
}

.s {
  width: 80px;
  margin-left: -20px;
}

.i {
  width: 80px;
  margin-left: -30px;
}

.c {
  width: 100px;
  margin-left: -40px;
}

.a {
  width: 80px;
  margin-left: -30px;
}

.rabisco-1 {
  filter: invert();
  width: 150px;
  position: absolute;
  top: 20px;
  right: -50px;
}

.star {
  filter: invert();
  width: 100px;
  position: absolute;
  top: 50%;
  left: -50px;
}

.scroll_image_list {
  margin-right: -100cqw;
  display: flex;
}

.scroll-image-wrap {
  height: 60vh;
  display: flex;
  container-type: inline-size;
}

.scroll-image-track {
  display: flex;
}

.scroll-basica {
  background-color: var(--atlantic-tech);
  width: 100%;
  height: 250vh;
  margin-top: 100vh;
  display: block;
  overflow: clip;
}

.div-block-4-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: none;
}

.navbar-logo-center-reduzido {
  z-index: 10;
  background-color: #fff0;
  border-radius: 30px;
  width: 100%;
  max-width: 600px;
  height: 50px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-center-reduzido:where(.w-variant-e0b8430e-eaf4-bd2d-b29f-10dd2d1c6587) {
  width: 90%;
  max-width: 1300px;
  font-family: Montserrat, sans-serif;
}

.navbar-logo-center-reduzido:where(.w-variant-6f88d26c-380a-1bc7-65c7-73a3af8f933c) {
  width: 90%;
  font-family: Montserrat, sans-serif;
}

.div-block-11 {
  position: relative;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.header-main-wrapper {
  height: 400vh;
  margin-bottom: -100vh;
}

.spacer-header {
  width: 100%;
  height: 100vh;
}

.footer {
  z-index: 0;
  background-color: var(--white);
  background-image: url('../images/bg_home.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: sticky;
  bottom: 0;
}

.container-4 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer_wrapper {
  z-index: 0;
  margin-top: -100vh;
  position: relative;
}

.footer-spacer {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.redes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 45px;
}

.wrapper-social {
  background-color: #ffffff47;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  overflow: hidden;
}

.social {
  filter: invert();
}

.stiker-wrapper {
  position: absolute;
  top: 80px;
  left: 100px;
}

.stiker-wrapper-2 {
  position: absolute;
  inset: auto 60px 140px auto;
}

.sub-headling-hero {
  color: #fff;
  text-align: center;
  max-width: 700px;
  font-weight: 400;
}

.com-marketing {
  border: 1px solid var(--bege);
  opacity: 0;
  color: var(--bege);
  text-align: center;
  -webkit-text-stroke-color: var(--bege);
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
}

.div-block-13, .div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.com-estraegia {
  border: 1px solid var(--sky);
  opacity: 0;
  color: var(--sky);
  text-align: center;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
}

.text-span-9 {
  -webkit-text-stroke-color: var(--bege);
}

.svg {
  color: #ff1f1f;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-top: auto;
  position: sticky;
  top: 0;
  overflow: visible;
}

.services {
  z-index: 3;
  background-color: var(--teal-balance);
  background-image: linear-gradient(#0c1e3a, #2e6f95);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 450vh;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  overflow: clip;
}

.service {
  background-color: var(--soft-canvas);
  border-radius: 20px;
  flex-flow: column;
  width: 50vw;
  padding: 5px;
  display: flex;
}

.service.service-1 {
  z-index: 5;
  background-color: var(--dark-graphite);
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  position: relative;
}

.service.service-2 {
  z-index: 4;
  background-color: var(--dark-graphite);
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  position: relative;
}

.service.service-3 {
  z-index: 3;
  background-color: var(--dark-graphite);
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  position: relative;
}

.service.service-4 {
  z-index: 2;
  background-color: var(--dark-graphite);
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  position: relative;
}

.service.service-5 {
  z-index: 3;
  background-color: var(--dark-graphite);
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  position: relative;
}

.services-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 50cqw;
  margin-bottom: -100cqw;
  display: flex;
  position: static;
  inset: auto;
  overflow: clip;
}

.image-5 {
  background-image: linear-gradient(to bottom, var(--dark-graphite), var(--dark-graphite));
  opacity: .58;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  font-size: 10rem;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-17 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto;
}

.div-block-18 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0;
}

.div-block-19, .div-block-20, .div-block-21 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-6 {
  text-align: center;
  text-transform: uppercase;
  font-size: 10rem;
}

.heading-6.title-serv {
  color: var(--soft-canvas);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #c9f9ff 25%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Unique Vf, Impact, sans-serif;
  font-size: 20rem;
  line-height: 20rem;
}

.heading-6.title-ico {
  color: var(--soft-canvas);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #c9f9ff 75%);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  font-family: Unique Vf, Impact, sans-serif;
  font-size: 20rem;
  line-height: 20rem;
}

.div-block-22 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0;
}

.heading-7 {
  color: var(--bege);
  mix-blend-mode: normal;
  font-family: Changa One, Impact, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 6rem;
}

.heading-8, .heading-9, .heading-10, .heading-11 {
  color: var(--bege);
  font-family: Changa One, Impact, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 6rem;
}

.overlay-circle {
  background-color: var(--mint-neon);
  opacity: .25;
  border-radius: 50%;
  width: 80vw;
  height: 80vh;
  position: absolute;
}

.wrapper-text-infinite {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.text-infinite {
  width: 3000px;
  color: var(--sky);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Thunder Vf, Impact, sans-serif;
  font-size: 200px;
  font-weight: 800;
  line-height: 200px;
}

.div-block-23 {
  background-color: var(--mint-neon);
  border-radius: 30px;
  padding: 10px 25px;
}

.div-block-24 {
  background-color: var(--dark-graphite);
  background-image: linear-gradient(180deg, var(--dark-graphite), var(--midnight) 100%, white);
  border-radius: 30px;
  padding: 3px;
}

.text-block-2 {
  color: var(--midnight);
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
}

.imagine-mobile {
  border: 1px solid var(--sky);
  opacity: 0;
  color: var(--sky);
  text-align: center;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
}

.section-2 {
  margin-top: 100vh;
}

.heading-12 {
  color: #fff;
  text-align: center;
  align-self: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 50px;
}

.code {
  font-family: Great Vibes, cursive;
  font-size: 56px;
  font-weight: 400;
}

.heading-13 {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-top: 20px;
}

.bold-text-3 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  line-height: 50px;
}

.portfolio-section {
  background-color: #0a1215;
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
}

.portfolio-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.portfolio-header {
  text-align: center;
  margin-bottom: 60px;
}

.portfolio-title {
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 700;
}

.portfolio-subtitle {
  color: #ffffff73;
  margin: 0;
  font-size: 16px;
}

.portfolio-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  height: auto;
  display: flex;
}

.portfolio-grid._2 {
  margin-top: -38vh;
}

.video-card {
  pointer-events: none;
  cursor: none;
  background-color: #111;
  border-radius: 18px;
  height: 675px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.video-card.video-card--tall {
  margin-top: 40px;
  overflow: hidden;
}

.video-card.video-card--tall.video-card-wide, .video-card.video-card--tall.video-card-wide-copy {
  height: 300px;
}

.video-card--tall {
  grid-row-start: span 2;
}

.video-card--wide {
  grid-column-start: span 1;
}

.video-thumb {
  pointer-events: none;
  cursor: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.video-card__overlay {
  pointer-events: none;
  cursor: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.video-card__play {
  opacity: 0;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: opacity .3s, transform .3s;
  display: flex;
  transform: scale(.8);
}

.portfolio-modal {
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  inset: 0;
}

.portfolio-modal.is-open {
  opacity: 1;
  pointer-events: all;
}

.portfolio-modal__backdrop {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000e0;
  position: absolute;
  inset: 0;
}

.portfolio-modal__content {
  z-index: 1;
  border-radius: 20px;
  width: 90vw;
  max-width: 900px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px #000c;
}

.portfolio-modal__close {
  z-index: 2;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  cursor: pointer;
  background-color: #00000080;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background .2s;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

.portfolio-modal__video {
  background-color: #000;
  width: 100%;
  max-height: 80vh;
  display: block;
}

.youtube-2 {
  aspect-ratio: auto;
  pointer-events: none;
  cursor: none;
  height: 100%;
}

.youtube-3 {
  pointer-events: none;
  cursor: none;
  height: 100%;
}

.youtube-4, .youtube-6 {
  height: 100%;
}

.youtube-7 {
  pointer-events: none;
  cursor: none;
  height: 100%;
}

.video-thumb-copy {
  pointer-events: none;
  cursor: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.youtube-8, .youtube-9 {
  height: 100%;
}

.code-embed {
  pointer-events: none;
  cursor: none;
  border-radius: 20px;
  width: 100%;
}

.youtube-5 {
  pointer-events: none;
  cursor: none;
  height: 100%;
}

.code-embed-2 {
  pointer-events: none;
  cursor: none;
  width: 100%;
  margin-top: 40px;
}

.code-embed-3, .code-embed-4 {
  pointer-events: none;
  cursor: none;
  width: 100%;
}

.section_imagefolio {
  width: 100%;
  height: 100vh;
  margin-top: 10px;
}

.fotofolio_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  margin-right: -100cqw;
  display: flex;
}

.fotowrapper {
  max-width: 34rem;
  height: 60vh;
}

.image-6 {
  object-fit: cover;
  height: 100%;
  overflow: clip;
}

.carrosselfolioslider {
  height: 60vh;
}

.fotofoliotrack {
  display: flex;
}

.section_imagefolio-2 {
  width: 100%;
  height: 100vh;
  margin-top: 10px;
}

.fotofoliotrack-2 {
  display: flex;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-pilar {
  padding: 10px 20px 20px;
}

.section-3 {
  z-index: 3;
  background-color: var(--midnight);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading-14 {
  color: var(--bege);
  -webkit-text-stroke-color: var(--bege);
  font-weight: 400;
}

.paragraph, .heading-15 {
  color: #fff;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.cta {
  z-index: 3;
  background-color: var(--dark-graphite);
  background-image: linear-gradient(#0e1b1ed6, #0e1b1ed6), url('../images/7Ri-ToKz3Uc.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -45vh;
  display: flex;
  position: relative;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-16 {
  color: var(--bege);
  text-align: center;
  margin-bottom: auto;
  font-size: 3rem;
  line-height: 55px;
}

.heading-17 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  font-size: 3.5rem;
  line-height: 55px;
}

.div-block-28 {
  border: 1px solid #fff;
  width: 500px;
}

.hero_image_mobile {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: none;
}

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

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  color: #fff;
  align-self: center;
  text-decoration: none;
}

.paragraph-2 {
  margin-bottom: 0;
}

.div-block-30 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  filter: invert();
  width: 24px;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
}

.link-block-2 {
  align-self: center;
  text-decoration: none;
}

.div-block-31 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  filter: invert();
  width: 24px;
}

.idv_prof {
  width: 100%;
}

.cntainer_idv {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-9 {
  max-width: 34rem;
  height: 20rem;
}

.carrossel_idv {
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.heading-18 {
  max-width: 1240px;
  color: var(--bege);
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .navbar-logo-center-container.shadow-three {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-2 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-image-wrap-hero-2 {
    height: 320px;
  }

  .waves-gradient-hero-2 {
    height: 140px;
  }

  .footer {
    position: relative;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .portfolio-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: minmax(500px, 50vh);
    display: grid;
  }

  .div-block-26 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-center-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .button-primary.btn-hero {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .button-primary.btn-hero.btn-cta {
    margin-top: 0;
    padding: 15px 30px;
    font-size: 14px;
  }

  .heading-3.title-home.autoridade, .heading-3.title-home.se-constroi {
    font-size: 2rem;
    line-height: 2rem;
  }

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

  .button-secondary.btn-hero {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-2 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 60px;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-one, .waves-column-hero-1.column-two {
    flex: none;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .div-block-3 {
    flex-flow: row;
  }

  .waves-gallery-hero-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves-gradient-hero-2 {
    top: -1px;
  }

  .waves-gradient-hero-2.bottom {
    bottom: -1px;
  }

  .waves-column-hero-2 {
    width: 48%;
  }

  .waves-column-hero-2.column-two, .waves-column-hero-2.column-one {
    flex: none;
  }

  .unsplash-image {
    display: none;
  }

  .div-block-7 {
    margin-top: 30px;
  }

  .main-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .overlay {
    height: 0%;
    display: block;
  }

  .text-animate {
    margin-top: 0;
    font-size: 2rem;
    line-height: 40px;
  }

  .scroll-basica {
    margin-top: 0;
  }

  .header-main-wrapper {
    height: 100vh;
    margin-bottom: 0;
  }

  .spacer-header {
    height: 0;
  }

  .container-4 {
    max-width: none;
  }

  .redes {
    top: 60px;
    bottom: auto;
    right: 20px;
  }

  .sub-headling-hero {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .text-span-9 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .bold-text {
    font-size: 3rem;
    line-height: 3rem;
  }

  .bold-text-2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .imagine-mobile {
    opacity: 100;
    position: static;
  }

  .heading-12 {
    font-size: 1.8rem;
    line-height: 40px;
  }

  .bold-text-3 {
    font-size: 2rem;
    line-height: 40px;
  }

  .portfolio-section {
    padding-bottom: 100px;
  }

  .portfolio-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 1fr;
    place-content: start center;
    display: grid;
  }

  .portfolio-grid._2 {
    margin-top: -68vh;
  }

  .fotowrapper {
    max-width: 34rem;
    height: 30vh;
  }

  .fotowrapper.idv {
    min-width: 7rem;
    max-width: 34rem;
    height: 18vh;
  }

  .carrosselfolioslider {
    height: 30vh;
  }

  .section_imagefolio-2 {
    height: 50vh;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    font-size: 16px;
  }

  .div-block-26 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-16 {
    font-size: 2.6rem;
    line-height: 40px;
  }

  .heading-17 {
    font-size: 2.5rem;
    line-height: 40px;
  }

  .div-block-28 {
    width: 300px;
  }

  .hero_image_mobile {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .div-block-29 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 20px;
  }

  .image-9 {
    min-width: 7rem;
    height: 10rem;
  }
}

#w-node-_2d8cf450-2102-c5bd-136c-75388e080930-10d9e480, #w-node-df170419-ba5a-1a19-705a-eec192a44c78-10d9e480, #w-node-_0487a874-c777-3d6c-83a6-3c091b018b60-10d9e480, #w-node-dd62c36b-3e63-5e41-8db4-e51cead899aa-10d9e480, #w-node-dd62c36b-3e63-5e41-8db4-e51cead899ab-10d9e480 {
  justify-self: center;
}

#w-node-e5084c51-8a39-dbee-113f-f84d83bb8ff3-10d9e480, #w-node-e5084c51-8a39-dbee-113f-f84d83bb8ffc-10d9e480, #w-node-e5084c51-8a39-dbee-113f-f84d83bb9007-10d9e480 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_2d8cf450-2102-c5bd-136c-75388e080930-10d9e480, #w-node-df170419-ba5a-1a19-705a-eec192a44c78-10d9e480, #w-node-_0487a874-c777-3d6c-83a6-3c091b018b60-10d9e480 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-df170419-ba5a-1a19-705a-eec192a44c78-10d9e480 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0487a874-c777-3d6c-83a6-3c091b018b60-10d9e480 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}


@font-face {
  font-family: 'Unique Vf';
  src: url('../fonts/Unique-VF.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder Vf';
  src: url('../fonts/Thunder-VF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galgo';
  src: url('../fonts/Galgo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}