:root {
  --brown: #8d0536;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  position: absolute;
  bottom: auto;
  right: auto;
}

a.w--current {
  background-color: #0000;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

.global-styles {
  display: block;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.text-size-tiny {
  font-size: .75rem;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

.text-size-regular {
  color: #fff;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.heading-style-h4 {
  color: var(--brown);
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

.heading-style-h6 {
  color: #565656;
  font-family: PT Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

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

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

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

.heading-style-h2 {
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text_cover {
  color: #333;
  justify-content: center;
  align-items: center;
  font-family: Abhaya Libre, sans-serif;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-style-h2.write {
  color: #fff;
}

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

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

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

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

.heading-style-h5 {
  color: #555;
  text-align: center;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

.text-size-medium.write {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
}

.text-size-medium.color {
  color: #fff;
}

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.home-message_logo {
  width: 4rem;
}

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

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

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

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

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

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

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

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

.heading-style-h1-2 {
  color: #000;
  letter-spacing: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.text {
  color: #212121;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

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

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

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

.text-2 {
  color: #fff;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.hero_visual {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

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

.hero_image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.container-large-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.header_image {
  object-fit: cover;
}

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

.button-group-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.testimonial_image {
  object-fit: cover;
}

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

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

.testimonial_quote {
  color: #000;
  letter-spacing: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-size-small-2 {
  color: #000;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

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

.author_name {
  color: #000;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

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

.h1 {
  color: #8d0536;
  letter-spacing: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 120%;
}

.h2 {
  color: #565656;
  letter-spacing: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
}

.author_text-0 {
  color: #000;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.author_text-1 {
  color: #000;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.author_text-2 {
  color: #000;
  font-size: 19px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
}

.testimonial_content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 416px;
  display: flex;
}

.banner-santana {
  object-fit: cover;
}

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

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

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

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

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

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

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

.parrafo-0 {
  color: #000;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.parrafo-1 {
  color: #000;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.parrafo-2 {
  color: #000;
  font-size: 19px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
}

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

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

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

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

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

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

.santa_ana_dos_content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 332px;
  display: flex;
}

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

.h1-2 {
  color: #8d0536;
  letter-spacing: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 120%;
}

.h2-2 {
  color: #565656;
  letter-spacing: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

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

.parrafo-3 {
  color: #000;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

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

.proyectos {
  object-fit: cover;
}

.santa_ana_dos_content-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 416px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.pricing_card_header {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-right: 16px;
  display: flex;
}

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

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

._599-mo {
  color: #333;
  font-size: 18px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
}

.pricing_card_price-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.h3 {
  color: #565656;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.img-entorno {
  object-fit: cover;
}

.pricing_card_wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._599-mo-2 {
  color: #8d0536;
  font-size: 14px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
}

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

._599-mo-0 {
  color: #333;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

._599-mo-1 {
  color: #333;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.pricing_card_wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 498px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.pricing_card_header-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing_card_price-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing_card_price-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pricing_card_wrapper-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 545px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.pricing_card_header-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

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

.entorno_card_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.entorno_card_wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-3 {
  color: #8d0536;
  letter-spacing: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

.entorno_card_image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section_proyecto {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #8d0536;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

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

.casonas_content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16%;
  height: 550px;
  display: flex;
}

.h1-3 {
  color: #565656;
  text-align: center;
  letter-spacing: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 120%;
}

.h4 {
  color: #565656;
  text-align: center;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.header_image-wrap-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 669px;
  display: flex;
}

.proyecto-santana {
  object-fit: cover;
}

.header_content-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.header_image-wrap-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 669px;
  display: flex;
}

.header_content-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 512px;
  display: flex;
}

.frame-44 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

.header_content-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 512px;
  display: flex;
}

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

.h1-4 {
  color: #565656;
  text-align: center;
  letter-spacing: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 120%;
}

.h4-2 {
  color: #565656;
  text-align: center;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.frame-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 10px;
  display: flex;
  position: relative;
}

.mask-group-25-1 {
  object-fit: cover;
}

.section_header-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: 121px;
  left: 10px;
}

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

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

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

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

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

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

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

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

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

.text-4 {
  color: #fff;
  font-size: 15px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
}

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

.text-5 {
  color: #9396a2;
  font-size: 15px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
}

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

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

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

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

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

.text-6 {
  color: #00e0ff;
  font-size: 15px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
  text-decoration: none;
}

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

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

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

.h4-3 {
  color: #fff;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.header_content-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding: 24px 80px;
  display: flex;
}

.h2-3 {
  color: #eee;
  font-size: 19px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
}

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

.h4-4 {
  color: #eee;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.t-rminos-y-condiciones-0 {
  color: #00e0ff;
  font-size: 15px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
  text-decoration: underline;
}

.section_header-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-lugar {
  object-fit: cover;
}

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

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

.input-nombre_nombre {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 440px;
  height: 1px;
  padding: 24px;
  display: flex;
}

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

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

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

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

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

.section_footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
}

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

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

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

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

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

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

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

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

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

.footer-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.nav_component {
  max-width: fixed;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

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

.nav_content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

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

.logo-santana_2-1 {
  object-fit: cover;
}

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

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

.h3-2 {
  color: #565656;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

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

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

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

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

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

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

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

.section_testimonial-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

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

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

.testimonial_image-2 {
  object-fit: cover;
}

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

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

.testimonial_quote-2 {
  color: #000;
  letter-spacing: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-size-small-3 {
  color: #000;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

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

.author_name-2 {
  color: #000;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

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

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

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

.forma-section-santa-ana-dos {
  background-color: #8d0536;
  width: 25%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.body {
  background-color: #eee;
}

.forma-concepto {
  background-color: #8d0536;
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-2 {
  font-family: PT Sans Narrow, sans-serif;
}

.text-block {
  z-index: 2;
  color: #fff;
  font-family: Abhaya Libre, sans-serif;
  font-size: 4.063rem;
  font-weight: 700;
  position: relative;
  top: 126px;
  bottom: auto;
}

.text-entorno {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

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

.header_content-9 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header_image-wrap-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mapa-santaana {
  object-fit: contain;
}

._3-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 360px;
  display: flex;
  position: relative;
  inset: -133px 0% 0%;
}

.column-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

.column-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 23px;
  display: flex;
}

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

.header_content-10 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

.maps_content_columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.maps_column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.column_icon {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 23px;
  display: flex;
}

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

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

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

.imagen360-1 {
  object-fit: cover;
}

.menu_entorno_360 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 170px;
  height: 100%;
  max-height: 350px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.text-rubros {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  display: flex;
}

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

.h2-4 {
  color: #8d0536;
  text-align: right;
  letter-spacing: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

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

.entorno_360_educacion {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 8px 4px;
  display: flex;
}

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

.h3-3 {
  color: #565656;
  text-align: right;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

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

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

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

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

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

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

.heading-style-h1-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 590px;
  display: flex;
}

.heading-style-h1-4 {
  color: #ffbb78;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
}

.image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 776px;
  height: 568px;
  display: flex;
}

.nosotros-1 {
  object-fit: cover;
}

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

.contenedor-texto-explicativo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.heading-style-h4-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-style-h3-orange {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-style-h3-2 {
  color: #ef7600;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.text-size-small-icono {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 224px;
  display: flex;
}

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

.text-size-small-4 {
  color: #252525;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.heading-style-h4-4 {
  color: #007ea2;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.heading-style-h4-5 {
  color: #252525;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.section_footer-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

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

.footer_component-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

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

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

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

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

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

.text-7 {
  color: #fff;
  font-size: 15px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
}

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

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

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

.text-8 {
  color: #9396a2;
  font-size: 15px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
}

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

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

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

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

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

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

.text-9 {
  color: #00e0ff;
  font-size: 15px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
  text-decoration: none;
}

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

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

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

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

.h4-5 {
  color: #fff;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.footer_content-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding: 24px 0;
  display: flex;
}

.h2-5 {
  color: #eee;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 19px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
}

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

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

.icon-lugar-2 {
  object-fit: cover;
}

.h4-6 {
  color: #eee;
  letter-spacing: 0;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.t-rminos-y-condiciones-2 {
  color: #00e0ff;
  font-size: 15px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
  text-decoration: underline;
}

.icon-entorno {
  display: block;
}

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

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

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

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

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

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

.interna_casonas_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 493px;
  display: flex;
}

.h1-5 {
  color: #eee;
  letter-spacing: 0;
  white-space: normal;
  font-family: Abhaya Libre, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  transform: rotate(-90deg);
}

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

.menu_disponibilidad {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 470px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.item_menu_disponibilidad {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.icon_disponibilidad {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3-4 {
  color: #565656;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.interna-casonas {
  justify-content: center;
  display: flex;
}

.div-block {
  background-color: #8d0536;
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 492px;
  display: flex;
}

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

.container-large-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.tipologia_image-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 536px;
  display: flex;
}

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

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

.h1-6 {
  color: #8d0536;
  text-align: center;
  letter-spacing: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 120%;
}

.h2-6 {
  color: #8d0536;
  font-size: 19px;
  line-height: 120%;
  font-weight: undefined;
  text-align: center;
  letter-spacing: 0;
}

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

.tipologia_content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #8d0536;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 24px;
  display: flex;
}

.contect_encabezado {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 8px 16px;
  display: flex;
}

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

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

._1875-m2 {
  color: #eee;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.content_image {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.item_descripcion_1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.contect_image-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  display: flex;
}

.menu_tipologias {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 470px;
  display: flex;
  position: absolute;
  top: 739px;
  left: 405px;
}

.column-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

.column-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 23px;
  display: flex;
}

.contect_descricion {
  width: 100%;
  max-width: 424px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.contect_item_descripcion {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

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

.casona_7 {
  justify-content: center;
  width: 100%;
  max-width: 424px;
  padding: 8px 24px;
  display: flex;
  position: relative;
}

.tipologoa_line {
  width: 100%;
  max-width: 55%;
}

.section_zonas_comunes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

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

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

.zonas_comunes_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
}

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

.content_item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95px;
  display: flex;
}

.zonas_comunes_item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 119px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.cancha_de_futbol {
  object-fit: fill;
}

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

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

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

.h4-7 {
  color: #565656;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.h5 {
  color: #8d0536;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

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

.team_card_image-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.team_card_info-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

._3-columns-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 470px;
  display: flex;
  position: absolute;
  top: 708px;
  left: 405px;
}

.h1-8 {
  color: #8d0536;
  letter-spacing: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 120%;
}

.h1-9 {
  color: #eee;
  letter-spacing: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 120%;
}

.icon_slider_banner {
  width: 100%;
  max-width: 15px;
}

.container-arrow {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32px;
  height: 100%;
  max-height: 32px;
  display: flex;
}

.div-block-3 {
  background-color: #8d0536;
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tabs-menu {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 8%;
}

.tab-link-tab-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 1rem 1.5rem;
}

.tab-link-tab-2, .tab-link-tab-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 130px;
  display: flex;
}

.tabs-content {
  width: 100%;
  max-width: 1100px;
}

.tabs {
  align-items: center;
  display: flex;
}

.tab-link-tab-2-2 {
  filter: grayscale();
  background-color: #0000;
}

.tab-link-tab-2-2.w--current {
  filter: grayscale(0%);
  background-color: #0000;
}

.tab-link-tab-1-2 {
  filter: grayscale();
  background-color: #0000;
}

.tab-link-tab-1-2.w--current {
  filter: grayscale(0%);
  background-color: #0000;
}

.tab-link-tab-3-2 {
  filter: grayscale();
  background-color: #0000;
}

.tab-link-tab-3-2.w--current {
  filter: grayscale(0%);
  background-color: #0000;
}

.tab-link-tab-4 {
  filter: grayscale();
  background-color: #0000;
}

.tab-link-tab-4.w--current {
  filter: grayscale(0%);
  background-color: #0000;
}

.tab-link-tab-5 {
  filter: grayscale();
  background-color: #0000;
}

.tab-link-tab-5.w--current {
  filter: grayscale(0%);
  background-color: #0000;
}

.tab-link-tab-6 {
  filter: grayscale();
  background-color: #0000;
}

.tab-link-tab-6.w--current {
  filter: grayscale(0%);
  background-color: #0000;
}

.lightbox-link {
  width: 15%;
  position: absolute;
  inset: 44.5% auto auto 7.5%;
}

.image {
  opacity: .05;
  width: 100%;
}

.lightbox-link-2 {
  width: 15%;
  position: absolute;
  inset: 23.5% auto auto 14.5%;
}

.image-2 {
  opacity: .05;
  width: 100%;
}

.lightbox-link-3 {
  width: 15%;
  position: absolute;
  inset: 26% auto auto 36.5%;
}

.image-3 {
  opacity: .05;
  width: 100%;
}

.lightbox-link-4 {
  width: 15%;
  position: absolute;
  inset: 42% auto auto 24.8%;
}

.image-4 {
  opacity: .05;
  width: 100%;
}

.lightbox-link-5 {
  width: 15%;
  position: absolute;
  inset: 26.5% 29.6% auto auto;
}

.image-5 {
  opacity: .05;
  width: 100%;
}

.lightbox-link-6 {
  width: 13%;
  position: absolute;
  inset: 26.9% 9% auto auto;
}

.image-6 {
  opacity: .05;
  width: 100%;
}

.lightbox-link-7 {
  width: 13%;
  position: absolute;
  inset: auto 33.5% 23.8% auto;
}

.image-7 {
  opacity: .05;
  width: 100%;
}

.lightbox-link-8 {
  width: 13%;
  position: absolute;
  inset: auto 19.5% 34% auto;
}

.image-8 {
  opacity: .05;
  width: 100%;
}

.item_casona {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 23% auto auto 19.5%;
}

.frame-50 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #8d0536;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15px;
  height: 60px;
  display: flex;
}

.frame-13 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.frame-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.h2-7 {
  color: #565656;
  font-size: 19px;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
}

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

.h4-8 {
  color: #565656;
  letter-spacing: 0;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

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

.item_casona_2 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 30% auto auto 50%;
}

.item-casona_3 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 30% 21% auto auto;
}

.item-casona_4 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 30% 2% auto auto;
}

.item-casona_5 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 42% 21%;
}

.item-casona_6 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 42% 39%;
}

.item-casona_7 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 30% 28% auto;
}

.item-casona_8 {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 13% 40% auto;
}

.section_interna_casonas-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #8d0536;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-global-12 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

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

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

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

.casonas_content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 190px;
  display: flex;
}

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

.piso-1-blanco-1 {
  object-fit: contain;
  width: 100%;
  max-width: 150px;
}

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

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

.image-9 {
  width: 100%;
  max-width: 900px;
}

.tabs-menu-3 {
  width: 20%;
  position: absolute;
  inset: 0% auto auto -14%;
}

.tab-link-tab-1-3 {
  position: absolute;
}

.tab-link-tab-1-3.w--current {
  background-color: #0000;
  width: 100%;
  inset: 313% auto auto 121%;
}

.tabs-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.tab-link-tab-2-3 {
  background-color: #0000;
  width: 100%;
  position: absolute;
  inset: 366% auto auto 240%;
}

.tab-link-tab-1-4 {
  opacity: 1;
}

.tab-link-tab-1-4.w--current {
  opacity: 0;
}

.tabs-menu-4 {
  z-index: 2;
  position: absolute;
}

.link-block {
  width: 13%;
  position: absolute;
  inset: 23.5% auto auto 14.8%;
}

.link-block-2 {
  width: 13%;
  position: absolute;
  inset: 26% auto auto 36.5%;
}

.link-block-3 {
  width: 13%;
  position: absolute;
  inset: 26.5% 31.5% auto auto;
}

.link-block-4 {
  width: 13%;
  position: absolute;
  inset: 26.5% 12% auto auto;
}

.link-block-5 {
  width: 13%;
  position: absolute;
  inset: auto auto 36.5% 7.5%;
}

.link-block-6 {
  width: 13%;
  position: absolute;
  inset: auto auto 39.5% 25%;
}

.link-block-7 {
  width: 13%;
  position: absolute;
  inset: auto 41% 23% auto;
}

.link-block-8 {
  width: 14%;
  position: absolute;
  inset: auto 23.5% 34% auto;
}

.tabs-menu-5 {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 120px;
  display: flex;
}

.tabs-content-2 {
  width: 100%;
}

.tabs-4 {
  align-items: center;
  display: flex;
}

.tabs-menu-6 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 70px;
  display: flex;
}

.tabs-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.tab-pane-tab-1, .tabs-content-3 {
  width: 100%;
}

.tab-link-tab-1-5 {
  background-color: #fff;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-1-5.w--current {
  color: var(--brown);
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-2-4 {
  background-color: #fff;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-2-4.w--current {
  color: var(--brown);
  background-color: #fff;
}

.tab-link-tab-3-3 {
  background-color: #fff;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-3-3.w--current {
  color: var(--brown);
  background-color: #fff;
}

.tab-link-tab-4-2 {
  background-color: #fff;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-4-2.w--current {
  color: var(--brown);
  background-color: #fff;
}

.tab-link-tab-5-2 {
  background-color: #fff;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-5-2.w--current {
  color: var(--brown);
  background-color: #fff;
}

.tab-link-tab-6-2 {
  background-color: #fff;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-6-2.w--current {
  color: var(--brown);
  background-color: #fff;
}

.tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6, .tab-pane-tab-7 {
  width: 100%;
}

.tab-link-tab-7 {
  background-color: #fff;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-7.w--current {
  color: var(--brown);
  background-color: #fff;
  width: 100%;
  padding-right: 16px;
}

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

.tab-link-tab-3-4 {
  background-color: #fff;
}

.tab-link-tab-3-4.w--current {
  color: var(--brown);
  background-color: #fff;
}

.tab-link-tab-4-3 {
  background-color: #fff;
}

.tab-link-tab-4-3.w--current {
  color: var(--brown);
  background-color: #fff;
}

.tab-link-tab-5-3 {
  background-color: #fff;
}

.tab-link-tab-5-3.w--current {
  color: var(--brown);
  background-color: #fff;
}

.tab-link-tab-6-3 {
  background-color: #fff;
}

.tab-link-tab-6-3.w--current {
  color: var(--brown);
  background-color: #fff;
}

.tab-link-tab-7-2 {
  background-color: #fff;
}

.tab-link-tab-7-2.w--current {
  color: var(--brown);
  background-color: #fff;
}

.tab-link-tab-8 {
  background-color: #fff;
}

.tab-link-tab-8.w--current {
  color: var(--brown);
  background-color: #fff;
}

.tab-link-tab-9 {
  background-color: #fff;
}

.tab-link-tab-9.w--current {
  color: var(--brown);
  background-color: #fff;
}

.tab-link-tab-2-5 {
  background-color: #fff;
}

.tab-link-tab-2-5.w--current {
  color: var(--brown);
  background-color: #fff;
}

.text-block-2 {
  color: #8d0536;
}

.heading-style-h7 {
  color: #fff;
  font-family: PT Sans Narrow, sans-serif;
  font-size: .875rem;
}

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

.maps, .maps_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.html-embed-2 {
  width: 100%;
  height: 80vh;
}

.section-maps {
  width: 100%;
}

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

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

.mapa_image-wrap.animation-scroll-opacity {
  border-radius: 20px;
  overflow: hidden;
}

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

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

.heading-style-h3-3 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h5-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

.section-waze {
  width: 100%;
}

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

.tipo_a {
  opacity: .5;
  color: #fff;
}

.tipo_b {
  position: absolute;
  inset: 7.5% 33% auto auto;
}

.tipo_c {
  position: absolute;
  inset: auto 26.2% 10.5% auto;
}

.tipo_d {
  position: absolute;
  inset: auto auto 20.5% 29.5%;
}

.tipo_e {
  position: absolute;
  inset: 7.5% auto auto 35.9%;
}

.tipo_f {
  position: absolute;
  inset: auto 26.2% 19% auto;
}

.tipo_g {
  position: absolute;
  inset: auto auto 8% 43%;
}

.casona_1 {
  justify-content: center;
  width: 100%;
  max-width: 424px;
  padding: 8px 24px;
  display: flex;
  position: relative;
}

.casona_1._1 {
  max-width: 112%;
}

.casona_2, .casona_3, .casona_4, .casona_5, .casona_6 {
  justify-content: center;
  width: 100%;
  max-width: 424px;
  padding: 8px 24px;
  display: flex;
  position: relative;
}

.image-10, .image-11 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-5 {
  width: 10%;
  position: absolute;
  inset: auto auto 20% 29%;
}

.div-block-6 {
  width: 13.5%;
  position: absolute;
  inset: auto auto 20% 29%;
}

.div-block-7 {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.pricing-sections {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #7d7d7d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section_pricing-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

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

.pricing_card_wrapper-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px 32px;
  display: flex;
}

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

.pricing_card_icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.pricing_card_image {
  object-fit: cover;
}

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

.pricing_card_title {
  color: #212121;
  font-size: 40px;
  font-weight: 600;
}

.text-size-small-5 {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.pricing_card_price-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-10 {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.pricing_card_text {
  color: #212121;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.button-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #212121;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #000;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

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

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

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

.pricing_card_icon-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.text-size-small-6 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.button-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #212121;
  border: 1px solid #212121;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.section_pricing-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.pricing_item {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
}

.pricing_image-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.pricing_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.pricing_label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.pricing_info {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 1px #e4ebf3;
}

.pricing_title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

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

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

.text-size-xsmall {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.section_testimonial-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.testimonial_image-wrap-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: 480px;
  display: flex;
}

.testimonial_image-3 {
  object-fit: cover;
  max-width: 10%;
}

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

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

.testimonial_quote-3 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-size-small-7 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

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

.author_name-3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.testimonial_image-4 {
  object-fit: cover;
}

.section_tipologia-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

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

.tipologia_image-wrap-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 916px;
  height: 536px;
  display: flex;
}

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

.tipologia_content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #8d0536;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 300px;
  height: 536px;
  display: flex;
}

.tipologia_header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tipologia_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.author_name-4 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.testimonial_quote-0 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.testimonial_quote-1 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.tabs-6 {
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  display: none;
  position: absolute;
}

.tabs-content-4 {
  justify-content: flex-end;
  width: 100%;
  max-width: 310px;
  display: flex;
}

.tabs-menu-7 {
  justify-content: flex-start;
  display: flex;
}

.tabs-7 {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tabs-content-5 {
  width: 100%;
  max-width: 300px;
  height: 536px;
}

.tab-link-tab-1-6 {
  opacity: 0;
  background-color: #0000;
  width: 15%;
  padding: 0;
  position: absolute;
  inset: 17% auto auto 11%;
}

.tab-link-tab-1-6.w--current {
  opacity: .1;
  background-color: #0000;
  width: 14.5%;
  top: 18%;
  left: 11.7%;
}

.tab-link-tab-2-6 {
  opacity: 0;
  background-color: #0000;
  width: 15%;
  padding: 0;
  inset: 21% auto auto 34%;
}

.tab-link-tab-2-6.w--current {
  opacity: .1;
  background-color: #0000;
  width: 14%;
  left: 35%;
}

.tab-link-tab-3-5 {
  opacity: 0;
  background-color: #0000;
  width: 15%;
  padding: 0;
  inset: 22% -39% auto auto;
}

.tab-link-tab-3-5.w--current {
  opacity: .2;
  background-color: #0000;
  width: 14.2%;
  right: -39.6%;
}

.tab-link-tab-4-4 {
  opacity: 0;
  background-color: #0000;
  width: 15%;
  padding: 0;
  inset: 22% -45% auto auto;
}

.tab-link-tab-4-4.w--current {
  opacity: .2;
  background-color: #0000;
  width: 15%;
  padding: 0;
  inset: 21% -44.5% auto auto;
}

.tab-link-tab-5-4 {
  opacity: 0;
  background-color: #0000;
  width: 15%;
  padding: 0;
  inset: auto auto -43% -41%;
}

.tab-link-tab-5-4.w--current {
  opacity: .2;
  background-color: #0000;
  width: 14.3%;
  left: -40.5%;
}

.tab-link-tab-6-4 {
  opacity: 0;
  background-color: #0000;
  width: 15%;
  padding: 0;
  inset: auto auto -39% -38%;
}

.tab-link-tab-6-4.w--current {
  opacity: .2;
  background-color: #0000;
  width: 14%;
  bottom: -40%;
  left: -37.2%;
}

.tab-link-tab-7-3 {
  opacity: 0;
  background-color: #0000;
  width: 15%;
  padding: 0;
  inset: auto 30% -59% auto;
}

.tab-link-tab-7-3.w--current {
  opacity: .2;
  background-color: #0000;
  width: 14%;
  bottom: -59.5%;
}

.tab-link-tab-8-2 {
  opacity: 0;
  background-color: #0000;
  width: 16%;
  padding: 0;
  inset: auto -61.5% -20% auto;
}

.tab-link-tab-8-2.w--current {
  opacity: .2;
  background-color: #0000;
  width: 15.5%;
  bottom: -20%;
  right: -61.7%;
}

.image-13 {
  width: 130%;
}

.tabs-menu-8 {
  width: 100%;
  height: 536px;
}

.fondo {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 536px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.lightbox-link-9 {
  z-index: 3;
  opacity: .5;
  width: 20%;
  inset: auto auto 15% 19.5%;
}

.lightbox-link-9:hover {
  opacity: 1;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.nav_component-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

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

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

.nav_content-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.nav_brand-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 64px;
  display: flex;
}

.logo-santana_2-2 {
  object-fit: contain;
}

.nav_menu-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.h3-5 {
  color: #565656;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.h3-5:hover {
  color: var(--brown);
}

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

.link-block-9 {
  width: 84%;
}

.section_casonas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #8d0536;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

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

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

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

.casonas_content-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: auto;
  display: flex;
}

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

.h1-10 {
  color: #565656;
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 65px;
  font-weight: 700;
}

.h4-9 {
  color: #565656;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.proyecto-santana-1 {
  object-fit: cover;
}

.image-15 {
  object-fit: contain;
  width: 100%;
  display: block;
}

.lightbox-link-10 {
  z-index: 3;
  opacity: .5;
  width: 23%;
  inset: 20.5% 24% auto auto;
}

.lightbox-link-10:hover {
  opacity: 1;
}

.lightbox-link-11 {
  z-index: 3;
  opacity: .5;
  width: 27%;
  inset: auto 14% 6% auto;
}

.lightbox-link-11:hover {
  opacity: 1;
}

.lightbox-link-12 {
  z-index: 3;
  opacity: .5;
  width: 20%;
  inset: auto auto 15% 19.5%;
}

.lightbox-link-12:hover {
  opacity: 1;
}

.lightbox-link-13 {
  z-index: 3;
  opacity: .5;
  width: 23.1%;
  inset: 21.4% auto auto 29.5%;
}

.lightbox-link-13:hover {
  opacity: 1;
}

.lightbox-link-14 {
  z-index: 3;
  opacity: .5;
  width: 21%;
  inset: auto 14% 12% auto;
}

.lightbox-link-14:hover {
  opacity: 1;
}

.lightbox-link-15 {
  z-index: 3;
  opacity: .5;
  width: 19.5%;
  inset: auto 40.5% 3% auto;
}

.lightbox-link-15:hover {
  opacity: 1;
}

.frame-36 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 22% 42%;
}

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

.text-13 {
  color: #8d0536;
  text-align: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 26px;
}

.text-14 {
  color: #8d0536;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  top: 3px;
  left: 14px;
}

.frame-37 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 18% 49% auto auto;
}

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

.text-15 {
  color: #8d0536;
  text-align: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 19px;
}

.text-16 {
  color: #8d0536;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  top: 4px;
  left: 7px;
}

.frame-51 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 42% 14% auto;
}

.text-17 {
  color: #8d0536;
  text-align: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 21px;
}

.frame-52 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 24% 40%;
}

.text-18 {
  color: #8d0536;
  text-align: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 26px;
}

.frame-53 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 17% auto auto 55%;
}

.text-19 {
  color: #8d0536;
  text-align: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 26px;
}

.frame-54 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 20% 35%;
}

.text-20 {
  color: #8d0536;
  text-align: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 21px;
}

.frame-55 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 10% -3% auto;
}

.text-21 {
  color: #8d0536;
  text-align: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 27px;
}

.frame-38 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: center;
  width: 85px;
  height: 46px;
  display: flex;
  position: absolute;
  inset: 26% auto auto 20%;
}

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

.text-22 {
  color: #565656;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 26px;
  left: 13px;
}

.text-23 {
  color: #565656;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  top: 4px;
  left: 13px;
}

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

.frame-56 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: center;
  width: 85px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: 23% auto auto 19.5%;
}

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

.text-24 {
  color: #565656;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 36px;
  left: 13px;
}

.text-25 {
  color: #565656;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  top: 14px;
  left: 13px;
}

.casa_1 {
  background-color: #fff;
  width: 85px;
  height: 65px;
  position: absolute;
  inset: 22% auto auto 19.5%;
}

.casa_2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: center;
  width: 85px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: 22% auto auto 36.5%;
}

.casa_3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: center;
  width: 85px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: 22% 41.5% auto auto;
}

.casa_4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: center;
  width: 85px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: 22% 27% auto auto;
}

.casa_5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: center;
  width: 85px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: auto auto 42% 14%;
}

.casa_6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: center;
  width: 85px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: auto auto 42% 28%;
}

