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

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

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

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

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

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

:root {
  --primary-color: #153636;
  --white-color: white;
  --dark-slate-grey\<deleted\|variable-1578860a\>: #033549;
  --gray-color: #333;
  --fourth-color: #c8ab79;
  --white\<deleted\|variable-d747d1ab\>: white;
  --third-color: #486b6b;
  --second-color: #a7b1a8;
  --light-blue: #7fafaf;
}

.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 {
  color: var(--primary-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luxia, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  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;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

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 {
  padding: 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: #000;
}

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

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

.text-color-grey {
  color: gray;
}

.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 {
  color: var(--white-color);
  font-family: Fromage Alt, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.text-color-black {
  color: var(--primary-color);
  font-weight: 400;
}

.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: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.heading-style-h1 {
  color: #033549;
  font-family: Objektivmk1;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.padding-global.mobile {
  padding-left: 0;
  padding-right: 0;
}

.padding-global._100-vh {
  height: 100vh;
}

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

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

.padding-section-small._100-vh {
  height: 100vh;
}

.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-size: .75rem;
}

.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 {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-size-regular.item-center {
  color: #fff;
  text-align: center;
}

.text-size-regular.item-center.contac {
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
}

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

.text-size-regular.text-color-brand {
  color: #153636;
  font-size: .9rem;
}

.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: #fff;
}

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

.text-size-small {
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.text-size-small.white-text {
  color: var(--white-color);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.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: #f5f5f5;
}

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

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  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-size: 1.5rem;
}

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

.heading-style-h2 {
  font-family: Fromage Alt, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-color-white {
  text-align: left;
  letter-spacing: 2px;
  font-size: 2rem;
  font-weight: 400;
}

.heading-style-h2.text-color-black {
  color: var(--primary-color);
  text-transform: none;
}

.heading-style-h2.text-color-black.text-align-center {
  font-weight: 400;
}

.page-wrapper {
  position: relative;
}

.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(--white-color);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h5.text-color-white {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.heading-style-h5.text-color-brand {
  color: var(--primary-color);
}

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

.container-large._100-vh {
  height: 100vh;
}

.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;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

.button.is-large {
  background-color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
  border-radius: 50px;
  padding: 1rem 2rem;
  text-decoration: none;
}

.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;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-icon.lobby, .button.is-icon.coworking {
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
}

.button.is-icon.gym, .button.is-icon.terraza {
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
  position: static;
}

.button.is-icon.entorno {
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
  font-family: Montserrat, sans-serif;
}

.button.is-icon.mapa, .button.is-icon.waze {
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
}

.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 {
  color: var(--white-color);
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
}

.text-size-medium.text-color-brand {
  color: var(--primary-color);
}

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

.text-size-medium.text-color-white.desktop-hide {
  display: none;
}

.text-size-medium.text-color-grey {
  color: var(--gray-color);
}

.text-size-medium.green {
  color: var(--primary-color);
}

.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 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.padding-section-medium.padding-mobile.pdd {
  padding-bottom: 0;
}

.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: #000;
}

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

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

.navbar-5 {
  background-color: #f5f5f5;
  display: block;
}

.navbar-4 {
  background-color: var(--white-color);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.image-5.logo {
  max-width: 90%;
}

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

.nav-menu-2 {
  display: block;
}

.class-nav-link {
  color: var(--primary-color);
  padding: 12px 8px 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.class-nav-link:hover, .class-nav-link:active, .class-nav-link.w--current {
  color: var(--fourth-color);
}

.super-nav {
  z-index: 15;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: fixed;
  top: 0;
}

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

.brand.w--current {
  padding-left: 2em;
  padding-right: 2em;
}

.section-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 770px;
  display: flex;
}

.padding-global-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 770px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: flex;
}

.banner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 770px;
  display: flex;
}

.banner_text {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 569px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.h-heading-style-h1 {
  color: #2b7f9b;
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
}

.text-text-size-regular {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
}

.button-is-large {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #2b7f9b;
  border-radius: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px;
  display: flex;
}

.text-text-size-regular-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.banner_image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 770px;
  display: flex;
}

.building_aqua {
  object-fit: contain;
  border-radius: 20px;
}

.section_description {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.padding-global-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.padding-section-medium-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.description_metric {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 146px;
  padding: 12px 16px;
  display: flex;
  box-shadow: 0 6px 8px #2b7f9b33;
}

.h-heading-style-h2 {
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}

.text-text-size-regular-3 {
  color: #3f3e3e;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.section-location {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: url('../images/background-location-map.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 5rem;
  display: flex;
}

.section-location.dark-color {
  background-color: var(--primary-color);
  background-image: url('../images/background-location-map.jpg');
  background-position: 50%;
  background-size: cover;
  padding-right: 5rem;
}

.padding-global-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.padding-section-medium-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.around {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.around_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 64px;
  display: flex;
}

.h-heading-style-h1-2 {
  color: #3f3e3e1a;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  position: absolute;
  top: -2px;
  left: -1px;
}

.around_buttons {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-is-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #2b7f9b;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 16px;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-text-size-regular-4 {
  font-size: 16px;
  font-weight: 400;
}

.button-is-icon-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-text-size-regular-5 {
  font-size: 16px;
  font-weight: 400;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.around_iframe {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 708px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.f2wf-columns-2 {
  flex-direction: column;
}

.entorno_360-1 {
  object-fit: cover;
  border-radius: 20px;
}

.html-embed, .div-block, .div-block-2 {
  width: 100%;
}

.iframe_locacion {
  z-index: 10;
  opacity: 0;
  transition: all .4s;
  position: relative;
  transform: translate(100vw);
}

.iframe_locacion.coworking {
  opacity: 0;
  width: 100%;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(100vw);
}

.iframe_locacion.coworking.show {
  opacity: 1;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

.iframe_locacion.lobby {
  opacity: 0;
  width: 100%;
  transition: all .4s;
  transform: translate(100vw);
}

.iframe_locacion.lobby.show {
  opacity: 1;
  transition-duration: .4s;
  transform: translate(0);
}

.iframe_locacion.gym {
  opacity: 0;
  width: 100%;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(100vw);
}

.iframe_locacion.gym.show {
  opacity: 1;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

.iframe_locacion.terraza {
  opacity: 0;
  width: 100%;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(100vw);
}

.iframe_locacion.terraza.show {
  opacity: 1;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

.iframe_locacion.show {
  opacity: 1;
  position: static;
  transform: translate(0);
}

.recorrido_2 {
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.section_apartamento {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.btn_apto_2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #565656;
  background-color: #e6e6e6;
  align-items: flex-start;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
  position: static;
}

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

.iframe-lugar {
  opacity: 0;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(100vw);
}

.recorrido-1 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.padding-global-5 {
  z-index: 2;
  flex: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-style-h1-2 {
  color: #8d0536;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1-2.center {
  text-align: center;
}

.text-size-medium-2 {
  color: #565656;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.apartamento-modelo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.btn_apto_1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #8d0536;
  align-items: flex-start;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
  position: static;
}

.btn_aptos_modelo {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  padding-top: 2rem;
  display: flex;
}

.text_location {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.html-embed-10 {
  border-radius: 20px;
  height: 550px;
  overflow: hidden;
}

.section-floors {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.padding-global-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.padding-section-medium-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.floors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.floors_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.floors_title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 64px;
  display: flex;
}

.h-heading-style-h1-3 {
  color: #3f3e3e1a;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  position: absolute;
  top: -2px;
  left: -2px;
}

.floors_wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 881px;
  display: flex;
}

.f2wf-columns-3 {
  align-items: center;
}

.floors_image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.building_aqua-2 {
  object-fit: contain;
  border-radius: 20px;
  height: auto;
}

.pisos {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 360px;
  padding: 24px 16px;
  display: flex;
  position: absolute;
  inset: 37% auto 0% 0%;
}

.text-text-size-regular-6 {
  color: #1a1a1a;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.piso_6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-text-size-regular-7 {
  color: #3f3e3e80;
  font-size: 16px;
  font-weight: 400;
}

.piso_2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #2b7f9b;
  border-bottom-width: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-text-size-regular-8 {
  color: #2b7f9b;
  font-size: 16px;
  font-weight: 400;
}

.typology {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 48px 24px;
  display: flex;
}

.typology.piso-2 {
  opacity: 0;
  background-color: #fff;
}

.typology.piso-2.show {
  z-index: 4;
  opacity: 1;
  background-color: #0000;
  position: relative;
}

.typology.piso-3 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.typology.piso-3.show {
  z-index: 5;
  opacity: 1;
}

.typology.piso-4 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.typology.piso-4.show {
  z-index: 6;
  opacity: 1;
}

.typology.piso-5 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.typology.piso-5.show {
  z-index: 7;
  opacity: 1;
}

.typology.piso-6 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.typology.piso-6.show {
  z-index: 8;
  opacity: 1;
}

.typology.piso-7 {
  opacity: 1;
  background-color: #0000;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.typology.piso-7.show {
  opacity: 1;
  display: flex;
}

.typology.piso-1 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.typology.piso-1.show {
  z-index: 3;
  opacity: 1;
}

.h-heading-style-h5 {
  color: #2b7f9b;
  font-size: 20px;
  font-weight: 400;
}

.img_typology {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.piso_2-01-1 {
  opacity: .8;
  object-fit: contain;
  height: auto;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.typology_data {
  grid-column-gap: 5.33633px;
  grid-row-gap: 5.33633px;
  background-color: #fff;
  border-radius: 13.3408px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 138px;
  padding: 13.3408px 21.3453px;
  display: flex;
  position: absolute;
  top: 161px;
  left: 131px;
  box-shadow: 0 2.99059px 5.98118px #00000040;
}

.h-heading-style-h5-2 {
  color: #1a5450;
  font-size: 20px;
  font-weight: 400;
}

.vectors-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 95.3094px;
  height: 100px;
  display: flex;
}

.text-text-size-tiny-2 {
  color: #1a5450;
  font-size: 12px;
  font-weight: 400;
}

.contenedor-disponibilidad {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.disponibilidad_wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.texto-disponible {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 136px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-size-small-2 {
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.vectors-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
}

.texto-disponible-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 163px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.edificio_linea {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.navegacion-etapas {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.selecciona_piso {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #2b7f9b;
  border-bottom-width: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px;
  display: flex;
}

.vectors-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.selecciona_unidad {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px;
  display: flex;
}

.text-text-size-tiny-3 {
  color: #4a494b;
  font-size: 12px;
  font-weight: 400;
}

.text-text-size-small {
  color: #1a5450;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.text-text-size-small-2 {
  color: #4a494b;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.text-text-size-regular-9 {
  color: #1a1a1a;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.text-text-size-regular-10 {
  color: #3f3e3e80;
  font-size: 16px;
  font-weight: 400;
}

.text-text-size-regular-11 {
  color: #2b7f9b;
  font-size: 16px;
  font-weight: 400;
}

.section-amenities {
  padding-right: 5rem;
}

.section-amenities.dark-color {
  background-color: var(--primary-color);
  background-image: url('../images/background-amenities.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-amenities.dark-color.none, .section-amenities.dark-color.amenities-2.hide-desktop {
  display: none;
}

.section-amenities.dark-color.hide-mobile {
  background-image: url('../images/background-location-places.webp');
}

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

.amenities_text-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.title-amenities {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 64px;
  display: flex;
}

.h-heading-style-h1-4 {
  color: #3f3e3e1a;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  position: absolute;
  top: -2px;
  left: -5px;
}

.amenities_image {
  width: 100%;
}

.slider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide {
  background-image: url('../images/card_amenities.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon, .icon-2 {
  color: #2b7f9b;
}

.slide-nav {
  display: none;
}

.right-arrow, .left-arrow {
  height: 80px;
}

.section_contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-section-medium-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.contact {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 64px;
  display: flex;
}

.h-heading-style-h1-5 {
  color: #3f3e3e1a;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  position: absolute;
  top: -2px;
  left: -3px;
}

.text-text-size-regular-12 {
  color: #3f3e3e;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.columns_contact {
  grid-column-gap: -50px;
  grid-row-gap: -50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 659px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.formulario {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 569px;
  padding: 80px;
  display: flex;
}

.nombre-apellido {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-nombre {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 74px;
  display: flex;
}

.input_nombre {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1.5px solid #e4e2df;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.label_nombre {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text {
  color: #9396a2;
  font-size: 15px;
  font-weight: 400;
}

.telefono {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-telefono {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-telefono_text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1.5px solid #e4e2df;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 15px 24px;
  display: flex;
}

.input-email_text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1.5px solid #e4e2df;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 48px;
  padding: 15px 24px;
  display: flex;
}

.label-email {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.terminos-condiciones {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.chek {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1.5px solid #e4e2df;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.label-terminos_condiciones {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.link-terminos_condiciones {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.separador {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  display: flex;
}

.column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #828282;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.btn-formulario {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #2b7f9b;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.text-3 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.contact_image-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contacto-02-1 {
  object-fit: contain;
  height: auto;
}

.t-rminos-y-condiciones-0 {
  color: #00e;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.t-rminos-y-condiciones-1 {
  color: red;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary-color);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-global-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.container-large-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.padding-section-medium-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 323px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.column-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 0 solid #fff;
  border-bottom: 0 #fff;
  border-left: 0 solid #fff;
  border-right: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-footer.whitout-line {
  border-bottom-style: none;
}

.column-footer.whitout-line.text-color-white {
  justify-content: flex-start;
}

.column-footer.text-color-white {
  border: 1px #fff;
  border-right-style: solid;
  padding-left: 1em;
  padding-right: 1em;
}

.column-footer.text-color-white.without-line {
  border-style: none;
}

.wrap-localizacion-mapa {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ubicacion {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 179px;
  display: flex;
}

.txt-text-size-small-bold {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-text-size-small-3 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.mapa-de-navehacion {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-text-size-small-4 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.text-text-size-regular-13 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.column-footer-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 275px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.vectors-wrapper-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 91.56px;
  display: flex;
}

.redes-sociales {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
}

.instagram {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.vectors-wrapper-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
}

.vectors-wrapper-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 7px;
  height: 14px;
  display: flex;
}

.vectors-wrapper-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 12px;
  display: flex;
}

.column-footer-3 {
  border: 0 solid #fff;
  border-width: 0 1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  height: 275px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.contacto {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.phone {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}

.vectors-wrapper-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.vectors-wrapper-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.6667px;
  height: 16.7511px;
  display: flex;
}

.asesor {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.footer_logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #f1f1f1;
  border-top-width: 1px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.wrap_logos {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 24px 10px;
  display: flex;
}

.logo-cosntructora {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 130px;
  display: flex;
}

.vectors-wrapper-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100.537px;
  height: 66px;
  display: flex;
}

.vectors-wrapper-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 53.91px;
  display: flex;
}

.estrategias_logo-blanco-1 {
  object-fit: contain;
}

.logo_fiduciaria {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 130px;
  padding-top: 8px;
  display: flex;
}

.vectors-wrapper-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 51.49px;
  display: flex;
}

.position_typology_1 {
  color: #175a72;
  width: 29.5%;
  position: absolute;
  inset: 20% auto auto 14.5%;
}

.html-embed-18, .html-embed-19 {
  opacity: .5;
  color: #23d7c1;
}

.position_typology_2 {
  color: #175a72;
  width: 29.5%;
  position: absolute;
  inset: auto auto 18% 14.5%;
}

.html-embed-20 {
  opacity: .5;
  color: #23d7c1;
}

.position_typology_4 {
  color: #175a72;
  width: 29.5%;
  position: absolute;
  inset: auto 12.4% 18% auto;
}

.html-embed-21 {
  opacity: .5;
  color: #23d7c1;
}

.position_typology_5 {
  color: #175a72;
  width: 29.5%;
  position: absolute;
  inset: 20% 12.4% auto auto;
}

.typology_mask {
  opacity: .5;
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
}

.typology_mask:hover {
  opacity: .7;
}

.typology_mask.disguise {
  display: none;
}

.position_typology_3 {
  color: #175a72;
  width: 14%;
  position: absolute;
  inset: auto auto 18% 44%;
}

.floor-mask {
  opacity: 0;
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
}

.floor-mask:hover, .floor-mask.activa {
  opacity: .5;
}

.floor-mask.activa:hover {
  opacity: 0;
}

.floor-7 {
  width: 60%;
  position: absolute;
  inset: 5% auto auto 20%;
}

.floor-6 {
  width: 60%;
  position: absolute;
  inset: 21.4% auto auto 20%;
}

.floor-5 {
  width: 60%;
  position: absolute;
  inset: 33.6% auto auto 20%;
}

.floor-4 {
  width: 60%;
  position: absolute;
  inset: 46.1% auto auto 20%;
}

.floor-3 {
  width: 60%;
  position: absolute;
  inset: auto auto 28.2% 20%;
}

.floor-2 {
  width: 60%;
  position: absolute;
  inset: auto auto 15.7% 20%;
}

.floor-1 {
  width: 60%;
  position: absolute;
  inset: auto auto 1.9% 20%;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Objektivmk1;
  font-weight: 700;
  position: absolute;
  inset: 36% auto auto 40%;
}

.text-block-2 {
  color: #fff;
  font-family: Objektivmk1;
  font-weight: 700;
  position: absolute;
  inset: 36% auto auto 40%;
}

.text-block-3 {
  color: var(--white\<deleted\|variable-d747d1ab\>);
  font-family: Objektivmk1;
  font-weight: 700;
  position: absolute;
  inset: 25% auto auto 29%;
}

.text-block-3.disguise {
  display: none;
}

.text-block-4, .text-block-5 {
  color: var(--white\<deleted\|variable-d747d1ab\>);
  font-family: Objektivmk1;
  font-weight: 700;
  position: absolute;
  inset: 36% auto auto 40%;
}

.contenido-typology {
  width: 100%;
  height: auto;
  position: relative;
}

.contenido_zc {
  position: relative;
  overflow: hidden;
}

.lugar-contenido {
  position: relative;
}

.iframe_map {
  opacity: 0;
  width: 100%;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(100vw);
}

.iframe_map.show {
  z-index: 20;
  opacity: 1;
  transform: translate(0);
}

.html-embed-22 {
  width: 100%;
  height: 570px;
}

.gym-mask {
  width: 26%;
  display: none;
  position: absolute;
  inset: auto auto 31.5% 32%;
}

.terraza-mask {
  width: 14.5%;
  display: none;
  position: absolute;
  inset: auto 27.5% 31.5% auto;
}

.text-block-6 {
  color: #fff;
  font-family: Objektivmk1;
  font-size: .8rem;
  font-weight: 700;
  position: absolute;
  inset: 32% auto auto 37%;
}

.text-block-7 {
  color: #fff;
  font-family: Objektivmk1;
  font-size: .8rem;
  font-weight: 700;
  position: absolute;
  inset: 39% auto auto 21%;
}

.floor-data {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.floor-data.position_floor_1 {
  opacity: 0;
  position: absolute;
  inset: auto 0% 8% auto;
}

.floor-data.position_floor_2 {
  opacity: 0;
  position: absolute;
  inset: auto 0% 20% auto;
}

.floor-data.position_floor_2.activa {
  opacity: 1;
}

.floor-data.position_floor_3 {
  opacity: 0;
  position: absolute;
  inset: auto 0% 33% auto;
}

.floor-data.position_floor_4 {
  opacity: 0;
  position: absolute;
  inset: auto 0% 45% auto;
}

.floor-data.position_floor_5 {
  opacity: 0;
  position: absolute;
  inset: auto 0% 58% auto;
}

.floor-data.position_floor_6 {
  opacity: 0;
  position: absolute;
  inset: auto 0% 71% auto;
}

.floor-data.position_floor_7 {
  opacity: 0;
  position: absolute;
  inset: auto 0% 84% auto;
}

.vectors-wrapper-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 101px;
  display: flex;
}

.text-4 {
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
  font-family: Objektivmk1;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  position: absolute;
  top: 31px;
  left: 28px;
}

.text-5 {
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
  font-family: Objektivmk1;
  font-weight: 400;
  position: absolute;
  top: 14px;
  left: 33px;
}

.legales {
  border-top: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 814px;
  padding-top: 18px;
  padding-bottom: 16px;
  display: flex;
}

.legal {
  color: #fff;
  text-align: center;
  font-family: Objektivmk1;
  font-size: .75rem;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.whatsapp {
  z-index: 100;
  width: 100%;
  height: auto;
  position: relative;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  width: 7%;
  display: flex;
  position: fixed;
  inset: auto 0% 8% auto;
}

.text-block-8, .legal-text {
  font-size: .75rem;
}

.legal-container {
  width: 100%;
  height: auto;
  position: relative;
}

.div-block-52 {
  z-index: 50;
  background-color: #fff;
  position: fixed;
  inset: auto 0% 0;
}

.container.flex-space-between {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container.flex-horizontal {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  height: 70vh;
  display: flex;
}

.container.horizontal-felx {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.container._100-ch {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.container.center-felx._100-vh {
  height: 100vh;
}

.catalog-rotate_img {
  width: 100%;
}

.logo-owly {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.owly {
  align-self: center;
  position: static;
  inset: auto 0% 3%;
}

.content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.catalog-rotate {
  border-radius: 50%;
  width: 7em;
  height: 7em;
  position: absolute;
}

.catalog-btn-wrapper {
  z-index: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  margin-left: 100px;
  display: flex;
  position: relative;
}

.catalog-btn-wrapper.greeting-btn {
  text-align: center;
  width: 100px;
  height: 100px;
  margin-left: 0;
}

.small-icon {
  width: 3em;
  height: 3em;
  transition: all .3s linear;
  position: relative;
  left: 4%;
}

.body {
  background-color: #fff;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  opacity: .3;
}

.div-block-53 {
  z-index: 5;
  background-color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
  width: 10px;
  height: 10px;
  position: relative;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

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

.link-block-5 {
  width: 11%;
  position: absolute;
  inset: 41% auto auto 15.8%;
}

.link-block-6 {
  width: 10%;
  position: absolute;
  inset: auto auto 26% 28.5%;
}

.html-embed-23 {
  opacity: .5;
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
}

.html-embed-23:hover {
  opacity: .7;
}

.html-embed-24 {
  opacity: .5;
  color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
}

.html-embed-24:hover {
  opacity: .7;
}

.text-block-9 {
  color: #fff;
  font-family: Objektivmk1;
  font-size: .8rem;
  position: absolute;
  inset: 35% auto auto 18%;
}

.text-block-10 {
  color: #fff;
  font-family: Objektivmk1;
  font-size: .6rem;
  position: absolute;
  inset: 25% auto auto 4%;
}

.div-block-55 {
  background-color: var(--dark-slate-grey\<deleted\|variable-1578860a\>);
}

.svg {
  color: var(--primary-color);
  width: 4em;
}

.nav-menu-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-buttons.hide {
  display: none;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_logo-link {
  padding-left: 0;
}

.button-2 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: #0000;
}

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

.navbar1_menu-button {
  padding: 0;
}

.navbar1_component {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar1_dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  padding: .5rem;
}

.text-banner {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luxia, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 55px;
  text-decoration: none;
  position: static;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
}

.div-block-56 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.container-text-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.navbar1_link {
  color: #fff;
  padding: .5rem 1rem;
  font-weight: 600;
}

.navbar1_link.w--current {
  color: #c5a584;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.text-block-11 {
  color: var(--white-color);
  font-family: Luxia, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

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

.text-block-12 {
  color: var(--white-color);
}

.text-banner-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 55px;
  text-decoration: none;
}

.div-block-58 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.container-text-banner-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section_home-2 {
  position: relative;
}

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

.image-8.hero {
  object-position: 50% 0%;
}

.banner-text {
  color: var(--white-color);
  font-family: Fromage Alt, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.banner-text.text-on-image {
  text-shadow: 2px 3px 3px #000000b8;
}

.banner-text-small {
  color: var(--white-color);
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.banner-text-small.text-on-image {
  text-shadow: 2px 3px 3px #000000b8;
}

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

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

.column-flex-vertical {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.column-flex-vertical._100--widht {
  width: 100%;
}

.column-flex-vertical.iframe {
  height: 100%;
}

.wrapp-text-banner {
  width: 100%;
}

.two-columns-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.apartment-description {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.heading {
  color: var(--primary-color);
  text-transform: none;
  font-family: Fromage Alt, Arial, sans-serif;
  font-weight: 400;
}

.heading.text-on-image {
  color: var(--white-color);
  text-shadow: 2px 3px 3px #00000061;
}

.heading.text-on-image.mobile-show {
  display: none;
}

.heading.texto-with {
  max-width: 500px;
}

.icon-medium {
  border: 3px solid var(--primary-color);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 3px;
  display: flex;
}

.icon-medium.icon-white {
  border-color: var(--white-color);
  color: var(--white-color);
  width: 2em;
  height: 2em;
}

.svg-3 {
  color: var(--primary-color);
}

.img-oveflow {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-project {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 70vh;
  position: relative;
}

.container-text-image {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.container-text-image.mobile-none {
  justify-content: flex-start;
  align-items: flex-end;
}

.container-text-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.arrow-image {
  border: 3px solid var(--white-color);
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
}

.svg-4 {
  color: var(--white-color);
}

.container-big {
  width: 100%;
  height: 100%;
}

.column-flex-auto {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 19.5rem;
  height: 100%;
  display: flex;
}

.column-flex-auto.columna {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  width: 60%;
}

.content-slider {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
  height: 100%;
}

.container-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.subtitle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 2px solid var(--fourth-color);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 12rem;
  padding-top: 1rem;
  display: flex;
}

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

.svg-5 {
  color: var(--white-color);
}

.primary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.primary-button.text-size-medium {
  font-size: 1rem;
}

.wrapp-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wrapp-buttons.is-hide {
  display: none;
}

.svg-7 {
  color: var(--white-color);
}

.around_image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.araund-html {
  opacity: 0;
  width: 100%;
  transition: all .4s;
  transform: translate(100vw);
}

.araund-html.show {
  opacity: 1;
  height: 100%;
  transform: translate(0);
}

.html-embed-25 {
  width: 100%;
  height: 700px;
}

.map-html {
  opacity: 0;
  width: 100%;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(100vw);
}

.button-is-icon-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.button-is-icon-3:hover {
  background-color: var(--fourth-color);
  color: var(--primary-color);
}

.button-is-icon-3.fixed-width-button-card {
  background-color: var(--white-color);
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 8rem;
}

.button-is-icon-3.fixed-width-button-card:hover {
  box-shadow: 0 4px 8px #00000052;
}

.wrapp-parragraph {
  width: 5rem;
}

.section-location-2 {
  padding-left: 5rem;
}

.section-location-2.dark-color {
  background-color: var(--primary-color);
  background-image: url('../images/background-location-places.webp');
  background-position: 50%;
  background-size: cover;
}

.slider-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ddd0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.arrow-left {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-radius: 50px;
  width: 3rem;
  height: 3rem;
  inset: 36% auto auto 0%;
}

.to-do {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-8 {
  color: var(--white-color);
}

.to-do-wrapper {
  display: block;
}

.to-do-wrapper.phone-hide {
  display: flex;
}

.to-do-wrapper.desktop-is-hide {
  display: none;
}

.grid-to-do {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.arrow-right {
  background-color: var(--white-color);
  border-radius: 50px;
  width: 3rem;
  height: 3rem;
  inset: 36% auto auto 5%;
}

.div-block-59 {
  background-color: var(--white-color);
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.svg-9 {
  color: var(--primary-color);
}

.section-slider.dark-color {
  background-color: var(--primary-color);
  padding-left: 5rem;
}

.mask {
  width: 100%;
}

.icon-4 {
  font-size: 1.5rem;
}

.icon-5 {
  color: var(--primary-color);
  font-size: 1.5rem;
}

.slide-2 {
  background-image: url('../images/SOLEA_AEREA_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.yt_slider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  display: flex;
}

.yt_mask {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.yt_slide, .yt-slide {
  height: auto;
}

.slide-nav-3 {
  display: block;
}

.yt_slider-nav {
  margin-top: 2rem;
  display: none;
  position: static;
}

.yt_slider-arrow {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
}

.yt_slider-arrow.is-left {
  display: none;
}

.icon-6, .icon-7 {
  font-size: 1.5rem;
}

.yt2_slider-arrow-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.yt2_slider-arrow-wrapper.desktop-is-hide {
  display: none;
}

._w-slider-arrow-left {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: block;
}

._w-slider-arrow-left.next-button, ._w-slider-arrow-left.back-button {
  display: flex;
}

._w-slider-arrow-left.is-lef, ._w-slider-arrow-left.is-right, ._w-slider-arrow-left.prev-slide.is-hide, ._w-slider-arrow-left.next-slide.is-hide {
  display: none;
}

.image-overlay {
  background-image: linear-gradient(165deg, #00000080, #fff0);
  position: absolute;
  inset: 0%;
}

.image-overlay.overlay-apartment {
  background-image: linear-gradient(87deg, #0000004d 17%, #fff0);
}

.section-project {
  padding-left: 5rem;
}

.section-project.dark-color {
  background-color: var(--primary-color);
  background-image: url('../images/background-location-map.webp');
  background-position: 50%;
  background-size: cover;
}

.image--project {
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  height: 100%;
}

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

.yt2_mask {
  background-color: #ddd0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.yt2_slider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ddd0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
  height: 100%;
  display: flex;
}

.yt2-slide {
  height: auto;
}

.yt2-slide.slide-1 {
  background-image: url('../images/render-apto.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask-2 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
  height: 100%;
}

.slide-4 {
  background-image: url('../images/lobby.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/gym.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/coworking.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Untitled-2-06.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/covered-terrace.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/bbq-area.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/playground.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/firepit.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-4 {
  display: none;
}

.section-planta {
  background-color: var(--third-color);
  background-image: url('../images/background-planta-1.webp');
  background-position: 50%;
  background-size: cover;
}

.section-planta.backgroun-planta-2 {
  background-image: none;
}

.container-planta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.container-text-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-text-center.padding-down {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 2rem;
}

.svg-10 {
  color: var(--white-color);
}

.file-flex-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px none var(--white-color);
  justify-content: space-between;
  display: flex;
}

.container-text-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.plata-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.grid-cards-investment {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ivestment-card {
  border-radius: 8px;
  flex-flow: column;
  display: flex;
  box-shadow: 0 4px 8px #00000052;
}

.ivestment-card.second-color {
  background-color: var(--fourth-color);
  border-radius: 8px;
}

.ivestment-card.fourth-color {
  background-color: var(--third-color);
}

.ivestment-card.first-color {
  background-color: var(--fourth-color);
}

.container-image-card {
  background-color: var(--white-color);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-investment-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 8px 16px 16px;
  display: flex;
}

.text-investment-card.text-color-dark {
  color: var(--primary-color);
}

.item-card-investment {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.svg-11 {
  color: var(--white-color);
}

.grid-developers {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.path, .path-2, .path-3, .path-4, .path-5 {
  color: #dd1f2e;
}

.path-6 {
  color: #044f99;
}

.svg-12 {
  color: #ed1c24;
}

.svg-13 {
  color: #053537;
}

.path-7, .path-8, .path-9, .path-10, .path-11 {
  color: #dd1f2e;
}

.path-12 {
  color: #044f99;
}

.path-13, .path-14, .path-15, .path-16, .path-17, .path-18, .path-19, .path-20, .path-21, .path-22, .path-23, .path-24, .path-25, .path-26, .path-27 {
  color: #414141;
}

.svg-14 {
  color: #ed1c24;
}

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

.card-investment {
  border-right: 1px solid var(--primary-color);
  padding: 16px;
}

.card-investment.none-line {
  border-right-style: none;
}

.title-card-incestment {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.title-card-incestment.text-color-brand {
  color: var(--primary-color);
}

.div-block-61 {
  width: .2rem;
}

.separte-line {
  background-color: var(--primary-color);
  width: .2rem;
}

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

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

.text-contact {
  text-align: justify;
}

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

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

.link-2 {
  color: #000;
  text-decoration: none;
}

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

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

.content-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1);
}

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

.checkbox-2 {
  margin-top: 0;
}

.d-none {
  display: none;
}

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

.paragraph--fc5.fs7-3 {
  margin: 8px 0;
  font-size: 1.3vh;
}

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

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

.form-block.form-open {
  background-color: var(--white-color);
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 550px;
  display: flex;
  position: relative;
}

.form-block.iframe {
  width: 100%;
  height: 100vh;
}

.form-block.padding-form {
  margin-top: 2em;
}

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

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

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

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

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

.fs7-2--fw3--fc1.terminos-form {
  margin-left: 16px;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  text-decoration: none;
}

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

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

.form_main_field--fs7-2-fc1-bw1b {
  z-index: 2;
  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;
}

.primary-button-2 {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid #071621;
  border-radius: .5em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.primary-button-2:hover {
  box-shadow: 0 2px 5px #0003;
}

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

.container-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapp-logo-footer {
  border-bottom: 1px solid var(--white-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.svg-15 {
  color: var(--white-color);
  width: 10em;
}

.wrapp-links-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  display: flex;
}

.container-links-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  padding-right: 1em;
  display: flex;
}

.container-links-footer.vertical-felx {
  flex-flow: column;
}

.container-links-footer.flex-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.grid-links-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .75fr 1fr 1fr 1fr;
}

.link-3 {
  color: var(--white-color);
  text-decoration: none;
}

.text-link-footer {
  color: var(--white-color);
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
}

.social-media-footer {
  background-color: var(--white-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.svg-16, .svg-17, .svg-18 {
  color: var(--primary-color);
}

.navbar-6 {
  background-color: var(--white-color);
}

.navbar-7 {
  background-color: var(--white-color);
  display: none;
}

.pop-up {
  z-index: 20;
  background-color: #333333ba;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pop-up.type-d, .pop-up.type-a {
  display: none;
}

.pop-up.type-a.text-color-black {
  color: var(--primary-color);
}

.pop-up.type-b, .pop-up.type-c {
  display: none;
}

.pop-up-item {
  background-color: var(--white-color);
  border-radius: 0;
  width: 100%;
  max-width: 80em;
  height: 100%;
  max-height: 39.5em;
  display: block;
}

.pop-up-item-container {
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.pup-up-slider {
  flex-flow: row;
  width: 100%;
  height: 100%;
  position: relative;
}

.pop-up-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.pop-up-text.second-color {
  background-color: var(--second-color);
  display: block;
}

.pop-up-text.second-color.text-color-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  height: 100%;
}

.pop-up-text.second-color.text-white {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--third-color);
  color: var(--white-color);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.pop-up-text.second-color.text-white.green {
  background-color: var(--third-color);
}

.pop-up-text.fourth-color {
  background-color: var(--fourth-color);
}

.pop-up-text.fourth-color.text-color-black {
  color: var(--primary-color);
  width: 60%;
  height: 100%;
}

.pop-up-text.fourth-color.text-brand {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--third-color);
  color: var(--primary-color);
  justify-content: flex-start;
  align-items: flex-start;
}

.pop-up-text.firts-color {
  background-color: var(--primary-color);
}

.pop-up-text.firts-color.text-color-white {
  width: 60%;
  height: 100%;
}

.pop-up-text.firts-color.text-white {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--fourth-color);
  color: var(--white-color);
  justify-content: flex-start;
  align-items: flex-start;
}

.pop-up-text.second-color {
  background-color: #a7b1a8;
}

.pop-up-text.second-color.text-color-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  height: 100%;
  display: block;
}

.pop-up-content-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--white-color);
  flex-flow: column;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.pop-up-content-title.line-color-brand {
  border-bottom-color: var(--primary-color);
}

.pop-up-content-desxription {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.wrapp-intems-description-pop {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.item-pop-up {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 9rem;
  display: flex;
}

.wrapp-planta-pop-up {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.slider-3 {
  height: 100%;
}

.arrow-pop-up {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 50px;
  width: 2.5rem;
  height: 2.5rem;
}

.arrow-pop-up.prev {
  margin-left: 8px;
}

.arrow-pop-up.next {
  margin-right: 8px;
}

.icon-8, .icon-9 {
  font-size: 1.5rem;
}

.slide-nav-5 {
  display: none;
}

.slide-14 {
  background-image: url('../images/pop-up-planta-type-d-sft.jpg');
  background-position: 50%;
  background-size: contain;
}

.wrapp-close-pop-up {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  margin-right: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-3 {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-radius: 16px;
}

.button-close-pop-up {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--white-color);
  color: var(--primary-color);
  border-radius: 8px;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

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

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

.svg-19 {
  display: block;
}

.slider-4 {
  width: 100%;
  height: 100%;
}

.icon-10, .icon-11 {
  font-size: 1.5rem;
}

.slide-nav-6 {
  display: none;
}

.slide-15 {
  background-image: url('../images/pop-up-isometry-type-a.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-16 {
  background-image: url('../images/pop-up-planta-type-a.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-17 {
  background-image: url('../images/pop-up-planta-type-a-sft.jpg');
  background-position: 50%;
  background-size: contain;
}

.slider-5 {
  width: 100%;
  height: 100%;
}

.slide-nav-7 {
  display: none;
}

.icon-12, .icon-13 {
  font-size: 1.5rem;
}

.slide-18 {
  background-image: url('../images/pop-up-isometry-type-B.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/pop-up-planta-type-B.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/pop-up-planta-type-B-sft.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-6 {
  width: 100%;
  height: 100%;
}

.slide-nav-8 {
  display: none;
}

.icon-14 {
  font-size: 1.5rem;
}

.icon-15 {
  font-size: 1.4rem;
}

.slide-21 {
  background-image: url('../images/pop-up-isometry-type-c.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/pop-up-planta-type-c.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/pop-up-planta-type-c-sft.jpg');
  background-position: 50%;
  background-size: cover;
}

.content-slide {
  width: 58vw;
  height: 100%;
  display: flex;
}

.slider-7 {
  background-image: url('../images/pop-up-planta-type-c.jpg');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 50vh;
}

.slide-24 {
  background-image: url('../images/pop-up-isometry-type-c.jpg');
  background-position: 50%;
  background-size: contain;
}

.image-10 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-image, .slider-8, .slider-places {
  width: 100%;
  height: 100%;
}

.slide-nav-9 {
  display: none;
}

.yt-slider-arrow {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.yt-slider-arrow.prev-slide.is-hide, .yt-slider-arrow.next-slide.is-hide {
  display: none;
}

.slide-25 {
  background-image: linear-gradient(#00000080, #00000080);
}

.slide-26 {
  background-image: linear-gradient(to bottom, var(--fourth-color), var(--fourth-color));
}

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

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

.slider-9, .popup-content-slider, .popup-slider-content {
  width: 100%;
  height: 100%;
}

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

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

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

.form_main_field--fs7-2-fc1-bw1b-2 {
  z-index: 2;
  text-align: left;
  background-color: #0000;
  border-style: solid;
  border-width: 0 0 1px;
  border-bottom-color: #d8d8d8;
  border-radius: 0;
  height: 2.7em;
  margin-bottom: 1em;
  padding: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

.submit {
  background-color: var(--primary-color);
  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.brochure {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

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

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

.fs7--fw3--fc1.center.text-home {
  color: var(--primary-color);
  font-family: Montserrat, sans-serif;
}

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

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

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

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

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

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

.flex-center.full-width {
  width: 100%;
}

.content-pop-up {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
  width: 100%;
  height: 100%;
}

.slider-pop-up2 {
  width: 43em;
  height: 100%;
}

.slide-nav-10 {
  display: none;
}

.image-slider-pop {
  width: 100%;
  height: 100%;
}

.pop-up-content-title-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #fff;
  flex-flow: column;
  padding-bottom: 16px;
  display: flex;
}

.pop-up-item-2 {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 50em;
  height: 100%;
  max-height: 26.3em;
  display: flex;
}

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

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.75fr 1.5fr;
  width: 100%;
  height: 100%;
}

.svg-21 {
  display: block;
}

.background-pop-up {
  z-index: 21;
  background-color: #0505058f;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-pop-up.current {
  display: flex;
}

.section-pop-up {
  z-index: 22;
  background-color: #33333380;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.section-pop-up.current {
  display: block;
}

.section-pop-up.tipo-d {
  display: none;
}

.section-pop-up.tipo-d.show {
  display: block;
}

.section-pop-up.tipo-c {
  display: none;
}

.section-pop-up.tipo-c.show {
  display: block;
}

.section-pop-up.tipo-b {
  display: none;
}

.section-pop-up.tipo-b.show {
  display: block;
}

.section-pop-up.tipo-a {
  display: none;
}

.section-pop-up.tipo-a.show {
  display: block;
}

.section-pop-up.tipo-e {
  display: none;
}

.section-pop-up.tipo-e.show {
  display: block;
}

.div-block-65 {
  width: 50em;
  height: 30em;
}

.image-15 {
  object-fit: contain;
}

.slider-10, .slide-27 {
  width: 100%;
  height: 100%;
}

.text-block-13 {
  position: absolute;
}

.disclaimer {
  width: 100%;
  position: absolute;
  inset: auto auto 2% 0%;
}

.image-16 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.svg-22 {
  color: var(--white-color);
}

.div-block-66 {
  height: auto;
  display: flex;
  position: relative;
}

.svg-23 {
  color: var(--fourth-color);
}

.amenities-mask {
  width: 10.8em;
  margin-top: 6em;
  margin-left: 4em;
  display: none;
  position: absolute;
}

.amenities-mask.show {
  display: block;
}

.amenities-mask.lobby.show {
  width: 2.5em;
  margin-top: 3em;
  margin-left: 3.5em;
}

.svg-24 {
  color: var(--fourth-color);
}

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

.yt2_slider-small {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slide-nav-11 {
  display: none;
}

.left-arrow-2, .right-arrow-2, ._w-slider-arrow-right {
  display: block;
}

.yt2-slider-arrow {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.custom-slider-amenities-left, .custom-slider-amenities-left._w-slider-arrow-left, .custom-slider-amenities-right, .custom-slider-amenities-right._w-slider-arrow-right, .custom-slider-location-left, .custom-slider-location-left._w-slider-arrow-left, .custom-slider-location-right, .custom-slider-location-right._w-slider-arrow-right {
  display: none;
}

.text-location-slide {
  padding-bottom: 6px;
}

.wrapp-buttons-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-buttons-banner {
  z-index: 14;
  background-color: var(--primary-color);
  outline-color: var(--white-color);
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 8px;
  outline-width: 2px;
  outline-style: solid;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 50% 1.5em auto auto;
  box-shadow: 1px 5px 5px #000000b8;
}

.banner-button {
  color: var(--white-color);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.svg-25 {
  color: var(--white-color);
}

.banner-image-mobile {
  display: none;
  position: absolute;
}

.image-location-amenities {
  height: 100%;
}

.button-image {
  border: 2px solid var(--white-color);
  background-color: var(--white-color);
  color: var(--primary-color);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.button-image:hover {
  border: 2px solid var(--white-color);
  background-color: var(--fourth-color);
  box-shadow: 0 2px 5px #0003;
}

.button-image.green {
  background-color: var(--primary-color);
}

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

.banner-project {
  height: 660px;
  position: relative;
}

.container2-links-footer {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  display: flex;
}

.hbspt-form {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-13 {
  background-color: var(--light-blue);
  width: 100%;
  height: 100%;
}

.slide-nav-13 {
  display: none;
}

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

.arrow {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1.3rem;
  display: flex;
}

.container-text-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.developers {
  color: var(--primary-color);
  width: 10em;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .svg-26, .svg-27, .svg-28, .svg-29, .svg-30, .svg-31, .svg-32 {
  color: var(--primary-color);
}

.svg-33, .svg-34, .svg-35, .svg-36, .svg-37, .svg-38, .svg-39, .svg-40, .svg-41 {
  color: var(--white-color);
}

.div-block-67 {
  padding: 1em;
  position: absolute;
  inset: auto auto 1% 1%;
}

.brochure-btn {
  z-index: 0;
  background-color: var(--primary-color);
  border: 2.5px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  display: flex;
  position: relative;
}

.pop-up-formulario {
  z-index: 20;
  background-color: #ffffffb3;
  width: 100%;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-formulario.show {
  display: block;
}

.div-block-68 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  display: flex;
}

.div-block-68.padding-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  min-height: 100svh;
}

.cerrar-formulario {
  background-color: var(--primary-color);
  border: 3px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_component {
  display: none;
}

.fs-consent_component.show {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  border-radius: 8px;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 1% 1% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_allow.button-image.green {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.link-4 {
  color: var(--primary-color);
  text-decoration: underline;
}

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

.pdf {
  color: var(--white-color);
  width: 1.7em;
}

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

.parrafo {
  color: var(--primary-color);
  font-family: Fromage Alt, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.text-block-14 {
  color: var(--white-color);
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.phone-home {
  width: 2em;
}

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

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

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

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

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

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

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

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

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

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

.code-embed {
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 550px;
}

.div-block-74 {
  background-color: var(--white-color);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ths08-logo-separator {
  background-color: #f5f5f5;
  width: 100px;
  height: 2px;
  position: absolute;
}

.ths08-social-icon {
  width: 25px;
}

.ths08-header {
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.ths08-menu-link {
  color: #f5f5f5;
  text-align: right;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  text-decoration: none;
  transition: transform .2s ease-in-out, color .2s ease-in-out;
}

.ths08-menu-link:hover {
  color: #fff;
  transform: scale(1.1);
}

.ths08-menu-block-overlay {
  background-color: #f5f5f5;
  position: absolute;
  inset: 0%;
}

.ths08-menu-links-overlay {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.ths08-social-link {
  opacity: .75;
  color: #000900;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
  display: flex;
}

.ths08-social-link:hover {
  opacity: 1;
}

.ths08-menu-block {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50vw;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
  position: relative;
}

.ths08-page-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.ths08-navigation-separator {
  background-color: #0009001a;
  width: 80px;
  height: 2px;
  margin-left: 40px;
}

.ths08-menu-bars-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.ths08-contact-info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 30px;
  display: flex;
}

.ths08-brand {
  color: #000900;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.ths08-menu-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.ths08-preloader-section {
  z-index: 10;
  background-image: radial-gradient(circle, #000900, #000);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ths08-nav-link {
  color: #000900bf;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color .25s ease-in-out;
}

.ths08-nav-link:hover {
  color: #000900;
}

.ths08-menu {
  z-index: 8;
  background-color: #00090080;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.ths08-contact-info-text {
  opacity: .75;
  color: #f5f5f5;
  text-align: right;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.ths08-contact-info-text:hover {
  opacity: 1;
}

.ths08-contact-info-text.ths08-no-opacity {
  opacity: 1;
  transition-property: none;
}

.ths08-logo-text {
  color: #f5f5f5;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
}

.ths08-menu-bar {
  background-color: #000900bf;
  width: 30px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ths08-navigation-block {
  justify-content: center;
  align-items: center;
  width: 31.3333vw;
  display: flex;
}

.ths08-navigation-block.flex-right {
  justify-content: flex-start;
  align-items: center;
}

.ths08-navigation-block.flex-center {
  justify-content: flex-end;
  align-items: center;
}

.text-menu {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
}

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

.navbar-8.sticky {
  position: sticky;
}

.container-3 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.svg-42 {
  width: 6em;
}

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

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

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

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

.svg-43 {
  width: 2em;
}

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

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

.section-2.show {
  justify-content: flex-end;
  height: 100svh;
  transition-duration: .7s;
  transform: translate(0);
}

.div-block-75 {
  background-color: var(--primary-color);
  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;
}

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

.text-nav {
  color: var(--white-color);
  font-family: Fromage Alt, Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
}

.text-nav:hover {
  color: var(--fourth-color);
}

.text-block-15 {
  color: var(--white-color);
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-block-15:hover {
  color: var(--fourth-color);
}

.section-3 {
  overflow: hidden;
}

.section-3.show {
  display: block;
}

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

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

.navbar-button {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: .8rem;
  display: block;
}

.navbar-button.w--open {
  background-color: #fff0;
}

.navbar-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.navbar-button-container {
  flex-direction: column;
  justify-content: space-between;
  width: 2rem;
  height: .7rem;
  display: flex;
  position: relative;
}

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

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

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

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

.svg-44 {
  justify-content: center;
  align-items: center;
  width: 2em;
  display: flex;
}

.icon-nav {
  width: 2em;
}

.div-block-78 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.svg-45 {
  width: 6em;
}

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

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

.link-5 {
  text-decoration: underline;
}

.form-float {
  z-index: 9998;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
  margin-bottom: 1em;
  margin-right: 1em;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.form-float.show {
  max-width: 400px;
  display: block;
}

.div-block-79, .code-embed-3 {
  width: 100%;
  height: 100%;
}

.closed-form-fload {
  background-color: var(--primary-color);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-3 {
  text-transform: none;
  font-family: Fromage Alt, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.heading-3.text-color-white.text-on-image {
  text-shadow: 2px 3px 3px #00000061;
}

.div-block-80 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100svh;
}

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

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

.form-block-3.iframe {
  width: 100%;
  height: 100vh;
}

.form-block-3.padding-form {
  margin-top: 2em;
}

.div-block-82 {
  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 {
  width: 100%;
}

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

.form_main_field--fs7-2-fc1-bw1b-4 {
  z-index: 2;
  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-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h5-2 {
  color: #fff;
  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: #153636;
}

.div-block-84 {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

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

.svg-elite {
  width: 8em;
}

.logo-home {
  width: 6em;
}

@media screen and (min-width: 1440px) {
  .floor-7, .floor-6, .floor-5, .floor-4, .floor-3, .floor-2, .floor-1 {
    width: 58%;
  }

  .whatsapp {
    z-index: 4;
    width: 100vw;
    position: relative;
  }

  .div-block-51 {
    width: 6%;
    inset: auto 0% 0% auto;
  }

  .catalog-rotate_img {
    border-radius: 50%;
  }
}

@media screen and (min-width: 1920px) {
  .section-location, .section-location.dark-color, .section-amenities.dark-color {
    padding-right: 20rem;
  }

  .around_image {
    align-items: center;
    padding-left: 0;
  }

  .section-location-2.dark-color, .section-project.dark-color {
    padding-left: 20rem;
  }
}

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

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h5.text-color-white {
    font-size: 1.1rem;
  }

  .text-size-medium.text-color-white.desktop-hide {
    display: block;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .padding-section-medium.padding-mobile {
    padding-bottom: 0;
  }

  .navbar-5 {
    background-color: var(--white-color);
    justify-content: space-between;
    display: block;
  }

  .navbar-4 {
    display: none;
  }

  .image-5 {
    max-width: 90%;
  }

  .nav-menu-2 {
    background-color: var(--white-color);
    color: var(--white-color);
    flex: 1;
    box-shadow: 0 2px 5px #0003;
  }

  .class-nav-link {
    color: var(--white-color);
    font-family: Fromage Alt, Arial, sans-serif;
    font-size: 1.5rem;
  }

  .class-nav-link.text-item-nav {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
  }

  .class-nav-link.item-nav {
    font-family: Montserrat, sans-serif;
  }

  .section-banner {
    height: auto;
  }

  .f2wf-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    align-items: center;
  }

  .banner {
    flex-direction: column;
    height: auto;
  }

  .banner_text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .banner_image {
    height: auto;
  }

  .section-location, .section-location.dark-color {
    padding-right: 0;
  }

  .f2wf-columns-2 {
    flex-direction: column;
    align-items: center;
  }

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

  .floors {
    height: auto;
  }

  .f2wf-columns-3 {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .section-amenities {
    padding-right: 0;
  }

  .section-amenities.dark-color.amenities-2.hide-desktop {
    background-image: url('../images/background-location-places.webp');
    display: block;
  }

  .section-amenities.dark-color.hide-mobile {
    display: none;
  }

  .slider {
    flex-flow: column;
  }

  .columns_contact {
    flex-direction: column;
  }

  .form, .formulario {
    height: auto;
  }

  .f2wf-columns-4, .f2wf-columns-5 {
    flex-direction: column;
    align-items: center;
  }

  .contact_image-wrap {
    height: auto;
  }

  .footer_component {
    flex-direction: column;
    height: auto;
  }

  .column-footer {
    border-style: none none solid;
    border-width: 1px;
    padding-bottom: 32px;
  }

  .column-footer.text-color-white {
    border-top-style: solid;
    border-top-width: 0;
    border-left-style: solid;
    border-left-width: 0;
    border-right-style: solid;
    border-right-width: 0;
  }

  .column-footer-3 {
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    height: auto;
    margin-bottom: 21px;
  }

  .asesor {
    border-style: none;
    border-width: 1px;
  }

  .wrap_logos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-51 {
    width: 15%;
    inset: auto 0% 0% auto;
  }

  .brand-2 {
    justify-content: center;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    display: flex;
  }

  .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .container.flex-space-between {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .container.flex-horizontal {
    flex-flow: column;
    height: 100%;
  }

  .content-2 {
    align-items: center;
  }

  .column-5 {
    border-right: 1px #000;
  }

  .icon-3 {
    color: var(--primary-color);
  }

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

  .svg-2 {
    color: var(--primary-color);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-image: linear-gradient(#323f54, #323f54);
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .container-text-banner {
    top: 0%;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .container-text-banner-2 {
    inset: auto auto 0% 0%;
  }

  .column-flex-vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .two-columns-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading {
    font-size: 3.5rem;
  }

  .heading.text-on-image {
    font-size: 2.5rem;
  }

  .heading.text-on-image.mobile-show {
    font-size: 3rem;
    display: block;
  }

  .heading.text-on-image.mobile-show.hide-mobile {
    display: none;
  }

  .img-oveflow {
    height: 40vh;
  }

  .image-project {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
  }

  .container-text-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-text-images.mobile-none, .container-text-images.hide-mobile {
    display: none;
  }

  .arrow-image {
    width: 3.5em;
    height: 3.5em;
  }

  .column-flex-auto {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    order: -1;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .content-slider {
    order: 1;
    height: 45vh;
  }

  .container-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .around_image {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
  }

  .araund-html.show, .html-embed-25 {
    height: 100%;
  }

  .section-location-2.dark-color {
    padding-left: 0;
  }

  .slider-wrapper {
    flex-flow: column;
  }

  .to-do-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .to-do-wrapper.phone-hide {
    display: none;
  }

  .to-do-wrapper.desktop-is-hide {
    display: flex;
  }

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

  .section-slider.dark-color {
    padding-left: 0;
  }

  .mask {
    height: 100%;
  }

  .yt_slider {
    grid-column-gap: 76px;
    grid-row-gap: 76px;
    flex-flow: column;
  }

  .yt_mask {
    height: 45vh;
  }

  .yt2_slider-arrow-wrapper.desktop-is-hide, .yt2_slider-arrow-wrapper.phone-is-hide {
    display: none;
  }

  .image-overlay.overlay-apartment {
    background-image: linear-gradient(87deg, #00000080 17%, #fff0);
  }

  .section-project.dark-color {
    padding-left: 0;
  }

  .section-project.text-mobile {
    margin-top: 2em;
    padding-left: 0;
  }

  .image--project {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .yt2_mask {
    border-radius: 0;
  }

  .yt2_slider {
    flex-flow: column;
    height: 95vh;
  }

  .yt2_slider.preba-slide {
    height: 45vh;
  }

  .file-flex-horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .container-text-2 {
    width: 100%;
  }

  .grid-cards-investment {
    grid-template-columns: 1fr 1fr;
  }

  .grid-developers {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .text-contact {
    width: 100%;
  }

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

  .form-block.padding-form {
    margin-top: 3em;
  }

  .pd2.form {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapp-links-footer {
    flex-flow: column;
  }

  .grid-links-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .navbar-7 {
    border-bottom: .5px solid var(--primary-color);
    display: block;
  }

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

  .container-2.mobile-menu {
    justify-content: space-around;
    width: 100%;
    display: flex;
  }

  .menu-button-2 {
    color: var(--primary-color);
  }

  .menu-button-2.w--open {
    background-color: var(--white-color);
    color: var(--primary-color);
  }

  .nav-menu-3 {
    background-color: var(--white-color);
    background-image: url('../images/background-location-map.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .pop-up.type-d {
    justify-content: center;
    align-items: center;
  }

  .pop-up-item {
    width: 20rem;
    position: absolute;
    top: 2%;
  }

  .pop-up-item-container {
    flex-flow: column;
  }

  .pup-up-slider, .pop-up-text.second-color.text-color-white {
    width: 100%;
  }

  .pop-up-text.second-color.text-white {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    height: 100%;
    padding: 24px;
  }

  .pop-up-text.fourth-color.text-color-black, .pop-up-text.firts-color.text-color-white, .pop-up-text.second-color.text-color-white {
    width: 100%;
  }

  .wrapp-planta-pop-up {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapp-close-pop-up {
    z-index: 20;
  }

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

  .grid-3 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph--fc1 {
    font-size: 1.2vh;
  }

  .grid-4 {
    grid-template-columns: 1.5fr;
  }

  .slider-pop-up2 {
    width: 100%;
  }

  .pop-up-item-2 {
    width: 30rem;
    position: absolute;
    top: 2%;
  }

  .grid-5 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-6 {
    grid-template-columns: 1.5fr;
  }

  .slider-12 {
    height: 100vh;
  }

  .left-arrow-3 {
    display: none;
    position: absolute;
  }

  .slider-amenities-mobile {
    background-color: #ddd0;
    height: 100%;
  }

  .content-slider-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .image-small-slider-amenities {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-nav-12 {
    display: none;
  }

  .slider-arrow-amenities {
    background-color: var(--white-color);
    color: var(--primary-color);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
  }

  .right-arrow-3 {
    display: none;
  }

  .container-image-big-amenities-slider {
    position: relative;
  }

  .banner-project {
    height: 400px;
  }

  .div-block-69 {
    margin-top: 2em;
  }

  .navbar-8 {
    display: none;
  }

  .bold-text-10 {
    font-size: .9rem;
    font-weight: 400;
  }

  .brand-4 {
    width: 100%;
  }

  .code-embed-2 {
    height: 400px;
  }

  .form-block-3.padding-form {
    margin-top: 3em;
  }

  .svg-elite {
    width: 6em;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

  .text-size-small.white-text {
    font-size: .8rem;
  }

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

  .heading-style-h2.text-color-white {
    letter-spacing: 1.5px;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h5, .heading-style-h5.text-color-white {
    font-size: 1rem;
  }

  .button.is-icon.lobby, .button.is-icon.coworking, .button.is-icon.gym, .button.is-icon.terraza {
    flex-direction: column;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar-5 {
    align-items: center;
  }

  .image-5 {
    max-width: 85%;
  }

  .f2wf-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .around_buttons {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
  }

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

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

  .heading-style-h1-2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .slider {
    height: 100%;
  }

  .div-block-51 {
    inset: auto 0% 0% auto;
  }

  .catalog-btn-wrapper.greeting-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .text-banner {
    font-size: 40px;
    line-height: 48px;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .text-banner-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .banner-text {
    font-size: 4rem;
  }

  .banner-text-small {
    font-size: 1rem;
  }

  .heading {
    font-size: 3rem;
  }

  .heading.text-on-image.mobile-show {
    font-size: 2.5rem;
  }

  .icon-medium {
    width: 2.5em;
    height: 2.5em;
  }

  .img-oveflow {
    flex-flow: column;
    height: 40vh;
  }

  .image-project.hide-mobile {
    display: inline-block;
  }

  .container-text-image {
    position: absolute;
  }

  .container-text-image.show-mobile {
    background-color: var(--primary-color);
    background-image: url('../images/background-location-map.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .container-text-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .arrow-image {
    width: 3em;
    height: 3em;
    display: none;
  }

  .column-flex-auto {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .yt_slider {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .yt_mask {
    height: 40vh;
  }

  .image-overlay {
    display: none;
  }

  .image-overlay.overlay-apartment {
    display: inline-block;
  }

  .yt2_slider {
    height: 90vh;
  }

  .yt2_slider.preba-slide {
    height: 40vh;
  }

  .grid-cards-investment {
    grid-template-columns: 1fr;
  }

  .grid-links-footer {
    grid-column-gap: 32px;
    grid-row-gap: 12px;
    grid-template-columns: .5fr .75fr .75fr;
  }

  .pop-up-item {
    width: 20rem;
  }

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

  .slider-pop-up2 {
    width: 100%;
  }

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

  .slider-amenities-mobile {
    height: 100%;
  }

  .image-small-slider-amenities {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .banner-project {
    height: 330px;
  }

  .code-embed-2 {
    height: 400px;
  }

  .heading-style-h5-2 {
    font-size: 1rem;
  }
}

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

  .heading-style-h3 {
    font-size: 1.3rem;
  }

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

  .padding-global.mobile {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .text-size-small.white-text {
    font-size: .8rem;
  }

  .text-size-small.white-text.disclaimer-mobile, .text-size-small.text-gray.disclaimer-mobile {
    font-size: .4rem;
  }

  .heading-style-h2.text-color-white {
    font-size: 1.3rem;
  }

  .heading-style-h5.text-color-white {
    font-size: .9rem;
  }

  .button.is-icon.lobby, .button.is-icon.coworking, .button.is-icon.gym, .button.is-icon.terraza {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-direction: column;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .button.is-icon.entorno, .button.is-icon.mapa, .button.is-icon.waze {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-direction: column;
  }

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

  .text-size-medium.text-color-white {
    font-size: .7rem;
  }

  .image-5 {
    max-width: 80%;
  }

  .building_aqua {
    height: auto;
  }

  .around_buttons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    align-items: center;
    height: auto;
  }

  .heading-style-h1-2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .heading-style-h1-2.center {
    font-size: 1.3rem;
  }

  .btn_aptos_modelo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .html-embed-10 {
    height: 450px;
  }

  .building_aqua-2 {
    width: 100%;
  }

  .disponibilidad_wrap {
    flex-direction: column;
  }

  .texto-disponible {
    justify-content: space-between;
  }

  .contacto-02-1 {
    height: auto;
  }

  .column-footer {
    border-style: none;
    border-width: 1px;
  }

  .wrap-localizacion-mapa {
    flex-direction: row;
  }

  .column-footer-2 {
    height: auto;
  }

  .column-footer-3 {
    border-style: none;
    border-width: 1px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .contacto {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer_logos {
    border-style: none;
    border-width: 1px;
  }

  .text-block, .text-block-2 {
    font-size: .8rem;
    top: 28%;
    left: 35%;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    font-size: .8rem;
    top: 28%;
  }

  .html-embed-22 {
    height: 800px;
  }

  .floor-data.position_floor_1, .floor-data.position_floor_2.activa, .floor-data.position_floor_3, .floor-data.position_floor_4, .floor-data.position_floor_5, .floor-data.position_floor_6, .floor-data.position_floor_7 {
    right: 9%;
  }

  .div-block-51 {
    width: 25%;
    inset: auto 0% 0% auto;
  }

  .brand-2 {
    padding-top: 16px;
  }

  .column-5 {
    margin-top: 20px;
  }

  .catalog-btn-wrapper.greeting-btn {
    margin-left: auto;
  }

  .text-banner {
    font-size: 32px;
    line-height: 30px;
  }

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

  .container-text-banner {
    top: 0%;
    bottom: 0%;
  }

  .image-7 {
    height: 100vh;
  }

  .text-banner-2 {
    font-size: 32px;
    line-height: 30px;
  }

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

  .container-text-banner-2 {
    inset: auto auto 0% 0%;
  }

  .image-8 {
    height: 100vh;
  }

  .banner-text {
    font-size: 3rem;
  }

  .heading, .heading.text-on-image, .heading.text-on-image.mobile-show {
    font-size: 2rem;
  }

  .icon-medium {
    width: 2.2em;
    height: 2.2em;
  }

  .img-oveflow {
    height: 31vh;
  }

  .mobile-img-hide {
    margin-bottom: 0;
    display: inline-block;
  }

  .image-project.hide-mobile {
    display: none;
  }

  .container-text-image.show-mobile {
    height: 40%;
  }

  .container-text-images {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .column-flex-auto.columna {
    width: 100%;
  }

  .content-slider {
    height: 25vh;
  }

  .subtitle.text-color-black {
    justify-content: flex-start;
    align-items: center;
  }

  .button-is-icon-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-is-icon-3.fixed-width-button-card {
    padding: 8px 12px;
  }

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

  .yt_slider {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .yt_mask {
    height: 100%;
  }

  .yt2_mask {
    height: 13em;
  }

  .yt2_slider {
    height: 100%;
  }

  .yt2_slider.preba-slide {
    height: 24vh;
  }

  .slide-amenities {
    width: 100%;
    height: 100%;
  }

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

  .card-investment {
    border-bottom: 1px solid var(--primary-color);
    border-right-style: none;
  }

  .paragraph--fc5 {
    font-size: 1.5vh;
  }

  .form-block.form-open {
    margin-left: 1em;
    margin-right: 1em;
  }

  .form-block.padding-form {
    margin-top: 0;
  }

  .container-links-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
  }

  .container-links-footer.vertical-felx {
    flex-flow: row;
  }

  .grid-links-footer {
    grid-column-gap: 16px;
  }

  .text-link-footer {
    font-size: .9rem;
  }

  .pop-up-item {
    width: 18.2rem;
  }

  .pup-up-slider {
    height: 26vh;
  }

  .pop-up-text.fourth-color.text-color-black {
    width: 100%;
  }

  .pop-up-text.second-color.text-color-white {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 16px;
  }

  .pop-up-content-desxription {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .arrow-pop-up.prev, .arrow-pop-up.next {
    width: 2rem;
    height: 2rem;
  }

  .wrapp-close-pop-up {
    z-index: 40;
  }

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

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

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

  .paragraph--fc1 {
    font-size: 1.5vh;
  }

  .fs7--fw3--fc1.center {
    font-size: 1.8vh;
  }

  .fs7--fw3--fc1.center.text-home {
    font-size: 1rem;
  }

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

  .pop-up-item-2 {
    width: 15.6rem;
  }

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

  .disclaimer {
    display: block;
  }

  .div-block-66 {
    height: 11.5rem;
  }

  .banner-image-mobile {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }

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

  .image-location-amenities {
    width: 100%;
    height: auto;
  }

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

  .slider-amenities-mobile {
    height: 100%;
  }

  .image-19 {
    width: 80%;
  }

  .button-image {
    width: 6.5rem;
    padding: 8px;
  }

  .banner-project {
    height: 200px;
  }

  .brochure-btn {
    max-width: 100%;
  }

  .div-block-68 {
    flex-flow: column;
    margin-top: 3em;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .div-block-70, .div-block-72 {
    flex-flow: row;
  }

  .code-embed-2 {
    height: 500px;
  }

  .form-float {
    max-height: 530px;
    margin-right: 0;
  }

  .form-float.show {
    max-width: 310px;
    max-height: 500px;
    margin-bottom: 1em;
    margin-right: 1em;
    inset: auto 0% 0% auto;
  }

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

  .heading-3.text-color-white.text-on-image {
    font-size: 3rem;
  }

  .div-block-81 {
    height: auto;
  }

  .form-block-3.padding-form {
    margin-top: 0;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-b4c5f961 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-b4c5f961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-b4c5f961 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-b4c5f961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-b4c5f961 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-b4c5f961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-b4c5f961 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-b4c5f961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-b4c5f961 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-b4c5f961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-b4c5f961, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-b4c5f961 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-b4c5f961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-b4c5f961 {
  justify-self: start;
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fromage Alt';
  src: url('../fonts/Fromage-Alt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Luxia';
  src: url('../fonts/Luxia-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}