nav {
  border: none !important;
  background-color: #121623 !important;
  padding: 10px 0;
  position: absolute ;
  z-index: 999999;
  width: 100%;
  border-radius: 0px !important; }
  @media screen and (max-width: 853px) {
    nav {
      position: relative !important;
      margin-bottom: 0 !important;
      padding-bottom: 50px; } }
  nav img {
    width: 120px; }
    @media screen and (max-width: 853px) {
      nav img {
        width: 100px; } }
  nav ul {
    position: relative;
    top: 60px; }
    @media screen and (max-width: 853px) {
      nav ul {
        display: none;
        top: 0; } }
    nav ul li a {
      font-family: "Raleway";
      color: white !important;
      font-size: 17px;
      text-align: center; }
      nav ul li a:hover {
        color: #9FB842 !important;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
      @media screen and (max-width: 1024px) {
        nav ul li a {
          font-size: 13px; } }
      @media screen and (max-width: 853px) {
        nav ul li a {
          font-size: 17px; } }
  nav .telefono {
    color: white;
    font-family: "Avenir-Roman";
    text-align: center;
    border: solid 1px #9FB842;
    padding: 0px;
    position: relative;
    top: 18px;
    }
    @media screen and (max-width: 1024px) {
      nav .telefono {
        font-size: 13px; } }
    @media screen and (max-width: 853px) {
      nav .telefono {
        display: block; } }
    nav .telefono div:nth-child(1) {
      font-family: "Raleway";
	  font-weight: bold;
      font-size: 18px;
      text-align: center;
      padding: 8px 5px 0px 5px;
      background-color: #9FB842;
      }
      @media screen and (max-width: 1024px) {
        nav .telefono div:nth-child(1) {
          font-size: 19px; } }

    nav .telefono div:nth-child(2) {
      font-family: "Raleway";
      font-size: 13px;
      text-align: center;
      display: block;
      background-color: #9FB842;
      letter-spacing: 2px;
      margin-top: -5px;
      padding-bottom: 6px;
      }
      @media screen and (max-width: 1024px) {
        nav .telefono div:nth-child(2) {
          font-size: 15px; } }          

    nav .telefono div:nth-child(3) {
      font-family: "Raleway";
	  font-weight: bold;
      font-size: 12px;
      text-align: center;
      padding: 5px 0px 5px 0px;
      }
      nav .telefono div:nth-child(3) a {
      color: white;
      }
      nav .telefono div:nth-child(3) a:hover {
      text-decoration: none;
      color: #9FB842;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
      }
      @media screen and (max-width: 1024px) {
        nav .telefono div:nth-child(3) {
          font-size: 15px; } }

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important; }

.elemprendimiento,
.amenities,
.avances {
  color: white; }
  .elemprendimiento h2,
  .amenities h2,
  .avances h2 {
    font-family: "Raleway";
    font-weight: 300;
    font-size: 60px;
    margin-bottom: 20px; }
    @media screen and (max-width: 853px) {
      .elemprendimiento h2,
      .amenities h2,
      .avances h2 {
        font-size: 40px; } }
  .elemprendimiento p,
  .amenities p,
  .avances p {
    font-family: "AvenirNext-Regular";
    font-size: 17px; }

.contacto {
  color: white; }
  .contacto h2 {
    font-family: "Raleway";
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px; }
    @media screen and (max-width: 853px) {
      .contacto h2 {
        font-size: 40px; } }

.itemEmprendimiento li {
  color: white;
  font-family: "AvenirNext-Regular";
  font-size: 15px;
  list-style: none; }

.departamentos {
  padding-top: 50px;
  padding-bottom: 50px; }
  .departamentos img {
    width: 80% !important;
    margin-bottom: 35px !important; }

.avancesFoto,
.avances {
  padding-top: 50px;
  padding-bottom: 60px; }

.pie {
  background-color: #0C0C0C;
  padding: 20px 0; }
  .pie .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pie .container .datos {
      color: white;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: column;
      flex-direction: row;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 13px;
      font-family: "Avenir-Roman";
      border-right: solid 1px white;
      }
      .pie .container .datos span {
        margin-right: 22px;
        font-family: "Raleway";
        text-transform: uppercase;
        font-size: 10px;
      }
      .pie .container .datos a{
        color: white;
        font-family: "Raleway";
		font-weight: bold;
        font-size: 14px;
      }

      .pie .container .datos a:hover {
        text-decoration: none;
        color: #9FB842;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
      }
      
      @media screen and (max-width: 1024px) {
        .pie .container .datos {
          padding-top: 20px;
          padding-bottom: 20px;
          border-right: 0px;
          } 

      .pie .container .datos a{
              font-size: 15px;
            }
      }
    .pie .container .logo {
      /* border: none; */
      }

      .pie-tel img, .pie-mail img {
        margin-right: 5px;
      }
      .pie-tel span {
        width: 2px;
        margin: 0px 5px !important;
        display: inline-block;
        height: 17px;
        background: white;
      }

      .pie-mail{
        border-right: 0px !important;
      }

.tp-arr-imgholder {
  background-size: none !important; }

#nav-icon1 {
  width: 50px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  display: none; }
  @media screen and (max-width: 853px) {
    #nav-icon1 {
      display: block; } }

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #9FB842;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 15px; }

#nav-icon1 span:nth-child(3) {
  top: 30px; }

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.wpcf7 {
  display: block;
  text-align: center; }
  .wpcf7 img {
    width: 130px;
    padding-top: 15px; }
  .wpcf7:before {
    content: "";
    background-color: #0C0C0C;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity: 0.6; }
  .wpcf7 div.wpcf7-mail-sent-ng {
    color: white !important;
    font-family: "Raleway" !important;
    border: none !important; }
  .wpcf7 input,
  .wpcf7 textarea {
    width: 100%;
    text-indent: 10px;
    color: #231F20;
    font-family: "Raleway"; }
    .wpcf7 input:focus,
    .wpcf7 textarea:focus {
      outline-color: #9FB842; }
  .wpcf7 input {
    height: 35px; }
  .wpcf7 input[type="submit"] {
    background-color: #9FB842;
    border: none;
    color: white;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    position: relative;
    z-index: 1; }
    .wpcf7 input[type="submit"]:hover {
      opacity: 0.8;
      -webkit-transition: 500ms;
      -o-transition: 500ms;
      transition: 500ms; }
  .wpcf7 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #231F20;
    font-family: "Raleway"; }
  .wpcf7 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #231F20;
    font-family: "Raleway"; }
  .wpcf7 :-ms-input-placeholder {
    /* IE 10+ */
    color: #231F20;
    font-family: "Raleway"; }
  .wpcf7 :-moz-placeholder {
    /* Firefox 18- */
    color: #231F20;
    font-family: "Raleway"; }
	
	.logo-top{
		display: inline-block;
	}
