@font-face {
  font-family: Dapper-Black;
  src: url(../fonts/NTDapper-Black.otf);
}
@font-face {
  font-family: Dapper-Bold;
  src: url(../fonts/NTDapper-Bold.otf);
}
@font-face {
  font-family: Dapper-ExtraLight;
  src: url(../fonts/NTDapper-ExtraLight.otf);
}
@font-face {
  font-family: Dapper-Light;
  src: url(../fonts/NTDapper-Light.otf);
}
@font-face {
  font-family: Dapper-Regular;
  src: url(../fonts/NTDapper-Regular.otf);
}
@font-face {
  font-family: Dapper-Thin;
  src: url(../fonts/NTDapper-Thin.otf);
}

html {
	height: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}
body {
	font-size: 16px;
	font-family: 'Dapper-Regular', sans-serif;
	font-weight: 300;
	color: #000;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, p, ul {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ul, li {
	list-style: none;
}
p {
	font-size: 16px;
	color: #5b5b5b;
	line-height: 24px;
}
a,button {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.it {
	font-style: italic;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.tt {
	text-transform: uppercase;
}
.upp {
	text-transform: uppercase;
}
.mbot50 {
	margin-bottom: 50px !important;
}
.pbot60 {
	padding-bottom: 60px;
}
.autoClearer:before,
.autoClearer:after {
    content: " ";
    display: table;
}
.autoClearer:after {
    clear: both;
}
input[type="radio"],
input[type="checkbox"] {

}
input[type="text"],
input[type="password"],
input[type="email"] {
}
.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  width: auto;
}
@media (min-width: 1114px) {
  .wrapper {
    width: 1114px;
  }
}
@media (min-width: 1440px) {
  .wrapper {
    width: 1440px;
  }
}

/************** MENU *****************/

header {
	width: 100%;
	display: block;
	background: #28BA6B;
	padding: 48px 0;
	overflow: visible;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.styk header {
	position: fixed;
	z-index: 99;
	top: 0;
}
.styk.open header {
	padding: 20px 0;
	/*background: rgba(0,0,0,0.7);*/
}
header.open {
	position: fixed;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,0.6);
	padding: 10px 0;
}

header .logo {
	float: left;
	width: 230px;
}
header .logo img {
	display: block;
	max-width: 100%;
}

.styk.open header .logo {
	width: 160px;
}
.menu-nav {
	float: right;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.styk.open .menu-nav {
   
}
.menu-nav .menu {
	text-align: right;
}
.menu-nav .menu li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	padding: 0 20px;
}
.menu-nav .menu li:last-child {
	border-right: none;
	padding-right: 0;
}
.menu-nav .menu li a {
	color: #000; 
	display: inline-block;
	position: relative;
	font-size: 19px;
	font-weight: 400;
}
.menu-nav .menu li a:hover,
.menu-nav .menu li a.active {
	color: #fff;
}
.menu-nav .menu li {
	position: relative;
}
@media (min-width: 1024px) {
	.menu-nav .menu li:hover .submenu  {
		max-height: 650px
	}
}

.menu-nav .submenu {
	position: absolute;
	overflow: hidden;
	top: 25px;
	left: -30px;
	width: 250px;
	max-height: 0;
	background: rgba(23,55,57,0.76);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-nav .submenu ol {
	margin: 0;
	padding: 50px 30px 30px 30px;
}
.menu-nav .submenu ol li {
	font-size: 15px;
	margin: 0;
	display: block;
	text-transform: none;
	text-align: left;
	margin-bottom: 5px;
	border: none;
	padding: 0;
}
.menu-nav .submenu ol li a {
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
}

/**** styky ****/
.stiky {
	background: rgba(255,255,255,0.9);
	width: 100%;
	height: 0;
	overflow: hidden;
	position: fixed;
	opacity: 0.5;
	top: 0;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.stiky.open {
	opacity: 1;
	height: 70px;
}

#top {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}


.destacado {
	display: block;
	width: 100%;
	position: relative;
	margin-top: 136px;
}
.destacado .image {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url('../img/content/banner-ppal.jpg');
}
.destacado .pleno {
	position: relative;
	float: right;
	width: 50%;
	height: 100%;
	background: #28BA6B;
	display: flex;
	justify-content: center;
  	align-items: center;
}
.destacado .pleno h1 {
	font-size: 34px;
	color: #000;
	line-height: 48px;
	text-align: center;
	display: block;
}
.destacado .over {
	position: absolute;
	display: block;
	width: 254px;
	height: 400px;
	z-index: 3;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -127px;
	background-position: bottom center;
	background-repeat: no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url('../img/global/1080.svg');
}

.we {
	display: block;
	width: 100%;
	height: auto;
	padding: 100px 10px;
	background: #000;
}
.we article {
	display: block;
	margin: 0 auto;
	max-width: 700px;
	text-align: center;
}
.we article p {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
}

.proyecto {
	display: block;
	padding: 100px 0 0 0;
}
.proyecto .generic-tx {
	max-width: 542px;
	display: block;
	margin-bottom: 80px;
}

.generic-tx h2 {
	font-size: 34px;
	line-height: 40px;
	padding: 0 0 20px 0;
	color: #000;
	font-weight: 400;
}
.generic-tx p {
	font-family: 'Dapper-Light',sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}
.generic-tx li {
	font-family: 'Dapper-Light',sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
	display: block;
	position: relative;
	padding: 0 0 0 15px;
}
.generic-tx li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.generic-tx.invert h2 {
	color: #fff;
}
.generic-tx.invert p {
	color: #fff;
}
.ptop60 {
	padding-top: 60px;
}
/********* FOTER ********************/
.slider-area {
	background: #D4D2CD;
	padding: 0 0 80px 0;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
 .swiper-slide img {
 	display: block;
 	max-width: 100%;
 }
 .swiper-button-next, .swiper-button-prev {
    top: auto;
    display: block;
    width: 30px;
    height: 16px;
    margin-top: 10px;
    background: url('../img/global/arrow.svg') center center no-repeat;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: none;
    font-size: 0;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.swiper-pagination {
	font-size: 18px;
	color: #0F2325;
	font-family: 'Dapper-Light',sans-serif;
}
.swiper-pagination-fraction {
    bottom: auto;
    margin-top: 10px;
}
.controls {
	display: block;
	width: 100%;
	position: relative;
}

.caracteristicas {
	padding: 0 0 80px 0;
}
.caracteristicas .info {
	background: #D4D2CD;
	padding: 100px 0 350px 0;
}
.caracteristicas .generic-tx {
	max-width: 542px;
	display: block;
}
.caracteristicas .fotos {
	display: block;
	margin: -300px 0 0 0;
	position: relative;z-index: 2;
}
.caracteristicas .fotos .vertical-img {
	display: block;
	width: 100%;
	height: 1100px;
	margin-bottom: 30px;
	background-position: center center;
	background-repeat: no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.caracteristicas .fotos .horizontal-img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.caracteristicas .fotos .horizontal-img img {
	display: block;
	max-width: 100%
}

.ubicacion {
	background: #000;
	padding: 100px 0;
	display: block;
}
.ubicacion .generic-tx {
	max-width: 660px;
	display: block;
	margin-bottom: 60px;
}
.ubicacion .mapa {
	display: block;
}
.ubicacion .mapa img {
	display: block;
	max-width: 100%;
}
.lifestyle .info {
	background: #000;
	padding: 110px 0 300px 0;
}
.lifestyle .fotos {
	position: relative;
	margin-top: -250px;
}
.lifestyle .fotos img {
	display: block;
	max-width: 100%;
}
.planos {
	display: block;
	padding: 80px 0;
	background: #D4D2CD;
	margin-top: 80px;
}
.dw {
	display: block;
	margin-top: 40px;
}
.dw a {
	font-family: 'Dapper-Light',sans-serif;
	display: block;
	font-size: 18px;
	color: #000;
	border-top: solid 1px #0F2325;
	border-bottom: solid 1px #0F2325;
	padding: 1px 0;
	position: relative;
}
.dw a:after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 50px;
	right: 0;
	top: 0;
	background: url('../img/global/download.svg') center center no-repeat;
	z-index: 2;
}
.dw a:last-child {
	border-top: none;
}
.dw a span {
	display: block;
	line-height: 50px;
	padding: 0 10px;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.dw a:hover span {
	background: #28BA6B;
}

.contacto {
	background: #28BA6B;
	display: block;
	padding: 100px 0;
	overflow: hidden;
}
.contacto .tit {
	color: #000;
	font-size: 34px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 40px;
}
.contacto.tk {
	border-top: solid 1px #000;
	margin-top: 137px;
	padding: 50px 0;
}
.contacto.tk .tit {
	margin-top: 100px;
}
/************************ FORM *****************************/
*:focus, a:focus {
    outline: none;
}
.mat-input {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}
.mat-input-outer{
	display: table;
	width: 100%;
	position: relative;
}
.mat-input-outer input{
	font-family: 'Dapper-Light',sans-serif;
	height: 40px;
	border-radius: 0;
	border: none;
	width: 100%;
	padding: 0;
	font-size: 18px;
	color: #000;
	z-index: 1;
	position: relative;
	background: transparent;
}
.mat-input-outer textarea {
	font-family: 'Dapper-Light',sans-serif;
	height: 120px;
	border-radius: 0;
	border: none;
	width: 100%;
	padding: 0;
	font-size: 18px;
	color: #000;
	z-index: 1;
	position: relative;
	resize: none;
	background: transparent;
}
.mat-input-outer input:focus,
.mat-input-outer textarea:focus{ 
	border:none;
	outline:none !important;
	background: transparent !important;
}
.mat-input-outer label{
	font-family: 'Dapper-Light',sans-serif;
	font-size: 18px;
	left: 0px;
	position: absolute;
	top: 9px;
	transition: .2s;
	color: #000;
	cursor: text;
	font-weight: 400;
	margin: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 2;
}
.mat-input-outer .bord{
	height: 1px;
	background: #000;
	transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
}
.mat-input-outer .bord::before{
	content: " ";
	display: table;
	height: 1px;
	width: 0%;
	background: transparent;
	transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	margin: 0 auto;
}
.mat-input-outer input:focus ~ .bord,
.mat-input-outer textarea:focus ~ .bord{
	background: transparent;
}
.mat-input-outer input:focus ~ .bord::before,
.mat-input-outer textarea:focus ~ .bord::before{
	width: 100%;
	background: #666;
}
.mat-input-outer input + label.active,
.mat-input-outer textarea + label.active{
	top: -17px;
	color: #111;
	opacity: 1;
	font-size: 12px;
	filter: alpha(opacity=100);
}
.btn-send {
	font-family: 'Dapper-Light',sans-serif;
	display: inline-block;
	background: transparent;
	border: none;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 0 40px 0 0;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: url('../img/global/arrow.svg') right center no-repeat;
}
.btn-send:hover {
	color: #000;
}
.deco {
	display: block;
	position: relative;
	overflow: hidden;
}
.deco img {
	display: block;
	max-width: 70%;
	float: right;
}
.deco .over {
	position: absolute;
	display: block;
	width: 254px;
	height: 400px;
	z-index: 3;
	top: 50%;
	left: 0;
	margin: -200px 0 0 0;
	background-position: bottom center;
	background-repeat: no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url('../img/global/1080.svg');
}

footer {
 display: block;
 overflow: hidden;
}
footer .info-foot {
	position: relative;
	padding: 60px 0;
	display: block;
	overflow: hidden;
}
footer .info-foot h4 {
	color: #000;
	font-size: 34px;
	line-height: 40px;
	font-weight: 400;
	display: block;
	text-align: center;
}
footer .info-foot .up {
	font-family: 'Dapper-Light',sans-serif;
	font-size: 18px;
	color: #000;
	display: block;
	position: absolute;
	right: 0;
	bottom: 60px;
}
footer .info-foot .up span {
	display: block;
	width: 30px;
	height: 16px;
	margin: 0 auto 10px;
	background: url('../img/global/arrow.svg') center center no-repeat;
	-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
footer .legal {
	padding: 20px 0;
	border-top: solid 1px #979797;
	display: block;
	overflow: hidden;
	width: 100%;
	clear: both;
}
footer .legal p {
	font-family: 'Dapper-Light',sans-serif;
	font-size: 14px;
	color: #000;
	display: block;
}
footer .legal p a {
	color: #000;
}
footer .legal p.copy {
	text-align: left;
}
footer .legal p.tm {
	text-align: right;
}
footer .lg-foot img {
	display: block;
	max-width: 300px;
	margin: 0 auto 60px;
}
footer .lg-foot img.mp {
}
/**************************** RESPONSIVE ***************************/
.info-head {
	display: none;
}
.ubicacion .mapa-mob {
	display: none;
}
.hidedesk {
		display: none !important;
	}
@media (min-width: 1024px) {

}

@media (max-width: 1400px) {

}
@media (max-width: 1130px) {
	header {
		padding: 20px 0;
	}
	header .logo {
		width: 160px;
	}
	.destacado {
		margin-top: 71px;
	}
	.destacado .over {
    width: 150px;
    height: 236px;
    left: 25%;
    margin: -113px 0 0 -75px;
	}
	.menu-nav { margin-top: 3px}
	.deco .over {
    width: 200px;
    height: 316px;
    margin: -158px 0 0 0;
	}
	.contacto.tk {
		margin-top: 71px;
	}

}

@media (max-width: 1080px) {
	.styk.open header {
		padding: 10px 0;
	}
}

@media (max-width: 1023px) {
	.desk {
		display: none;
	}
	.hamburger {
		position:fixed;
		top:13px;
		float:right;
		margin:0;
		padding:0;
		cursor:pointer;
		z-index:999;
		display:block;
		right: 10px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.hamburger.open {
		
	}
	.hamburger .hamburger-inner {
		position:relative;
		height:24px;
		width:30px;
		display:block;
		margin:0;
		padding:0
	}
	.hamburger .bar {
		width:30px;
		height:1px;
		background:#000;
		position:absolute;
		top:0;
		border-radius: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.hamburger .bar.bar2, .hamburger .bar.bar3 {
		top:10px;
		transform: matrix(0.99999, 0, 0, 0.99999, 0, 0);
	}
	.hamburger .bar.bar4 {
		top:19px
	}
	.hamburger.open .bar1, .hamburger.open .bar4 {
		opacity: 0;
	}
	.hamburger.open .bar2 {
		height:1px;
		transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
	}
	.hamburger.open .bar3 {
		height:1px;
		transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
	}
	header {
		overflow: visible;
		padding: 10px 0 !important;
		position: fixed;
		height: 49px !important;
		top: 0 !important;
	}
	.styk.open header {
		padding: 10px 0;
	}
	header .logo {
		width: 160px;
	}
	header .logo img {
		display: block;
		width: 100%;
	}
	.menu-nav {
	    background: #28BA6B none repeat scroll 0 0;
	    display: block;
	    float: none;
	    margin: 0;
	    position: fixed;
	    top: 45px;
	    right: 0;
	    bottom: 100%;
	    left: 0;
	    z-index: 9;
	    opacity: 0;
	    overflow: auto;
	    -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.menu-nav.open {
		bottom: 0;
		opacity: 1;
	}
	.menu-nav .menu {
		text-align: center;
		margin-top: 40px;
	}
	.menu-nav .menu li {
	    display: block;
	    text-align: left;
	    margin: 15px 0;
	    border: none;
	}
	.menu-nav .menu li:last-child {
		padding-right: 20px;
	}
	.menu-nav .menu li a {
		padding-bottom: 0;
		font-size: 45px;
		font-weight: 400;
	}
	.menu-nav .submenu {
		position: relative;
		overflow: hidden;
		top: auto;
		left: auto;
		width: auto;
		max-height: 500px;
		display: none;
	}
	.menu-nav .submenu.open {
		display: block;
	}
	.menu-nav .submenu ol {
		padding: 20px 20px 0 20px;
	}
	.menu-nav .submenu ol li {
		text-align: center;
	}
	.menu-nav .menu ol li:last-child {
		padding-right: 0;
	}
	.info-head {
		display: block;
		border-top: solid 1px #000;
		padding: 30px 20px;
		position: absolute;
    bottom: 0;
    width: 100%;
	}
	.info-head p {
		color: #000;
		font-size: 24px;
		line-height: 29px;
	}

	.destacado {
    margin-top: 49px;
    }
    .destacado .image {
    	display: block;
    float: none;
    width: 100%;
    height: 500px;
	}
	.destacado .over {
		left: 50%;
		top: 40%;
	}
	.destacado .pleno {
    float: none;
    width: 100%;
    display: block;
    padding: 30px;
	}
	.we article p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
.caracteristicas .fotos .vertical-img {
	height: 555px;
}
.ubicacion,
.contacto {
    padding: 60px 0;
}
.ubicacion .generic-tx {
	max-width: 600px;
}
.lifestyle .info {
    padding: 60px 0 200px 0;
}
.lifestyle .fotos {
    margin-top: -150px;
}
.deco {
	display: none;
}
footer .info-foot {
	text-align: center;
}
footer .info-foot .up {
    display: inline-block;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 30px;
}
.contacto.tk {
    margin-top: 49px;
}
}

@media (max-width: 767px) {
	.menu-nav .menu li a {
		font-size: 28px;
	}
	.destacado .pleno {
		display: none;
	}
	.destacado .over {
    margin: -65px 0 0 -75px;
	}
	.caracteristicas .info {
		padding-top: 60px;
	}
	footer .legal p.copy,
	footer .legal p.tm {
		text-align: center;
	}
	.hidemob {
		display: none !important;
	}
	.hidedesk {
		display: block !important;
	}
	.ptop60 {
    	padding-top: 30px;
	}
	.caracteristicas {
    padding: 0 0 60px 0;
}
.ubicacion .mapa {
	display: none;
}
.ubicacion .mapa-mob {
	display: block;
}
.ubicacion .mapa-mob img {
	display: block;
	max-width: 100%;
}
}

@media (max-width: 600px) {

}

@media (max-width: 479px) {


	
}
