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

a {
  text-decoration: underline;
}

.nav-link {
  color: #393939;
  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: #f68b1f;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
}

.nav-link.w--current {
  color: #fff;
  background-color: #f68b1f;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading {
  width: 100%;
  color: #f68b1f;
  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: #f68b1f;
  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: #f68b1f;
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
}

.disclaimer-chico {
  width: 70%;
  color: #393939;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.disclaimer-chico.blanco {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-3 {
  color: #fff;
  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: #f68b1f;
  font-family: Gotham, sans-serif;
  font-size: 28px;
  line-height: 35px;
  position: relative;
}

.heading-4 {
  color: #393939;
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.7rem;
}

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

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

.recuadro-diferencias-destacadas {
  background-color: #fff;
  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 rgba(0, 0, 0, .2);
}

.text-block-5 {
  color: #393939;
  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 {
  width: auto;
  height: auto;
  background-image: linear-gradient(to right, #24ff00, #329e27 42%);
  border: 3px solid #fff;
  border-radius: 100px;
  align-items: center;
  margin: 10px 20px;
  padding: 7px 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

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

.text-block-6 {
  color: #fff;
  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: #f68b1f;
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  line-height: 40px;
}

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

.card-casas-casa-mas.actual, .card-casas-casa-mas.muralla {
  display: none;
}

.slider {
  width: 100%;
  height: 220px;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  height: auto;
  color: rgba(0, 0, 0, 0);
  margin-top: 0;
  display: block;
  position: relative;
}

.fondo-boton {
  width: 50px;
  height: 50px;
  background-color: #393939;
  border-radius: 50px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fondo-boton:hover {
  background-color: #f68b1f;
}

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

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

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

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

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

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

.textos-lista-items-card {
  color: #393939;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

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

.list {
  height: 160px;
  color: #393939;
  margin-top: 40px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.heading-6 {
  color: #f68b1f;
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  line-height: 30px;
}

.urbanizaciones {
  height: auto;
  background-color: #f68b1f;
  flex-direction: column;
  align-items: center;
  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: #fff;
  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 {
  width: 90%;
  height: 500px;
  background-image: url('../images/mapa-ubicaciones-final.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  text-decoration: none;
  display: flex;
}

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

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

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

.text-block-8 {
  color: #393939;
  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: #fff;
  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: #f68b1f;
  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: #393939;
  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 {
  width: 200px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.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 {
  width: 100%;
  background-color: #f68b1f;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.fondo-oscuro-pop-up {
  z-index: 1000;
  width: 90%;
  height: 480px;
  background-color: rgba(57, 57, 57, .8);
  flex-flow: column;
  flex: none;
  order: 0;
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
}

.cerrar {
  width: 50px;
  color: #393939;
  background-color: #fff;
  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: #393939;
  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: #393939;
  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: #fff;
  font-family: Gotham, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.paragraph-2 {
  color: #fff;
  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 {
  width: 250px;
  color: #0092dd;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.techo-boton:hover {
  color: #fff;
  background-color: #006494;
  border-radius: 5px;
}

.body {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

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

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

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

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

.slide-nav-2 {
  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 rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0;
  transition: border-color .2s, box-shadow .2s;
  display: block;
  position: relative;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px rgba(74, 58, 255, .06);
}

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

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

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

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

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

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

.div-block-47 {
  height: 100%;
  justify-content: center;
  align-items: center;
  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 {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 3px solid #b4b4b4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  display: flex;
  position: relative;
}

.paragraph-4 {
  width: 100%;
  color: #393939;
  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 {
  height: auto;
  align-items: center;
  display: block;
  position: relative;
}

.heading-10 {
  color: #f68b1f;
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
  position: relative;
}

.heading-10.blanco {
  color: #fff;
}

.beneficios {
  height: auto;
  background-color: #f68b1f;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 80px;
  position: relative;
}

.heading-11 {
  color: #fff;
  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;
}

.container-7 {
  margin-top: 20px;
}

.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 {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 5px 5px 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.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: #fff;
  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 rgba(0, 0, 0, .2);
}

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

.image-11 {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.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 {
  width: auto;
  white-space: pre-wrap;
  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 {
  text-align: center;
  background-color: #fff;
  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;
}

.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: #f68b1f;
  padding-top: 0;
  display: block;
}

.footer-sitio {
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  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: #393939;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

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

.detalle-contacto {
  color: #393939;
  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 rgba(57, 57, 57, .2);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 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 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  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;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .1);
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  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: #393939;
  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: #f68b1f;
  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: rgba(0, 0, 0, 0);
  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: #fff;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.paragraph-6 {
  color: #fff;
  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: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fff, #fff 0%, #ebebeb 103%);
  grid-template-rows: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-17 {
  color: #f68b1f;
  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: #f68b1f;
  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 {
  height: auto;
  background-image: linear-gradient(#f7f7f7, #fff);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.propiedades-en-catalogo {
  margin-top: 10px;
  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: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-top: 10px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.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 {
  height: 2px;
  background-color: #bbb;
}

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

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

.boton-ver-detalle {
  color: #f68b1f;
  background-color: #fff;
  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 {
  color: #fff;
  background-color: #f68b1f;
}

.primer-fold {
  height: 50vh;
  justify-content: space-between;
  align-items: center;
  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 {
  height: 2px;
  background-color: #c7c7c7;
  margin-top: 0;
}

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

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

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

.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 {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

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

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

.button-9 {
  width: 45%;
  height: 55px;
  background-color: #f68b1f;
  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;
}

.button-10 {
  width: 45%;
  height: 55px;
  color: #393939;
  background-color: #fff;
  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 {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  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;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-26 {
  color: #fff;
  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 {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 60px 40px;
  display: flex;
}

.foto-descanzo {
  height: 500px;
  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;
  display: flex;
  position: relative;
}

.preguntas-frecuentes {
  height: auto;
  background-color: #f68b1f;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 80px;
  position: relative;
}

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

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

.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 {
  width: 100%;
  height: 350px;
  background-color: #0793d7;
}

.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;
  height: 100%;
  background-color: #393939;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 40px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-13 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-block-52 {
  color: #393939;
  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 {
  width: 100%;
  height: 100px;
  background-color: #f68b1f;
  background-image: linear-gradient(to right, #fc7100, #f68b1f 50%, #fc7100);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-53 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
}

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

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

.text-block-54 {
  color: #f68b1f;
  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;
}

.list-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-55 {
  color: #393939;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.cuotas-estimadas {
  color: #f68b1f;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.precio {
  color: #f68b1f;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-56 {
  width: 100%;
  text-align: left;
  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 {
  width: 100%;
  height: 40px;
  background-image: url('../images/franja-mas-02-gris_1franja-mas-02-gris.webp');
  background-position: 0 0;
  background-size: 1500px;
  margin-top: 0;
  margin-bottom: 20px;
}

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

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

.text-block-57 {
  color: #fff;
  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: #393939;
  border-radius: 3px;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

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

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

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

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

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

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

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

.disclaimer-grande {
  width: 100%;
  color: #fff;
  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 {
  height: auto;
  background-image: linear-gradient(#f7f7f7, #fff);
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.grilla-interna-cass-detalle {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin: 30px 20px 40px;
}

.grilla-interna-cass-detalle.todas {
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-27 {
  color: #393939;
  text-align: center;
  font-size: 25px;
}

.button-12 {
  height: 55px;
  background-color: #f68b1f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.button-12:hover {
  background-color: #00a233;
}

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

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

.encabezado-secciones-detalle-casas {
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  display: flex;
}

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

.creditos-afd-1ra-vivienda {
  color: #393939;
  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: #393939;
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.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 {
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #f68b1f;
  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: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

.contorno-externo {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 40px;
  display: flex;
}

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

.button-13 {
  color: #393939;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

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

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

.div-block-113 {
  background-color: #4c6822;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.encabezados-detalle-casas {
  color: #f68b1f;
  text-align: center;
  margin-top: 0;
  font-size: 35px;
  line-height: 40px;
}

.div-block-114 {
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-30 {
  padding-left: 20px;
  padding-right: 20px;
}

.fernando-osorio-02, .armando-benitez-03, .estefania-mereles-04, .marcela-sanabria-05 {
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.mask-2 {
  flex: 1;
  overflow: hidden;
}

.icon-3, .icon-4 {
  position: relative;
}

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

.grid-17 {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  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: #393939;
  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: #fff;
  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: #393939;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

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

.contenedor-top {
  z-index: 1000;
  width: 100%;
  height: auto;
  min-width: auto;
  color: #fff;
  text-align: center;
  background-color: #fde8d8;
  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: #009231;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .65) 49%, rgba(255, 255, 255, 0));
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-18 {
  background-color: #f68b1f;
}

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

.div-block-126 {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 20px;
}

.text-block-68 {
  color: #f68b1f;
  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 {
  height: auto;
  background-image: url('../images/fondo-casita.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.text-block-70 {
  color: #fff;
  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: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
}

.text-block-71 {
  width: auto;
  color: #f68b1f;
  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: #fff;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.detacados-de-oferta {
  color: #393939;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.text-block-73 {
  color: #fff;
  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 {
  height: 150px;
  background-image: url('../images/oferta-irresistible-casa-mas-01_1oferta-irresistible-casa-mas-01.webp');
  background-position: 50%;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

.recuadro-diferencias-destacadas-inicio {
  background-color: #fff;
  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 rgba(0, 0, 0, .2);
}

.recuadro-diferencias-destacadas-oferta {
  background-color: #fff;
  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 rgba(0, 0, 0, .2);
}

.bold-text-10-3 {
  color: #f68b1f;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

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

.segundo-fold-2-2 {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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: #f68b1f;
  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: #393939;
}

.div-block-5--2--3 {
  width: 100%;
  height: 2px;
  background-color: rgba(57, 57, 57, .3);
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.section-19 {
  background-color: #f68b1f;
  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: #fff;
  border-radius: 30px;
  margin-top: 10px;
  padding: 10px 30px 30px;
}

.requisitos-oferta-naranja {
  background-color: #f68b1f;
  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 {
  height: auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  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 {
  height: auto;
  background-color: #f68b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  width: 100%;
  height: 130px;
  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;
  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: #393939;
  text-decoration: none;
}

.image-40 {
  width: 100%;
  max-width: none;
}

.image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47, .image-48, .image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60, .image-61, .image-62, .image-63, .image-64, .image-65, .image-66, .image-67, .image-68, .image-69, .image-70, .image-71, .image-72 {
  height: 200px;
}

.image-73 {
  align-self: flex-start;
}

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

.reporte-gratuito {
  max-width: none;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-bottom: 0;
  box-shadow: 0 12px 10px rgba(0, 0, 0, .25);
}

.cuerpo {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.list-5 {
  color: #f68b1f;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 40px 10px;
  font-size: 22px;
}

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

.texto-de-lista-opt-in {
  color: #393939;
  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: #fff;
  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 {
  width: 100%;
  background-color: #009231;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 0;
}

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

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

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

.sublinea-opt {
  color: #fff;
  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 {
  width: 100%;
  background-color: rgba(57, 57, 57, .6);
  border-radius: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  display: flex;
}

.heading-36 {
  color: #fff;
  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 {
  height: auto;
  background-color: #f68b1f;
  margin-bottom: 20px;
  padding: 10px 0 60px;
}

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

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

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

.sub-head-gracias {
  width: 100%;
  color: #fff;
  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 {
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #f68b1f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gracias-chico-opt-in {
  width: 100%;
  color: #fff;
  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 {
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #f68b1f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.caja-titular-contador {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.div-titulo-icono-top {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.slide-4 {
  height: auto;
}

.image-75 {
  margin-top: -11px;
}

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

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

.enlaces-redes {
  margin: 10px;
}

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

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

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

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

.encabezado-galeria {
  color: #fff;
  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: #f68b1f;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.heading-40 {
  color: #fff;
  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: #fff;
}

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

.texto-descripcion.blanco {
  color: #fff;
  text-align: center;
}

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

.modelos-casa-mas {
  background-color: #f68b1f;
  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;
  align-items: center;
  justify-items: center;
  margin-bottom: 40px;
}

.nueva-cabecera {
  width: auto;
  height: auto;
  background-image: linear-gradient(#0038a5, rgba(255, 255, 255, 0) 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;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

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

.sublinea-02 {
  width: 70%;
  color: #fff;
  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 {
  max-width: 800px;
  margin-top: 40px;
}

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

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

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

.txt-precio {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 45px;
  position: relative;
}

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

.barra-galeria {
  width: 800px;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: -50px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
  position: relative;
  top: 20px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.btn-2:hover {
  color: #fff;
  background-color: #f68b1f;
}

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

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

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

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

.titular-galeria {
  color: #f68b1f;
  font-family: Gotham, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.seccion-galeria {
  height: auto;
  background-color: #f68b1f;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pines-mapa {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.link-block-9 {
  text-decoration: none;
}

.bloque-horarios-contacto {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  position: relative;
}

.contenedor-horarios-contc {
  margin-left: 0;
}

.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 #fff;
  border-radius: 10px;
  flex: 0 auto;
  align-self: center;
  display: block;
  position: relative;
}

.fotos-con-descripcion {
  background-color: #4e4e4e;
}

.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: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

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

.fotos-adicionales {
  border: 8px solid #fff;
}

.fotos-adicionales._700px {
  width: 700px;
}

.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(#fff 48%, rgba(255, 255, 255, 0) 48%);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.quick-stack {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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: #f68b1f;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 38px;
  line-height: 34px;
}

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

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

.contenedor-icono-ubicacion {
  width: 60px;
  height: 41px;
  background-color: #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.cell {
  padding: 0 20px;
}

.text-block-75 {
  color: #fff;
  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: #f68b1f;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.texto-horarios {
  color: #393939;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

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

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

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

.btn-ubicacion {
  width: 100%;
  height: 45px;
  color: #0793d7;
  text-transform: uppercase;
  background-color: #fff;
  border: 3px solid #0793d7;
  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 {
  color: #fff;
  background-color: #0793d7;
}

.image-90 {
  max-width: none;
  flex: 1;
  align-self: center;
}

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

.link-block-10 {
  border: 3px solid #fff;
  border-radius: 10px;
}

.fotos_enlaces {
  border: 3px solid #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}

.fotos_enlaces:hover {
  box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
}

.link-block-10-copy {
  border: 3px solid #fff;
  border-radius: 10px;
}

.enlaces_360 {
  border: 3px #fff;
  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;
}

.fotos, .image-93 {
  border-radius: 8px;
}

.text-block-76 {
  color: #fff;
  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: #393939;
  margin-top: 0;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.horario-footer.contact {
  margin-top: 10px;
}

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

.contenedor-direccion {
  margin-right: 20px;
}

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

.html-embed-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.oficinas-titulo {
  color: #393939;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.oficinas-titulo.contact {
  margin-top: 10px;
}

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

.btn-google-maps {
  width: 180px;
  color: #393939;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.btn-google-maps:hover {
  background-color: #f68b1f;
}

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

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

.div-block-145 {
  margin-top: 20px;
}

.bloque-horario-contacto {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.mapa-movil {
  display: none;
}

@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: 400px;
  }

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

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

  .testimonios {
    margin-top: 0;
    padding-top: 20px;
  }

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

  .nav-menu-wrapper {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    list-style-type: none;
    display: flex;
  }

  .nav-menu-two {
    height: auto;
    background-color: #fff;
    border-radius: 0;
    flex-flow: column wrap;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    position: relative;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .menu-button {
    background-color: #f68b1f;
    border-radius: 5px;
    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: #fff;
    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 {
    width: 100%;
    height: auto;
    background-position: 50% 0;
    background-size: contain;
    flex-direction: column;
  }

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

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

  .contorno-externo {
    width: 90%;
  }

  .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 {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .imagen-muralla {
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

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

  .div-titulo-icono-top {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-133 {
    align-self: center;
  }

  .slide-4, .mask-3 {
    height: auto;
  }

  .mask-4 {
    height: auto;
    overflow: visible;
  }

  .contenedor-redes-footer {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    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%;
  }

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

  .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;
    padding-left: 0;
  }

  .contenedor-direccion {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

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

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

  .contenedor-mapa {
    height: 300px;
    background-position: 39%;
    background-size: cover;
    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 {
    width: auto;
    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;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 50px;
    height: auto;
  }

  .dropdown-toggle {
    width: 100%;
    flex: 0 auto;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown {
    width: 80%;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list {
    width: 100%;
    display: none;
  }

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

  .div-block-47 {
    height: auto;
    flex-direction: row;
    align-items: stretch;
  }

  .div-block-49 {
    height: auto;
    justify-content: center;
    align-items: stretch;
    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;
  }

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

  .grilla-interna-cass-detalle {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .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 {
    width: 100%;
    flex-direction: column;
    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 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    margin-right: 0;
    display: flex;
  }

  .fernando-osorio-02 {
    padding-left: 0;
    padding-right: 0;
  }

  .armando-benitez-03 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .estefania-mereles-04, .marcela-sanabria-05 {
    padding-left: 0;
    padding-right: 0;
  }

  .mask-2 {
    overflow: visible;
  }

  .bold-text-11.blanco {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .grid-18 {
    align-items: center;
    justify-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;
  }

  .div-titulo-icono-top {
    justify-content: center;
  }

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

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

  .div-block-137 {
    width: 100%;
    flex-direction: column;
    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 {
    height: auto;
    justify-content: flex-start;
    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 {
    width: auto;
    justify-content: center;
  }

  .div-block-141 {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .titular-galeria {
    width: auto;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
  }

  .seccion-galeria {
    height: auto;
  }

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

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

  .contenedor-icono-ubicacion {
    width: 41px;
  }

  .cell {
    padding-top: 20px;
  }

  .contenedor-360s {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contenedor-horarios {
    flex-direction: column;
    margin-top: 20px;
  }
}

@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: 20px;
    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: 0;
  }

  .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: 20px;
    padding-right: 20px;
    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: 30px;
  }

  .contenedor-mapa {
    width: 90%;
    height: 400px;
    background-position: 39% 0;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .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: 10px;
    padding-right: 10px;
  }

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

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

  .heading-9 {
    font-size: 25px;
    line-height: 30px;
    position: relative;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 30px;
    position: relative;
  }

  .body {
    overflow: visible;
  }

  .testimonios {
    margin-top: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-2 {
    height: auto;
  }

  .isabel-caceres-01 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-8 {
    margin-bottom: 10px;
  }

  .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: 20px;
    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 {
    width: 100%;
    flex-direction: column;
    align-self: center;
    align-items: center;
    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 {
    width: 100%;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }

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

  .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 {
    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 {
    height: 300px;
    background-position: 60% 0;
  }

  .preguntas-frecuentes {
    width: auto;
  }

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

  .text-block-55 {
    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 {
    width: 120px;
    height: 96px;
    border-radius: 10px;
    flex-direction: column;
  }

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

  .grilla-interna-cass-detalle {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .creditos-afd-1ra-vivienda {
    margin-top: 0;
    margin-right: 40px;
    font-size: 15px;
  }

  .dormitorios-cantidad {
    font-size: 25px;
  }

  .grid-16 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    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 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-right: 0;
    display: flex;
  }

  .encabezados-detalle-casas {
    font-size: 40px;
  }

  .fernando-osorio-02, .armando-benitez-03, .estefania-mereles-04, .marcela-sanabria-05 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mask-2 {
    height: auto;
  }

  .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 {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    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;
  }

  .div-titulo-icono-top {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .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 {
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 30px 20px 40px;
  }

  .encabezado-01 {
    width: auto;
    white-space: break-spaces;
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .sublinea-02 {
    width: auto;
    white-space: break-spaces;
    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 {
    width: auto;
    flex-direction: row;
    align-items: stretch;
  }

  .agrupador {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .div-block-141 {
    width: auto;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .thumbcito-galeria {
    width: 60px;
    max-width: none;
    border-radius: 7px;
    flex: 0 auto;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .thumbcito-galeria.grande-movil {
    width: 130px;
  }

  .titular-galeria {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .recuadro {
    flex: 0 auto;
  }

  .seccion-galeria {
    padding-left: 0;
    padding-right: 0;
  }

  .bloque-horarios-contacto {
    width: 100%;
    flex-direction: column;
    align-self: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contenedor-horarios-contc {
    margin-left: 0;
  }

  .grilla-detalles {
    grid-template-rows: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-88 {
    position: relative;
  }

  .mask-5, .slide-5, .slide-6 {
    overflow: hidden;
  }

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

  .mapa-escritorio {
    display: none;
  }

  .mapa-movil {
    display: block;
  }
}

#w-node-_2273b579-5d7c-23f2-23ed-486d984faf37-eeed9c8b, #w-node-c8bacc81-afb3-5923-c292-4d50cfc6b064-eeed9c8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94e5c75d-c7fb-c146-b694-b98357428c23-eeed9c8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-be6aba32-d0be-15a6-e890-9b8219501e55-eeed9c8b, #w-node-_52da32f6-8b72-1124-52ef-4ad9745136f2-eeed9c8b, #w-node-_79780832-9daf-1251-ce1a-1ea19855031b-eeed9c8b, #w-node-_24a26289-9b7b-2377-7bc2-4a1bb48d904b-eeed9c8b, #w-node-ce5467ab-4205-16d7-ef24-3533d528cf0c-eeed9c8b, #w-node-_890b58e6-e3ef-71f4-fcb5-1740d650e5f4-eeed9c8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#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-eeed9c8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_60ec7c82-2afa-753b-342c-550f2c85a999-eeed9c8c, #w-node-cefedb01-1503-483e-6ebb-06d966de3558-eeed9c95, #w-node-_82676fab-9627-62bc-1805-94c744e7adcd-eeed9c95, #w-node-bfa79157-ade8-da6f-f492-3cb1d454b623-eeed9c95, #w-node-ad8d144d-345a-f04b-d809-c38a2ca8ef58-eeed9c95, #w-node-_874023e3-ec0a-75ca-117c-07c585d94b1e-eeed9c95, #w-node-_485dac72-bac4-a4c7-03a3-0f515ccaef9d-eeed9c95, #w-node-_5df4b8fa-83a9-6c8b-eba3-c05957f408e4-eeed9c95, #w-node-b1e38590-70b7-5cc3-9c9f-679cdb6a229a-eeed9c95, #w-node-_8708eaa5-cd6a-0019-6647-746421bb344c-eeed9c95, #w-node-_4295cd66-a91d-b115-fc73-705d8e568cc0-eeed9c95, #w-node-f94c4234-b44e-0832-0f7b-9f65c229b1f7-eeed9c95, #w-node-_44b2e6ce-25b9-97a1-d1ad-b06926d3c0d5-eeed9c95, #w-node-_014f030a-800c-692e-de5b-5250cedf95e7-eeed9c95, #w-node-_8a3138a0-029a-bb78-e339-9bc728d94c8e-eeed9c95, #w-node-cb5e97b2-4fc7-5a72-89e3-b0464f9f09c6-eeed9c95, #w-node-_74f764f9-96ba-3351-aee6-9e3d52a1c376-eeed9c95, #w-node-_84f2f874-273c-8a0f-3514-cccefe975886-eeed9c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c39473c-6790-509b-91d7-7435ec15aeba-eeed9c95 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-b30450c1-692b-fd52-b805-2ff38d6b145a-eeed9c95, #w-node-b30450c1-692b-fd52-b805-2ff38d6b145c-eeed9c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b30450c1-692b-fd52-b805-2ff38d6b1469-eeed9c95 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_3f5f5a47-8061-cc24-b2a7-d6d794c1d831-eeed9c95, #w-node-_3f5f5a47-8061-cc24-b2a7-d6d794c1d833-eeed9c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3f5f5a47-8061-cc24-b2a7-d6d794c1d83c-eeed9c95 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_4a86379b-4d60-ad08-1cb3-695ba498bcfd-eeed9c95, #w-node-_4a86379b-4d60-ad08-1cb3-695ba498bcff-eeed9c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4a86379b-4d60-ad08-1cb3-695ba498bd08-eeed9c95 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-ef3c8224-c178-aac2-d967-e1bfbb19326e-eeed9c95, #w-node-ef3c8224-c178-aac2-d967-e1bfbb193270-eeed9c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ef3c8224-c178-aac2-d967-e1bfbb19327d-eeed9c95 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_102bccb8-8271-8ddd-1564-9cdab1ff7ab2-eeed9c95, #w-node-_2722f5d8-637e-ea49-83cd-5b1a881f4e44-eeed9c95, #w-node-_2722f5d8-637e-ea49-83cd-5b1a881f4e46-eeed9c95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2722f5d8-637e-ea49-83cd-5b1a881f4e4f-eeed9c95 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-a52c6eb4-82dc-9d01-a3fa-3d4d31d11847-eeed9c96, #w-node-_965f0215-8945-e2d3-97d4-509b0b789787-eeed9c96, #w-node-_6bb1cc38-ef5b-e6d3-e881-baccd4d73d48-eeed9c96, #w-node-a9c031d8-9a94-7c1b-31b5-410aaf8de638-eeed9c96, #w-node-_1d251141-c056-bf3a-73fc-3954e497d1d8-eeed9c96, #w-node-e940fc34-4fdc-1ade-dfba-819242c594d0-eeed9c96, #w-node-_5a40918c-abff-a7b5-d10b-4aada15b19b2-eeed9c96, #w-node-_7186f920-ec9c-90af-7e17-a2b4b493309d-eeed9c96, #w-node-_4826c1bc-14bd-77bb-b54e-6e66787ce817-eeed9c96, #w-node-_0660226b-728e-e958-a196-c179b2634430-eeed9c96, #w-node-_0660226b-728e-e958-a196-c179b2634435-eeed9c96, #w-node-_84439bf7-5119-113a-6f74-834d0252d498-eeed9c97, #w-node-_420f189e-c6e6-4678-de28-a13de3a93773-eeed9c97, #w-node-aeba1060-df99-e505-2114-5b4d7d7d231d-eeed9c97, #w-node-d9e4d26c-4fa2-70d0-0a60-35339246d57e-eeed9c97, #w-node-_1be3ce45-1085-9e30-04d5-542554b5f7a6-eeed9c97, #w-node-_6ef13fe1-1c04-e29d-c179-0fa0eaaf04e4-eeed9c97, #w-node-_647ad310-4be3-7b1e-4b0f-436726667d1a-eeed9c97, #w-node-_2263d6a2-2bec-fd6d-88e7-6c68a24a4ad4-eeed9c97, #w-node-_4b501a04-2fd5-5ac4-dc1f-ed028471b6c0-eeed9c97, #w-node-b0319236-c3f4-103d-0703-18070474cd35-eeed9c97, #w-node-_1a9a53d4-3755-e306-8467-93954d6cb92f-eeed9c97, #w-node-ce17c6a3-083c-b5f8-c98e-13e31bf84dc2-eeed9c97, #w-node-d0c8bfba-49f3-7d66-6803-b8358fd8fa4d-eeed9c97, #w-node-_31902db2-fb4f-8db8-cbbd-7ebc8629755e-eeed9c97, #w-node-_71cf129d-20dd-b07d-8c35-2eb1c7fa34e3-eeed9c97, #w-node-a146e68c-c3c3-96d9-dbe1-7e02c60366e8-eeed9c97, #w-node-_7f38fbb0-2f57-666b-7289-1b0008f9ee57-eeed9c97, #w-node-_8c3157f7-ee68-931e-fc94-2b66526adb32-eeed9c97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73339622-3439-fa60-c46c-ea94577d8772-eeed9c97, #w-node-_756d16bc-86c2-629e-cf7e-b0132e111677-eeed9c97, #w-node-_1da3acaa-abdd-0aef-1602-4c526fc587e3-eeed9c97, #w-node-_1da3acaa-abdd-0aef-1602-4c526fc587f0-eeed9c97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8f30ae6e-39bb-ff71-6fcd-549505b8dd6b-eeed9c97, #w-node-_8f30ae6e-39bb-ff71-6fcd-549505b8dd6c-eeed9c97, #w-node-_385633c5-6be5-6d52-a897-5dd8745be7df-eeed9c97, #w-node-bfe622ed-24b0-0651-5232-63e893f308b9-eeed9c97, #w-node-c9a7c61e-089e-a821-84bd-61f14266b0c2-eeed9c97, #w-node-_0460d5c6-c921-cc02-54e9-67f60a2f6af6-eeed9c97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f4fbfd1-f5f0-b9a0-8fb1-7d163ce68fe2-eeed9c97, #w-node-_7f4fbfd1-f5f0-b9a0-8fb1-7d163ce68fef-eeed9c97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_6dceb89e-4017-60a3-3956-35dfba816c87-eeed9c97, #w-node-_6dceb89e-4017-60a3-3956-35dfba816c8f-eeed9c97, #w-node-_6dceb89e-4017-60a3-3956-35dfba816c97-eeed9c97, #w-node-_6dceb89e-4017-60a3-3956-35dfba816c9f-eeed9c97, #w-node-ddbe3dbd-af36-1926-3074-1285bf44cd16-eeed9c99, #w-node-ddbe3dbd-af36-1926-3074-1285bf44cd17-eeed9c99, #w-node-b29857a9-ff5a-e828-acb3-59ff919abb67-eeed9c99, #w-node-b29857a9-ff5a-e828-acb3-59ff919abb8d-eeed9c99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b29857a9-ff5a-e828-acb3-59ff919abbb3-eeed9c99, #w-node-e1053107-3e03-f2fa-d70c-12cc3001a0f8-eeed9c99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ddbe3dbd-af36-1926-3074-1285bf44cd16-eeed9c9a, #w-node-ddbe3dbd-af36-1926-3074-1285bf44cd17-eeed9c9a, #w-node-b29857a9-ff5a-e828-acb3-59ff919abb67-eeed9c9a, #w-node-b29857a9-ff5a-e828-acb3-59ff919abb8d-eeed9c9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b29857a9-ff5a-e828-acb3-59ff919abbb3-eeed9c9a, #w-node-_54beeb12-f971-8268-9dcd-6542c449e2c7-eeed9c9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ddbe3dbd-af36-1926-3074-1285bf44cd16-eeed9c9b, #w-node-ddbe3dbd-af36-1926-3074-1285bf44cd17-eeed9c9b, #w-node-b29857a9-ff5a-e828-acb3-59ff919abb67-eeed9c9b, #w-node-b29857a9-ff5a-e828-acb3-59ff919abb8d-eeed9c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b29857a9-ff5a-e828-acb3-59ff919abbb3-eeed9c9b, #w-node-_9cccc00e-f98c-5c36-3663-cc161294796b-eeed9c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b05a9528-6f59-762f-fba7-a7aadebb29ef-eeed9c9c, #w-node-ddbe3dbd-af36-1926-3074-1285bf44cd17-eeed9c9c, #w-node-b29857a9-ff5a-e828-acb3-59ff919abb67-eeed9c9c, #w-node-b29857a9-ff5a-e828-acb3-59ff919abb8d-eeed9c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b29857a9-ff5a-e828-acb3-59ff919abbb3-eeed9c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4ac10a4f-f16c-52f2-b6ba-5257e1dde6b6-eeed9c9d, #w-node-_3d32a540-606e-2e79-e3cf-ed753dc27147-eeed9c9d, #w-node-_3594654f-1fbd-6d50-ca2b-06a7efca92d6-eeed9c9d, #w-node-a4023863-b57d-837b-9a5e-ee04ba7dd8dd-eeed9c9d, #w-node-_04743421-8def-2d6a-b7cb-6d6145ae43a4-eeed9c9d, #w-node-_27a859ac-87d2-e4c5-1df1-5ef8a961f2db-eeed9c9d, #w-node-a668c6bf-529c-1a36-450f-cb85ce5eac6e-eeed9c9d, #w-node-e681ceb1-70f7-20cf-464e-c6af4729234b-eeed9c9e, #w-node-e681ceb1-70f7-20cf-464e-c6af47292371-eeed9c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e681ceb1-70f7-20cf-464e-c6af47292397-eeed9c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e681ceb1-70f7-20cf-464e-c6af4729234b-eeed9c9f, #w-node-e681ceb1-70f7-20cf-464e-c6af47292371-eeed9c9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e681ceb1-70f7-20cf-464e-c6af47292397-eeed9c9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c98abd9e-8a05-9f8d-2404-7e658e65f91c-115d25cc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c98abd9e-8a05-9f8d-2404-7e658e65f91d-115d25cc, #w-node-c98abd9e-8a05-9f8d-2404-7e658e65f91f-115d25cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2273b579-5d7c-23f2-23ed-486d984faf37-eeed9c8b {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c39473c-6790-509b-91d7-7435ec15aeba-eeed9c95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-b30450c1-692b-fd52-b805-2ff38d6b1469-eeed9c95, #w-node-_3f5f5a47-8061-cc24-b2a7-d6d794c1d83c-eeed9c95, #w-node-_4a86379b-4d60-ad08-1cb3-695ba498bd08-eeed9c95, #w-node-ef3c8224-c178-aac2-d967-e1bfbb19327d-eeed9c95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_102bccb8-8271-8ddd-1564-9cdab1ff7ab2-eeed9c95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_2722f5d8-637e-ea49-83cd-5b1a881f4e4f-eeed9c95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c98abd9e-8a05-9f8d-2404-7e658e65f91c-115d25cc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c98abd9e-8a05-9f8d-2404-7e658e65f91d-115d25cc, #w-node-c98abd9e-8a05-9f8d-2404-7e658e65f91f-115d25cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60ec7c82-2afa-753b-342c-550f2c85a997-eeed9c8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8c39473c-6790-509b-91d7-7435ec15aeba-eeed9c95 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


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