/*!
 * Theme Name: La Villa Plaza
 * Author: Camilo Serrato
 * Description: Theme desarrollado para La Villa Plaza
 * Version: 1.0
 * Text Domain: villa
 */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Oswald:300,400,500,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,700);
body {
  font-family: "Lato", sans-serif; }

.full-width {
  width: 100%; }

.top-bar {
  background-color: #3e1501;
  padding: 7px 0;
  color: white; }
  .top-bar .header-extra-text {
    font-family: "Oswald", sans-serif;
    font-weight: 300; }
  .top-bar .header-description {
    font-family: "Oswald", sans-serif;
    font-weight: 500; }

#home-banner {
  position: relative; }
  #home-banner .container {
    position: absolute;
    margin: 0 auto;
    left: 0;
    top: 0;
    right: 0; }
  #home-banner .wrapper-form {
    padding: 30px 30px 0 30px;
    position: relative;
    z-index: 30;
    max-width: 276px;
    background: #764e1b;
    background: -moz-linear-gradient(top, #764e1b 0%, #3e1501 100%);
    background: -webkit-linear-gradient(top, #764e1b 0%, #3e1501 100%);
    background: linear-gradient(to bottom, #764e1b 0%, #3e1501 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#764e1b', endColorstr='#3e1501',GradientType=0 );
    -ms-input-placeholder-color: white;
    -moz-placeholder-color: white; }
    #home-banner .wrapper-form label.error {
      color: red !important;
      display: block; }
    #home-banner .wrapper-form form {
      position: relative;
      z-index: 20; }
      #home-banner .wrapper-form form p {
        font-family: "Oswald", sans-serif;
        font-weight: 300;
        margin: 0 0 20px 0;
        text-align: center;
        color: white;
        font-size: 25px; }
    #home-banner .wrapper-form label {
      font-size: 10px;
      color: white; }
      #home-banner .wrapper-form label a {
        color: white;
        text-decoration: underline; }
    #home-banner .wrapper-form input[type="text"],
    #home-banner .wrapper-form input[type="tel"],
    #home-banner .wrapper-form input[type="email"],
    #home-banner .wrapper-form textarea {
      background-color: rgba(255, 255, 255, 0.25);
      width: 100%;
      padding: 10px;
      color: white;
      outline: 0;
      resize: none;
      border: 0;
      font-size: 11px; }
    #home-banner .wrapper-form ::-webkit-input-placeholder {
      color: white; }
    #home-banner .wrapper-form ::-moz-placeholder {
      color: white; }
    #home-banner .wrapper-form input[type="submit"] {
      outline: 0;
      resize: none;
      color: white;
      border: 0;
      width: 100%;
      font-size: 16px;
      border-radius: 7px;
      padding: 6px;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      background: #258dc8;
      background: -moz-linear-gradient(top, #258dc8 0%, #258dc8 0%, #f67428 0%, #ed3e23 100%);
      background: -webkit-linear-gradient(top, #258dc8 0%, #258dc8 0%, #f67428 0%, #ed3e23 100%);
      background: linear-gradient(to bottom, #258dc8 0%, #258dc8 0%, #f67428 0%, #ed3e23 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#ed3e23',GradientType=0 ); }
    #home-banner .wrapper-form:after {
      content: "";
      position: absolute;
      bottom: -84px;
      left: 0;
      background-color: inherit;
      padding-bottom: 30%;
      width: 51.7%;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: rotate(-18deg) skewX(55deg);
      -ms-transform: rotate(-18deg) skewX(55deg);
      transform: rotate(-18deg) skewX(55deg);
      z-index: 10;
      background-color: #401802;
      right: 0; }

#lightbox-policy {
  display: none;
  padding: 50px;
  max-width: 800px;
  text-align: center; }

.description {
  margin-bottom: 40px; }
  .description .content {
    font-family: "Oswald", sans-serif;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 300; }
  .description .extra-text {
    position: relative;
    top: -50px;
    background-color: #f26921;
    color: white;
    border: 10px solid white;
    box-shadow: 1px 1px 10px grey;
    padding: 10px;
    font-family: "Oswald", sans-serif;
    font-weight: 300; }
    .description .extra-text h3 {
      margin: 0 0 10px 0;
      font-weight: 300; }

.areas {
  position: relative;
  margin-bottom: 140px; }
  .areas .container {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0; }
  .areas .project-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    .areas .project-info .item {
      background-color: white;
      text-align: left;
      padding: 20px;
      box-shadow: 1px 1px 10px grey;
      color: black;
      width: 200px;
      height: 200px;
      position: relative; }
      .areas .project-info .item .inner {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: 20px;
        position: absolute;
        padding: 45px 20px;
        border: 1px solid #828282;
        font-family: "Oswald";
        font-weight: 100; }
        .areas .project-info .item .inner .text {
          font-size: 17px;
          display: block;
          font-weight: 300; }
        .areas .project-info .item .inner .value {
          display: block;
          font-size: 35px; }
          .areas .project-info .item .inner .value small {
            display: block; }
          .areas .project-info .item .inner .value.various {
            font-size: 20px; }
      .areas .project-info .item sup {
        font-size: 13px;
        bottom: 0;
        top: inherit; }

#map {
  position: relative; }
  #map .title {
    position: absolute;
    display: inline-block;
    padding: 10px;
    z-index: 20;
    background-color: white;
    box-shadow: 1px 1px 10px grey;
    left: 0;
    right: 0;
    width: 164px;
    margin: 0 auto;
    top: -30px; }
    #map .title h3 {
      margin: 0;
      padding: 10px 20px;
      font-weight: 100;
      border: 1px solid #828282; }
  #map google-map {
    height: 600px; }

