@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --azul-escuro: #0e1f3d;
  --azul-claro: #00f0ff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.header {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.info-link {
  width: 20px;
  height: 20px;
  margin-left: 40px;
}

.info-link.corretor {
  background-color: var(--azul-escuro);
  align-items: center;
  width: auto;
  height: 60px;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.info-link.corretor:hover {
  background-color: #000;
}

.image {
  width: 100px;
}

.menu-header {
  grid-column-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-13 {
  color: #f5f5f5;
  text-transform: none;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.text-block-14 {
  color: #f5f5f5;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.menu-link {
  height: 60px;
  color: var(--azul-escuro);
  text-transform: none;
  border: 1px #000;
  align-items: center;
  margin-left: 0;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  transition: all .2s ease-in-out;
  display: flex;
}

.menu-link:hover {
  background-color: var(--azul-escuro);
  color: #fff;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-color: #7f7f7f;
}

.navbar-2 {
  display: none;
}

.image-46 {
  height: 16px;
}

.menu-footer {
  color: #666;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.menu-footer:hover {
  color: #7f7f7f;
  transform: translate(10px);
}

.footer-block-wrap-3 {
  border-right: 1px #b0b0b0;
  width: auto;
  height: auto;
  padding: 0 30px;
}

.footer-block-2 {
  border-top: 1px #b0b0b0;
  border-bottom: 1px #b0b0b0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 30px 0;
  display: flex;
}

.text-block-3 {
  color: #fff;
  margin-right: 0;
  font-weight: 400;
}

.menu-content {
  align-items: flex-start;
  width: auto;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.footer-block {
  border-top: 1px #b0b0b0;
  border-bottom: 1px #b0b0b0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.container {
  align-items: flex-start;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.container-footer {
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  background-color: #f5f5f5;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.social-block {
  align-items: center;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.menu-content-wrap-2 {
  margin-left: 60px;
}

.social-icon {
  color: var(--azul-claro);
  margin-left: 20px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}

.social-icon:hover {
  color: #fff;
}

.paragraph {
  text-align: left;
  margin-bottom: 0;
}

.paragraph.paragraph-footer {
  color: #fff;
  padding: 0 30px 30px;
  font-size: 12px;
  line-height: 21px;
}

.footer-block-wrap {
  border-right: 1px #b0b0b0;
  width: 45%;
  height: auto;
  padding: 0 30px;
}

.div-block-12 {
  background-color: var(--azul-escuro);
}

.div-block-110 {
  align-items: center;
  display: flex;
}

.footer-block-wrap-2 {
  border-right: 1px #b0b0b0;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 0 30px;
  display: flex;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.h2.h2-center {
  text-align: center;
}

.h2.h2-center.h2-footer {
  color: var(--azul-escuro);
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.h2.h2-somos-tci {
  color: #666;
  text-align: center;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.h2.h2-somos-tci.somos-de-lima-diferenciais {
  color: var(--azul-claro);
}

.h2.h2-empreendimentos {
  color: var(--azul-escuro);
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading_hero {
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 5.61rem;
  font-weight: 200;
  line-height: 1.04em;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical.gap-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-2 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.subheading {
  color: #666;
  letter-spacing: 0;
  -webkit-text-stroke-color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.grid-item-manual.flex_vertical {
  width: 470px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #0e1f3d;
  text-align: center;
  cursor: pointer;
  background-color: #00f0ff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  box-shadow: none;
  color: #0e1f3d;
  background-color: #5de7fa;
  border-color: #0000;
}

.button:active {
  box-shadow: none;
  background-color: #00f0ff;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #00f0ff;
}

.button.on-inverse {
  background-color: var(--azul-escuro);
  box-shadow: none;
  color: #fff;
  background-image: none;
  border-color: #0000;
  border-radius: 0;
}

.button.on-inverse:hover {
  box-shadow: none;
  color: var(--azul-escuro);
  background-color: #5de7fa;
  border-color: #0000;
}

.button.on-inverse:active {
  box-shadow: none;
  background-color: #00f0ff;
}

.button.is-secondary {
  color: #0e1f3d;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #1a74ce33;
}

.button.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #1a74ce66;
}

.button.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a74ce33;
}

.button.is-secondary.on-inverse {
  border-width: 1px;
  border-color: var(--azul-escuro);
  color: var(--azul-escuro);
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fffeff33;
}

.button.is-secondary.on-inverse:hover {
  background-color: var(--azul-escuro);
  color: #fff;
  box-shadow: inset 0 0 0 1px #fffeff66;
}

.button.is-secondary.on-inverse:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fffeff33;
}

.max-width_medium {
  max-width: 40rem;
}

.max-width_medium.margin-left_auto {
  align-self: flex-end;
}

.container-6 {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.heading_hero-2 {
  color: var(--azul-escuro);
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Poppins, sans-serif;
  font-size: 5.61rem;
  font-weight: 200;
  line-height: 1.04em;
}

.header-3 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.section {
  color: #0e1f3d;
  background-color: #fffeff;
  max-width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: clip;
}

.section.is-full-screen {
  background-color: #0000;
  border-radius: 0;
  min-height: 100dvh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.overlay_opacity-middle {
  z-index: 1;
  opacity: .6;
  pointer-events: none;
  background-color: #0e1f3d;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.overlay_opacity-middle.events_none {
  opacity: 0;
}

.hero-overlay {
  color: #fffeff;
  border-radius: 0;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
  overflow: clip;
}

.hero_front {
  z-index: 2;
  border-radius: 0;
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}

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

.hero_back {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-area: 1 / 1 / 2 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.section-8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-67 {
  flex-direction: column;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2-copy {
  color: var(--azul-escuro);
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.paragraph-16 {
  color: #666;
  column-count: 2;
  column-rule-style: dotted;
  column-rule-width: 2px;
  column-gap: 100px;
  width: 960px;
  margin: 100px auto 0;
  font-size: 18px;
  line-height: 36px;
}

.heading {
  width: 480px;
  color: var(--azul-escuro);
  text-align: left;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  display: block;
}

.text-block-4 {
  color: #666;
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
}

.div-block-5-copy {
  background-image: url('../images/galeria-cipoart.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 565px;
  height: 706px;
  position: static;
}

.div-block-6 {
  border: 5px solid var(--azul-claro);
  width: 565px;
  height: 706px;
  margin-top: 60px;
  margin-left: 60px;
  position: static;
  inset: 0%;
}

.section-9 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-5 {
  background-image: url('../images/construcao-de-lima-imoveis.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 565px;
  height: 706px;
  position: static;
}

.link-block-4 {
  background-color: var(--azul-escuro);
  color: #fff;
  margin-top: 90px;
  padding: 20px;
  transition: all .2s ease-in-out;
}

.link-block-4:hover {
  background-color: #000;
}

.div-block-5-copy-copy {
  background-image: url('../images/predio-residencial-de-lima.avif');
  background-position: 50%;
  background-size: cover;
  width: 565px;
  height: 706px;
  position: static;
}

.div-block-3-copy-copy {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-7 {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 16px;
}

.div-block-8 {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 45px;
  margin-bottom: 60px;
  display: flex;
}

.image-39 {
  width: 480px;
}

.div-block-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-5 {
  font-size: 18px;
  line-height: 18px;
}

.text-block-6 {
  color: #003c4a;
  margin-right: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.div-block-10 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  align-items: flex-start;
  width: 480px;
  display: flex;
}

.image-37 {
  width: 480px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-3 {
  background-color: var(--azul-escuro);
  color: #fff;
  padding: 20px;
  transition: all .2s ease-in-out;
}

.link-block-3:hover {
  background-color: #000;
}

.div-block-3-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6-copy {
  border: 5px solid var(--azul-escuro);
  width: 565px;
  height: 706px;
  margin-top: 60px;
  margin-left: -60px;
  margin-right: 0;
  position: static;
  inset: 0%;
}

.image-38 {
  width: 480px;
}

.text-block-8 {
  font-size: 16px;
  line-height: 16px;
}

.empreendimentos-wrap {
  margin-left: 20px;
  text-decoration: none;
}

.text-block-2 {
  color: #666;
  margin-top: 5px;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
}

.container-7 {
  align-items: flex-start;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-7.container-empreendimentos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: center;
  width: 1280px;
}

.section-10 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-10.empreendimentos {
  padding-top: 0;
  padding-bottom: 0;
}

.empreendimentos-item {
  background-color: #f9f9f9;
  border-right: 1px #b0b0b0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.image-5 {
  width: 48px;
  height: 48px;
}

.empreendimentos-item-2 {
  background-color: #f9f9f9;
  border-right: 1px #b0b0b0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.div-block-111 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1280px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-112 {
  background-color: var(--azul-escuro);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.div-block-112.div-block-112-alt {
  background-color: #f1f1f1;
  justify-content: space-between;
  align-items: flex-start;
}

.heading-2 {
  color: var(--azul-escuro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 300;
  line-height: 72px;
}

.div-block-113 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 400;
  line-height: 45px;
}

.heading-3.heading-3-azul {
  color: var(--azul-escuro);
}

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

.image-47 {
  width: 36px;
  height: 36px;
}

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

.text-block-15 {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.text-block-16 {
  color: var(--azul-claro);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.div-block-115 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-4 {
  z-index: 1;
  color: #fff;
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  position: static;
}

.div-block-116 {
  z-index: 1;
  background-image: linear-gradient(#0e1f3d00, #0e1f3d80);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.text-span {
  color: var(--azul-claro);
}

.image-49 {
  object-fit: cover;
}

.text-block-17 {
  color: var(--azul-escuro);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

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

.paragraph-17 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 21px;
}

.form_success-message {
  background-color: #85edfb33;
  border: 1px solid #00f0ff;
  border-radius: 1rem;
  padding: 2rem;
}

.heading_primary {
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
}

.eyebrow {
  color: color-mix(in srgb, currentColor 60%, transparent);
  letter-spacing: .01em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.header-4 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.checkbox_label {
  margin-bottom: .5rem;
}

.form_block {
  flex: 1;
  margin-bottom: 0;
}

.subheading-2 {
  max-width: 1000px;
  color: color-mix(in srgb, currentColor 70%, transparent);
  letter-spacing: 0;
  -webkit-text-stroke-color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  margin-bottom: 1.25rem;
  font-size: 15px;
  line-height: 21px;
}

.input_field {
  height: auto;
  box-shadow: none;
  color: #0e1f3d;
  background-color: #fffeff;
  background-image: none;
  border: 1px solid #1a74ce1a;
  border-radius: 0;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input_field:hover {
  box-shadow: none;
  background-color: #fffeff;
  border-color: #1a74ce1a;
}

.input_field:focus {
  outline-offset: 2px;
  border-color: #1a74ce1a;
  outline: 2px solid #00f0ff;
}

.input_field::placeholder {
  color: color-mix(in srgb, currentColor 40%, transparent);
}

.input_field.input_text-area {
  min-height: 7.5rem;
}

.input_field.is-select {
  color: #0e1f3d;
  appearance: none;
  background-color: #fffeff;
  background-image: url('../images/');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-width: 0;
  border-color: #1a74ce1a;
  font-size: 1rem;
  transition-property: border-color, color, background-color, box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease, ease, cubic-bezier(.165, .84, .44, 1), ease;
  box-shadow: 0 0 0 1px #1a74ce1a;
}

.input_field.is-select:hover {
  background-color: #fffeff;
  background-image: url('../images/');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-width: 0;
  border-color: #1a74ce1a;
  box-shadow: 0 0 0 1px #1a74ce1a;
}

.input_field.is-select:focus-visible, .input_field.is-select[data-wf-focus-visible] {
  outline-color: #00f0ff;
}

.form_error-message {
  background-color: #ff2b2b33;
  border: 1px solid #ff565666;
  border-radius: .25rem;
  margin-top: 1rem;
  padding: 1rem;
}

.checkbox_toggle {
  border-style: solid;
  border-width: 1px;
  border-top-color: color-mix(in srgb, currentColor 50%, transparent);
  border-right-color: color-mix(in srgb, currentColor 50%, transparent);
  border-bottom-color: color-mix(in srgb, currentColor 50%, transparent);
  border-left-color: color-mix(in srgb, currentColor 50%, transparent);
  border-radius: .25rem;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  margin-left: -2rem;
  margin-right: .75em;
  transition-property: border-color, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1), cubic-bezier(.165, .84, .44, 1);
}

.checkbox_toggle:hover {
  box-shadow: color-mix(in srgb, currentColor 30%, transparent) 0px 0px 0px 4px;
}

.checkbox_toggle:focus {
  outline-offset: 2px;
  outline: 2px solid #00f0ff;
}

.checkbox_toggle.w--redirected-checked {
  background-color: #00f0ff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-style: none;
  border-color: #0e1f3d;
  border-radius: .75rem;
}

.checkbox_toggle.w--redirected-focus {
  box-shadow: none;
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: color-mix(in srgb, currentColor 40%, transparent);
}

.checkbox_toggle.w--redirected-focus-visible {
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: color-mix(in srgb, currentColor 40%, transparent);
  border-color: #1a74ce1a;
}

.section-11 {
  color: #0e1f3d;
  background-color: #fffeff;
  max-width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: clip;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.gap-xsmall {
  grid-column-gap: var(--gap--xs-gap);
  grid-row-gap: var(--gap--xs-gap);
  align-self: stretch;
}

.grid_2-col.gap-large {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.form_item {
  flex-flow: column;
  flex: 100%;
  grid-column: span 12;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.icon {
  color: #1a4359;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon.is-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.inline-input-0 {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.display_inline-block {
  display: inline-block;
}

.checkbox {
  margin-bottom: 0;
  padding: 0 0 0 2em;
  display: flex;
  position: relative;
}

.content-block {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.text-link {
  color: #1a4359;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link:hover {
  color: #1a435999;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link.is-secondary {
  color: #0e1f3d;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}

.text-link.is-secondary:hover {
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.container-8 {
  z-index: 2;
  flex-flow: row;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  position: relative;
}

.icon-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form_error-message_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.input_label {
  z-index: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  display: grid;
}

.margin-bottom_none {
  margin-bottom: 0 !important;
}

.code-embed {
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.svg {
  text-align: left;
}

.link {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

@media screen and (max-width: 991px) {
  .flex_vertical.gap-large {
    justify-content: flex-end;
    align-items: stretch;
  }

  .checkbox_toggle {
    min-width: 24px;
    min-height: 24px;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .image-25 {
    width: 100px;
  }

  .container-5 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand-3.w--current {
    flex: 1;
  }

  .navbar-2 {
    display: block;
  }

  .footer-block-2, .footer-block {
    flex-direction: column;
  }

  .social-block {
    margin-top: 30px;
  }

  .footer-block-wrap {
    width: 100%;
  }

  .footer-block-wrap-2 {
    height: auto;
  }

  .flex_vertical.gap-large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header-2, .header-3 {
    margin-bottom: 2rem;
  }

  .container-7.container-empreendimentos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-4 {
    margin-bottom: 2rem;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col.gap-large {
    grid-column-gap: var(--gap--sm-gap);
    grid-row-gap: var(--gap--sm-gap);
  }

  .form_item {
    flex: 0 auto;
  }

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

  .margin-bottom_none {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .image-25 {
    float: none;
    width: 100px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .nav-menu-3 {
    background-color: var(--azul-escuro);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-5 {
    float: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

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

  .nav-link-4 {
    color: #f1f1f1;
    text-align: right;
    text-transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Poppins, sans-serif;
    display: block;
  }

  .nav-link-4:hover {
    background-color: var(--azul-claro);
    color: var(--azul-escuro);
  }

  .menu-header {
    display: none;
  }

  .icon-3 {
    color: #003c4a;
  }

  .brand-3 {
    flex: 1;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: block;
  }

  .navbar-2 {
    background-color: #ffffff26;
    display: block;
    position: sticky;
    inset: 0% 0% auto;
  }

  .footer-block-wrap-3 {
    height: auto;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-block-2 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-content, .footer-block {
    flex-direction: column;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.container-footer {
    align-items: flex-start;
  }

  .social-block {
    flex-direction: column;
  }

  .menu-content-wrap-2 {
    margin-left: 0;
  }

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

  .paragraph.paragraph-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-block-wrap {
    border-bottom: 1px #b0b0b0;
    border-right-style: none;
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-block-wrap-2 {
    border-bottom: 1px #b0b0b0;
    border-right-style: none;
    height: auto;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2.h2-somos-tci, .h2.h2-empreendimentos {
    font-size: 16px;
  }

  .grid-item-manual.flex_vertical {
    max-width: 100%;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button {
    white-space: nowrap;
  }

  .ix-link-wrapper {
    flex-flow: column;
    display: flex;
  }

  .heading_hero-2 {
    font-size: 2.5rem;
  }

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

  .div-block-67 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2-copy {
    margin-top: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-16 {
    column-count: 1;
    width: 300px;
    max-width: 100%;
    margin-top: 50px;
    font-size: 14px;
    line-height: 22px;
  }

  .heading {
    width: 240px;
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-5-copy {
    width: 300px;
    height: 375px;
  }

  .div-block-6 {
    width: 300px;
    height: 375px;
    margin-top: 20px;
    margin-left: 20px;
  }

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

  .div-block-5 {
    width: 300px;
    height: 375px;
  }

  .link-block-4 {
    margin-top: 60px;
  }

  .div-block-5-copy-copy {
    width: 300px;
    height: 465px;
  }

  .div-block-3-copy-copy {
    flex-direction: column;
    margin-top: 50px;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-8 {
    align-items: center;
  }

  .div-block-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-7 {
    width: 300px;
    margin-top: 50px;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-3 {
    margin-top: 20px;
  }

  .div-block-3-copy {
    flex-direction: column;
    margin-top: 50px;
  }

  .div-block-6-copy {
    width: 300px;
    height: 375px;
    margin-top: 20px;
    margin-left: -20px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-7.container-empreendimentos {
    flex-direction: column;
  }

  .empreendimentos-item {
    border-bottom: 1px #b0b0b0;
    border-right-style: none;
    justify-content: flex-start;
    padding: 20px;
  }

  .image-5 {
    width: 32px;
    height: 32px;
  }

  .empreendimentos-item-2 {
    justify-content: flex-start;
    padding: 20px;
  }

  .div-block-111 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .div-block-112 {
    width: 100%;
  }

  .div-block-112.div-block-112-alt {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-2 {
    width: auto;
    font-size: 42px;
    line-height: 52px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-115 {
    width: 100%;
    height: 300px;
  }

  .image-49 {
    height: 300px;
  }

  .heading_primary {
    font-size: 24px;
    line-height: 30px;
  }

  .eyebrow {
    margin-bottom: 0;
  }

  .subheading-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .input_field.is-select {
    background-position: 96%;
  }

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

  .grid_2-col {
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
  }

  .grid_2-col.gap-xsmall.margin_top-auto.margin-bottom_none {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid_2-col.gap-large {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }
}

#w-node-_3474c859-9559-2a7e-ae78-f13d861d6441-1199b391.w-node-_92b85a0d-32ee-4f7a-8c38-a8d56482b111-82a10804 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b5186c3-d3b2-fe7c-612c-937d1199b39b-1199b391.w-node-_92b85a0d-32ee-4f7a-8c38-a8d56482b117-82a10804 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_3b5186c3-d3b2-fe7c-612c-937d1199b393-1199b391.w-node-_92b85a0d-32ee-4f7a-8c38-a8d56482b122-82a10804 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0a5d78a-0a29-e089-5880-beb17003b454-82a10804 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c792bc86-a45e-f060-a7a0-fe661db455bb-82a10804 {
  grid-area: 2 / 2 / 3 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_3b5186c3-d3b2-fe7c-612c-937d1199b393-1199b391.w-node-_92b85a0d-32ee-4f7a-8c38-a8d56482b122-82a10804 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}