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

:root {
  --md1--bbc1: var(--colors--cb3);
  --colors--cb1: #273429;
  --colors--cb2: #647167;
  --colors--cb3: #eaffee;
  --colors--cb4: #fff;
  --colors--ca1: #7e9899;
  --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-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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--fc1 {
  text-align: left;
  font-size: 2vh;
}

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

.fs6--fw3--fc1.center.text-form {
  font-size: 3vh;
}

.fs6--fw3--fc1.center.text-form.thanks {
  font-size: 5vh;
}

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

.fs6--fw3--fc1.text-home.center.hide {
  display: none;
}

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

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

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

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

.pd1 {
  position: relative;
}

.pd1.hide {
  display: none;
}

.pd2.form {
  padding-top: 0;
  padding-bottom: 0;
}

.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(16px);
  object-position: 50% 0%;
  display: none;
  inset: 0%;
}

.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;
  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: left;
  width: 80%;
  height: 2em;
}

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

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

.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: .9rem 1.6rem;
  line-height: 1;
  display: inline-block;
}

.button_main_wrap.bbca {
  width: 100%;
}

.button_main_wrap.hide {
  display: none;
}

.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: 100vw;
  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: 100svh;
  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 min-content;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.list-home.item-height {
  grid-template-rows: 1fr;
  height: 90%;
}

.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: 5rem;
  display: flex;
  position: relative;
}

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

.owly--fc1.hide {
  display: none;
}

.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-3--fw30--fc1 {
  text-align: center;
}

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

.list-companies.logos {
  grid-template-columns: 1fr 1fr 1fr;
}

.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;
  justify-content: space-between;
}

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

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

.paragraph--fs7-2--fc1--fw2 {
  text-align: center;
  font-size: 1rem;
}

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

.paragraph--fs7-2--fc1--fw2.center.hide {
  display: none;
}

.paragraph--fs7-2--fc1--fw2.center.text-form-2 {
  font-size: 1.1rem;
}

.paragraph--fs7-2--fc1--fw2.center.text-form-2.thanks {
  width: 50%;
  font-size: 1rem;
}

.paragraph--fs7-2--fc1--fw2.fs7-3.center {
  font-size: 1.2vh;
}

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

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

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

.h4-vh--fc1.text-home {
  font-size: 5vh;
}

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

