﻿/*@import 'socicons';*/
.chevron-right-blanco {
  top: 0px;
  left: 0px;
  width: 7px;
  height: 12px;
  background: url("/Content/images/theme/sprites.png") no-repeat -129px -21px;
}

.chevron-right-color {
  top: 0px;
  left: 0px;
  width: 12px;
  height: 21px;
  background: url("/Content/images/theme/sprites.png") no-repeat -129px 0px;
}

.icono-arbol {
  top: 0px;
  left: 0px;
  width: 62px;
  height: 62px;
  background: url("/Content/images/theme/sprites.png") no-repeat -67px 0px;
}

.icono-bicicleta {
  top: 0px;
  left: 0px;
  width: 64px;
  height: 48px;
  background: url("/Content/images/theme/sprites.png") no-repeat 0px -129px;
}

.icono-comercio {
  top: 0px;
  left: 0px;
  width: 59px;
  height: 54px;
  background: url("/Content/images/theme/sprites.png") no-repeat -64px -129px;
}

.icono-plan {
  top: 0px;
  left: 0px;
  width: 65px;
  height: 65px;
  background: url("/Content/images/theme/sprites.png") no-repeat -66px -63px;
}

.icono-precio {
  top: 0px;
  left: 0px;
  width: 55px;
  height: 55px;
  background: url("/Content/images/theme/sprites.png") no-repeat -123px -128px;
}

.icono-sustentabilidad {
  top: 0px;
  left: 0px;
  width: 67px;
  height: 63px;
  background: url("/Content/images/theme/sprites.png") no-repeat 0px 0px;
}

.icono-ubicacion {
  top: 0px;
  left: 0px;
  width: 66px;
  height: 66px;
  background: url("/Content/images/theme/sprites.png") no-repeat 0px -63px;
}

body {
  font-family: 'Lato', sans-serif;
  padding-top: 100px;
}

body.home-page {
  padding-top: 0;
}

.carousel-control.right {
  top: auto;
  bottom: 0;
  max-width: 50%;
  width: initial;
  background: none;
  opacity: initial;
}

#modal-video video {
  max-width: 100%;
}

.modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

header .navbar {
  min-height: 100px;
}

header .navbar-default .navbar-collapse {
  border-color: #d9d9d9;
}

header .navbar-default .navbar-nav > li > a {
  color: #000;
}

header .navbar-header {
  min-height: 100px;
}

header .navbar-default {
  background-color: #fff;
}

header .navbar-nav > li > a {
  font-size: 15px;
}

.home-page .cabecera {
  min-height: 784px;
  background: url("/Content/images/home/fondo-home.jpg") no-repeat center center;
}

.home-page .cabecera .navbar {
  border: 0;
}

.home-page .cabecera .navbar-header {
  min-height: 150px;
}

.home-page .cabecera .navbar-default {
  background-color: transparent;
}

.home-page .cabecera .navbar-default .navbar-nav > li > a {
  color: #fff;
}

.home-page .cabecera .subtitulo {
  color: #fffefe;
  font-size: 16px;
}

.home-page .cabecera h3 {
  color: #fffefe;
  font-size: 28px;
  text-transform: uppercase;
}

.home-page .cabecera .video-link {
  display: inline-block;
  margin-top: 65px;
  width: 258px;
  text-align: center;
}

.home-page .cabecera .video-link > span {
  margin-top: 10px;
  display: inline-block;
}

.home-page .cabecera-pie {
  background-color: #4b7d74;
  margin-top: -1px;
}

.home-page .cabecera-pie .col-cabecera {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 65px;
}

.home-page .cabecera-pie .titulo {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  color: #fffefe;
}

.home-page .cabecera-pie .descripcion {
  text-align: center;
  color: #fffefe;
  font-size: 15px;
}

.home-page .cabecera-pie .cont-icono {
  height: 85px;
  position: relative;
}

