.section {
  min-height: 500px;
  background-color: #414141;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  padding: 10px;
  background-color: #a95c2b;
}

.hero-banner {
  position: relative;
  min-height: 500px;
  margin-top: 90px;
  background-color: #000;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-contacto {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-contacto > span {
  color: #FFFFFF;
  font-size: 20px;
  margin: 0px 10px;
}

.header-contacto > a.btn-social {
  text-decoration: none;
  padding: 0px 10px 0px 0px;
  position: relative;
  top: 6px;
}

.header-contacto > a > svg {
  fill: #FFFFFF;
  height: 25px;
}

.header-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 25px;
  text-align: right;
}

.header-menu a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px;
}

.introduccion {
  padding: 60px 10px 0px;
  background-color: #3c6d6b;
  color: #fff;
  text-align: center;
}

.btn {
  padding: 14px 20px;
  background-color: #3c6d6b;
  font-size: 16px;
  font-weight: 600;
}

.btn.form-btn {
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  text-align: center;
}

.body {
  padding-top: 90px;
  font-family: Montserrat, sans-serif;
}

.banner-texto {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.banner-form {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  padding-right: 70px;
  padding-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-label-b {
  margin-top: 0px;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.heading {
  font-size: 46px;
  line-height: 48px;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.28);
}

.form-field {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid transparent;
  border-radius: 3px;
}

.form-field.form-mensaje {
  height: 80px;
}

.form-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  background-color: transparent;
}

.banner-subtitulo {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.container {
  max-width: 1200px;
}

.image-2 {
  opacity: 0.8;
}

.intro-img {
  margin-top: -90px;
  margin-bottom: -36px;
}

.column {
  text-align: left;
}

.columns {
  text-align: right;
}

.caracteristicas {
  padding: 100px 10px;
  text-align: center;
}

.caracteristicas-ico {
  width: 90px;
}

.caracteristicas-car-titulo {
  color: #3c6d6b;
}

.caracteristicas-col {
  padding-top: 20px;
  padding-bottom: 20px;
}

.caracteristicas-titulo {
  margin-bottom: 30px;
  color: #3c6d6b;
}

.contacto {
  padding: 40px 10px;
  background-color: #8d4c20;
  color: #fff;
  text-align: center;
}

.form-block-2 {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.form-label-b-2 {
  margin-top: 0px;
  color: #fff;
  text-align: left;
}

.container-form {
  position: relative;
  z-index: 2;
  margin-top: -80px;
  margin-bottom: -80px;
  padding: 20px 100px;
  background-color: #a95c2b;
}

.footer {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}

.mapa-lotes {
  padding: 100px 10px;
  background-color: #3c6d6b;
  color: #fff;
  text-align: center;
}

.lightbox-link {
  display: block;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.lightbox-link:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.amenidades-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.amenidad {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.amenidad-titulo {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.slider-imagen {
  width: 100%;
}

.ubicacion {
  background-color: #8d4c20;
}

.slider {
  height: auto;
}

.ubicacion-titulo {
  padding: 100px 10px 40px;
  color: #3c6d6b;
  text-align: center;
}

.container-ubicacion {
  max-width: 660px;
}

.video-banner {
  position: relative;
  text-align: center;
}

.background-video {
  height: 52vw;
}

.banner-flecha {
  position: absolute;
  left: 50%;
  bottom: 60px;
  display: block;
  width: 70px;
  margin-left: -35px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.input-50 {
  width: 48%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.form-label-rango {
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
}

.text-block {
  color: #2c2c2c;
}

.text-block-2 {
  color: #2c2c2c;
}

.slider-2 {
  width: 100%;
  height: auto;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  background-color: transparent;
}

.slide {
  width: 25%;
}

.w-iframe {
  position: relative;
}

.w-iframe .btn-waze {
  background: #3c6d6b;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 7px;
}

.w-iframe .btn-waze svg {
  fill: #FFFFFF;
  height: 35px;
}

.w-iframe .btn-navigator {
  background: #3c6d6b;
  position: absolute;
  top: 85px;
  right: 15px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 10px;
}

.w-iframe .btn-navigator svg {
  fill: #FFFFFF;
  height: 30px;
}

@media screen and (max-width: 991px) {
  .hero-banner {
    min-height: auto;
  }

  .introduccion {
    min-height: 0px;
    padding-top: 0px;
  }

  .btn {
    font-size: 14px;
  }

  .banner-texto {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 40%;
    margin-right: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .banner-form {
    display: none;
  }

  .heading {
    font-size: 31px;
    line-height: 35px;
  }

  .container-banner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .banner-subtitulo {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-intro {
    margin-top: 10px;
    font-size: 26px;
  }

  .intro-img {
    margin-top: -16px;
    margin-bottom: -14px;
  }

  .caracteristicas {
    padding-bottom: 80px;
  }

  .caracteristicas-car-titulo {
    font-size: 18px;
    line-height: 23px;
  }

  .caracteristicas-titulo {
    font-size: 26px;
    line-height: 36px;
  }

  .amenidad-titulo {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .heading-3 {
    font-size: 26px;
  }

  .banner-flecha {
    bottom: 10px;
    width: 60px;
    margin-left: -30px;
  }

  .icon {
    margin-left: 0px;
  }

  .icon-2 {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner {
    background-color: transparent;
  }

  .introduccion {
    padding-top: 50px;
  }

  .image {
    width: 80px;
  }

  .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: left;
  }

  .body {
    padding-top: 60px;
  }

  .banner-texto {
    position: static;
    width: auto;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3c6d6b;
    text-align: left;
  }

  .heading {
    text-align: center;
    text-shadow: none;
  }

  .container-banner {
    position: static;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .banner-subtitulo {
    text-align: center;
    text-shadow: none;
  }

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

  .image-2 {
    opacity: 1;
  }

  .intro-img {
    margin-top: 20px;
    margin-bottom: -60px;
  }

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

  .caracteristicas {
    padding-bottom: 40px;
  }

  .form-label-b-2 {
    font-weight: 500;
  }

  .mapa-lotes {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ubicacion-titulo {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .banner-flecha {
    bottom: 0px;
    width: 50px;
    margin-left: -25px;
  }

  .slider-2 {
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    z-index: 999;
  }

  .hero-banner {
    margin-top: 80px;
  }

  .header-menu {
    display: none;
  }

  .introduccion {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .image {
    width: 120px;
  }

  .btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .body {
    padding-top: 80px;
  }

  .banner-texto {
    position: static;
    overflow: visible;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading {
    color: #3c6d6b;
    font-size: 28px;
    line-height: 32px;
  }

  .banner-subtitulo {
    color: #505050;
  }

  .heading-intro {
    font-size: 22px;
    line-height: 29px;
  }

  .intro-img {
    margin-bottom: -80px;
  }

  .caracteristicas {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .caracteristicas-ico {
    width: 80px;
  }

  .caracteristicas-car-titulo {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  .caracteristicas-col {
    white-space: normal;
  }

  .caracteristicas-titulo {
    font-size: 22px;
  }

  .container-form {
    margin-top: -50px;
    margin-bottom: -60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer {
    padding-top: 40px;
  }

  .contacto-titulo {
    font-size: 26px;
  }

  .mapa-lotes {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .amenidades-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .amenidad-titulo {
    font-size: 14px;
  }

  .amenidad-ico {
    max-width: 50%;
  }

  .ubicacion-titulo {
    padding-top: 30px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .background-video {
    height: 100vw;
  }

  .banner-flecha {
    bottom: 0px;
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
  }

  .slider-2 {
    padding-bottom: 10px;
  }

  .slide {
    width: 50%;
  }

  .icon {
    margin-left: -5px;
  }

  .icon-2 {
    margin-right: -5px;
  }
}