.casa_7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: center;
  width: 85px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: auto 48% 20% auto;
}

.casa_8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: center;
  width: 85px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: auto 34% 38% auto;
}

.small-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.f2wf-small-columns-8 {
  max-width: 1440px;
}

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

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

.etapas-4 {
  object-fit: contain;
}

.column-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  display: flex;
}

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

.link-block-10 {
  object-fit: contain;
  max-width: 100%;
}

.cover_button {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  position: relative;
}

.section-floors {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
  transition: all .4s;
  display: flex;
  position: absolute;
  transform: translate(100vw);
}

.section-floors.show {
  z-index: 3;
  opacity: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

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

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

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

.floors {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

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

.heading-style-h2-2 {
  color: #333;
  text-align: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.text-size-medium-2 {
  color: #333;
  text-align: center;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.floors_image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.casonas {
  object-fit: contain;
}

.navegacion-etapas {
  z-index: 30;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 64px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.frame-57 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  display: flex;
}

.check {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #8d0536;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.text-26 {
  color: #fff;
  text-align: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.column-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-27 {
  color: #565656;
  letter-spacing: .1em;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.check-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #8d0536;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.check-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 100%;
  padding: 8px 18px;
  display: flex;
}

.text-28 {
  color: #bababa;
  text-align: center;
  letter-spacing: .1em;
  font-family: Abhaya Libre, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-typology {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  background-color: #8d0536;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  padding: 10px;
  transition: all .4s;
  position: absolute;
  transform: translate(100vw);
}

.section-typology.show {
  z-index: 4;
  opacity: 1;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

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

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

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

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

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

.heading-style-h2-3 {
  color: #fff;
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.text-size-medium-3 {
  color: #fff;
  text-align: center;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.typology_image {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

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

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

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

.piso_1 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  display: flex;
  position: relative;
}

.frame-61 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  display: flex;
}

.text-29 {
  color: #fff;
  text-align: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.column-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-30 {
  color: #565656;
  letter-spacing: .1em;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.check-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #8d0536;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.check-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #8d0536;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 100%;
  padding: 8px 18px;
  display: flex;
}

.text-31 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  font-family: Abhaya Libre, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.piso_2 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  display: flex;
  position: relative;
}

.floor-mask {
  position: static;
}

.floor-mask.floor_1 {
  text-transform: none;
  width: 13.9%;
  text-decoration: none;
  position: absolute;
  inset: 18.2% auto auto 13%;
}

.floor-mask.floor_2 {
  width: 13.5%;
  position: absolute;
  inset: 21.2% auto auto 36%;
}

.floor-mask.floor_3 {
  width: 13.5%;
  position: absolute;
  inset: 21.23% 30.4% auto auto;
}

.floor-mask.floor_4 {
  width: 14.2%;
  position: absolute;
  inset: 21.9% 10.2% auto auto;
}

.floor-mask.floor_5 {
  width: 14.4%;
  position: absolute;
  inset: auto auto 32.6% 5.2%;
}

.floor-mask.floor_6 {
  width: 14.1%;
  position: absolute;
  inset: auto auto 36.2% 23.5%;
}

.floor-mask.floor_7 {
  width: 13.9%;
  position: absolute;
  inset: auto 40.3% 17% auto;
}

.floor-mask.floor_8 {
  width: 15.4%;
  position: absolute;
  inset: auto 21.8% 29% auto;
}

.html_mask {
  opacity: 0;
  color: #007f79;
}

.html_mask:hover {
  opacity: .2;
}

.piso_1_image, .piso_2_image {
  object-fit: contain;
  height: auto;
}

.html-typology {
  opacity: .3;
  color: #fff;
}

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

.html-typology.grey, .html-typology.danger {
  color: #000;
}

.typology_mask.type_a {
  width: 28%;
  position: absolute;
  inset: auto auto 19% 7%;
}

.typology_mask.type_b {
  width: 32%;
  inset: 4% 14.4% auto auto;
}

.typology_mask.type_c {
  width: 38%;
  position: absolute;
  inset: auto -.4% 8% auto;
}

.typology_mask.type_d {
  width: 28%;
  position: absolute;
  inset: auto auto 19% 7%;
}

.typology_mask.type_e {
  width: 32%;
  position: absolute;
  inset: 4% auto auto 21%;
}

.typology_mask.type_f {
  width: 28%;
  position: absolute;
  inset: auto 1% 17% auto;
}

.typology_mask.type_g {
  width: 26.1%;
  position: absolute;
  inset: auto auto 6% 35.6%;
}

.typology_mask.type_j_11 {
  width: 14.3%;
  position: absolute;
  inset: auto 17% 2.8% auto;
}

.typology_mask.type_a_2 {
  width: 21.5%;
  position: absolute;
  top: 43.5%;
  left: 7%;
}

.typology_mask.type_j_2 {
  width: 14.1%;
  position: absolute;
  inset: 3% auto auto 17.2%;
}

.typology_mask.type_d_2 {
  width: 22%;
  position: absolute;
  top: 31%;
  left: 50.5%;
}

.typology_mask.type_j_8 {
  width: 14.4%;
  position: absolute;
  inset: auto 18.6% 36% auto;
}

.typology_mask.type_j_7 {
  width: 16.7%;
  position: absolute;
  inset: auto 33.3% 36% auto;
}

.typology_mask.type_d_1 {
  width: 22%;
  position: absolute;
  top: 33.4%;
  left: 27.7%;
}

.typology_mask.type_j_5 {
  width: 14.3%;
  position: absolute;
  inset: 35.6% auto auto 18.7%;
}

.typology_mask.type_j_12 {
  width: 16.7%;
  position: absolute;
  inset: auto 0% -.5% auto;
}

.typology_mask.type_c_2 {
  width: 20.3%;
  position: absolute;
  top: 22%;
  left: 70.6%;
}

.typology_mask.type_j_6 {
  width: 16.7%;
  position: absolute;
  inset: 35.8% auto auto 33.3%;
}

.typology_mask.type_c_1 {
  width: 20%;
  position: absolute;
  top: 0%;
  left: 23%;
}

.typology_mask.type_j_10 {
  width: 11.8%;
  position: absolute;
  inset: auto 34.6% -3% auto;
}

.typology_mask.type_j_1 {
  width: 16.7%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.typology_mask.type_j_4 {
  width: 11.6%;
  position: absolute;
  inset: 26.9% auto auto 3.9%;
}

.typology_mask.type_a_4 {
  width: 22.3%;
  position: absolute;
  top: 55%;
  left: 77.9%;
}

.typology_mask.type_j_9 {
  width: 10%;
  position: absolute;
  inset: auto 5.1% 27% auto;
}

.typology_mask.type_a_3 {
  width: 21.5%;
  position: absolute;
  top: 65%;
  left: 55%;
}

.typology_mask.type_a_1 {
  width: 22.5%;
  position: absolute;
  inset: 8% auto auto 0%;
}

.typology_mask.type_j_3 {
  width: 10%;
  position: absolute;
  inset: 3% auto auto 34.8%;
}

.typology_mask.type_b-2 {
  width: 32%;
  inset: 4% auto auto 21%;
}

.typology_mask.type_e-2 {
  width: 32%;
  inset: 4% 14.4% auto auto;
}

.section-project {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.boton-seleccion {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e6e6e6;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45px;
  height: 100%;
  max-height: 45px;
  padding: 10px 18px;
  display: flex;
}

.boton-seleccion.pisos {
  border-radius: 0;
}

.boton-seleccion.pisos.show {
  background-color: var(--brown);
  color: #fff;
}

.boton-seleccion.etapas {
  background-color: #e6e6e6;
  border-radius: 0;
}

.boton-seleccion.etapas.show {
  background-color: var(--brown);
  color: #fff;
  border-radius: 0;
}

.boton-seleccion.unidad {
  border-radius: 0;
}

.boton-seleccion.unidad.show {
  background-color: var(--brown);
  color: #fff;
}

.boton-seleccion.etapas {
  background-color: #e6e6e6;
}

.boton-seleccion.etapas.show {
  background-color: var(--brown);
  color: #fff;
}

.f2wf-columns-10 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
  position: relative;
}

.text-32 {
  color: #565656;
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text_piso-2 {
  font-family: Abhaya Libre, sans-serif;
}

.selecciona-el-piso {
  color: #565656;
  letter-spacing: .1em;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.s_etapa {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text_unidad {
  font-family: Abhaya Libre, sans-serif;
}

.check_unidad, .check_piso {
  display: none;
}

.navegacion-etapas-2 {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 64px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.s_piso {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.selecciona-la-etapa {
  color: #565656;
  letter-spacing: .1em;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.s_unidad {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.check_selecciona {
  display: none;
}

.text_selecciona {
  font-family: Abhaya Libre, sans-serif;
}

.button_typology {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 75px;
  padding: 10px;
  display: flex;
}

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

.h3-6 {
  color: #fff;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.atras_typology {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #000;
  flex-direction: row;
  align-items: center;
  width: 75px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.text-block-46 {
  color: #333;
  text-decoration: none;
  position: absolute;
  inset: 35% auto auto 45%;
}

.tipo-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 44% 15% auto auto;
}

.text-block-28 {
  color: #333;
  font-size: .8em;
  text-decoration: none;
  position: absolute;
  inset: 44% auto auto 47%;
}

.unidad_image-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.div-block-37 {
  width: 100%;
  max-width: 168px;
  height: 100%;
  max-height: 168px;
  position: absolute;
  inset: auto 0% 65% auto;
}

.padding-global-19 {
  padding-left: 32px;
  padding-right: 32px;
}

.typology_data.position_typology_4 {
  opacity: 0;
  background-color: #fff;
  width: 72px;
  height: 64px;
  position: absolute;
  inset: auto auto 31% -21%;
}

.typology_data.position_typology_12 {
  inset: auto 51% 40% auto;
}

.typology_data.position_typology_3 {
  opacity: 0;
  background-color: #fff;
  width: 72px;
  height: 64px;
  position: absolute;
  inset: auto -27% 27% auto;
}

.typology_data.position_typology_8 {
  opacity: 0;
  background-color: #fff;
  width: 72px;
  height: 64px;
  position: absolute;
  inset: 8% -15% auto auto;
}

.typology_data.position_typology_7 {
  opacity: 0;
  background-color: #fff;
  width: 72px;
  height: 64px;
  position: absolute;
  inset: 8% auto auto -9%;
}

.typology_data.position_typology_1 {
  opacity: 0;
  background-color: #fff;
  width: 72px;
  height: 64px;
  position: absolute;
  inset: 7% -14% auto auto;
}

.typology_data.position_typology_10 {
  inset: auto 16% 32% auto;
}

.typology_data.position_typology_11 {
  inset: auto 34% 39% auto;
}

.typology_data.position_typology_2 {
  opacity: 0;
  background-color: #fff;
  width: 72px;
  height: 64px;
  position: absolute;
  inset: auto auto 29% -21%;
}

.typology_data.position_typology_5 {
  opacity: 0;
  background-color: #fff;
  width: 72px;
  height: 64px;
  position: absolute;
  inset: auto -27% 31% auto;
}

.typology_data.position_typology_6 {
  opacity: 0;
  background-color: #fff;
  width: 72px;
  height: 64px;
  position: absolute;
  inset: auto 11% 7% auto;
}

.typology_data.position_typology_9 {
  inset: auto 47% 10% auto;
}

.typology_data.position_typology_1-1 {
  opacity: 0;
  background-color: #fff;
  width: 72px;
  height: 64px;
  position: absolute;
  inset: 7% auto auto -8%;
}

.text-block-44 {
  color: #333;
  text-decoration: none;
  position: absolute;
  inset: 26% auto auto 32%;
}

.floor_data_position_5 {
  position: absolute;
  inset: auto 15% 65% auto;
}

.tipo_a-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 44% auto auto 15%;
}

.floor_data_position_3 {
  position: absolute;
  inset: auto 15% 52% auto;
}

.floor_data_position_2 {
  position: absolute;
  inset: auto 15% 47% auto;
}

.text-block-49 {
  color: #333;
  text-decoration: none;
  position: absolute;
  inset: 29% auto auto 36%;
}

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

.typology-2 {
  position: relative;
}

.div-block-41 {
  background-color: #bb5727;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.cover_image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  position: relative;
}

.text-block-48 {
  color: #333;
  text-decoration: none;
  position: absolute;
  inset: 40% auto auto 32%;
}

.text-block-47 {
  color: #333;
  text-decoration: none;
  position: absolute;
  inset: 32% auto auto 42%;
}

.padding-section-medium-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 45px;
  padding-bottom: 45px;
}

.text-33 {
  color: #565656;
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-54 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 8px;
  left: 20px;
}

.cerrar_typology_2 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.planta-alhambra-07-1 {
  object-fit: contain;
  height: auto;
}

.text-55 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 114px;
  left: 41px;
}

.text-56 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 9px;
  left: 17px;
}

.frame-25 {
  background-color: #f8f4f1;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-25:hover {
  background-color: #bb5727;
}

.text_piso-3 {
  font-family: PT Sans, sans-serif;
}

.text-57 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 110%;
  position: absolute;
  top: 31px;
  left: 41px;
}

.text-58 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 16px;
  left: 41px;
}

.text-block-51 {
  color: #333;
  position: absolute;
  inset: 29% auto auto 33%;
}

.section-cover {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.selecciona-el-piso-2 {
  color: #565656;
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-59 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 16px;
  left: 41px;
}

.text-50 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 76px;
  left: 20px;
}

.text-60 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 9px;
  left: 17px;
}

.text-block-40 {
  color: #333;
  text-decoration: none;
  position: absolute;
  inset: 34% auto auto 45%;
}

.text-block-30 {
  color: #333;
  font-size: .8em;
  text-decoration: none;
  position: absolute;
  inset: 41% auto auto 41%;
}

.html_mask-2 {
  opacity: 0;
  color: #f2de9c;
}

.html_mask-2:hover {
  opacity: .7;
}

.text-61 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 9px;
  left: 11px;
}

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

.div-block-36 {
  width: 100%;
  max-width: 168px;
  height: 100%;
  max-height: 168px;
  position: absolute;
  inset: auto 0% 59% auto;
}

.text-62 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 114px;
  left: 41px;
}

.text-block-31 {
  color: #333;
  font-size: .8em;
  text-decoration: none;
  position: absolute;
  inset: 41% auto auto 41%;
}

.tipo_a-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 44% 10% auto;
}

.div-block-35 {
  width: 100%;
  max-width: 168px;
  height: 100%;
  max-height: 168px;
  position: absolute;
  inset: auto 0% 55% auto;
}

.text-63 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 110%;
  position: absolute;
  top: 31px;
  left: 41px;
}

.text_unidad-2 {
  font-family: PT Sans, sans-serif;
}

.tipo-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 25% 28%;
}

.cerrar_typology {
  position: absolute;
  inset: 0% auto auto 0%;
}

.tipo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 26% auto auto 23%;
}

.text-46 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.floors-2 {
  position: relative;
}

.navegacion-etapas-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 64px;
  display: flex;
}

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

.heading-style-h2-5 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.fachada-1 {
  object-fit: contain;
}

.container-large-21 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}

.text-block-45 {
  color: #333;
  text-decoration: none;
  position: absolute;
  inset: 27% auto auto 34%;
}

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

.cover_data.position_cover_2 {
  position: absolute;
  top: 19%;
  right: 53%;
}

.cover_data.position_cover_3 {
  position: absolute;
  top: 51%;
  right: 35%;
}

.cover_data.position_cover_1 {
  position: absolute;
  top: 6%;
  right: 38%;
}

.text-block-42 {
  color: #333;
  text-decoration: none;
  position: absolute;
  inset: 42% auto auto 33%;
}

.cover {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-64 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 9px;
  left: 17px;
}

.div-block-39 {
  width: 100%;
  max-width: 168px;
  height: 100%;
  max-height: 168px;
  position: absolute;
  inset: auto 0% 78% auto;
}

.selecciona-la-etapa-2 {
  color: #565656;
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.frame-26 {
  background-color: #f8f4f1;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-26:hover {
  color: #fff;
  background-color: #bb5727;
}

.tipo_a-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 23% 24% auto;
}

.text-48 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 8px;
  left: 20px;
}

