:root {
  --texto: tt-commons-pro, sans-serif;
  --gris: #2d2d2d;
  --arena-20: #f5f1e6;
  --white: white;
  --titulo: "Martian Mono", sans-serif;
  --dólar: #9da68c;
  --elements-webflow-library--neutral--100\<deleted\|variable-07926372\>: white;
  --elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>: #211f54;
  --melón: #efc697;
  --aguamarina: #637a7b;
  --elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>: #14142b14;
  --elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>: #4a3aff;
  --martian\<deleted\|variable-87509d3b-6028-901f-306a-eee02ca57ba1\>: "Titles Semi Bold";
  --elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>: #eff0f6;
  --olivo: #525b43;
  --nuez: #9b8d62;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--secondary--color-1\<deleted\|variable-6e6412b6\>: #281ca5;
  --elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>: #6e7191;
  --arena: #cebc83;
  --titulo-texto: tt-commons-pro, sans-serif;
  --black: black;
  --elements-webflow-library--general--shadow-01: #14142b0f;
}

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

body {
  font-family: var(--texto);
  color: #333;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--gris);
  text-decoration: underline;
}

.body-wrap {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.brix---btn-primary-small {
  border: 1px solid var(--arena-20);
  background-color: var(--white);
  font-family: var(--titulo);
  color: var(--dólar);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 10px;
  justify-content: center;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .6s, transform .6s, color .6s;
}

.brix---btn-primary-small:hover {
  background-color: var(--dólar);
  font-family: var(--titulo);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  font-weight: 300;
  transform: translate3d(0, -2px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 48px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  font-family: var(--titulo);
  color: var(--dólar);
  letter-spacing: .3em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--melón);
}

.brix---header-nav-link.aguamarina {
  color: var(--aguamarina);
  -webkit-text-stroke-color: var(--aguamarina);
}

.brix---header-nav-link.aguamarina:hover {
  color: var(--melón);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 48px;
}

.brix---dropdown-link {
  color: var(--dólar);
  letter-spacing: .15em;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--melón);
  letter-spacing: .15em;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 20px 40px 40px;
}

.brix---dropdown-card {
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  font-family: var(--titulo);
  min-width: 280px;
  margin-left: -40px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  position: absolute;
  inset: 0% auto 0% 77%;
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  color: var(--dólar);
  width: 14px;
  margin-left: 6px;
  font-family: Titles Semi Bold;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  flex-flow: row;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

.brix---header-nav-menu-list {
  z-index: 1;
  font-family: var(--martian\<deleted\|variable-87509d3b-6028-901f-306a-eee02ca57ba1\>);
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-right-column {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  font-family: Titles Semi Bold;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-logo-link.w--current {
  width: 280px;
}

.brix---header-logo-link.w--current:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--white);
  font-family: var(--martian\<deleted\|variable-87509d3b-6028-901f-306a-eee02ca57ba1\>);
  height: 186px;
  margin-bottom: 24px;
  padding-top: 12px;
}

.text-block {
  font-family: var(--titulo);
  color: var(--dólar);
  letter-spacing: .3em;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
}

.text-block:hover {
  color: var(--melón);
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--dólar);
  font-family: var(--titulo);
  color: var(--olivo);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 12px;
  justify-content: center;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--melón);
  color: var(--gris);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 0;
}

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

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.color-neutral-100 {
  color: var(--nuez);
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  font-family: var(--titulo);
  color: var(--arena-20);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 200;
  line-height: 60px;
}

.grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.container-default-2 {
  max-width: 1218px;
  padding-left: 12vw;
  padding-right: 12vw;
}

