@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-BOLD.OTF') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #393939;
  --dark-orange: #f68b1f;
  --white: white;
  --gris-suave: #6d6e71;
  --dodger-blue: #0793d7;
  --chocolate: #fc7100;
  --antique-white: #fde8d8;
  --forest-green: #009231;
  --gris-cito: #d8d8d8;
  --verde-claro: #ffe252;
  --gold: #f6cf1f;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.nav-link {
  color: var(--dark-slate-grey);
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--dark-orange);
  background-color: #0000;
  border-radius: 5px;
}

.nav-link.w--current {
  background-color: var(--dark-orange);
  color: var(--white);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading {
  width: 100%;
  color: var(--dark-orange);
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  padding: 20px 60px 0;
  display: flex;
}

.text-block-2 {
  color: var(--dark-orange);
  padding-right: 5px;
  font-family: Gotham, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.div-block-3 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-block-3 {
  color: var(--dark-orange);
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
}

.disclaimer-chico {
  width: 70%;
  color: var(--dark-slate-grey);
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.disclaimer-chico.blanco {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Gotham, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.heading-3.naranja {
  color: var(--dark-orange);
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 28px;
  line-height: 30px;
  position: relative;
}

.heading-4 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.7rem;
}

.div-block-5 {
  background-color: #a69f98;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-2 {
  grid-template-rows: auto;
  padding-bottom: 20px;
}

.recuadro-diferencias-destacadas {
  background-color: var(--white);
  border: 1px solid #ccc;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding: 20px 60px;
  display: flex;
  box-shadow: 0 4px 10px #0003;
}

.text-block-5 {
  color: var(--dark-slate-grey);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-7 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image {
  margin-right: 10px;
}

.link-block {
  border: 3px solid var(--white);
  background-image: linear-gradient(to right, #24ff00, #329e27 42%);
  border-radius: 100px;
  align-items: center;
  width: auto;
  height: auto;
  margin: 10px 20px;
  padding: 7px 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 3px 5px #0003;
}

.link-block:hover {
  background-image: linear-gradient(#a50, #a50), linear-gradient(270deg, #24ff00, #329e27 42%);
  box-shadow: 0 7px 12px #0003;
}

.text-block-6 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.image-2 {
  margin-left: 0;
  margin-right: 10px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 10px 20px 40px;
}

.heading-5 {
  color: var(--dark-orange);
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  line-height: 40px;
}

.card-casas-casa-mas {
  background-color: var(--white);
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 5px 10px #0003;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 220px;
}

.slide-nav {
  color: #0000;
  height: auto;
  margin-top: 0;
  display: block;
  position: relative;
}

.fondo-boton {
  background-color: var(--dark-slate-grey);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: relative;
  inset: 0% auto 0% 0%;
}

.fondo-boton:hover {
  background-color: var(--dark-orange);
}

.left-arrow {
  align-items: center;
  height: 30%;
  margin-left: -10px;
  margin-right: 10px;
  display: flex;
}

.icono {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  height: 30%;
  margin-left: 20px;
  margin-right: -10px;
  display: flex;
}

.boton-casa-3-dorm {
  background-color: var(--dark-orange);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.boton-casa-3-dorm:hover {
  background-color: #009405;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 200px;
  margin-bottom: 0;
  display: flex;
}

.textos-lista-items-card {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

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

.list {
  height: 160px;
  color: var(--dark-slate-grey);
  margin-top: 40px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.heading-6 {
  color: var(--dark-orange);
  text-align: center;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  line-height: 30px;
}

.urbanizaciones {
  background-color: var(--dark-orange);
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.urbanizaciones.interna {
  margin-bottom: 20px;
}

.urbanizaciones.oferta {
  margin-top: 0;
}

.heading-7 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  display: flex;
}

.contenedor-mapa {
  background-image: url('../images/TERRITORIO_-2026_1TERRITORIO_ 2026.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 620px;
  padding: 40px 0;
  text-decoration: none;
  display: flex;
}

.pin-mapa-casa-mas {
  border: 3px solid var(--white);
  background-color: #f4f4f4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px;
  display: flex;
  box-shadow: 0 8px 8px #0003;
}

.urbanizacion-contenedor {
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 8px #0003;
}

.urbanizacion-contenedor.activo {
  margin-bottom: 0;
}

.text-block-8 {
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  background-color: #6d6e71;
  border-radius: 3px;
  margin-bottom: -18px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-9.naranja {
  background-color: var(--dark-orange);
  margin-bottom: -15px;
  text-decoration: none;
  position: relative;
}

.pin-mapa {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contenedor-interno-mapa {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.intro-pin-propiedades {
  color: var(--dark-slate-grey);
  text-align: left;
  border-radius: 5px;
  padding: 15px 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.urbanizacion-extendida {
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: 0 4px 8px #0003;
}

.div-block-16 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-6 {
  margin-top: -17px;
  padding-top: 0;
  display: inline-block;
}

.button-2 {
  background-color: var(--dark-orange);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.urbanizacion-contenedor-ext {
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 8px #0003;
}

.urbanizacion-contenedor-ext.activo {
  margin-bottom: 0;
}

.fondo-oscuro-pop-up {
  z-index: 1000;
  background-color: #393939cc;
  flex-flow: column;
  flex: none;
  order: 0;
  place-content: center;
  align-self: auto;
  align-items: center;
  width: 90%;
  height: 480px;
  padding: 20px;
  display: none;
  position: absolute;
}

.cerrar {
  background-color: var(--white);
  width: 50px;
  color: var(--dark-slate-grey);
  border: 2px solid #dbdbdb;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: -20px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: flex;
}

.pin-mapa-01 {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pin-mapa-03 {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-8 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.div-block-19 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-20 {
  margin: 10px 10px 0;
}

.div-block-21 {
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-11 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.fotos-techo {
  margin-top: 20px;
  position: relative;
}

.div-block-22 {
  background-color: #0092dd;
  margin-bottom: 20px;
  padding: 60px;
}

.grid-4 {
  grid-template-rows: auto;
}

.heading-9 {
  color: var(--white);
  font-family: Gotham, sans-serif;
  font-size: 2.5rem;
  line-height: 2.6rem;
}

.paragraph-2 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.div-block-23 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.techo-boton {
  background-color: var(--white);
  color: #0092dd;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 250px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.techo-boton:hover {
  color: var(--white);
  background-color: #006494;
  border-radius: 5px;
}

.body {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.testimonios {
  background-color: #f68b1f;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 20px 20px 40px;
  display: flex;
  position: relative;
}

.slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.isabel-caceres-01 {
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.image-8 {
  margin-right: 20px;
  position: relative;
}

.slide-nav-2 {
  margin-top: 20px;
  position: relative;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px #0000;
  margin-bottom: 0;
  padding: 0;
  transition: border-color .2s, box-shadow .2s;
  display: block;
  position: relative;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.container-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: block;
  position: relative;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
}

.right-arrow-2 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
}

.dropdown-toggle {
  background-color: var(--white);
  border-radius: 10px;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.dropdown-list {
  border-radius: 20px;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-46 {
  background-color: #efefef;
  border-radius: 10px;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-47 {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-block-14 {
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
  position: relative;
}

.icon {
  background-color: var(--white);
  border: 3px solid #b4b4b4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  display: flex;
  position: relative;
}

.paragraph-4 {
  width: 100%;
  color: var(--dark-slate-grey);
  white-space: normal;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.div-block-49 {
  align-items: center;
  height: auto;
  display: block;
  position: relative;
}

.heading-10 {
  color: var(--dark-orange);
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
  position: relative;
}

.heading-10.blanco {
  color: var(--white);
}

.beneficios {
  background-color: var(--dark-orange);
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 80px;
  position: relative;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  position: relative;
}

.la-casa-que-mereces {
  margin-top: 60px;
  position: relative;
}

.image-9 {
  mix-blend-mode: multiply;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.dropdown-toggle-2 {
  background-color: var(--white);
  border: 2px solid #d9d9d9;
  border-radius: 5px 5px 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.dropdown-2 {
  width: 100%;
  display: block;
}

.text-block-16 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.dropdown-list-2 {
  background-color: var(--white);
  border: 2px solid #d9d9d9;
  border-top: 0 #d9d9d9;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  box-shadow: 0 4px 3px #0003;
}

.div-block-50 {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px;
}

.image-11 {
  position: relative;
  inset: 0% 0% 0% auto;
}

.container-8 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.div-block-51, .div-block-52 {
  width: 45%;
}

.textos-beneficios {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.beneficio-casa-mas {
  white-space: pre-wrap;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
  position: relative;
}

.requisitos {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}

.div-block-53 {
  align-items: center;
  display: flex;
}

.requisitos-titular {
  margin-bottom: 8px;
  font-family: Gotham, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.requisito-para-casa-mas {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-12 {
  margin-right: 15px;
}

.div-block-54 {
  height: 100%;
}

.grid-6 {
  grid-row-gap: 33px;
  margin: 40px;
}

.div-block-55 {
  border: 2px solid #d9d9d9;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  padding: 0;
  display: flex;
}

.text-block-17 {
  background-color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.div-block-56 {
  align-items: flex-end;
  margin-bottom: -10px;
  display: flex;
}

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

.margin-bottom.margin-small {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.section_contact2 {
  flex-flow: column;
  display: flex;
}

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

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

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

.contacto-form {
  background-color: var(--dark-orange);
  padding-top: 0;
  display: block;
}

.footer-sitio {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.bloques-tel-mail {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bloques-tel-mail.contacto {
  flex-direction: row;
  align-items: center;
  margin: 15px 0;
}

.tipo-contacto {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.tipo-contacto.contact {
  margin-top: 0;
  margin-right: 10px;
}

.detalle-contacto {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.detalle-contacto.contacto {
  font-size: 16px;
  line-height: 28px;
}

.contenedor-datos-footer {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.bloque-horarios {
  border-top: 2px solid #39393933;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 0;
  display: flex;
  position: relative;
}

.franja-blanca-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.bloque-firma-footer {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.bloque-contenedor-info {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block-19 {
  font-family: Roboto, sans-serif;
}

.image-14 {
  max-width: none;
}

.vinculo-com-py {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  display: flex;
}

.image-16.contacto {
  margin-right: 10px;
}

.image-18 {
  margin-right: 20px;
}

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  height: 120px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  box-shadow: 1px 1px 20px #0000001a;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31 {
  text-decoration: none;
}

.text-block-32 {
  text-decoration: overline;
}

.text-block-33 {
  text-decoration: none;
}

.text-block-34, .text-block-35, .text-block-36, .text-block-37 {
  text-decoration: line-through;
}

.text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44 {
  text-decoration: none;
}

.volver-arriba {
  color: var(--dark-slate-grey);
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.porque-casa-mas-encabezado {
  color: var(--dark-orange);
  font-family: Gotham, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.heading-14 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.div-porque-01 {
  background-image: url('../images/sombra-porque-casa-mas-institucional.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 100px;
}

.div-porque-02 {
  background-color: #f68b1f;
  padding: 40px 100px;
}

.porque-casa-mas {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.div-block-68 {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-19 {
  margin-right: 20px;
}

.heading-16 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-6 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.section-10 {
  justify-content: center;
  display: flex;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--white), white 0%, #ebebeb 103%);
  grid-template-rows: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-17 {
  color: var(--dark-orange);
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 32px;
}

.mision-vision {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-70 {
  z-index: 10;
  margin-left: 80px;
  margin-right: 200px;
  position: relative;
}

.div-block-71 {
  z-index: 10;
  margin-left: 200px;
  margin-right: 80px;
  position: relative;
}

.grid-10 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 80px;
  margin-right: 80px;
}

.heading-18 {
  color: var(--dark-orange);
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.caja-integridad-innovacion-empatia {
  margin-bottom: 20px;
}

.textos-integridad-innovacion-empatia {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-72 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -260px;
  margin-bottom: 20px;
  display: flex;
}

.seccion-techo-inicio {
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.seccion-techo-institucional {
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
}

.cabecera-propiedades {
  background-image: linear-gradient(#f7f7f7, #fff);
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.propiedades-en-catalogo {
  color: var(--gris-suave);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.titulo-propiedad {
  text-align: center;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.card-propiedades {
  z-index: 10;
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-top: 10px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.descripcion-breve-propidad {
  text-align: center;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.precio-propiedad {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-74 {
  flex-direction: column;
  align-items: stretch;
  padding: 10px;
  display: flex;
}

.div-block-76 {
  background-color: #bbb;
  height: 2px;
}

.propiedad-cantidad-dormitorios {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.boton-ver-detalle {
  background-color: var(--white);
  color: var(--dark-orange);
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  display: flex;
}

.boton-ver-detalle:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.primer-fold {
  justify-content: space-between;
  align-items: center;
  height: 50vh;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.propiedad-cantidad-banos, .propiedad-superficie {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.grilla-sugeridos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-83 {
  margin-left: 20px;
  margin-right: 20px;
}

.grid-12 {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.grid-13 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.heading-24 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.section-14 {
  margin-top: 0;
}

.linea-gris-separadora {
  background-color: #c7c7c7;
  height: 2px;
  margin-top: 0;
}

.div-block-85 {
  justify-content: space-between;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-86 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 60%;
  height: 100%;
  display: flex;
}

.div-block-87 {
  background-color: #c7c7c7;
  width: 2px;
}

.heading-25 {
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-88 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.precio-propiedad-detalle {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.cantidad-dormitorios-detalle {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-49 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.cantidad-banos-detalle, .superficie-detalle {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-50 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-89 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-90, .div-block-91 {
  background-color: #c7c7c7;
  width: 25%;
  height: 2px;
}

.list-2 {
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.button-9 {
  background-color: var(--dark-orange);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 55px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.button-10 {
  background-color: var(--white);
  width: 45%;
  height: 55px;
  color: var(--dark-slate-grey);
  border: 2px solid #a69f98;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.div-block-92 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.detalle-resumen-propiedad {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.padding-section-large-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-global-2 {
  background-color: #f68b1f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.heading-26 {
  color: var(--white);
  text-align: center;
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.div-block-94 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.segundo-fold {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 60px 40px;
  display: flex;
}

.foto-descanzo {
  background-image: url('../images/casa-mas-foto-pareja-inicio-opt.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.preguntas-frecuentes {
  background-color: var(--dark-orange);
  height: auto;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 80px;
  position: relative;
}

.div-block-95 {
  object-fit: fill;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-toggle-2-copy {
  background-color: var(--white);
  border: 2px solid #d9d9d9;
  border-radius: 5px 5px 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100px;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.preguntas-frecuentes-dropdown {
  width: 100%;
}

.text-block-51 {
  white-space: pre-wrap;
  object-fit: fill;
  flex: 1;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
  right: auto;
}

.grilla-preguntas-frecuentes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

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

.slider-techo {
  background-color: var(--dodger-blue);
  width: 100%;
  height: 350px;
}

.mask {
  width: auto;
}

.image-24, .image-25, .image-26 {
  margin-bottom: 0;
}

.div-block-96 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.div-block-97, .div-block-98 {
  margin-top: 0;
  margin-bottom: 20px;
}

.slide-2, .slide-3 {
  height: auto;
}

.image-27 {
  height: 200px;
}

.bold-text-3 {
  font-size: 1rem;
}

.modal-casas {
  z-index: 10;
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.container-13 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-block-52 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-100 {
  background-color: var(--dark-orange);
  background-image: linear-gradient(to right, var(--chocolate), var(--dark-orange) 50%, var(--chocolate));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.text-block-53 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
}

.franja-mas-naranja {
  background-image: url('../images/franja-mas-02_1franja-mas-02.webp');
  background-position: 0 0;
  background-size: 1500px;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-14 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-block-54 {
  color: var(--dark-orange);
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.item {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.lista-prestaciones {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
}

.casa-precio-contado {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.cuotas-estimadas {
  color: var(--dark-orange);
  text-align: center;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.precio-cuotas {
  color: var(--dark-orange);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-56 {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.div-block-102 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.franja-mas-gris {
  background-image: url('../images/franja-mas-02-gris_1franja-mas-02-gris.webp');
  background-position: 0 0;
  background-size: 1500px;
  width: 100%;
  height: 40px;
  margin-top: 0;
  margin-bottom: 20px;
}

.espacio-25 {
  width: 100%;
  height: 25px;
}

.div-block-103 {
  background-color: #6d6e71;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.text-block-57 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.contenedor-fotos {
  width: 100%;
}

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

.cerrar-modal {
  background-color: var(--dark-slate-grey);
  border-radius: 3px;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.boton-casa-2-dorm {
  background-color: var(--dark-orange);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.boton-casa-2-dorm:hover {
  background-color: #009405;
}

.boton-casa-1-dorm {
  background-color: var(--dark-orange);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.boton-casa-1-dorm:hover {
  background-color: #009405;
}

.whats-app-flotante {
  z-index: 2500;
  clear: none;
  border: 3px solid var(--white);
  background-image: linear-gradient(to right, #24ff00, #329e27 42%);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  height: 56px;
  margin: 0 20px 20px;
  padding: 7px 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0 0% auto;
  box-shadow: 0 3px 5px #0003;
}

.whats-app-flotante:hover {
  background-image: linear-gradient(#a50, #a50), linear-gradient(270deg, #24ff00, #329e27 42%);
  box-shadow: 0 7px 12px #0003;
}

.texto-flotante-ancho {
  color: var(--white);
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.texto-flotante-movil {
  color: var(--white);
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: none;
}

.disclaimer-grande {
  width: 100%;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 30px;
}

.cabecera-propiedades-top {
  background-image: linear-gradient(#f7f7f7, #fff);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-27 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-size: 25px;
}

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

.sombrita-abajo-casas {
  background-image: linear-gradient(#f7f7f7, #fff);
  justify-content: center;
  align-items: center;
  height: 55px;
  margin: 0 0 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.encabezado-secciones-detalle-casas {
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  padding: 20px 0;
  display: flex;
}

.contenedor-encabezado {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.creditos-afd-1ra-vivienda {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.dormitorios-cantidad {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 40px 60px;
}

.div-block-110 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-61 {
  background-color: var(--dark-orange);
  width: 45px;
  height: 45px;
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  font-size: 28px;
  display: flex;
}

.text-block-62 {
  text-align: center;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.seccion-muralla-mixta {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-111 {
  background-color: #547224;
  border-radius: 15px;
  align-items: center;
  width: auto;
  padding: 10px 0;
  display: flex;
}

.contorno-externo {
  background-color: #0000;
  align-items: center;
  width: auto;
  padding: 40px;
  display: flex;
}

.image-29 {
  margin: -42px 10px -42px -42px;
}

.button-13 {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  border-radius: 5px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.div-block-112 {
  margin-right: 30px;
}

.text-block-63 {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
}

.encabezados-detalle-casas {
  color: var(--dark-orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.estefania-mereles-04 {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.mask-2 {
  flex: 1;
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
}

.icon-3, .icon-4 {
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}

.bold-text-9 {
  font-size: 25px;
  line-height: 30px;
}

.grid-17 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.image-31 {
  margin-top: 0;
}

.heading-31 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.bold-text-10 {
  color: var(--dark-slate-grey);
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.heading-32-2 {
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
}

.pasos-para-credito {
  margin-bottom: 0;
  padding-top: 20px;
  position: relative;
}

.section-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bold-text-11 {
  text-align: center;
  font-family: Roboto, sans-serif;
}

.bold-text-11.blanco {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
}

.text-block-65 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 18px;
  line-height: 25px;
}

.heading-32 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.image-32 {
  margin-right: 10px;
  position: relative;
}

.contenedor-top {
  z-index: 1000;
  background-color: var(--antique-white);
  width: 100%;
  min-width: auto;
  height: auto;
  color: var(--white);
  text-align: center;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px 40px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
  display: flex;
  position: fixed;
}

.image-33 {
  margin-bottom: 20px;
}

.list-4 {
  font-size: 22px;
}

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

.div-block-120 {
  background-color: var(--forest-green);
  background-image: linear-gradient(-45deg, #0000, #ffffffa6 49%, #fff0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-18 {
  background-color: var(--dark-orange);
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 30px;
}

.div-block-126 {
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 20px;
}

.text-block-68 {
  color: var(--dark-orange);
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.text-block-69 {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.div-block-127 {
  background-image: url('../images/fondo-casita.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
}

.image-35 {
  transform: rotate(-17deg);
}

.text-block-70 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-128 {
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 10px;
}

.text-block-71 {
  width: auto;
  color: var(--dark-orange);
  margin-bottom: 0;
  padding: 13px;
  font-family: Gotham, sans-serif;
  font-size: 45px;
  line-height: 45px;
  position: relative;
}

.div-block-129 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-72 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.detacados-de-oferta {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.text-block-73 {
  color: var(--white);
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

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

.foto-01 {
  background-image: url('../images/oferta-irresistible-casa-mas-01_1oferta-irresistible-casa-mas-01.webp');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.foto-02 {
  background-image: url('../images/oferta-irresistible-casa-mas-02_1oferta-irresistible-casa-mas-02.webp');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.foto-03 {
  background-image: url('../images/oferta-irresistible-casa-mas-03_1oferta-irresistible-casa-mas-03.webp');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.foto-04 {
  background-image: url('../images/oferta-irresistible-casa-mas-04_1oferta-irresistible-casa-mas-04.webp');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.foto-05 {
  background-image: url('../images/oferta-irresistible-casa-mas-05_1oferta-irresistible-casa-mas-05.webp');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.foto-06 {
  background-image: url('../images/oferta-irresistible-casa-mas-06_1oferta-irresistible-casa-mas-06.webp');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.foto-07 {
  background-image: url('../images/oferta-irresistible-casa-mas-07_1oferta-irresistible-casa-mas-07.webp');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.foto-08 {
  background-image: url('../images/oferta-irresistible-casa-mas-08_1oferta-irresistible-casa-mas-08.webp');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.foto-09 {
  background-image: url('../images/oferta-irresistible-casa-mas-09_1oferta-irresistible-casa-mas-09.webp');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.foto-10 {
  background-image: url('../images/oferta-irresistible-casa-mas-10_1oferta-irresistible-casa-mas-10.webp');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.segundo-fold-inicio {
  background-color: var(--dark-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 60px 40px;
  display: flex;
}

.recuadro-diferencias-destacadas-inicio {
  background-color: var(--white);
  border: 1px solid #ccc;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 60px;
  display: flex;
  box-shadow: 0 4px 10px #0003;
}

.recuadro-diferencias-destacadas-oferta {
  background-color: var(--white);
  border: 1px solid #ccc;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin-top: 10px;
  padding: 20px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 10px #0003;
}

.bold-text-10-3 {
  color: var(--dark-orange);
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.div-block-118-2 {
  border: 5px solid var(--dark-orange);
  border-radius: 10px;
  align-self: center;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.segundo-fold-2-2 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px 10px;
  display: flex;
}

.heading-33 {
  color: #393939;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}

.bold-text-9--2-2 {
  color: #fff;
  font-size: 1.5rem;
}

.bold-text-9--2-2.naranja {
  color: var(--dark-orange);
  font-size: 25px;
  line-height: 30px;
}

.text-block-5-2-2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-5-2-2.naranja {
  color: var(--dark-slate-grey);
}

.div-block-5--2--3 {
  background-color: #3939394d;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkmarks-casa-mas, .image-37 {
  margin-right: 10px;
}

.section-19 {
  background-color: var(--dark-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.div-block-130 {
  background-color: var(--white);
  border-radius: 30px;
  margin-top: 10px;
  padding: 10px 30px 30px;
}

.requisitos-oferta-naranja {
  background-color: var(--dark-orange);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.section-20 {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.container-14 {
  justify-content: center;
  display: flex;
}

.link-block-6 {
  margin-top: 10px;
  padding: 20px;
}

.conteo-escritorio {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  display: block;
  position: relative;
}

.conteo-movil {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: none;
}

.section-21 {
  background-color: var(--dark-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.spacerssss {
  height: 210px;
}

.image-38 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.imagen-cocina {
  background-image: url('../images/3dorm-04-opt.webp');
  background-position: 50%;
  background-size: cover;
}

.imagen-muralla {
  background-image: url('../images/muralla-muestra-opt.png');
  background-position: 50%;
  background-size: cover;
}

.franjas-mas-con-fondos-naranja {
  mix-blend-mode: multiply;
  background-image: url('../images/franja-mas-02-gris_1franja-mas-02-gris.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2000px;
  width: 100%;
  height: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.franjas-mas-con-fondos-naranja.con-margen {
  margin-top: 0;
  margin-bottom: 20px;
}

.text-span-2, .text-span-3 {
  text-decoration: line-through;
}

.link-block-7 {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.grid-21 {
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.reporte-gratuito {
  border: 2px solid var(--white);
  border-radius: 5px;
  max-width: none;
  margin-bottom: 0;
  box-shadow: 0 12px 10px #00000040;
}

.cuerpo {
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.list-5 {
  background-color: var(--white);
  color: var(--dark-orange);
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 40px 10px;
  font-size: 22px;
}

.div-block-131 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  display: flex;
  position: relative;
}

.texto-de-lista-opt-in {
  color: var(--dark-slate-grey);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.texto-de-lista-opt-in.descarga-ahora {
  color: var(--white);
  text-align: center;
  background-color: #6d6d73;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.submit-button {
  background-color: var(--forest-green);
  border-radius: 3px;
  width: 100%;
  margin-left: 10px;
  margin-right: 0;
}

.email {
  border-radius: 3px;
  width: auto;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.nombre {
  border-radius: 3px;
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.form {
  flex-direction: column;
  align-items: center;
  width: auto;
  display: block;
  position: relative;
}

.sublinea-opt {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.div-agrupador-form {
  background-color: #39393999;
  border-radius: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  display: flex;
}

.heading-36 {
  color: var(--white);
  text-align: left;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-decoration: none;
}

.form-block {
  display: none;
}

.section-25 {
  background-color: var(--dark-orange);
  height: auto;
  margin-bottom: 20px;
  padding: 10px 0 60px;
}

.contenedor-opt-iner {
  padding-left: 40px;
  padding-right: 40px;
}

.html-embed-2 {
  display: none;
}

.head-gracias {
  color: var(--white);
  margin-bottom: 0;
  padding: 10px 140px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 32px;
}

.sub-head-gracias {
  width: 100%;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.contendor-gracias {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.fondo-naranja-gracias {
  background-color: var(--dark-orange);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.gracias-chico-opt-in {
  width: 100%;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.contendor-gracias-opt-in {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.fondo-naranja-gracias-opt-in {
  background-color: var(--dark-orange);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.caja-titular-contador {
  background-color: #0000;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.techo-slider-interna {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.contenedor-redes-footer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-right: 0;
  display: flex;
}

.enlaces-redes {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0;
  display: flex;
}

.instagram, .facebook, .youtube {
  width: 30px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-137 {
  background-color: var(--dark-orange);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  display: flex;
}

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

.encabezado-galeria {
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Gotham, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.encabezado-galeria.naranja {
  color: var(--dark-orange);
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.heading-40 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.sub-titular-galeria {
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.sub-titular-galeria.blanco {
  color: var(--white);
}

.texto-descripcion {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
}

.texto-descripcion.blanco {
  color: var(--white);
  text-align: center;
}

.contenedor-enlaces-pie-galeria {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.modelos-casa-mas {
  background-color: var(--dark-orange);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.galeria-de-fotos-videos {
  padding-bottom: 40px;
}

.thumb-galeria {
  border-radius: 10px;
  position: relative;
}

.grilla-de-galeria {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-bottom: 40px;
}

.nueva-cabecera {
  background-image: linear-gradient(#0038a5, #fff0 8%), url('../images/casa-mas-real-fondo-2000-opt.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1000px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.encabezado-01 {
  width: auto;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.sublinea-02 {
  width: 70%;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.casa-mas-con-familia {
  perspective: none;
  max-width: 800px;
  transform-style: preserve-3d;
  margin-top: 40px;
  transform: rotateX(-1deg)rotateY(0)rotateZ(-4deg);
}

.caja-precio {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.texto-cuotas-desde {
  color: var(--white);
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.txt-gs {
  color: var(--white);
  padding-right: 5px;
  font-family: Gotham, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.txt-precio {
  color: var(--white);
  font-family: Gotham, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 50px;
  position: relative;
}

.caja-monto {
  align-items: center;
  display: flex;
}

.barra-galeria {
  background-color: var(--white);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  height: auto;
  margin-top: -50px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
  position: relative;
  inset: 20px 0% 0%;
}

.btn-2 {
  border: 2px solid var(--dark-orange);
  color: var(--dark-orange);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
}

.btn-2:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.teaser-fotos-galeria {
  display: flex;
}

.agrupador {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-141 {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.thumbcito-galeria {
  border-radius: 10px;
  margin: 5px;
  position: relative;
}

.titular-galeria {
  color: var(--dark-orange);
  font-family: Gotham, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.seccion-galeria {
  background-color: var(--dark-orange);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.contenedor-precio-debajo-cards-casas {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.lightbox-link-9 {
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-142 {
  width: auto;
  position: absolute;
}

.image-85 {
  border: 2px solid var(--white);
  border-radius: 10px;
  flex: 0 auto;
  align-self: center;
  display: block;
  position: relative;
}

.fotos-con-descripcion {
  background-color: #4e4e4e;
  padding-bottom: 40px;
}

.contenedor-fotos-con-descripcion {
  padding-top: 20px;
  padding-bottom: 40px;
}

.grilla-detalles {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  margin-top: 40px;
}

.textos-detalles {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.descripciones-galeria {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.image-86 {
  margin-right: 10px;
}

.fotos-adicionales {
  border: 8px solid var(--white);
  width: 300px;
  height: auto;
}

.fotos-adicionales._700px {
  width: auto;
}

.contenedor-logo-galeria {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.activacion-supermercado-los-jardines-luque {
  background-color: #0038a5;
  background-image: linear-gradient(to bottom, var(--white) 48%, #fff0 48%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.contenedor-activacion {
  background-color: var(--white);
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  width: 60%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 8px 10px #0003;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.image-89 {
  border-radius: 5px;
  position: relative;
}

.text-block-74 {
  color: #6d6e71;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.titular-activacion {
  color: var(--dark-orange);
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 38px;
  line-height: 34px;
}

.titular-activacion.gris {
  color: #6d6e71;
}

.contenedor-titular-ubicacion {
  background-color: #6d6e71;
  border-radius: 100px;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 5px;
  display: flex;
}

.cell {
  padding: 0 20px;
}

.text-block-75 {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 5px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}

.cell-2 {
  justify-content: center;
}

.texto-dias {
  color: var(--dark-orange);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.texto-horarios {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.contenedor-dias-horarios {
  justify-content: space-around;
  width: 100%;
  margin-top: 8px;
  display: flex;
}

.div-block-143 {
  background-color: #6d6e71;
  width: 2px;
  height: 100%;
}

.div-block-144 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.btn-ubicacion {
  border: 3px solid var(--dodger-blue);
  background-color: var(--white);
  width: 100%;
  height: 45px;
  color: var(--dodger-blue);
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.btn-ubicacion:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.contenedor-componentes-viejos {
  justify-content: center;
  display: flex;
}

.fotos_enlaces {
  border: 3px solid var(--white);
  border-radius: 10px;
  margin-bottom: 10px;
}

.fotos_enlaces:hover {
  box-shadow: 0 8px 10px #0003;
}

.enlaces_360 {
  border: 3px none var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.contenedor-360s {
  align-items: center;
  display: flex;
}

.link-block-11 {
  border-radius: 10px;
}

.text-block-76 {
  color: var(--white);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.primer-nivel-footer {
  justify-content: space-around;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.horario-footer {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.contenedor-horarios {
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.contenedor-direccion {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.contenedor-logo-redes {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.oficinas-titulo {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.oficinas-titulo.contacto {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
}

.btn-google-maps {
  background-color: var(--white);
  width: 180px;
  color: var(--dark-slate-grey);
  text-align: center;
  border: 2px solid #000;
  border-radius: 5px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.btn-google-maps:hover {
  background-color: var(--dark-orange);
}

.btn-google-maps.contacto {
  width: 200px;
  margin-top: 20px;
  font-size: 16px;
}

.contenedor-direccion-contacto {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: row;
  align-items: flex-start;
  margin-right: 0;
  padding: 40px;
  display: flex;
}

.bloque-horario-contacto {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.columna-contacto {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.contendor-redes-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mapa-escritorio {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.mapa-movil {
  display: none;
}

.list-item-6 {
  color: #6d6e71;
}

.div-block-146 {
  color: #6d6e7180;
  border: 1px solid #6d6e7180;
  width: 95%;
  height: 1px;
  margin: 4px 0;
}

.list-item-7 {
  color: #6d6e71;
}

.btn-cta-detalle-casa {
  color: #6d6e71;
  text-align: center;
  text-transform: uppercase;
  background-color: #6d6e7133;
  border: 2px solid #6d6e7180;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.btn-cta-detalle-casa:hover {
  color: #fff;
  background-color: #f58220;
  border-style: solid;
  border-color: #d60;
  box-shadow: 0 8px 15px #b1b1b1;
}

.btn-cta-detalle-casa.w--current:hover {
  border-style: none;
}

.tab {
  color: #6d6e71;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.tab:hover {
  background-color: #6d6e7133;
  border-radius: 3px;
}

.tab.w--current {
  color: #fff;
  background-color: #f58220;
  border-radius: 3px;
  width: 100%;
  height: 35px;
}

.contenedor-para-juntar-lista-precios {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.texto-m2 {
  color: #6d6e71;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.tabs-content {
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.mask-6 {
  height: auto;
  margin-bottom: -5px;
}

.tipo-pago {
  color: #6d6e71;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
}

.clasica-3-hab-01 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.tab-activo {
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.tab-activo.w--current {
  background-color: #f68b1f;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.contenido-card {
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 300px;
  height: 520px;
  padding: 35px 20px 20px;
  display: flex;
}

.tipo-casa-mas {
  color: #6d6e71;
  text-align: center;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.tarjeta-casas {
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 5px 10px 10px;
  display: flex;
  box-shadow: 0 4px 8px #0003;
}

.tarjeta-casas:hover {
  box-shadow: 0 4px 20px #0003;
}

.right-arrow-4 {
  display: flex;
}

.list-item-8 {
  color: #6d6e71;
}

.premium-1-hab-01, .minimalista-3-hab-01 {
  margin-left: auto;
  margin-right: auto;
}

.contenedor-contenido {
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contendor-externo {
  margin-top: 40px;
}

.list-6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.recuadro-precios {
  border: 2px solid #6d6e7180;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 6px 4px;
  display: flex;
}

.recuadro-precios:hover {
  background-color: #feffb0;
}

.thumbnail-casa {
  display: block;
}

.clasica-3-hab-02, .minimalista-1-hab-02 {
  margin-left: auto;
  margin-right: auto;
}

.textos-tabs-solo {
  color: #6d6e71;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.textos-tabs-solo.blanco {
  color: #fff;
}

.tab-pane-tab-1 {
  border-radius: 0;
}

.slider-01 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.premium-1-hab-03, .premium-1-hab-02 {
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-4 {
  height: auto;
  display: flex;
}

.clasica-2-hab-01 {
  margin-left: auto;
  margin-right: auto;
}

.list-item-9 {
  color: #6d6e71;
}

.contenedor-precios {
  align-items: center;
  height: auto;
  display: flex;
}

.precio-2 {
  color: #6d6e71;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Gotham, sans-serif;
  font-size: 21px;
  line-height: 20px;
}

.precio-2.naranja {
  font-weight: 500;
}

.precio-2.menos-importante {
  font-size: 16px;
}

.slider-02 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.tabs-menu {
  z-index: 10;
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 232px 0% auto;
  box-shadow: 0 5px 10px #0003;
}

.text-block {
  color: #6d6e71;
  -webkit-text-stroke-color: #6d6e71;
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 16px;
}

.minimalista-2-hab-01 {
  margin-left: auto;
  margin-right: auto;
}

.textos-tabs {
  color: #525252;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.textos-tabs.blanco {
  color: #fff;
}

.slider-03 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.clasica-2-hab-02, .minimalista-3-hab-02 {
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  line-height: 20px;
}

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

.minimalista-2-hab-02 {
  margin-left: auto;
  margin-right: auto;
}

.list-item-10 {
  color: #6d6e71;
}

.minimalista-1-hab-01 {
  margin-left: auto;
  margin-right: auto;
}

.detalle-casas {
  color: var(--dark-orange);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.fondo-imagen-muralla {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cards-casas {
  justify-content: space-around;
  margin-bottom: 40px;
  display: flex;
}

.contendor-selector-casas {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 4px solid var(--white);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  box-shadow: 0 3px 8px #0003;
}

.contendor-selector-casas:hover {
  box-shadow: 0 12px 20px #0003;
}

.contendor-selector-casas._2-col {
  grid-template-columns: 1fr 1fr;
}

.contendor-selector-casas._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.btn-selector {
  background-color: var(--dark-orange);
  border-radius: 3px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.btn-selector.activo {
  background-color: var(--dark-orange);
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-selector.inactivo {
  background-color: var(--gris-cito);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.btn-selector.inactivo:hover {
  background-color: var(--verde-claro);
}

.btn-selector.inactivo.margen-ext {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-selector-minimalista {
  background-color: var(--dark-orange);
  border-radius: 3px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.btn-selector-minimalista.activo {
  background-color: var(--dark-orange);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 1px;
  margin-right: 1px;
}

.btn-selector-minimalista.inactivo {
  background-color: var(--gris-cito);
  flex-direction: row;
  align-items: center;
  width: auto;
  margin-left: 1px;
  margin-right: 1px;
}

.btn-selector-minimalista.inactivo:hover {
  background-color: var(--verde-claro);
}

.btn-selector-minimalista.inactivo.w--current {
  margin-left: 2px;
  margin-right: 2px;
}

.contenedor-cards-inicio {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.card-casas-resumen {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: auto;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  transition: all .5s;
  display: flex;
  box-shadow: 0 3px 5px #0003;
}

.card-casas-resumen:hover {
  transform: translate(0, -5px);
  box-shadow: 0 12px 25px #0003;
}

.modelo-casa {
  color: #6d6e71;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.titular-modelo-casa {
  color: #6d6e71;
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

.contenedor-detalles-casas {
  z-index: 10;
  background-color: var(--white);
  background-image: linear-gradient(#fff0, #fff0);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 200px;
  margin-top: 0;
  margin-bottom: -13px;
  padding-top: 10px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.caja-naranja {
  background-color: var(--dark-orange);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 27px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.cantidad-habitaciones {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.image-95 {
  margin-bottom: 7px;
}

.text-block-79 {
  color: #6d6e71;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.contenedor-para-distancia-abajo-card {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.espaciador-50px {
  width: 100%;
  height: 50px;
}

.contendor-selector-casas-modelos {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 4px solid var(--white);
  border-radius: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 30px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 3px 8px #0003;
}

.contendor-selector-casas-modelos:hover {
  box-shadow: 0 12px 20px #0003;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: auto;
  max-width: 1120px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.container-15 {
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.card-grid {
  justify-content: flex-start;
  align-items: center;
}

.text-block-80 {
  color: #353535;
  text-align: center;
  width: 425px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.contenedor-thumb-casa {
  background-color: #adadad;
  background-image: url('../images/04-modelo-clasico.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 220px;
  display: flex;
}

.contenedor-thumb-casa.moderno {
  background-image: url('../images/01-modelo-moderno.jpg');
  height: 190px;
}

.contenedor-thumb-casa.minimalista {
  background-image: url('../images/casa-mas-minimalista-hero.jpg');
  height: 190px;
}

.contenedor-thumb-casa.contemporaneo {
  background-image: url('../images/casa-mas-contemporanea-hero.jpg');
  background-size: cover;
  height: 190px;
}

.contenedor-thumb-casa.clasico {
  background-image: url('../images/04-modelo-clasico_104-modelo-clasico.avif');
  height: 190px;
}

.contenedor-thumb-casa.urbano {
  background-image: url('../images/hero-urbana_1hero-urbana.avif');
  height: 190px;
}

.contenedor-thumb-casa.fin-de-semana {
  background-image: url('../images/casa-mas-casa-fin-de-semana-thumb.webp');
  height: 190px;
}

.image-96 {
  margin-bottom: -1px;
}

.hero-casas {
  background-image: linear-gradient(#000, #4591c7e6 0%, #fff0 25%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 900px;
  padding-top: 60px;
  display: flex;
}

.hero-casas.moderno-1hab {
  background-image: linear-gradient(#000, #4591c7e6 0%, #fff0 25%), url('../images/hero-moderno-1-hab_2hero-moderno-1-hab.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-casas.minimalista-2-hab {
  background-image: linear-gradient(#000, #4591c7e6 0%, #fff0 25%), url('../images/casa-mas-minimalista-hero.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-casas.contemporaneo-2-hab {
  background-image: linear-gradient(#000, #4591c7e6 0%, #fff0 25%), url('../images/casa-mas-contemporanea-hero.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-casas.clasica-2-hab {
  background-image: linear-gradient(#000, #4591c7e6 0%, #fff0 25%), url('../images/hero-clasica_2hero-clasica.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-casas.fin-de-semana {
  background-image: linear-gradient(#000, #4591c7e6 0%, #fff0 25%), url('../images/casa-fin-de-semana-hero.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 900px;
}

.hero-casas.urbano-1hab {
  background-image: linear-gradient(#000, #4591c7e6 0%, #fff0 25%), url('../images/hero-urbana_1hero-urbana.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h1-modelo-casa {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 40px;
}

.heading-43 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.contenedor-titulares-interna {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contorno-tipo-de-casa {
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 0 12px;
}

.image-97 {
  margin-top: 40px;
}

.quick-stack-5 {
  align-self: center;
  width: 100%;
}

.quick-stack-6 {
  width: 100%;
}

.cell-8 {
  justify-content: flex-start;
  align-items: center;
}

.plano-bordes {
  border-radius: 10px;
}

.caja-icono-zoom {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-98 {
  flex: 0 auto;
  max-width: none;
}

.letra-chica {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.contenedor-precio-contado {
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-99 {
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: -11px;
  position: relative;
}

.div-block-151 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.btn-quiero-nuevo {
  background-color: var(--dark-orange);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.btn-quiero-nuevo:hover {
  background-color: #00a233;
}

.btn-quiero-nuevo.terreno {
  border: 2px solid var(--white);
  background-color: var(--white);
  width: 100%;
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

.btn-quiero-nuevo.terreno:hover {
  background-color: var(--dark-orange);
  color: var(--white);
}

.cell-9, .cell-10 {
  justify-content: flex-start;
  align-items: center;
}

.recuadro-terreno {
  background-image: linear-gradient(#fbefc8, #88d28b);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 25px 30px;
  display: flex;
}

.titular-tenes-tu-terreno {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.conenedor-modelo-casa-pequeno {
  background-image: url('../images/hero-moderno-1-hab_2hero-moderno-1-hab.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 180px;
  height: 130px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.conenedor-modelo-casa-pequeno.thumb-2 {
  background-image: url('../images/hero-urbana_1hero-urbana.avif');
  border: 10px solid #fff;
  box-shadow: 0 10px 15px #0003;
}

.conenedor-modelo-casa-pequeno.thumb-2.clasico {
  background-image: url('../images/hero-moderno-1-hab_1hero-moderno-1-hab.avif');
}

.conenedor-modelo-casa-pequeno.thumb-2.casa-fin-semana-thumb {
  background-image: url('../images/casa-mas-casa-modelo-fin-de-semana-thumb.png');
}

.conenedor-modelo-casa-pequeno.minimalista {
  background-image: url('../images/hero-moderno-1-hab_1hero-moderno-1-hab.avif');
  background-position: 50% 100%;
}

.conenedor-modelo-casa-pequeno.thumb-minimalista {
  background-image: url('../images/hero-moderno-1-hab_1hero-moderno-1-hab.avif');
  background-position: 50% 100%;
  border: 10px solid #fff;
  box-shadow: 0 10px 15px #0003;
}

.conenedor-modelo-casa-pequeno.contemporaneo-2-hab {
  background-image: url('../images/casa-mas-contemporanea-hero.jpg');
  background-position: 50% 100%;
}

.conenedor-modelo-casa-pequeno.thumb-contemporaneo {
  background-image: url('../images/casa-mas-contemporanea-hero.jpg');
  background-position: 50% 100%;
  border: 10px solid #fff;
  box-shadow: 0 10px 15px #0003;
}

.conenedor-modelo-casa-pequeno.clasica-2hab {
  background-image: url('../images/hero-clasica_1hero-clasica.avif');
  background-position: 50% 100%;
}

.conenedor-modelo-casa-pequeno.thumb-clasica {
  background-image: url('../images/hero-clasica_1hero-clasica.avif');
  background-position: 50% 100%;
  border: 10px solid #fff;
  box-shadow: 0 10px 15px #0003;
}

.fotos-reales {
  background-image: linear-gradient(#fff, #c0ecff 24%, #fff 72%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.grilla-fotos {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  width: 100%;
  margin-top: 20px;
}

.titular-fotos-reales {
  margin-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.contenedor-grilla-fotos {
  width: 100%;
}

.quick-stack-7 {
  align-self: center;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.cell-11 {
  justify-content: flex-start;
  align-items: center;
}

.foto-real-thumb {
  border: 20px solid #fff;
  width: 100%;
  height: auto;
  box-shadow: 0 12px 20px #0003;
}

.foto-real-thumb.classica-01 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.classica-01:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 25px #0003;
}

.foto-real-thumb.classica-02 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.classica-02:hover {
  transform: rotate(2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.classica-03 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.classica-03:hover {
  transform: rotate(-4deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.classica-04 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.classica-04:hover {
  transform: rotate(3deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.classica-05 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.classica-05:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.classica-06 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.classica-06:hover {
  transform: rotate(2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.minimalista-01 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.minimalista-01:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 25px #0003;
}

.foto-real-thumb.minimalista-02 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.minimalista-02:hover {
  transform: rotate(2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.minimalista-3 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.minimalista-3:hover {
  transform: rotate(-4deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.minimalista-04 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.minimalista-04:hover {
  transform: rotate(3deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.minimalista-05 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.minimalista-05:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.minimalista-06 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.minimalista-06:hover {
  transform: rotate(2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.minimalista-07 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.minimalista-07:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.contemporaneo-01 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.contemporaneo-01:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 25px #0003;
}

.foto-real-thumb.contemporaneo-02 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.contemporaneo-02:hover {
  transform: rotate(2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.contemporaneo-3 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.contemporaneo-3:hover {
  transform: rotate(-4deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.contemporaneo-04 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.contemporaneo-04:hover {
  transform: rotate(3deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.contemporaneo-05 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.contemporaneo-05:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.contemporaneo-06 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.contemporaneo-06:hover {
  transform: rotate(2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.contemporaneo-07 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.contemporaneo-07:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.clasica-01 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.clasica-01:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 25px #0003;
}

.foto-real-thumb.clasica-02 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.clasica-02:hover {
  transform: rotate(2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.clasica-3 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.clasica-3:hover {
  transform: rotate(-4deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.clasica-04 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.clasica-04:hover {
  transform: rotate(3deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.clasica-05 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.clasica-05:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.clasica-07 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.clasica-07:hover {
  transform: rotate(2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.urbana-01 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.urbana-01:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 25px #0003;
}

.foto-real-thumb.urbana-02 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.urbana-02:hover {
  transform: rotate(-4deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.urbana-03 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.urbana-03:hover {
  transform: rotate(-4deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.urbana-04 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.urbana-04:hover {
  transform: rotate(3deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.urbana-05 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.urbana-05:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.urbana-06 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.urbana-06:hover {
  transform: rotate(2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.urbana-07 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.urbana-07:hover {
  transform: rotate(2deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.urbana-04-2 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.urbana-04-2:hover {
  transform: rotate(3deg);
  box-shadow: 0 15px 20px #0003;
}

.foto-real-thumb.minimalista-1hab-01 {
  width: 280px;
  height: 280px;
  box-shadow: 0 5px 10px #0003;
}

.foto-real-thumb.minimalista-1hab-01:hover {
  transform: rotate(-2deg);
  box-shadow: 0 15px 25px #0003;
}

.texto-debajo-foto-detalle {
  color: #404040;
  text-align: center;
  margin-top: 10px;
  font-family: Shantell Sans, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.lightbox-link-11, .lightbox-link-12, .lightbox-link-13, .lightbox-link-14, .lightbox-link-15, .lightbox-link-16 {
  text-decoration: none;
}

.lightbox-link-16.ultimo {
  margin-top: 0;
}

.cell-12 {
  justify-content: flex-start;
  align-items: center;
}

.solo-faltas-vos {
  color: var(--dark-orange);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Shantell Sans, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.cell-13, .cell-14, .cell-15, .cell-16 {
  justify-content: flex-start;
  align-items: center;
}

.modelo-casa-abajo {
  color: #404040;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.recuadro-casa {
  text-align: center;
  border: 2px solid #a3a3a3;
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.nuevo-titular-cards {
  color: var(--dark-orange);
  text-align: center;
  font-family: Shantell Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.cell-17 {
  justify-content: flex-start;
  align-items: center;
}

.text-block-82 {
  margin-top: 2px;
}

.minimalista-2-hab, .moderno-1-hab, .moderno-2-habitaciones, .moderno-3-hab {
  position: relative;
}

.info-de-casas {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-27 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: block;
}

.minimalsta-01, .minimalita-02, .minimalita-03, .minimalita-04, .minimalista-05, .minimalista-06, .minimalista-07 {
  text-decoration: none;
}

.minimalista-3-hab, .contemporaneo-2-hab {
  position: relative;
}

.contemporaneo-01, .contemporaneo-02, .contemporaneo-03, .contemporaneo-04, .contemporaneo-05, .contemporaneo-06, .contemporaneo-07 {
  text-decoration: none;
}

.contemporaneo-3-hab, .clasica-2-hab {
  position: relative;
}

.clasica-01, .clasica-02, .clasica-03, .clasica-04, .clasica-05, .clasica-07 {
  text-decoration: none;
}

.clasica-3-hab {
  position: relative;
}

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

.quick-stack-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.recuadro-precio-fin-de-semana {
  border: 2px solid #6d6e7180;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 20px 6px;
  display: flex;
}

.recuadro-precio-fin-de-semana:hover {
  background-color: #feffb0;
}

.caja-naranja-2 {
  background-color: var(--dark-orange);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 27px;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
}

.btn-cta-detalle-casa-2 {
  color: #6d6e71;
  text-align: center;
  text-transform: uppercase;
  background-color: #6d6e7133;
  border: 2px solid #6d6e7180;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: 40px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.btn-cta-detalle-casa-2:hover {
  color: #fff;
  background-color: #f58220;
  border-style: solid;
  border-color: #d60;
  box-shadow: 0 8px 15px #b1b1b1;
}

.btn-cta-detalle-casa-2.w--current:hover {
  border-style: none;
}

.celda-info-casa-finde {
  justify-content: center;
  align-items: center;
}

.contenedor-info-finde {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.titular-modelo-casa-2 {
  color: #6d6e71;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Gotham, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
}

.contenedor-casa-finde {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 4px 10px #0003;
}

.image-102 {
  margin-right: -95px;
  position: absolute;
}

.contenedor-foto-casa-finde {
  background-image: url('../images/casa-mas-casa-de-fin-semana-frente-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cell-19, .cell-20, .cell-22, .cell-23, .cell-24, .cell-25, .cell-26, .cell-27, .cell-28, .cell-30, .cell-31, .cell-32, .cell-33 {
  justify-content: flex-start;
  align-items: center;
}

.precio-cuotas-cards {
  font-size: 20px;
}

.casa-mas-iso {
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.cell-34, .cell-35 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 20px;
}

.cell-36 {
  justify-content: flex-start;
  align-items: center;
}

.image-103 {
  margin-right: 20px;
}

.testimonio-clientes {
  width: 100%;
  color: var(--dark-slate-grey);
  white-space: normal;
  margin-bottom: 5px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  position: relative;
}

.contenedor-testimonios {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.hector-florentin {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.testimonio-cliente {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.gizella-fernandez, .viviana-orue, .jessica-acosta {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.quick-stack-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.contenedor-oficinas {
  display: flex;
}

.entrega-casas {
  background-color: var(--dark-orange);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

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

.boton-volver-galeria {
  background-color: #6d6e71;
  border-radius: 3px;
}

.boton-volver-galeria:hover {
  background-color: var(--dark-orange);
}

.image-104 {
  margin-left: 20px;
}

.quick-stack-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.cell-37 {
  display: flex;
}

.celda-redes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-105 {
  mix-blend-mode: multiply;
}

.espaciador-20px {
  width: 100%;
  height: 20px;
}

.contendor-mapa-direcciones {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 900px;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 40px;
  display: flex;
}

.container-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grillla-contacto {
  background-color: var(--white);
  padding: 0;
}

.mapa-escritorio-copy {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-testimonios {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.padding-section-large-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.container-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: relative;
  }

  .nav-link.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading {
    width: 80%;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-3 {
    margin-top: 10px;
  }

  .heading-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-3.naranja {
    position: relative;
  }

  .grid-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .card-casas-casa-mas {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }

  .fondo-boton {
    border-radius: 10px;
  }

  .left-arrow {
    margin: 40px 0 40px -10px;
  }

  .right-arrow {
    margin: 40px -10px 40px 0;
  }

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

  .list {
    height: 180px;
    margin-top: 10px;
  }

  .urbanizaciones {
    width: 100%;
    padding-bottom: 40px;
  }

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

  .contenedor-mapa {
    width: 95%;
    height: 450px;
  }

  .text-block-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-22 {
    margin-bottom: 20px;
  }

  .testimonios {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .dropdown {
    width: auto;
    height: auto;
  }

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

  .beneficios {
    width: auto;
  }

  .la-casa-que-mereces {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    display: flex;
    position: relative;
  }

  .grid-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle-2 {
    height: 80px;
  }

  .beneficio-casa-mas {
    white-space: normal;
  }

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

  .footer-sitio {
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .bloques-tel-mail {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tipo-contacto, .detalle-contacto {
    text-align: center;
  }

  .contenedor-datos-footer {
    align-items: center;
  }

  .bloque-horarios {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .franja-blanca-footer {
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .bloque-firma-footer {
    align-items: center;
    position: relative;
  }

  .bloque-contenedor-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-19 {
    width: 80%;
    position: relative;
  }

  .image-14 {
    position: relative;
  }

  .image-15 {
    margin-bottom: 10px;
  }

  .navbar-logo-left-container.shadow-three {
    height: auto;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    height: auto;
    list-style-type: none;
    display: flex;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-flow: column wrap;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding: 20px;
    display: flex;
    position: relative;
    box-shadow: 0 8px 50px #0000000d;
  }

  .menu-button {
    background-color: var(--dark-orange);
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .porque-casa-mas-encabezado {
    line-height: 35px;
  }

  .div-porque-01 {
    padding: 40px 60px;
  }

  .div-porque-02 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .icon-2 {
    color: var(--white);
    font-family: Roboto, sans-serif;
  }

  .div-block-70 {
    margin-left: 40px;
    margin-right: 100px;
  }

  .div-block-71 {
    margin-left: 100px;
    margin-right: 40px;
  }

  .grid-10 {
    grid-column-gap: 30px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .primer-fold {
    background-position: 50% 0;
    background-size: contain;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .grilla-sugeridos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-9, .button-10 {
    text-align: center;
  }

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

  .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    position: relative;
  }

  .grilla-preguntas-frecuentes {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-2, .slide-3, .image-27 {
    height: auto;
  }

  .modal-casas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-14 {
    margin-top: 10px;
  }

  .texto-flotante-movil {
    display: none;
  }

  .encabezado-secciones-detalle-casas {
    flex-direction: column;
  }

  .contenedor-encabezado {
    align-items: center;
  }

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

  .contorno-externo {
    justify-content: center;
    width: 90%;
  }

  .mask-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bold-text-11.blanco {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-65 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .grid-18 {
    align-items: center;
  }

  .segundo-fold-inicio {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-38 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .imagen-cocina {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .imagen-muralla {
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
  }

  .grid-21 {
    grid-template-columns: .25fr 2.25fr;
  }

  .texto-de-lista-opt-in {
    font-weight: 400;
    line-height: 25px;
  }

  .submit-button {
    margin-right: 10px;
  }

  .email {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .nombre {
    width: 100%;
    margin-bottom: 10px;
  }

  .sublinea-opt {
    padding-left: 0;
    padding-right: 0;
  }

  .div-agrupador-form {
    flex-direction: column;
  }

  .heading-36 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-25 {
    height: auto;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contenedor-opt-iner {
    padding-left: 0;
    padding-right: 0;
  }

  .contenedor-redes-footer {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .div-block-137 {
    width: 100%;
    margin-bottom: 20px;
  }

  .encabezado-galeria {
    padding-left: 60px;
    padding-right: 60px;
  }

  .encabezado-galeria.naranja {
    position: relative;
  }

  .grilla-de-galeria {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nueva-cabecera {
    height: auto;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .encabezado-01 {
    width: auto;
    font-size: 50px;
    line-height: 50px;
  }

  .sublinea-02 {
    font-size: 35px;
    line-height: 45px;
  }

  .casa-mas-con-familia {
    max-width: 650px;
  }

  .barra-galeria {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-141 {
    flex: 1;
    padding-left: 20px;
  }

  .titular-galeria {
    width: 80%;
  }

  .contenedor-fotos-con-descripcion {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor-activacion {
    width: 90%;
  }

  .quick-stack {
    width: auto;
  }

  .primer-nivel-footer {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .contenedor-direccion {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .oficinas-titulo, .btn-google-maps {
    text-align: center;
  }

  .contenedor-direccion-contacto {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .bloque-horario-contacto {
    align-items: center;
  }

  .columna-contacto {
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .contendor-redes-footer {
    flex-flow: column;
    display: flex;
  }

  .tarjeta-casas {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .cards-casas {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card-casas-resumen {
    width: 300px;
    margin: 10px;
  }

  .hero-casas.moderno-1hab, .hero-casas.minimalista-2-hab, .hero-casas.contemporaneo-2-hab, .hero-casas.clasica-2-hab, .hero-casas.fin-de-semana, .hero-casas.urbano-1hab {
    height: 600px;
  }

  .letra-chica, .btn-quiero-nuevo {
    text-align: center;
  }

  .quick-stack-7 {
    margin-bottom: 0;
  }

  .cell-11 {
    justify-content: flex-start;
    align-items: center;
  }

  .lightbox-link-16.ultimo {
    margin-top: 0;
  }

  .cell-12, .cell-13, .cell-14, .cell-15, .cell-16 {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-17 {
    justify-content: space-between;
    align-items: center;
  }

  .contenedor-info-finde {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contenedor-casa-finde {
    width: 90%;
  }

  .image-102 {
    z-index: 15;
    margin-right: -77px;
  }

  .cell-19, .cell-20, .cell-22, .cell-32, .cell-33, .cell-34 {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contenedor-oficinas {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .entrega-casas {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-156 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cell-38 {
    justify-content: center;
    align-items: center;
  }

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

@media screen and (max-width: 767px) {
  .div-block-3 {
    margin-top: 10px;
  }

  .disclaimer-chico {
    width: 100%;
    margin-bottom: 40px;
  }

  .heading-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .fondo-boton {
    border-radius: 10px;
  }

  .heading-6 {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 35px;
  }

  .urbanizaciones {
    padding-bottom: 40px;
  }

  .heading-7 {
    text-align: center;
    line-height: 2rem;
  }

  .contenedor-mapa {
    background-position: 39%;
    background-size: contain;
    height: 320px;
    padding-bottom: 20px;
  }

  .contenedor-interno-mapa {
    flex-direction: column;
    margin-top: 20px;
  }

  .pin-mapa-01 {
    margin-top: 20px;
  }

  .pin-mapa-03 {
    margin-top: 40px;
  }

  .text-block-11 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
  }

  .fotos-techo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-22 {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

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

  .heading-9 {
    font-size: 2rem;
  }

  .paragraph-2 {
    font-size: 1.1rem;
  }

  .techo-boton {
    margin-top: 40px;
  }

  .testimonios {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-2 {
    height: auto;
    display: block;
  }

  .isabel-caceres-01 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .container-6 {
    flex: 0 auto;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 50px;
    height: auto;
    display: none;
  }

  .dropdown-toggle {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown {
    flex: 0 auto;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list {
    width: 100%;
    display: none;
  }

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

  .div-block-47 {
    flex-direction: row;
    align-items: stretch;
    height: auto;
  }

  .div-block-49 {
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .heading-10 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .grid-5 {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    margin: 40px 20px;
  }

  .text-block-17 {
    margin-left: 60px;
    margin-right: 60px;
  }

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

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

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

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

  .bloque-horarios {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .franja-blanca-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .bloque-firma-footer {
    justify-content: space-between;
  }

  .text-block-19 {
    width: 80%;
    padding-right: 10px;
  }

  .image-15 {
    margin-bottom: 20px;
  }

  .image-18 {
    margin-bottom: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

  .heading-14 {
    line-height: 32px;
  }

  .div-porque-01 {
    padding: 20px 40px;
  }

  .div-porque-02 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-70 {
    margin-right: 50px;
  }

  .div-block-71 {
    margin-left: 50px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .primer-fold {
    margin-top: 0;
  }

  .grilla-sugeridos {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-93 {
    margin-top: 20px;
  }

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

  .heading-26 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto-descanzo {
    background-position: 59% 0;
  }

  .grilla-preguntas-frecuentes {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .modal-casas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-53 {
    font-size: 30px;
  }

  .grid-14 {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .cuotas-estimadas {
    line-height: 32px;
  }

  .text-block-57 {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 27px;
  }

  .texto-flotante-movil {
    display: none;
  }

  .encabezado-secciones-detalle-casas {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .div-block-111 {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .contorno-externo {
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
  }

  .button-13 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .div-block-112 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    margin-right: 0;
    display: flex;
  }

  .estefania-mereles-04 {
    padding-left: 0;
    padding-right: 0;
  }

  .mask-2 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .bold-text-11.blanco {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-65 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-18 {
    place-items: center;
  }

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

  .div-block-127 {
    height: 200px;
  }

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

  .segundo-fold-inicio {
    margin-top: 0;
    padding-top: 35px;
  }

  .section-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-38 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .imagen-cocina, .imagen-muralla {
    width: 100%;
  }

  .grid-21 {
    grid-template-columns: 1fr;
  }

  .list-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-131 {
    align-items: center;
    padding-left: 0;
  }

  .texto-de-lista-opt-in {
    font-weight: 400;
    line-height: 25px;
  }

  .sublinea-opt {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-36 {
    font-size: 32px;
    line-height: 40px;
  }

  .section-25 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contenedor-opt-iner {
    padding-left: 0;
    padding-right: 0;
  }

  .head-gracias, .sub-head-gracias, .gracias-chico-opt-in {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .div-block-137 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 20px;
  }

  .encabezado-galeria {
    padding-left: 0;
    padding-right: 0;
  }

  .grilla-de-galeria {
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nueva-cabecera {
    justify-content: flex-start;
    height: auto;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .encabezado-01 {
    width: auto;
    height: auto;
    font-size: 40px;
    line-height: 45px;
  }

  .sublinea-02 {
    width: 100%;
    font-size: 30px;
    line-height: 37px;
  }

  .casa-mas-con-familia {
    max-width: 450px;
  }

  .txt-precio {
    font-size: 3rem;
  }

  .barra-galeria {
    flex-direction: column;
    margin-top: -50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-2 {
    text-align: center;
    margin-top: 20px;
  }

  .teaser-fotos-galeria {
    justify-content: center;
    width: auto;
  }

  .div-block-141 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .titular-galeria {
    text-align: center;
    width: auto;
    font-size: 22px;
    line-height: 25px;
  }

  .seccion-galeria {
    height: auto;
  }

  .grilla-detalles {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-stack {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell {
    padding-top: 20px;
  }

  .contenedor-360s {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contenedor-horarios {
    flex-direction: column;
    margin-top: 20px;
  }

  .bloque-horario-contacto, .contendor-redes-footer {
    flex-flow: column;
  }

  .mapa-escritorio {
    display: flex;
  }

  .cards-casas {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contenedor-cards-inicio {
    flex-direction: column;
    align-items: center;
  }

  .card-casas-resumen {
    width: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-casas.moderno-1hab, .hero-casas.minimalista-2-hab, .hero-casas.contemporaneo-2-hab, .hero-casas.clasica-2-hab, .hero-casas.fin-de-semana, .hero-casas.urbano-1hab {
    height: 500px;
  }

  .quick-stack-7 {
    margin-bottom: 0;
  }

  .lightbox-link-16.ultimo {
    margin-top: 0;
  }

  .cell-16 {
    justify-content: flex-start;
    align-items: center;
  }

  .contenedor-casa-finde {
    margin-left: 25px;
    margin-right: 25px;
  }

  .image-102 {
    margin-bottom: -57px;
    margin-right: 19px;
  }

  .contenedor-foto-casa-finde {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    justify-content: flex-end;
    align-items: flex-end;
    height: 350px;
  }

  .cell-32, .cell-34 {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-9 {
    padding-top: 0;
  }

  .testimonio-clientes {
    text-align: center;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .contenedor-testimonios {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hector-florentin {
    padding-left: 0;
    padding-right: 0;
  }

  .contendor-textos-testimonios-nombre-cliente {
    flex: 0 auto;
    display: block;
  }

  .testimonio-cliente {
    text-align: center;
    font-weight: 400;
  }

  .gizella-fernandez, .viviana-orue, .jessica-acosta {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .entrega-casas {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 20px;
  }

  .contendor-mapa-direcciones {
    padding-top: 0;
  }

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

@media screen and (max-width: 479px) {
  .heading {
    width: 100%;
    font-size: 26px;
    line-height: 30px;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    font-size: 1.5rem;
  }

  .div-block-3 {
    margin-top: 10px;
  }

  .text-block-3 {
    font-size: 2rem;
  }

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

  .disclaimer-chico.blanco {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-3 {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
  }

  .heading-3.naranja {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .recuadro-diferencias-destacadas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .link-block {
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .text-block-6 {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .image-2 {
    margin-right: 10px;
  }

  .grid-3 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    font-size: 31px;
  }

  .card-casas-casa-mas {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider {
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
  }

  .fondo-boton {
    border-radius: 10px;
  }

  .left-arrow, .right-arrow {
    z-index: 1000;
  }

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

  .heading-6 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .urbanizaciones {
    width: auto;
    padding-bottom: 20px;
  }

  .heading-7 {
    text-align: center;
    padding: 20px 40px 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .contenedor-mapa {
    background-position: 50%;
    background-size: contain;
    width: 90%;
    height: 200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contenedor-interno-mapa {
    flex-direction: column;
    margin-top: 20px;
  }

  .pin-mapa-01 {
    margin-top: 0;
  }

  .pin-mapa-03 {
    margin-top: 40px;
    padding-top: 20px;
  }

  .heading-8 {
    position: relative;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .text-block-11 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .fotos-techo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-22 {
    margin-bottom: 0;
    padding: 0 25px 20px;
  }

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

  .heading-9 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    position: relative;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    position: relative;
  }

  .body {
    overflow: visible;
  }

  .testimonios {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 10px 30px 20px;
    overflow: hidden;
  }

  .slider-2 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .isabel-caceres-01 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-8 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .container-6 {
    margin-top: 0;
  }

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

  .dropdown-toggle {
    flex-direction: column;
  }

  .dropdown {
    width: auto;
  }

  .div-block-46 {
    width: auto;
    height: auto;
  }

  .icon {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .paragraph-4 {
    text-align: center;
    padding-right: 0;
    font-size: 18px;
  }

  .heading-10 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .beneficios {
    margin-top: 10px;
    padding-bottom: 40px;
  }

  .heading-11 {
    font-size: 25px;
  }

  .la-casa-que-mereces {
    width: auto;
  }

  .image-9 {
    margin-bottom: 20px;
  }

  .image-10 {
    margin-bottom: 40px;
  }

  .dropdown-toggle-2 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .dropdown-list-2 {
    display: none;
  }

  .textos-beneficios {
    font-size: 16px;
    line-height: 25px;
  }

  .beneficio-casa-mas {
    padding-right: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .requisitos {
    width: auto;
  }

  .requisitos-titular {
    font-size: 18px;
    line-height: 25px;
  }

  .requisito-para-casa-mas {
    font-size: 16px;
    font-weight: 400;
  }

  .grid-6 {
    grid-row-gap: 20px;
    margin: 25px 20px;
  }

  .text-block-17 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .div-block-56 {
    margin-bottom: -30px;
  }

  .container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .bloques-tel-mail {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bloques-tel-mail.contacto {
    justify-content: center;
  }

  .tipo-contacto, .detalle-contacto {
    text-align: center;
  }

  .contenedor-datos-footer {
    margin-left: 0;
  }

  .bloque-horarios {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 20px 0;
  }

  .franja-blanca-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .bloque-firma-footer {
    flex-direction: column;
    position: relative;
  }

  .bloque-contenedor-info {
    align-items: center;
  }

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

  .vinculo-com-py {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-15 {
    margin-bottom: 20px;
  }

  .image-16, .image-17, .image-18 {
    margin-bottom: 10px;
  }

  .nav-menu-two {
    flex-direction: column;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    padding: 10px;
  }

  .volver-arriba {
    margin-top: 40px;
  }

  .porque-casa-mas-encabezado {
    line-height: 32px;
  }

  .heading-14 {
    font-size: 22px;
    line-height: 30px;
  }

  .porque-casa-mas {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .image-20 {
    display: none;
  }

  .grid-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-71 {
    margin-left: 40px;
  }

  .div-block-72 {
    margin-top: -163px;
  }

  .seccion-techo-institucional {
    padding-bottom: 0;
  }

  .cabecera-propiedades {
    flex-direction: column;
    padding-top: 10px;
  }

  .propiedades-en-catalogo {
    line-height: 20px;
  }

  .grilla-sugeridos {
    grid-template-columns: 1fr;
  }

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

  .div-block-86 {
    width: 55%;
    height: auto;
  }

  .list-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-section-large-2 {
    padding-bottom: 2rem;
  }

  .heading-26 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .segundo-fold {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .foto-descanzo {
    background-position: 60% 0;
    height: 300px;
  }

  .preguntas-frecuentes {
    width: auto;
    padding-bottom: 30px;
  }

  .div-block-95 {
    width: 200px;
  }

  .dropdown-toggle-2-copy {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .preguntas-frecuentes-dropdown {
    width: 280px;
    height: auto;
  }

  .text-block-51 {
    font-size: 1rem;
  }

  .slider-techo, .mask {
    height: auto;
  }

  .image-25 {
    margin-top: 20px;
  }

  .slide-3 {
    overflow: hidden;
  }

  .modal-casas {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-52 {
    font-size: 20px;
  }

  .text-block-53 {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
  }

  .grid-14 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .lista-prestaciones {
    padding-left: 20px;
  }

  .casa-precio-contado {
    font-size: 23px;
    line-height: 30px;
  }

  .cuotas-estimadas {
    margin-bottom: 10px;
    line-height: 32px;
  }

  .div-block-103 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-57 {
    text-align: center;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .whats-app-flotante {
    border-radius: 10px;
    flex-direction: column;
    width: 120px;
    height: 96px;
  }

  .texto-flotante-ancho {
    text-align: center;
    font-size: 12px;
    display: none;
  }

  .texto-flotante-movil {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    display: block;
  }

  .disclaimer-grande {
    width: 65%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.6rem;
  }

  .cabecera-propiedades-top {
    flex-direction: column;
    padding-top: 10px;
  }

  .heading-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sombrita-abajo-casas {
    flex-direction: column;
    padding-top: 10px;
  }

  .encabezado-secciones-detalle-casas {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .contenedor-encabezado {
    align-items: center;
    width: 280px;
  }

  .creditos-afd-1ra-vivienda {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .dormitorios-cantidad {
    text-align: center;
    font-size: 18px;
  }

  .grid-16 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-111 {
    border-radius: 10px;
    padding-bottom: 10px;
  }

  .contorno-externo {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-29 {
    margin: -45px 0 0;
  }

  .button-13 {
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .div-block-112 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    display: flex;
  }

  .encabezados-detalle-casas {
    font-size: 25px;
    line-height: 35px;
  }

  .estefania-mereles-04 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mask-2 {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .icon-3, .icon-4 {
    display: none;
  }

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

  .bold-text-10 {
    font-size: 22px;
  }

  .heading-32-2 {
    line-height: 35px;
  }

  .pasos-para-credito {
    width: auto;
  }

  .bold-text-11.blanco {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
  }

  .text-block-65 {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .heading-32 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .image-32 {
    max-width: none;
  }

  .contenedor-top {
    min-width: 90px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .list-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-18 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .div-block-120 {
    height: 200px;
  }

  .grid-19 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-68 {
    font-size: 30px;
  }

  .text-block-69 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-127 {
    height: 200px;
  }

  .text-block-71 {
    font-size: 30px;
  }

  .detacados-de-oferta {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 25px;
  }

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

  .segundo-fold-inicio {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .recuadro-diferencias-destacadas-inicio {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recuadro-diferencias-destacadas-oferta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-118-2 {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .segundo-fold-2-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-33 {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-9--2-2.naranja {
    line-height: 25px;
  }

  .section-19 {
    padding: 20px;
  }

  .div-block-130, .section-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .conteo-escritorio {
    display: none;
  }

  .conteo-movil {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .section-21 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .spacerssss {
    height: 210px;
  }

  .bold-text-12 {
    font-size: 22px;
  }

  .image-38 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .imagen-cocina {
    height: 200px;
    padding: 0;
  }

  .imagen-muralla {
    height: 200px;
  }

  .grid-21 {
    grid-template-rows: auto auto;
    margin-top: 20px;
  }

  .cuerpo {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
  }

  .list-5 {
    padding-right: 20px;
  }

  .texto-de-lista-opt-in {
    margin: 15px 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .texto-de-lista-opt-in.descarga-ahora {
    font-size: 18px;
  }

  .form {
    width: 100%;
  }

  .sublinea-opt {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .div-agrupador-form {
    width: auto;
  }

  .heading-36 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .section-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor-opt-iner {
    padding-left: 0;
    padding-right: 0;
  }

  .head-gracias {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-head-gracias, .gracias-chico-opt-in {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 25px;
  }

  .caja-titular-contador {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }

  .techo-slider {
    height: auto;
  }

  .techo-slider-interna {
    background-position: 0%;
  }

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

  .div-block-137 {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .encabezado-galeria {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
  }

  .encabezado-galeria.naranja {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
    line-height: 25px;
  }

  .heading-40 {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 20px;
  }

  .contenedor-enlaces-pie-galeria {
    flex-direction: column;
    margin-top: 0;
  }

  .grilla-de-galeria {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .nueva-cabecera {
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 30px 20px 40px;
  }

  .encabezado-01 {
    white-space: break-spaces;
    width: auto;
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 24px;
    line-height: 30px;
  }

  .sublinea-02 {
    white-space: break-spaces;
    width: auto;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 25px;
  }

  .casa-mas-con-familia {
    max-width: 280px;
    margin-top: 10px;
    position: relative;
  }

  .caja-precio {
    flex-direction: column;
    margin-top: 20px;
  }

  .txt-gs {
    font-size: 1.5rem;
  }

  .txt-precio {
    font-size: 2rem;
  }

  .barra-galeria {
    width: 93%;
    margin-top: -50px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-2 {
    width: 100%;
    margin-top: 10px;
  }

  .teaser-fotos-galeria {
    flex-direction: row;
    align-items: stretch;
    width: auto;
  }

  .agrupador {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }

  .div-block-141 {
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .thumbcito-galeria {
    border-radius: 7px;
    flex: 0 auto;
    align-self: center;
    width: 60px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .thumbcito-galeria.grande-movil {
    width: 130px;
  }

  .titular-galeria {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .recuadro {
    flex: 0 auto;
  }

  .seccion-galeria {
    padding-left: 0;
    padding-right: 0;
  }

  .grilla-detalles {
    grid-template-rows: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contenedor-activacion {
    margin-left: 10px;
    margin-right: 10px;
  }

  .quick-stack {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor-titular-ubicacion {
    padding-right: 0;
  }

  .cell {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-75 {
    white-space: break-spaces;
    font-size: 15px;
    line-height: 15px;
  }

  .cell-2 {
    align-items: flex-start;
  }

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

  .contenedor-horarios {
    margin-left: 0;
  }

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

  .contenedor-direccion-contacto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bloque-horario-contacto {
    flex-flow: column;
  }

  .contendor-redes-footer {
    flex-flow: column;
    display: flex;
  }

  .mapa-escritorio {
    display: none;
  }

  .mapa-movil {
    width: 100%;
    display: block;
  }

  .contendor-selector-casas {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .btn-selector.activo, .btn-selector.inactivo.margen-ext {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .contenedor-cards-inicio {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .card-casas-resumen {
    width: 320px;
  }

  .contendor-selector-casas-modelos {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-80 {
    width: auto;
  }

  .hero-casas.moderno-1hab, .hero-casas.minimalista-2-hab, .hero-casas.contemporaneo-2-hab, .hero-casas.clasica-2-hab, .hero-casas.fin-de-semana, .hero-casas.urbano-1hab {
    height: 250px;
  }

  .h1-modelo-casa {
    font-size: 28px;
    line-height: 32px;
    display: none;
  }

  .heading-43 {
    font-size: 18px;
  }

  .contorno-tipo-de-casa, .image-97 {
    display: none;
  }

  .quick-stack-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .recuadro-terreno {
    width: 90%;
  }

  .conenedor-modelo-casa-pequeno.thumb-2, .conenedor-modelo-casa-pequeno.thumb-2.casa-fin-semana-thumb, .conenedor-modelo-casa-pequeno.thumb-minimalista, .conenedor-modelo-casa-pequeno.thumb-contemporaneo, .conenedor-modelo-casa-pequeno.thumb-clasica {
    width: 260px;
    height: 160px;
  }

  .quick-stack-7 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .foto-real-thumb.classica-01, .foto-real-thumb.classica-02, .foto-real-thumb.classica-03, .foto-real-thumb.classica-04, .foto-real-thumb.classica-05, .foto-real-thumb.classica-06, .foto-real-thumb.minimalista-01, .foto-real-thumb.minimalista-02, .foto-real-thumb.minimalista-3, .foto-real-thumb.minimalista-04, .foto-real-thumb.minimalista-05, .foto-real-thumb.minimalista-06, .foto-real-thumb.minimalista-07, .foto-real-thumb.contemporaneo-01, .foto-real-thumb.contemporaneo-02, .foto-real-thumb.contemporaneo-3, .foto-real-thumb.contemporaneo-04, .foto-real-thumb.contemporaneo-05, .foto-real-thumb.contemporaneo-06, .foto-real-thumb.contemporaneo-07, .foto-real-thumb.clasica-01, .foto-real-thumb.clasica-02, .foto-real-thumb.clasica-3, .foto-real-thumb.clasica-04, .foto-real-thumb.clasica-05, .foto-real-thumb.clasica-07, .foto-real-thumb.urbana-01, .foto-real-thumb.urbana-02, .foto-real-thumb.urbana-02, .foto-real-thumb.urbana-03, .foto-real-thumb.urbana-04, .foto-real-thumb.urbana-05, .foto-real-thumb.urbana-06, .foto-real-thumb.urbana-07, .foto-real-thumb.urbana-04-2, .foto-real-thumb.minimalista-1hab-01 {
    width: 250px;
    height: 250px;
  }

  .solo-faltas-vos {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .modelo-casa-abajo {
    font-size: 25px;
  }

  .nuevo-titular-cards {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor-info-finde {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contenedor-casa-finde {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-102 {
    margin-bottom: -55px;
  }

  .contenedor-foto-casa-finde {
    justify-content: flex-end;
    align-items: flex-end;
    height: 200px;
  }

  .cell-21, .cell-22, .cell-23, .cell-24, .cell-25, .cell-26, .cell-27, .cell-28, .cell-29 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .cell-30, .cell-31, .cell-32, .cell-33, .cell-34, .cell-36 {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonio-clientes {
    text-align: center;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
    position: relative;
  }

  .contenedor-testimonios {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .hector-florentin {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contendor-textos-testimonios-nombre-cliente {
    flex: 0 auto;
  }

  .gizella-fernandez {
    padding-left: 10px;
    padding-right: 10px;
  }

  .viviana-orue {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .jessica-acosta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .entrega-casas {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .contendor-mapa-direcciones {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .mapa-escritorio-copy {
    display: flex;
  }

  .cell-39 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-157, .div-testimonios {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

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

#w-node-be6aba32-d0be-15a6-e890-9b8219501e55-751cc018, #w-node-_52da32f6-8b72-1124-52ef-4ad9745136f2-751cc018, #w-node-_79780832-9daf-1251-ce1a-1ea19855031b-751cc018, #w-node-_24a26289-9b7b-2377-7bc2-4a1bb48d904b-751cc018, #w-node-ce5467ab-4205-16d7-ef24-3533d528cf0c-751cc018, #w-node-_890b58e6-e3ef-71f4-fcb5-1740d650e5f4-751cc018 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9cafe8c-cd20-1945-7d91-002a47d982da-316fd638 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e6b71b03-8fa0-ed81-e2d7-91f455ddc088-1a3c0cb0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_79fc820b-4f9a-3b8f-2e1f-429dde652b7c-de652b74, #w-node-_79fc820b-4f9a-3b8f-2e1f-429dde652b89-de652b74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_60ec7c82-2afa-753b-342c-550f2c85a997-751cc01a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_60ec7c82-2afa-753b-342c-550f2c85a999-751cc01a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c98abd9e-8a05-9f8d-2404-7e658e65f91c-751cc01b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c98abd9e-8a05-9f8d-2404-7e658e65f91d-751cc01b, #w-node-c98abd9e-8a05-9f8d-2404-7e658e65f91f-751cc01b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dbff420-1205-0351-2aec-aa21c0c11dfb-751cc01c {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-cefedb01-1503-483e-6ebb-06d966de3558-751cc01d, #w-node-_82676fab-9627-62bc-1805-94c744e7adcd-751cc01d, #w-node-bfa79157-ade8-da6f-f492-3cb1d454b623-751cc01d, #w-node-ad8d144d-345a-f04b-d809-c38a2ca8ef58-751cc01d, #w-node-_874023e3-ec0a-75ca-117c-07c585d94b1e-751cc01d, #w-node-_485dac72-bac4-a4c7-03a3-0f515ccaef9d-751cc01d, #w-node-_5df4b8fa-83a9-6c8b-eba3-c05957f408e4-751cc01d, #w-node-b1e38590-70b7-5cc3-9c9f-679cdb6a229a-751cc01d, #w-node-_8708eaa5-cd6a-0019-6647-746421bb344c-751cc01d, #w-node-_4295cd66-a91d-b115-fc73-705d8e568cc0-751cc01d, #w-node-f94c4234-b44e-0832-0f7b-9f65c229b1f7-751cc01d, #w-node-_44b2e6ce-25b9-97a1-d1ad-b06926d3c0d5-751cc01d, #w-node-_014f030a-800c-692e-de5b-5250cedf95e7-751cc01d, #w-node-_8a3138a0-029a-bb78-e339-9bc728d94c8e-751cc01d, #w-node-cb5e97b2-4fc7-5a72-89e3-b0464f9f09c6-751cc01d, #w-node-_74f764f9-96ba-3351-aee6-9e3d52a1c376-751cc01d, #w-node-_84f2f874-273c-8a0f-3514-cccefe975886-751cc01d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c39473c-6790-509b-91d7-7435ec15aeba-751cc01d {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-b30450c1-692b-fd52-b805-2ff38d6b145a-751cc01d, #w-node-b30450c1-692b-fd52-b805-2ff38d6b145c-751cc01d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b30450c1-692b-fd52-b805-2ff38d6b1469-751cc01d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_3f5f5a47-8061-cc24-b2a7-d6d794c1d831-751cc01d, #w-node-_3f5f5a47-8061-cc24-b2a7-d6d794c1d833-751cc01d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3f5f5a47-8061-cc24-b2a7-d6d794c1d83c-751cc01d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_4a86379b-4d60-ad08-1cb3-695ba498bcfd-751cc01d, #w-node-_4a86379b-4d60-ad08-1cb3-695ba498bcff-751cc01d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4a86379b-4d60-ad08-1cb3-695ba498bd08-751cc01d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-ef3c8224-c178-aac2-d967-e1bfbb19326e-751cc01d, #w-node-ef3c8224-c178-aac2-d967-e1bfbb193270-751cc01d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ef3c8224-c178-aac2-d967-e1bfbb19327d-751cc01d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_102bccb8-8271-8ddd-1564-9cdab1ff7ab2-751cc01d, #w-node-_2722f5d8-637e-ea49-83cd-5b1a881f4e44-751cc01d, #w-node-_2722f5d8-637e-ea49-83cd-5b1a881f4e46-751cc01d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2722f5d8-637e-ea49-83cd-5b1a881f4e4f-751cc01d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-a52c6eb4-82dc-9d01-a3fa-3d4d31d11847-751cc01e, #w-node-_965f0215-8945-e2d3-97d4-509b0b789787-751cc01e, #w-node-_6bb1cc38-ef5b-e6d3-e881-baccd4d73d48-751cc01e, #w-node-a9c031d8-9a94-7c1b-31b5-410aaf8de638-751cc01e, #w-node-_1d251141-c056-bf3a-73fc-3954e497d1d8-751cc01e, #w-node-e940fc34-4fdc-1ade-dfba-819242c594d0-751cc01e, #w-node-_5a40918c-abff-a7b5-d10b-4aada15b19b2-751cc01e, #w-node-_7186f920-ec9c-90af-7e17-a2b4b493309d-751cc01e, #w-node-_4826c1bc-14bd-77bb-b54e-6e66787ce817-751cc01e, #w-node-e5feb4a4-6630-a1cc-8d55-c03e3ad4d71c-751cc01e, #w-node-e5feb4a4-6630-a1cc-8d55-c03e3ad4d721-751cc01e, #w-node-_84439bf7-5119-113a-6f74-834d0252d498-751cc01f, #w-node-_420f189e-c6e6-4678-de28-a13de3a93773-751cc01f, #w-node-aeba1060-df99-e505-2114-5b4d7d7d231d-751cc01f, #w-node-d9e4d26c-4fa2-70d0-0a60-35339246d57e-751cc01f, #w-node-_1be3ce45-1085-9e30-04d5-542554b5f7a6-751cc01f, #w-node-_6ef13fe1-1c04-e29d-c179-0fa0eaaf04e4-751cc01f, #w-node-_647ad310-4be3-7b1e-4b0f-436726667d1a-751cc01f, #w-node-_2263d6a2-2bec-fd6d-88e7-6c68a24a4ad4-751cc01f, #w-node-_4b501a04-2fd5-5ac4-dc1f-ed028471b6c0-751cc01f, #w-node-b0319236-c3f4-103d-0703-18070474cd35-751cc01f, #w-node-_1a9a53d4-3755-e306-8467-93954d6cb92f-751cc01f, #w-node-ce17c6a3-083c-b5f8-c98e-13e31bf84dc2-751cc01f, #w-node-d0c8bfba-49f3-7d66-6803-b8358fd8fa4d-751cc01f, #w-node-_31902db2-fb4f-8db8-cbbd-7ebc8629755e-751cc01f, #w-node-_71cf129d-20dd-b07d-8c35-2eb1c7fa34e3-751cc01f, #w-node-a146e68c-c3c3-96d9-dbe1-7e02c60366e8-751cc01f, #w-node-_7f38fbb0-2f57-666b-7289-1b0008f9ee57-751cc01f, #w-node-_8c3157f7-ee68-931e-fc94-2b66526adb32-751cc01f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73339622-3439-fa60-c46c-ea94577d8772-751cc01f, #w-node-_756d16bc-86c2-629e-cf7e-b0132e111677-751cc01f, #w-node-_1da3acaa-abdd-0aef-1602-4c526fc587e3-751cc01f, #w-node-_1da3acaa-abdd-0aef-1602-4c526fc587f0-751cc01f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8f30ae6e-39bb-ff71-6fcd-549505b8dd6b-751cc01f, #w-node-_8f30ae6e-39bb-ff71-6fcd-549505b8dd6c-751cc01f, #w-node-_385633c5-6be5-6d52-a897-5dd8745be7df-751cc01f, #w-node-bfe622ed-24b0-0651-5232-63e893f308b9-751cc01f, #w-node-c9a7c61e-089e-a821-84bd-61f14266b0c2-751cc01f, #w-node-_0460d5c6-c921-cc02-54e9-67f60a2f6af6-751cc01f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f4fbfd1-f5f0-b9a0-8fb1-7d163ce68fe2-751cc01f, #w-node-_7f4fbfd1-f5f0-b9a0-8fb1-7d163ce68fef-751cc01f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_6dceb89e-4017-60a3-3956-35dfba816c87-751cc01f, #w-node-_6dceb89e-4017-60a3-3956-35dfba816c8f-751cc01f, #w-node-_6dceb89e-4017-60a3-3956-35dfba816c97-751cc01f, #w-node-_6dceb89e-4017-60a3-3956-35dfba816c9f-751cc01f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc020 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc020 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_524d1ffc-f42c-b3eb-e34f-2f195ab50d00-751cc020 {
  justify-self: auto;
}

#w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc020 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc020 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b05a9528-6f59-762f-fba7-a7aadebb29ef-751cc021, #w-node-ddbe3dbd-af36-1926-3074-1285bf44cd17-751cc021, #w-node-_4ac10a4f-f16c-52f2-b6ba-5257e1dde6b6-751cc022, #w-node-_3d32a540-606e-2e79-e3cf-ed753dc27147-751cc022, #w-node-_3594654f-1fbd-6d50-ca2b-06a7efca92d6-751cc022, #w-node-a4023863-b57d-837b-9a5e-ee04ba7dd8dd-751cc022, #w-node-_04743421-8def-2d6a-b7cb-6d6145ae43a4-751cc022, #w-node-_27a859ac-87d2-e4c5-1df1-5ef8a961f2db-751cc022, #w-node-a668c6bf-529c-1a36-450f-cb85ce5eac6e-751cc022, #w-node-e681ceb1-70f7-20cf-464e-c6af4729234b-751cc024, #w-node-e681ceb1-70f7-20cf-464e-c6af47292371-751cc024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e681ceb1-70f7-20cf-464e-c6af47292397-751cc024 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc027 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc027, #w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc027 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc027 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc028 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc028, #w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc028 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc028 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc029 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc029, #w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc029 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc029 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc02a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc02a, #w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc02a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc02a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc02b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc02b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_524d1ffc-f42c-b3eb-e34f-2f195ab50d00-751cc02b {
  justify-self: auto;
}

#w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc02b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc02b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc02c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc02c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_524d1ffc-f42c-b3eb-e34f-2f195ab50d00-751cc02c {
  justify-self: auto;
}

#w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc02c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-e415fa7b-cef3-c59c-02a5-9c41761ca008-751cc02c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc02d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc02d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_524d1ffc-f42c-b3eb-e34f-2f195ab50d00-751cc02d {
  justify-self: auto;
}

#w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc02d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc02d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc02e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc02e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_524d1ffc-f42c-b3eb-e34f-2f195ab50d00-751cc02e {
  justify-self: auto;
}

#w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc02e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-fc2a9a2b-7584-b9ea-e4d2-753e60b431ea-751cc02e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc02f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc02f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_524d1ffc-f42c-b3eb-e34f-2f195ab50d00-751cc02f {
  justify-self: auto;
}

#w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc02f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9ce8195f-810a-0c34-0e99-1dd0809570e6-751cc02f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc030 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc030 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_524d1ffc-f42c-b3eb-e34f-2f195ab50d00-751cc030 {
  justify-self: auto;
}

#w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc030 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-c7ff4faf-6f5e-de5c-97f8-7cb15af1a1d8-751cc030 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc031 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc031 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_524d1ffc-f42c-b3eb-e34f-2f195ab50d00-751cc031 {
  justify-self: auto;
}

#w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc031 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc031 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc032 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc032, #w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc032 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc032 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc033 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-751cc033, #w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-751cc033 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc033 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae2db521-15d9-0031-7b87-ac19c6467891-020feb1c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2a000b4-0a8a-3c5c-fb5f-b63a5da19121-020feb1c, #w-node-_53dfd84d-9069-38ee-e5ad-211d149ae36c-020feb1c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-020feb1c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cefedb01-1503-483e-6ebb-06d966de3558-c2d8ecad, #w-node-_82676fab-9627-62bc-1805-94c744e7adcd-c2d8ecad, #w-node-bfa79157-ade8-da6f-f492-3cb1d454b623-c2d8ecad, #w-node-ad8d144d-345a-f04b-d809-c38a2ca8ef58-c2d8ecad, #w-node-_874023e3-ec0a-75ca-117c-07c585d94b1e-c2d8ecad, #w-node-_485dac72-bac4-a4c7-03a3-0f515ccaef9d-c2d8ecad, #w-node-_5df4b8fa-83a9-6c8b-eba3-c05957f408e4-c2d8ecad, #w-node-b1e38590-70b7-5cc3-9c9f-679cdb6a229a-c2d8ecad, #w-node-_8708eaa5-cd6a-0019-6647-746421bb344c-c2d8ecad, #w-node-_4295cd66-a91d-b115-fc73-705d8e568cc0-c2d8ecad, #w-node-f94c4234-b44e-0832-0f7b-9f65c229b1f7-c2d8ecad, #w-node-_44b2e6ce-25b9-97a1-d1ad-b06926d3c0d5-c2d8ecad, #w-node-_014f030a-800c-692e-de5b-5250cedf95e7-c2d8ecad, #w-node-_8a3138a0-029a-bb78-e339-9bc728d94c8e-c2d8ecad, #w-node-cb5e97b2-4fc7-5a72-89e3-b0464f9f09c6-c2d8ecad, #w-node-_74f764f9-96ba-3351-aee6-9e3d52a1c376-c2d8ecad, #w-node-_84f2f874-273c-8a0f-3514-cccefe975886-c2d8ecad, #w-node-_4ef15ee4-38e5-49fb-7f36-9fc9ad67b6e5-c2d8ecad, #w-node-_877e32ad-3457-d7b3-af29-1b6dc4a8ac8b-c2d8ecad, #w-node-e1a50177-a2d8-4d12-e2be-60d14ac5db28-c2d8ecad, #w-node-_6448348b-5527-ce77-7fc7-16ab47f18949-c2d8ecad, #w-node-e08e8555-6392-5310-da39-98dc51401921-c2d8ecad, #w-node-_7c71aa67-d26f-fcef-5a46-b401d694bdcd-c2d8ecad, #w-node-_36a17870-4f7a-2828-29f9-02a640e23723-c2d8ecad, #w-node-_246fc521-859b-7e7f-65b2-e3cc5f2a4a7a-c2d8ecad, #w-node-_9fabaaf6-347c-f9cd-0cf3-326f36383901-c2d8ecad, #w-node-_0064501b-e2cd-3b82-04da-7e8f212b9330-c2d8ecad, #w-node-f361d177-00b1-1f57-c3ad-d5f32f084f8d-c2d8ecad, #w-node-c9294b30-b428-1645-34a0-d89f24b4f123-c2d8ecad, #w-node-_9d3b65b1-7a27-6c7e-b7c3-5e660bf2ae78-c2d8ecad, #w-node-d53aa3fe-3cb8-b96a-3aef-0cc8697698d3-c2d8ecad, #w-node-f875cc79-7948-7994-7e9f-8c1295d5b46d-c2d8ecad, #w-node-_6eec338c-5e68-2c6e-545e-6649c94e7f52-c2d8ecad, #w-node-e920408c-5f1e-635b-3c09-8da4daffdacf-c2d8ecad, #w-node-_995bca8c-b98c-100e-e57f-f4095c2c1337-c2d8ecad, #w-node-_7db32737-4716-e4d8-129c-6ff61e97f4be-c2d8ecad, #w-node-aced3cba-aa1a-27ed-690a-b8028a338d7b-c2d8ecad, #w-node-_0caa3954-7342-06ca-6ffd-d833ec82800b-c2d8ecad, #w-node-ce1cee77-055d-a038-5554-09d6c46ca05d-c2d8ecad, #w-node-b95e842c-db05-2f55-bd08-9333b7ecd100-c2d8ecad, #w-node-dfb93bf0-db8e-5cf1-567e-52c7500677e1-c2d8ecad, #w-node-c3b1ce18-0bc1-7bf2-8b57-0492f25476a5-c2d8ecad, #w-node-_3c4ae8bc-674c-d92f-a9a1-575d66ff48cf-c2d8ecad, #w-node-b87803c7-5dc6-429e-8e15-a0cea721a083-c2d8ecad, #w-node-_5732d614-34a1-f41f-e8fd-1b0265b1c49a-c2d8ecad, #w-node-_9bebe1c2-8739-c6ba-94dd-5ef8dbf19c1a-c2d8ecad, #w-node-d7b6752a-dd02-b5bf-ff2a-40e309611c7a-c2d8ecad, #w-node-_8c05936c-b021-9528-56e5-5fb92482ecfe-c2d8ecad, #w-node-_5a3ca6b4-3be6-6ad9-c58b-4bd8b5adda22-c2d8ecad, #w-node-d08bcc65-33f0-1488-f1f5-6a50826c9dbe-c2d8ecad, #w-node-b3b0b58c-f5a7-ea52-51ba-948ec4ef82c3-c2d8ecad, #w-node-_9c99596b-2ea8-d931-f025-e26a9db072d2-c2d8ecad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e6b71b03-8fa0-ed81-e2d7-91f455ddc088-1a3c0cb0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6dbff420-1205-0351-2aec-aa21c0c11dfb-751cc01c, #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc020 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc020 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc027 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc027 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc028 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc028 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc029 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc029 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc02a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc02a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc02b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc02b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc02c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e415fa7b-cef3-c59c-02a5-9c41761ca008-751cc02c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc02d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc02d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc02e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fc2a9a2b-7584-b9ea-e4d2-753e60b431ea-751cc02e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc02f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9ce8195f-810a-0c34-0e99-1dd0809570e6-751cc02f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc030 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c7ff4faf-6f5e-de5c-97f8-7cb15af1a1d8-751cc030 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc031 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc031 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc032 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc032 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-751cc033 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc033 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ae2db521-15d9-0031-7b87-ac19c6467891-020feb1c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-020feb1c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e6b71b03-8fa0-ed81-e2d7-91f455ddc088-1a3c0cb0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c98abd9e-8a05-9f8d-2404-7e658e65f91c-751cc01b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c98abd9e-8a05-9f8d-2404-7e658e65f91d-751cc01b, #w-node-c98abd9e-8a05-9f8d-2404-7e658e65f91f-751cc01b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c39473c-6790-509b-91d7-7435ec15aeba-751cc01d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-b30450c1-692b-fd52-b805-2ff38d6b1469-751cc01d, #w-node-_3f5f5a47-8061-cc24-b2a7-d6d794c1d83c-751cc01d, #w-node-_4a86379b-4d60-ad08-1cb3-695ba498bd08-751cc01d, #w-node-ef3c8224-c178-aac2-d967-e1bfbb19327d-751cc01d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_102bccb8-8271-8ddd-1564-9cdab1ff7ab2-751cc01d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_2722f5d8-637e-ea49-83cd-5b1a881f4e4f-751cc01d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e6b71b03-8fa0-ed81-e2d7-91f455ddc088-1a3c0cb0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_60ec7c82-2afa-753b-342c-550f2c85a997-751cc01a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_8c39473c-6790-509b-91d7-7435ec15aeba-751cc01d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc020, #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc027, #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc028, #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc029, #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc02a, #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc02b, #w-node-e415fa7b-cef3-c59c-02a5-9c41761ca008-751cc02c, #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc02d, #w-node-fc2a9a2b-7584-b9ea-e4d2-753e60b431ea-751cc02e, #w-node-_9ce8195f-810a-0c34-0e99-1dd0809570e6-751cc02f, #w-node-c7ff4faf-6f5e-de5c-97f8-7cb15af1a1d8-751cc030, #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc031, #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc032, #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-751cc033, #w-node-_07c7c33a-e1c3-2ab9-1533-e8d3f2740bbf-020feb1c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}