.div-block-34 {
  width: 100%;
  max-width: 168px;
  height: auto;
  max-height: 168px;
  position: absolute;
  inset: auto 0% 53% auto;
}

.etapa_alhambra {
  object-fit: contain;
  width: 100%;
}

.floor-mask-2.cover_2_floor_4 {
  width: 82.4%;
  position: absolute;
  inset: auto auto 42.2% 9.4%;
}

.floor-mask-2.floor_6 {
  width: 65.3%;
  position: absolute;
  bottom: 62.8%;
  left: 14.3%;
}

.floor-mask-2.floor_1 {
  width: 59.4%;
  position: absolute;
  inset: auto auto 29.8% 17.4%;
}

.floor-mask-2.floor_5 {
  width: 64%;
  position: absolute;
  bottom: 56.2%;
  left: 15%;
}

.floor-mask-2.cover_2_floor_3 {
  width: 80.4%;
  position: absolute;
  inset: auto auto 35.1% 10.5%;
}

.floor-mask-2.cover_2_floor_5 {
  width: 84.5%;
  position: absolute;
  inset: auto auto 49.5% 8.3%;
}

.floor-mask-2.floor_4 {
  width: 62.6%;
  position: absolute;
  bottom: 50.2%;
  left: 15.7%;
}

.floor-mask-2.floor_2 {
  width: 60.5%;
  position: absolute;
  inset: auto auto 38.5% 16.8%;
}