.hero-bg-image-dark {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-101 {
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-hero-play-button {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---hero-bg-image-dark-2 {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1\<deleted\|variable-6e6412b6\>);
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title {
  color: var(--olivo);
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.brix---icon-square-36px {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  padding-right: 6px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: flex-end;
  align-self: center;
  place-items: stretch end;
  padding-right: 24px;
  display: flex;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  align-self: center;
  width: 260px;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---grid-footer-v1 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  justify-items: start;
}

.brix---footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--dólar);
}

.brix---footer-col-wrap {
  padding-top: 36px;
}

.html-embed {
  color: var(--olivo);
  width: 100%;
}

.image, .image-2 {
  flex: none;
}

.text-block-2 {
  margin-bottom: 11px;
}

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

.brix---half-bg-image-right-content-v2 {
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  background-color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  transform: translate3d(0, -3px, .01px);
}

.boton {
  background-color: var(--dólar);
  font-family: var(--titulo);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 12px;
  justify-content: center;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.boton:hover {
  background-color: var(--melón);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  -webkit-text-stroke-color: white;
  transform: translate3d(0, -3px, .01px);
}

.boton.residencia {
  background-color: var(--aguamarina);
  width: 210px;
}

.boton.residencia:hover {
  background-color: var(--arena);
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.boton-wrap {
  align-items: center;
  display: flex;
}

.parrafo {
  font-family: var(--texto);
  max-width: 920px;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 200;
  line-height: 33px;
}

.div-margen-48 {
  margin-bottom: 48px;
}

.destacado {
  font-family: var(--titulo);
  color: var(--nuez);
  margin-top: 60px;
  margin-bottom: 40px;
  margin-left: -40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

.destacado.center {
  font-family: var(--titulo-texto);
  text-align: center;
  margin-left: 0;
  font-size: 31px;
}

.titulo-3-wrap {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  border-bottom: 1px #000;
  border-radius: 0;
  min-width: 140px;
}

.div-marrgen-16 {
  margin-bottom: 16px;
}

.grid-2-columns-text-der {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-image-fw-right {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.half-bg-image-left-content-v2-copy {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 35%;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.container-default-5-right {
  max-width: 50%;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  inset: 0% 0% auto auto;
}

.parrafo-footer {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
}

.text-block-3 {
  font-size: 22px;
  line-height: 24px;
}

.image-break-section {
  background-color: var(--gris);
  justify-content: center;
  align-items: center;
  height: 65vh;
  display: flex;
  position: relative;
}

.image-break-wrapper {
  z-index: 1;
  background-color: #2d2d2d80;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-break {
  background-color: var(--arena-20);
  padding-top: 72px;
  padding-bottom: 72px;
}

.text-break-wrap {
  justify-content: center;
  align-items: center;
  padding-left: 144px;
  padding-right: 144px;
  display: flex;
}

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

.gallery-invite-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 72px;
  display: grid;
}

.destacado-sin-margen {
  font-family: var(--titulo);
  color: var(--nuez);
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-accent-1 {
  color: var(--olivo);
}

.brix---display-2 {
  color: var(--dólar);
  font-family: Text Semi Bold;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
}

.brix---text-300-bold {
  color: var(--gris);
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---icon-stats-v7 {
  border-radius: 16px;
  width: 72px;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---card-content-v7 {
  padding: 56px 26px 32px;
}

.brix---card {
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
}

.brix---display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---icon-big-stats-v7 {
  border-radius: 24px;
  width: 108px;
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---card-stat-purple {
  background-color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  border-radius: 24px;
  padding: 236px 56px 56px;
}

.brix---stats-v7-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  padding-left: 80px;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---container-default-6 {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brix---section {
  padding-top: 0;
  padding-bottom: 0;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---display-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
}

.brix---display-6 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.div-block {
  align-self: stretch;
}

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

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.link-header {
  color: #9da68c;
  letter-spacing: .3em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  font-family: Martian Mono, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: color .3s;
}

.link-header:hover {
  color: #efc697;
}

.link-header.w--current {
  color: var(--dólar);
}

.link-header.w--current:hover {
  color: var(--melón);
}

.link-header.aguamarina {
  color: #637a7b;
  -webkit-text-stroke-color: #637a7b;
}

.link-header.aguamarina:hover {
  color: #efc697;
}

.link-header.desactivado {
  color: #d8d8d8;
  cursor: auto;
}

.brix---btn-primary-small-2 {
  color: #9da68c;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f5f1e6;
  border-radius: 10px;
  justify-content: center;
  padding: 12px 18px;
  font-family: Martian Mono, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .6s, transform .6s, color .6s;
}

.brix---btn-primary-small-2:hover {
  color: #fff;
  background-color: #9da68c;
  font-family: Martian Mono, sans-serif;
  font-weight: 300;
  transform: translate3d(0, -2px, .01px);
}

.image-break-background {
  z-index: 0;
  background-image: url('../images/2520H-3030-Enhanced-RD.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-break-background.b {
  background-image: url('../images/2520H-3043-Enhanced-RD.jpg');
}

.image-break-background.c {
  background-image: url('../images/Veinticinco-Veinte-H-©-Héctor-Muñoz-Huerta-1934-HDR.jpg');
}

.image-break-background.d {
  background-image: url('../images/2520H-3032-Enhanced-RD.jpg');
}

.text-block-4 {
  color: #9da68c;
  letter-spacing: .3em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Martian Mono, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-block-4:hover {
  color: #efc697;
}

.header-logo {
  width: 260px;
}

.brix---btn-primary-small-3 {
  color: #9da68c;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f5f1e6;
  border-radius: 10px;
  justify-content: center;
  padding: 12px 18px;
  font-family: Martian Mono, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .6s, transform .6s, color .6s;
}

.brix---btn-primary-small-3:hover {
  color: #fff;
  background-color: #9da68c;
  font-family: Martian Mono, sans-serif;
  font-weight: 300;
  transform: translate3d(0, -2px, .01px);
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header {
  background-color: #fff;
  height: 186px;
  margin-bottom: 0;
  padding-top: 12px;
}

.brix---dropdown-card-2 {
  background-color: #fff;
  min-width: 250px;
  margin-top: 18px;
  margin-left: 0;
  font-family: Martian Mono, sans-serif;
  top: 32px;
  overflow: hidden;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.w--current {
  width: 280px;
}

.header-logo-link.w--current:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.header-nav-list-item-mobile {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---dropdown-toggle-2 {
  color: #211f54;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: #4a3aff;
}

.header-nav-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-list-item {
  margin-bottom: 0;
  margin-left: 42px;
}

.header-nav-list-item.residencias {
  margin-top: -17px;
}

.header-nav-list-item.mobile {
  display: none;
}

.header-nav-list-item.bandera {
  flex: none;
  align-self: flex-start;
  margin-top: -3px;
}

.dropdown-link-2 {
  color: #9da68c;
  letter-spacing: .15em;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.dropdown-link-2:hover {
  color: #efc697;
  letter-spacing: .15em;
}

.dropdown-link-2.w--current {
  color: var(--melón);
}

.galeria {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.galeria-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
}

.galeria-foto {
  width: 24vw;
  height: 16vw;
}

.espacio-izq {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 120px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.titulo-h2 {
  font-family: var(--titulo);
  color: var(--nuez);
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: 700;
}

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

.titulo-h2.izq {
  margin-left: 0;
}

.titulo-h2.der {
  margin-right: -36px;
  padding-left: 36px;
}

.espacio-izq-foto {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 60vw;
  height: 40vw;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.espacio-izq-foto.vertical {
  width: 40vw;
  height: 50vw;
}

.espacio-der {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 120px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.espacio-der-foto {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 60vw;
  height: 40vw;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.espacio-der-foto.vertical {
  width: 40vw;
  height: 50vw;
}

.espacio-der-foto.cuadrado {
  width: 40vw;
}

.titulo {
  font-family: var(--titulo);
  color: var(--arena-20);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  font-weight: 200;
  line-height: 56px;
}

.botones-residencias {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 120px 120px;
  display: flex;
}

.titulo-h1 {
  font-family: var(--titulo-texto);
  color: var(--nuez);
  margin-top: 60px;
  margin-bottom: 40px;
  margin-left: -40px;
  font-size: 31px;
  font-weight: 500;
  line-height: 50px;
  overflow: visible;
}

.titulo-h1.center {
  text-align: center;
  margin-left: 0;
}

.titulo-wrap {
  border-bottom-style: none;
  border-bottom-color: var(--nuez);
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  border-radius: 0;
  min-width: 140px;
}

.espacio-texto {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.espacio-mapa {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 80px 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mapa-wrap {
  flex: none;
  width: 100%;
  max-width: 860px;
  height: 50vh;
  margin-top: 50px;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion_item-image {
  width: 40px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.faq-wrapper {
  background-color: #0000;
  flex: none;
  max-width: 1200px;
}

.parrafo-pregunta {
  margin-left: 24px;
  font-size: 23px;
  line-height: 33px;
}

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

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.faq {
  background-color: var(--dólar);
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.title {
  text-align: center;
}

.faq-icon {
  z-index: 2;
  color: var(--arena-20);
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-answer-img {
  width: 100%;
}

.faq-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.faq-body-cont {
  background-color: var(--white);
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.marker {
  z-index: 0;
  width: 100%;
  margin-top: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.subtitle {
  color: #727272;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.faq-container {
  flex: none;
  max-width: 860px;
  margin-bottom: 0;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-answer {
  margin-bottom: 24px;
}

.title-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.pregunta {
  font-family: var(--titulo-texto);
  color: var(--arena-20);
  margin-top: 2px;
  font-size: 23px;
  font-weight: 500;
  line-height: 33px;
  display: block;
}

.respuesta {
  margin-bottom: 24px;
  font-size: 23px;
  line-height: 33px;
}

.bold {
  font-family: var(--titulo-texto);
  letter-spacing: -.5px;
  font-size: 23px;
  font-weight: 500;
}

.icono-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--arena);
  border-radius: 18px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 13%;
  height: 160px;
  padding: 20px 10px;
  transition: background-color .2s;
  display: flex;
}

.icono-wrap:hover {
  background-color: var(--melón);
}

.eitqueta-residencia {
  font-family: var(--titulo);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 1px #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
  transition: all .3s;
}

.eitqueta-residencia:hover {
  font-weight: 300;
}

.icono {
  width: 60%;
  max-width: 80px;
}

.espacio-amenidades {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  margin: 40px 80px 80px;
  display: grid;
  position: relative;
  overflow: visible;
}

.iconos-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.icono-residencia {
  color: var(--arena);
  cursor: pointer;
  background-image: url('../images/2520H-3185-HDR.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  height: 30vw;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.icono-residencia:hover {
  color: var(--arena-20);
  transform: translate(-1px, -3px);
}

.icono-residencia._1 {
  cursor: pointer;
}

.icono-residencia._1:hover {
  color: var(--arena-20);
}

.icono-residencia._2 {
  background-image: url('../images/2520H-3194-HDR_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.icono-residencia._3 {
  background-image: url('../images/2520H-3478-HDR.jpg');
}

.icono-residencia._4 {
  background-image: url('../images/2520H-3550-HDR.jpg');
}

.etiqueta-amenidad {
  font-family: var(--titulo);
  color: var(--gris);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.espacio-residencias {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  margin: 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.residencias-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.brix---hamburger-menu-bar-bottom-2, .brix---hamburger-menu-bar-top-2 {
  background-color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-nav-link-2 {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-2 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---dropdown-card-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle-3 {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-3:hover {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

.brix---header-nav-menu-list-3 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-2 {
  background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---btn-primary-small-4 {
  background-color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-4:hover {
  background-color: var(--elements-webflow-library--secondary--color-1\<deleted\|variable-6e6412b6\>);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---header-logo-link-left {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 40px;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-left:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.grid-2-columns-text-izq {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.link {
  text-decoration: none;
}

.footer-social-icon {
  cursor: pointer;
  width: 36px;
  transition: all .3s;
}

.footer-social-icon:hover {
  transform: translate(-1px, -3px);
}

.footer-social-icon.inactive {
  opacity: .5;
  cursor: auto;
  transition-property: none;
}

.footer-social-icon.inactive:hover {
  transform: none;
}

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

.footer-social-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.photo-details-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-3 {
  width: 24px;
}

.flag-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  padding-top: 9px;
  display: flex;
}

.image-5 {
  display: block;
}

.icono-salon {
  color: var(--arena);
  cursor: pointer;
  background-image: url('../images/DSCF1251-HDR.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 19vw;
  margin-top: 2.5vw;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.icono-salon:hover {
  color: var(--arena-20);
  transform: translate(-1px, -3px);
}

.icono-salon._1 {
  cursor: pointer;
}

.icono-salon._1:hover {
  color: var(--arena-20);
}

.icono-salon._2 {
  background-image: url('../images/2520H-3194-HDR_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.icono-salon._3 {
  background-image: url('../images/2520H-3478-HDR.jpg');
}

.icono-salon._4 {
  background-image: url('../images/2520H-3550-HDR.jpg');
}

@media screen and (min-width: 1440px) {
  .brix---dropdown-toggle {
    margin-bottom: 25px;
  }

  .brix---heading-h1-size {
    max-width: 860px;
  }

  .destacado {
    font-size: 31px;
    line-height: 47px;
  }

  .destacado.center {
    text-align: center;
    margin-left: 0;
  }

  .titulo-3-wrap {
    width: 100%;
    min-width: 0;
  }

  .grid-2-columns-text-der {
    grid-template-columns: .8fr;
  }

  .section-image-fw-right {
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .half-bg-image-left-content-v2-copy {
    order: -1;
    display: block;
    position: relative;
  }

  .container-default-5-right {
    flex: none;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .image-break-section {
    background-image: url('../images/jared-rice-PibraWHb4h8-unsplash.jpg');
    background-position: 50%;
    background-attachment: fixed;
  }

  .destacado-sin-margen {
    font-size: 31px;
    line-height: 47px;
  }

  .brix---card-content-v7 {
    padding-top: 32px;
  }

  .link-header.en {
    color: #1e65fd;
  }

  .link-header.en:hover {
    color: var(--melón);
  }

  .link-header.es {
    color: red;
  }

  .link-header.es:hover {
    color: var(--melón);
  }

  .header-logo {
    width: 260px;
  }

  .header {
    margin-bottom: 0;
  }

  .brix---dropdown-card-2 {
    margin-top: 18px;
  }

  .brix---dropdown-toggle-2 {
    margin-bottom: 25px;
    padding-top: 29px;
  }

  .header-nav-list-item.residencia {
    display: none;
  }

  .header-nav-list-item.bandera {
    align-self: flex-start;
  }

  .galeria-wrap {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-left: 6vw;
    margin-right: 6vw;
    display: flex;
  }

  .espacio-izq {
    flex-flow: row;
    margin-left: 12vw;
    margin-right: 12vw;
    display: flex;
    overflow: hidden;
  }

  .titulo-h2.center {
    text-align: center;
    margin-left: 0;
  }

  .espacio-izq-foto {
    order: -1;
    width: 60vw;
    height: 40vw;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .espacio-izq-foto.vertical {
    max-width: 460px;
    max-height: 560px;
  }

  .espacio-der {
    flex-flow: row;
    margin-left: 12vw;
    margin-right: 12vw;
    display: flex;
  }

  .espacio-der-foto {
    order: 1;
    width: 60vw;
    height: 40vw;
    display: block;
    position: relative;
  }

  .espacio-der-foto.vertical {
    max-width: 460px;
    max-height: 560px;
  }

  .titulo-h1 {
    line-height: 47px;
  }

  .titulo-h1.center {
    text-align: center;
    margin-left: 0;
  }

  .espacio-texto {
    flex-flow: row;
    display: flex;
  }

  .icono-wrap {
    flex-flow: column;
    flex: none;
    justify-content: space-around;
    align-items: center;
  }

  .espacio-amenidades {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: stretch;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .iconos-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: center;
    align-items: flex-start;
  }

  .icono-residencia {
    height: 20vw;
  }

  .etiqueta-amenidad {
    line-height: 17px;
  }

  .espacio-residencias {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: stretch;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns-text-izq {
    grid-template-columns: .8fr;
  }

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

  .link-block {
    padding-top: 0;
  }

  .flag-link {
    padding-top: 15px;
  }

  .icono-salon {
    width: 24vw;
    height: 13vw;
  }
}

@media screen and (max-width: 991px) {
  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item {
    margin-bottom: 0;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 30px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    flex: 0 auto;
    align-self: flex-start;
    margin-top: 14px;
    inset: 0% auto auto 0%;
    transform: none;
  }

  .brix---dropdown-wrapper {
    margin-top: 0;
    padding-top: 2px;
    display: flex;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
    background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    padding: 24px;
  }

  .header-right-column {
    flex: 1;
  }

  .brix---header-logo {
    max-width: 250px;
  }

  .brix---header-content-wrapper {
    padding-right: 48px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---btn-primary-white {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .brix---button-row-left {
    margin-right: 0;
  }

  .brix---heading-h1-size {
    font-size: 24px;
    line-height: 48px;
  }

  .grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .hero-bg-image-dark {
    height: auto;
    min-height: 50vw;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-play-button {
    grid-row-gap: 40px;
    grid-template-columns: .8fr;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---footer-logo {
    width: 220px;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---container-default-4 {
    max-width: 820px;
  }

  .brix---half-bg-image-right-content-v2 {
    width: 100%;
    height: 100%;
    min-height: 580px;
    margin-top: 48px;
    position: static;
    inset: auto 0% 0%;
  }

  .boton.residencia {
    width: 30vw;
  }

  .boton.residencia.w--current {
    flex: none;
  }

  .parrafo {
    max-width: 720px;
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 21px;
    line-height: 31px;
  }

  .div-margen-48 {
    margin-bottom: 36px;
  }

  .destacado {
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: -30px;
    font-size: 24px;
    line-height: 38px;
  }

  .grid-2-columns-text-der {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    padding-left: 50px;
    padding-right: 0;
  }

  .half-bg-image-left-content-v2-copy {
    width: 40%;
    position: static;
    inset: auto 0% 0%;
  }

  .container-default-5-right {
    padding-left: 0;
    padding-right: 0;
  }

  .parrafo-footer {
    font-size: 17px;
    line-height: 25px;
  }

  .image-break-section {
    height: 50vw;
  }

  .image-break-wrapper {
    padding-left: 90px;
    padding-right: 90px;
  }

  .gallery-invite-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 32px 24px;
  }

  .destacado-sin-margen {
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 24px;
    font-size: 24px;
    line-height: 46px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---display-1 {
    font-size: 64px;
    line-height: 76px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---card-stat-purple {
    padding: 139px 38px 36px;
  }

  .brix---stats-v7-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---display-5 {
    font-size: 64px;
    line-height: 76px;
  }

  .brix---display-6 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-header {
    font-size: 12px;
    line-height: 18px;
  }

  .header-logo {
    width: 210px;
  }

  .header-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .brix---dropdown-card-2 {
    background-color: var(--white);
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    flex-flow: column;
    min-width: auto;
    margin-top: 24px;
    margin-left: -30px;
    display: block;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .header-logo-link.w--current {
    align-self: center;
    width: auto;
  }

  .header-nav-list-item-mobile {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .header-nav-list {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .header-nav-list-item {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .header-nav-list-item.residencias {
    flex: none;
    align-self: flex-start;
    margin-bottom: 0;
    margin-left: 0;
  }

  .header-nav-list-item.bandera {
    margin-top: -4px;
  }

  .dropdown-link-2 {
    font-size: 12px;
    line-height: 22px;
  }

  .header-menu-wrap {
    background-color: #fff;
    flex: 1;
    padding: 24px 24px 0;
  }

  .galeria {
    margin-top: 120px;
    padding-bottom: 60px;
  }

  .galeria-wrap {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-left: 0;
    margin-right: 0;
  }

  .galeria-foto {
    width: 28vw;
    height: 20vw;
  }

  .espacio-izq {
    margin: 60px;
  }

  .titulo-h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: -30px;
    font-size: 21px;
    line-height: 31px;
  }

  .espacio-izq-foto {
    width: 60vw;
    position: static;
    inset: auto 0% 0%;
  }

  .espacio-izq-foto.vertical {
    object-fit: cover;
    object-position: 50% 0%;
    height: 50vw;
    overflow: visible;
  }

  .espacio-der {
    margin: 60px;
  }

  .espacio-der-foto {
    width: 60vw;
    position: static;
    inset: auto 0% 0%;
  }

  .titulo {
    font-size: 24px;
    line-height: 46px;
  }

  .botones-residencias {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    padding-top: 40px;
  }

  .titulo-h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: -20px;
    font-size: 21px;
    line-height: 32px;
  }

  .titulo-h1.center {
    font-size: 28px;
  }

  .espacio-texto {
    margin: 60px;
  }

  .espacio-mapa {
    margin-bottom: 90px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .mapa-wrap {
    max-width: 660px;
    height: 50vw;
    margin-top: 30px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .parrafo-pregunta {
    font-size: 22px;
    line-height: 32px;
  }

  .faq {
    height: 55px;
    padding-right: 0;
  }

  .faq-icon {
    width: 22px;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
    max-width: 660px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .pregunta {
    font-size: 21px;
    line-height: 23px;
  }

  .respuesta {
    font-size: 21px;
    line-height: 31px;
  }

  .bold {
    font-size: 17px;
    line-height: 31px;
  }

  .icono-wrap {
    width: 18%;
    height: 130px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .eitqueta-residencia {
    font-size: 22px;
    line-height: 32px;
  }

  .icono {
    width: 55%;
    margin-bottom: 8px;
  }

  .espacio-amenidades {
    margin: 30px 60px 60px;
  }

  .iconos-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    margin-top: 0;
  }

  .icono-residencia {
    background-attachment: scroll;
  }

  .icono-residencia._3 {
    background-image: url('../images/2520H-3550-HDR.jpg');
  }

  .icono-residencia._4 {
    background-image: url('../images/2520H-3383-HDR.jpg');
  }

  .etiqueta-amenidad {
    font-size: 11px;
    line-height: 15px;
  }

  .espacio-residencias {
    margin: 60px;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .residencias-grid {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-top: 0;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-2 {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-3 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-3.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper-2 {
    border-top: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
    background-color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
    padding: 24px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-list-item-show-in-tablet {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .grid-2-columns-text-izq {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    padding-left: 0;
    padding-right: 50px;
  }

  .footer-social-icon {
    width: 32px;
  }

  .flag-link {
    width: 22px;
    padding-top: 9px;
  }

  .icono-salon {
    background-attachment: scroll;
  }

  .icono-salon._3 {
    background-image: url('../images/2520H-3550-HDR.jpg');
  }

  .icono-salon._4 {
    background-image: url('../images/2520H-3383-HDR.jpg');
  }
}

@media screen and (max-width: 767px) {
  .body-wrap {
    overflow: visible;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---dropdown-pd {
    padding: 20px;
  }

  .brix---dropdown-wrapper {
    flex-flow: column;
    padding-top: 17px;
  }

  .brix---header-logo {
    max-width: 100%;
  }

  .brix---header-logo-link.w--current {
    width: 160px;
  }

  .brix---header-wrapper {
    height: 90px;
    padding-top: 0;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 10px 18px;
    font-size: 13px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .color-neutral-100 {
    margin-bottom: 40px;
    line-height: 35px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .container-default-2 {
    max-width: none;
  }

  .hero-bg-image-dark {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-play-button {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---footer-logo {
    width: 180px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 0;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 36px;
  }

  .brix---footer-col-wrap {
    padding-top: 20px;
  }

  .body {
    overflow: visible;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .boton {
    padding: 10px 18px;
    font-size: 11px;
    line-height: 18px;
  }

  .boton.residencia, .boton.residencia.w--current {
    width: 36vw;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .parrafo {
    max-width: none;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 31px;
  }

  .div-margen-48 {
    margin-bottom: 32px;
  }

  .destacado {
    margin-left: -20px;
    font-size: 21px;
    line-height: 27px;
  }

  .div-marrgen-16 {
    margin-bottom: 8px;
  }

  .grid-2-columns-text-der {
    grid-template-columns: 1fr;
    padding-left: 35px;
    display: block;
  }

  .section-image-fw-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    padding: 0;
  }

  .half-bg-image-left-content-v2-copy {
    flex: none;
    width: 40%;
    max-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    overflow: clip;
  }

  .parrafo-footer {
    text-decoration: none;
  }

  .image-break-section {
    height: 100vh;
  }

  .gallery-invite {
    padding-top: 24px;
  }

  .gallery-invite-wrap {
    padding: 24px 20px;
  }

  .destacado-sin-margen {
    margin-top: 30px;
    padding-left: 20px;
    font-size: 21px;
    line-height: 27px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---card-content-v7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---display-1 {
    font-size: 40px;
    line-height: 54px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---icon-big-stats-v7 {
    border-radius: 17px;
    width: 80px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---card-stat-purple {
    padding-top: 80px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---display-5 {
    font-size: 40px;
    line-height: 54px;
  }

  .brix---display-6 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---header-nav-menu-list-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .link-header {
    font-size: 11px;
    line-height: 15px;
  }

  .link-header.aguamarina {
    font-size: 12px;
    line-height: 18px;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .header-logo {
    width: 150px;
    margin-left: 10%;
  }

  .brix---btn-primary-small-3 {
    padding: 20px 32px;
  }

  .header-content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---dropdown-card-2 {
    margin-top: 30px;
    margin-left: -20px;
  }

  .header-nav-list-item-mobile {
    display: block;
  }

  .brix---dropdown-toggle-2 {
    padding-top: 0;
  }

  .header-nav-list {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    display: flex;
  }

  .header-nav-list-item {
    margin-left: 0;
  }

  .header-nav-list-item.residencias {
    flex: none;
  }

  .header-nav-list-item.bandera {
    margin-top: -10px;
  }

  .dropdown-link-2 {
    font-size: 11px;
    line-height: 20px;
  }

  .header-menu-wrap {
    padding-left: 0;
  }

  .espacio-izq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: 60px 40px 40px;
    padding: 0;
  }

  .titulo-h2 {
    margin-left: -20px;
    font-size: 19px;
    line-height: 25px;
  }

  .espacio-izq-foto {
    flex: none;
    width: 75vw;
    height: 50vw;
    max-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    overflow: clip;
  }

  .espacio-izq-foto.vertical {
    aspect-ratio: 1;
    object-fit: cover;
    width: 40vw;
    height: 50vw;
  }

  .espacio-der {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin: 60px 40px 40px;
    padding: 0;
  }

  .espacio-der-foto {
    flex: none;
    width: 75vw;
    height: 50vw;
    max-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    overflow: clip;
  }

  .titulo {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .botones-residencias {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 20px 0 80px;
  }

  .titulo-h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: -15px;
    font-size: 23px;
    line-height: 27px;
  }

  .titulo-h1.center {
    font-size: 24px;
  }

  .espacio-texto {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin: 40px 30px;
    padding: 0;
  }

  .espacio-mapa {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 0;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .parrafo-pregunta {
    font-size: 20px;
    line-height: 28px;
  }

  .faq-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .faq-container {
    margin-bottom: 0;
  }

  .pregunta {
    font-size: 20px;
    line-height: 28px;
  }

  .respuesta {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .bold {
    font-size: 19px;
    line-height: 33px;
  }

  .icono-wrap {
    border-radius: 12px;
    width: 20%;
    height: 120px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .eitqueta-residencia {
    font-size: 22px;
    line-height: 28px;
  }

  .icono {
    width: 50%;
  }

  .espacio-amenidades {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    padding: 0;
  }

  .iconos-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .icono-residencia {
    border-radius: 20px;
    width: 22%;
  }

  .etiqueta-amenidad {
    font-size: 10px;
    line-height: 13px;
  }

  .espacio-residencias {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin: 30px;
    padding: 0;
  }

  .residencias-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 30px;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---btn-primary-small-4 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-tablet {
    display: block;
  }

  .grid-2-columns-text-izq {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 35px;
    display: block;
  }

  .footer-social-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  .flag-link {
    width: 20px;
    padding-top: 10px;
  }

  .icono-salon {
    border-radius: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body-wrap {
    object-fit: cover;
    max-width: 100vw;
    height: auto;
    position: static;
    inset: 0%;
    overflow: visible;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---dropdown-pd {
    margin-top: 0;
  }

  .brix---dropdown-wrapper {
    padding-top: 17px;
    display: flex;
  }

  .header-right-column {
    flex-flow: wrap;
    flex: none;
  }

  .brix---header-logo {
    max-width: 100%;
  }

  .brix---header-logo-link.w--current {
    width: 180px;
  }

  .brix---header-content-wrapper {
    padding-right: 24px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-white {
    font-size: 12px;
    line-height: 18px;
  }

  .brix---button-row-left {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    display: flex;
  }

  .brix---buttons-row {
    flex-flow: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    font-size: 18px;
    line-height: 36px;
  }

  .container-default-2 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .hero-bg-image-dark {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    min-height: 65vw;
  }

  .brix---play-button-large-wrapper {
    width: 80px;
  }

  .brix---btn-secondary-white-2, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    vertical-align: baseline;
    flex: none;
    width: 100%;
    max-width: 180px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 0;
    margin-right: 0;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---footer-top {
    margin-left: 10vw;
    margin-right: 10vw;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---footer-col-wrap {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 30px;
    padding-top: 0;
    display: flex;
  }

  .body {
    max-width: 100vw;
    overflow: visible;
  }

  .brix---half-bg-image-right-content-v2 {
    min-height: auto;
    position: relative;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .boton.residencia, .boton.residencia.w--current {
    width: 200px;
  }

  .brix---button-row-left-3 {
    align-self: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .boton-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .div-margen-48 {
    margin-bottom: 32px;
  }

  .destacado {
    font-size: 21px;
    line-height: 34px;
  }

  .div-marrgen-16 {
    margin-bottom: 0;
  }

  .grid-2-columns-text-der {
    order: -1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-image-fw-right {
    flex-flow: column;
  }

  .half-bg-image-left-content-v2-copy {
    width: auto;
    min-height: auto;
    margin-top: 36px;
    margin-left: 36px;
    margin-right: 36px;
    position: relative;
  }

  .container-default-5-right {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .parrafo-footer {
    text-align: right;
    font-size: 17px;
    line-height: 22px;
  }

  .image-break-section {
    background-image: none;
    height: 50vh;
  }

  .image-break-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .gallery-invite-wrap {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .destacado-sin-margen {
    margin-top: 0;
    font-size: 21px;
    line-height: 34px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---display-1 {
    font-size: 34px;
    line-height: 46px;
  }

  .brix---icon-big-stats-v7 {
    border-radius: 18px;
    width: 72px;
  }

  .brix---card-stat-purple {
    padding: 85px 26px 32px;
  }

  .brix---stats-v7-grid {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---display-5 {
    font-size: 34px;
    line-height: 46px;
  }

  .cover {
    object-position: 50% 50%;
  }

  .link-header.aguamarina {
    font-size: 10px;
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-logo {
    width: 180px;
    margin-left: 0%;
  }

  .brix---btn-primary-small-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-content-wrapper {
    flex-flow: column;
  }

  .brix---dropdown-card-2 {
    margin-top: 24px;
  }

  .header-nav-list-item-mobile {
    text-align: left;
    width: 100%;
  }

  .brix---dropdown-toggle-2 {
    display: flex;
  }

  .header-nav-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
    display: block;
  }

  .header-nav-list-item.residencias {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .header-nav-list-item.mobile {
    display: block;
  }

  .header-nav-list-item.bandera {
    width: auto;
    margin-top: -10px;
  }

  .header-menu-wrap {
    padding-right: 0;
    display: block;
  }

  .galeria {
    margin-top: 90px;
  }

  .galeria-wrap {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    margin-top: 30px;
  }

  .galeria-foto {
    width: 40vw;
    height: auto;
  }

  .espacio-izq {
    flex-flow: column-reverse;
    margin-top: 20px;
    margin-left: 10vw;
    margin-right: 10vw;
    overflow: visible;
  }

  .titulo-h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .espacio-izq-foto {
    width: 100%;
    height: 60vw;
    min-height: auto;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .espacio-izq-foto.vertical {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: cover;
    order: -1;
    width: 100%;
    height: 100vw;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .espacio-der {
    flex-flow: column;
    margin-top: 20px;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .espacio-der-foto {
    width: 100%;
    height: 60vw;
    min-height: auto;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .espacio-der-foto.vertical {
    order: 0;
    width: 100%;
    height: 100vw;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .titulo {
    font-size: 16px;
    line-height: 30px;
  }

  .botones-residencias {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .espacio-texto {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 0;
  }

  .espacio-mapa {
    flex-flow: column;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-top: 0;
    overflow: visible;
  }

  .mapa-wrap {
    height: 75vw;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .parrafo-pregunta {
    font-size: 17px;
    line-height: 28px;
  }

  .faq {
    padding-right: 50px;
  }

  .title {
    font-size: 36px;
  }

  .faq-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .faq-img {
    display: none;
  }

  .subtitle {
    font-size: 14px;
  }

  .pregunta {
    line-height: 21px;
  }

  .icono-wrap {
    width: 29%;
    height: 100px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .icono {
    width: 55%;
    margin-bottom: 6px;
  }

  .espacio-amenidades {
    flex-flow: column;
    margin: 20px 10vw 60px;
  }

  .iconos-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-top: 20px;
  }

  .icono-residencia {
    width: 46%;
    height: 55vw;
  }

  .etiqueta-amenidad {
    font-size: 9px;
    line-height: 11px;
  }

  .espacio-residencias {
    flex-flow: column;
    margin-left: 10vw;
    margin-right: 10vw;
    overflow: visible;
  }

  .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .residencias-grid {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .brix---header-nav-list-item-2 {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-primary-small-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-tablet, .brix---header-nav-list-item-left {
    text-align: left;
    width: 100%;
  }

  .grid-2-columns-text-izq {
    order: -1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-wrap {
    flex-flow: row;
    padding-top: 0;
  }

  .flag-link {
    width: 18px;
    padding-top: 10px;
    overflow: clip;
  }

  .icono-salon {
    width: 60vw;
    height: 34vw;
  }
}

#w-node-_3751a7c9-f2f3-72f6-b516-a2c8f0c9ab61-b5313b42 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3751a7c9-f2f3-72f6-b516-a2c8f0c9ab60-b5313b42 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cab60afd-10a7-27d7-8568-7a7fa9f4302e-a9f4302a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ea33f2b-aded-8b1c-c19c-e4f4b65c21f7-a9f4302a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-cab60afd-10a7-27d7-8568-7a7fa9f43037-a9f4302a {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_568f331a-6a50-1021-7bfa-0e8a5d7d5f03-5d7d5eea, #w-node-_608adecc-b8f8-7e16-00a5-575893981f12-93981ef9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bc3d3aa-088c-7dcc-615b-96a7d492c926-d492c922 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5bc3d3aa-088c-7dcc-615b-96a7d492c92a-d492c922 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5bc3d3aa-088c-7dcc-615b-96a7d492c92f-d492c922 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_3751a7c9-f2f3-72f6-b516-a2c8f0c9ab61-e8e5f6b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3751a7c9-f2f3-72f6-b516-a2c8f0c9ab60-e8e5f6b2 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_3751a7c9-f2f3-72f6-b516-a2c8f0c9ab60-b5313b42, #w-node-_3751a7c9-f2f3-72f6-b516-a2c8f0c9ab60-e8e5f6b2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cab60afd-10a7-27d7-8568-7a7fa9f4302e-a9f4302a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3ea33f2b-aded-8b1c-c19c-e4f4b65c21f7-a9f4302a {
    grid-column: 3 / 4;
    justify-self: center;
  }

  #w-node-cab60afd-10a7-27d7-8568-7a7fa9f43037-a9f4302a {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_5bc3d3aa-088c-7dcc-615b-96a7d492c926-d492c922 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5bc3d3aa-088c-7dcc-615b-96a7d492c92a-d492c922 {
    grid-column: 3 / 4;
    justify-self: center;
  }

  #w-node-_5bc3d3aa-088c-7dcc-615b-96a7d492c92f-d492c922 {
    grid-area: 1 / 4 / 2 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cab60afd-10a7-27d7-8568-7a7fa9f4302e-a9f4302a, #w-node-_5bc3d3aa-088c-7dcc-615b-96a7d492c926-d492c922 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d89258d5-1b57-1085-7d37-94ebfe512a72-b5313b42 {
    order: 9999;
  }

  #w-node-cab60afd-10a7-27d7-8568-7a7fa9f4302e-a9f4302a {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_3ea33f2b-aded-8b1c-c19c-e4f4b65c21f7-a9f4302a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: end;
  }

  #w-node-cab60afd-10a7-27d7-8568-7a7fa9f43037-a9f4302a {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-_5bc3d3aa-088c-7dcc-615b-96a7d492c926-d492c922 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_5bc3d3aa-088c-7dcc-615b-96a7d492c92a-d492c922 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: end;
  }

  #w-node-_5bc3d3aa-088c-7dcc-615b-96a7d492c92f-d492c922 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: end;
  }

  #w-node-d89258d5-1b57-1085-7d37-94ebfe512a72-e8e5f6b2 {
    order: 9999;
  }
}


