/* ========================================================================== */
/* GENERAL */
/* ========================================================================== */
/* CSS Document */
/* helvetica fonts */
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url("../fonts/27F17C_0_0.eot");
  /* [disabled]src: url('../fonts/27F17C_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/27F17C_0_0.woff') format('woff'), url('../fonts/27F17C_0_0.ttf') format('truetype');
  */
}

@font-face {
  font-family: 'HelveticaNeue-Medium';
  src: url("../fonts/27F17C_1_0.eot");
  src: url("../fonts/27F17C_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27F17C_1_0.woff") format("woff"), url("../fonts/27F17C_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url("../fonts/27F17C_2_0.eot");
  src: url("../fonts/27F17C_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27F17C_2_0.woff") format("woff"), url("../fonts/27F17C_2_0.ttf") format("truetype");
}

@font-face {
  font-family: 'HelveticaNeue-Thin';
  src: url("../fonts/27F17C_3_0.eot");
  src: url("../fonts/27F17C_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27F17C_3_0.woff") format("woff"), url("../fonts/27F17C_3_0.ttf") format("truetype");
}

@font-face {
  font-family: 'HelveticaNeue-Roman';
  src: url("../fonts/27F17C_4_0.eot");
  src: url("../fonts/27F17C_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/27F17C_4_0.woff") format("woff"), url("../fonts/27F17C_4_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica.eot");
  src: url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helveticaLight';
  src: url("../fonts/HelveticaLTStd-LightCond.eot");
  src: url("../fonts/HelveticaLTStd-LightCond.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLTStd-LightCond.woff") format("woff"), url("../fonts/HelveticaLTStd-LightCond.ttf") format("truetype"), url("../fonts/HelveticaLTStd-LightCond.svg#helveticaLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helveticabold';
  src: url("../fonts/HelveticaLTStd-BoldCond.eot");
  src: url("../fonts/HelveticaLTStd-BoldCond.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLTStd-BoldCond.woff") format("woff"), url("../fonts/HelveticaLTStd-BoldCond.ttf") format("truetype"), url("../fonts/HelveticaLTStd-BoldCond.svg#helveticabold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helveticabold';
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot");
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-Bd.svg#helveticabd") format("svg");
  font-weight: normal;
  font-style: normal;
}

.bg-withe {
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-7 {
    width: 100%;
  }

  .col-sm-5 {
    width: 100%;
  }
}


body,
html {
  font-family: 'Helvetica';
  line-height: 20px;
  height: 100%;
  width: 100% !important;
  padding: 0;
  margin: 0;
}

a {
  font-family: 'HelveticaNeue-Thin';
  line-height: 1.27em;
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: inherit;
  line-height: normal;
}

h2 {
  font-family: 'HelveticaNeue-Thin';
  font-size: 46px;
  margin-bottom: 20px;
  color: #6D9D4B;
}

h3 {
  font-size: 22px;
}

span.bullet-list {
  z-index: 90;
  display: block;
  float: left;
  width: 7px !important;
  height: 7px !important;
  margin-top: 4px;
  margin-right: 10px;
  text-indent: -99000px;
  border-radius: 50%;
  background-color: #6D9D4B;
}

.logo {
  float: left;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 3;
  background: #ECF0F1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) {
  .logo {
    display: none;
  }
}

.logo h1 {
  margin: 0;
}

.logo img {
  width: 26%;
  max-width: 152px;
  border: 1px solid #fff;
}

/* ========================================================================== */
/* NAV */
/* ========================================================================== */
.mobilenav {
  /*    top: 47px !important;*/
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .mobilenav {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
  }
}

.abre {
  left: 0 !important;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.icon-bar {
  width: 50px;
  height: 50px;
  background: #ECF0F1;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) {
  .icon-bar {
    display: none;
  }
}

.icon {
  z-index: 12;
  position: fixed;
  /*    background: rgba(0, 0, 0, 0.21);*/
  display: block;
  padding: 9px;
  height: 48px;
  width: 48px;
  margin: 0px;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) {
  .icon {
    display: none;
  }
}

.nav {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: -159px;
  width: 318px;
  height: 159px;
  background: #6d9d4b;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

@media only screen and (min-width: 1200px) {
  .nav {
    margin-top: -80px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .nav {
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav {
    top: 60px;
    margin-top: 0;
  }
}

.nav .open {
  float: right;
  width: 159px;
  height: 159px;
  cursor: pointer;
  background: url("../img/icon-menu.png") no-repeat;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .nav .open {
    bottom: -54px;
    right: 0;
    width: 54px;
    height: 54px;

    position: absolute;
    display: none;
  }
}

.nav ul {
  position: relative;
  float: left;
  width: 156px;
  margin-top: 7px;
  padding: 0 !important;
  text-align: right;
  list-style-type: none;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .nav ul {
    text-align: center;
    width: 100%;
    top: 20%;
  }
}

.nav ul li {
  width: 100%;
}

.nav ul li a {
  font-family: 'HelveticaNeue-Light';
  font-size: 13px;
  line-height: 21px;
  display: block;
  width: 100%;
  padding-right: 15px;
  color: #ededed;
}

.nav ul li a:hover {
  color: #fff;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .nav ul li a {
    font-size: 24px;
    line-height: 18px;
    padding: 10px;
  }
}

/* ========================================================================== */
/* VIDEO */
/* ========================================================================== */
.demo {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}

.demo .vid-box {
  position: relative;
  float: left;
  width: 100%;
}

.demo .vid-box img {
  width: auto;
  max-width: 100%;
}

.demo .scroll-icon {
  position: absolute;
  bottom: 20%;
  width: 100%;
  height: auto;
  background: #ccc;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .demo .scroll-icon {
    bottom: 15%;
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .demo .scroll-icon {
    bottom: 70px;
  }
}

.video-txt {
  background: rgba(1, 1, 1, 0.5);
  font-family: 'HelveticaNeue-Thin';
  font-size: 16px;
  position: absolute;
  width: auto;
  padding: 10px 30px;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-align: left;
  height: 100%;
  color: #fff;
  width: 300px;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-txt {
    font-size: 16px;
    position: relative;
    right: initial;
    float: left;
    width: 100%;
    padding: 20px 20px;
    bottom: initial;
    color: #2c3e51;
    background: #ecf0f1;
  }
}

.video-txt ul {
  margin: 0;
  left: 0;
  float: left;
  list-style: none;
}

.video-txt ul li .btn {
  background-color: #6D9D4B;
  color: #ffffff;
  padding: 10px;
}

.video-txt ul li .btn.btn:hover {
  background-color: #ffffff;
  color: #6D9D4B;
  padding: 10px;
}

@media only screen and (min-width: 1200px) {
  .video-txt ul {
    position: absolute;
    bottom: 30%;
    width: 263px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-txt ul {
    margin: 20px;
    padding-left: 0;
    text-align: left;
    list-style: disc;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .video-txt ul {
    font-size: 12px;
  }
}

.video-txt ul li {
  margin-bottom: 10px;
}

.video-txt ul li strong {
  font-size: 140%;
  padding: 20px 0;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-txt ul li {
    line-height: 20px;
  }
}

.video-source {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-source {
    display: none;
  }
}

.video-source video {
  position: relative;
  width: 100%;
  min-width: 100%;
}

.img-video {
  float: left;
}

@media only screen and (min-width: 1200px) {
  .img-video {
    display: none;
  }
}

.slogan {
  position: absolute;
  right: 0;
  top: 0;
  height: 79px;
  width: 213px;
  z-index: 4;
  margin: 20px;
  margin-right: 50px;
}

.txt-sales {
  position: relative;
  margin: 60px 20px 0 20px;
  text-align: left;
  bottom: 0;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .txt-sales {
    position: relative;
    float: left;
    right: initial;
    margin-top: 0;
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .txt-sales {
    margin-top: 0;
  }
}

.txt-sales img {
  margin-bottom: 20px;
}

.txt-sales h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  color: #eeecee;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .txt-sales h2 {
    padding: 5px 10px;
    column-rule: #fff;
    margin-bottom: 0;
    color: #227fbb;
    text-align: left;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .txt-sales h2 {
    text-shadow: none;
    color: #227fbb;
    text-align: left;
    line-height: 40px;
    width: 100%;
    font-size: 28px !important;
  }
}

/* ========================================================================== */
/* LOCATION */
/* ========================================================================== */
.map {
  float: left;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .map .big {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) {
  .map .small {
    display: none;
  }
}

.bg-map {
  position: relative;
  z-index: 1;
  float: left;
  margin-top: -10px;
  background: #9cdcf5;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-map {
    margin-top: 0;
  }
}

.map-date {
  padding: 2% 0 0 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-date {
    padding: 30px 0 50px 40px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .map-date {
    padding: 20px 0 50px 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-date {
    padding: 10px 0 10px 10px;
  }
}

.map-date .map-date-item {
  width: 100%;
}

.map-date .map-date-item h3 {
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-date .map-date-item h3 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .map-date .map-date-item h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.map-date .map-date-item h3 span[class*='bullet-'] {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-indent: -90000px;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-date .map-date-item h3 span[class*='bullet-'] {
    width: 16px;
    height: 16px;
  }
}

.map-date .map-date-item h3 span[class*='-purple'] {
  background: #8f3faf;
}

.map-date .map-date-item h3 span[class*='-green'] {
  background: #00a185;
}

.map-date .map-date-item h3 span[class*='-orange'] {
  background: #e87e04;
}

.map-date .map-date-item h3 span[class*='-blue'] {
  background: #237fbc;
}

.map-date .map-date-item h3 span[class*='-yellow'] {
  background: #fcb800;
}

.map-date .map-date-item ul {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-date .map-date-item ul {
    font-size: 13px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .map-date .map-date-item ul {
    font-size: 11px;
    line-height: 18px;
  }
}

/* ========================================================================== */
/* FEATURES */
/* ========================================================================== */
.view {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}

.view h2 {
  font-family: 'Helvetica', Helvetica, sans-serif;
  font-size: 33px;
  font-size: 33px;
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 2px #363636;
}

.view a {
  position: relative;
  display: block;
  background: #000;
  overflow: hidden;
}

.view a img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.view a img:hover {
  -webkit-transform: scale(1.06);
  /* Chrome - Safari */
  -moz-transform: scale(1.06);
  /* Firefox */
  -ms-transform: scale(1.06);
  /* IE9 */
  -o-transform: scale(1.06);
  /* Opera */
  transform: scale(1.06);
  opacity: .5;
}

.content-view {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #ECF0F1;
  margin-top: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .content-view {
    margin-top: -100px;
  }
}

.cycle-slideshow {
  z-index: 1 !important;
}

.info-view {
  position: absolute;
  float: left;
  width: 100%;
  display: none;
  height: 100%;
  background: #fff;

  top: 0;
  left: 0;
  z-index: 999999;
}

.info-view a.close-view {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  display: block;
  width: 63px;
  height: 63px;
  cursor: pointer;
  text-indent: -9000px;
  background: url("../img/close_view.jpg");
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .info-view a.close-view {
    width: 50px;
    height: 50px;
    background-size: 100%;
  }
}

.cycle-pager {
  position: absolute;
  z-index: 9999;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 20px;
  cursor: pointer;
  text-align: center;



}




@media only screen and (max-width: 1199px) {
  .cycle-pager {
    bottom: -30px;
  }
}




.cycle-pager span {
  font-size: 70px;
  text-shadow: 2px 2px 5px #333;
  color: #fff;
}

.cycle-pager .cycle-pager-active {
  color: #a8cd6e !important;
}

.txt-info {
  float: left;
  width: 100%;
  padding: 20px 40px;
}

@media only screen and (min-width: 1200px) {
  .txt-info {
    padding: 30px 40px 0 40px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .txt-info {
    padding: 20px 20px 40px 20px;
    margin-top: 0;
  }
}

.txt-info .logo-img {
  float: left;
  width: 62px;
  margin: 2px 10px 0 0;
}

.txt-info h2 {
  display: block;
  float: left;
  font-size: 33px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txt-info h2 {

    font-size: 20px;
  }
}

.txt-info ul {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .txt-info ul {
    margin: 0;
  }
}

.txt-info ul li {
  font-size: 16px !important;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #2c3e51;

}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .txt-info ul li {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .txt-info ul li {
    margin-bottom: 9px;
    font-size: 15px;

  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txt-info ul li {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

.txt-info ul li span {
  display: block;
  float: left;
  width: 90%;
}

/* ========================================================================== */
/* FLOOR PLANTS */
/* ========================================================================== */
#animation3 {
  position: relative;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  #animation3 {
    flex-wrap: wrap
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #animation3 {
    flex-wrap: wrap
  }
}

.plants {
  float: left;
  width: 100%;
  padding: 80px 0;
  z-index: 0 !important;
  overflow: hidden;
  background: #ecf0f1;
  position: relative;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .plants {
    position: relative;
    padding: 40px 0;
  }
}

.plants h2.ti-floor-1 {
  width: 100%;
  margin-bottom: 73px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .plants h2.ti-floor-1 {
    display: none;
  }
}

.plants h2.ti-floor-2 {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.plants .title-plan {
  font-size: 35px;
  text-align: center;
  color: #6D9D4B;
  font-weight: 400;
}

/* @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .plants h2.ti-floor-2 {
    display: none;
  }
} */

#rotate-img,
#rotate-img-2,
#rotate-img-3 {
  position: relative;
}

.plant-1 {
  width: 100%;
}

.plant-1 img {
  float: right;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .plant-1 img {
    float: initial;
    margin: 0 auto;
  }
}

.plant-2 {
  width: 100%;
}

.plant-2 img {
  float: center;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .plant-2 img {
    float: initial;
    margin: 0 auto;
  }
}

.plant-3 {
  width: 100%;
}

.plant-3 img {
  float: left;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .plant-3 img {
    float: initial;
    margin: 0 auto;
  }
}

.plants-txt {
  margin-top: 250px;
  text-align: center;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .plants-txt {
    margin-top: 0;
  }
}

.plants-txt ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .plants-txt ul {
    padding: 40px 0;
  }
}

.plants-txt ul li {
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
}

.plants-txt a {
  font-family: 'HelveticaNeue-Thin' !important;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.plants-txt a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.06);
  /* Chrome - Safari */
  -moz-transform: scale(1.06);
  /* Firefox */
  -ms-transform: scale(1.06);
  /* IE9 */
  -o-transform: scale(1.06);
  /* Opera */
  transform: scale(1.06);
}

.plants-txt a:visited {
  color: #fff;
  text-decoration: none !important;
}

.btn-down-1 {
  width: 211px;
  height: 49px;
  line-height: 46px;
  background: url("../img/btn_full.png") no-repeat;
  display: block;
  color: #fff;
  margin: 0 auto;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .btn-down-1 {
    background: url("../img/btn-xs.png") no-repeat;
    line-height: 56px;
  }
}

.btn-down-1:hover {
  color: #fff;
}

.btn-down-2 {
  width: 211px;
  height: 49px;
  line-height: 46px;
  display: block;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  background: url("../img/btn_full.png") no-repeat 0 -57px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .btn-down-2 {
    background: url("../img/btn_full.png") no-repeat;
  }
}

.btn-down-2:hover {
  color: #fff;
  text-decoration: underline;
}

.btn-down-2:active {
  color: #fff;
  text-decoration: underline;
}


.btn-down-3 {
  width: 211px;
  height: 49px;
  line-height: 46px;
  display: block;
  color: #fff;
  margin: 0 auto;
  background: url("../img/btn_full.png") no-repeat 0 -57px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .btn-down-3 {
    background: url("../img/btn_full.png") no-repeat;
  }
}

.btn-down-3:hover {
  color: #fff;
}

a.model-a-Button span {
  line-height: 45px;
  display: block;
  height: 45px;
  padding: 0 10px 0 25px;
  color: #fff;
  background: transparent url("../img/button_left_model_a.png") no-repeat 0 0;
}

a.model-a-Button {
  display: block;
  display: inline-block;
  width: auto;
  height: 45px;
  margin: 0 auto;
  margin-right: 0;
  padding-right: 10px;
  text-decoration: none;
  background: transparent url("../img/button_right_model_a.png") no-repeat top right;
}

a.model-b-Button span {
  line-height: 45px;
  display: block;
  height: 45px;
  padding: 0 10px 0 25px;
  color: #fff;
  background: transparent url("../img/button_left_model_b.png") no-repeat 0 0;
}

a.model-b-Button {
  display: block;
  display: inline-block;
  width: auto;
  height: 45px;
  margin: 0 auto;
  margin-right: 0;
  padding-right: 10px;
  text-decoration: none;
  background: transparent url("../img/button_right_model_b.png") no-repeat top right;
}

/* ========================================================================== */
/* BROCHURE */
/* ========================================================================== */
.brochure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .brochure .big {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .brochure .small {
    display: none;
  }
}

.brochure a {
  font-size: 20px;
  line-height: 50px;
  position: absolute;
  z-index: 1;
  bottom: 76px;
  left: 50%;
  display: block;
  width: auto;
  padding: 0 22px;
  background: #fff;
  color: #33485E !important;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: 1.5s ease;
  transition: all .3s ease-out 0s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .brochure a {
    width: 80%;
    text-align: center;
  }
}

.brochure a:hover {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: 1.5s ease;
  transition: all .3s ease-out 0s;
  color: #197EBD !important;
  background: #fff;
  padding: 0 42px;
}

.brochure a:visited,
.brochure a:focus {
  text-decoration: none !important;
}

/* ========================================================================== */
/* CONTACT US */
/* ========================================================================== */
.footer {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 0;
  position: relative;
}

.footer .forms {
  float: left;
  width: 100%;
  height: auto;
  background: #6D9D4B;
}

.footer .forms form {
  padding: 91px 210px;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .forms form {
    padding: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .forms form {
    padding: 40px 80px;
  }
}

.footer .forms form label {
  width: 100%;
  color: #fff;
  font-family: 'Helvetica' !important;
}

.footer .forms form textarea {
  z-index: 145;
  width: 100%;
  height: 131px;
  margin-bottom: 35px;
  padding: 10px;
  resize: none;
  border: none;
  border-radius: 5px;
  background-color: white;
}

.footer .forms form input[type='text'] {
  font-family: 'Helvetica';
  font-size: 13px;
  line-height: 38px;
  z-index: 9;
  width: 100%;
  height: 38px;
  margin-bottom: 35px;
  padding: 0 10px;
  color: #A8CD6F;
  border: none;
  border-radius: 5px;
  background-color: white;
  position: relative;
}

.footer .forms form input[data='phone'] {
  font-family: 'Helvetica';
  font-size: 13px;
  line-height: 38px;
  z-index: 140;
  width: 50%;
  height: 38px;
  margin-bottom: 35px;
  padding: 0 10px;
  color: #A8CD6F;
  border: none;
  border-radius: 5px;
  background-color: white;
}

.footer .forms form input[type='submit'] {
  font-size: 20px;
  line-height: 45px;
  z-index: 130;
  float: right;
  width: 97px;
  clear: both;
  height: 45px;
  color: #fff;
  border: none;
  border-radius: 5px;
  background-color: #A8CD6F;
}

.footer .forms h2 {
  color: #fff;
}

.footer .forms h4 {
  color: #fff;
}

.footer .wrapper-form {
  overflow: hidden;
  margin-bottom: 30px;
}

.footer .contacto-fisico {
  border-top: 1px dotted #D3F2BB;
  padding: 10px 0 0;
  font-weight: normal;
  color: #D3F2BB;
  font-size: 22px;
}

.footer .contacto-fisico a {
  color: #FFF;
}

.logos {
  margin: 100px 0 0 70px;
}

.logos h4 {
  font-size: 20px;
  float: left;
  width: 100%;
  text-align: left;
  color: #A8CD6F;
}

.logos h4 a {
  color: #A8CD6F;
}

.logos .img-main {
  margin-top: 0;
}

.logos img {
  display: block;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .logos {
    margin: 0;
    text-align: center;
    padding-top: 40px;
  }

  .logos img {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .logos {
    margin: 60px 10px;
    text-align: center;
  }

  .logos img {
    margin: 40px auto 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .logos h4 {
    text-align: center;
  }
}

.disclaimer {
  font-size: 10px;
  float: left;
  width: 100%;
  padding: 40px;
  background: #ecf0f1;
}

.disclaimer img {
  float: left;
  margin-right: 5px;
}

.about-section {
  background: #FFF;
  font-size: 14px;
  float: left;
  position: relative;
}

.about-section .bg-arquitec {
  background: #f7f7f5 url("../img/bg-about.jpg") no-repeat 0 0;
  background-size: cover;
}


@media only screen and (min-width: 0) and (max-width: 767px) {
  .about-section .bg-arquitec {
    background-image: none;
  }
}

.about-section .info-arquitec {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) -15%%, #f7f7f5 15%);
  background: -webkit-gradient(linear, left top, right top, color-stop(-15%%, rgba(255, 255, 255, 0)), color-stop(15%, #f7f7f5));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) -15%%, #f7f7f5 15%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) -15%%, #f7f7f5 15%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) -15%%, #f7f7f5 15%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) -15%%, #f7f7f5 15%);
  padding: 40px;
  padding-left: 210px;
  text-align: right;

}

@media only screen and (min-width: 0) and (max-width: 991px) {
  .info-arquitec {

    text-align: left !important;

  }
}




@media only screen and (min-width: 0) and (max-width: 767px) {
  .about-section .info-arquitec {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f7f7f5 15%);
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(255, 255, 255, 0)), color-stop(15%, #f7f7f5));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f7f7f5 15%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f7f7f5 15%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f7f7f5 15%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7f7f5 15%);
    padding-left: 20px;

  }
}

.about-section h2 {
  font-size: 35px;
  margin: 20px 0;
}

.about-section .txt-info {
  padding: 0;
}

.about-section .txt-info ul li {
  font-size: 16px;

  padding: 0 !important;

}

.about-section .txt-info ul li span {

  width: 100%;

}

.about-section .info-development {
  padding: 40px;
  padding-left: 210px;
}

.about-section .info-development .center {
  margin: auto;
  padding: 50px 20px;
  text-align: center;
}

.about-section .info-development h4 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .about-section .info-development {
    padding-left: 20px;
  }
}

.about-section .reference {
  padding: 20px 0 0;
}

.about-section .reference li {
  display: block;
  padding: 0 40px;
}

.link-proyects {
  float: right !important;

  width: auto !important;

  display: inline-block;
}

.about-section .link-proyects li,
.about-section .link-proyects-b li {
  float: left;
  display: inline;
  padding: 20px;
  padding-bottom: 0;
  margin: 0;
  width: auto;
  text-decoration: underline;

}

.about-section .link-proyects li a,
.about-section .link-proyects-b li a {
  display: block;
  float: left;
  padding: 0 10px;
}

@media only screen and (min-width: 0) and (max-width: 991px) {

  .about-section .link-proyects li a,
  .about-section .link-proyects-b li a {
    display: block;
    float: left;
    padding-left: 0;
    padding-right: 20px;

  }
}

.about-section .link-proyects li:hover,
.about-section .link-proyects-b li:hover {
  text-decoration: none;
}

.about-section .link-proyects li:first-child,
.about-section .link-proyects-b li:first-child {
  padding-left: 0;
}

#external-projects,
#external-projects-b {
  background: #D2DFE2;
  overflow: hidden;
  padding: 20px;
  padding-left: 210px;
  position: relative;
  width: auto;
  z-index: 9;
}

@media only screen and (min-width: 0) and (max-width: 767px) {

  #external-projects,
  #external-projects-b {
    padding-left: 50px;
  }
}

#external-projects figure,
#external-projects-b figure {
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

#external-projects .wrapper-left,
#external-projects-b .wrapper-left {
  float: left;
  width: 50%;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {

  #external-projects .wrapper-left,
  #external-projects-b .wrapper-left {
    width: 90%;
  }
}

#external-projects .close-view,
#external-projects-b .close-view {
  position: absolute;
  top: 0;
  right: 0;
}

#external-projects .info-destacda,
#external-projects-b .info-destacda {
  display: inline-block;
  padding: 0;
  margin: 0 0 50px;
}

#external-projects .info-destacda li,
#external-projects-b .info-destacda li {
  list-style: none;
}

#external-projects .info-destacda strong,
#external-projects-b .info-destacda strong {
  font-family: 'HelveticaNeue-Bold';
  display: inline-block;
  font-weight: bold;
  width: 135px;
  padding-right: 10px;
}

#external-projects .info-destacda span,
#external-projects-b .info-destacda span {
  display: inline-block;
  width: auto;
}

#external-projects p,
#external-projects-b p {
  display: inline-block;
  width: auto;
}

.gracias-form {
  display: none;
  float: left;
  width: 100%;
  background: #33485e;
}

.txt-tks {
  float: left;
  padding: 220px 340px;
}

.txt-tks h2 {
  float: left;
  color: #fff;
}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .txt-tks {
    padding: 40px;
  }
}

/* ========================================================================== */
/* ANIMATION */
/* ========================================================================== */
@-webkit-keyframes move-in {
  from {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-moz-keyframes move-in {
  from {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes move-in {
  from {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.move-in {
  -webkit-animation-name: move-in;
  -moz-animation-name: move-in;
  animation-name: move-in;
  -webkit-animation-duration: .6s;
  -moz-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#parallax1,
#parallax2,
#parallax3 {
  position: relative;
  width: 100%;
}

#parallax2 {
  top: 0;
}

#parallax1>div,
#parallax2>div,
#parallax3>div {
  position: relative;
  height: 200%;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.bg-white {
  background: #fff;
}

a.btn-general {
  font-size: 20px;
  line-height: 50px;
  z-index: 9999;
  bottom: 76px;
  display: block;
  float: left;
  width: auto;
  padding: 0 22px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: 1.5s ease;
  transition: all .3s ease-out 0s;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  a.btn-general {
    width: 60%;
    text-align: center;
  }
}

a.btn-general:hover {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: 1.5s ease;
  transition: all .3s ease-out 0s;
  color: #227fbb;
  background: #fff;
}

@-webkit-keyframes ani-mouse {
  0% {
    top: 29%;
    opacity: 1;
  }

  15% {
    top: 50%;
    opacity: 1;
  }

  40% {
    top: 50%;
    opacity: 0;
  }

  45% {
    top: 29%;
    opacity: 0;
  }

  46% {
    top: 29%;
    opacity: 1;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    top: 29%;
    opacity: 1;
  }

  15% {
    top: 50%;
    opacity: 1;
  }

  40% {
    top: 50%;
    opacity: 0;
  }

  45% {
    top: 29%;
    opacity: 0;
  }

  46% {
    top: 29%;
    opacity: 1;
  }
}

@keyframes ani-mouse {
  0% {
    top: 29%;
    opacity: 1;
  }

  15% {
    top: 50%;
    opacity: 1;
  }

  40% {
    top: 50%;
    opacity: 0;
  }

  45% {
    top: 29%;
    opacity: 0;
  }

  46% {
    top: 29%;
    opacity: 1;
  }
}

.scroll-btn {
  position: absolute;
  z-index: 1 !important;
  bootom: 0;
  right: 0;
  left: 0;
  margin-top: -170px;
  display: block;
  text-align: center;

}

@media only screen and (min-width: 0) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .scroll-btn {
    top: 20%;
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scroll-btn {
    top: 40%;
  }
}

.scroll-btn>* {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  display: inline-block;
  letter-spacing: 1px;
  color: #7f8c8d;
  color: #fff;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
  color: #fff;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
  opacity: 80;
  opacity: .8;
  filter: alpha(opacity=8000);
  filter: alpha(opacity=80);
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 46px;
  height: 68px;
  margin: 0 auto 20px;
  border: 2px solid #fff;
  border-radius: 23px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .scroll-btn .mouse {
    width: 30px;
    height: 48px;
  }
}

.scroll-btn .mouse>* {
  position: absolute;
  top: 29%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  -webkit-animation: ani-mouse 4s linear infinite;
  -moz-animation: ani-mouse 4s linear infinite;
  animation: ani-mouse 4s linear infinite;
  border-radius: 50%;
  background: #fff;
}




.queryloader__overlay {
  background: #09254e !important display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapMain {
  display: none;
}

.txt-modal {
  background: #fff;

}

.topBnnrWrap {
  margin: 0;
  overflow: hidden
}