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

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding-top: 6.4rem;
  padding-bottom: 1.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom2 {
  padding: 6.4rem 1.5rem 1rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.heading-style-h1 {
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.text-size-tiny {
  text-align: justify;
  font-family: Open Sans, sans-serif;
  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 {
  text-align: justify;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.background-color-white {
  background-color: #fff9f2;
}

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

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

.form_input {
  background-color: #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-family: Open Sans, sans-serif;
  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: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.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 {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

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

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

.button.is-text.green-v2 {
  background-color: #fff8f0;
}

.button.is-text.green-v2.w--current {
  background-color: #bfeadf;
}

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

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

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

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

.button.green {
  background-color: #bfeadf;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.home-message_logo {
  width: 4rem;
}

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

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

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

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

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

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

.container-paragraph {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.track {
  height: 400vw;
  overflow: clip;
}

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

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

.item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 99vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.item.card-frame {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.checkbox {
  margin-top: 0;
}

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

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

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

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

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

.container-maps {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.div-block-58.flex-bottom {
  flex-flow: column;
}

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

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

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

.image-2 {
  width: 3em;
}

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

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

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

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

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

.section-3 {
  overflow: hidden;
}

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

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

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

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

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

.logo-home {
  width: 6em;
}

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

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

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

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

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

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

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

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

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

.icon-nav {
  width: 2em;
}

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

.navbar-logo-left.background-color-black.destktop.nav-black {
  background-color: #00000080;
}

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

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

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

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

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

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

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

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

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

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

.link-block-9.button.green {
  background-color: #bfeadf;
}

.link-block-9.button.green.cerrar-nav {
  display: none;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

.div-block-80 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

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

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

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

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

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

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

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

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

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

.item-card-unids.fs-styleguide_color.is-2.animacion-scroll.br1 {
  justify-content: space-between;
}

.item-card-unids.fs-styleguide_color.is-2.br1.variable-card {
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.div-block-90 {
  justify-content: center;
  align-items: center;
  width: 70rem;
  height: 80vh;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
}

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

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

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

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

.div-block-91 {
  background-color: #1a1a1a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 38vw;
  height: 100%;
  display: flex;
}

.div-block-92 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: relative;
}

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

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

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

.section-location.background-color-black, .section-text.background-color-grey {
  position: relative;
  overflow: hidden;
}

.body {
  background-color: #fff9f2;
}

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

.card-hover {
  opacity: 0;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.card-hover.hover {
  opacity: 1;
  display: flex;
}

.card-hover.show {
  display: flex;
}

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

.item-card-maps {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.item-card-amenidades {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.section-iframe {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: all .6s;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, 100vh);
}

.section-iframe.background-color-black {
  display: none;
}

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

.section-iframe.show {
  transform: translate(0);
}

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

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

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

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

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

.section-detail.background-color-white.unit {
  display: flex;
}

.section-detail.unit {
  position: static;
  transform: translate(0);
}

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

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

.container-card-view.detalle-container {
  margin-top: 0;
}

.container-card-view.padding-large {
  padding-top: 7rem;
}

.container-card-view.padding-custom1 {
  overflow: auto;
}

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

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

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

.cerrar-section.background-color-black.br1.line-button {
  z-index: 10;
  border: 1px solid #bfeadf;
}

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

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

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

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

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

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

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

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

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

._360-apto.show {
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

._360-apto.br1 {
  overflow: hidden;
}

._360-apto.br1.show {
  max-width: 100%;
  max-height: 100%;
}

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

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

.logo-footer {
  width: 9em;
}

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

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

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

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

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

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

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

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

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

.datos-planos-inicial {
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  display: flex;
}

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

.tabs-menu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.html-svg {
  width: 100%;
}

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

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

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

.is-icon.is-small {
  font-family: Materialiconstwotone, Arial, sans-serif;
}

.floor-mask {
  z-index: 2;
  width: 11.9em;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.floor-mask.floor-5 {
  width: 24.2em;
  margin-top: 13.7em;
  margin-left: 7.6em;
}

.floor-mask.floor-4 {
  width: 24.4em;
  margin-top: 18.6em;
  margin-left: 7.6em;
}

.floor-mask.floor-3 {
  width: 24.25em;
  margin-top: 23.5em;
  margin-left: 7.5em;
}

.floor-mask.floor-2 {
  width: 24em;
  margin-top: 28.3em;
  margin-left: 7.6em;
}

.floor-mask.floor-1 {
  width: 24em;
  margin-top: 33.1em;
  margin-left: 7.5em;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-content._360-typology {
  display: none;
}

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

.content-wrap.md2 {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

.nav-floor {
  width: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-typology--bbca--br1 {
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

.typology-mask._201 {
  width: 15.8em;
  margin-top: 8.2em;
  margin-left: 1.7em;
}

.typology-mask._202 {
  width: 12.8em;
  margin-top: 8.4em;
  margin-left: 14.3em;
}

.typology-mask._203 {
  width: 15.6em;
  margin-top: 9em;
  margin-left: 31.1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-layout {
  width: 20%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-4, .container-overflow {
  overflow: hidden;
}

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

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

.container-image-item {
  position: relative;
  overflow: hidden;
}

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

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

.div-block-107.br1 {
  overflow: hidden;
}

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

.cards-typology {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .5fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 450px;
  max-width: 450px;
  height: 100%;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.cards-typology.show {
  align-items: stretch;
}

.cards-typology.br1 {
  width: 100%;
}

.image-9 {
  width: 20em;
}

.image-10 {
  width: 15em;
}

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

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

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

.whatsapp.bc3--br3 {
  z-index: 20;
  background-color: #47c757;
  text-decoration: none;
}

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

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

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

.nav-content-2.main {
  inset: auto auto 2%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-float {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.form-float.show {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-tipologia.variable-2 {
  width: 15em;
}

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

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

.gradient {
  opacity: .5;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-ciento5 {
  width: 5em;
}

.div-block-120 {
  overflow: hidden;
}

.item-amenities {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-121 {
  margin-top: 5em;
}

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

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

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

.div-block-125 {
  overflow: scroll;
}

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

.zoom-tipology-tipo-a {
  position: absolute;
  inset: 45% 5% auto auto;
}

.zoom-tipology {
  width: 3em;
}

.zoom-tipology-tipo-a1 {
  position: absolute;
  inset: 45% 5% auto auto;
}

.zoom-tipology-tipo-b, .zoom-tipology-tipo-c {
  position: absolute;
  inset: 40% 5% auto auto;
}

.zoom-tipology-tipo-d, .zoom-tipology-tipo-d1 {
  position: absolute;
  inset: 45% 5% auto auto;
}

.zoom-tipology-tipo-e {
  position: absolute;
  inset: 50% 5% auto auto;
}

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

.slide-nav {
  display: none;
}

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

.arrow--bbca--br2--bw1--oc1 {
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: .6em;
  display: flex;
}

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

.div-block-126, .div-block-127, .div-block-128 {
  display: flex;
}

.div-block-129 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-bottom: .5em;
  display: flex;
}

.image-distribucion {
  border-radius: 8px;
}

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

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

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

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

.div-block-131 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  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: #c5c5c5;
  border-radius: 0;
  width: 90%;
  height: 2.7em;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

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

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

.form--br2-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-134 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

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

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

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

.checkbox-field-5 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.form_main_field {
  z-index: 2;
  text-align: center;
  background-color: #fff0;
  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;
}

.form_main_field.input-select {
  color: #000;
  border-bottom-color: #1a1a1a;
}

.div-block-135 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.primary-button-2 {
  color: #071621;
  background-color: #f1f1f1;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

.heading-style-h5-2.color-whithe {
  color: #fff;
}

.link-5 {
  text-decoration: underline;
}

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

.fs7-2--fw3--fc1-4 {
  color: #fff;
  text-align: left;
  padding-left: 8px;
  font-family: Open Sans, sans-serif;
}

.fs7-2--fw3--fc1-4.terminos-form {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  font-size: .7rem;
}

.banner-text {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.code-embed-7, .code-embed-8, .code-embed-9 {
  width: 100%;
  height: 100%;
}

.div-block-138 {
  width: 100%;
  height: 2.8em;
  position: relative;
}

.slide, .mask {
  width: 100%;
  height: 100%;
}

.div-block-139 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

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

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

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

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

  .padding-custom2 {
    width: 100%;
    height: 100%;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .heading-style-h4 {
    text-decoration: none;
  }

  .heading-style-h4.text-color-white {
    color: #fff;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
  }

  .item {
    height: 60vh;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .div-block-8 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-11 {
    height: 50vh;
  }

  .div-block-12 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph--fc1, .paragraph--fc5 {
    font-size: 1.2vh;
  }

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

  .navbar-8 {
    display: none;
  }

  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-logo-left.background-color-black.destktop {
    display: none;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

  .item-card-unids.fs-styleguide_color.is-2.br1 {
    height: 100%;
  }

  .item-card-unids.fs-styleguide_color.is-2.br1.variable-card {
    height: 80%;
  }

  .div-block-90 {
    width: auto;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .card-hover.hover-mobile {
    opacity: 100;
    display: flex;
  }

  .section-detail {
    flex-flow: column;
  }

  .section-detail.background-color-white {
    height: 100svh;
  }

  .section-detail.background-color-white.unit {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .container-card-view {
    grid-template-columns: 3.3fr;
    position: relative;
  }

  .container-card-view.padding-custom1 {
    grid-template-rows: 12fr;
    position: relative;
    overflow: hidden;
  }

  .card-detalle-item {
    display: block;
  }

  .div-block-96 {
    grid-template-columns: 1fr;
  }

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

  ._360-apto {
    justify-content: center;
    align-items: center;
    display: none;
  }

  ._360-apto.show {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  ._360-apto.br1.show {
    align-items: center;
  }

  .nav-mobile {
    width: 100%;
    display: block;
    position: fixed;
  }

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

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

  .image-selector.stage.atapa-1 {
    font-size: 1.95em;
  }

  .image-selector.floor {
    font-size: 1.7em;
  }

  .inner-content {
    width: 80vw;
    height: 70vh;
  }

  .inner-content.photo.show {
    overflow: auto;
  }

  .div-subemnu-items--bbc1--br1--bw1--oc1 {
    flex-direction: row;
    align-items: center;
  }

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

  .content-wrap {
    height: auto;
    min-height: 100svh;
  }

  .inner-content-2.photo.show {
    overflow: auto;
  }

  .button-floating--bbc1--br1--bw1--oc1.ab-right-mid {
    direction: rtl;
    flex-flow: row;
    max-width: 288px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .inner-content-3.photo.show {
    overflow: auto;
  }

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

  .container-buttom {
    flex-flow: column;
  }

  .img-layout {
    width: 40%;
  }

  .paragraph--fc1--fw2 {
    font-size: 1.2vh;
  }

  .reveal-section.text-gracias {
    height: 80vh;
  }

  .container-image-item {
    margin-top: 3.3em;
  }

  .div-block-107 {
    margin-top: 3em;
  }

  .cards-typology {
    background-color: #e6e2dc;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    display: none;
    position: absolute;
  }

  .cards-typology.show {
    background-color: #e6e2dc;
    display: flex;
  }

  .cards-typology.padding-custom1-card {
    margin-top: 6.4rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cards-typology.padding-custom1-card.show {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .5fr;
    justify-content: space-between;
    display: grid;
    overflow: auto;
  }

  .nav-content-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-content-2.main {
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
    right: 8px;
  }

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

  .div-block-119 {
    grid-template-rows: 500px;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .div-block-69 {
    margin-top: 2em;
  }

  .container-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .heading {
    font-size: 3.5rem;
  }

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

  .image-frame {
    object-fit: contain;
    width: 100%;
    max-width: none;
    height: 100%;
  }

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

  .logo-ciento5.logo-mobile {
    width: 4.5em;
  }

  .item-amenities {
    grid-template-columns: 1fr;
  }

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

  .div-block-127, .div-block-128 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .container-paragraph {
    grid-template-columns: 1fr;
  }

  .item {
    height: auto;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-8, .div-block-9 {
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    height: 40vh;
  }

  .div-block-12 {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-58 {
    height: auto;
  }

  .div-block-80 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-81 {
    justify-content: center;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }

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

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

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

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

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

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

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

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

  .tabs {
    flex-flow: column;
  }

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

  .image-selector.stage.atapa-1 {
    font-size: 2.5em;
  }

  .button-floating--bbc1--br1--bw1--oc1.ab-right-mid {
    direction: rtl;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 288px;
    max-height: none;
    margin-top: -10em;
    margin-left: auto;
    margin-right: auto;
    inset: 10% 0% auto;
  }

  .text-animation {
    width: 300vw;
  }

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

  .heading {
    font-size: 3rem;
  }

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

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-121 {
    margin-top: 0;
  }

  .banner-text-small, .heading-style-h5-2 {
    font-size: 1rem;
  }

  .banner-text {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-regular.text-align-right {
    text-align: left;
  }

  .text-size-regular.text-color-white.text-mobile, .text-size-regular.text-color-black.text-mobile {
    font-size: .8rem;
  }

  .text-size-large.text-align-center.top-mobile {
    margin-bottom: 2em;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

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

  .section-desciption {
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    height: 35vh;
  }

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

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

  .fs7--fw3--fc1.center {
    font-size: 1.8vh;
  }

  .paragraph--fc1, .paragraph--fc5 {
    font-size: 1.5vh;
  }

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

  .section-home.background-color-black {
    height: 90vh;
  }

  .item-card-unids {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: center;
  }

  .container {
    max-width: none;
  }

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

  .card-detalle-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-96 {
    grid-template-columns: 1fr;
  }

  .image-4, .image-5 {
    max-width: 60%;
  }

  .div-block-99 {
    grid-template-columns: 1fr 1fr;
  }

  .logo-footer {
    width: 7em;
  }

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

  .div-block-102 {
    grid-template-columns: 1fr;
  }

  .image-selector {
    font-size: 3.3em;
  }

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

  .image-selector.stage.atapa-1 {
    font-size: 3.6em;
  }

  .image-selector.floor {
    font-size: 1.7em;
  }

  .inner-content.photo.show {
    overflow: hidden;
  }

  .is-icon {
    display: block;
  }

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

  .div-subemnu-items--bbc1--br1--bw1--oc1 {
    padding-left: .3em;
    padding-right: .3em;
  }

  .content-wrap--bbc1--br2--bw1--oc1 {
    overflow: hidden;
  }

  .button_main_text, .button_main_text--fw3 {
    font-size: .7rem;
  }

  .inner-content-2.photo.show {
    overflow: hidden;
  }

  .button-floating--bbc1--br1--bw1--oc1.ab-right-mid {
    max-width: 288px;
    margin-top: -5em;
    top: 20%;
  }

  .content-wrap--bbc1--br2--bw1--oc1-2 {
    overflow: hidden;
  }

  .road.right {
    inset: auto -3.3rem 45% auto;
    transform: rotate(90deg);
  }

  .road.left {
    transform: rotate(270deg);
  }

  .inner-content-3.photo.show {
    overflow: hidden;
  }

  .tooltip-typology--bbca--br1 {
    transform: scale(.7);
  }

  .content-wrap--bbc1--br2--bw1--oc1-3 {
    overflow: hidden;
  }

  .datos-unidad-2 {
    max-width: 320px;
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 3em;
  }

  .container-typologia {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    overflow: scroll;
  }

  .tipo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
  }

  .img-ubicacion-fc1 {
    width: 50%;
  }

  .img-layout {
    width: 80%;
    height: 100%;
  }

  .img-layout.planta-l {
    object-fit: contain;
    width: 12em;
  }

  .img-layout.medidas {
    width: 12em;
  }

  .img-layout.plantas {
    object-fit: contain;
    width: 90%;
    margin-bottom: 0;
  }

  .item-metros-2 {
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph--fc1--fw2 {
    font-size: 1.5vh;
  }

  .div-block-103 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 3em;
    position: relative;
  }

  .text-animation {
    width: 400vw;
  }

  .card-tipologia {
    padding-top: 0;
  }

  .whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 5rem;
    right: 1rem;
  }

  .whatsapp:hover {
    color: #5fccc5;
  }

  .whatsapp.bc3--br3 {
    z-index: 5;
  }

  .div-block-109, .div-block-62 {
    flex-flow: column;
  }

  .paragrap--fc1 {
    font-size: 1.5vh;
  }

  .heading {
    font-size: 2rem;
  }

  .text-size-medium-2 {
    font-size: .9rem;
  }

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

  .div-block-127 {
    justify-content: center;
  }

  .div-block-132, .div-block-135 {
    flex-flow: column;
  }

  .banner-text {
    font-size: 2rem;
  }

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

#w-node-_60bc6cfd-22a9-a1d8-d386-a451f32a08a0-8196cedf, #w-node-_5fb2d65a-1816-aedc-0aa9-c4e4bb6954a2-8196cedf, #w-node-e675ead8-1b74-850d-901c-381077de3a91-8196cedf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8bf4fdcf-bf80-95b0-2be8-8306d833f4a5-8196cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e827f52-4d10-01c5-2a17-3b09e30d7c19-8196cedf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-8196cedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-8196cedf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-8196cee8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-8196cee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-8196cee8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-8196cee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-8196cee8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-8196cee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-8196cee8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-8196cee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-8196cee8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-8196cee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-8196cee8, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-8196cee8 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-8196cee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-8196cee8 {
  justify-self: start;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-8196cee9, #w-node-_90032912-f031-24d9-184e-c767103959e1-8196cee9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-8196cee9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-8196ceeb, #w-node-_90032912-f031-24d9-184e-c767103959e1-8196ceeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-8196ceeb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-8196ceec, #w-node-_90032912-f031-24d9-184e-c767103959e1-8196ceec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-8196ceec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-8196ceed, #w-node-_90032912-f031-24d9-184e-c767103959e1-8196ceed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-8196ceed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-8196ceee, #w-node-_90032912-f031-24d9-184e-c767103959e1-8196ceee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-8196ceee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-8196ceef, #w-node-_90032912-f031-24d9-184e-c767103959e1-8196ceef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-8196ceef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-8196cef0, #w-node-_90032912-f031-24d9-184e-c767103959e1-8196cef0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-8196cef0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-8196cef2, #w-node-_90032912-f031-24d9-184e-c767103959e1-8196cef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-8196cef2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-8196cef4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-8196cef4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-8196cef5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-8196cef5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-99200fe0, #w-node-_90032912-f031-24d9-184e-c767103959e1-99200fe0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-99200fe0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-4f7366b8, #w-node-_90032912-f031-24d9-184e-c767103959e1-4f7366b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-4f7366b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-aca58e8b, #w-node-_90032912-f031-24d9-184e-c767103959e1-aca58e8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-aca58e8b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-3a586d96, #w-node-_90032912-f031-24d9-184e-c767103959e1-3a586d96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-3a586d96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-6b8a4470, #w-node-_90032912-f031-24d9-184e-c767103959e1-6b8a4470 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-6b8a4470 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90032912-f031-24d9-184e-c767103959d8-32712805, #w-node-_90032912-f031-24d9-184e-c767103959e1-32712805 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90032912-f031-24d9-184e-c767103959ec-32712805 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b6aa0eb6-19e4-fb59-2009-68ed1bc328a9-8196cedf, #w-node-b3125162-3e5c-13f9-f175-d1507606a101-8196cedf, #w-node-c9390358-7d72-c265-efa1-98bd8adefdbe-8196cedf, #w-node-a39457d4-6724-7f06-42c3-7980a2417fad-8196cedf, #w-node-_6ecb1768-926e-00bf-44c2-76c79f8b3b5c-8196cedf, #w-node-_69898895-1103-76bb-acea-4c343cce97e9-8196cedf, #w-node-cee5ec49-8691-deff-b4d0-b05ebc467e81-8196cedf, #w-node-_6a3c8d33-b701-258a-08d6-c4dd47bb3fa4-8196cef2, #w-node-e61b25d8-6635-66a8-870c-8dd348c28927-99200fe0, #w-node-fae72c22-99a4-c706-4297-fedd58995662-4f7366b8, #w-node-_318448ac-8a7e-b3c6-6b97-74eeaf645e10-aca58e8b, #w-node-_1b1fdb57-4c45-a365-f3b6-85756b9787d3-3a586d96, #w-node-f82492f5-574d-4792-73cd-09c6b91057b9-6b8a4470, #w-node-_5a5a7e15-ef4e-bd87-d7d6-6b4228466420-32712805 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconstwotone';
  src: url('../fonts/MaterialIconsTwoTone-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsoutlined';
  src: url('../fonts/MaterialIconsOutlined-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconssharp';
  src: url('../fonts/MaterialIconsSharp-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsround';
  src: url('../fonts/MaterialIconsRoundSharp.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}