.floor-mask-2.cover_2_floor_6 {
  width: 86.5%;
  position: absolute;
  inset: auto auto 57% 7.2%;
}

.floor-mask-2.cover_2_floor_2 {
  width: 78.5%;
  position: absolute;
  inset: auto auto 28.5% 11.5%;
}

.floor-mask-2.cover_2_floor_1 {
  width: 76.5%;
  position: absolute;
  inset: auto auto 21.8% 12.7%;
}

.floor-mask-2.floor_3 {
  width: 61.5%;
  position: absolute;
  bottom: 44.2%;
  left: 16.4%;
}

.text-35 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 9px;
  left: 17px;
}

.section-typology-2 {
  z-index: 30;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  opacity: 0;
  background-color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(100vw);
}

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

.div-block-40 {
  background-color: #bb5727;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.cerrar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #bb5727;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-52 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 110%;
  position: absolute;
  top: 24px;
  left: 20px;
}

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

.text-block-43 {
  color: #333;
  text-decoration: none;
  position: absolute;
  inset: 30% auto auto 33%;
}

.text-65 {
  color: #565656;
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.text-block-29 {
  color: #333;
  font-size: .8em;
  text-decoration: none;
  position: absolute;
  inset: 35% auto auto 44%;
}

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

.text-51 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 8px;
  left: 20px;
}