.home-page .cabecera-pie .cont-icono > .icono {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-page .slogan {
  color: #5B5B5B;
  text-align: center;
  font-weight: 300;
  font-size: 35px;
  margin-top: 75px;
  margin-bottom: 60px;
}

.home-page .slogan strong {
  font-weight: 400;
}

.home-page .cuadros {
  background-color: #ededed;
  padding-top: 65px;
  padding-bottom: 65px;
}

.home-page .cuadros .row {
  margin-right: -4px;
  margin-left: -4px;
}

.home-page .cuadros .col-md-6,
.home-page .cuadros .col-sm-6,
.home-page .cuadros .col-md-3 {
  padding-right: 4px;
  padding-left: 4px;
}

.home-page .cuadros .cuadro-base {
  background-color: #4b7d74;
  padding: 40px 45px;
  min-height: 450px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.home-page .cuadros .cuadro-mini {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 25px 30px;
  min-height: 215px;
}

.home-page .cuadros .cuadro-a {
  background-color: #be7467;
}

.home-page .cuadros .cuadro-b {
  background-color: #539770;
}

.home-page .cuadros .cuadro-c {
  background-color: #e2ae63;
}

.home-page .cuadros .cuadro-d {
  background-color: #8dc2bc;
}

.home-page .cuadros h4 {
  color: #E1AD63;
  font-size: 35px;
  margin-bottom: 40px;
}

.home-page .cuadros h5 {
  text-transform: uppercase;
  color: #fffefe;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}

.home-page .cuadros p {
  text-transform: uppercase;
  color: #fffefe;
}

.home-page .cuadros ul > li {
  font-size: 17px;
  color: #fffefe;
  margin-bottom: 10px;
  margin-left: 5px;
}

.home-page .cuadros ul > li > ul > li {
  margin-left: 45px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.home-page .cuadros ul > li > ul > li:before {
  content: '';
  top: 0;
  left: 0;
  width: 7px;
  height: 12px;
  background: url("/Content/images/theme/sprites.png") no-repeat -129px -21px;
  vertical-align: baseline;
  display: inline-block;
}

.home-page .cuadros ul > li:before {
  content: '';
  top: 0;
  left: 0;
  width: 12px;
  height: 21px;
  background: url("/Content/images/theme/sprites.png") no-repeat -129px 0px;
  vertical-align: sub;
  display: inline-block;
}

.home-page .navbar {
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.home-page .navbar-hide {
  -moz-transform: translateY(-101px);
  -ms-transform: translateY(-101px);
  -o-transform: translateY(-101px);
  -webkit-transform: translateY(-101px);
  transform: translateY(-101px);
}

h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 50px;
  margin-top: 50px;
}

h1 strong {
  font-weight: 400;
}

h2 {
  margin-bottom: 60px;
  margin-top: 50px;
  text-transform: uppercase;
  color: #5B5B5B;
  font-size: 30px;
  font-weight: 300;
}

h2 strong {
  font-weight: 400;
}

.masterplan-page .navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #539770;
}

.masterplan-page h1 {
  color: #539770;
}

.masterplan-page p {
  font-size: 16px;
}

.masterplan-page .cuadro-servicio {
  border-bottom: 9px solid #539770;
  margin-top: 15px;
  font-size: 15px;
  color: #5B5B5B;
}

.masterplan-page .servicios {
  margin-bottom: 100px;
}

.sustentabilidad-page .navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #e2ae63;
}

.sustentabilidad-page h1 {
  color: #e2ae63;
}

.sustentabilidad-page p {
  font-size: 16px;
  color: #5B5B5B;
}

.sustentabilidad-page .cuerpo {
  margin-bottom: 50px;
}

.sustentabilidad-page .cuerpo ul > li {
  font-size: 16px;
  color: #5B5B5B;
  margin-bottom: 10px;
}

.sustentabilidad-page .cuerpo ul > li:before {
  content: '';
  top: 0;
  left: 0;
  width: 12px;
  height: 21px;
  background: url("/Content/images/theme/sprites.png") no-repeat -129px 0px;
  vertical-align: middle;
  display: inline-block;
  padding-right: 25px;
}

.ubicacion-page .navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #be7467;
}

.ubicacion-page h1 {
  color: #be7467;
}

.ubicacion-page p {
  font-size: 16px;
  color: #5B5B5B;
  margin-bottom: 30px;
}

.lotesprecios-page .navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #8dc2bc;
}

.lotesprecios-page h1 {
  color: #8dc2bc;
}

.lotesprecios-page h1 strong {
  font-weight: 400;
}

.lotesprecios-page h2 {
  color: #8dc2bc;
  margin-top: 0;
}

.lotesprecios-page .btn {
  float: right;
  background-color: #8dc2bc;
  border-color: #8dc2bc;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 50px;
  margin-top: -110px;
}

.lotesprecios-page .btn-primary:active:focus {
  background-color: #8dc2bc;
  border-color: #8dc2bc;
}

.lotesprecios-page .cuerpo {
  margin-top: 50px;
  margin-bottom: 50px;
}

.lotesprecios-page .cuerpo ul > li {
  font-size: 18px;
  color: #5B5B5B;
  margin-bottom: 10px;
}

.lotesprecios-page .cuerpo .item:before {
  content: "";
  background-color: red;
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 3px solid #d1d1d1;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  vertical-align: middle;
  margin-right: 30px;
}

.lotesprecios-page .cuerpo .item.residencial:before {
  background-color: #ffff7a;
}

