@font-face {
  font-family: "Fa Regular 400";
  src: url('../fonts/fa-regular-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 Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

:root {
  --md1--bbc1: var(--colors--cb3);
  --colors--cb2: #156e3b;
  --colors--cb4: #fff;
  --colors--cb1: #1a2d43;
  --colors--cb3: #d6f5ff;
  --colors--ca1: #ecfafe;
  --colors--ca2: white;
  --colors--ca3: #f86f6f;
  --md1--bc1: var(--colors--cb4);
  --md1--fc5: var(--colors--cb1);
  --md1--fc4: var(--colors--cb2);
  --md1--fc3: var(--colors--cb4);
  --md1--fc2: var(--colors--cb2);
  --md1--fc1: var(--colors--cb1);
  --md1--bbca: var(--colors--cb1);
  --md1--bc3: var(--colors--cb1);
  --md1--bc2: var(--colors--cb3);
  --md1--fcoa: var(--colors--ca2);
  --md1--ac: var(--colors--cb1);
  --md1--oc1: var(--colors--cb1);
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .4s;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  transition: all .2s;
}

p {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0 0 0 1em;
}

ol {
  margin: 0;
  padding: 0 0 0 1.2em;
}

li {
  margin: 0;
  padding: 0;
}

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

label {
  margin-bottom: 0;
  display: block;
}

blockquote {
  border-left-style: solid;
  border-left-width: 5px;
  margin: 0;
  padding: 0 1em;
  font-size: 1.6rem;
  line-height: 1.3;
}

figure {
  margin-bottom: 10px;
}

.fs6--fw3--fc5 {
  text-align: left;
  font-size: 2vh;
}

.fs6--fw3--fc5.center {
  text-align: center;
}

.fs6--fw3--fc5.center.text-home {
  font-size: 2vh;
}

.pvh--fs7 {
  font-size: 1vh;
}

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

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

.navbar--bbc1--br2--fc1 {
  z-index: 3;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  position: relative;
  inset: 0% auto 0% 0%;
}

.navbar--bbc1--br2--fc1.mobile {
  inset: 0% 0% 0% auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.md2 {
  transition-duration: .8s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.pd1.hide {
  display: none;
}

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

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

.styleguide_spacing_visual--bca-br2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.styleguide_card_padding--pd2 {
  height: 100%;
}

.styleguide_grid_example--gd12-cd4-ct3-cl2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.styleguide_type_content-gv1-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.styleguide_layout_list {
  flex-direction: column;
  display: flex;
}

.styleguide_hero_img--ab1 {
  filter: blur(20px);
  mix-blend-mode: lighten;
  object-position: 50% 0%;
  inset: 0%;
}

.styleguide_hero_img--ab1.hide {
  display: none;
}

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

.styleguide_card_title-wrap--pb1, .styleguide_spacing_list--gp1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide_type_list--gv3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.styleguide_spacing_item--gp0-5-pb1-bw1b {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.styleguide_card_content--gp1-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.styleguide_spacing_content {
  text-align: center;
  min-width: 6em;
  padding: .4em .8em;
}

.styleguide_color_swatch_item--pt1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.styleguide_class_list-gp0-5 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.styleguide_card_wrap--bc2-br2 {
  align-items: flex-start;
  height: 100%;
  position: relative;
}

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

.styleguide_grid_example-item {
  width: 100%;
  height: 100%;
  min-height: 5rem;
}

.styleguide_components_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.styleguide_grid_main--gd1.is-cd3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.styleguide_grid_main--gd1.is-cd4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.styleguide_color_swatch_bg--br2-bw1 {
  width: 100%;
  padding-top: 60%;
}

.styleguide_class_item--bca-fcoa-br1-fw2-lh3 {
  text-align: center;
  min-width: 3.9em;
  padding: .4em .7em;
  line-height: 1;
  display: inline-block;
}

.styleguide_color_mode_item--bc2-br2 {
  width: 100%;
}

.styleguide_card_visual--bc1-oc1 {
  width: 100%;
  height: 100%;
  min-height: 5rem;
  position: relative;
}

.styleguide_card_text-stroke--fs1 {
  color: #0000;
}

.form_main_field-wrap {
  width: 100%;
}

.form_main_field-label--fw2-fs7-2 {
  z-index: 1;
  position: relative;
}

.form_main_radio-wrap {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.form_main_component {
  width: 100%;
  margin-bottom: 0;
}

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

.form_main_inner-gv2-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form_main_checkbox-wrap {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_main_submit {
  display: inline-block;
}

.form_main_radio-list--gh1-5-gv1 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.form_main_button--bw1-oc1 {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 .5rem 0 0;
}

.form_main_button--bw1-oc1.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.form_main_button--bw1-oc1.is-checkbox---br1.w--redirected-checked {
  background-image: url('../images/checkmark-dark.svg');
  background-size: 60%;
}

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

.form_main_field--fs7-2-fc1-bw1b.is-message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 5rem;
  max-height: 10rem;
  padding-top: .5rem;
}

.form_main_field--fs7-2-fc1-bw1b.center {
  text-align: center;
  width: 80%;
}

.form_main_field--fs7-2-fc1-bw1b.center.is-valid {
  border-bottom-color: #84ff61;
}

.form_main_field--fs7-2-fc1-bw1b.center.is-invalid {
  border-bottom-color: #ff3b3b;
}

.form_main_field--fs7-2-fc1-bw1b.center.prefix {
  width: 10%;
  display: block;
}

.form_main_field--fs7-2-fc1-bw1b.center.phone {
  width: 100%;
}

.style_type_rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: .8rem;
}

.style_type_rich-text p {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.style_type_rich-text h2, .style_type_rich-text h3, .style_type_rich-text h4, .style_type_rich-text h5, .style_type_rich-text h6 {
  margin-top: 1.5rem;
  margin-bottom: .8rem;
}

.style_type_rich-text figure {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.style_type_rich-text ul {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.style_type_rich-text li {
  margin-top: .2rem;
  margin-bottom: .2rem;
}

.style_type_rich-text blockquote {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}

.style_display_none {
  display: none;
}

.button_main_icon {
  width: .8rem;
  height: 1rem;
}

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

.button_main_wrap.bbca {
  width: 100%;
}

.button_main_wrap.hide {
  display: none;
}

.button_main_wrap.br1.yellow {
  background-color: #e9ccaa;
  border-radius: 12px;
}

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

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

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

.button_item_wrap--br2.button-card {
  width: 80px;
  max-width: none;
}

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

.page_wrap {
  width: 100svw;
  overflow: hidden;
}

.page_code_wrap {
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.bg_wrap--ab1 {
  z-index: 1;
  overflow: hidden;
}

.section_fg_wrap--ab1-pe0 {
  z-index: 3;
}

.container--bg2 {
  z-index: 2;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.container--bg2.is-small {
  max-width: 70rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.space_section_top, .space_section_bottom {
  width: 100%;
}

.styleguide_swatch--cb1-br2, .styleguide_swatch--cb2-br2, .styleguide_swatch--cb3-br2-oc1-bw1, .styleguide_swatch--cb4-br2-oc1-bw1 {
  width: 100%;
  padding-top: 75%;
}

.styleguide_swatch--ca1-br2, .styleguide_swatch--ca2-br2, .styleguide_swatch--ca3-br2 {
  width: 100%;
  padding-top: 60%;
}

.styleguide_color_swatch_item-cp2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.styleguide_color_swatch_outline--bw1-br1-oc1 {
  width: 100%;
  padding-top: 20%;
}

.section-home--pd1 {
  background-color: #0000;
  justify-content: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.list-main--fc4 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: min-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
  inset: auto;
}

.list-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.list-home.form {
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  overflow: auto;
}

.list-home.form.brochure {
  grid-template-columns: 1fr;
  width: 100%;
}

.list-home.home-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1.5fr;
  width: 100%;
  max-width: 1440px;
}

.list-home.proyecto {
  height: 100%;
}

.navlink {
  opacity: .7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  position: relative;
}

.navlink.w--current {
  width: auto;
  height: auto;
}

.navlink.close {
  display: flex;
}

.logo-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 6em;
  display: flex;
  position: relative;
}

.logo-wrap.hide {
  display: none;
}

.logo-wrap.home-img {
  max-width: 6em;
}

.owly--fc1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0 16px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.owly--fc1:hover {
  transform: scale(1.1);
}

.owly--fc1.mobile {
  position: absolute;
  inset: auto auto 16px;
}

.is-icon {
  text-align: center;
  font-family: ICONS-OUTLINED, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.is-icon.small {
  width: auto;
  padding: 0;
  font-size: 12px;
  position: absolute;
  top: -24%;
  bottom: auto;
  right: -55%;
}

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

.is-icon.small {
  width: auto;
  padding: 0;
  font-size: 12px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-owl {
  height: 100%;
  position: relative;
}

.owly-svg {
  height: 2rem;
}

.owly-text {
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  margin-right: 5px;
  font-size: .5rem;
  font-weight: 700;
  line-height: 1;
}

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

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

.list-companies {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.flex-block {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1vh;
}

.content-home-wrap--pd2--br2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.content-home-wrap--pd2--br2.center {
  justify-content: space-around;
  align-items: center;
}

.div-home-data {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 4.5rem 4.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
}

.div-data {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.div-data.hf {
  flex-direction: row;
}

.div-data.hf.center {
  justify-content: center;
}

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

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

.paragraph--fc5.center.text-form-parrafo {
  font-size: 1.5vh;
}

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

.h4-vh--fc1-unid--fs3--ff1--fc1 {
  font-size: 6vh;
  display: block;
}

.h4-vh--fc1-unid--fs3--ff1--fc1.hide {
  display: none;
}

.h4-vh--fc1-unid--fs3--ff1--fc1.center {
  text-align: center;
}

.h4-vh--fc1-unid--fs3--ff1--fc1.titulo-datos {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 4vh;
}

.h4-vh--fc1-unid--fs3--ff1--fc1.multiplicar {
  filter: brightness(200%);
}

.img-banner--br2 {
  object-fit: cover;
  object-position: 50% 100%;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.img-banner--br2.home {
  object-position: 50% 50%;
}

.logo-main {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 3.3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hide, .navmobile-button {
  display: none;
}

.content-wrap--bbc1--br2 {
  background-color: var(--md1--bbc1);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrap--bbc1--br2.detail-unit {
  width: 100%;
  padding-top: 48px;
  position: absolute;
  top: 0;
}

.content-wrap--bbc1--br2.ancho {
  align-items: center;
  width: 55%;
  height: 50%;
}

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

.iframe-code-ab1.hide {
  display: none;
}

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

.nav-content.pb {
  position: absolute;
}

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

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

.nav-content.main.hide {
  display: none;
}

.nav-content.show {
  top: 8px;
  bottom: auto;
}

.div-submenu-title {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 1rem;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

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

.nav-link-content.main.md2--br1 {
  height: auto;
}

.nav-link-content.hide {
  display: none;
}

.submenu-item-bg--br1 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.submenu-item-wrap {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.code-style-nav {
  position: absolute;
}

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

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

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

.inner-content.show {
  opacity: 1;
  justify-content: center;
  display: flex;
  transform: translate(0);
}

.inner-content.map.show {
  align-items: center;
}

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

.inner-content.home.show {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
}

.navbar-mobile-background--bbc1 {
  z-index: 3;
  background-color: #000000d6;
  display: none;
  position: absolute;
  inset: 0%;
}

.close-navbar-mobile {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 8px auto auto;
}

.gallery-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.gallery-grid.info {
  grid-template-columns: 1fr;
}

.gallery-grid.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.gallery-grid.grid.hide {
  display: none;
}

.gallery-item--br1--bw1--oc1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.gallery-item--br1--bw1--oc1.left {
  align-items: flex-start;
  margin-left: 1rem;
}

.gallery-item--br1--bw1--oc1.rigth {
  align-items: flex-end;
  margin-right: 1rem;
}

.gallery-item--br1--bw1--oc1.button {
  justify-content: flex-end;
  align-items: center;
}

.img-place-gallery {
  object-position: 50% 100%;
  height: 100%;
  max-height: 100%;
}

.img-place-gallery.images {
  object-fit: contain;
  object-position: 50% 50%;
}

.img-place-gallery.img-home {
  width: 70.4em;
  max-width: none;
  height: auto;
  max-height: none;
}

.img-inpho-project {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-inpho-project.infografia {
  object-fit: contain;
}

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

.floor-mask.piso-20 {
  width: 11.9em;
  margin-top: 4.5em;
  margin-left: 16.1em;
  position: absolute;
}

.floor-mask.piso-7 {
  width: 20.3em;
  margin-top: 19.5em;
  margin-left: 22.4em;
}

.floor-mask.piso-19 {
  margin-top: 7.5em;
  margin-left: 16.1em;
}

.floor-mask.piso-18 {
  margin-top: 9em;
  margin-left: 16.1em;
}

.floor-mask.piso-17 {
  margin-top: 10.6em;
  margin-left: 16.1em;
}

.floor-mask.piso-16 {
  width: 20.3em;
  margin-top: .3em;
  margin-left: 22.4em;
}

.floor-mask.piso-15 {
  width: 20.3em;
  margin-top: 1.7em;
  margin-left: 22.4em;
}

.floor-mask.torre-3 {
  width: 15.5em;
  margin-top: 8.1em;
  margin-left: 37.9em;
}

.floor-mask.piso-13 {
  width: 20.3em;
  margin-top: 6.4em;
  margin-left: 22.4em;
}

.floor-mask.piso-12 {
  width: 20.3em;
  margin-top: 8.6em;
  margin-left: 22.4em;
}

.floor-mask.piso-11 {
  width: 20.3em;
  margin-top: 10.8em;
  margin-left: 22.4em;
}

.floor-mask.piso-10 {
  width: 20.3em;
  margin-top: 12.8em;
  margin-left: 22.4em;
}

.floor-mask.piso-9 {
  width: 20.3em;
  margin-top: 15.2em;
  margin-left: 22.4em;
}

.floor-mask.piso-8 {
  width: 20.3em;
  margin-top: 17.3em;
  margin-left: 22.4em;
}

.floor-mask.piso-6 {
  width: 20.3em;
  margin-top: 21.6em;
  margin-left: 22.4em;
}

.floor-mask.piso-5 {
  width: 22.9em;
  margin-top: 24.3em;
  margin-left: 20.7em;
}

.floor-mask.piso-4 {
  width: 23em;
  margin-top: 26.4em;
  margin-left: 20.6em;
}

.floor-mask.piso-3 {
  width: 23em;
  margin-top: 28.5em;
  margin-left: 20.6em;
}

.floor-mask.piso-2 {
  width: 23em;
  margin-top: 30.9em;
  margin-left: 20.6em;
}

.floor-mask.piso-1 {
  width: 23em;
  margin-top: 33.2em;
  margin-left: 20.6em;
}

.floor-mask.torre-1 {
  width: 14.8em;
  margin-top: 11.4em;
  margin-left: 48.83em;
}

.floor-mask.torre-2 {
  width: 20.15em;
  margin-top: 16.1em;
  margin-left: 29.25em;
}

.floor-mask.floor-18 {
  width: 23.3em;
  margin-top: 10.05em;
  margin-left: 52.95em;
}

.floor-mask.floor-17 {
  width: 23.3em;
  margin-top: 12.7em;
  margin-left: 52.95em;
}

.floor-mask.floor-16 {
  width: 23.3em;
  margin-top: 14.5em;
  margin-left: 52.95em;
}

.floor-mask.floor-15 {
  width: 23.3em;
  margin-top: 16.3em;
  margin-left: 52.95em;
}

.floor-mask.floor-14 {
  width: 23.3em;
  margin-top: 18.1em;
  margin-left: 52.95em;
}

.floor-mask.floor-13 {
  width: 23.3em;
  margin-top: 19.8em;
  margin-left: 52.95em;
}

.floor-mask.floor-12 {
  width: 23.3em;
  margin-top: 21.6em;
  margin-left: 52.95em;
}

.floor-mask.floor-11 {
  width: 23.3em;
  margin-top: 23.3em;
  margin-left: 52.95em;
}

.floor-mask.floor-10 {
  width: 23.3em;
  margin-top: 25em;
  margin-left: 52.95em;
}

.floor-mask.floor-9 {
  width: 23.3em;
  margin-top: 26.8em;
  margin-left: 52.95em;
}

.floor-mask.floor-8 {
  width: 23.3em;
  margin-top: 28.6em;
  margin-left: 52.95em;
}

.floor-mask.floor-7 {
  width: 42.8em;
  margin-top: 8.3em;
  margin-left: 34.1em;
}

.floor-mask.floor-6 {
  width: 59.5em;
  margin-top: 12.3em;
  margin-left: 17.3em;
}

.floor-mask.floor-5 {
  width: 62.5em;
  margin-top: 17.1em;
  margin-left: 14.1em;
}

.floor-mask.floor-4 {
  width: 62.5em;
  margin-top: 22em;
  margin-left: 14.2em;
}

.floor-mask.floor-3 {
  width: 62.5em;
  margin-top: 26.8em;
  margin-left: 14.1em;
}

.floor-mask.floor-2 {
  width: 62.4em;
  margin-top: 31.5em;
  margin-left: 14.2em;
}

.floor-mask.floor-1 {
  width: 60.2em;
  margin-top: 36.4em;
  margin-left: 15.7em;
}

.floor-mask.floor2-18 {
  width: 22.6em;
  margin-top: 10.1em;
  margin-left: 17.3em;
}

.floor-mask.floor2-17 {
  width: 22.6em;
  margin-top: 12.7em;
  margin-left: 17.3em;
}

.floor-mask.floor2-16 {
  width: 22.6em;
  margin-top: 14.5em;
  margin-left: 17.3em;
}

.floor-mask.floor2-15 {
  width: 22.6em;
  margin-top: 16.3em;
  margin-left: 17.3em;
}

.floor-mask.floor2-14 {
  width: 22.6em;
  margin-top: 18em;
  margin-left: 17.3em;
}

.floor-mask.floor2-13 {
  width: 22.6em;
  margin-top: 19.8em;
  margin-left: 17.3em;
}

.floor-mask.floor2-12 {
  width: 22.6em;
  margin-top: 21.5em;
  margin-left: 17.3em;
}

.floor-mask.floor2-11 {
  width: 22.6em;
  margin-top: 23.3em;
  margin-left: 17.3em;
}

.floor-mask.floor2-10 {
  width: 22.6em;
  margin-top: 25.1em;
  margin-left: 17.3em;
}

.floor-mask.floor2-9 {
  width: 22.6em;
  margin-top: 27em;
  margin-left: 17.3em;
}

.floor-mask.floor2-8 {
  width: 22.6em;
  margin-top: 28.7em;
  margin-left: 17.3em;
}

.floor-mask.floor2-7 {
  width: 22.6em;
  margin-top: 30.3em;
  margin-left: 17.3em;
}

.floor-mask.floor2-6 {
  width: 22.6em;
  margin-top: 32.1em;
  margin-left: 17.3em;
}

.floor-mask.floor2-5 {
  width: 22.6em;
  margin-top: 33.8em;
  margin-left: 17.3em;
}

.floor-mask.floor2-4 {
  width: 22.6em;
  margin-top: 35.4em;
  margin-left: 17.3em;
}

.floor-mask.floor2-3 {
  width: 22.6em;
  margin-top: 37.2em;
  margin-left: 17.3em;
}

.floor-mask.floor2-2 {
  width: 22.6em;
  margin-top: 38.9em;
  margin-left: 17.3em;
}

.floor-mask.floor2-1 {
  width: 22.7em;
  margin-top: 40.05em;
  margin-left: 17.3em;
}

.floor-mask.floor3-18 {
  width: 21.8em;
  margin-top: 8.65em;
  margin-left: 30.1em;
}

.floor-mask.floor3-17 {
  width: 21.55em;
  margin-top: 10.15em;
  margin-left: 30.2em;
}

.floor-mask.floor3-16 {
  width: 21.45em;
  margin-top: 11.1em;
  margin-left: 30.2em;
}

.floor-mask.floor3-15 {
  width: 21.3em;
  margin-top: 12em;
  margin-left: 30.3em;
}

.floor-mask.floor3-14 {
  width: 21.1em;
  margin-top: 12.9em;
  margin-left: 30.4em;
}

.floor-mask.floor3-13 {
  width: 21em;
  margin-top: 13.8em;
  margin-left: 30.4em;
}

.floor-mask.floor3-12 {
  width: 21em;
  margin-top: 14.65em;
  margin-left: 30.4em;
}

.floor-mask.floor3-11 {
  width: 20.8em;
  margin-top: 15.6em;
  margin-left: 30.5em;
}

.floor-mask.floor3-10 {
  width: 20.8em;
  margin-top: 16.4em;
  margin-left: 30.5em;
}

.floor-mask.floor3-9 {
  width: 20.7em;
  margin-top: 17.4em;
  margin-left: 30.6em;
}

.floor-mask.floor3-8 {
  width: 20.6em;
  margin-top: 18.2em;
  margin-left: 30.6em;
}

.floor-mask.floor3-7 {
  width: 20.6em;
  margin-top: 19em;
  margin-left: 30.6em;
}

.floor-mask.floor3-6 {
  width: 20.6em;
  margin-top: 19.9em;
  margin-left: 30.6em;
}

.floor-mask.floor3-5 {
  width: 20.5em;
  margin-top: 20.7em;
  margin-left: 30.6em;
}

.floor-mask.floor3-4 {
  width: 20.4em;
  margin-top: 21.5em;
  margin-left: 30.6em;
}

.floor-mask.floor3-3 {
  width: 20.4em;
  margin-top: 22.4em;
  margin-left: 30.6em;
}

.floor-mask.floor3-2 {
  width: 20.3em;
  margin-top: 23.3em;
  margin-left: 30.7em;
}

.floor-mask.floor3-1 {
  width: 20.2em;
  margin-top: 24.2em;
  margin-left: 30.75em;
}

.floor-mask.torre-4 {
  width: 15.7em;
  margin-top: 10.4em;
  margin-left: 23.85em;
}

.floor-mask.floor4-18 {
  width: 24.03em;
  margin-top: 7.7em;
  margin-left: 25em;
}

.floor-mask.floor4-17 {
  width: 24.03em;
  margin-top: 9.6em;
  margin-left: 25em;
}

.floor-mask.floor4-16 {
  width: 24.03em;
  margin-top: 11em;
  margin-left: 25em;
}

.floor-mask.floor4-15 {
  width: 24.03em;
  margin-top: 12.4em;
  margin-left: 25em;
}

.floor-mask.floor4-14 {
  width: 24.03em;
  margin-top: 13.9em;
  margin-left: 25em;
}

.floor-mask.floor4-13 {
  width: 24.03em;
  margin-top: 15.4em;
  margin-left: 25em;
}

.floor-mask.floor4-12 {
  width: 24.03em;
  margin-top: 16.8em;
  margin-left: 25em;
}

.floor-mask.floor4-11 {
  width: 24.03em;
  margin-top: 18.6em;
  margin-left: 25em;
}

.floor-mask.floor4-10 {
  width: 24.03em;
  margin-top: 19.9em;
  margin-left: 25em;
}

.floor-mask.floor4-9 {
  width: 24.03em;
  margin-top: 21.3em;
  margin-left: 25em;
}

.floor-mask.floor4-8 {
  width: 24.03em;
  margin-top: 22.9em;
  margin-left: 25em;
}

.floor-mask.floor4-7 {
  width: 24.03em;
  margin-top: 24.2em;
  margin-left: 25em;
}

.floor-mask.floor4-6 {
  width: 24.03em;
  margin-top: 25.7em;
  margin-left: 25em;
}

.floor-mask.floor4-5 {
  width: 24.03em;
  margin-top: 27.1em;
  margin-left: 25em;
}

.floor-mask.floor4-4 {
  width: 24.03em;
  margin-top: 28.5em;
  margin-left: 25em;
}

.floor-mask.floor4-3 {
  width: 24.03em;
  margin-top: 30em;
  margin-left: 25em;
}

.floor-mask.floor4-2 {
  width: 24.03em;
  margin-top: 31.4em;
  margin-left: 25em;
}

.floor-mask.floor4-1 {
  width: 24.03em;
  margin-top: 32.8em;
  margin-left: 25em;
}

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

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

.select-image.stage.et-3 {
  width: 70em;
}

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

.select-image.layout.etapa-3 {
  width: 40em;
}

.select-image.layout.planta {
  width: 33em;
}

.select-image.datos {
  width: 75em;
}

.html-svg {
  width: 100%;
}

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

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

.image-selector.stage.etapa-3 {
  font-size: 1.2em;
}

.image-selector.stage.atapa-4 {
  font-size: 1.5em;
}

.image-selector.stage.home {
  display: flex;
}

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

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

.image-selector.ubi {
  font-size: 1.1em;
  display: flex;
}

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

.tooltip-floor {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 0;
  font-size: 1.9em;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% -4.2em auto auto;
  overflow: hidden;
}

.tooltip-floor.show {
  opacity: 1;
  font-size: 1.9em;
}

.tooltip-floor.bbc1--br2 {
  justify-content: center;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.container.is-small {
  max-width: 70rem;
}

.button_main_wrap--fw2-br3-bw1 {
  padding: .9rem 1.6rem;
  line-height: 1;
  display: inline-block;
}

.styleguide_card_padding--pd2-2--gra2 {
  width: 100%;
  height: 100%;
  display: block;
}

.styleguide_card_content--gp1-5-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.tooltip-content--bbca-br1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.iframe-isometric {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 80%;
}

.iframe-isometric.floors {
  width: auto;
  height: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.div-gif {
  cursor: none;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
}

.unit-detail {
  width: 100%;
  height: 0;
  padding-top: 0;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.unit-detail.show {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: static;
}

.list-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: 300px;
  display: grid;
  overflow: auto;
}

.list-details.largo {
  width: 100%;
  max-height: 370px;
}

.txt--fs7-2--fc1.font2 {
  font-family: Satoshi, sans-serif;
}

.txt--fs7-2--fc1.center {
  text-align: center;
}

.icon-others {
  font-family: ICONS-OUTLINED, sans-serif;
}

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

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

.button-others {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.button-others.hide {
  display: none;
}

.div-block-3 {
  height: 2rem;
}

.close-unit-details {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.svg-logo--fc1 {
  justify-content: center;
  align-items: center;
  width: 13em;
  display: flex;
}

.svg-logo--fc1.logo {
  width: 6em;
  position: relative;
}

.svg-logo--fc1.bonita {
  width: 13em;
}

.svg-logo--fc1.hide {
  display: none;
}

.svg-logo--fc1.fd {
  width: 16em;
}

.svg-logo--fc1.logo-contacto {
  width: 10em;
}

.img-layout {
  width: 20%;
}

.img-layout.plant-1h {
  width: 25%;
  margin-bottom: 0;
}

.img-layout.plantas {
  width: 33em;
  height: 100%;
}

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

.html-embed {
  position: static;
}

.close-round {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

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

.form--br2.iframe {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

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

.checkbox {
  margin-top: 0;
}

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

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

.legal-text--fc2 {
  white-space: nowrap;
  font-size: .75rem;
}

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

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

.whatsapp.bc3--br3 {
  z-index: 6;
  background-color: #47c757;
}

.legal {
  z-index: 5;
  width: 100%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.legal-div {
  display: flex;
}

.html-legal {
  position: absolute;
}

.terms {
  width: 100%;
  height: 1rem;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

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

.typology-mask.lobby {
  justify-content: center;
  align-items: center;
  width: 1.6em;
  margin-top: 19.5em;
  margin-left: 12.15em;
  display: flex;
}

.typology-mask.bike {
  width: 3.1em;
  margin-top: 8.7em;
  margin-left: 43.7em;
}

.typology-mask._104 {
  width: 5.1em;
  margin-top: 15.6em;
  margin-left: 6.8em;
}

.typology-mask._105 {
  justify-content: center;
  align-items: center;
  width: 5.1em;
  margin-top: 18.1em;
  margin-left: 6.8em;
  display: flex;
}

.typology-mask._106 {
  width: 6.2em;
  margin-top: 22.3em;
  margin-left: 6.8em;
}

.typology-mask._103 {
  width: 5.8em;
  margin-top: 10.1em;
  margin-left: 7.3em;
}

.typology-mask._101 {
  width: 2.7em;
  margin-top: 11.3em;
  margin-left: 16.65em;
}

.typology-mask._102 {
  width: 3.7em;
  margin-top: 11.3em;
  margin-left: 13em;
}

.typology-mask.gimnasio {
  width: 7.4em;
  margin-top: 16.9em;
  margin-left: 46em;
}

.typology-mask.coworking {
  width: 2.6em;
  margin-top: 20.1em;
  margin-left: 27.7em;
}

.typology-mask.jardin {
  width: 19.1em;
  margin-top: 8.8em;
  margin-left: 20.8em;
}

.typology-mask.pisicina {
  width: 21.6em;
  margin-top: 9.6em;
  margin-left: 27.6em;
}

.typology-mask._108 {
  width: 2.8em;
  margin-top: 22.4em;
  margin-left: 16.6em;
}

.typology-mask._107 {
  width: 3.7em;
  margin-top: 22.4em;
  margin-left: 13em;
}

.typology-mask._109 {
  width: 4.6em;
  margin-top: 21.75em;
  margin-left: 20.7em;
}

.typology-mask._110 {
  width: 5em;
  margin-top: 8.85em;
  margin-left: 31.85em;
}

.typology-mask._111 {
  width: 2.7em;
  margin-top: 8.4em;
  margin-left: 36.8em;
}

.typology-mask._112 {
  width: 2.7em;
  margin-top: 7.8em;
  margin-left: 39.35em;
}

.typology-mask._113 {
  width: 4.75em;
  margin-top: 7.8em;
  margin-left: 41.9em;
}

.typology-mask._114 {
  width: 5.1em;
  margin-top: 12.8em;
  margin-left: 41.7em;
}

.typology-mask._115 {
  width: 5.4em;
  margin-top: 15.3em;
  margin-left: 41.15em;
}

.typology-mask._116 {
  width: 6.1em;
  margin-top: 20.5em;
  margin-left: 39.2em;
}

.typology-mask._117 {
  width: 6.3em;
  margin-top: 23.8em;
  margin-left: 37.1em;
}

.typology-mask._118 {
  width: 4.9em;
  margin-top: 27.6em;
  margin-left: 34.7em;
}

.typology-mask._119 {
  width: 5.9em;
  margin-top: 27.8em;
  margin-left: 30.6em;
}

.typology-mask._120 {
  width: 4.9em;
  margin-top: 22.4em;
  margin-left: 30.6em;
}

.typology-mask._121 {
  width: 2.7em;
  margin-top: 21.2em;
  margin-left: 41.3em;
}

.typology-mask._122 {
  width: 2.8em;
  margin-top: 21.2em;
  margin-left: 38.7em;
}

.typology-mask._123 {
  width: 3.5em;
  margin-top: 20.3em;
  margin-left: 35.4em;
}

.typology-mask._124 {
  width: 3.6em;
  margin-top: 19.3em;
  margin-left: 33.1em;
}

.typology-mask._125 {
  width: 3.7em;
  margin-top: 17.6em;
  margin-left: 28.9em;
}

.typology-mask._126 {
  width: 3.7em;
  margin-top: 16.5em;
  margin-left: 26.5em;
}

.typology-mask._127 {
  width: 4em;
  margin-top: 15em;
  margin-left: 24.1em;
}

.typology-mask._128 {
  width: 3.9em;
  margin-top: 13.3em;
  margin-left: 22.3em;
}

.typology-mask._129 {
  width: 3.1em;
  margin-top: 12.1em;
  margin-left: 21.7em;
}

.typology-mask._130 {
  width: 2.9em;
  margin-top: 10.3em;
  margin-left: 21.7em;
}

.typology-mask._131 {
  width: 3em;
  margin-top: 7.7em;
  margin-left: 21.7em;
}

.typology-mask._132, .typology-mask._328 {
  width: 3.4em;
  margin-top: 4.5em;
  margin-left: 21.2em;
}

.typology-mask._327 {
  width: 2.8em;
  margin-top: 8.7em;
  margin-left: 21.8em;
}

.typology-mask._326 {
  width: 3.1em;
  margin-top: 11.3em;
  margin-left: 21.8em;
}

.typology-mask._325 {
  width: 3.9em;
  margin-top: 13.3em;
  margin-left: 22.3em;
}

.typology-mask._324 {
  width: 4em;
  margin-top: 15.1em;
  margin-left: 24.2em;
}

.typology-mask._323 {
  width: 3.6em;
  margin-top: 16.6em;
  margin-left: 26.6em;
}

.typology-mask._322 {
  width: 3.5em;
  margin-top: 17.7em;
  margin-left: 29.1em;
}

.typology-mask._321 {
  width: 3.5em;
  margin-top: 19.4em;
  margin-left: 33.2em;
}

.typology-mask._320 {
  width: 3.8em;
  margin-top: 21.6em;
  margin-left: 31.7em;
}

.typology-mask._319 {
  width: 4.56em;
  margin-top: 28.1em;
  margin-left: 31.8em;
}

.typology-mask._318 {
  width: 2.7em;
  margin-top: 21.2em;
  margin-left: 41.3em;
}

.typology-mask._317 {
  width: 5.1em;
  margin-top: 23.9em;
  margin-left: 37.1em;
}

.typology-mask._316 {
  width: 4.8em;
  margin-top: 20.5em;
  margin-left: 39.1em;
}

.typology-mask._315 {
  width: 4.1em;
  margin-top: 15.4em;
  margin-left: 41.1em;
}

.typology-mask._314 {
  width: 5.4em;
  margin-top: 20.4em;
  margin-left: 49.8em;
}

.typology-mask._313 {
  width: 3.6em;
  margin-top: 22.5em;
  margin-left: 47.3em;
}

.typology-mask._312 {
  width: 3.6em;
  margin-top: 23.4em;
  margin-left: 44.9em;
}

.typology-mask._303 {
  width: 3.5em;
  margin-top: 24.4em;
  margin-left: 17.8em;
}

.typology-mask._302 {
  width: 3.5em;
  margin-top: 26.9em;
  margin-left: 17em;
}

.typology-mask._301 {
  width: 4.5em;
  margin-top: 29.1em;
  margin-left: 14.8em;
}

.typology-mask._304 {
  width: 2.7em;
  margin-top: 23.3em;
  margin-left: 20.5em;
}

.typology-mask._305 {
  width: 2.7em;
  margin-top: 23.3em;
  margin-left: 23.2em;
}

.typology-mask._306 {
  width: 2.7em;
  margin-top: 23.3em;
  margin-left: 25.9em;
}

.typology-mask._307 {
  width: 3.3em;
  margin-top: 23.3em;
  margin-left: 28.4em;
}

.typology-mask._308 {
  width: 3.7em;
  margin-top: 23.4em;
  margin-left: 31.5em;
}

.typology-mask._309 {
  width: 3.4em;
  margin-top: 24em;
  margin-left: 34.7em;
}

.typology-mask._310 {
  width: 3.5em;
  margin-top: 24.7em;
  margin-left: 37.9em;
}

.typology-mask._311 {
  width: 2.7em;
  margin-top: 24.7em;
  margin-left: 41.3em;
}

.typology-mask._401 {
  width: 4.6em;
  margin-top: 28.2em;
  margin-left: 15.1em;
}

.typology-mask._402 {
  width: 3.6em;
  margin-top: 26em;
  margin-left: 17.2em;
}

.typology-mask._403 {
  width: 3.2em;
  margin-top: 24.4em;
  margin-left: 18.2em;
}

.typology-mask._404 {
  width: 2.7em;
  margin-top: 23.3em;
  margin-left: 20.5em;
}

.typology-mask._405 {
  width: 2.7em;
  margin-top: 23.3em;
  margin-left: 23.2em;
}

.typology-mask._406 {
  width: 2.7em;
  margin-top: 23.3em;
  margin-left: 25.8em;
}

.typology-mask._407 {
  width: 2.7em;
  margin-top: 23.3em;
  margin-left: 28.4em;
}

.typology-mask._408 {
  width: 3.2em;
  margin-top: 23.5em;
  margin-left: 31.9em;
}

.typology-mask._409 {
  width: 3.2em;
  margin-top: 24em;
  margin-left: 34.6em;
}

.typology-mask._410 {
  width: 2.7em;
  margin-top: 24.7em;
  margin-left: 38.6em;
}

.typology-mask._411 {
  width: 2.7em;
  margin-top: 24.7em;
  margin-left: 41.3em;
}

.typology-mask._412 {
  width: 2.8em;
  margin-top: 23.8em;
  margin-left: 44.8em;
}

.typology-mask._413 {
  width: 3.6em;
  margin-top: 22.8em;
  margin-left: 46.5em;
}

.typology-mask._414 {
  width: 5.3em;
  margin-top: 20.9em;
  margin-left: 48.8em;
}

.typology-mask._415 {
  width: 5.5em;
  margin-top: 18.2em;
  margin-left: 47.6em;
}

.typology-mask._416 {
  width: 3.6em;
  margin-top: 19.7em;
  margin-left: 45.2em;
}

.typology-mask._417 {
  width: 2.5em;
  margin-top: 20.7em;
  margin-left: 43.8em;
}

.typology-mask._418 {
  width: 2.7em;
  margin-top: 21.2em;
  margin-left: 41.3em;
}

.typology-mask._419 {
  width: 2.7em;
  margin-top: 21.3em;
  margin-left: 38.6em;
}

.typology-mask._420 {
  width: 3.4em;
  margin-top: 20.4em;
  margin-left: 35.5em;
}

.typology-mask._421 {
  width: 3.7em;
  margin-top: 19.3em;
  margin-left: 33em;
}

.typology-mask._422 {
  width: 3.4em;
  margin-top: 17.8em;
  margin-left: 29.1em;
}

.typology-mask._423 {
  width: 3.6em;
  margin-top: 16.6em;
  margin-left: 26.6em;
}

.typology-mask._424 {
  width: 3.8em;
  margin-top: 15.1em;
  margin-left: 24.2em;
}

.typology-mask._425 {
  width: 3.6em;
  margin-top: 13.5em;
  margin-left: 22.5em;
}

.typology-mask._426 {
  width: 3em;
  margin-top: 12.1em;
  margin-left: 21.8em;
}

.typology-mask._427 {
  width: 3em;
  margin-top: 9.5em;
  margin-left: 21.8em;
}

.typology-mask._505 {
  width: 8.4em;
  margin-top: 15.7em;
  margin-left: 31.7em;
}

.typology-mask._506 {
  width: 8.3em;
  margin-top: 15.7em;
  margin-left: 40em;
}

.typology-mask._513 {
  width: 5.7em;
  margin-top: 21.3em;
  margin-left: 47.3em;
}

.typology-mask._512 {
  margin-top: 23.5em;
  margin-left: 44.9em;
}

.typology-mask._514 {
  width: 6.2em;
  margin-top: 18.6em;
  margin-left: 46em;
}

.typology-mask._515 {
  width: 3.4em;
  margin-top: 20.4em;
  margin-left: 43.7em;
}

.typology-mask._527 {
  margin-top: 6.7em;
}

.typology-mask._526 {
  width: 3em;
  margin-top: 11.3em;
  margin-left: 21.8em;
}

.typology-mask._601 {
  width: 4.4em;
  margin-top: 12.2em;
  margin-left: 14em;
}

.typology-mask._607 {
  width: 3.9em;
  margin-top: 22.8em;
  margin-left: 28.4em;
}

.typology-mask._610 {
  width: 5.2em;
  margin-top: 9em;
  margin-left: 32em;
}

.typology-mask._612 {
  width: 2.7em;
  margin-top: 8.9em;
  margin-left: 39.6em;
}

.typology-mask._617 {
  width: 5em;
  margin-top: 23.9em;
  margin-left: 37.3em;
}

.typology-mask._622 {
  width: 3.9em;
  margin-top: 13.6em;
  margin-left: 32.5em;
}

.typology-mask._626 {
  width: 3.7em;
  margin-top: 8.4em;
}

.typology-mask.sj {
  width: 1.7em;
  margin-top: 13.8em;
  margin-left: 9.05em;
}

.typology-mask.gazebo-2 {
  width: 3.2em;
}

.typology-mask.piscina {
  width: 14.5em;
}

.typology-mask.piscina-2 {
  width: 9.4em;
}

.typology-mask.padel, .typology-mask.gym {
  width: 3.6em;
}

.typology-mask._206 {
  width: 5.1em;
  margin-top: 22.4em;
  margin-left: 8em;
}

.typology-mask._207 {
  width: 3.9em;
  margin-top: 22.4em;
  margin-left: 12.8em;
}

.typology-mask._208 {
  width: 2.9em;
  margin-top: 22.4em;
  margin-left: 16.5em;
}

.typology-mask._209 {
  width: 4.5em;
  margin-top: 21.2em;
  margin-left: 20.7em;
}

.typology-mask._210 {
  width: 5.2em;
  margin-top: 8.7em;
  margin-left: 31.7em;
}

.typology-mask._211 {
  width: 2.8em;
  margin-top: 8.7em;
  margin-left: 36.7em;
}

.typology-mask._212 {
  width: 2.8em;
  margin-top: 8.7em;
  margin-left: 39.3em;
}

.typology-mask._205 {
  width: 3.7em;
  margin-top: 18.1em;
  margin-left: 8.2em;
}

.typology-mask._204 {
  width: 3.8em;
  margin-top: 15.6em;
  margin-left: 8.1em;
}

.typology-mask._203 {
  width: 5em;
  margin-top: 11.3em;
  margin-left: 8em;
}

.typology-mask._202 {
  width: 3.8em;
  margin-top: 11.4em;
  margin-left: 12.9em;
}

.typology-mask._201 {
  width: 3em;
  margin-top: 11.4em;
  margin-left: 16.4em;
}

.typology-mask._215 {
  width: 4.1em;
  margin-top: 15.2em;
  margin-left: 41em;
}

.typology-mask._214 {
  width: 3.8em;
  margin-top: 12.8em;
  margin-left: 41.6em;
}

.typology-mask._213 {
  width: 3.5em;
  margin-top: 8.7em;
  margin-left: 41.8em;
}

.typology-mask._507 {
  width: 7.6em;
  margin-top: 22.3em;
  margin-left: 9.3em;
}

.typology-mask._508 {
  width: 2.8em;
  margin-top: 22.25em;
  margin-left: 16.7em;
}

.typology-mask._509 {
  width: 8.5em;
  margin-top: 15.7em;
  margin-left: 64.7em;
}

.typology-mask._510 {
  width: 8.7em;
  margin-top: 16em;
  margin-left: 70.4em;
}

.typology-mask._504 {
  width: 8.6em;
  margin-top: 24.6em;
  margin-left: 28.4em;
}

.typology-mask._503 {
  width: 8.3em;
  margin-top: 24.6em;
  margin-left: 37em;
}

.typology-mask._502 {
  width: 7.6em;
  margin-top: 11.4em;
  margin-left: 9.3em;
}

.typology-mask._501 {
  width: 2.8em;
  margin-top: 11.4em;
  margin-left: 16.7em;
}

.typology-mask._511 {
  width: 7.8em;
  margin-top: 26.9em;
  margin-left: 70.4em;
}

.typology-mask.lavanderia {
  width: 4.8em;
  margin-top: 13.5em;
  margin-left: 11.9em;
}

.typology-mask.pi {
  width: 6.8em;
  margin-top: 16.6em;
  margin-left: 10.1em;
}

.typology-mask.bbq {
  width: 1.35em;
  margin-top: 10.2em;
  margin-left: 19.95em;
}

.typology-mask.chill {
  width: 1.35em;
  margin-top: 10.7em;
  margin-left: 17.7em;
}

.typology-mask._1601 {
  width: 20.9em;
  margin-top: 15.3em;
  margin-left: 28.5em;
}

.typology-mask._1602 {
  width: 28em;
  margin-top: 15.4em;
  margin-left: 50.6em;
}

.typology-mask._2-101 {
  width: 5.7em;
  margin-top: 9.75em;
  margin-left: 7.06em;
}

.typology-mask._2-102 {
  width: 5.7em;
  margin-top: 19.4em;
  margin-left: 7.06em;
}

.typology-mask._2-103 {
  width: 5.7em;
  margin-top: 19.4em;
  margin-left: .1em;
}

.typology-mask._2-104 {
  width: 5.7em;
  margin-top: 9.8em;
  margin-left: .1em;
}

.typology-mask._2-105 {
  width: 5.7em;
  margin-top: .1em;
  margin-left: .1em;
}

.typology-mask._2-106 {
  width: 9.5em;
  margin-top: .1em;
  margin-left: 7.1em;
}

.typology-mask._2-107 {
  width: 9.47em;
  margin-top: .1em;
  margin-left: 16.72em;
}

.typology-mask._2-108 {
  width: 9.5em;
  margin-top: .1em;
  margin-left: 26.3em;
}

.typology-mask._2-109 {
  width: 9.6em;
  margin-top: .1em;
  margin-left: 35.9em;
}

.typology-mask._2-110 {
  width: 9.6em;
  margin-top: 7.1em;
  margin-left: 35.9em;
}

.typology-mask._2-111 {
  width: 9.5em;
  margin-top: 7.1em;
  margin-left: 26.3em;
}

.typology-mask._2-112 {
  width: 9.5em;
  margin-top: 7.1em;
  margin-left: 16.7em;
}

.typology-mask._3-101 {
  width: 6.2em;
  margin-top: 10.4em;
  margin-left: 7.6em;
}

.typology-mask._3-102 {
  width: 6.2em;
  margin-top: 20.8em;
  margin-left: 7.6em;
}

.typology-mask._3-103 {
  width: 6.2em;
  margin-top: 20.9em;
  margin-left: .09em;
}

.typology-mask._3-104 {
  width: 6.2em;
  margin-top: 10.5em;
  margin-left: .09em;
}

.typology-mask._3-105 {
  width: 6.2em;
  margin-left: .09em;
}

.typology-mask._3-106 {
  width: 10.4em;
  margin-top: .04em;
  margin-left: 6.3em;
}

.typology-mask._3-107 {
  width: 10.4em;
  margin-top: .04em;
  margin-left: 16.8em;
}

.typology-mask._3-108 {
  width: 10.4em;
  margin-top: .04em;
  margin-left: 27.1em;
}

.typology-mask._3-109 {
  width: 10.4em;
  margin-top: .04em;
  margin-left: 37.5em;
}

.typology-mask._3-110 {
  width: 10.4em;
  margin-top: 7.5em;
  margin-left: 37.5em;
}

.typology-mask._3-111 {
  width: 10.4em;
  margin-top: 7.5em;
  margin-left: 27em;
}

.typology-mask._3-112 {
  width: 10.4em;
  margin-top: 7.5em;
  margin-left: 16.7em;
}

.typology-mask._3-113 {
  width: 6.2em;
  margin-top: 10.4em;
  margin-left: 34.2em;
}

.typology-mask._3-114 {
  width: 6.2em;
  margin-top: 20.9em;
  margin-left: 34.2em;
}

.typology-mask._3-115 {
  width: 6.1em;
  margin-top: 20.9em;
  margin-left: 41.75em;
}

.typology-mask._3-116 {
  width: 6.2em;
  margin-top: 10.4em;
  margin-left: 41.8em;
}

.typology-mask._3-117 {
  width: 6.2em;
  margin-top: .1em;
  margin-left: 41.7em;
}

.typology-mask._3-118 {
  width: 10.4em;
  margin-top: .05em;
  margin-left: 31.3em;
}

.typology-mask._3-119 {
  width: 10.4em;
  margin-top: .05em;
  margin-left: 21em;
}

.typology-mask._3-120 {
  width: 10.45em;
  margin-top: 0;
  margin-left: 10.5em;
}

.typology-mask._3-121 {
  width: 10.5em;
  margin-top: .05em;
  margin-left: 0;
}

.typology-mask._3-122 {
  width: 10.6em;
  margin-top: 7.6em;
  margin-left: 0;
}

.typology-mask._3-123 {
  width: 10.3em;
  margin-top: 7.6em;
  margin-left: 10.6em;
}

.typology-mask._3-124 {
  width: 10.6em;
  margin-top: 7.5em;
  margin-left: 20.8em;
}

.typology-mask._216 {
  width: 4.6em;
  margin-top: 20.4em;
  margin-left: 39.2em;
}

.typology-mask._217 {
  width: 5em;
  margin-top: 23.7em;
  margin-left: 37.1em;
}

.typology-mask._218 {
  width: 4.2em;
  margin-top: 27.6em;
  margin-left: 34.7em;
}

.typology-mask._219 {
  width: 4.5em;
  margin-top: 27.9em;
  margin-left: 31.8em;
}

.typology-mask._220 {
  width: 3.7em;
  margin-top: 21.5em;
  margin-left: 31.8em;
}

.typology-mask._221 {
  width: 3.7em;
  margin-top: 10.8em;
  margin-left: 20.8em;
}

.typology-mask._222 {
  width: 4em;
  margin-top: 13.4em;
  margin-left: 32.3em;
}

.typology-mask._611 {
  width: 2.9em;
  margin-top: 8.8em;
  margin-left: 36.9em;
}

.typology-mask._613 {
  margin-top: 8.9em;
  margin-left: 42.1em;
}

.typology-mask._614 {
  width: 3.9em;
  margin-top: 13em;
  margin-left: 41.8em;
}

.typology-mask._615 {
  width: 4.2em;
  margin-top: 15.5em;
  margin-left: 41.2em;
}

.typology-mask._616 {
  width: 4.7em;
  margin-top: 20.6em;
  margin-left: 39.4em;
}

.typology-mask._618 {
  width: 7em;
  margin-top: 27.8em;
  margin-left: 32.1em;
}

.typology-mask._620 {
  width: 3.8em;
  margin-top: 21.7em;
  margin-left: 32em;
}

.typology-mask._608 {
  width: 4.4em;
  margin-top: 22.5em;
  margin-left: 14em;
}

.typology-mask._711 {
  width: 2.2em;
  margin-top: 9.8em;
  margin-left: 38.7em;
}

.typology-mask._712 {
  width: 2.2em;
  margin-top: 9.8em;
  margin-left: 40.8em;
}

.typology-mask._713 {
  width: 1.9em;
  margin-top: 9.8em;
  margin-left: 42.8em;
}

.typology-mask._716 {
  width: 4.1em;
  margin-top: 20.2em;
  margin-left: 39.4em;
}

.typology-mask._717 {
  width: 4.5em;
  margin-top: 23.5em;
  margin-left: 37.5em;
}

.typology-mask._718 {
  width: 5em;
  margin-top: 27.9em;
  margin-left: 32.9em;
}

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

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

.text-html--fcoa {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: static;
  inset: auto;
}

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

.compass--oc1--bw1--br3.nt3 {
  transform: rotate(-134deg);
}

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

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

.text-block.nt {
  transform: rotate(132deg);
}

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

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

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

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

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

.tooltip-typology--bbc1--br1 {
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  transform: scale(.7);
}

.tooltip-amenities--bbca--br3 {
  padding: 8px;
  position: absolute;
  left: 52.5156px;
}

.div-block-4 {
  height: 2rem;
}

.button-link {
  width: 100%;
}

.button-link.md2--br2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-link.md2--br2.ancho {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.button-link.md2--br2.ancho.hide {
  display: none;
}

.button-link.main {
  width: auto;
}

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

.content-home {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.content-home.form {
  justify-content: center;
}

.div-block-5 {
  width: 100%;
  height: 48px;
  position: relative;
}

.cd-product-viewer-wrapper {
  text-align: center;
  padding: 32px 0;
  position: relative;
}

.cd-pv {
  display: inline-block;
}

.product-viewer {
  z-index: 1;
  width: 60em;
  height: 33em;
  font-size: 1vw;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cd-pv-img {
  z-index: 1;
  display: none;
  position: relative;
}

.product-sprite {
  z-index: 2;
  opacity: 0;
  background-image: url('../images/sprite.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1600%;
  height: 100%;
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.cd-product-viewer-handle {
  z-index: 2;
  background-color: #4d4d4d;
  width: 60%;
  max-width: 300px;
  height: 4px;
  margin: 16px auto 40px;
  position: relative;
}

.fill {
  z-index: 1;
  perspective-origin: 0%;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #616161;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  position: relative;
  top: 0;
  left: 0;
  transform: scale3d(0, 1, 1);
}

.handle {
  z-index: 20;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  overflow: hidden;
  box-shadow: 0 0 0 6px #ffffff4d;
}

.handle.bca {
  box-shadow: none;
  background-image: none;
  width: 2rem;
  height: 2rem;
  top: -14px;
}

.invalid-feedback {
  color: #ff3535;
  font-size: .7rem;
}

.fs7-2--fc1 {
  white-space: nowrap;
}

.fs7-2--fc1.required {
  color: #ff4646;
}

.product-viewer-2 {
  z-index: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cd-pv-img-2 {
  z-index: 1;
  display: block;
  position: relative;
}

.product-sprite-2 {
  z-index: 2;
  opacity: 0;
  background-image: url('../images/alfa-16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1600%;
  height: 100%;
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.fill-2 {
  z-index: 1;
  perspective-origin: 0%;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #b54240;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale3d(0, 1, 1);
}

.handle-2 {
  z-index: 20;
  background-color: #2b2b2b;
  background-image: url('../images/cd-arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  overflow: hidden;
  box-shadow: 0 0 0 6px #ffffff4d;
}

.handle-2:hover {
  background-color: #000;
}

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

.html-embed-3 {
  width: 100%;
  height: 1005px;
}

.svg-pattern {
  width: 100%;
  height: 100%;
  inset: 0%;
}

.svgpath--ab1 {
  inset: 0%;
}

.tooltip-apartments {
  opacity: 0;
  width: 48px;
  height: 24px;
  position: absolute;
  top: -50%;
}

.tooltip-apartments.show {
  opacity: .54;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-10 {
  flex-direction: column;
  width: 100%;
  padding-bottom: 100vh;
  display: flex;
  position: static;
}

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

.slide-3 {
  background-image: url('../images/BOTANICO-EXTERIOR-002.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/BOTANICO-EXTERIOR-004.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.extracion {
  background-color: #eee4d8;
  border-radius: 12px;
  width: 0%;
  height: 14px;
}

.gallery-grid-porcentanje {
  grid-column-gap: 8px;
  grid-row-gap: 182px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

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

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

.lottie-pocentaje {
  width: 17.4em;
  font-size: 1vh;
}

.mamposteria, .electrica, .hidraulica {
  background-color: #eee4d8;
  border-radius: 12px;
  width: 0%;
  height: 14px;
}

.contenedor--bg--br1-bw1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #53535614;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 233px;
  height: 14px;
  display: flex;
}

.demolicion {
  background-color: #eee4d8;
  border-radius: 12px;
  width: 0%;
  height: 14px;
}

.gallery-item--br1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 1rem;
  display: flex;
  overflow: hidden;
}

.gallery-item--br1-2.rigth {
  align-items: flex-end;
  margin-left: 0;
  margin-right: 1rem;
}

.estructura {
  background-color: #eee4d8;
  border-radius: 12px;
  width: 0%;
  height: 14px;
}

.text--fs6--fw3--fc1 {
  border-radius: 1px;
  padding: 1em;
}

.text--fs6--fw3--fc1.line {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
}

.fachada {
  background-color: #eee4d8;
  border-radius: 12px;
  width: 0%;
  height: 14px;
}

.div-block-11 {
  height: 2rem;
}

.pd1-2 {
  width: 100%;
}

.pd1-2.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.escabacion {
  background-color: #eee4d8;
  border-radius: 12px;
  width: 0%;
  height: 14px;
}

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

.d-none {
  display: none;
}

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

.button-floating--bbc1--br1.cf {
  top: 10%;
  left: 10%;
}

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

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

.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: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  max-height: 300px;
  inset: 20% 0% auto auto;
  overflow: auto;
}

.button-floating--bbc1--br1--bw1--oc1.ab-right-mid.hide {
  display: none;
}

.nav-floor {
  width: 48px;
}

.tooltip-unit-detail {
  cursor: auto;
  position: absolute;
}

.tooltip-unit-detail.right {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  bottom: auto;
  left: 100%;
  right: auto;
}

.tooltip-unit-detail.bbc1--br2 {
  opacity: 0;
  transition: all .2s;
}

.tooltip-unit-detail.bbc1--br2.show {
  z-index: 999999;
  opacity: 1;
  position: absolute;
}

.unit-facts {
  display: flex;
}

.div-block-13 {
  color: #0000;
  background-color: #83e447;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: static;
  inset: 0% 0% auto auto;
}

.unit-detail-content {
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.unit-buttons {
  display: flex;
}

.avilable-block {
  align-items: center;
  margin-top: 4px;
  margin-right: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.avilable-block.floors {
  position: static;
}

.div-block-17 {
  background-color: red;
  border-radius: 100%;
  margin-top: 31.1em;
  margin-left: 58.1em;
  font-size: 1vw;
  position: absolute;
  transform: scale(5);
}

.background-gradient {
  filter: blur(17px);
  width: 150%;
  height: 150%;
  margin-top: -20.9em;
  margin-left: -14.4em;
  position: absolute;
}

.background-gradient.circulo {
  width: 200%;
  height: 200%;
  margin-top: -22.3em;
  margin-left: -21.6em;
}

.svg-background-2 {
  opacity: 0;
  filter: blur(50px);
  width: 100%;
  height: 100%;
  margin-top: 16.6em;
  margin-left: -26em;
  position: absolute;
}

.svg-background-2.hide {
  display: none;
}

.svg-background-3 {
  filter: blur(17px);
  width: 200%;
  height: 200%;
  margin-top: -22.3em;
  margin-left: -18.2em;
  position: absolute;
}

.availability-dot {
  background-color: #6fff5f;
  border-radius: 100%;
  width: .5em;
  height: .5em;
}

.availability-dot.bc1 {
  width: 16px;
  height: 16px;
}

.availability-dot.bc1.succes {
  background-color: #95ff89;
}

.availability-dot.bc1.danger {
  background-color: #ff4242;
}

.availability-dot.danger {
  background-color: red;
}

.detail-facts--fc1 {
  display: flex;
}

.tooltip-buttons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.quoter-iframe {
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: block;
}

.quoter-iframe.show {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  inset: 0%;
}

.quoter--bbc1 {
  z-index: 999;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(100vw);
}

.quoter--bbc1.show {
  opacity: 1;
  transform: translate(0);
}

.quoter-div {
  width: 80%;
  height: 80%;
}

.div-block-18 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.quoter-div-2 {
  width: 500px;
  height: 80%;
}

.quoter-div-2.br2 {
  overflow: hidden;
}

.close-quoter {
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.logo-main-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.available-block {
  align-items: center;
  margin-top: 4px;
  margin-right: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs7-2--fc2 {
  white-space: nowrap;
}

.owly--fc1-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  width: auto;
  height: auto;
  padding: 0 16px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.owly--fc1-2:hover {
  transform: scale(1.1);
}

.owly--fc1-2.mobile {
  position: absolute;
  inset: auto auto 16px;
}

.navlink-2 {
  opacity: .7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
}

.navlink-2.close {
  display: flex;
}

.navmobile-button-2 {
  display: none;
}

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

.button-floating--bbc1--br1-3 {
  z-index: 10;
  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;
}

.copy-right {
  position: absolute;
  inset: -29% 0% auto 125%;
}

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

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

.grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  height: 60%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.grid.width-item {
  width: 100%;
  height: 60%;
}

.icon-grite {
  width: 2.5em;
}

.grite-item {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.grite-item.button {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

.item-text-card {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 50%;
  padding: 1em;
  display: flex;
}

.item-text-card.espacio {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  display: flex;
}

.item-text-card.detail {
  height: auto;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  padding-left: 2rem;
  padding-right: 2rem;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.icon {
  background-color: var(--colors--cb2);
  color: var(--colors--cb4);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: .7em;
  display: flex;
}

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

.slider-derecho {
  background-color: var(--colors--cb2);
  color: var(--colors--cb4);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: .7em;
  display: flex;
}

.grid-3 {
  width: 100%;
  height: 100%;
}

.grite-four {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.text-titulo {
  margin-top: 1em;
  margin-left: 1em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-22, .div-block-24 {
  width: 100%;
}

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

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

.slide-5 {
  background-image: linear-gradient(#fff0 17%, #000c), url('../images/BOTANICO-EXTERIOR-002.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-6 {
  background-image: linear-gradient(#fff0 32%, #00000078 88%), url('../images/BONITA-GOLF-EXTERIOR-FIJA-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.paragraph--fs7-2--fc6--fw2 {
  font-size: 1.6vh;
}

.paragraph--fs7-2--fc6--fw2.center {
  text-align: center;
}

.h4-vh--fc6 {
  text-align: left;
  font-size: 6vh;
  font-weight: 700;
  display: block;
}

.h4-vh--fc6.center {
  text-align: center;
}

.icono-home--fc6 {
  font-family: ICONS-OUTLINED, sans-serif;
  font-size: 2rem;
}

.layout_full_content {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  display: grid;
  position: absolute;
  inset: auto 0% 5%;
}

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

.fs7-2--ff2--fw2--fc6.center-text {
  text-align: center;
}

.div-data-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.div-data-2.hf {
  flex-direction: row;
  justify-content: space-between;
}

.div-data-2.hf.hide {
  display: none;
}

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

.text-h4-vh--ff2--fc6--fw2 {
  font-size: 2rem;
}

.icono-logo--fc6 {
  width: 9em;
}

.datos-unidad {
  flex-flow: column;
  width: 100%;
  max-width: 350px;
  margin-top: 0;
  display: flex;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  max-width: 350px;
}

.img-layout-2 {
  width: 14%;
}

.img-layout-2.k1a {
  width: 30%;
  height: 80%;
}

.img-layout-2._1h-hs {
  width: 19%;
}

.img-layout-2.plant-1h {
  width: 28%;
}

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

.item-metros.hide-line {
  border-right-color: #eee4d800;
}

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

.h4-vh--fc1-2 {
  text-align: center;
  font-size: 6vh;
  font-weight: 700;
  display: block;
}

.h4-vh--fc1-2.text-mobile {
  text-align: left;
}

.div-block-25 {
  width: 100%;
  height: 48px;
  position: relative;
}

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

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

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

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

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

.text-pant-vh--fc1--fs6--fw3 {
  font-size: 1rem;
}

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

.separacion-1, .separacion-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

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

.slider-5 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

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

.slide-7, .slide-8, .slide-9, .slide-10 {
  background-image: url('../images/piso-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-6 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

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

.slide-11, .slide-12, .slide-13 {
  background-image: url('../images/piso-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-7 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

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

.slide-14, .slide-15, .slide-16, .slide-17 {
  background-image: url('../images/piso-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-8 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

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

.slide-18 {
  background-image: url('../images/APTO-2HB-ALMA-BONITA-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/APTO-2HB-ALMA-BONITA-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/APTO-2HB-ALMA-BONITA-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/APTO-2HB-ALMA-BONITA-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/APTO-2HB-ALMA-BONITA-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-9 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

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

.slide-23 {
  background-image: url('../images/APTO-2HA-FAMILY-ALMA-BONITA-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/APTO-2HA-FAMILY-ALMA-BONITA-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/APTO-2HA-FAMILY-ALMA-BONITA-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/APTO-2HA-FAMILY-ALMA-BONITA-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/APTO-2HA-FAMILY-ALMA-BONITA-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/APTO-2HA-FAMILY-ALMA-BONITA-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/APTO-2HA-FAMILY-ALMA-BONITA-7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-10 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

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

.slide-30 {
  background-image: url('../images/APTO-2HB-FAMILY-ALMA-BONITA-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/APTO-2HB-FAMILY-ALMA-BONITA-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/APTO-2HB-FAMILY-ALMA-BONITA-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/APTO-2HB-FAMILY-ALMA-BONITA-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-card {
  width: 100%;
  height: 48px;
}

.video, .background-video {
  width: 100%;
  height: 100%;
}

.play-state {
  display: none;
}

.text-hme-fs6--fw3--fc6.center {
  text-align: center;
}

.link-block {
  width: 100%;
  height: 100%;
}

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

.div-block-26 {
  height: 1px;
}

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

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

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

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

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

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

.icon-2 {
  background-color: var(--colors--cb2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: .7rem;
  display: flex;
}

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

.h4-vh--ff2--fc1--fw3 {
  font-size: 6vh;
  font-weight: 700;
  display: block;
}

.fs6--fw3--fc1 {
  text-align: left;
  font-size: 2vh;
  display: block;
}

.fs6--fw3--fc1.text-home {
  font-size: 3.5vh;
}

.fs6--fw3--fc1.text-home.center {
  text-align: center;
}

.caracteristicas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 350px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-30 {
  background-image: linear-gradient(357deg, #000000bf 21%, #fff0 63%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-31 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
}

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

.slide-nav-10, .left-arrow-2, .right-arrow-2 {
  display: none;
}

.slider-11 {
  border-radius: 16px;
}

.slide-34 {
  background-image: url('../images/1-LOBBY.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-35 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block-32 {
  border-radius: 16px;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
}

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

.icon--fc1 {
  width: 1.3em;
  height: 2.5em;
}

.item-card-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  height: 100%;
}

.card-wrap--bc2--br2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 350px;
  height: 100%;
  max-height: 440px;
  display: flex;
}

.card-wrap--bc2--br2.hide {
  display: none;
}

.card-item-tex {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.card-img {
  height: 100%;
}

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

.paragraph--fc6--fs7-2--fw2 {
  text-align: justify;
}

.icon--fc6 {
  width: 1.3em;
  height: 2.5em;
}

.h4-vh--fc1-3 {
  font-size: 6vh;
  font-weight: 700;
  display: block;
}

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

.svg-3 {
  width: 80px;
  height: 60px;
}

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

.div-home-data-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 4.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
}

.fs6--fw3--fc1-2 {
  text-align: left;
  font-size: 2vh;
}

.h4-vh--fc1-4 {
  font-size: 6vh;
  font-weight: 700;
  display: block;
}

.content-home-2 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  overflow: hidden;
}

.div-data-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.div-data-3.hide {
  display: none;
}

.fs6--fw3--fc1-3 {
  text-align: left;
  font-size: 2vh;
}

.fs6--fw3--fc1-3.center {
  text-align: center;
}

.fs6--fw3--fc1-3.center.text-form {
  font-size: 3vh;
}

.fs6--fw3--fc1-3.center.text-form.thanks {
  font-size: 5vh;
}

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

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

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

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

.grite-item-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.layout_full_content-2 {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end stretch;
  width: 100%;
  max-width: 900px;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  display: grid;
  position: absolute;
  inset: auto 0% 5%;
}

.layout_full_content-2.hide {
  display: none;
}

.h4-vh--fc2-2 {
  text-align: left;
  font-size: 6vh;
  display: block;
}

.svg-4 {
  height: 3em;
}

.h4-vh--fc1 {
  font-size: 6vh;
  display: block;
}

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

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

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

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

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

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

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

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

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

.ubicacion {
  margin-bottom: 3em;
  margin-left: 3em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-4 {
  width: 8em;
  height: auto;
}

.ubicacion-2, .ubicacio-3 {
  margin-bottom: 3em;
  margin-left: 3em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-41 {
  background-image: linear-gradient(#2b321900 54%, #1d1d1b);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.ubicacio-4 {
  margin-bottom: 3em;
  margin-left: 3em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.svg-logo--fc1-2 {
  width: 10em;
}

.svg-logo--fc1-2.logo-equipo {
  width: 5.9em;
  height: auto;
}

.svg-logo--fc1-2.logo-equipo-2 {
  width: 6.9em;
}

.svg-logo--fc1-2.logo-equipo-3 {
  width: 4.2em;
}

.list-home-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr min-content;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.list-home-2.item-height {
  grid-template-rows: 1fr;
  height: 90%;
}

.grid-8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
}

.content-home-3 {
  flex-direction: column;
  justify-content: center;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  overflow: hidden;
}

.parrafos--fs7-2--fc1 {
  text-align: justify;
}

.grid-22 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  width: 12em;
}

.card-belmonte--br1--bbc3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 1em 2em;
  display: flex;
}

.paragraph--fs7-2--fc1--fw2 {
  text-align: justify;
}

.icon-fc6 {
  width: 3em;
  height: auto;
}

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

.title-unid--fs3--ff1--fc1.center {
  text-align: center;
}

.div-block-43 {
  background-image: linear-gradient(#1a1a1900 54%, #222519 99%);
  width: 100%;
  height: 100%;
}

.h4-vh.fc1.ff1.fs4.texto-home {
  font-size: 4rem;
}

.button_main_layout-2 {
  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;
}

.gradient {
  background-image: linear-gradient(#fff0 50%, #000000b3);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-44 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.gallery-item--br1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.gallery-item--br1.img-location {
  position: relative;
}

.item-text-location {
  width: 100%;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.img-location {
  height: 100%;
}

.gradient-2 {
  background-image: linear-gradient(#fff0 39%, #000000b3);
  width: 100%;
  height: 100%;
  position: absolute;
}

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

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

.slider-12, .slider-13 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

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

.imagen-proyecto {
  object-fit: contain;
  height: 100%;
}

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

.arrow--bbc1--br2--bw1--oc1 {
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  font-size: .5em;
  display: flex;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.background-video-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.zoomable {
  cursor: zoom-in;
  transition: all .3s;
}

.zoomable.zoomed {
  cursor: zoom-out;
  transform: scale(2);
}

.zoom-container {
  cursor: zoom-in;
  width: 33em;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.zoom-container.zoomed-in {
  cursor: zoom-out;
}

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

.zoom-image.zoomed-in {
  cursor: zoom-out;
}

.div-block-47 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-48 {
  width: 100svw;
  height: 100%;
  position: relative;
}

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

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

.background-video-4 {
  width: 100%;
  height: 100%;
}

.slider-14 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

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

.lightbox-link-7 {
  z-index: 1;
  width: 4em;
  margin-top: 17.6em;
  margin-left: -30.7em;
  position: absolute;
}

.lightbox-link-6 {
  z-index: 1;
  width: 4em;
  margin-top: 7.5em;
  margin-left: -1.4em;
  position: absolute;
}

.lightbox-link-4 {
  z-index: 1;
  width: 3em;
  margin-top: -7.7em;
  margin-left: 73.6em;
  position: absolute;
}

.fs6--fw3--fc1-4 {
  text-align: left;
  font-size: 2vh;
  display: block;
}

.fs6--fw3--fc1-4.destacado-ubicacion {
  font-size: 2.3vh;
}

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

.lightbox-link-9 {
  z-index: 1;
  width: 4em;
  margin-top: 10.5em;
  margin-left: 67.9em;
  position: absolute;
}

.lightbox-link-10 {
  z-index: 1;
  width: 4em;
  margin-top: -30.3em;
  margin-left: 10.2em;
  position: absolute;
}

.grid-16 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.grid-16.hide {
  display: none;
}

.lightbox-link-3 {
  z-index: 1;
  width: 4em;
  margin-top: 16em;
  margin-left: 28.7em;
  position: absolute;
}

.lightbox-link-11 {
  z-index: 1;
  width: 3em;
  margin-top: -36.5em;
  margin-left: -10.6em;
  position: absolute;
}

.lightbox-link-12 {
  z-index: 1;
  width: 4em;
  margin-top: -27.8em;
  margin-left: 56.6em;
  position: absolute;
}

.background-video-5.mobile, .map-mobile {
  display: none;
}

.icon-arrow {
  font-size: 2rem;
}

.separacion-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.separacion-3.hide {
  display: none;
}

.paragraph--fs7-2--fc1--fw2-2 {
  text-align: center;
  font-size: 1rem;
}

.paragraph--fs7-2--fc1--fw2-2.center {
  text-align: center;
}

.paragraph--fs7-2--fc1--fw2-2.center.text-form-2 {
  font-size: 1.1rem;
}

.paragraph--fs7-2--fc1--fw2-2.center.text-form-2.thanks {
  width: 60%;
  font-size: 1rem;
}

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

.grid-23 {
  grid-template-columns: 1.5fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.card-blog.destacados {
  max-height: 750px;
}

.img-blog {
  height: 100%;
}

.card-imag-blog {
  width: 100%;
}

.container-blog-detail {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: auto;
}

.grid-24 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 2.2fr 1fr;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  max-width: 300px;
}

.card-item-blog {
  display: flex;
}

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

.image-6 {
  height: 100%;
}

.card-calendar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.card-text {
  flex-flow: column;
  display: flex;
}

.div-block-52 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-53 {
  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;
}

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

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

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

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

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

.submit-2.form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .fs6--fw3--fc5.ab1.margin {
    margin-top: 8px;
    margin-left: 8px;
  }

  .fs6--fw3--fc5.ubicacion {
    margin-top: 8px;
    position: absolute;
    inset: 0% auto auto;
  }

  .list-home {
    grid-auto-columns: 1fr;
  }

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

  .compass-north--oca {
    top: -2px;
    right: -2px;
  }

  .unit-detail-content {
    margin-top: 8px;
  }

  .avilable-block {
    margin-top: 2px;
    margin-right: 4px;
  }

  .text-block-2 {
    position: absolute;
    inset: 8px auto auto 8px;
  }

  .available-block {
    margin-top: 2px;
    margin-right: 4px;
  }

  .list-home-2 {
    grid-auto-columns: 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .div-home-data {
    height: auto;
  }

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

  .image-selector.stage.atapa-4 {
    font-size: 1.2em;
  }

  .card-wrap--bc2--br2 {
    height: 100%;
  }

  .div-home-data-2 {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 1.4rem;
  }

  .navbar--bbc1--br2--fc1.mobile {
    width: 15rem;
  }

  .pd1 {
    overflow: auto;
  }

  .container--bg2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .list-main--fc4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 72px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .list-home {
    overflow: auto;
  }

  .navlink.close {
    margin-top: 1em;
  }

  .owly--fc1 {
    display: none;
  }

  .content-home-wrap--pd2--br2 {
    width: 100%;
  }

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

  .h4-vh--fc1-unid--fs3--ff1--fc1 {
    font-size: 4vh;
  }

  .logo-main {
    justify-content: space-between;
  }

  .hide {
    display: none;
  }

  .navmobile-button {
    display: block;
  }

  .content-wrap--bbc1--br2.ancho {
    width: 100%;
  }

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

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

  .navbar-mobile-background--bbc1.pd1.show {
    display: block;
  }

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

  .image-selector.stage.etapa-3 {
    font-size: 2.1em;
  }

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

  .image-selector.stage.atapa-2 {
    margin-left: 33em;
    font-size: 1.94em;
  }

  .image-selector.stage.atapa-4 {
    font-size: 2.3em;
  }

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

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

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

  .tooltip-floor {
    margin-right: -9.5em;
    right: 3.4em;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .img-layout {
    width: 40%;
  }

  .product-viewer {
    font-size: 1.5vw;
  }

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

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

  .logo-main-2 {
    justify-content: space-between;
  }

  .paragraph--fs7-2--fc6--fw2 {
    font-size: 1.2vh;
  }

  .h4-vh--fc6 {
    font-size: 4vh;
  }

  .img-layout-2 {
    width: 35%;
  }

  .img-layout-2.k1a {
    width: 100%;
    height: 50%;
  }

  .h4-vh--fc1-2 {
    font-size: 4vh;
  }

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

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

  .h4-vh--ff2--fc1--fw3, .h4-vh--fc1-3 {
    font-size: 4vh;
  }

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

  .h4-vh--fc1-4, .h4-vh--fc2-2, .h4-vh--fc1 {
    font-size: 4vh;
  }

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

  .image-4 {
    display: none;
  }

  .svg-logo--fc1-2 {
    width: 10em;
  }

  .list-home-2 {
    overflow: auto;
  }

  .list-home-2.item-height {
    height: auto;
  }

  .grid-8 {
    width: 100%;
  }

  .content-home-3 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .card-belmonte--br1--bbc3 {
    max-width: 100%;
  }

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

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

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

@media screen and (max-width: 767px) {
  .styleguide_type_item--pb2-bw1b {
    grid-template-columns: 100%;
  }

  .button_main_wrap.br1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .container--bg2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .list-home {
    grid-template-columns: 1fr 1fr;
  }

  .h4-vh--fc1-unid--fs3--ff1--fc1 {
    font-size: 3vh;
  }

  .content-wrap--bbc1--br2.ancho {
    width: 80%;
    height: 80%;
  }

  .navbar-mobile-background--bbc1.pd1.show {
    display: block;
  }

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

  .gallery-item--br1--bw1--oc1 {
    height: 500px;
  }

  .gallery-item--br1--bw1--oc1.left {
    align-items: center;
    margin-left: 0;
  }

  .gallery-item--br1--bw1--oc1.rigth {
    align-items: center;
    margin-right: 0;
  }

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

  .image-selector.stage.etapa-3 {
    margin-right: 11.9em;
    font-size: 3em;
  }

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

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

  .image-selector.stage.atapa-4 {
    font-size: 3em;
  }

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

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

  .tooltip-floor {
    height: 5em;
    margin-right: -10.5em;
    right: 2.5em;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-html--fcoa {
    font-size: .8rem;
  }

  .gallery-grid-porcentanje {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .gallery-item--br1-2 {
    align-items: center;
    height: 500px;
    margin-left: 0;
  }

  .gallery-item--br1-2.left {
    justify-content: flex-end;
  }

  .gallery-item--br1-2.fondo {
    display: none;
  }

  .gallery-item--br1-2.rigth {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

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

  .grid {
    width: 100%;
  }

  .text-titulo {
    position: static;
  }

  .h4-vh--fc6, .h4-vh--fc1-2, .h4-vh--ff2--fc1--fw3, .h4-vh--fc1-3, .h4-vh--fc1-4 {
    font-size: 3vh;
  }

  .fs6--fw3--fc1-3.center.text-form {
    font-size: 1vh;
  }

  .h4-vh--fc2-2, .h4-vh--fc1 {
    font-size: 3vh;
  }

  .grid-8 {
    height: 100%;
  }

  .logo {
    width: 20em;
  }

  .gallery-item--br1 {
    height: 500px;
  }

  .paragraph--fs7-2--fc1--fw2-2.center.text-form-2 {
    font-size: 1vh;
  }

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

@media screen and (max-width: 479px) {
  .fs7-1--fw3--fc1.fw3 {
    white-space: nowrap;
  }

  .navbar--bbc1--br2--fc1 {
    display: none;
  }

  .navbar--bbc1--br2--fc1.mobile {
    inset: 0% 0% 0% auto;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .styleguide_hero_img--ab1 {
    height: 100%;
  }

  .styleguide_spacing_content {
    width: 100%;
  }

  .button_main_wrap.br1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

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

  .bg_wrap--ab1 {
    min-height: 100svh;
  }

  .container--bg2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-home--pd1 {
    height: auto;
    min-height: 98dvh;
    position: static;
  }

  .list-main--fc4 {
    grid-template-rows: 64px auto;
  }

  .list-home {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

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

  .navlink, .navlink.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navlink.hide {
    display: none;
  }

  .logo-wrap {
    justify-content: center;
    display: flex;
  }

  .owly--fc1 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .owly--fc1.mobile {
    width: 56px;
    height: 56px;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .is-icon {
    display: block;
  }

  .is-icon.big {
    font-size: 1.8rem;
  }

  .is-icon.small {
    font-size: 12px;
    display: block;
  }

  .owly-svg {
    height: 24px;
  }

  .list-companies {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .div-data {
    justify-content: flex-start;
  }

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

  .h4-vh--fc1-unid--fs3--ff1--fc1, .h4-vh--fc1-unid--fs3--ff1--fc1.titulo-datos {
    font-size: 2.5vh;
  }

  .main {
    overflow: hidden;
  }

  .img-banner--br2 {
    height: 16.7em;
  }

  .img-banner--br2.home {
    height: 100%;
  }

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

  .content-wrap--bbc1--br2 {
    overflow: hidden;
  }

  .div-submenu-title {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-subemnu-items--bbc1--br1--bw1--oc1 {
    padding-left: .3em;
    padding-right: .3em;
  }

  .inner-content.map.show {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    overflow: auto;
  }

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

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

  .navbar-mobile-background--bbc1 {
    z-index: 3;
    display: none;
    transform: translate(100vw);
  }

  .navbar-mobile-background--bbc1.show {
    z-index: 6;
    display: block;
    transform: translate(0);
  }

  .navbar-mobile-background--bbc1.pd1.show {
    position: absolute;
  }

  .close-navbar-mobile {
    position: absolute;
    inset: 0% 0% auto;
  }

  .gallery-grid.grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .gallery-item--br1--bw1--oc1 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .gallery-item--br1--bw1--oc1.img-slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
  }

  .gallery-item--br1--bw1--oc1.text-slider {
    height: 350px;
  }

  .gallery-item--br1--bw1--oc1.text-slider-dos {
    height: 224px;
  }

  .img-inpho-project {
    object-fit: contain;
    object-position: 0% 50%;
    height: 100%;
  }

  .image-selector {
    font-size: 3.3em;
  }

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

  .image-selector.stage.etapa-3 {
    margin-left: 13.7em;
    margin-right: 25em;
    font-size: 3.7em;
  }

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

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

  .image-selector.stage.atapa-2 {
    font-size: 3.3em;
  }

  .image-selector.stage.atapa-4 {
    margin-right: 4em;
    font-size: 3.7em;
  }

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

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

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

  .image-selector.ubi {
    font-size: 1.25em;
  }

  .tooltip-floor {
    height: 3.5em;
    margin-right: -14em;
    right: 9.9em;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .iframe-isometric {
    width: 100%;
  }

  .div-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 3em;
    position: relative;
  }

  .list-details {
    max-height: 220px;
  }

  .svg-logo--fc1.logos {
    width: 10em;
  }

  .img-layout {
    width: 80%;
    height: 100%;
  }

  .img-layout.plant-1h {
    width: 80%;
    margin-bottom: 6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .img-layout.plantas {
    object-fit: contain;
    width: 90%;
    margin-bottom: 0;
  }

  .img-layout.planta-l {
    object-fit: contain;
    width: 12em;
  }

  .img-layout.medidas {
    width: 12em;
  }

  .whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 5rem;
    right: 1rem;
  }

  .whatsapp:hover {
    color: #5fccc5;
  }

  .whatsapp.bc3--br3 {
    z-index: 5;
    bottom: 9.1rem;
  }

  .whatsapp.bc3--br3.navbar {
    position: absolute;
    inset: auto auto 1rem;
  }

  .text-html--fcoa {
    font-size: .5rem;
  }

  .road.right {
    inset: auto -3.3rem 45% auto;
    transform: rotate(90deg);
  }

  .road.left {
    transform: rotate(270deg);
  }

  .tooltip-typology--bbc1--br1 {
    transform: scale(.7);
  }

  .companies-groups {
    justify-content: center;
  }

  .content-home {
    overflow: visible;
  }

  .content-home.br2 {
    width: 100%;
    height: 100%;
  }

  .content-home.mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    height: auto;
    overflow: visible;
  }

  .div-block-5 {
    width: 100%;
    height: 48px;
    position: relative;
  }

  .product-viewer {
    font-size: 2vw;
  }

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

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 100%;
    display: flex;
    position: relative;
  }

  .gallery-grid-porcentanje {
    grid-row-gap: 0px;
  }

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

  .gallery-item--br1-2 {
    height: 500px;
  }

  .button-floating--bbc1--br1--bw1--oc1.ab-right-mid {
    max-width: 320px;
    margin-top: 20em;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 100%;
    display: flex;
    position: relative;
  }

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

  .owly--fc1-2 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .owly--fc1-2.mobile {
    width: 56px;
    height: 56px;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .navlink-2, .navlink-2.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .content-wrap--bbc1--br2-2 {
    margin-bottom: .5rem;
  }

  .grid {
    height: 100%;
    margin-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grite-item.button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .item-text-card {
    width: 260px;
  }

  .item-text-card.espacio {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grite-four {
    overflow: auto;
  }

  .text-titulo {
    position: static;
  }

  .paragraph--fs7-2--fc6--fw2 {
    font-size: 1.5vh;
  }

  .h4-vh--fc6 {
    font-size: 4vh;
  }

  .layout_full_content {
    grid-template-columns: 1fr;
    bottom: 4%;
  }

  .div-data-2 {
    justify-content: flex-start;
  }

  .grid-17 {
    display: none;
  }

  .icono-logo--fc6 {
    width: 10em;
  }

  .datos-unidad {
    height: 100%;
    margin-top: 1rem;
  }

  .img-layout-2 {
    width: 55%;
  }

  .img-layout-2.k1a {
    width: 100%;
    height: 40%;
  }

  .item-metros {
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .item-metros.hide-line {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h4-vh--fc1-2 {
    font-size: 4vh;
  }

  .h4-vh--fc1-2.text-mobile {
    font-size: 3.5vh;
  }

  .div-block-25 {
    width: 100%;
    height: 48px;
    position: relative;
  }

  .container-typologia {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    overflow: scroll;
  }

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

  .fs7-2--fw3--fc1.center.text-home {
    font-size: 1rem;
  }

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

  .gallery.img-slider {
    height: 100%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .top-card {
    height: 0;
  }

  .div-block-28, .div-block-29 {
    flex-flow: column;
  }

  .h4-vh--ff2--fc1--fw3 {
    font-size: 5vh;
  }

  .fs6--fw3--fc1 {
    display: block;
  }

  .caracteristicas {
    padding-bottom: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-31 {
    height: 100%;
    overflow: auto;
  }

  .div-block-33 {
    padding-bottom: 6rem;
  }

  .grid-20 {
    grid-template-columns: 1fr;
  }

  .h4-vh--fc1-3 {
    font-size: 5vh;
  }

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

  .fs7-3--fw3--fc1.fw3 {
    white-space: nowrap;
  }

  .div-home-data-2 {
    grid-template-columns: 1fr 1fr;
  }

  .h4-vh--fc1-4 {
    font-size: 5vh;
  }

  .content-home-2 {
    overflow: visible;
  }

  .div-data-3 {
    justify-content: flex-start;
  }

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

  .img-ubicacion-fc1 {
    width: 50%;
  }

  .tipo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
  }

  .layout_full_content-2 {
    grid-template-columns: 2.5fr;
    bottom: 8%;
  }

  .h4-vh--fc2-2 {
    font-size: 4vh;
  }

  .h4-vh--fc1 {
    font-size: 2.5vh;
  }

  .item-metros-2 {
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .datos-unidad-2 {
    max-width: 320px;
    height: 100%;
    margin-top: 1rem;
    margin-bottom: 3em;
  }

  .ubicacion {
    margin-bottom: 4em;
    margin-left: 1em;
  }

  .image-4 {
    width: 6em;
    display: block;
  }

  .ubicacion-2, .ubicacio-3, .ubicacio-4 {
    margin-bottom: 4em;
    margin-left: 1em;
  }

  .list-home-2 {
    grid-template-rows: auto auto 120px;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .grid-8 {
    padding-bottom: 2rem;
  }

  .content-home-3 {
    overflow: visible;
  }

  .grid-22 {
    margin-bottom: 3em;
  }

  .logo {
    width: 10em;
  }

  .h4-vh.fc1.ff1.fs4.texto-home {
    font-size: 2rem;
  }

  .gradient {
    background-image: linear-gradient(#fff0 24%, #000000e6);
  }

  .gallery-item--br1 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .paragraph--fc3--fw2 {
    font-size: 1.5vh;
  }

  .separacion {
    justify-content: center;
    align-items: center;
  }

  .imagen-proyecto.mobile-maps, .background-video-4 {
    display: none;
  }

  .lightbox-link-7.tooltip {
    margin-top: -25em;
  }

  .fs6--fw3--fc1-4 {
    display: block;
  }

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

  .background-video-5.mobile {
    width: 100%;
    height: 100%;
    display: block;
  }

  .map-mobile {
    height: 100%;
    display: block;
  }

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

  .separacion-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .separacion-3.hide {
    display: none;
  }

  .paragraph--fs7-2--fc1--fw2-2 {
    font-size: 1.5vh;
  }

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

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

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

  .div-block-85, .div-block-86, .div-block-87 {
    flex-flow: column;
  }
}

#w-node-a59f2f5a-184b-e9c5-bd3b-b3f7f4634859-af1ab577, #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7a4-cf6fb7a4, #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7a5-cf6fb7a4, #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7a7-cf6fb7a4, #w-node-_77697ffb-f981-94a8-bc0f-aec43c7c7079-af1ab5b5, #w-node-_77697ffb-f981-94a8-bc0f-aec43c7c7080-af1ab5b5, #w-node-da104012-320b-8446-fc4b-d6ee6068424d-af1ab5b5, #w-node-_617ea0a9-b218-9db7-5e81-d87819e5abce-af1ab5b5, #w-node-_0a4bd37c-b8eb-4db4-7aa8-9ae787ddfef5-af1ab5b5, #w-node-_0998b64e-fdfb-6b4e-df4c-7625cd5edadb-af1ab5b5, #w-node-_6703922b-0231-6950-6fe2-20f644e720bf-af1ab5b5, #w-node-_6703922b-0231-6950-6fe2-20f644e720bb-af1ab5b5, #w-node-_6703922b-0231-6950-6fe2-20f644e720c3-af1ab5b5, #w-node-_6703922b-0231-6950-6fe2-20f644e720c8-af1ab5b5, #w-node-_680792c2-1a79-a655-9c93-88456fba4299-af1ab5b5, #w-node-_680792c2-1a79-a655-9c93-88456fba429e-af1ab5b5, #w-node-_680792c2-1a79-a655-9c93-88456fba42a3-af1ab5b5, #w-node-_680792c2-1a79-a655-9c93-88456fba42a8-af1ab5b5, #w-node-_87db148f-2ca7-11ca-2866-8c645a083bb0-af1ab5b6, #w-node-_87db148f-2ca7-11ca-2866-8c645a083bb1-af1ab5b6, #w-node-_87db148f-2ca7-11ca-2866-8c645a083bdb-af1ab5b6, #w-node-_87db148f-2ca7-11ca-2866-8c645a083bdc-af1ab5b6, #w-node-c623e3b5-84fb-c112-f7cf-e323a5bd8d8f-af1ab5b6, #w-node-c623e3b5-84fb-c112-f7cf-e323a5bd8d90-af1ab5b6, #w-node-c623e3b5-84fb-c112-f7cf-e323a5bd8dae-af1ab5b6, #w-node-c623e3b5-84fb-c112-f7cf-e323a5bd8daf-af1ab5b6, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c0f-af1ab5b6, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c1a-af1ab5b6, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c2e-af1ab5b6, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c2f-af1ab5b6, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c5b-af1ab5b6, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c5c-af1ab5b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d08-77fe7d08, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d09-77fe7d08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d84f026c-77eb-be57-75ed-96873c7ce443-77fe7d08, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d0e-77fe7d08, #w-node-b38743fd-d89e-b9e4-9314-fd79220dce0d-77fe7d08, #w-node-b38743fd-d89e-b9e4-9314-fd79220dce0e-77fe7d08, #w-node-_1b4d5e20-aa21-f48b-7c55-f55ed517d27b-77fe7d08, #w-node-_1b4d5e20-aa21-f48b-7c55-f55ed517d27c-77fe7d08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ab3c965-e45d-b098-6d43-708731a7386e-77fe7d08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_89a9891d-3ee6-c5bd-a9b5-ff5a15c408d8-af1ab5bd, #w-node-_340dd001-37d3-525b-ee43-941c446ac9da-af1ab5bd, #w-node-_340dd001-37d3-525b-ee43-941c446ac9c0-af1ab5bd, #w-node-_340dd001-37d3-525b-ee43-941c446ac9b3-af1ab5bd, #w-node-_64ff30c5-aab8-db8f-a407-bd7dfbdf6603-af1ab5bd, #w-node-_1a9c9243-fa5f-41a5-58f4-49463148ec1f-af1ab5bd, #w-node-_0863400f-4363-f1e5-b59c-7540e3477ac3-af1ab5bd, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c206-af1ab5bd, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c208-af1ab5bd, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20a-af1ab5bd, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20c-af1ab5bd, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20e-af1ab5bd, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c210-af1ab5bd, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c212-af1ab5bd, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c214-af1ab5bd, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c216-af1ab5bd, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c218-af1ab5bd, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c21a-af1ab5bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79ec0898-3b79-880f-70e2-508ca4a36b6f-af1ab5d0, #w-node-_79ec0898-3b79-880f-70e2-508ca4a36b74-af1ab5d0, #w-node-_79ec0898-3b79-880f-70e2-508ca4a36b7b-af1ab5d0, #w-node-_79ec0898-3b79-880f-70e2-508ca4a36b80-af1ab5d0, #w-node-_79ec0898-3b79-880f-70e2-508ca4a36b85-af1ab5d0, #w-node-_79ec0898-3b79-880f-70e2-508ca4a36b8a-af1ab5d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_79ec0898-3b79-880f-70e2-508ca4a36b8f-af1ab5d0, #w-node-_79ec0898-3b79-880f-70e2-508ca4a36b90-af1ab5d0, #w-node-_937b2962-17c8-0c11-eabf-5c793cd50e6a-af1ab5d1, #w-node-_8e9ae8ac-d1f5-0689-894d-55570ed8adca-af1ab5d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db4b-af1ab5d3 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-af1ab5d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_862e949d-0961-5443-09ac-99461f752961-af1ab5d4, #w-node-f89bfa4b-4b27-ffc7-70f5-79e33afdd12b-af1ab5d4, #w-node-ded1dd03-52b3-a61e-b6a3-e41c3618546d-af1ab5d4, #w-node-_2f0482f4-d303-859b-6204-fd054a8fea9f-af1ab5d4, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf1b-af1ab5d4, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf22-af1ab5d4, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf29-af1ab5d4, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf30-af1ab5d4, #w-node-_14b7a568-df95-c57b-eb5c-49af6173b5ff-af1ab5d4, #w-node-_14b7a568-df95-c57b-eb5c-49af6173b614-af1ab5d4, #w-node-_851f311e-14b5-c3aa-41c1-cb354d76929c-af1ab5d4, #w-node-_851f311e-14b5-c3aa-41c1-cb354d7692a3-af1ab5d4, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada40827-af1ab5d4, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada4082e-af1ab5d4, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada40835-af1ab5d4, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada4083c-af1ab5d4, #w-node-b1d29cef-6398-ebf4-00fe-f0f20250a5fa-af1ab5d6, #w-node-b1d29cef-6398-ebf4-00fe-f0f20250a601-af1ab5d6, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23a9-af1ab5d6, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23b1-af1ab5d6, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23b9-af1ab5d6, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23c1-af1ab5d6, #w-node-bcd96ef1-454d-6bee-d81e-43680c9805ff-af1ab5d6, #w-node-db280d27-0a01-e8ea-abd3-542538337e3b-af1ab5d6, #w-node-_588c267e-f78d-8e57-58fe-d9da276415b6-af1ab5d6, #w-node-beab3c3a-bf67-45b9-7dbc-bb94e8e0897b-af1ab5d6, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb458-af1ab5d6, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb460-af1ab5d6, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb468-af1ab5d6, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb470-af1ab5d6, #w-node-_265b3891-2362-c7cd-a831-cdadbd211280-af1ab5d6, #w-node-_265b3891-2362-c7cd-a831-cdadbd211288-af1ab5d6, #w-node-_265b3891-2362-c7cd-a831-cdadbd211296-af1ab5d6, #w-node-_265b3891-2362-c7cd-a831-cdadbd2112a4-af1ab5d6, #w-node-ee03750d-98ba-9780-11c4-2594987e6758-af1ab5d6, #w-node-ee03750d-98ba-9780-11c4-2594987e6760-af1ab5d6, #w-node-ee03750d-98ba-9780-11c4-2594987e6768-af1ab5d6, #w-node-ee03750d-98ba-9780-11c4-2594987e6770-af1ab5d6, #w-node-c5e77e45-6330-3989-dff9-16d7860bd763-af1ab5d6, #w-node-_9fcf89a7-81ae-0ec3-2a5a-c861701f3ca7-af1ab5d6, #w-node-_15624a92-df93-70aa-62c5-63a4950beaa2-af1ab5d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db4b-af1ab5f1 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-af1ab5f1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db4b-af1ab5f2 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-af1ab5f2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db4b-af1ab5f3 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-af1ab5f3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db4b-af1ab5f4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-af1ab5f4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db4b-b13c23e4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-b13c23e4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db4b-b283deac {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-b283deac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_766ee846-48f0-bf23-b11c-0a7a586259d7-f9ff9e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6bc1ebb-f14d-3573-44c9-b30264d97479-c9b7da0c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d7bcfa5f-4fd9-e6ad-5b7a-d19025859267-c9b7da0c {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_4f157464-7302-3f54-e926-c5055b9f130c-f77f93f4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7a4-cf6fb7a4, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d09-77fe7d08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cfd4516a-5421-c723-2dd1-b513636d0fa8-af1ab577 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a59f2f5a-184b-e9c5-bd3b-b3f7f463485a-af1ab577 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7b0-cf6fb7a4, #w-node-_766ee846-48f0-bf23-b11c-0a7a586259d3-af1ab5b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_722f66ab-7e98-718a-9699-7a32d2380db6-af1ab5b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_722f66ab-7e98-718a-9699-7a32d2380de9-af1ab5b7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_79ec0898-3b79-880f-70e2-508ca4a36b6f-af1ab5d0, #w-node-_79ec0898-3b79-880f-70e2-508ca4a36b74-af1ab5d0, #w-node-_79ec0898-3b79-880f-70e2-508ca4a36b7b-af1ab5d0, #w-node-_79ec0898-3b79-880f-70e2-508ca4a36b80-af1ab5d0, #w-node-_79ec0898-3b79-880f-70e2-508ca4a36b85-af1ab5d0, #w-node-_79ec0898-3b79-880f-70e2-508ca4a36b8a-af1ab5d0, #w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-af1ab5d3, #w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-af1ab5f1, #w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-af1ab5f2, #w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-af1ab5f3, #w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-af1ab5f4, #w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-b13c23e4, #w-node-_7fbbd8e3-b9d0-54de-0fa8-18568fe9db50-b283deac {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_766ee846-48f0-bf23-b11c-0a7a586259d3-f9ff9e6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_722f66ab-7e98-718a-9699-7a32d2380db6-f9ff9e6a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_722f66ab-7e98-718a-9699-7a32d2380de9-f9ff9e6a {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-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 Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ICONS-REGULAR';
  src: url('../fonts/MaterialIcons-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ICONS-ROUND';
  src: url('../fonts/MaterialIconsRound-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ICONS-OUTLINED';
  src: url('../fonts/MaterialIconsOutlined-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aurea';
  src: url('../fonts/Aurea-V13-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fromage Alt';
  src: url('../fonts/Fromage-Alt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amoura Rosbele';
  src: url('../fonts/Amoura-Rosbele.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}