.text-66 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 110%;
  position: absolute;
  top: 24px;
  left: 20px;
}

.tipologia_content-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.frame-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f4f1;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-28:hover {
  background-color: #bb5727;
}

.text-49 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 110%;
  position: absolute;
  top: 24px;
  left: 20px;
}

.text-block-50 {
  color: #333;
  text-decoration: none;
  position: absolute;
  inset: 29% auto auto 33%;
}

.text-block-32 {
  color: #333;
  font-size: .8em;
  text-decoration: none;
  position: absolute;
  inset: 35% auto auto 50%;
}

.cover_text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cover_button-2 {
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  position: absolute;
  inset: 13% 49% auto auto;
}

.cover_button-2.cover_1 {
  top: 15%;
  right: 47%;
}

.cover_button-2.cover_2 {
  top: 28%;
  right: 62%;
}

.cover_button-2.cover_3 {
  top: 60%;
  right: 44%;
}

.text-36 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 9px;
  left: 17px;
}

.tipo_a-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 31% 27% auto auto;
}

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

.text-53, .text-47 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 76px;
  left: 20px;
}

.floor_data_position_4 {
  position: absolute;
  inset: auto 15% 59% auto;
}

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

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

.div-block-38 {
  width: 100%;
  max-width: 168px;
  height: 100%;
  max-height: 168px;
  position: absolute;
  inset: auto 0% 71% auto;
}

.tipo-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 8% auto auto 39%;
}

.text-block-41 {
  color: #333;
  text-decoration: none;
  position: absolute;
  inset: 29% auto auto 41%;
}

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

.text-block-26 {
  color: #333;
  font-size: .8em;
  text-decoration: none;
  position: absolute;
  inset: 40% auto auto 43%;
}

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

.text-block-33 {
  color: #333;
  font-size: .8em;
  text-decoration: none;
  position: absolute;
  inset: 40% auto auto 40%;
}

.html_typology-2 {
  opacity: .8;
  color: #f2de9c;
}

.html_typology-2:hover {
  opacity: 1;
}

.floor_data_position_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 168px;
  height: auto;
  position: absolute;
  inset: auto 15% 41% auto;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

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

.text-67 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 9px;
  left: 11px;
}

.floor_data_position_6 {
  position: absolute;
  inset: auto 15% 72% auto;
}

.text_selecciona-2 {
  font-family: PT Sans, sans-serif;
}

.text-34 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  position: absolute;
  top: 9px;
  left: 11px;
}

.section-project-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
}

.section-project-2.is-home-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 62vw;
  padding: 5% 0;
  display: block;
  position: relative;
}

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

.section-floors-2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  transition: all .4s;
  display: flex;
  position: absolute;
  transform: translate(100vw);
}

.atras_typology-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 75px;
  padding: 10px;
  display: flex;
}

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

.h3-7 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.atras_cover {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 75px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

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

.h3-8 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.floor_data.position_floor_1 {
  opacity: 0;
  position: absolute;
  inset: 23% auto auto 27%;
}

.floor_data.position_floor_2 {
  opacity: 0;
  position: absolute;
  inset: 23% auto auto 49.5%;
}

.floor_data.position_floor_3 {
  opacity: 0;
  position: absolute;
  inset: 23% 17.5% auto auto;
}

.floor_data.position_floor_4 {
  opacity: 0;
  position: absolute;
  inset: 23% -2% auto auto;
}

.floor_data.position_floor_5 {
  opacity: 0;
  position: absolute;
  inset: auto auto 34% 19.5%;
}

.floor_data.position_floor_6 {
  opacity: 0;
  position: absolute;
  inset: auto auto 42% 37.5%;
}

.floor_data.position_floor_7 {
  opacity: 0;
  position: absolute;
  inset: auto 28% 19% auto;
}

.floor_data.position_floor_8 {
  opacity: 0;
  position: absolute;
  inset: auto 9% 38% auto;
}

.frame-62 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #8d0536;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15px;
  height: 50px;
  display: flex;
}

.frame-63 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 10px;
  display: flex;
}

.frame-64 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.h2-8 {
  color: #565656;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
}

.vectors-wrapper-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 0;
  display: flex;
}