.logo-main {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.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 {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.nav-content.inner.show.top {
  margin-bottom: 15em;
  top: auto;
  left: 0%;
  right: 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 {
  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.inner.active-button._300 {
  margin-top: 29.5em;
  margin-left: 54.8em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-link-content.inner.active-button.cerrar {
  margin-top: 1em;
  margin-right: 1em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link-content.inner.active-button.btn-c {
  position: absolute;
  inset: 1% 1% auto auto;
}

.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;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: absolute;
  transform: translate(0, 100vh);
}

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

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

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

.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.hide {
  display: none;
}

.gallery-grid.grite {
  grid-template-rows: auto auto auto;
}

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

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

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

.gallery-item--br1.hide {
  display: none;
}

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

.img-inpho-project {
  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-6 {
  width: 24em;
  margin-top: 15.5em;
  margin-left: 28.2em;
}

.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 {
  margin-top: 12.2em;
  margin-left: 16.1em;
}

.floor-mask.piso-15 {
  margin-top: 13.8em;
  margin-left: 16.1em;
}

.floor-mask.piso-14 {
  margin-top: 15.4em;
  margin-left: 16.1em;
}

.floor-mask.piso-13 {
  margin-top: 16.9em;
  margin-left: 16.1em;
}

.floor-mask.piso-12 {
  margin-top: 18.5em;
  margin-left: 16.1em;
}

.floor-mask.piso-11 {
  margin-top: 21.6em;
  margin-left: 16.1em;
}

.floor-mask.piso-8 {
  width: 24em;
  margin-top: 8.9em;
  margin-left: 28.1em;
}

.floor-mask.piso-7 {
  width: 24em;
  margin-top: 12.6em;
  margin-left: 28.2em;
}

.floor-mask.piso-5 {
  width: 24em;
  margin-top: 19.5em;
  margin-left: 28.2em;
}

.floor-mask.piso-4 {
  width: 24em;
  margin-top: 23.4em;
  margin-left: 28.1em;
}

.floor-mask.piso-3 {
  width: 23.8em;
  margin-top: 26.2em;
  margin-left: 28.3em;
}

.floor-mask.piso-2 {
  width: 24.9em;
  margin-top: 29.8em;
  margin-left: 27.8em;
}

.floor-mask.piso-1 {
  width: 24.4em;
  margin-top: 33.9em;
  margin-left: 27.7em;
}

.floor-mask.piso-9 {
  width: 24.5em;
  margin-top: 6.4em;
  margin-left: 27.7em;
}

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

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

.select-image.layout {
  z-index: auto;
  width: 80em;
}

.select-image.layout.hide {
  display: none;
}

.html-svg {
  width: 100%;
}

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

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

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

.tooltip-building {
  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-building.show {
  opacity: 1;
  font-size: 1.9em;
}

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

.unit-detail.current {
  justify-content: center;
  align-items: stretch;
  width: 300px;
  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.whithe {
  color: #fff;
}

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

.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 {
  width: 10em;
}

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

.svg-logo--fc1.logo-5 {
  width: 14em;
}

.svg-logo--fc1.logo-3 {
  width: 12.2em;
}

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

.svg-logo--fc1.logo-2 {
  width: 19em;
}

.svg-logo--fc1.logo-equipo {
  width: 5.9em;
  height: auto;
}

.svg-logo--fc1.logo-equipo-2 {
  width: 6.9em;
}

.svg-logo--fc1.logo-equipo-3 {
  width: 4.2em;
}

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

.svg-logo--fc1.owly {
  width: 12em;
}

.img-layout {
  width: 14%;
}

.img-layout.mobile, .img-layout.k1a, .img-layout.k1b, .img-layout.k1c, .img-layout.unidad {
  width: 100%;
  height: 100%;
}

.html-embed {
  position: static;
}

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

.content-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  transform: scale(.8);
}

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

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

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

.checkbox {
  margin-top: 0;
}

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

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

.whatsapp.bc3--br3.wh {
  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: 13.2em;
  margin-top: 1em;
  margin-left: 1em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.typology-mask.lobby {
  justify-content: center;
  align-items: center;
  width: 5.7em;
  margin-top: 19.6em;
  margin-left: 37.1em;
  display: flex;
}

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

.typology-mask._313 {
  width: 2.9em;
  margin-top: 13.9em;
  margin-left: 27.2em;
}

.typology-mask._314 {
  justify-content: center;
  align-items: center;
  width: 2.9em;
  margin-top: 13.9em;
  margin-left: 30.2em;
  display: flex;
}

.typology-mask._315 {
  width: 3em;
  margin-top: 13.9em;
  margin-left: 33.3em;
}

.typology-mask._316 {
  width: 2.7em;
  margin-top: 9em;
  margin-left: 36.3em;
}

.typology-mask._301 {
  width: 2.6em;
  margin-top: 9.4em;
  margin-left: 41.8em;
}

.typology-mask._317 {
  width: 2.6em;
  margin-top: 8.8em;
  margin-left: 39.1em;
}

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

.typology-mask.coworking {
  width: 8.6em;
  margin-top: 19.6em;
  margin-left: 43em;
}

.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._302 {
  width: 2.6em;
  margin-top: 9.4em;
  margin-left: 44.5em;
}

.typology-mask._303 {
  width: 2.55em;
  margin-top: 8.9em;
  margin-left: 47.4em;
}

.typology-mask._304 {
  width: 2.7em;
  margin-top: 9em;
  margin-left: 50em;
}

.typology-mask._110 {
  width: 3.3em;
  margin-top: 21.1em;
  margin-left: 27.1em;
}

.typology-mask._111 {
  width: 3.1em;
  margin-top: 21.1em;
  margin-left: 30.4em;
}

.typology-mask._112 {
  width: 3.1em;
  margin-top: 21.1em;
  margin-left: 33.6em;
}

.typology-mask._113 {
  width: 3.2em;
  margin-top: 21.1em;
  margin-left: 36.8em;
}

.typology-mask._114 {
  width: 3.1em;
  margin-top: 21.1em;
  margin-left: 40em;
}

.typology-mask._115 {
  width: 3.1em;
  margin-top: 21.1em;
  margin-left: 43.15em;
}

.typology-mask._116 {
  width: 3.2em;
  margin-top: 21.1em;
  margin-left: 46.3em;
}

.typology-mask._117 {
  width: 3.2em;
  margin-top: 21.1em;
  margin-left: 49.55em;
}

.typology-mask._312 {
  width: 3.1em;
  margin-top: 21em;
  margin-left: 27.1em;
}

.typology-mask._311 {
  width: 3.1em;
  margin-top: 21em;
  margin-left: 30.3em;
}

.typology-mask._310 {
  width: 3em;
  margin-top: 21em;
  margin-left: 33.63em;
}

.typology-mask._309 {
  width: 3.1em;
  margin-top: 21em;
  margin-left: 36.8em;
}

.typology-mask._308 {
  width: 3.1em;
  margin-top: 21em;
  margin-left: 40em;
}

.typology-mask._307 {
  width: 3.1em;
  margin-top: 21em;
  margin-left: 43.1em;
}

.typology-mask._306 {
  width: 3.1em;
  margin-top: 21em;
  margin-left: 46.34em;
}

.typology-mask._305 {
  width: 3.1em;
  margin-top: 21em;
  margin-left: 49.55em;
}

.typology-mask.bbq {
  width: 7.4em;
  margin-top: 14.6em;
  margin-left: 27.5em;
}

.typology-mask.comercio {
  width: 2.8em;
  margin-top: 16.3em;
  margin-left: 40.9em;
}

.typology-mask.gym {
  width: 15.4em;
  margin-top: 9.7em;
  margin-left: 37em;
}

.typology-mask.bici {
  width: 4em;
  margin-top: .1em;
  margin-left: 50em;
}

.typology-mask.vista {
  width: auto;
  margin-top: 30.5em;
  margin-left: 49.8em;
}

.typology-mask.vista.active-button {
  z-index: 10;
}

.typology-mask.bano {
  width: 2.9em;
  margin-top: 16.1em;
  margin-left: 45.2em;
}

.typology-mask.pet {
  width: 3em;
  margin-top: 16.2em;
  margin-left: 40.9em;
}

.html-typology {
  opacity: .5;
  display: block;
}

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

.html-typology.danger {
  background-color: #882727;
}

.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: none;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(16deg);
}

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

.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--bbc3--br1 {
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  transform: scale(.8);
}

.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: space-between;
  align-items: center;
}

.content-home {
  flex-direction: column;
  justify-content: center;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  overflow: hidden;
}

.content-home.br2.hide {
  display: none;
}

.content-home.mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.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%;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #616161;
  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 {
  width: 2rem;
  height: 2rem;
  box-shadow: none;
  background-image: none;
  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%;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #b54240;
  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 {
  width: 80%;
  display: flex;
}

.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, .slide-4 {
  background-image: url('../images/FACHADA-KASA.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: center;
  font-size: 1.6vh;
}

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

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

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

.button-floating--bbc1--br1-2 {
  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-2.ab-right-mid {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  max-width: 48px;
  max-height: 400px;
  inset: 20% 0% auto auto;
  overflow: auto;
}

.button-floating--bbc1--br1-2.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;
}

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

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

.svg-background-3 {
  filter: blur(21px);
  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;
}

.availability-dot.hide {
  display: none;
}

.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: 3%;
  grid-row-gap: 3%;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  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%;
}

.availability-steps.hide {
  display: none;
}

.image-2 {
  height: 100%;
}

.div-block-21 {
  background-image: linear-gradient(#fff0 43%, #0b0e0dc2 85%), url('../images/FACHADA-KASA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.layout_full_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 7%;
}

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

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

.slide-5, .slide-6 {
  background-image: url('../images/FACHADA-KASA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tooltip.hide {
  display: none;
}

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

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

.grid.hide {
  display: none;
}

.informacion-item--br1--bbc3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: 100%;
  max-height: 250px;
  padding: 1rem;
  display: flex;
}

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

.grid-3 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: min-content min-content min-content min-content min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
}

.grid-4 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: min-content min-content min-content min-content min-content auto;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

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

.grid-img {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
}

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

.image-mobile {
  display: none;
}

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

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

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

.item-metros {
  border-right: 1px solid #eee4d8;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.datos-unidad {
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.div-block-24, .div-block-25, .div-block-26, .div-block-27, .div-block-28, .div-block-29 {
  margin-bottom: 1rem;
}

.bbc1--br1 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 8.5%;
}

.legal-imagen--fc1 {
  text-align: center;
  font-size: .8rem;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

.div-block-30 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.btn-legal {
  position: fixed;
}

.btn-legal.bc3--br3 {
  z-index: 7;
  width: 50px;
  height: 50px;
  padding: 14px;
  bottom: 1.5rem;
  right: 5.1rem;
}

.legales {
  z-index: 7;
  position: fixed;
  bottom: 1.5rem;
  right: 5.4rem;
}

.legales.active-button.tooltip {
  z-index: 5;
}

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

.image-4 {
  border-radius: 16px;
  height: 100%;
}

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

.paragraph--fc2--fw2.center {
  text-align: center;
}

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

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

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

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

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

.btn-vista {
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-vista._200 {
  margin-top: 30.4em;
  margin-left: 49.7em;
}

.btn-vista._300 {
  margin-top: 29.5em;
  margin-left: 54.8em;
}

.btn-vista._400, .btn-vista._500, .btn-vista._600, .btn-vista._700, .btn-vista._800 {
  margin-top: 30.4em;
  margin-left: 49.7em;
}

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

.grid-8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
}

.parrafos--fs7-2--fc1 {
  text-align: justify;
}

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 65%;
  display: flex;
}

.legal-p--fs7-3--fw1--fc1 {
  transform: scale(.8);
}

.svg {
  width: 1.3em;
}

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

.svg-2 {
  width: 1.6em;
}

.svg-3, .svg-4 {
  width: 1.3em;
}

.div-block-33 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.image-5 {
  object-fit: contain;
  width: 15px;
}

.div-text {
  width: 100%;
}

.legal-plant--fs7-3--fw1--fc1 {
  transform: scale(.8);
}

.planta-k1a {
  flex-flow: column;
  width: 25%;
  height: 80%;
  display: flex;
}

.icon {
  object-fit: contain;
  width: 15px;
}

.text-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
}

.container-icon {
  width: auto;
}

.container-text-icon {
  width: 100%;
}

.div-block-35 {
  width: 90%;
}

.planta-k1b {
  flex-flow: column;
  width: 27%;
  height: 75%;
  display: flex;
}

.planta-k1c {
  flex-flow: column;
  width: 25%;
  height: 75%;
  display: flex;
}

.planta-k2a, .planta-k2b, .planta-k2c {
  flex-flow: column;
  width: 24%;
  height: 85%;
  display: flex;
}

.svg-5 {
  display: none;
}

.div-block-36, .cerrar-vista.active-button {
  position: absolute;
  inset: 1% 1% auto auto;
}

.form-block {
  margin-bottom: 0;
}

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

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

.countrycode {
  color: red;
  width: 100%;
}

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

.div-block-38 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
}

.video-kasa {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 848px;
}

.video {
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 848px;
}

.svg-6 {
  width: 80px;
  height: 60px;
}

.logo--fc1 {
  width: 5.5em;
}

.logo--fc1.logo-home {
  width: 8em;
}

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

.code-embed-2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 410px;
  height: 100%;
  padding: 1em;
  display: flex;
}

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

.div-block-41 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.div-block-42 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

@media screen and (min-width: 1280px) {
  .fs6--fw3--fc1.ab1.margin {
    margin-top: 8px;
    margin-left: 8px;
  }

  .fs6--fw3--fc1.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;
  }
}

@media screen and (min-width: 1920px) {
  .div-home-data {
    height: auto;
  }

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

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 1.4rem;
  }

  .navbar--bbc1--br2--fc1.mobile {
    width: 15rem;
  }

  .container--bg2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-home--pd1 {
    height: auto;
    min-height: 100dvh;
  }

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

  .list-companies {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content-home-wrap--pd2--br2 {
    width: 100%;
  }

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

  .h4-vh--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 {
    flex-direction: row;
    align-items: center;
  }

  .navbar-mobile-background--bbc1.pd1 {
    z-index: 8;
  }

  .navbar-mobile-background--bbc1.pd1.show {
    display: block;
  }

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

  .tooltip-building {
    margin-right: -9.5em;
    right: 3.4em;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .img-layout {
    width: 35%;
  }

  .img-layout.mobile {
    width: 100%;
    height: 50%;
  }

  .img-layout.k1a {
    width: 100%;
    height: 70%;
  }

  .img-layout.k1b, .img-layout.k1c {
    width: 100%;
    height: 50%;
  }

  .companies-groups {
    margin-top: 1em;
  }

  .content-home {
    padding-left: 0;
    padding-right: 0;
  }

  .product-viewer {
    font-size: 1.5vw;
  }

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

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

  .logo-main-2 {
    justify-content: space-between;
  }

  .informacion-item--br1--bbc3 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-mobile {
    display: none;
  }

  .container-typologia {
    flex-flow: row;
  }

  .bbc1--br1 {
    bottom: 16%;
  }

  .legal-imagen--fc1 {
    font-size: .7rem;
  }

  .grid-6 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

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

  .h4-vh--fc1-2 {
    font-size: 4vh;
  }

  .grid-8 {
    width: 100%;
  }

  .planta-k1a {
    width: 100%;
    height: 50%;
  }

  .div-block-35 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .planta-k1b, .planta-k1c, .planta-k2a, .planta-k2b, .planta-k2c {
    width: 100%;
  }

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

  .video-kasa {
    min-height: 635px;
  }

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

@media screen and (max-width: 767px) {
  .fs6--fw3--fc1.center.text-form {
    font-size: 1vh;
  }

  .styleguide_type_item--pb2-bw1b {
    grid-template-columns: 100%;
  }

  .form_main_field--fs7-2-fc1-bw1b.center {
    font-size: .5rem;
  }

  .container--bg2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-home--pd1 {
    height: auto;
    min-height: 100dvh;
  }

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

  .paragraph--fs7-2--fc1--fw2.center.text-form-2 {
    font-size: 1vh;
  }

  .paragraph--fs7-2--fc1--fw2.fs7-3.center.legal-form {
    font-size: .8vh;
  }

  .h4-vh--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 {
    height: 500px;
  }

  .gallery-item--br1.left {
    align-items: center;
    margin-left: 0;
  }

  .gallery-item--br1.rigth {
    align-items: center;
    margin-right: 0;
  }

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

  .tooltip-building {
    height: 5em;
    margin-right: -10.5em;
    right: 2.5em;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-layout.mobile {
    height: 60%;
  }

  .img-layout.k1b {
    height: 65%;
  }

  .img-layout.k1c {
    height: 64%;
  }

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

  .informacion-item--br1--bbc3 {
    margin-left: auto;
    margin-right: auto;
  }

  .h4-vh--fc1-2 {
    font-size: 3vh;
  }

  .grid-8 {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .fs6--fw3--fc1.center {
    font-size: 1.8vh;
  }

  .fs7-2--fw3--fc6.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_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: 100dvh;
    position: static;
  }

  .list-main--fc4 {
    grid-template-rows: 64px auto;
  }

  .list-home {
    grid-template-rows: auto auto 120px;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .navlink, .navlink.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-wrap {
    justify-content: center;
    width: 80px;
    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 auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-data {
    justify-content: flex-start;
  }

  .paragraph--fs7-2--fc1--fw2 {
    font-size: 1.5vh;
  }

  .h4-vh--fc1 {
    font-size: 4vh;
  }

  .h4-vh--fc1.text-mobile {
    font-size: 3.5vh;
  }

  .main {
    overflow: hidden;
  }

  .img-banner--br2 {
    height: 16.7em;
  }

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

  .content-wrap--bbc1--br2 {
    margin-bottom: .5rem;
  }

  .div-submenu-title {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .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 {
    z-index: 8;
    position: absolute;
  }

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

  .img-inpho-project {
    object-position: 0% 50%;
    height: 100%;
  }

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

  .image-selector {
    font-size: 3.3em;
  }

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

  .tooltip-building {
    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;
    height: 100%;
    position: relative;
  }

  .list-details {
    max-height: 220px;
  }

  .img-layout {
    width: 55%;
  }

  .img-layout.mobile, .img-layout.k1a, .img-layout.k1b, .img-layout.k1c {
    width: 100%;
    height: 60%;
  }

  .content-form {
    transform: scale(1);
  }

  .whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 5rem;
    right: 1rem;
  }

  .whatsapp:hover {
    color: #5fccc5;
  }

  .whatsapp.bc3--br3 {
    z-index: 5;
  }

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

  .content-home {
    overflow: visible;
  }

  .content-home.mobile {
    height: auto;
  }

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

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

  .div-block-21 {
    background-image: linear-gradient(#fff0 26%, #0b0e0dc2 85%), url('../images/FACHADA-KASA.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .layout_full_content {
    bottom: 17%;
  }

  .informacion-item--br1--bbc3 {
    max-width: 80%;
  }

  .grid-3 {
    margin-top: 1rem;
  }

  .grid-4 {
    margin-bottom: 5rem;
  }

  .image-mobile {
    object-fit: contain;
    display: inline-flex;
  }

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

  .item-metros {
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .item-metros.hide-line {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-24, .div-block-25, .div-block-26, .div-block-27, .div-block-28, .div-block-29 {
    margin-bottom: .5rem;
  }

  .bbc1--br1 {
    bottom: 20%;
  }

  .legal-imagen--fc1 {
    font-size: .7rem;
  }

  .grid-6 {
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-7 {
    justify-content: center;
    align-items: center;
  }

  .div-block-30 {
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .legales.active-button {
    bottom: 5rem;
  }

  .legales.active-button.tooltip {
    right: 4.5rem;
  }

  .paragraph--fc2--fw2 {
    font-size: 1.5vh;
  }

  .fs7-3--fw3--fc1.fw3 {
    white-space: nowrap;
  }

  .h4-vh--fc1-2 {
    font-size: 5vh;
  }

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

  .grid-8 {
    padding-bottom: 2rem;
  }

  .legal-plant--fs7-3--fw1--fc1 {
    transform: scale(.8);
  }

  .planta-k1a {
    height: 45%;
  }

  .div-block-35 {
    width: 100%;
    margin-left: -2rem;
    transform: scale(.7);
  }

  .planta-k1b, .planta-k1c, .planta-k2a, .planta-k2b, .planta-k2c {
    height: 45%;
  }

  .font-small--fs7--fw3--fc1.text-mobile {
    font-size: .8rem;
  }
}

#w-node-c53aa9cc-8760-3b35-0088-111c76ab3ffe-382264a2, #w-node-_6174f975-1d7a-5aaf-0c61-13a88515cafa-382264a2, #w-node-_5da5fa5a-fae0-8b0a-3f58-efe97b7df536-382264a2 {
  place-self: center;
}

#w-node-c7be094d-d7de-7fef-9314-9735cf6fb7a4-cf6fb7a4, #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7a7-cf6fb7a4, #w-node-_77697ffb-f981-94a8-bc0f-aec43c7c7079-382264ac, #w-node-_77697ffb-f981-94a8-bc0f-aec43c7c7080-382264ac, #w-node-da104012-320b-8446-fc4b-d6ee6068424d-382264ac, #w-node-_617ea0a9-b218-9db7-5e81-d87819e5abce-382264ac, #w-node-_0a4bd37c-b8eb-4db4-7aa8-9ae787ddfef5-382264ac, #w-node-_0998b64e-fdfb-6b4e-df4c-7625cd5edadb-382264ac, #w-node-_6703922b-0231-6950-6fe2-20f644e720bf-382264ac, #w-node-_6703922b-0231-6950-6fe2-20f644e720bb-382264ac, #w-node-_6703922b-0231-6950-6fe2-20f644e720c3-382264ac, #w-node-_6703922b-0231-6950-6fe2-20f644e720c8-382264ac, #w-node-_680792c2-1a79-a655-9c93-88456fba4299-382264ac, #w-node-_680792c2-1a79-a655-9c93-88456fba429e-382264ac, #w-node-_680792c2-1a79-a655-9c93-88456fba42a3-382264ac, #w-node-_680792c2-1a79-a655-9c93-88456fba42a8-382264ac, #w-node-_87db148f-2ca7-11ca-2866-8c645a083bb0-382264ad, #w-node-_87db148f-2ca7-11ca-2866-8c645a083bb1-382264ad, #w-node-_87db148f-2ca7-11ca-2866-8c645a083bdb-382264ad, #w-node-_87db148f-2ca7-11ca-2866-8c645a083bdc-382264ad, #w-node-c623e3b5-84fb-c112-f7cf-e323a5bd8d8f-382264ad, #w-node-c623e3b5-84fb-c112-f7cf-e323a5bd8d90-382264ad, #w-node-c623e3b5-84fb-c112-f7cf-e323a5bd8dae-382264ad, #w-node-c623e3b5-84fb-c112-f7cf-e323a5bd8daf-382264ad, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c0f-382264ad, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c1a-382264ad, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c2e-382264ad, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c2f-382264ad, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c5b-382264ad, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c5c-382264ad {
  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-_0867f60f-50de-3fc7-1c30-c3174ea09c3f-77fe7d08, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d10-77fe7d08, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d23-77fe7d08, #w-node-_762da7e0-d30f-f7dd-3d24-fdb4d4c56c41-77fe7d08, #w-node-_762da7e0-d30f-f7dd-3d24-fdb4d4c56c42-77fe7d08, #w-node-_762da7e0-d30f-f7dd-3d24-fdb4d4c56c44-77fe7d08, #w-node-_9b062697-ee42-18e9-e3ec-adfbdb0c28de-77fe7d08, #w-node-_9b062697-ee42-18e9-e3ec-adfbdb0c28df-77fe7d08, #w-node-_9b062697-ee42-18e9-e3ec-adfbdb0c28e1-77fe7d08, #w-node-_17cee7cd-54d8-8b7a-b6de-fe2b758cc86d-77fe7d08, #w-node-_17cee7cd-54d8-8b7a-b6de-fe2b758cc86e-77fe7d08, #w-node-_17cee7cd-54d8-8b7a-b6de-fe2b758cc870-77fe7d08, #w-node-_710139fd-364d-4573-e2de-762df02cd481-77fe7d08, #w-node-_710139fd-364d-4573-e2de-762df02cd482-77fe7d08, #w-node-_710139fd-364d-4573-e2de-762df02cd484-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: auto;
}

#w-node-_89a9891d-3ee6-c5bd-a9b5-ff5a15c408d8-382264bc, #w-node-_340dd001-37d3-525b-ee43-941c446ac9da-382264bc, #w-node-_340dd001-37d3-525b-ee43-941c446ac9c0-382264bc, #w-node-_340dd001-37d3-525b-ee43-941c446ac9b3-382264bc, #w-node-_64ff30c5-aab8-db8f-a407-bd7dfbdf6603-382264bc, #w-node-_1a9c9243-fa5f-41a5-58f4-49463148ec1f-382264bc, #w-node-_0863400f-4363-f1e5-b59c-7540e3477ac3-382264bc, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c206-382264bc, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c208-382264bc, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20a-382264bc, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20c-382264bc, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20e-382264bc, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c210-382264bc, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c212-382264bc, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c214-382264bc, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c216-382264bc, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c218-382264bc, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c21a-382264bc, #w-node-_937b2962-17c8-0c11-eabf-5c793cd50e6a-382264c3, #w-node-_8e9ae8ac-d1f5-0689-894d-55570ed8adca-382264c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea13f2ca-c738-846d-b36d-7b08fb4daff6-382264c6 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-def8ae2a-9cc3-ebee-b419-ddc28fc9de5d-382264c6, #w-node-_6363abce-ddfb-b7fb-4637-06c40ad18919-382264c6, #w-node-e4746441-d636-ce6a-e2e9-63ce5849a469-382264c6, #w-node-_4a0dfd07-092d-95f2-2b48-ef66750d4ba4-382264c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02531281-bd1e-7042-2f40-f880da0bc8e7-382264c7 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_02531281-bd1e-7042-2f40-f880da0bc8ea-382264c7, #w-node-_02531281-bd1e-7042-2f40-f880da0bc8f0-382264c7, #w-node-_02531281-bd1e-7042-2f40-f880da0bc8f6-382264c7, #w-node-_02531281-bd1e-7042-2f40-f880da0bc8fc-382264c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0fc526b3-c068-7544-62ee-147db0e64989-382264e9 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0fc526b3-c068-7544-62ee-147db0e6498c-382264e9, #w-node-_0fc526b3-c068-7544-62ee-147db0e64992-382264e9, #w-node-_0fc526b3-c068-7544-62ee-147db0e64998-382264e9, #w-node-_0fc526b3-c068-7544-62ee-147db0e6499e-382264e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_862e949d-0961-5443-09ac-99461f752961-3822650d, #w-node-f89bfa4b-4b27-ffc7-70f5-79e33afdd12b-3822650d, #w-node-ded1dd03-52b3-a61e-b6a3-e41c3618546d-3822650d, #w-node-_2f0482f4-d303-859b-6204-fd054a8fea9f-3822650d, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf1b-3822650d, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf22-3822650d, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf29-3822650d, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf30-3822650d, #w-node-_14b7a568-df95-c57b-eb5c-49af6173b5ff-3822650d, #w-node-_14b7a568-df95-c57b-eb5c-49af6173b614-3822650d, #w-node-_851f311e-14b5-c3aa-41c1-cb354d76929c-3822650d, #w-node-_851f311e-14b5-c3aa-41c1-cb354d7692a3-3822650d, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada40827-3822650d, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada4082e-3822650d, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada40835-3822650d, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada4083c-3822650d, #w-node-b1d29cef-6398-ebf4-00fe-f0f20250a5fa-38226510, #w-node-b1d29cef-6398-ebf4-00fe-f0f20250a601-38226510, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23a9-38226510, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23b1-38226510, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23b9-38226510, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23c1-38226510, #w-node-bcd96ef1-454d-6bee-d81e-43680c9805ff-38226510, #w-node-db280d27-0a01-e8ea-abd3-542538337e3b-38226510, #w-node-_588c267e-f78d-8e57-58fe-d9da276415b6-38226510, #w-node-beab3c3a-bf67-45b9-7dbc-bb94e8e0897b-38226510, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb458-38226510, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb460-38226510, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb468-38226510, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb470-38226510, #w-node-_265b3891-2362-c7cd-a831-cdadbd211280-38226510, #w-node-_265b3891-2362-c7cd-a831-cdadbd211288-38226510, #w-node-_265b3891-2362-c7cd-a831-cdadbd211296-38226510, #w-node-_265b3891-2362-c7cd-a831-cdadbd2112a4-38226510, #w-node-ee03750d-98ba-9780-11c4-2594987e6758-38226510, #w-node-ee03750d-98ba-9780-11c4-2594987e6760-38226510, #w-node-ee03750d-98ba-9780-11c4-2594987e6768-38226510, #w-node-ee03750d-98ba-9780-11c4-2594987e6770-38226510, #w-node-c5e77e45-6330-3989-dff9-16d7860bd763-38226510, #w-node-_9fcf89a7-81ae-0ec3-2a5a-c861701f3ca7-38226510, #w-node-_15624a92-df93-70aa-62c5-63a4950beaa2-38226510 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_914792cf-128f-7e11-a64d-f990f6a4546c-16a9a2a0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_914792cf-128f-7e11-a64d-f990f6a4546f-16a9a2a0, #w-node-_914792cf-128f-7e11-a64d-f990f6a45475-16a9a2a0, #w-node-_914792cf-128f-7e11-a64d-f990f6a4547b-16a9a2a0, #w-node-_914792cf-128f-7e11-a64d-f990f6a45481-16a9a2a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8f4b7d8-2124-dd65-6284-9e77839f102a-c26ea591 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a8f4b7d8-2124-dd65-6284-9e77839f102d-c26ea591, #w-node-a8f4b7d8-2124-dd65-6284-9e77839f1033-c26ea591, #w-node-a8f4b7d8-2124-dd65-6284-9e77839f1039-c26ea591, #w-node-a8f4b7d8-2124-dd65-6284-9e77839f103f-c26ea591 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0054a8c1-ea91-2dea-f6ba-d6c0ed14f903-0da2401f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0054a8c1-ea91-2dea-f6ba-d6c0ed14f906-0da2401f, #w-node-_0054a8c1-ea91-2dea-f6ba-d6c0ed14f90c-0da2401f, #w-node-_0054a8c1-ea91-2dea-f6ba-d6c0ed14f912-0da2401f, #w-node-_0054a8c1-ea91-2dea-f6ba-d6c0ed14f918-0da2401f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2ba02ff4-3c26-8b97-ab76-9ac04b7b14e5-235f7eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6b61a28-21af-1767-df4f-1ba5b8ae7f43-235f7eb9, #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a1936f1-235f7eb9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f1bb31f-d302-57ad-faaa-d31f9a1936f2-235f7eb9, #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a1936f3-235f7eb9, #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a1936f5-235f7eb9, #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a193845-235f7eb9, #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a193846-235f7eb9, #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a193848-235f7eb9, #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a19380f-235f7eb9, #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a193810-235f7eb9, #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a193812-235f7eb9, #w-node-e2fa3930-23fa-858a-ad0b-de1029702536-235f7eb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2fa3930-23fa-858a-ad0b-de1029702537-235f7eb9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d622516-a87b-e3fe-aedb-2542227012d6-235f7eb9, #w-node-_3cc45a89-3ff0-1807-265d-c7074a6d9ffa-235f7eb9, #w-node-_16f897e6-1d6b-a491-b34a-acb1a7293229-235f7eb9 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7a4-cf6fb7a4, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d09-77fe7d08, #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a1936f1-235f7eb9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8864a485-c913-ab69-e45b-27360c20452e-382264a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7b0-cf6fb7a4, #w-node-_766ee846-48f0-bf23-b11c-0a7a586259d3-382264af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_722f66ab-7e98-718a-9699-7a32d2380db6-382264af {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_722f66ab-7e98-718a-9699-7a32d2380de9-382264af {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-def8ae2a-9cc3-ebee-b419-ddc28fc9de5d-382264c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6363abce-ddfb-b7fb-4637-06c40ad18919-382264c6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_02531281-bd1e-7042-2f40-f880da0bc8ea-382264c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_02531281-bd1e-7042-2f40-f880da0bc8f0-382264c7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0fc526b3-c068-7544-62ee-147db0e6498c-382264e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0fc526b3-c068-7544-62ee-147db0e64992-382264e9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_914792cf-128f-7e11-a64d-f990f6a4546f-16a9a2a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_914792cf-128f-7e11-a64d-f990f6a45475-16a9a2a0 {
    grid-column: span 2 / span 2;
  }

  #w-node-a8f4b7d8-2124-dd65-6284-9e77839f102d-c26ea591 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a8f4b7d8-2124-dd65-6284-9e77839f1033-c26ea591 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0054a8c1-ea91-2dea-f6ba-d6c0ed14f906-0da2401f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0054a8c1-ea91-2dea-f6ba-d6c0ed14f90c-0da2401f {
    grid-column: span 2 / span 2;
  }

  #w-node-_2ba02ff4-3c26-8b97-ab76-9ac04b7b14e1-235f7eb9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ba02ff4-3c26-8b97-ab76-9ac04b7b14e6-235f7eb9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2ba02ff4-3c26-8b97-ab76-9ac04b7b1515-235f7eb9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a1936f2-235f7eb9, #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a193845-235f7eb9 {
    grid-column: span 4 / span 4;
  }

  #w-node-_9f1bb31f-d302-57ad-faaa-d31f9a19380f-235f7eb9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e2fa3930-23fa-858a-ad0b-de1029702537-235f7eb9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5d2e2e1e-25f7-101c-2707-14fd11d1c20d-235f7eb9, #w-node-_1d622516-a87b-e3fe-aedb-2542227012d6-235f7eb9, #w-node-e50c7cdf-a686-09ab-2917-7c832342575e-235f7eb9, #w-node-_3cc45a89-3ff0-1807-265d-c7074a6d9ffa-235f7eb9, #w-node-b882b682-d61a-578b-23f0-c949896d691c-235f7eb9, #w-node-_16f897e6-1d6b-a491-b34a-acb1a7293229-235f7eb9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_766ee846-48f0-bf23-b11c-0a7a586259d3-25fefee6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_722f66ab-7e98-718a-9699-7a32d2380db6-25fefee6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_722f66ab-7e98-718a-9699-7a32d2380de9-25fefee6 {
    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;
}