.levels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .levels .item {
    width: 100%; }
    .levels .item a {
      display: block;
      position: relative;
      overflow: hidden; }
      .levels .item a img {
        width: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s; }
      .levels .item a:hover img {
        opacity: 0.5;
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .levels .item a .title {
        font-family: "Oswald";
        font-weight: 100;
        display: inline-block;
        color: white;
        font-size: 35px;
        position: absolute;
        z-index: 20;
        bottom: 50px;
        left: 50px; }
      .levels .item a .icon {
        display: inline-block;
        position: absolute;
        color: white;
        bottom: 50px;
        right: 50px;
        font-size: 30px; }

footer {
  color: white;
  padding: 20px 0;
  background-color: black; }
  footer .footer-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer .footer-data .logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  footer .contact-info {
    margin-left: 30px;
    border-left: 1px solid #1d1d1d;
    padding: 0 20px;
    font-weight: 100;
    font-family: "Oswald"; }
    footer .contact-info h4 {
      margin: 0 0 20px 0; }
    footer .contact-info ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .contact-info ul li {
        font-size: 13px;
        color: #ccc; }
        footer .contact-info ul li i {
          color: white;
          width: 20px;
          height: 20px;
          margin-right: 5px;
          display: inline-block;
          font-size: 15px;
          text-align: center; }
        footer .contact-info ul li a {
          color: #ccc;
          margin-right: 5px; }

.policy {
  font-size: 11px;
  margin: 40px 0; }

  @media screen and (max-width: 677px) {
    #home-banner .container {
      position: relative;
    }
    #home-banner .wrapper-form {
      width: 100%;
      max-width: 100%;
    }
    .logo-mobile a {
      display: table;
      margin: 0 auto;
    }
    #home-banner {
      margin-bottom: 140px;
    }
    #home-banner .wrapper-form:after {
      bottom: -102px;
      -webkit-transform: rotate(-18deg) skewX(55deg);
      -ms-transform: rotate(-18deg) skewX(55deg);
      transform: rotate(-18deg) skewX(55deg);
    }
    .areas .project-info {
      display: block !important;
    }
    .areas .project-info .item {
      width: 100%;
      height: auto;
      margin-bottom: 30px;
      text-align: center;
    }
    .areas .container {
      position: relative;
    }
    .areas .project-info .item .inner {
      margin: 0;
      position: relative;
      padding: 0;
    }
  }

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