.h4-10 {
  color: #565656;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

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

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

.text-68 {
  color: #fff;
  text-align: center;
  font-family: Abhaya Libre, sans-serif;
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 19px;
}

.text-69 {
  color: #8d0536;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  top: 3px;
  left: 14px;
}

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

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

.text-70 {
  color: #8d0536;
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 45px;
  font-weight: 700;
  position: absolute;
  top: 9px;
  left: 15px;
}

.text-71 {
  color: #8d0536;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 4px;
  left: 15px;
}

.slider {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.slider_zonascomunes {
  width: 100%;
  max-width: 1200px;
}

.zonas_comunes {
  width: 100%;
}

.z_comunes {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.slide-nav {
  display: none;
}

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

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

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

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

.slide-6 {
  background-image: url('../images/zonas_comun_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
}

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

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

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

.entorno_map, .button_entorno, .waze {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.section_360 {
  z-index: 4;
  opacity: 0;
  background-color: #eee;
  width: 100%;
  height: auto;
  transition: all .2s;
  position: absolute;
  transform: translate(100vw);
}

.section_360.show {
  opacity: 1;
  transform: translate(0);
}

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

.html-embed-6 {
  height: 550px;
}

.section_map {
  z-index: 5;
  opacity: 0;
  background-color: #eee;
  width: 100%;
  height: auto;
  transition: all .2s;
  position: absolute;
  transform: translate(100vw);
}

.section_map.show {
  opacity: 1;
  transform: translate(0);
}

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

.html-embed-7 {
  height: 550px;
}

.section_como_llegar {
  height: auto;
  position: relative;
  overflow: hidden;
}

.cerrar_section {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 75px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: static;
}

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

.h3-9 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cerrar_entorno {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 75px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: static;
}

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

.h3-10 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text_entorno {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-54 {
  color: #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Abhaya Libre, sans-serif;
  font-size: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mask {
  flex: 1;
}

.image_tipologia {
  width: 100%;
  height: auto;
  position: relative;
}

.image_entorno {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.html-embed-8 {
  height: 550px;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.slider-2 {
  background-color: #eee;
  height: 550px;
}

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

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

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

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

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

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

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

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

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

.casonas_contec {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.text_casonas {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.mobile_entorno {
  overflow: visible;
}

.section_apartamento_modelo {
  background-color: #fff;
}

.apartamento-modelo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: 0;
  flex-direction: column;
  transition: all .4s;
  display: flex;
  position: relative;
  transform: translate(100vw);
}

.apartamento-modelo.show {
  opacity: 1;
  transform: translate(0);
}

.html-embed-10 {
  height: 550px;
}

.text-block-56 {
  color: #fff;
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  position: absolute;
  inset: 42% auto auto 40%;
}

.text-block-57 {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  position: absolute;
  inset: 30% auto auto 40%;
}

.text-block-58 {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  position: absolute;
  inset: 36% auto auto 50%;
}

.text-block-59 {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  position: absolute;
  inset: 29% auto auto 37%;
}

.text-block-60 {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  position: absolute;
  inset: 42% auto auto 40%;
}

.text-block-61 {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  position: absolute;
  inset: 39% auto auto 36%;
}

.text-block-62 {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  position: absolute;
  inset: 38% auto auto 38%;
}

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

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

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

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

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

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

.catalog-rotate_img {
  width: 100%;
}

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

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

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

.text-titulo {
  color: var(--brown);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.bold-text {
  font-family: PT Sans Narrow, sans-serif;
  font-weight: 400;
}

.div-block-45, .div-block-46, .div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.redes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.link-block-11, .link-block-12 {
  position: static;
}

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

.apartamento_modelo_2.show {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

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

.frame-67 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #8d0536;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px;
  display: flex;
}

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

.frame-68 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #8d0536;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px;
  display: flex;
}

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

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

.btn_apto_1.show {
  background-color: var(--brown);
  color: #fff;
}

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

.btn_apto_2.show {
  background-color: var(--brown);
  color: #fff;
}

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

.html-embed-11 {
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.lightbox-link-16 {
  width: 32%;
  inset: 3.6% auto auto 21%;
}

.html-embed-12 {
  color: #fff;
}

.lightbox-link-17 {
  width: 32%;
  inset: 4% 14.4% auto auto;
}

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

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

.h4-11 {
  color: #fff;
  font-family: PT Sans Narrow, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

.apartamento_modelo_3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: 0;
  flex-direction: column;
  width: 100%;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(100vw);
}

.apartamento_modelo_3.show {
  opacity: 1;
  transform: translate(0);
}

.apartamento_modelo_4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: 0;
  flex-direction: column;
  width: 100%;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(100vw);
}

.apartamento_modelo_4.show {
  opacity: 1;
  transform: translate(0);
}

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

.btn_apto_3.show {
  background-color: var(--brown);
  color: #fff;
}

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

.btn_apto_4.show {
  background-color: var(--brown);
  color: #fff;
}

.div-block-48, .div-block-49 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  display: flex;
}

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

.btn_apto_5.show {
  background-color: var(--brown);
  color: #fff;
}

.apartamento_modelo_5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: 0;
  flex-flow: column;
  width: 100%;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(100vw);
}

.apartamento_modelo_5.show {
  opacity: 1;
  transform: translate(0);
}

@media screen and (min-width: 1440px) {
  .heading-style-h1.centro {
    text-align: center;
  }

  .section_entorno {
    height: auto;
  }

  .grid-2 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .cover_button {
    position: relative;
  }

  .text-block-28 {
    font-size: .8em;
  }

  .selecciona-el-piso-2 {
    font-family: PT Sans Narrow, sans-serif;
    font-size: 14px;
  }

  .text-block-30 {
    font-size: .8em;
  }

  .selecciona-la-etapa-2 {
    font-family: PT Sans Narrow, sans-serif;
    font-size: 14px;
  }

  .text-block-29, .text-block-32, .text-block-26, .text-block-33 {
    font-size: .8em;
  }

  .atras_cover {
    top: 5%;
  }

  .slide {
    background-image: url('../images/zonas_comun_8.png');
  }

  .zonas_comunes {
    width: 100%;
  }

  .z_comunes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .slide-nav {
    display: none;
  }

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

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

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

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

  .slide-6 {
    background-image: url('../images/zonas_comun_5.png');
    background-position: 50%;
    background-size: contain;
    background-attachment: fixed;
  }

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

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

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

  .entorno_map, .button_entorno, .waze {
    position: relative;
    overflow: hidden;
  }

  .section_360 {
    z-index: 4;
    opacity: 0;
    background-color: #eee;
    width: 100%;
    height: auto;
    transition: all .4s;
    position: absolute;
    transform: translate(100vw);
  }

  .section_360.show {
    opacity: 1;
    transform: translate(0);
  }

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

  .html-embed-6 {
    height: 550px;
  }

  .section_map {
    z-index: 3;
    opacity: 0;
    background-color: #eee;
    width: 100%;
    height: auto;
    transition: all .4s;
    position: absolute;
    transform: translate(100vw);
  }

  .section_map.show {
    opacity: 1;
    transform: translate(0);
  }

  .map {
    position: relative;
  }

  .html-embed-7 {
    height: 550px;
  }

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

  .cerrar_section, .cerrar_entorno {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .text_entorno {
    color: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    font-family: Abhaya Libre, sans-serif;
    font-size: 2rem;
    display: flex;
    position: absolute;
    inset: 0%;
  }

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

  .text-block-54 {
    color: #333;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: Abhaya Libre, sans-serif;
    font-size: 3rem;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .catalog-rotate_img {
    border-radius: 50%;
  }

  .whatsapp {
    z-index: 4;
    width: 100vw;
    position: relative;
  }

  .div-block-12 {
    width: 5%;
    inset: auto 1% 6% auto;
  }
}

@media screen and (min-width: 1920px) {
  .text-block-28 {
    font-size: 1em;
  }

  .cover_image {
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

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

  .frame-25 {
    inset: 23% 49% auto auto;
  }

  .text-block-30, .text-block-31 {
    font-size: 1em;
  }

  .container-large-21 {
    max-width: 1440px;
    display: block;
  }

  .frame-26 {
    inset: 34% 38% auto auto;
  }

  .etapa_alhambra {
    object-fit: contain;
    width: 100%;
    max-width: 1440px;
  }

  .text-block-29 {
    font-size: 1em;
  }

  .tipologia_content-3 {
    height: auto;
  }

  .frame-28 {
    inset: auto auto 27% 48%;
  }

  .text-block-32, .text-block-26, .text-block-33 {
    font-size: 1em;
  }

  .section-project-2.is-home-hero {
    min-height: 10vw;
  }

  .div-block-12 {
    width: 5%;
    bottom: 6%;
    right: 1%;
  }
}

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

  .testimonial_component {
    flex-direction: column;
  }

  .f2wf-small-columns {
    flex-direction: row;
  }

  .h1, .h1-2 {
    font-size: 56px;
  }

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

  .pricing_card_header {
    flex-direction: column;
  }

  .pricing_card_info {
    width: 100%;
  }

  .pricing_card_price {
    justify-content: flex-end;
  }

  .img-entorno {
    transition: opacity .2s;
    transform: rotate(90deg);
  }

  .pricing_card_header-2 {
    height: 50%;
  }

  .pricing_card_header-3 {
    height: 30%;
  }

  .section_entorno {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .entorno_component {
    align-items: flex-start;
  }

  .entorno_card_wrapper {
    width: 100%;
  }

  .casonas_component {
    flex-direction: column;
  }

  .casonas_content {
    flex-direction: row;
    width: 100%;
    height: 150px;
  }

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

  .padding-section-small-2 {
    flex-direction: column;
  }

  .formulario {
    align-items: center;
  }

  .padding-section-small-3 {
    flex-direction: column;
  }

  .f2wf-columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .footer {
    flex-direction: column;
  }

  .nav_component {
    padding-right: 0;
  }

  .nav_brand {
    width: 15%;
  }

  .nav_menu {
    max-width: unset;
  }

  .nav_link {
    justify-content: center;
  }

  .footer-3, .footer-4 {
    flex-direction: column;
  }

  .text-block {
    top: auto;
  }

  ._3-columns {
    flex-direction: row;
    top: -133px;
  }

  .maps_content_columns {
    flex-direction: row;
  }

  .f2wf-columns-5 {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .footer-5 {
    flex-direction: column;
  }

  .content_interna_casonas {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .h1-5 {
    justify-content: center;
    display: flex;
    transform: rotate(0);
  }

  .menu_disponibilidad {
    flex-direction: row;
  }

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

  .div-block-2 {
    width: 100%;
    height: 70px;
  }

  .tipologia_component {
    flex-direction: column;
    height: auto;
  }

  .tipologia_image-wrap {
    height: 50vh;
  }

  .tipologia_content {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
  }

  .zonas_comunes_wrapper {
    flex-direction: column;
  }

  .zonas_comunes_card_item {
    width: 100%;
  }

  .zonas_comunes_item {
    width: 100%;
    max-width: 95px;
  }

  .div-block-3 {
    width: 100%;
    height: 30%;
    inset: auto 0% 0%;
  }

  .card_casonas, .catd_casonas {
    display: flex;
  }

  .tabs-menu-2 {
    flex-direction: row;
    max-width: 700px;
  }

  .tabs {
    flex-direction: column;
  }

  .tab-link-tab-2-2, .tab-link-tab-1-2, .tab-link-tab-1-2.w--current, .tab-link-tab-3-2, .tab-link-tab-4, .tab-link-tab-5, .tab-link-tab-6 {
    width: 100%;
    max-width: 119px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lightbox-link {
    top: 53.7%;
    left: 9.1%;
  }

  .lightbox-link-2 {
    top: 38%;
    left: 15.8%;
  }

  .lightbox-link-3 {
    top: 39%;
    left: 36.5%;
  }

  .lightbox-link-4 {
    top: 52%;
    left: 26%;
  }

  .lightbox-link-5 {
    top: 39.5%;
    right: 32%;
  }

  .lightbox-link-6 {
    top: 39.9%;
    right: 13.5%;
  }

  .lightbox-link-7 {
    bottom: 20.8%;
    right: 41.1%;
  }

  .lightbox-link-8 {
    bottom: 29%;
    right: 25%;
  }

  .item_casona, .item_casona_2, .item-casona_3, .item-casona_4, .item-casona_5, .item-casona_6, .item-casona_7, .item-casona_8 {
    display: none;
  }

  .link-block {
    top: 25%;
    left: 16%;
  }

  .link-block-2 {
    top: 27%;
  }

  .link-block-3 {
    top: 27.5%;
    right: 32%;
  }

  .link-block-4 {
    top: 28%;
    right: 13.5%;
  }

  .link-block-5 {
    bottom: 37%;
    left: 9%;
  }

  .link-block-6 {
    bottom: 40%;
    left: 26%;
  }

  .link-block-7 {
    bottom: 24%;
  }

  .link-block-8 {
    right: 24.5%;
  }

  .tabs-menu-5 {
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
  }

  .tabs-4 {
    flex-direction: column;
  }

  .tabs-menu-6 {
    flex-direction: row;
    max-width: 100%;
  }

  .tabs-5 {
    flex-direction: column-reverse;
  }

  .tab-link-tab-3-4, .tab-link-tab-4-3, .tab-link-tab-5-3, .tab-link-tab-6-3, .tab-link-tab-7-2, .tab-link-tab-8, .tab-link-tab-9, .tab-link-tab-2-5.w--current {
    padding-left: 8px;
    padding-right: 8px;
  }

  .f2wf-columns-6 {
    flex-direction: column;
    align-items: center;
  }

  .padding-global-13 {
    justify-content: center;
    display: flex;
  }

  .tipo_b {
    right: 34.5%;
  }

  .tipo_c {
    right: 28.5%;
  }

  .tipo_d {
    left: 32%;
  }

  .tipo_e {
    left: 37.5%;
  }

  .tipo_f {
    right: 28.5%;
  }

  .tipo_g {
    left: 44%;
  }

  .f2wf-columns-7 {
    flex-direction: column;
    align-items: center;
  }

  .etapas-3 {
    object-fit: contain;
    width: 100%;
  }

  .tabs-7 {
    flex-direction: column;
    height: 100%;
    position: absolute;
  }

  .tabs-content-5 {
    justify-content: center;
    max-width: 600px;
    height: 300px;
    display: flex;
  }

  .tab-link-tab-1-6.w--current {
    top: 20%;
    left: 12%;
  }

  .tab-link-tab-2-6 {
    top: 21%;
    left: 35%;
  }

  .tab-link-tab-2-6.w--current {
    top: 22%;
  }

  .tab-link-tab-3-5 {
    top: 22%;
    right: -40%;
  }

  .tab-link-tab-3-5.w--current {
    opacity: .1;
    top: 23%;
    right: -41%;
  }

  .tab-link-tab-4-4 {
    top: 23%;
    right: -46%;
  }

  .tab-link-tab-4-4.w--current {
    opacity: .1;
    top: 23%;
    right: -45.5%;
  }

  .tab-link-tab-5-4 {
    bottom: -43%;
  }

  .tab-link-tab-5-4.w--current {
    opacity: .1;
    bottom: -44%;
  }

  .tab-link-tab-6-4 {
    bottom: -40%;
    left: -37%;
  }

  .tab-link-tab-6-4.w--current {
    opacity: .1;
    bottom: -41%;
  }

  .tab-link-tab-7-3 {
    bottom: -59%;
  }

  .tab-link-tab-7-3.w--current {
    opacity: .1;
    right: 29%;
  }

  .tab-link-tab-8-2 {
    bottom: -21%;
    right: -63%;
  }

  .tab-link-tab-8-2.w--current {
    opacity: .1;
    bottom: -22%;
    right: -63%;
  }

  .tabs-menu-8 {
    height: 50vh;
  }

  .tab-pane-tab-2-2 {
    width: 100%;
  }

  .fondo {
    max-width: 100%;
    height: 300px;
  }

  .tab-pane-tab-1-2 {
    background-color: #8d0536;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-link-9 {
    width: 18.5%;
    left: 22%;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .nav_component-2 {
    padding-right: 0;
  }

  .nav_menu-2 {
    max-width: unset;
    background-color: #eee;
  }

  .nav_link-2 {
    justify-content: center;
  }

  .f2wf-columns-8 {
    flex-direction: column;
    align-items: center;
  }

  .lightbox-link-10 {
    width: 22%;
    right: 25.3%;
  }

  .lightbox-link-11 {
    width: 24.5%;
    right: 16.7%;
  }

  .lightbox-link-12 {
    width: 18%;
    left: 22%;
  }

  .lightbox-link-13 {
    width: 22%;
    left: 30.5%;
  }

  .lightbox-link-14 {
    width: 19%;
    bottom: 12.5%;
    right: 16.5%;
  }

  .lightbox-link-15 {
    width: 19%;
    right: 40.5%;
  }

  .frame-36, .frame-37, .frame-51, .frame-52, .frame-53, .frame-54, .frame-55, .casa_1, .casa_2, .casa_3, .casa_4, .casa_5, .casa_6, .casa_7, .casa_8 {
    display: none;
  }

  .tab-pane-tab-3-2, .tab-pane-tab-4-3, .tab-pane-tab-5-2, .tab-pane-tab-6-2, .tab-pane-tab-7-2, .tab-pane-tab-8 {
    width: 100%;
  }

  .casonas {
    height: auto;
  }

  .f2wf-columns-9 {
    flex-direction: column;
    align-items: center;
  }

  .section-typology {
    height: 70vh;
  }

  .typology_text, .typology_image, .piso_1, .piso_2 {
    height: auto;
  }

  .f2wf-columns-10 {
    flex-direction: row;
    align-items: center;
    padding-left: 28px;
    padding-right: 28px;
  }

  .tipo-4, .div-block-37, .typology_data.position_typology_4, .typology_data.position_typology_3, .typology_data.position_typology_1, .typology_data.position_typology_2, .typology_data.position_typology_5, .typology_data.position_typology_6, .tipo_a-4 {
    display: none;
  }

  .cover_image {
    width: 100%;
    height: auto;
  }

  .planta-alhambra-07-1 {
    object-fit: contain;
    height: auto;
  }

  .frame-25 {
    max-width: 35px;
    max-height: 35px;
  }

  .section-cover {
    height: 650px;
  }

  .div-block-36, .tipo_a-5, .div-block-35, .tipo-2, .tipo {
    display: none;
  }

  .fachada-1 {
    height: auto;
  }

  .cover_data, .div-block-39 {
    display: none;
  }

  .frame-26 {
    max-width: 35px;
    max-height: 35px;
  }

  .tipo_a-2, .div-block-34 {
    display: none;
  }

  .etapa_alhambra {
    height: auto;
  }

  .section-typology-2.floors_1, .section-typology-2.floors_2, .section-typology-2.cover_2_floors_1 {
    height: 650px;
  }

  .text-65 {
    text-align: center;
    font-size: 24px;
  }

  .tipologia_content-3 {
    height: auto;
  }

  .frame-28 {
    text-align: center;
    max-width: 35px;
    max-height: 35px;
  }

  .tipo_a-3, .div-block-38, .tipo-3, .floor_data_position_1 {
    display: none;
  }

  .section-project-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-project-2.is-home-hero {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .section-floors-2.etapa-1, .section-floors-2.etapa-2 {
    height: 650px;
  }

  .floor_data.position_floor_1, .floor_data.position_floor_2, .floor_data.position_floor_3, .floor_data.position_floor_4, .floor_data.position_floor_5, .floor_data.position_floor_6, .floor_data.position_floor_7, .floor_data.position_floor_8 {
    display: none;
  }

  .slider {
    height: 81%;
  }

  .slide, .slide-2, .slide-3, .slide-4, .slide-5, .slide-7, .slide-8, .slide-9 {
    background-repeat: no-repeat;
  }

  .section_360 {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .section_360.show {
    height: 700px;
    inset: 0% auto auto 0%;
  }

  .html-embed-6 {
    height: 400px;
  }

  .section_map {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .section_map.show {
    justify-content: flex-start;
    align-items: stretch;
    inset: 0% auto auto 0%;
  }

  .map {
    display: flex;
  }

  .html-embed-7 {
    height: 400px;
  }

  .section_como_llegar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 700px;
    display: flex;
  }

  .text_entorno {
    font-size: 1.5rem;
  }

  .html-embed-8, .slider-2 {
    height: 400px;
  }

  .casonas_contec {
    flex-direction: column;
  }

  .html-embed-9 {
    transform: rotate(90deg);
  }

  .menu-button {
    background-color: #adadad;
  }

  .menu-button.w--open {
    background-color: #8d0536;
  }

  .icon {
    color: #fff;
  }

  .content-3 {
    align-items: center;
  }

  .div-block-12 {
    width: 15%;
    inset: auto 0% 0% auto;
  }

  .btn_aptos_modelo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .btn_apto_1, .btn_apto_2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .availability {
    position: relative;
    bottom: 20px;
  }

  .btn_apto_3, .btn_apto_4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-48, .div-block-49 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home-message_component {
    padding: 0;
  }

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

  .f2wf-small-columns, .f2wf-small-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .santa_ana_dos_header {
    align-items: center;
  }

  .f2wf-small-columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .frame-43, .entorno-card {
    flex-direction: column;
  }

  .nav_brand {
    width: 20%;
  }

  .f2wf-small-columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .forma-section-santa-ana-dos {
    width: 100%;
    height: 25%;
    inset: 0% 0% auto;
  }

  .forma-concepto {
    width: 100%;
    height: 25%;
    inset: auto 0% 0%;
  }

  .entorno_360_content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 65vh;
  }

  .menu_entorno_360 {
    flex-direction: column;
    width: 100%;
    position: relative;
    top: auto;
  }

  .text-rubros {
    flex-direction: row;
  }

  .entorno_360_educacion {
    flex-direction: column;
    width: 100%;
  }

  .rubros_-uno {
    width: 100%;
    display: flex;
  }

  .footer-5 {
    flex-direction: column;
  }

  .tipologia_image-wrap {
    height: 45vh;
  }

  .tabs-menu {
    position: relative;
  }

  .lightbox-link {
    top: 56.3%;
    left: 8%;
  }

  .lightbox-link-2 {
    top: 41%;
    left: 15%;
  }

  .lightbox-link-3 {
    top: 43%;
  }

  .lightbox-link-4 {
    top: 54%;
    left: 25%;
  }

  .lightbox-link-5 {
    top: 43.5%;
  }

  .lightbox-link-6 {
    top: 42.9%;
    right: 12.5%;
  }

  .lightbox-link-8 {
    bottom: 28%;
    right: 24.5%;
  }

  .f2wf-small-columns-5 {
    flex-direction: column;
    align-items: center;
  }

  .link-block {
    left: 15%;
  }

  .link-block-3 {
    top: 28%;
    right: 31.5%;
  }

  .link-block-4 {
    right: 12.5%;
  }

  .link-block-5 {
    bottom: 37.5%;
    left: 8%;
  }

  .link-block-6 {
    left: 25%;
  }

  .link-block-7 {
    bottom: 24.5%;
  }

  .link-block-8 {
    bottom: 35%;
    right: 24%;
  }

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

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

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

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

  .f2wf-small-columns-6, .f2wf-small-columns-7 {
    flex-direction: column;
    align-items: center;
  }

  .tab-link-tab-1-6.w--current {
    top: 24%;
  }

  .tab-link-tab-2-6, .tab-link-tab-2-6.w--current {
    top: 25%;
  }

  .tab-link-tab-3-5 {
    top: 26%;
  }

  .tab-link-tab-3-5.w--current, .tab-link-tab-4-4, .tab-link-tab-4-4.w--current {
    top: 27%;
  }

  .tab-link-tab-5-4 {
    bottom: -44%;
  }

  .tab-link-tab-6-4 {
    bottom: -41%;
  }

  .tab-link-tab-6-4.w--current {
    bottom: -42%;
  }

  .tab-link-tab-7-3 {
    bottom: -57%;
  }

  .tab-link-tab-7-3.w--current {
    bottom: -58%;
  }

  .tab-link-tab-8-2, .tab-link-tab-8-2.w--current {
    bottom: -25%;
  }

  .tabs-menu-8 {
    height: 45vh;
  }

  .lightbox-link-9 {
    width: 21.5%;
    bottom: 15%;
    left: 17.5%;
  }

  .grid-2 {
    flex-direction: column;
  }

  .lightbox-link-10 {
    width: 25.5%;
    right: 22%;
  }

  .lightbox-link-11 {
    width: 29.2%;
    bottom: 5.5%;
    right: 11%;
  }

  .lightbox-link-12 {
    width: 21%;
    bottom: 15%;
    left: 18%;
  }

  .lightbox-link-13 {
    width: 25%;
    top: 21%;
    left: 28%;
  }

  .lightbox-link-14 {
    width: 21.5%;
    bottom: 13%;
    right: 12%;
  }

  .lightbox-link-15 {
    width: 21%;
    right: 39.8%;
  }

  .f2wf-small-columns-8 {
    flex-direction: column;
    align-items: center;
  }

  .section-typology {
    height: 65vh;
  }

  .heading-style-h2-3 {
    font-size: 40px;
  }

  .typology_image {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: row;
  }

  .navegacion-etapas-2, .navegacion-etapas-3 {
    flex-direction: column;
  }

  .paragraph-3 {
    font-size: 1.2em;
  }

  .catalog-btn-wrapper.greeting-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-12 {
    inset: auto 0% 0% auto;
  }

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

  .recorrido-1 {
    font-size: 12px;
  }

  .btn_aptos_modelo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .btn_apto_1.show, .btn_apto_2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .recorrido_2 {
    font-size: .75rem;
  }

  .availability {
    bottom: 10px;
  }

  .btn_apto_3, .btn_apto_4 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h1 {
    text-align: center;
    font-size: 1.5rem;
  }

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

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

  .heading-style-h4 {
    text-align: center;
  }

  .heading-style-h6 {
    text-align: center;
    font-size: 1rem;
  }

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

  .heading-style-h2.write {
    line-height: 1;
  }

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

  .pricing_card_header {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    height: auto;
  }

  .pricing_card_price {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .frame-19 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_entorno {
    height: auto;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .padding-global-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .casonas_component {
    flex-direction: column;
  }

  .casonas_content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    height: 100px;
  }

  .h1-3 {
    font-size: 30px;
  }

  .h4 {
    font-size: 12px;
  }

  .casonas-card {
    flex-direction: column;
  }

  .nav_brand {
    width: 45%;
  }

  .text-block {
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1;
  }

  ._3-columns {
    flex-direction: column;
    top: 0;
  }

  .maps_content_columns {
    flex-direction: column;
    top: auto;
  }

  .entorno_360_content {
    height: 100%;
  }

  .menu_entorno_360 {
    max-height: 210px;
  }

  .f2wf-columns-5 {
    overflow: visible;
  }

  .footer_component-3 {
    width: 100%;
  }

  .formulario-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_content-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-5 {
    font-size: 32px;
  }

  .menu_disponibilidad {
    flex-direction: column;
    max-width: 300px;
    position: relative;
  }

  .interna-casonas {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .div-block {
    height: 20%;
  }

  .section_tipologia {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .tipologia_component {
    align-items: center;
    width: 100%;
  }

  .tipologia_image-wrap {
    max-width: 250px;
    height: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .tipologia_content {
    flex-direction: column;
    max-width: 290px;
    padding-left: 0;
    padding-right: 0;
  }

  .zonas_comunes_card_item {
    display: none;
  }

  .zonas_comunes_item {
    max-height: 50px;
  }

  .div-block-3 {
    height: 20%;
  }

  .tabs-menu {
    width: 100%;
    max-width: 310px;
    position: relative;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    flex-direction: column;
    padding: .5rem 1.5rem;
  }

  .tabs-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .lightbox-link {
    top: 37%;
    left: 5.1%;
  }

  .lightbox-link-2 {
    top: 28%;
    left: 13%;
  }

  .lightbox-link-3 {
    top: 29%;
  }

  .lightbox-link-4 {
    top: 36%;
    left: 23.5%;
  }

  .lightbox-link-5 {
    top: 29.5%;
    right: 31%;
  }

  .lightbox-link-6 {
    top: 30%;
    right: 10.5%;
  }

  .lightbox-link-7 {
    bottom: 50%;
  }

  .lightbox-link-8 {
    bottom: 55%;
    right: 23.5%;
  }

  .tabs-2 {
    flex-direction: column;
    justify-content: space-between;
  }

  .link-block {
    top: 8%;
    left: 13%;
  }

  .link-block-2 {
    top: 9%;
    left: 36%;
  }

  .link-block-3 {
    top: 10%;
    right: 31%;
  }

  .link-block-4 {
    top: 10%;
    right: 11%;
  }

  .link-block-5 {
    bottom: 71.5%;
    left: 5%;
  }

  .link-block-6 {
    bottom: 73%;
    left: 24%;
  }

  .link-block-7 {
    bottom: 64.5%;
  }

  .link-block-8 {
    bottom: 70%;
    right: 22%;
  }

  .tabs-menu-5, .tabs-menu-6 {
    max-width: 300px;
  }

  .tab-link-tab-3-4, .tab-link-tab-4-3, .tab-link-tab-5-3, .tab-link-tab-6-3, .tab-link-tab-7-2, .tab-link-tab-8, .tab-link-tab-9, .tab-link-tab-2-5.w--current {
    padding-left: 4px;
    padding-right: 4px;
  }

  .f2wf-columns-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .html-embed-2 {
    height: 60vh;
  }

  .heading-style-h6-2 {
    text-align: left;
  }

  .mapa_component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .tipo_b {
    right: 27.5%;
  }

  .tipo_c {
    right: 19%;
  }

  .tipo_d {
    left: 23%;
  }

  .tipo_e {
    left: 32%;
  }

  .tipo_f {
    right: 19%;
  }

  .tipo_g {
    left: 41%;
  }

  .tabs-7 {
    height: 100vh;
  }

  .tabs-content-5 {
    max-width: 300px;
    height: 536px;
  }

  .tab-link-tab-1-6 {
    opacity: 0;
    top: 25%;
    left: 12%;
  }

  .tab-link-tab-1-6.w--current {
    opacity: .1;
    top: 25%;
    left: 12%;
  }

  .tab-link-tab-2-6 {
    opacity: 0;
    top: 26%;
    left: 35%;
  }

  .tab-link-tab-2-6.w--current {
    top: 26%;
  }

  .tab-link-tab-3-5 {
    opacity: 0;
    top: 6%;
    right: -55%;
  }

  .tab-link-tab-3-5.w--current {
    top: 3%;
    right: -55%;
  }

  .tab-link-tab-4-4 {
    opacity: 0;
    top: -15%;
    right: -76%;
  }

  .tab-link-tab-4-4.w--current {
    top: -15%;
    right: -76%;
  }

  .tab-link-tab-5-4 {
    opacity: 0;
    bottom: 19%;
    left: 4%;
  }

  .tab-link-tab-5-4.w--current {
    bottom: 19%;
    left: 4%;
  }

  .tab-link-tab-6-4 {
    opacity: 0;
    bottom: 44%;
    left: 23%;
  }

  .tab-link-tab-6-4.w--current {
    bottom: 44%;
    left: 23%;
  }

  .tab-link-tab-7-3 {
    opacity: 0;
    bottom: 50%;
    right: -45%;
  }

  .tab-link-tab-7-3.w--current {
    bottom: 50%;
    right: -45%;
  }

  .tab-link-tab-8-2 {
    opacity: 0;
    bottom: 82%;
  }

  .tab-link-tab-8-2.w--current {
    opacity: .1;
    bottom: 82%;
  }

  .tabs-menu-8 {
    height: 200px;
  }

  .fondo {
    height: 536px;
  }

  .lightbox-link-9 {
    width: 20%;
    left: 19.5%;
  }

  .grid-2 {
    flex-direction: column;
  }

  .h1-10 {
    font-size: 36px;
  }

  .h4-9 {
    font-size: 12px;
    line-height: 12px;
  }

  .image-15 {
    display: inline-block;
  }

  .lightbox-link-10 {
    width: 23%;
    right: 24%;
  }

  .lightbox-link-11 {
    width: 27%;
    bottom: 6%;
    right: 14%;
  }

  .lightbox-link-12 {
    width: 20%;
    left: 19.5%;
  }

  .lightbox-link-13 {
    width: 23.1%;
    top: 21.4%;
    left: 29.5%;
  }

  .lightbox-link-14 {
    width: 21%;
    bottom: 12%;
    right: 14%;
  }

  .lightbox-link-15 {
    width: 19.5%;
    right: 40.5%;
  }

  .section-floors.show {
    inset: 0% auto auto 0%;
  }

  .navegacion-etapas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    position: relative;
  }

  .section-typology {
    height: auto;
  }

  .section-typology.casona_1 {
    inset: 0% auto auto 0%;
  }

  .section-typology.casona_1.show {
    height: auto;
    inset: 0% auto auto 0%;
  }

  .section-typology.casona_2, .section-typology.casona_2.show, .section-typology.casona_3, .section-typology.casona_3.show, .section-typology.casona_4, .section-typology.casona_4.show, .section-typology.casona_5, .section-typology.casona_5.show, .section-typology.casona_6, .section-typology.casona_6.show, .section-typology.casona_7, .section-typology.casona_7.show, .section-typology.casona_8, .section-typology.casona_8.show {
    inset: 0% auto auto 0%;
  }

  .heading-style-h2-3 {
    font-size: 30px;
  }

  .typology_image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .section-project {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .boton-seleccion.pisos, .boton-seleccion.etapas.show, .boton-seleccion.unidad {
    max-width: 15px;
    max-height: 35px;
  }

  .f2wf-columns-10 {
    flex-direction: column;
    align-items: flex-start;
  }

  .s_etapa {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .navegacion-etapas-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 28px;
    padding-right: 28px;
  }

  .s_piso, .s_unidad {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .atras_typology {
    text-decoration: none;
  }

  .text-block-28 {
    font-size: .6em;
    top: 36%;
    left: 41%;
  }

  .padding-global-19 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .frame-25 {
    max-width: 20px;
    max-height: 20px;
  }

  .section-cover {
    height: 600px;
  }

  .text-block-30 {
    font-size: .6em;
    top: 35%;
    left: 36%;
  }

  .text-block-31 {
    font-size: .6em;
    top: 37%;
    left: 34%;
  }

  .navegacion-etapas-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 28px;
    padding-right: 28px;
  }

  .heading-style-h2-5 {
    font-size: 36px;
  }

  .frame-26 {
    max-width: 20px;
    max-height: 20px;
  }

  .section-typology-2.cover_2_floors_1 {
    height: 600px;
  }

  .text-65 {
    font-size: 16px;
  }

  .text-block-29 {
    font-size: .6em;
    top: 30%;
    left: 37%;
  }

  .frame-28 {
    max-width: 20px;
    max-height: 20px;
  }

  .text-block-32 {
    font-size: .6em;
    top: 30%;
    left: 48%;
  }

  .text-block-26 {
    font-size: .6em;
    top: 35%;
    left: 35%;
  }

  .text-block-33 {
    font-size: .6em;
    top: 35%;
    left: 31%;
  }

  .paragraph-3 {
    font-size: 1em;
  }

  .section-floors-2 {
    height: auto;
  }

  .section-floors-2.etapa-1, .section-floors-2.etapa-2 {
    height: 600px;
  }

  .atras_cover {
    text-decoration: none;
  }

  .entorno_map, .button_entorno, .waze {
    width: 100%;
    height: 100px;
  }

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

  .section_360.show {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .html-embed-6 {
    height: 300px;
  }

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

  .section_map.show {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .html-embed-7 {
    height: auto;
  }

  .section_como_llegar {
    flex-direction: column;
    justify-content: flex-start;
    height: 600px;
    display: flex;
  }

  .cerrar_section, .cerrar_entorno {
    text-decoration: none;
  }

  .text_entorno {
    font-size: 1rem;
  }

  .text-block-54 {
    font-size: 1.5rem;
  }

  .image_entorno {
    flex-direction: column;
  }

  .html-embed-8 {
    height: 300px;
  }

  .slider-2 {
    height: 200px;
  }

  .mobile_entorno {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
  }

  .text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62 {
    font-size: .5rem;
  }

  .catalog-btn-wrapper.greeting-btn {
    margin-left: auto;
  }

  .div-block-12 {
    width: 25%;
    inset: auto 0% 5% auto;
  }

  .div-block-45 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
    height: 100px;
  }

  .div-block-46, .div-block-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100px;
  }

  .recorrido-1 {
    font-size: 12px;
  }

  .btn_aptos_modelo {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-direction: column;
    align-items: center;
  }

  .btn_apto_1.show, .btn_apto_2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .recorrido_2 {
    font-size: .75rem;
  }

  .html-embed-11 {
    height: 70vh;
  }

  .availability {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    bottom: 0;
  }

  .btn_apto_3, .btn_apto_4, .btn_apto_5 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

#w-node-_93b08d2b-9401-22aa-21dc-aefcbdef2972-84c84d57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ba23100-efe1-b5c7-2897-8185048444c3-84c84d57 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-be474108-a27f-09ba-7355-7b0c4dce08ad-84c84d57 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f1a94e09-7dcc-2d93-ae00-e6e9ad7a2f01-84c84d57 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-4fc84d60 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-4fc84d60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-4fc84d60 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-4fc84d60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-4fc84d60 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-4fc84d60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-4fc84d60 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-4fc84d60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-4fc84d60 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-4fc84d60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-4fc84d60, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-4fc84d60 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-4fc84d60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-4fc84d60 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-ffaccdb1-f5db-6ef7-6f12-a16800bd1aca-84c84d57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


