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

@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: Materialiconstwotone;
  src: url('../fonts/MaterialIconsTwoTone-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialiconsoutlined;
  src: url('../fonts/MaterialIconsOutlined-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialicons;
  src: url('../fonts/MaterialIcons-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialiconssharp;
  src: url('../fonts/MaterialIconsSharp-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialiconsround;
  src: url('../fonts/MaterialIconsRoundSharp.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Top Luxury;
  src: url('../fonts/top-luxury.regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.ttf') format("truetype"), url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.ttf') format("truetype"), url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #1a1a1a;
  --whithe: #fffae7;
  --golden-light: #fdeba9;
  --urban-green: #a4af8c;
  --botanical-haze: #6c8c8a;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  width: 100%;
  height: 100%;
  padding: 6.4rem 1.5rem 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #1a1a1a;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: #bfeadf;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: Top Luxury, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-family: Top Luxury, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

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

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

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-family: Poppins, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 2;
}

.text-size-tiny.text-color-black.text-align-center.item-space {
  line-height: 1;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  color: var(--black);
  text-align: justify;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.text-size-regular.text-color-white {
  color: var(--whithe);
}

.text-size-regular.text-color-white:hover {
  opacity: 1;
}

.text-size-regular.text-color-white.w--current {
  opacity: 1;
  color: #fff;
}

.text-size-regular.text-color-white.transparent {
  color: #fff0;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: var(--whithe);
  border-radius: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  color: var(--black);
  font-family: Poppins, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.text-size-small.text-color-white {
  color: var(--whithe);
}

.heading-style-h4 {
  color: var(--black);
  font-family: Top Luxury, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h4.text-color-white {
  opacity: 1;
  color: var(--whithe);
}

.heading-style-h4.text-color-white:hover {
  opacity: 1;
}

.heading-style-h4.text-color-white.w--current {
  opacity: 1;
  color: #fff;
}

.heading-style-h4.transparent {
  opacity: 0;
}

.heading-style-h4.text-color-variable {
  color: var(--golden-light);
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #bfeadf;
}

.form_input {
  background-color: #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-family: Top Luxury, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  color: var(--black);
  font-family: Top Luxury, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.text-align-center.text-color-green {
  font-family: Open Sans, sans-serif;
}

.heading-style-h2.text-align-center.line-text.text-color-variable {
  color: var(--golden-light);
  font-weight: 400;
}

.heading-style-h2.text-align-center.text-color-white, .heading-style-h2.text-color-white {
  color: var(--whithe);
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  color: var(--black);
  font-family: Top Luxury, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-text.green-v2.w--current {
  background-color: var(--golden-light);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 2rem .5rem .5rem;
  text-decoration: none;
  display: flex;
}

.button.is-icon.green {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.green {
  background-color: var(--golden-light);
  display: flex;
  position: relative;
}

.button.green.btn-home {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

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

.text-size-medium {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #f11;
}

.fs-styleguide_color.is-2 {
  background-color: #e6e2dc;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.div-block {
  justify-content: center;
  display: flex;
}

.div-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 20em;
  height: 20em;
}

.container-paragraph {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.track {
  z-index: 2;
  height: 500vw;
}

.track.background-color-white {
  background-color: var(--whithe);
  border-radius: 0;
  position: relative;
}

.camera {
  width: 99vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 80vh;
  display: grid;
}

.div-block-5._2x1 {
  grid-template-columns: .7fr 1fr;
}

.div-block-6 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-desciption {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-29 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
}

.form_main_field--fs7-2-fc2-bw1b-linea-negra {
  z-index: 2;
  text-align: center;
  background-color: #fff0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.form--br2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.html-embed-4 {
  position: absolute;
}

.div-block-52 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.submit--bca--fcoa--oc1--br2 {
  width: 7rem;
}

.d-none {
  display: none;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.fs7--fw3--fc1 {
  text-align: left;
}

.fs7--fw3--fc1.center {
  text-align: center;
}

.fs7--fw3--fc1.center.text-home {
  color: #153636;
  font-family: Montserrat, sans-serif;
}

.checkbox-field {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #008ee6;
  text-decoration: underline;
}

.paragraph--fc1 {
  text-align: justify;
  font-size: 1.6vh;
}

.paragraph--fc1.center {
  text-align: center;
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #242424;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-53 {
  z-index: 99;
  width: 100%;
  display: flex;
  position: relative;
}

.flex-block-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: scale(.9);
}

.fs7-2--fw3--fc6 {
  text-align: left;
}

.fs7-2--fw3--fc6.terminos-form {
  font-size: .7rem;
}

.pd2.form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  display: flex;
}

.pd2.formulario-tem {
  width: 100%;
  height: 100%;
}

.pd2.form {
  width: 100%;
  padding: 0 16px;
}

.pd2.form.iframe {
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  height: 100%;
}

.paragraph--fc5 {
  text-align: justify;
  font-size: 1.6vh;
}

.paragraph--fc5.fs7-3.center {
  font-size: 1.2vh;
}

.div-block-28 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  display: flex;
}

.form_main_success--br1-bc2-bw1 {
  padding: 1.2rem;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form_main_error--br1-bca-ac3-fcoa {
  margin-top: 1.3rem;
  padding: .8rem 1.4rem;
}

.checkbox {
  margin-top: 0;
}

.text-description {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.item-paragraph {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -webkit-clip-path: polygon(calc(100% - 81px) 0, calc(100% - 81px) 0, calc(100% - 77.5937px) .274855px, calc(100% - 74.3624px) 1.07059px, calc(100% - 71.3493px) 2.34398px, calc(100% - 68.5977px) 4.05178px, calc(100% - 66.1508px) 6.15076px, calc(100% - 64.0518px) 8.59767px, calc(100% - 62.344px) 11.3493px, calc(100% - 61.0706px) 14.3624px, calc(100% - 60.2749px) 17.5937px, calc(100% - 60px) 21px, calc(100% - 60px) 21px, calc(100% - 60.0011px) 21.2164px, calc(100% - 60.0044px) 21.4323px, calc(100% - 60.0099px) 21.6477px, calc(100% - 60.0176px) 21.8626px, calc(100% - 60.0274px) 22.0769px, calc(100% - 60.0393px) 22.2906px, calc(100% - 60.0534px) 22.5037px, calc(100% - 60.0695px) 22.7163px, calc(100% - 60.0877px) 22.9282px, calc(100% - 60.108px) 23.1396px, calc(100% - 60.108px) 23.1396px, calc(100% - 60.0435px) 27.7061px, calc(100% - 59.5044px) 32.6343px, calc(100% - 58.3564px) 37.7154px, calc(100% - 56.4654px) 42.7402px, calc(100% - 53.6971px) 47.4996px, calc(100% - 49.9174px) 51.7847px, calc(100% - 44.992px) 55.3863px, calc(100% - 38.7868px) 58.0954px, calc(100% - 31.1675px) 59.703px, calc(100% - 22px) 60px, calc(100% - 22px) 60.0234px, calc(100% - 22px) 60.0234px, calc(100% - 21.9006px) 60.019px, calc(100% - 21.8011px) 60.015px, calc(100% - 21.7013px) 60.0115px, calc(100% - 21.6015px) 60.0085px, calc(100% - 21.5015px) 60.0059px, calc(100% - 21.4014px) 60.0038px, calc(100% - 21.3012px) 60.0021px, calc(100% - 21.2009px) 60.0009px, calc(100% - 21.1005px) 60.0002px, calc(100% - 21px) 60px, calc(100% - 21px) 60px, calc(100% - 17.6899px) 60.2594px, calc(100% - 14.5436px) 61.0112px, calc(100% - 11.6009px) 62.2157px, calc(100% - 8.90117px) 63.8335px, calc(100% - 6.48413px) 65.8249px, calc(100% - 4.38931px) 68.1503px, calc(100% - 2.65631px) 70.7701px, calc(100% - 1.3247px) 73.6447px, calc(100% - .434073px) 76.7345px, calc(100% - .024px) 80px, 100% 80px, 100% calc(100% - 22px), calc(100% - .023px) calc(100% - 22px), calc(100% - .023px) calc(100% - 22px), calc(100% - .422058px) calc(100% - 18.6011px), calc(100% - 1.29702px) calc(100% - 15.3721px), calc(100% - 2.61099px) calc(100% - 12.3499px), calc(100% - 4.32703px) calc(100% - 9.57155px), calc(100% - 6.40825px) calc(100% - 7.07388px), calc(100% - 8.81773px) calc(100% - 4.89381px), calc(100% - 11.5186px) calc(100% - 3.06827px), calc(100% - 14.4738px) calc(100% - 1.63418px), calc(100% - 17.6466px) calc(100% - .628447px), calc(100% - 21px) calc(100% - .088px), calc(100% - 21px) 100%, 22px 100%, 22px calc(100% - .023px), 22px calc(100% - .023px), 18.505px calc(100% - .440797px), 15.1911px calc(100% - 1.36138px), 12.0984px calc(100% - 2.74452px), 9.26714px calc(100% - 4.55001px), 6.73762px calc(100% - 6.73763px), 4.55004px calc(100% - 9.26715px), 2.7446px calc(100% - 12.0984px), 1.36154px calc(100% - 15.1911px), .44108px calc(100% - 18.505px), .0234375px calc(100% - 22px), 0 calc(100% - 22px), 0 21px, .0878906px 21px, .0878906px 21px, .650957px 17.5529px, 1.70521px 14.2979px, 3.21048px 11.2752px, 5.12656px 8.5251px, 7.41328px 6.08776px, 10.0305px 4.0034px, 12.9379px 2.31223px, 16.0954px 1.05447px, 19.4629px .270319px, 23px 3.41454e-31px, 23px 0, 23.1005px .000245903px, 23.2008px .000974147px, 23.3011px .00217054px, 23.4013px .00382088px, 23.5013px .00591097px, 23.6013px .00842662px, 23.7011px .0113536px, 23.8008px .0146778px, 23.9005px .018385px, 24px .0224609px, 24px 0, calc(100% - 81px) 0);
  clip-path: polygon(calc(100% - 81px) 0, calc(100% - 81px) 0, calc(100% - 77.5937px) .274855px, calc(100% - 74.3624px) 1.07059px, calc(100% - 71.3493px) 2.34398px, calc(100% - 68.5977px) 4.05178px, calc(100% - 66.1508px) 6.15076px, calc(100% - 64.0518px) 8.59767px, calc(100% - 62.344px) 11.3493px, calc(100% - 61.0706px) 14.3624px, calc(100% - 60.2749px) 17.5937px, calc(100% - 60px) 21px, calc(100% - 60px) 21px, calc(100% - 60.0011px) 21.2164px, calc(100% - 60.0044px) 21.4323px, calc(100% - 60.0099px) 21.6477px, calc(100% - 60.0176px) 21.8626px, calc(100% - 60.0274px) 22.0769px, calc(100% - 60.0393px) 22.2906px, calc(100% - 60.0534px) 22.5037px, calc(100% - 60.0695px) 22.7163px, calc(100% - 60.0877px) 22.9282px, calc(100% - 60.108px) 23.1396px, calc(100% - 60.108px) 23.1396px, calc(100% - 60.0435px) 27.7061px, calc(100% - 59.5044px) 32.6343px, calc(100% - 58.3564px) 37.7154px, calc(100% - 56.4654px) 42.7402px, calc(100% - 53.6971px) 47.4996px, calc(100% - 49.9174px) 51.7847px, calc(100% - 44.992px) 55.3863px, calc(100% - 38.7868px) 58.0954px, calc(100% - 31.1675px) 59.703px, calc(100% - 22px) 60px, calc(100% - 22px) 60.0234px, calc(100% - 22px) 60.0234px, calc(100% - 21.9006px) 60.019px, calc(100% - 21.8011px) 60.015px, calc(100% - 21.7013px) 60.0115px, calc(100% - 21.6015px) 60.0085px, calc(100% - 21.5015px) 60.0059px, calc(100% - 21.4014px) 60.0038px, calc(100% - 21.3012px) 60.0021px, calc(100% - 21.2009px) 60.0009px, calc(100% - 21.1005px) 60.0002px, calc(100% - 21px) 60px, calc(100% - 21px) 60px, calc(100% - 17.6899px) 60.2594px, calc(100% - 14.5436px) 61.0112px, calc(100% - 11.6009px) 62.2157px, calc(100% - 8.90117px) 63.8335px, calc(100% - 6.48413px) 65.8249px, calc(100% - 4.38931px) 68.1503px, calc(100% - 2.65631px) 70.7701px, calc(100% - 1.3247px) 73.6447px, calc(100% - .434073px) 76.7345px, calc(100% - .024px) 80px, 100% 80px, 100% calc(100% - 22px), calc(100% - .023px) calc(100% - 22px), calc(100% - .023px) calc(100% - 22px), calc(100% - .422058px) calc(100% - 18.6011px), calc(100% - 1.29702px) calc(100% - 15.3721px), calc(100% - 2.61099px) calc(100% - 12.3499px), calc(100% - 4.32703px) calc(100% - 9.57155px), calc(100% - 6.40825px) calc(100% - 7.07388px), calc(100% - 8.81773px) calc(100% - 4.89381px), calc(100% - 11.5186px) calc(100% - 3.06827px), calc(100% - 14.4738px) calc(100% - 1.63418px), calc(100% - 17.6466px) calc(100% - .628447px), calc(100% - 21px) calc(100% - .088px), calc(100% - 21px) 100%, 22px 100%, 22px calc(100% - .023px), 22px calc(100% - .023px), 18.505px calc(100% - .440797px), 15.1911px calc(100% - 1.36138px), 12.0984px calc(100% - 2.74452px), 9.26714px calc(100% - 4.55001px), 6.73762px calc(100% - 6.73763px), 4.55004px calc(100% - 9.26715px), 2.7446px calc(100% - 12.0984px), 1.36154px calc(100% - 15.1911px), .44108px calc(100% - 18.505px), .0234375px calc(100% - 22px), 0 calc(100% - 22px), 0 21px, .0878906px 21px, .0878906px 21px, .650957px 17.5529px, 1.70521px 14.2979px, 3.21048px 11.2752px, 5.12656px 8.5251px, 7.41328px 6.08776px, 10.0305px 4.0034px, 12.9379px 2.31223px, 16.0954px 1.05447px, 19.4629px .270319px, 23px 3.41454e-31px, 23px 0, 23.1005px .000245903px, 23.2008px .000974147px, 23.3011px .00217054px, 23.4013px .00382088px, 23.5013px .00591097px, 23.6013px .00842662px, 23.7011px .0113536px, 23.8008px .0146778px, 23.9005px .018385px, 24px .0224609px, 24px 0, calc(100% - 81px) 0);
  background-color: #222;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 500px;
  padding: 2em 2em 4em;
  display: flex;
}

.item-paragraph.flex {
  background-color: var(--urban-green);
  justify-content: flex-start;
  align-items: stretch;
}

.item-paragraph.card-image {
  background-image: url('../images/1-image-home_1.webp');
  background-position: 50%;
  background-size: cover;
}

.heading-h2 {
  font-family: Open Sans, sans-serif;
}

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

.maps-description {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-maps {
  background-color: var(--urban-green);
  border-radius: 1em;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.container-maps.frame-map {
  height: 100%;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.div-block-54 {
  height: 70vh;
}

.div-block-55 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-56 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-57 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-58 {
  height: 100vh;
}

.div-block-59 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar {
  width: 100%;
  position: fixed;
}

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

.image-2 {
  width: 3em;
}

.link-block {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-60 {
  display: flex;
}

.nav-menu-5 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-75 {
  background-color: #153636;
  background-image: url('../images/background-location-map.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 38vw;
  height: 100vh;
  display: flex;
}

.brand-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-3 {
  overflow: hidden;
}

.container-nav {
  background-color: #fff;
  border-bottom: .1px solid #a7b1a8;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.section-2 {
  background-color: #00000080;
  justify-content: flex-end;
  height: 0;
  transition: all .5s;
  display: flex;
  transform: translate(0, -100vh);
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  display: none;
}

.link-block-7.show {
  display: flex;
}

.nav-menu-4 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-home {
  width: 6em;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.text-nav {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
}

.text-nav:hover {
  color: #c8ab79;
}

.navbar-8 {
  background-color: #ddd0;
  width: 100%;
  position: fixed;
  top: 0;
}

.text-block-15 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-block-15:hover {
  color: #c8ab79;
}

.div-block-76 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: relative;
}

.div-block-77 {
  justify-content: space-between;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-8 {
  justify-content: center;
  align-items: center;
  display: none;
}

.icon-nav {
  width: 2em;
}

.navbar-logo-left {
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.navbar-logo-left.background-color-black.destktop {
  background-color: var(--botanical-haze);
}

.navbarcontainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-brand {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.link-block-9 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 8em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-9.button.green {
  background-color: var(--golden-light);
}

.link-block-9.button.green.abrir {
  display: none;
}

.link-block-9.button.green.abrir.show {
  display: flex;
}

.link-block-9.button.green.cerrar {
  display: none;
}

.link-block-9.button.green.cerrar.show {
  display: flex;
}

.link-block-9.button-grren {
  padding: .75rem 1.5rem;
}

.section-home {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.section-home.background-color-black {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-78 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 3%;
}

.div-block-79 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.general-image.show {
  opacity: 1;
  transform: translate(0);
}

.grid {
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
}

.div-block-80 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  display: grid;
}

.div-block-81 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 3em;
  display: flex;
}

.div-block-82 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.div-block-84 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.div-block-85 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.div-block-86 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-360 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-card-text-tipo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-card-text-tipo.detail-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.item-card-unids {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 750px;
  padding: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-90 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: grid;
}

.footer-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-dark.background-color-black {
  border-bottom-width: 0;
}

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

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

.footer-brand {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.footer-content {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  display: grid;
}

.footer-block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

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

.footer-link:hover {
  color: #bfeadf;
}

.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: #e4ebf3;
  width: 100%;
  height: 1px;
}

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

.container-nav-open {
  overflow: hidden;
}

.open-nav {
  background-color: #00000080;
  height: 0;
  transition: all .6s;
  display: flex;
  transform: translate(0, -100vh);
}

.open-nav.show {
  height: 100svh;
  overflow: hidden;
  transform: translate(0);
}

.div-block-91 {
  background-color: #1a1a1a;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 50vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-92 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  align-items: flex-end;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-link, .nav-text-link {
  text-decoration: none;
}

.nav-text-link.heading-style-h3.text-color-white {
  opacity: .5;
}

.nav-text-link.heading-style-h3.text-color-white:hover, .nav-text-link.heading-style-h3.text-color-white.w--current, .nav-text-link.heading-style-h3.text-color-white.w--current:hover {
  opacity: 1;
}

.nav-text-link.text-nav {
  font-family: Top Luxury, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.nav-text-link.text-nav:hover {
  color: var(--golden-light);
}

.section-description.background-color-black {
  z-index: 2;
}

.section-location.background-color-black {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.section-text.background-color-grey {
  z-index: 1;
  background-color: var(--urban-green);
  background-image: url('../images/fondo-sombra-palmeras.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.body {
  background-color: #fff9f2;
}

.section-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-form.background-color-grey {
  z-index: 2;
  background-color: #000;
}

.card-hover {
  z-index: 6;
  opacity: 0;
  background-color: #00000080;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  transition: opacity .6s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-hover.hover {
  opacity: 1;
  transition-duration: .6s;
  display: flex;
}

.svg {
  width: 3em;
  height: 3em;
}

.item-card-maps, .item-card-amenidades {
  background-color: var(--urban-green);
  border-radius: 1em;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.item-card-amenidades.item-margin {
  margin-top: -100px;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.section-iframe {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.section-iframe.background-color-black.show {
  z-index: 10;
  display: block;
  position: fixed;
  inset: 0%;
  transform: translate(0);
}

.section-iframe.show {
  display: flex;
}

.container-general {
  justify-content: center;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.container-general.background-color-white {
  background-color: var(--whithe);
  border-radius: 0;
}

.section-detail {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.section-detail.background-color-black.show {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.section-detail.show {
  display: flex;
  transform: translate(0);
}

.section-detail.background-color-white {
  background-color: var(--whithe);
  border-radius: 0;
}

.section-detail.background-color-white.show {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.item-detail {
  width: 100%;
  height: 100%;
  position: relative;
}

.container-card-view {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-95 {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
}

.div-block-96 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cerrar-section {
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 1em;
  margin-right: 1em;
  padding: 1em;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cerrar-section.background-color-black.br1.line-button {
  border: 1px solid var(--golden-light);
  border-radius: .5em;
}

.cerrar-section.background-color-black.br1.line-button.espacio {
  top: 2%;
}

.cerrar-section.background-color-black.br1.line-button.mobile-closed {
  display: none;
}

.icon-menu {
  position: absolute;
  overflow: visible;
}

.icon-menu.open.show {
  width: 25px;
  height: 25px;
  transition: all .6s;
  inset: 0%;
  transform: translate(0);
}

.icon-menu.close {
  width: 25px;
  height: 25px;
  inset: 0%;
}

.icon-menu.close.show {
  transform: translate(0);
}

.div-block-97 {
  width: 25px;
  height: 25px;
  position: relative;
  overflow: hidden;
}

.code-embed-3 {
  width: 100%;
  height: 100%;
}

._360-apto {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-99 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-logo {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-footer {
  width: 8em;
}

.logo-footer.v2 {
  width: 4em;
}

.div-block-100 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: flex;
}

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

.plano {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, 100vh);
}

.plano.show {
  transform: translate(0);
}

.datos-planos {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, 100vh);
}

.datos-planos.show {
  transform: translate(0);
}

.plano-inicial {
  transform: translate(0, 100vh);
}

.plano-inicial.show {
  border-radius: 1em;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.div-block-102 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.tabs-menu {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.tabs {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link-tab-1 {
  opacity: .5;
  background-color: #c8c8c800;
  padding-left: 0;
}

.tab-link-tab-1.w--current {
  opacity: 1;
  background-color: #c8c8c800;
  padding-left: 0;
}

.tab-link-tab-2 {
  opacity: .5;
  background-color: #ddd0;
  padding-left: 0;
}

.tab-link-tab-2.w--current {
  opacity: 1;
  background-color: #ddd0;
}

.tab-link-tab-3 {
  opacity: .5;
  background-color: #ddd0;
  padding-left: 0;
}

.tab-link-tab-3.w--current {
  opacity: 1;
  background-color: #ddd0;
}

.tab-link-tab-4 {
  opacity: .5;
  background-color: #ddd0;
  padding-left: 0;
}

.tab-link-tab-4.w--current {
  opacity: 1;
  background-color: #ddd0;
}

.line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.line.line-black {
  background-color: #1a1a1a;
}

.text-color-green {
  color: #bfeadf;
}

.nav-mobile, .nav-mobile.background-color-black {
  display: none;
}

.select-image {
  z-index: 1;
  opacity: 1;
  width: 26.5em;
  max-width: none;
  position: relative;
}

.select-image.stage {
  width: 91em;
}

.select-image.layout {
  z-index: auto;
  width: 40em;
  font-size: 1.2em;
}

.image-selector {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  transition: font-size .4s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.image-selector.stage {
  font-size: 1.1em;
}

.image-selector.stage.atapa-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-selector.floor {
  justify-content: space-between;
  align-items: stretch;
  font-size: 1.1em;
}

.main-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.html-svg {
  width: 100%;
}

.inner-content {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: relative;
}

.inner-content.photo {
  justify-content: center;
  align-items: center;
}

.is-icon {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
}

.is-icon.is-small {
  color: var(--whithe);
  font-family: Materialiconstwotone, Arial, sans-serif;
  font-weight: 400;
}

.is-icon.is-small.text-color-black {
  font-weight: 400;
}

.is-icon.is-small.icono-btn {
  font-size: 1rem;
}

.is-icon.is-small.text-color-black {
  color: var(--black);
}

.floor-mask {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 11.9em;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.floor-mask.floor-6 {
  width: 24.3em;
  margin-top: 6.7em;
  margin-left: 7.5em;
}

.floor-mask.floor-5 {
  width: 11em;
  margin-top: 10.5em;
  margin-left: 64.7em;
}

.floor-mask.floor-4 {
  width: 11em;
  margin-top: 10.5em;
  margin-left: 53.5em;
}

.floor-mask.floor-3 {
  width: 11em;
  margin-top: 10.5em;
  margin-left: 42.3em;
}

.floor-mask.floor-2 {
  width: 11em;
  margin-top: 10.5em;
  margin-left: 31.1em;
}

.floor-mask.floor-1 {
  width: 11em;
  margin-top: 10.5em;
  margin-left: 19.8em;
}

.mask-svg.tooltip {
  width: 100%;
  height: 100%;
}

.button_main_layout {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-selector {
  font-size: 1vw;
}

.div-subemnu-items--bbc1--br1--bw1--oc1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrap--bbc1--br2--bw1--oc1 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_main_wrap {
  width: 100%;
  padding: .9rem 1.6rem;
  line-height: 1;
  display: inline-block;
}

.button_main_text {
  font-size: .8rem;
}

.nav-content {
  z-index: 1;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 20%;
}

.nav-content.main {
  z-index: 1;
}

.nav-content.inner {
  transition: all .2s;
  top: 8px;
  bottom: auto;
  transform: translate(0, -100vh);
}

.nav-content.inner.show {
  transform: translate(0);
}

.nav-content._360-typology {
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
}

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

.content-wrap.md2 {
  background-color: var(--whithe);
  width: 100vw;
  height: auto;
  position: relative;
}

.text-block {
  font-size: .75rem;
  transform: rotate(39deg);
}

.main-content-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-content-2.show {
  transform: translate(0);
}

.button_main_text--fw3 {
  font-size: .8rem;
}

.inner-content-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.inner-content-2.photo {
  justify-content: center;
  align-items: center;
}

.button_item_wrap--br2 {
  width: 48px;
  max-width: 48px;
  height: 48px;
  position: relative;
}

.nav-rotate.w--current {
  position: relative;
}

.nav-rotate.active-button.w--current {
  font-weight: 700;
}

.button-floating--bbc1--br1 {
  z-index: 10;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 8px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-floor {
  width: 48px;
}

.compass--oc1--bw1--br3 {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 8px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-39deg);
}

.button_play_bg--br1-bw1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.compass-north--oca {
  border-top: 3px solid #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-right: 3px solid #000;
  border-top-right-radius: 1005px;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: -1px -1px auto auto;
}

.button-floating--bbc1--br1--bw1--oc1 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 48px;
  height: auto;
  margin-top: 8px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-floating--bbc1--br1--bw1--oc1.ab-right-mid {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 288px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.content-wrap--bbc1--br2--bw1--oc1-2 {
  background-color: #d6f5ff;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.road {
  z-index: 3;
  position: absolute;
}

.road.button {
  inset: auto auto 0% 45%;
}

.road.button.hide {
  display: none;
}

.road.top {
  inset: 0% auto auto 45%;
}

.road.top.hide {
  display: none;
}

.road.right {
  inset: auto 0% 45% auto;
}

.road.right.hide {
  display: none;
}

.road.left {
  inset: auto auto 45% 0%;
}

.road.left.hide {
  display: none;
}

.main-content-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: absolute;
  transform: translate(0, 100vh);
}

.main-content-3.show {
  transform: translate(0);
}

.inner-content-3 {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: absolute;
  transform: translate(0, 100vh);
}

.inner-content-3.photo {
  justify-content: center;
  align-items: center;
}

.button-floating--bbc1--br1-2 {
  z-index: 10;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 8px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 16px;
}

.tooltip-typology--bbc1--br1 {
  justify-content: center;
  align-items: center;
  padding: .5em;
  display: flex;
  position: absolute;
}

.html-typology {
  opacity: .5;
  width: 100%;
  height: 100%;
  display: block;
}

.html-typology:hover {
  opacity: .7;
}

.typology-mask {
  justify-content: center;
  align-items: center;
  width: 3.5em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.typology-mask._103 {
  width: 15.9em;
  margin-top: 1.5em;
  margin-left: 31em;
}

.typology-mask._101 {
  width: 16.1em;
  margin-top: 1.5em;
  margin-left: 1.4em;
}

.typology-mask._102 {
  width: 13.3em;
  margin-top: 1.8em;
  margin-left: 14em;
}

.typology-mask._301 {
  width: 15.8em;
  margin-top: .5em;
  margin-left: 1.6em;
}

.typology-mask._303 {
  width: 16em;
  margin-top: .5em;
  margin-left: 31em;
}

.typology-mask._302 {
  width: 20.8em;
  margin-top: .9em;
  margin-left: 13.8em;
}

.typology-mask._601 {
  width: 15.9em;
  margin-top: .6em;
  margin-left: 1.5em;
}

.typology-mask._602 {
  width: 20.5em;
  margin-top: 1em;
  margin-left: 14em;
}

.typology-mask._603 {
  width: 16em;
  margin-top: .5em;
  margin-left: 31em;
}

.content-wrap--bbc1--br2--bw1--oc1-3 {
  background-color: #d6f5ff;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-content-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: absolute;
  transform: translate(0, 100vh);
}

.main-content-4.show {
  transform: translate(0);
}

.button-floating--bbc1--br1-3, .button-floating--bbc1--br1-4, .button-floating--bbc1--br1-5, .button-floating--bbc1--br1-6 {
  z-index: 10;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 8px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 8px;
}

.datos-unidad-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-40 {
  flex-flow: column;
  display: flex;
}

.container-typologia {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1279px;
  height: 100%;
  display: flex;
}

.container-tipo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.top {
  margin-bottom: 1rem;
  margin-left: 1rem;
  position: relative;
}

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

.img-ubicacion-fc1 {
  width: 15em;
}

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

.div-block-39 {
  flex-flow: row;
  display: flex;
}

.div-block-39.hide {
  display: none;
}

.img-layout {
  width: 20%;
}

.img-layout.planta-l, .img-layout.medidas {
  width: 15em;
}

.img-layout.plantas {
  width: 25em;
}

.item-metros-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.paragraph--fc1--fw2 {
  text-align: justify;
  font-size: 1.6vh;
}

.nav-link-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-link-content.main {
  width: auto;
}

.div-block-103 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.p-small--fs7-2--fw30--fc1 {
  text-align: center;
}

.p-small--fs7-2--fw30--fc1.left {
  text-align: left;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
}

.iframe-code-ab1 {
  width: 100%;
  height: 100%;
}

.div-block-104 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-105 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-animation {
  opacity: 1;
  justify-content: space-between;
  width: 200vw;
  display: flex;
  position: relative;
  inset: 5% 0% auto;
  overflow: hidden;
}

.tira-1 {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.tira-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.reveal-section.text-gracias {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-4 {
  overflow: hidden;
}

.div-subemnu-items {
  background-color: var(--botanical-haze);
  border-radius: 100em;
}

.container-overflow {
  overflow: hidden;
}

.inner-content-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-principal, .logo-principal.w--current {
  width: 8em;
}

.card-tipologia {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.div-block-106 {
  position: relative;
  overflow: hidden;
}

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

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

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

.cards-typology {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .5fr;
  justify-content: space-around;
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-9 {
  width: 20em;
}

.image-10 {
  width: 15em;
}

.image-10.image-location {
  width: 10em;
}

.whatsapp {
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 14px;
  font-size: 1.5rem;
  transition: all .4s;
  display: flex;
  position: fixed;
  inset: auto 1.5rem 1.5rem auto;
}

.whatsapp:hover {
  color: #a1a1a1;
  transform: scale(1.1);
}

.whatsapp.bc3--br3 {
  z-index: 6;
  background-color: #47c757;
  border-radius: 50px;
  text-decoration: none;
}

.icon-others.fontasw {
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.icon-others.fontasw.fcoa {
  color: #fff;
}

.nav-content-2 {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 8px;
}

.div-block-108 {
  width: 100%;
  height: 100%;
}

.button-floating--bbc1--br1-7 {
  z-index: 10;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 8px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 8px;
}

.div-block-109 {
  width: 100%;
  display: flex;
}

.form_main_field--fs7-2-fc1-bw1b {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  height: 2.7em;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.checkbox-field-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-110 {
  z-index: 99;
  width: 100%;
  display: flex;
  position: relative;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: scale(.9);
}

.fs7-2--fw3--fc2 {
  color: var(--whithe);
  text-align: left;
}

.fs7-2--fw3--fc2.terminos-form {
  font-size: .7rem;
}

.div-block-111 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-112 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form_main_field--fs7-2-fc1-bw1b-2 {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: 2.7em;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.div-block-113 {
  z-index: 99;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-114 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-field {
  background-color: #000;
  border: 1px solid #000;
}

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

.text-field-2 {
  border: 1px solid #000;
}

.div-block-65 {
  z-index: 99;
  width: 100%;
  position: relative;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.submit--bca--fcoa--oc1--br2-2 {
  background-color: #171a33;
  border-radius: 50px;
  width: 7rem;
}

.fs7-2--fw3--fc1-2 {
  text-align: left;
  margin-left: .4rem;
  font-size: .7rem;
}

.checkbox-field-3 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form_main_field--fs7-2-fc1-bw1b-3 {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border-style: solid;
  border-width: 0 0 1px;
  border-bottom-color: #c5c5c5;
  border-radius: 0;
  width: 90%;
  height: 2.7em;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.div-block-62 {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.paragrap--fc1 {
  text-align: justify;
  font-size: 1.6vh;
}

.paragrap--fc1.fs7-3.center {
  font-size: 1.2vh;
}

.div-block-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form--br2-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-116 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-117 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-float {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.form-float.bbca {
  justify-content: center;
  align-items: center;
  transition: all .6s;
  display: flex;
  transform: translate(0, 100vh);
}

.form-float.bbca.show {
  transform: translate(0);
}

.code-embed-4 {
  width: 100%;
  height: 100%;
}

.div-block-118 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 600px;
  display: flex;
  overflow: hidden;
}

.div-block-118.br1 {
  position: relative;
  overflow: hidden;
}

.div-block-118.br2 {
  overflow: hidden;
}

.div-block-119 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.heading {
  color: #153636;
  text-transform: none;
  font-weight: 400;
}

.text-size-medium-2 {
  color: #fff;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
}

.text-size-medium-2.text-color-grey {
  color: #333;
}

.padding-section-medium-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.section-description-2 {
  background-image: url('../images/background-description.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-description-2.padding-p {
  margin-top: 3em;
}

.parrafo {
  color: #153636;
  font-size: 2.5rem;
  font-weight: 400;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.item-card-text {
  border-bottom: 1px dashed #1a1a1a;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-tipologia {
  width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.image-tipologia.tipologia-open {
  width: 12em;
}

.card-detail-tiipology {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: auto;
}

.div-block-120 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-121 {
  width: 50vw;
  position: relative;
  overflow: hidden;
}

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

.item-image-nav {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.item-image-nav.hover {
  display: block;
}

.link-block-10 {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.zoom-image {
  background-color: var(--botanical-haze);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 2em;
  margin-right: 2em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.svg-3 {
  width: 2em;
}

.open-image {
  background-color: var(--urban-green);
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.open-image.auto {
  height: auto;
}

.icon-zoom {
  color: #fff;
  width: 2em;
}

.div-block-122, .item-zoom {
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.item-zoom.item-card {
  height: 500px;
}

.image-12 {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
}

.item-card-unids-card {
  border-radius: 1em;
  position: relative;
  overflow: hidden;
}

.item-card-unids-card.br1.animacion-scroll {
  background-color: var(--urban-green);
  text-decoration: none;
}

.item-card-unids-card.animacion-scroll {
  text-decoration: none;
}

.div-block-123 {
  width: 100%;
  height: 100%;
}

.div-block-124 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-home {
  position: absolute;
  inset: auto auto 1% 0%;
}

.lightbox-link {
  position: absolute;
  inset: 45% 5% auto auto;
}

.zoom-tipology {
  width: 3em;
}

.texto-legal {
  padding: 1em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.item-division {
  border-radius: 1em;
  position: relative;
  overflow: hidden;
}

.item-legal {
  z-index: 10;
  background-color: var(--golden-light);
  color: #1a1a1a;
  border-radius: 50px;
  margin-top: 1.5em;
  margin-right: 1.5em;
  padding: .5em 1em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.item-legal.legal-home {
  margin-top: 4em;
}

.division {
  width: 100%;
  display: flex;
}

.datos {
  width: 30%;
  position: sticky;
  top: 1px;
}

.contenido {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.page-loader {
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.revealers {
  z-index: 5;
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-loader-img {
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.loader-img {
  z-index: 5;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  transform: scale(1.5);
}

.loader-img.main {
  display: block;
}

.reveal-1 {
  background-color: #fdfff9;
  height: 50%;
  position: absolute;
  inset: 0%;
}

.reveal-2 {
  background-color: #fdfff9;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.page-loader-2 {
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.revealers-2 {
  z-index: 5;
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.reveal-1-2 {
  background-color: #fdfff9;
  height: 50%;
  position: absolute;
  inset: 0%;
}

.reveal-2-2 {
  background-color: #fdfff9;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.page-loader-img-2 {
  z-index: 2;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.loader-img-2 {
  z-index: 5;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  transform: scale(1.5);
}

.loader-img-2.main {
  display: block;
}

.style-feature-item-1.layout-1 {
  z-index: 100;
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  color: #000;
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  z-index: 1;
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  width: 8.5rem;
  font-size: 2.1rem;
  line-height: 1;
  display: block;
  left: 3.2rem;
}

.style-feature-img-1 {
  object-fit: cover;
  background-color: #f000;
  background-image: url('../images/1-image-home.webp');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.style-feature-label_1 {
  color: #000;
  font-size: 1.7rem;
  position: absolute;
  inset: 0% -3.2rem auto auto;
}

.style-feature-label_1.layout-1 {
  color: #000;
  font-size: 1.7rem;
  right: -4rem;
}

.style-feature-item-2.layout-1 {
  z-index: 100;
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  color: #000;
  z-index: 1;
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  font-size: 2.1rem;
  display: block;
}

.style-feature-img-2 {
  object-fit: cover;
  background-color: #f000;
  background-image: url('../images/2-five-villas-home.webp');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.style-feature-label-2 {
  color: #000;
  font-size: 2.1rem;
  line-height: 1;
  position: absolute;
  inset: 0% -3.2rem auto auto;
}

.style-feature-label-2.layout-1 {
  color: #000;
  font-size: 1.7rem;
  right: -4rem;
}

.style-feature-item-3.layout-1 {
  z-index: 100;
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  color: #000;
  z-index: 1;
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  width: 8.5rem;
  height: 8.5rem;
  font-size: 2.1rem;
  line-height: 1;
  display: block;
  bottom: 3.2rem;
  left: 3.2rem;
}

.style-feature-img-3 {
  object-fit: cover;
  background-color: #f000;
  background-image: url('../images/bay-harbor-luxury-villa-exterior.webp');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.style-feature-label-3 {
  color: #000;
  position: absolute;
  inset: -3.2rem auto auto 0%;
}

.style-feature-label-3.layout-1 {
  color: #000;
  font-size: 1.7rem;
  line-height: 1;
  inset: 0% -4rem auto auto;
}

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

.style-header-link-1 {
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: absolute;
  inset: 0% 32rem auto auto;
}

.style-header-link-1:hover {
  text-decoration: underline;
}

.style-header-link-1.layout-1 {
  color: #000;
  right: 41rem;
}

.style-header-link-3 {
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: absolute;
  inset: 0% 10rem auto auto;
}

.style-header-link-3:hover {
  text-decoration: underline;
}

.style-header-link-3.layout-1 {
  color: #000;
  right: 16rem;
}

.image-layer-moveup {
  z-index: 2;
  background-color: #fefae0;
  position: absolute;
  inset: 0%;
}

.text-label-year {
  color: #3c3c3c;
  font-size: 1.7rem;
  line-height: 1;
  position: absolute;
  inset: auto auto 10% 15%;
}

.text-label-year.layout-1 {
  color: #3c3c3c;
}

.flip-layout-btn {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
  position: absolute;
  inset: 40% 32rem auto auto;
}

.social-media-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  flex-flow: column;
  font-size: 1.7rem;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto auto 8% 38%;
}

.social-media-wrap.layout-1 {
  bottom: 8%;
}

.style-header-link-4 {
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: absolute;
  inset: 0% 10rem auto auto;
}

.style-header-link-4:hover {
  text-decoration: underline;
}

.style-header-link-4.layout-1 {
  color: #000;
  right: 0;
}

.layout-1-btn {
  color: #000;
  cursor: pointer;
  border: 1px #000;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 1.7rem;
  line-height: 1;
  display: flex;
}

.layout-1-btn.active {
  border-style: solid;
}

.layout-2-btn {
  color: #000;
  cursor: pointer;
  border: 1px #000;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 1.7rem;
  line-height: 1;
  display: flex;
}

.text-size-medium-3 {
  color: #000;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.svg-logo {
  filter: none;
  width: 59rem;
  height: 29.9rem;
  position: absolute;
  top: 3.2rem;
  left: 3.2rem;
}

.svg-logo.layout-1 {
  filter: none;
  height: 20rem;
}

.text-content {
  width: 60rem;
  position: absolute;
  inset: auto auto 50% 20%;
}

.text-label-address {
  color: #000;
  font-size: 1.7rem;
  line-height: 1.2;
  position: absolute;
  inset: auto auto 3% 24%;
}

.text-label-address.layout-1 {
  color: #000;
  bottom: 5%;
}

.social-media-link {
  color: #000;
  font-size: 1.8rem;
  text-decoration: none;
}

.social-media-link:hover {
  text-decoration: underline;
}

.style-header-link-2 {
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: absolute;
  inset: 0% 20rem auto auto;
}

.style-header-link-2:hover {
  text-decoration: underline;
}

.style-header-link-2.layout-1 {
  color: #000;
  right: 29rem;
}

.page-main {
  background-color: #fefae0;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.text-block-16 {
  color: #3c3c3c;
  font-size: 1.7rem;
  line-height: 1;
}

.text-feature-label {
  color: #3c3c3c;
  font-size: 1.7rem;
  line-height: 1;
  position: absolute;
  inset: auto auto 47% 3.2rem;
}

.text-feature-label.layout-1 {
  color: #3c3c3c;
  bottom: 47%;
}

.hero-main-img {
  width: 100%;
  max-width: 40%;
  height: 40%;
  position: absolute;
  inset: auto 3.2rem 3.2rem auto;
}

.hero-main-img.layout-1 {
  max-width: 80rem;
  display: block;
  right: 3.2rem;
  overflow: hidden;
}

.page-main-menu {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
  position: absolute;
  inset: 5rem 3.2rem auto auto;
}

.div-block-126 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section_home {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  width: 100%;
  height: 100%;
}

.grid-23 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.style-feature-item-5.layout-1 {
  position: relative;
}

.style-feature-img-4 {
  object-fit: cover;
  background-image: url('../images/bay-harbor-island-lifestyle-amenities.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.style-feature-img-5 {
  object-fit: cover;
  background-image: url('../images/2152008211_12152008211.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-6 {
  z-index: 2;
}

.div-block-127 {
  width: 100%;
  height: 100%;
}

.image-home-banner {
  opacity: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  inset: 0%;
  transform: translate(100vw);
}

.image-home-banner.show {
  opacity: 1;
  object-fit: cover;
  transform: translate(0);
}

.form_main_field {
  color: #ababab;
  background-color: #2d2d2d;
  border: 1px solid #424242;
  border-radius: .5rem;
  width: 100%;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.form_main_field::placeholder {
  color: #222;
}

.form_main_field.is-text-area {
  min-height: 8rem;
}

.form_main_field.is-select-input {
  color: #000;
}

.form_main_field-2 {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 1rem;
  width: 100%;
  min-height: 2rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_main_field-2::placeholder {
  color: #222;
}

.form_main_field-2.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.form_main_field-3 {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 1rem;
  width: 100%;
  min-height: 2rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_main_field-3::placeholder, .form_main_field-3.is-select-input {
  color: #222;
}

.top-banner {
  height: 6em;
}

.project-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  height: 80vh;
  display: flex;
}

.section-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.gradiante {
  background-image: linear-gradient(#0000 48%, #0009 64%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-128 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-129 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.container-card {
  position: relative;
}

.card-icon-top-left {
  background-color: var(--golden-light);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.item-paragraph-line {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.item-paragraph-line.line-black {
  -webkit-text-stroke-color: #1a1a1a;
}

.item-paragraph-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.section-location-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.svg-4 {
  width: 3em;
  height: 3em;
}

.footer-section {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.footer-contacto {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.card-footer {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.card-link-footer {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-footer {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px solid #2c2c2c;
  border-width: 1px 0;
  padding: 1em;
  text-decoration: none;
  display: flex;
}

.link-footer.top-line {
  border-top-width: 0;
}

.link-footer.buttom-line {
  border-bottom-width: 0;
}

.card-redes {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.link-block-11 {
  text-decoration: none;
}

.custom-text {
  font-size: 1.5em;
}

.redes-sociales {
  text-decoration: none;
}

.btn-brochure {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

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

.icono-footer {
  background-color: var(--golden-light);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

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

.div-block-130 {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
  position: relative;
}

.submit-2 {
  background-color: #153636;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 7rem;
  padding: 1em 2em;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  display: block;
}

.submit-2.form {
  background-color: var(--golden-light);
  color: var(--black);
  border-radius: 100px;
  width: auto;
  height: auto;
  font-weight: 700;
}

.link-7 {
  color: var(--whithe);
  text-decoration: underline;
}

.form--br2-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form--br2-3.iframe {
  height: 100%;
}

.logo-svg {
  width: 12em;
  height: auto;
}

.text-size-regular-2 {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-size-regular-2.text-color-brand {
  color: var(--whithe);
  font-size: .9rem;
}

.form-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #333;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.banner-text {
  color: #6c8c8a;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.form_main_field--fs7-2-fc1-bw1b-4 {
  z-index: 2;
  color: var(--whithe);
  background-color: #0000;
  border-style: solid;
  border-width: 0 0 1px;
  border-bottom-color: #c2c2c2;
  border-radius: 0;
  height: 2.7em;
  margin-bottom: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.checkbox-field-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h5-2 {
  color: #e9e7ea;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h5-2.text-color-brand {
  color: #0f547a;
}

.heading-style-h5-2.text-color-brand.text-align-left {
  color: #6c8c8a;
  text-align: center;
}

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

.div-block-132 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.flex-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: scale(.9);
}

.flex-block-5.iframe {
  height: 100%;
}

.banner-text-small {
  color: #e9e7ea;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
}

.banner-text-small.text-on-image {
  color: #6c8c8a;
  text-align: center;
  font-size: 1.3em;
}

.gradient {
  background-image: linear-gradient(#0000 34%, #0000004d 60%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.card-unit {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-unit {
  object-fit: contain;
  width: 100%;
  height: 450px;
}

.card-unit-tipo {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.content-unit {
  background-color: #f3f3f3;
  border-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  padding: 1em;
}

.content-unit-data {
  -webkit-clip-path: polygon(calc(100% - 81px) 0, calc(100% - 81px) 0, calc(100% - 77.5937px) .274855px, calc(100% - 74.3624px) 1.07059px, calc(100% - 71.3493px) 2.34398px, calc(100% - 68.5977px) 4.05178px, calc(100% - 66.1508px) 6.15076px, calc(100% - 64.0518px) 8.59767px, calc(100% - 62.344px) 11.3493px, calc(100% - 61.0706px) 14.3624px, calc(100% - 60.2749px) 17.5937px, calc(100% - 60px) 21px, calc(100% - 60px) 21px, calc(100% - 60.0011px) 21.2164px, calc(100% - 60.0044px) 21.4323px, calc(100% - 60.0099px) 21.6477px, calc(100% - 60.0176px) 21.8626px, calc(100% - 60.0274px) 22.0769px, calc(100% - 60.0393px) 22.2906px, calc(100% - 60.0534px) 22.5037px, calc(100% - 60.0695px) 22.7163px, calc(100% - 60.0877px) 22.9282px, calc(100% - 60.108px) 23.1396px, calc(100% - 60.108px) 23.1396px, calc(100% - 60.0435px) 27.7061px, calc(100% - 59.5044px) 32.6343px, calc(100% - 58.3564px) 37.7154px, calc(100% - 56.4654px) 42.7402px, calc(100% - 53.6971px) 47.4996px, calc(100% - 49.9174px) 51.7847px, calc(100% - 44.992px) 55.3863px, calc(100% - 38.7868px) 58.0954px, calc(100% - 31.1675px) 59.703px, calc(100% - 22px) 60px, calc(100% - 22px) 60.0234px, calc(100% - 22px) 60.0234px, calc(100% - 21.9006px) 60.019px, calc(100% - 21.8011px) 60.015px, calc(100% - 21.7013px) 60.0115px, calc(100% - 21.6015px) 60.0085px, calc(100% - 21.5015px) 60.0059px, calc(100% - 21.4014px) 60.0038px, calc(100% - 21.3012px) 60.0021px, calc(100% - 21.2009px) 60.0009px, calc(100% - 21.1005px) 60.0002px, calc(100% - 21px) 60px, calc(100% - 21px) 60px, calc(100% - 17.6899px) 60.2594px, calc(100% - 14.5436px) 61.0112px, calc(100% - 11.6009px) 62.2157px, calc(100% - 8.90117px) 63.8335px, calc(100% - 6.48413px) 65.8249px, calc(100% - 4.38931px) 68.1503px, calc(100% - 2.65631px) 70.7701px, calc(100% - 1.3247px) 73.6447px, calc(100% - .434073px) 76.7345px, calc(100% - .024px) 80px, 100% 80px, 100% calc(100% - 22px), calc(100% - .023px) calc(100% - 22px), calc(100% - .023px) calc(100% - 22px), calc(100% - .422058px) calc(100% - 18.6011px), calc(100% - 1.29702px) calc(100% - 15.3721px), calc(100% - 2.61099px) calc(100% - 12.3499px), calc(100% - 4.32703px) calc(100% - 9.57155px), calc(100% - 6.40825px) calc(100% - 7.07388px), calc(100% - 8.81773px) calc(100% - 4.89381px), calc(100% - 11.5186px) calc(100% - 3.06827px), calc(100% - 14.4738px) calc(100% - 1.63418px), calc(100% - 17.6466px) calc(100% - .628447px), calc(100% - 21px) calc(100% - .088px), calc(100% - 21px) 100%, 22px 100%, 22px calc(100% - .023px), 22px calc(100% - .023px), 18.505px calc(100% - .440797px), 15.1911px calc(100% - 1.36138px), 12.0984px calc(100% - 2.74452px), 9.26714px calc(100% - 4.55001px), 6.73762px calc(100% - 6.73763px), 4.55004px calc(100% - 9.26715px), 2.7446px calc(100% - 12.0984px), 1.36154px calc(100% - 15.1911px), .44108px calc(100% - 18.505px), .0234375px calc(100% - 22px), 0 calc(100% - 22px), 0 21px, .0878906px 21px, .0878906px 21px, .650957px 17.5529px, 1.70521px 14.2979px, 3.21048px 11.2752px, 5.12656px 8.5251px, 7.41328px 6.08776px, 10.0305px 4.0034px, 12.9379px 2.31223px, 16.0954px 1.05447px, 19.4629px .270319px, 23px 3.41454e-31px, 23px 0, 23.1005px .000245903px, 23.2008px .000974147px, 23.3011px .00217054px, 23.4013px .00382088px, 23.5013px .00591097px, 23.6013px .00842662px, 23.7011px .0113536px, 23.8008px .0146778px, 23.9005px .018385px, 24px .0224609px, 24px 0, calc(100% - 81px) 0);
  clip-path: polygon(calc(100% - 81px) 0, calc(100% - 81px) 0, calc(100% - 77.5937px) .274855px, calc(100% - 74.3624px) 1.07059px, calc(100% - 71.3493px) 2.34398px, calc(100% - 68.5977px) 4.05178px, calc(100% - 66.1508px) 6.15076px, calc(100% - 64.0518px) 8.59767px, calc(100% - 62.344px) 11.3493px, calc(100% - 61.0706px) 14.3624px, calc(100% - 60.2749px) 17.5937px, calc(100% - 60px) 21px, calc(100% - 60px) 21px, calc(100% - 60.0011px) 21.2164px, calc(100% - 60.0044px) 21.4323px, calc(100% - 60.0099px) 21.6477px, calc(100% - 60.0176px) 21.8626px, calc(100% - 60.0274px) 22.0769px, calc(100% - 60.0393px) 22.2906px, calc(100% - 60.0534px) 22.5037px, calc(100% - 60.0695px) 22.7163px, calc(100% - 60.0877px) 22.9282px, calc(100% - 60.108px) 23.1396px, calc(100% - 60.108px) 23.1396px, calc(100% - 60.0435px) 27.7061px, calc(100% - 59.5044px) 32.6343px, calc(100% - 58.3564px) 37.7154px, calc(100% - 56.4654px) 42.7402px, calc(100% - 53.6971px) 47.4996px, calc(100% - 49.9174px) 51.7847px, calc(100% - 44.992px) 55.3863px, calc(100% - 38.7868px) 58.0954px, calc(100% - 31.1675px) 59.703px, calc(100% - 22px) 60px, calc(100% - 22px) 60.0234px, calc(100% - 22px) 60.0234px, calc(100% - 21.9006px) 60.019px, calc(100% - 21.8011px) 60.015px, calc(100% - 21.7013px) 60.0115px, calc(100% - 21.6015px) 60.0085px, calc(100% - 21.5015px) 60.0059px, calc(100% - 21.4014px) 60.0038px, calc(100% - 21.3012px) 60.0021px, calc(100% - 21.2009px) 60.0009px, calc(100% - 21.1005px) 60.0002px, calc(100% - 21px) 60px, calc(100% - 21px) 60px, calc(100% - 17.6899px) 60.2594px, calc(100% - 14.5436px) 61.0112px, calc(100% - 11.6009px) 62.2157px, calc(100% - 8.90117px) 63.8335px, calc(100% - 6.48413px) 65.8249px, calc(100% - 4.38931px) 68.1503px, calc(100% - 2.65631px) 70.7701px, calc(100% - 1.3247px) 73.6447px, calc(100% - .434073px) 76.7345px, calc(100% - .024px) 80px, 100% 80px, 100% calc(100% - 22px), calc(100% - .023px) calc(100% - 22px), calc(100% - .023px) calc(100% - 22px), calc(100% - .422058px) calc(100% - 18.6011px), calc(100% - 1.29702px) calc(100% - 15.3721px), calc(100% - 2.61099px) calc(100% - 12.3499px), calc(100% - 4.32703px) calc(100% - 9.57155px), calc(100% - 6.40825px) calc(100% - 7.07388px), calc(100% - 8.81773px) calc(100% - 4.89381px), calc(100% - 11.5186px) calc(100% - 3.06827px), calc(100% - 14.4738px) calc(100% - 1.63418px), calc(100% - 17.6466px) calc(100% - .628447px), calc(100% - 21px) calc(100% - .088px), calc(100% - 21px) 100%, 22px 100%, 22px calc(100% - .023px), 22px calc(100% - .023px), 18.505px calc(100% - .440797px), 15.1911px calc(100% - 1.36138px), 12.0984px calc(100% - 2.74452px), 9.26714px calc(100% - 4.55001px), 6.73762px calc(100% - 6.73763px), 4.55004px calc(100% - 9.26715px), 2.7446px calc(100% - 12.0984px), 1.36154px calc(100% - 15.1911px), .44108px calc(100% - 18.505px), .0234375px calc(100% - 22px), 0 calc(100% - 22px), 0 21px, .0878906px 21px, .0878906px 21px, .650957px 17.5529px, 1.70521px 14.2979px, 3.21048px 11.2752px, 5.12656px 8.5251px, 7.41328px 6.08776px, 10.0305px 4.0034px, 12.9379px 2.31223px, 16.0954px 1.05447px, 19.4629px .270319px, 23px 3.41454e-31px, 23px 0, 23.1005px .000245903px, 23.2008px .000974147px, 23.3011px .00217054px, 23.4013px .00382088px, 23.5013px .00591097px, 23.6013px .00842662px, 23.7011px .0113536px, 23.8008px .0146778px, 23.9005px .018385px, 24px .0224609px, 24px 0, calc(100% - 81px) 0);
  background-color: #fff;
  border-radius: 1em;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 250px;
  padding: 1.5em 2em;
  display: flex;
}

.logo-footer-2 {
  width: 7em;
}

.code-embed-5 {
  height: 600px;
}

.icon-unit {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.container-item-unit {
  position: relative;
}

.section-360.background-color-white {
  background-color: var(--whithe);
  border-radius: 0;
}

.section-360.background-color-white.frame-apto {
  z-index: 11;
}

.section-360.frame-apto {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.section-360.frame-apto.show {
  display: block;
}

.image-grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.container-render {
  width: 100%;
  height: 100%;
  padding: 1em;
}

.div-block-133 {
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video {
  background-image: linear-gradient(#0006, #0000 51%), linear-gradient(#0006, #0006);
  height: 100vh;
}

.banner-text-home {
  position: absolute;
  inset: auto 0% 0%;
}

.text-item-home {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.item-text-home {
  background-color: var(--botanical-haze);
  border-radius: 100px;
  padding: .5em 1em;
}

.text-custom {
  font-family: Top Luxury, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
}

.section-desciption-unit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.unit-360 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.image-parallax {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-parallax-image-text {
  position: sticky;
  top: 0;
}

.div-block-134 {
  position: absolute;
  inset: 0% 0% auto;
}

.container-parallax-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lottie-animation {
  width: 5em;
  height: 5em;
}

.div-block-135 {
  z-index: 1;
  background-color: var(--whithe);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 1em;
  display: flex;
  position: absolute;
  inset: auto auto 20%;
}

.lottie-animation-2 {
  width: 70%;
  height: 70%;
}

@media screen and (min-width: 1280px) {
  .compass-north--oca {
    top: -2px;
    right: -2px;
  }

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

  .hero-main-img.layout-1 {
    max-width: 70rem;
  }
}

@media screen and (min-width: 1440px) {
  .hero-main-img {
    max-width: 38%;
  }
}

@media screen and (min-width: 1920px) {
  .iframe-code-ab1 {
    height: 100%;
  }

  .hero-main-img.layout-1 {
    max-width: 70rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular.text-color-white, .text-size-regular.text-color-white:hover, .text-size-regular.text-color-white:active {
    opacity: 1;
  }

  .heading-style-h4 {
    text-decoration: none;
  }

  .heading-style-h4.text-color-white {
    color: #fff;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .container-paragraph {
    grid-template-columns: 1fr 1fr;
  }

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
  }

  .item, .div-block-5 {
    height: auto;
  }

  .div-block-8 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-11 {
    height: 50vh;
  }

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

  .paragraph--fc1, .paragraph--fc5 {
    font-size: 1.2vh;
  }

  .div-block-58 {
    height: auto;
  }

  .navbar-8 {
    display: none;
  }

  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-logo-left.background-color-black.destktop {
    display: none;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

  .div-block-90 {
    flex-flow: column;
    width: auto;
    height: auto;
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .card-hover.hover-mobile {
    opacity: 1;
  }

  .item-card-amenidades.item-margin {
    margin-top: 0;
  }

  .section-detail {
    flex-flow: column;
  }

  .container-card-view {
    grid-template-columns: 3.3fr;
    position: relative;
    overflow: hidden;
  }

  .div-block-96 {
    grid-template-columns: 1fr;
  }

  .cerrar-section.background-color-black.br1.line-button.mobile-closed {
    display: flex;
  }

  ._360-apto {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    transition: all .6s;
    display: flex;
    transform: translate(0, 100vh);
  }

  ._360-apto.show {
    transform: translate(0);
  }

  .nav-mobile {
    width: 100%;
    display: block;
    position: fixed;
  }

  .nav-mobile.background-color-black {
    background-color: var(--botanical-haze);
    display: block;
  }

  .image-selector.stage {
    font-size: 2.2em;
  }

  .image-selector.stage.atapa-1 {
    font-size: 1.5em;
  }

  .image-selector.floor {
    font-size: 1.7em;
  }

  .inner-content.photo.show {
    overflow: auto;
  }

  .div-subemnu-items--bbc1--br1--bw1--oc1 {
    flex-direction: row;
    align-items: center;
  }

  .nav-content._360-typology {
    display: block;
  }

  .inner-content-2.photo.show, .inner-content-3.photo.show {
    overflow: auto;
  }

  .container-typologia {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .img-layout {
    width: 40%;
  }

  .paragraph--fc1--fw2 {
    font-size: 1.2vh;
  }

  .reveal-section.text-gracias {
    height: 80vh;
  }

  .container-overflow {
    margin-top: 4.5em;
  }

  .cards-typology {
    min-width: auto;
    max-width: none;
    transition: all .6s;
    display: flex;
    position: absolute;
    transform: translate(0, 100vh);
  }

  .cards-typology.show {
    transform: translate(0);
  }

  .paragrap--fc1 {
    font-size: 1.2vh;
  }

  .div-block-119 {
    grid-template-rows: 500px;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .div-block-69 {
    margin-top: 2em;
  }

  .container-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .heading {
    font-size: 3.5rem;
  }

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

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

  .style-header-link-1, .style-header-link-1.layout-1, .style-header-link-3.layout-1 {
    display: none;
  }

  .text-label-year.layout-1 {
    display: block;
    left: 50%;
  }

  .flip-layout-btn {
    top: 18%;
    right: 10%;
  }

  .social-media-wrap {
    display: none;
  }

  .social-media-wrap.layout-1 {
    display: flex;
    inset: auto 2% 8% auto;
  }

  .style-header-link-4, .style-header-link-4.layout-1 {
    display: none;
  }

  .text-size-medium-3 {
    font-size: 2.2rem;
  }

  .svg-logo.layout-1 {
    width: 20rem;
    height: auto;
  }

  .text-content.layout-1 {
    width: 50rem;
    inset: 20% auto auto 3.2rem;
  }

  .text-label-address.layout-1 {
    font-size: 1.3rem;
    display: block;
    left: 60%;
  }

  .style-header-link-2, .style-header-link-2.layout-1 {
    display: none;
  }

  .hero-main-img.layout-1 {
    max-width: 60%;
    bottom: 28%;
  }

  .grid-22 {
    grid-template-rows: 1fr;
    grid-template-columns: .3fr;
    grid-auto-rows: .25fr;
  }

  .grid-23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 1em;
  }

  .project-card {
    height: auto;
  }

  .section-location-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-contacto {
    flex-flow: column;
  }

  .form-block-4 {
    width: 100%;
  }

  .logo-mobile {
    width: 8em;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--botanical-haze);
  }

  .content-unit {
    grid-template-columns: 1fr 1fr;
  }

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

  .container-parallax-text {
    margin-top: 0;
  }

  .div-block-135 {
    width: 100px;
    height: 100px;
    bottom: 15%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .container-paragraph {
    grid-template-columns: 1fr;
  }

  .item {
    height: auto;
  }

  .div-block-5 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .div-block-8, .div-block-9 {
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    height: 40vh;
  }

  .div-block-12 {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-58 {
    height: 40vh;
  }

  .div-block-80 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-81 {
    justify-content: center;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-dark {
    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 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .div-block-95 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tabs {
    flex-flow: column;
  }

  .image-selector.stage {
    font-size: 2.2em;
  }

  .image-selector.stage.atapa-1 {
    font-size: 1.5em;
  }

  .button_main_wrap.br1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-floating--bbc1--br1--bw1--oc1.ab-right-mid {
    direction: rtl;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 400px;
    max-height: none;
    margin-top: 18em;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .text-animation {
    width: 300vw;
  }

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

  .heading {
    font-size: 3rem;
  }

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

  .flip-layout-btn {
    top: 32%;
  }

  .hero-main-img.layout-1 {
    height: 30%;
  }

  .grid-23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .derechos-reservados {
    flex-flow: column;
  }

  .banner-text {
    font-size: 3.5rem;
  }

  .heading-style-h5-2, .banner-text-small {
    font-size: 1rem;
  }

  .card-unit-tipo {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular.text-align-right {
    text-align: left;
  }

  .text-size-regular.text-color-white.text-mobile, .text-size-regular.text-color-black.text-mobile {
    font-size: .8rem;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

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

  .div-block-5._2x1 {
    flex-flow: column;
    display: flex;
  }

  .section-desciption {
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    height: 35vh;
  }

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

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

  .fs7--fw3--fc1.center {
    font-size: 1.8vh;
  }

  .fs7--fw3--fc1.center.text-home {
    font-size: 1rem;
  }

  .paragraph--fc1, .paragraph--fc5 {
    font-size: 1.5vh;
  }

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

  .section-home.background-color-black {
    height: 90vh;
  }

  .container-card-text-tipo.detail-item {
    grid-template-columns: 1fr;
  }

  .item-card-unids {
    height: 500px;
  }

  .container {
    max-width: none;
  }

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

  .div-block-96 {
    grid-template-columns: 1fr;
  }

  .image-4, .image-5 {
    max-width: 60%;
  }

  .div-block-99 {
    grid-template-columns: 1fr 1fr;
  }

  .logo-footer {
    width: 7em;
  }

  .logo-footer.v2 {
    width: 3em;
  }

  .div-block-102 {
    grid-template-columns: 1fr;
  }

  .image-selector {
    font-size: 3.3em;
  }

  .image-selector.stage {
    font-size: 1.4em;
  }

  .image-selector.stage.atapa-1 {
    font-size: 1.6em;
  }

  .image-selector.floor {
    font-size: 1.7em;
  }

  .inner-content.photo.show {
    overflow: hidden;
  }

  .is-icon {
    display: block;
  }

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

  .div-subemnu-items--bbc1--br1--bw1--oc1 {
    padding-left: .3em;
    padding-right: .3em;
  }

  .content-wrap--bbc1--br2--bw1--oc1 {
    overflow: hidden;
  }

  .button_main_wrap.br1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button_main_text, .button_main_text--fw3 {
    font-size: .7rem;
  }

  .inner-content-2.photo.show {
    overflow: hidden;
  }

  .button-floating--bbc1--br1--bw1--oc1.ab-right-mid {
    max-width: 280px;
    margin-top: 20em;
  }

  .content-wrap--bbc1--br2--bw1--oc1-2 {
    overflow: hidden;
  }

  .road.right {
    inset: auto -3.3rem 45% auto;
    transform: rotate(90deg);
  }

  .road.left {
    transform: rotate(270deg);
  }

  .inner-content-3.photo.show {
    overflow: hidden;
  }

  .tooltip-typology--bbc1--br1 {
    transform: scale(.7);
  }

  .content-wrap--bbc1--br2--bw1--oc1-3 {
    overflow: hidden;
  }

  .datos-unidad-2 {
    max-width: 320px;
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 3em;
  }

  .container-typologia {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    overflow: scroll;
  }

  .tipo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
  }

  .img-ubicacion-fc1 {
    width: 50%;
  }

  .img-layout {
    width: 80%;
    height: 100%;
  }

  .img-layout.planta-l {
    object-fit: contain;
    width: 12em;
  }

  .img-layout.medidas {
    width: 12em;
  }

  .img-layout.plantas {
    object-fit: contain;
    width: 90%;
    margin-bottom: 0;
  }

  .item-metros-2 {
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph--fc1--fw2 {
    font-size: 1.5vh;
  }

  .div-block-103 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 3em;
    position: relative;
  }

  .text-animation {
    width: 400vw;
  }

  .whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 5rem;
    right: 1rem;
  }

  .whatsapp:hover {
    color: #5fccc5;
  }

  .whatsapp.bc3--br3 {
    z-index: 5;
  }

  .div-block-109, .div-block-62 {
    flex-flow: column;
  }

  .paragrap--fc1 {
    font-size: 1.5vh;
  }

  .heading {
    font-size: 2rem;
  }

  .text-size-medium-2 {
    font-size: .9rem;
  }

  .item-legal {
    margin-top: .5em;
    margin-right: .5em;
  }

  .style-feature-item-1.layout-1 {
    width: 7rem;
    bottom: 25%;
    left: 1rem;
  }

  .style-feature-item-2.layout-1 {
    bottom: 14%;
    left: 1rem;
  }

  .style-feature-item-3.layout-1 {
    width: 7rem;
    height: 7rem;
    bottom: 3%;
    left: 1rem;
  }

  .style-header-link-1.layout-1, .style-header-link-3, .style-header-link-3.layout-1, .image-layer-moveup {
    display: none;
  }

  .text-label-year.layout-1 {
    display: block;
    inset: auto 2rem 21% auto;
  }

  .flip-layout-btn {
    top: 30%;
  }

  .social-media-wrap, .social-media-wrap.layout-1, .style-header-link-4.layout-1 {
    display: none;
  }

  .svg-logo {
    width: 20rem;
    height: auto;
  }

  .svg-logo.layout-1 {
    height: auto;
    left: 1rem;
  }

  .text-content.layout-1 {
    width: 90%;
    top: 13%;
    left: 1rem;
  }

  .text-label-address.layout-1 {
    display: block;
    inset: auto 1rem 5% auto;
  }

  .style-header-link-2.layout-1 {
    display: none;
  }

  .page-main {
    height: 100dvh;
  }

  .text-feature-label.layout-1 {
    inset: 40% 0% auto 1rem;
  }

  .hero-main-img {
    display: none;
  }

  .hero-main-img.layout-1 {
    max-width: 60%;
    height: 20%;
    display: block;
    inset: auto 2rem 30% auto;
  }

  .grid-22 {
    grid-template-rows: 1.5fr;
  }

  .grid-23 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .svg-4 {
    width: 2em;
    height: 2em;
  }

  .container-logo {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .logo-svg {
    width: 10em;
  }

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

  .banner-text {
    font-size: 2rem;
  }

  .card-unit-tipo, .content-unit {
    grid-template-columns: 1fr;
  }

  .content-unit-data {
    height: auto;
  }

  .logo-footer-2 {
    width: 5em;
  }

  .background-video {
    height: 100svh;
  }

  .div-block-135 {
    width: 70px;
    height: 70px;
    bottom: 0%;
  }
}

#w-node-_60bc6cfd-22a9-a1d8-d386-a451f32a08a0-31cde29d, #w-node-_5fb2d65a-1816-aedc-0aa9-c4e4bb6954a2-31cde29d, #w-node-e675ead8-1b74-850d-901c-381077de3a91-31cde29d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-31cde2a0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-31cde2a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-31cde2a0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-31cde2a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-31cde2a0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-31cde2a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-31cde2a0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-31cde2a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-31cde2a0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-31cde2a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-31cde2a0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-31cde2a0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-31cde2a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-31cde2a0 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-ff1f9121-a429-7726-976e-4f0d943aed0a-31cde29d, #w-node-b4a60489-423f-4d3e-9433-e546521a7247-31cde29d, #w-node-f69b2392-6a66-d4bc-faa3-920238ecde9a-31cde2aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce08d234-85d0-568d-b6d3-c105f60c7471-31cde29d, #w-node-_01494a80-4b0c-efea-865b-d7e0ae19dd50-31cde29d, #w-node-_5b050caa-babd-e490-4a0d-e1994468d516-31cde29d, #w-node-_1f7847d0-b16c-3cb1-bc3b-e344e2a176e3-31cde29d, #w-node-a7353e38-1beb-2745-e01e-82a031384171-31cde29d, #w-node-ff1f9121-a429-7726-976e-4f0d943aed0a-31cde29d, #w-node-b4a60489-423f-4d3e-9433-e546521a71f3-31cde29d, #w-node-b4a60489-423f-4d3e-9433-e546521a721d-31cde29d, #w-node-f69b2392-6a66-d4bc-faa3-920238ecde46-31cde2aa, #w-node-f69b2392-6a66-d4bc-faa3-920238ecde70-31cde2aa, #w-node-f69b2392-6a66-d4bc-faa3-920238ecde9a-31cde2aa {
    grid-area: span 1 / span 2 / span 1 / span 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 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;
}
@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: 'Materialiconstwotone';
  src: url('../fonts/MaterialIconsTwoTone-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsoutlined';
  src: url('../fonts/MaterialIconsOutlined-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconssharp';
  src: url('../fonts/MaterialIconsSharp-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsround';
  src: url('../fonts/MaterialIconsRoundSharp.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Top Luxury';
  src: url('../fonts/top-luxury.regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}