.lotesprecios-page .cuerpo .item.barriojoven:before {
  background-color: #f7b148;
}

.lotesprecios-page .cuerpo .item.comercial:before {
  background-color: #d5a677;
}

.lotesprecios-page .cuerpo .item.cites:before {
  background-color: #bbb5ad;
}

.lotesprecios-page .cuerpo .item.comunitarios:before {
  background-color: #876f52;
}

.lotesprecios-page .cuerpo .item.verdes:before {
  background-color: #8ddb6f;
}

.lotesprecios-page .panel-default > .panel-heading {
  background-color: #fffefe;
}

.lotesprecios-page .panel h4 {
  font-weight: 700;
  font-size: 20px;
}

.lotesprecios-page .panel h4.residencial {
  color: #f1e300;
}

.lotesprecios-page .panel h4.comercial {
  color: #d5a677;
}

.lotesprecios-page .panel h4.joven {
  color: #f7b148;
}

footer {
  background-color: #f2f2f2;
}

footer .navbar {
  margin-bottom: 0;
  border: 0;
  min-height: 100px;
}

footer .navbar-brand {
  height: auto;
  margin-top: 15px;
}

footer .navbar-nav > li > a {
  font-size: 12px;
  color: #5B5B5B;
}

footer .navbar-nav {
  margin-top: 25px;
}

footer .navbar-default {
  background-color: #f2f2f2;
}

.contacto {
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #f9f9f9;
}

.contacto h4 {
  font-size: 40px;
  color: #A1A1A1;
  font-weight: 700;
  text-transform: uppercase;
}

.contacto p {
  font-size: 18px;
  color: #5B5B5B;
}

.contacto dt {
  font-size: 18px;
  color: #A1A1A1;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}

.contacto dd {
  font-size: 18px;
  color: #5B5B5B;
}

.contacto input,
.contacto textarea {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #d1d1d1;
  border: 0;
  box-shadow: none;
  padding: 15px;
  height: inherit;
  color: #fffefe;
}

.contacto .btn-primary {
  background-color: #539770;
  border-color: #539770;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 20px;
  margin-top: 15px;
  text-transform: uppercase;
}

.contacto .campos {
  margin-top: 15px;
  line-height: 20px;
  color: #A1A1A1;
  font-weight: 700;
  font-size: 14px;
}

.contacto ::-webkit-input-placeholder {
  color: #fffefe;
}

.contacto :-moz-placeholder {
  /* Firefox 18- */
  color: #fffefe;
}

.contacto ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fffefe;
}

.contacto :-ms-input-placeholder {
  color: #fffefe;
}

.loader {
  font-size: 10px;
  position: absolute;
  top: 35px;
  right: 35px;
  text-indent: -9999em;
  border-top: 0.2em solid rgba(255, 255, 255, 0.2);
  border-right: 0.2em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.2em solid rgba(255, 255, 255, 0.2);
  border-left: .2em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Extra Small */
@media (max-width: 767px) {
  .no-padding-xs {
    padding: 0 !important;
  }
}

/* Small */
@media (min-width: 768px) and (max-width: 991px) {
  .nav > li > a {
    padding: 10px 8px;
  }
  .home-page .cabecera .navbar-nav > li > a {
    font-size: 14px;
  }
  .home-page .cabecera .navbar-brand {
    width: 168px;
  }
  .home-page .cabecera .navbar-brand > img {
    max-width: 100%;
  }
  footer .navbar-brand {
    width: 250px;
  }
  .no-padding-sm-right {
    padding-right: 0 !important;
  }
  .no-padding-sm-left {
    padding-left: 0 !important;
  }
  .no-padding-sm {
    padding: 0 !important;
  }
}

/* < md */
/* > small */
@media (min-width: 768px) {
  header .navbar-nav {
    margin-top: 30px;
  }
  .home-page .cabecera .navbar-nav {
    margin-top: 30px;
  }
  .home-page .cabecera-pie .col-cabecera {
    width: 20%;
  }
  .masterplan-page .cuadro-servicio {
    min-height: 110px;
  }
}

/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .cuadros h5 {
    font-size: 19px;
  }
}

/* > md */
@media (min-width: 992px) {
  .contacto .campos {
    line-height: 62px;
  }
  #modal-video .modal-dialog {
    width: 882px;
  }
  .no-padding-md-right {
    padding-right: 0 !important;
  }
  .no-padding-md-left {
    padding-left: 0 !important;
  }
}

/* Large */
@media (min-width: 1200px) {
  .no-padding-lg-right {
    padding-right: 0 !important;
  }
  .no-padding-lg-left {
    padding-left: 0 !important;
  }
}

/*# sourceMappingURL=main.css.map */