/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800');
.btn-line {
  background: #fff;
  color: #b1c098;
  border: 1px solid #b1c098;
  padding: 13px 54px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.025em;
  display: inline-block;
  margin-top: 20px;
}
.btn-line:hover {
  background: #b1c098;
  color: #FFF;
}
.btn-fill {
  background: #b1c098;
  color: #FFF;
  border: 1px solid #b1c098;
  padding: 13px 54px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.025em;
  display: inline-block;
  margin-top: 20px;
}
.btn-fill:hover {
  background: transparent;
  color: #b1c098;
}
.tag {
  font-size: 14px;
  color: #838487;
  font-weight: 500;
}
h3 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #838487;
  margin: 5px 0 10px;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #838487;
  line-height: 1.6em;
}
.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Heebo', sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
.special {
  position: relative;
  width: 100%;
  background: #b1c098;
  padding: 15px;
  color: #FFF;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  height: 60px;
  z-index: 9;
}
@media (max-width: 767px) {
  .special {
    position: absolute;
    top: 90px;
    height: auto;
    font-size: 16px;
  }
}
header {
  background: #FFF;
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 90;
}
@media (max-width: 767px) {
  header {
    top: 0px;
  }
}
header .pre-nav {
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: #838487;
}
@media (max-width: 767px) {
  header .pre-nav {
    display: none;
  }
}
header .pre-nav a {
  color: #b1c098;
  font-weight: 800;
}
header .pre-nav a:hover {
  color: #2e3593;
}
header .pre-nav a:before {
  content: '|';
  color: #838487;
  padding: 0 10px;
}
header .pre-nav a.social {
  color: #838487;
  font-size: 18px;
}
header .pre-nav a.social:hover {
  color: #b1c098;
}
header nav {
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 767px) {
  header nav {
    display: none;
  }
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
header nav li a {
  color: #838487;
  padding: 0 0 0 45px;
}
header nav li a:hover {
  color: #b1c098;
}
header.stretch {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  header.stretch {
    padding: 20px 20px;
  }
}
@media (min-width: 992px) {
  header.stretch {
    padding: 24px 50px;
  }
}
@media (max-width: 767px) {
  header.stretch {
    padding: 10px;
  }
}
header.slim {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
}
@media (min-width: 768px) {
  header.slim {
    padding: 10px 10px;
  }
}
@media (min-width: 992px) {
  header.slim {
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  header.slim {
    padding: 10px;
  }
}
.hero {
  margin: 110px 0 0 90px;
  position: relative;
}
@media (max-width: 767px) {
  .hero {
    margin: 110px 0 0 0;
  }
}
.hero .txt {
  position: absolute;
  top: 50%;
  transform: translate(-10px, -50%);
  left: 0;
  background: rgba(177, 192, 152, 0.82);
  width: 650px;
  padding: 50px;
  border-left: 10px solid #b1c098;
}
@media (max-width: 767px) {
  .hero .txt {
    border-left: none;
    width: 100%;
    padding: 30px;
    position: relative;
    top: auto;
    transform: none;
  }
}
.hero .txt .tag {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-bottom: 14px;
}
.hero .txt .title {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 48px;
  color: #FFF;
  display: block;
  line-height: 1.2em;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .hero .txt .title {
    font-size: 24px;
    font-weight: 500;
  }
}
.hero .txt .copy {
  font-weight: 400;
  font-size: 24px;
  color: #FFF;
  letter-spacing: -0.025em;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .hero .txt .copy {
    font-size: 18px;
    font-weight: 400;
  }
}
.hero .txt a {
  background: #FFF;
  display: inline-block;
  font-size: 18px;
  color: #b1c098;
  font-weight: 500;
  padding: 15px 65px;
  letter-spacing: -0.025em;
}
.hero .txt a:hover {
  color: #FFF;
  background: #b1c098;
}
.hero .head-img {
  width: 100%;
  height: 78vh;
  overflow: hidden;
}
.hero .head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
@media (max-width: 767px) {
  .hero .head-img {
    height: 250px;
  }
}
.hero .pager {
  text-align: left;
  padding: 0px 0 0 50px;
  font-size: 14px;
  font-weight: 500;
  color: #2e3593;
}
.hero .pager a {
  color: #838487;
  font-size: 18px;
  padding: 0 0 0 15px;
}
.hero .pager a:hover {
  color: #b1c098;
}
.cta-bar {
  width: 100%;
  background: #b1c098;
  padding: 36px 0;
}
.cta-bar a {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.cta-bar a img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
  padding-right: 15px;
}
.cta-bar a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.cta-bar a:hover img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translatex(5px);
}
@media (max-width: 767px) {
  .cta-bar a {
    text-align: left;
    margin-bottom: 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  .cta-bar {
    padding: 20px 0px 0 60px;
    text-align: center;
  }
}
.welcome {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .welcome {
    padding: 30px 0;
  }
}
.welcome .txt {
  margin-top: 50px;
}
.welcome .txt .tag {
  font-size: 14px;
  font-weight: 500;
  color: #838487;
}
.welcome .txt h1 {
  color: #838487;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin: 5px 0 30px;
}
.welcome .txt p {
  font-size: 16px;
  font-weight: 400;
  color: #838487;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.spot {
  width: 100%;
  display: block;
}
.spot.espacio {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .spot.espacio {
    margin-top: 10px;
  }
}
.spot.espacio-mid {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .spot.espacio-mid {
    margin-top: 10px;
  }
}
.spot.right .txt {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .spot.right .txt {
    padding: 30px 0 50px;
  }
}
.spot.left .txt {
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .spot.left .txt {
    padding: 30px 0 50px;
  }
}
.spot.margen {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .spot.margen {
    padding-bottom: 0px;
  }
}
.spot.obra {
  background: #f1f1f1;
}
.spot .detexto {
  position: relative;
  height: 457px;
}
@media (max-width: 767px) {
  .spot .detexto {
    position: relative;
    height: auto;
  }
}
.spot .detexto-obra {
  position: relative;
  height: 457px;
  padding: 40px;
}
@media (max-width: 767px) {
  .spot .detexto-obra {
    position: relative;
    height: auto;
  }
}
.spot .detexto-obra .txt p {
  font-size: 14px;
}
.spot .txt {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}
@media (max-width: 767px) {
  .spot .txt {
    position: relative;
    top: 0;
    transform: translatey(0);
  }
}
.spot .txt .listado {
  column-count: 3;
  column-gap: 10px;
  margin-top: 40px;
}
.spot .txt .listado ul {
  padding: 0;
  margin: 0 0 0 15px;
}
.spot .txt .listado li {
  font-size: 16px;
  font-weight: 500;
  color: #838487;
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .spot .txt .listado {
    column-count: 1;
    column-gap: 0;
    margin-top: 20px;
    padding: 0 0 0 20px;
  }
  .spot .txt .listado li {
    padding: 5px 0;
  }
}
.spot .txt .tag {
  font-size: 14px;
  color: #838487;
  font-weight: 500;
}
.spot .txt h3 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #838487;
  margin: 5px 0 10px;
}
.spot .txt p {
  font-size: 16px;
  font-weight: 400;
  color: #838487;
  line-height: 1.6em;
}
.spot .txt .btn-line {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .spot .txt .btn-line {
    margin-top: 20px;
  }
}
.spot .txt.txt-relativo {
  position: relative;
  top: auto;
  transform: translatey(0);
}
.spot .col-abs-right {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
}
@media (max-width: 767px) {
  .spot .col-abs-right {
    position: relative;
  }
}
.spot .col-abs-left {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
}
@media (max-width: 767px) {
  .spot .col-abs-left {
    position: relative;
  }
}
.spot .pic-right {
  position: absolute;
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .spot .pic-right {
    position: relative;
  }
}
@media (min-width: 768px) {
  .spot .pic-right img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .spot .pic-right img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .spot .pic-right img {
    width: 684px;
  }
}
@media (max-width: 767px) {
  .spot .pic-right img {
    width: 100%;
  }
}
.spot .pic-left {
  position: absolute;
  left: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .spot .pic-left {
    position: relative;
  }
}
@media (min-width: 768px) {
  .spot .pic-left img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .spot .pic-left img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .spot .pic-left img {
    width: 684px;
  }
}
@media (max-width: 767px) {
  .spot .pic-left img {
    width: 100%;
  }
}
.floorplans {
  background: #838487;
  padding: 93px 0 100px;
}
.floorplans .image {
  text-align: center;
}
.floorplans .image img {
  max-width: 495px;
  width: 100%;
}
.floorplans .tag {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
.floorplans h2 {
  font-size: 36px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: -0.025em;
  margin: 4px 0 20px;
}
.floorplans p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #FFF;
}
.floorplans .fp-app {
  margin-top: 50px;
}
.floorplans .fp-app h4 {
  font-size: 36px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: -0.025em;
  margin: 4px 0 20px;
}
.floorplans .fp-app .specs article {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.floorplans .fp-app .specs article span {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .floorplans .fp-app .specs article img {
    display: block;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .floorplans .fp-app .specs article img {
    display: inline-block;
    padding-right: 12px;
  }
}
.floorplans .fp-app .cta .btn-line {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 13px 54px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.025em;
  display: inline-block;
  margin-top: 20px;
  display: inline-block;
  margin-right: 8px;
}
.floorplans .fp-app .cta .btn-line:hover {
  background: #FFF;
  color: #8585e5;
  border: 1px solid #FFF;
}
.floorplans .fp-app .cta .btn-fill {
  display: inline-block;
  margin-right: 8px;
  background: #fff;
  color: #8585e5;
  border: 1px solid #8585e5;
  padding: 13px 54px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.025em;
  display: inline-block;
  margin-top: 20px;
}
.floorplans .fp-app .cta .btn-fill:hover {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
.floorplans .fp-app .cta .btn-fill2 {
  display: inline-block;
  margin-right: 8px;
  background: #b1c098;
  color: #FFF;
  border: 1px solid #b1c098;
  padding: 13px 54px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.025em;
  display: inline-block;
  margin-top: 20px;
}
.floorplans .fp-app .cta .btn-fill2:hover {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
.floorplans .fp-app .paginador {
  margin: 80px 0 0;
}
.floorplans .fp-app .paginador ul {
  margin: 0;
  padding: 0;
}
.floorplans .fp-app .paginador li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 10px;
}
.floorplans .fp-app .paginador li.arrow a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  padding: 8px 14px;
}
.floorplans .fp-app .paginador li.arrow a:hover {
  background: transparent;
}
.floorplans .fp-app .paginador li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  padding: 8px 14px;
}
.floorplans .fp-app .paginador li a:hover {
  color: #838487;
  background: #FFF;
}
.floorplans .fp-app .paginador li a.active {
  color: #838487;
  background: #FFF;
}
.gallery {
  padding: 94px 0 103px;
}
.gallery .gal {
  width: 100%;
  overflow: hidden;
  height: 304px;
}
@media (max-width: 767px) {
  .gallery .gal {
    height: auto;
  }
}
.gallery .gal ul {
  margin: 0;
  padding: 0;
}
.gallery .gal li {
  list-style: none;
  display: inline-block;
  background: #b1c098;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .gallery .gal li {
    width: 45%;
  }
}
.gallery .gal li a img {
  width: 215px;
}
@media (max-width: 767px) {
  .gallery .gal li a img {
    width: 100%;
  }
}
.gallery .gal li a:hover {
  opacity: 0.5;
}
.gallery .pager {
  text-align: left;
  padding: 0px 0 0 50px;
  font-size: 14px;
  font-weight: 500;
  color: #b1c098;
}
.gallery .pager a {
  color: #838487;
  font-size: 18px;
  padding: 0 0 0 15px;
}
.gallery .pager a:hover {
  color: #b1c098;
}
.location {
  background: #838487;
  padding: 66px 0 30px;
}
.location .tag {
  color: #FFF;
}
.location h3 {
  color: #FFF;
}
.location p {
  color: #FFF;
}
.location nav {
  margin-top: 40px;
}
.location nav ul {
  margin: 0;
  padding: 0;
}
.location nav li {
  list-style: none;
  display: inline-block;
  margin: 0 40px 0 0;
}
@media (max-width: 767px) {
  .location nav li {
    margin: 0 20px 0 0;
  }
}
.location nav li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
}
.location nav li a.active {
  color: #FFF;
  border-bottom: 3px solid #FFF;
}
.location nav li a:hover {
  color: #FFF;
  border-bottom: 3px solid #FFF;
}
.map {
  width: 100%;
  height: 550px;
}
.map #map {
  width: 100%;
  height: 100%;
}
.contact {
  padding: 83px 0 130px;
}
.contact h5 {
  font-weight: 500;
  font-size: 18px;
  color: #b1c098;
  margin-bottom: 30px;
}
.contact label {
  font-size: 16px;
  font-weight: 400;
  color: #838487;
  padding-top: 8px;
  display: block;
}
.contact .item {
  margin-bottom: 20px;
}
.contact input {
  border: 1px solid #e0e0e0;
  font-size: 16px;
  padding: 8px;
  width: 100%;
}
.contact textarea {
  border: 1px solid #e0e0e0;
  font-size: 16px;
  padding: 8px;
  width: 100%;
}
.contact select {
  border: 1px solid #e0e0e0;
  font-size: 16px;
  padding: 8px;
  width: 100%;
  height: 40px;
}
.contact article {
  margin-bottom: 35px;
}
.contact article p a {
  color: #838487;
  font-weight: 500;
}
.contact article p a:hover {
  color: #b1c098;
}
.contact article p strong {
  color: #838487;
  font-weight: 500;
}
footer {
  background: #838487;
  padding: 55px 0;
}
@media (max-width: 767px) {
  footer .logo-footer {
    text-align: center;
  }
}
footer .copy {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
footer .copy a {
  color: #FFF;
  font-weight: 500;
}
@media (max-width: 767px) {
  footer .copy {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .logos {
  text-align: right;
}
@media (max-width: 767px) {
  footer .logos {
    text-align: center;
  }
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #b1c098;
    position: fixed;
    z-index: 888;
    padding: 30px 0;
    margin: 0;
    top: 80px;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
  #mob a {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }
}
#mob .info {
  font-size: 14px;
  color: #FFF;
  text-align: center;
}
#mob .info a {
  display: block;
  font-size: 16px;
  padding: 5px 0;
}
#mob .info a.social {
  font-size: 18px;
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #b1c098;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
