@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Vedilab
Autor: Omar De Luna
actualización: julio 2018 */



img{border:0; margin: 0; padding: 0;}

* { margin: 0; padding: 0; font-family: 'Khula', Helvetica, Arial sans-serif; list-style: none;}

a, input{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

body , html{
	background: #414142;
}

#movil{
	display: none;
}


main {
	width: 98%;
	padding: 1%;
	background: #414142;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	}

main.claro{
	background: #a6ac96;
}

header{
	width: 100%;
	margin-bottom: 50px;
}


nav{
	position: absolute;
	z-index: 9;
	width: 100%;
	padding: 0;
	margin: 0;
}


#logo{
	float: left;
	padding: 50px 70px;
	
}
#logo img{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

nav ul{
	float: right;
	margin-top: 70px;
	text-align: right;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

nav ul li{
	display: inline-block;
}

nav ul li a{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 37px;
	display: block;
	text-decoration: none;
	padding: 0 25px;
	border: 0;
	background: none;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.9);
}

nav ul li a:hover{
	color: #414142;
	border: 0;
	background: none;
}

nav ul li a.active{
	color: #414142;
}

nav ul li:last-child{
	background: #414142;
	padding-right: 40px;
	margin-left: 10px;
}


nav ul li a#menuiphone{
		display: none;
	}

nav img{
	margin-bottom: -2px;
}


#content{
	width: 84%;
	padding: 120px 8%;
}

#logo a{
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}


/*----*/

#puntamita{
	position: relative;
	margin-top: -300px;
}

#slidePM{
	width: 85%;
	margin: 30px 0;
}

#puntamita #slidePM a{
	position: relative;
	right: 0%;
	top: 0%;
}

#puntamita a{
	position: absolute;
	right: 4%;
	top: 60%;
	z-index: 10;
}

#puntamita p{
	width: 40%;
}

#mapa1{
	position: absolute;
	right: 0;
	top: -30px;
	z-index: 10;
}


.espacio{
	width: 100%;
	margin-bottom: 300px;
}

/*----*/

#residences{
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 300px;
}

#residences img{
	width: 48%;
}

#residences img:first-child{
	margin-right: 2%;
}

#residences a{
	margin-top: -70px;
	display: inline-block;
}

#residences p{
	width: 50%;
	margin: 0 auto;
}


/*----*/

#reserva{
	position: relative;
	margin-bottom: 50px;
}

#slideR{
	width: 85%;
	margin: 30px 15% 30px 0;
}

#reserva a{
	position: absolute;
	right: 5%;
	top: 55%;
}

#reserva p{
	width: 40%;
}


/*----*/

#separa{
	width: 100%;
	height: 500px;
}


footer{
	background: #fff;
	width: 90%;
	padding: 100px 5% 60px 5%;
	position: fixed;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-direction: row;
}


footer div{
	width: 31%;
	margin-right:2%;
}

footer div:last-child{
	border-left: 1px solid #414142;
	padding-left: 4%;
	margin-left: 2%;
}

footer p{
	font-size: 14px;
	line-height: 19px;
}


footer a{
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	font-size: 14px;
	line-height: 19px;
	color: #414142;
}

footer a:hover{
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
}

.campo{
	width: 96%;
	padding: 10px 2%;
	border: 0;
	border-bottom: 1px solid #a6ac96;
	outline: none;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
}

.campo2{
	font-size: 20px;
	line-height: 25px;
	color: #414142;
	text-decoration: none;
	margin: 0;
	background: #fff;
	border: 1px solid #414142;
	padding: 10px 35px;
	font-weight: 300;
	letter-spacing: 2px;
}

.campo3{
	width: 96%;
	padding: 10px 2%;
	height: 120px;
	border: 0;
	border: 1px solid #a6ac96;
	outline: none;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 70px;
	font-size: 14px;
	font-weight: 300;
}

h1{
	font-size: 25px;
	line-height: 32px;
	color: #fff;
	font-weight: 300;
}

h1.der{
	text-align: right;
}

h1.verde{
	color: #a6ac96;
}

h2{
	font-size: 25px;
	line-height: 32px;
	color: #414142;
	font-weight: 300;
}


p{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #a6ac96;
	letter-spacing: 1px;
}

p.oscuro{
	color: #414142;
}

p.blanco{
	color: #fff;
}

a{
	font-size: 22px;
	line-height: 35px;
	color: #a6ac96;
	text-decoration: none;
	margin: 0;
	background: #414142;
	border: 1px solid #a6ac96;
	padding: 10px 15px;
	font-weight: 300;
	letter-spacing: 2px;
}

a:hover{
	color: #414142;
	background: #a6ac96;
	border: 1px solid #414142;
}


.cleare{
	display: block;
	clear: both;
}



/*––––––––––––––––––––––––––––––––––––––––––reserva–––––––––––––––––––––––––––––––––––––––––––––*/


#introRes{
	position: relative;
	margin-bottom: 400px;
}


#introRes.margenB{
	margin-bottom: 80px;
}

#introRes p{
	width: 50%;
	margin: 0 25%;
	text-align: center;
	margin-bottom: 80px;
}

#introRes p.blanco{
	text-align: left;
	width: 50%;
	margin: 0;
}

#line{
	position: absolute;
	left: 50%;
	margin-left: -11px;
	margin-top: -300px;
	z-index: 9999999999999;
}

#lineCH{
	position: absolute;
	left: 50%;
	margin-left: -11px;
	margin-top: -300px;
	z-index: 9999999999999;
	display: none;
}


h3{
	font-size: 21px;
	line-height: 32px;
	color: #a6ac96;
	font-weight: 300;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #a6ac96;
	border-top: 1px solid #a6ac96;
	text-align: center;
	margin-bottom: 100px;
}


/*----*/


#beachClub{
	position: relative;
	margin-top: -450px;
	text-align: right;
	margin-bottom: 300px;
}

#beachClub p{
	width: 50%;
	margin-left: 50%;
}

#icons{
	float: left;
	margin-top: -70px;
}


/*----*/


#common{
	position: relative;
}


#Cizq{
	width: 30%;
	margin-right: 5%;
	padding-top: 7%;
	float: left;
}

#Cder{
	width: 65%;
	float: left;
}


#Cgal{
	margin: 40px 0;
}

#Cgal img{
	width: 32%;
	margin-left: 1%;
	margin-bottom: 1%;
	float: left;
}

#line2{
	transform: rotate(90deg);
	position: absolute;
	left: 38%;
	top: -90px;
}

#Cgal a{
	border: 0;
	padding: 0;
	background: none;
}


#separa2{
	width: 100%;
	height: 430px;
}

#masTexto{
	margin-top: 80px;
	float: left;
	width: 47%;
	margin-right: 3%;
}

#introRes #masTexto p{
	width: 100%;
	margin: 0;
}







/*––––––––––––––––––––––––––––––––––––––––––punta mita–––––––––––––––––––––––––––––––––––––––––––––*/


#mapa{
	margin: 0;
	display: block;
	height: auto;
}

#bmap{
	background: #414142;
	position: relative;
	z-index: 2;
}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 90%;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*----*/

#DesPM{
	margin-top: 0px;
}

#DesPM p{
	width: 40%;
}

#logos{
	margin-top: 20px;
}




/*––––––––––––––––––––––––––––––––––––––––––residences–––––––––––––––––––––––––––––––––––––––––––––*/



#introResidences{
	position: relative;
}

#introResidences p{
	text-align: center;
	width: 40%;
	margin: 0 30%;
	margin-bottom: 100px;
}

#features{
	padding: 30px 0;
	border-bottom: 1px solid #a6ac96;
	border-top: 1px solid #a6ac96;
	margin-top: 50px;
	margin-bottom: 300px;
}

#features p{
	width: 100%;
	margin: 0;
	text-align: left;
	column-count: 3;
	column-gap: 40px;
}


/*----*/


#slideHomes{
	margin: 0 0 60px 0;
	margin-top: -400px;
}

#datos div{
	float: left;
	width: 35%;
	margin-right: 2%;
	border-right: 1px solid #414142;
	padding-bottom: 40px;
}

#datos div:nth-child(3){
	border: 0;
	padding-top: 50px;
	width: 23%;
}

#datos p{
	font-size: 17px;
	line-height: 35px;
	letter-spacing: 0;
}

#datos a{
	font-size: 14px;
}


#datos p img{
	margin-bottom: -7px;
}

#features2{
	padding: 30px 0;
	border-bottom: 1px solid #414142;
	border-top: 1px solid #414142;
	margin-bottom: 80px;
}



#features2 img{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2%;
}

#sust{
	position: relative;
}

#sust p{
	width: 40%;
	margin-bottom: 80px;
}

#sust div{
	text-align: center;
	float: left;
	width: 14%;
	height: 210px;
	margin-right: 2%;
	margin-bottom: 2%;
}

#sust div p{
	font-size: 13px;
	width: 100%;
}



/*----*/


#common2{
	position: relative;
}

#common2 p{
	width: 50%;
}



/*----*/


#developer{
	text-align: center;
	margin-bottom: 0px;
}

#developer p{
	width: 50%;
	margin: 0 25%;
	margin-bottom: 70px;
}

#developer #features2 p{
	float: left;
	width: auto;
	margin: 0;
}

#developer #features2 p:nth-last-child(2){
	float: right;
}


/*----*/


#developerGal{
	margin-top: 30px;
	margin-bottom: 60px;
	position: relative;
}


#developerGal div{
	position: relative;
	float: left;
	width: 28%;
	margin: 0 1% 1% 0;
}

#developerGal div:nth-child(2){
	width: 20%;
}

#developerGal div:nth-child(3){
	width: 50%;
	margin-right: 0;
}

#developerGal div:nth-child(4){
	width: 35%;
}

#developerGal div:nth-child(5){
	width: 35%;
	margin-right: 0;
}

#developerGal div p{
	position: absolute;
	color: #fff;
	bottom: 20px;
	left: 10px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
	font-size: 12px;
	line-height: 16px;
}

#developer div{
	float: left;
	width: 50%;
	text-align: left;
}

#developer div a{
	font-size: 13px;
}


#developer p.blanco{
	width: 80%;
	margin: 0 10%;
	margin-bottom: 100px;
	border-bottom: 1px solid #a6ac96;
	border-top: 1px solid #a6ac96;
	padding: 15px 0;
}

#vidy{
	position: relative;
	z-index: 2;
	height: 1000px;
}

.Breserva{
	position: absolute;
	z-index: 999999;
	bottom: 10%;
	margin-left: 40px;
}


a.timeline{
	background: #a6ac96;
	border: 1px solid #414142;
	padding: 15px 20px;
	font-size: 14px;
	color: #414142;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-table;
}



@media only screen and (min-width:0px) and (max-width:767px){
	
	.espacio{
		margin-bottom: 0px;
	}	
	
#vidy{
	position: relative;
	z-index: 2;
	height: 350px;
}
	
	
#movil{
	display: block;
}
	
	#nomovil{
		display: none;
	}
	
nav ul li a#menuiphone{
		display: block;
	}	
		
body{
	margin-top: 170px;
}

#logo{
	float: left;
	padding: 10px 0;	
	width: 100%;
	text-align: center;
}
	
#logo img{
	width: 170px;
}

nav{
	position: relative;
}

nav ul{
	float: none;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
	
nav ul.active{
	height: 200px;
	background: #414142;
}
	
nav ul li{
	display: block;
	width: 100%;
}


nav ul li a{
	font-size: 14px;
	line-height: 40px;
	padding: 0 12px;
}

nav ul li:last-child{
	padding-right: 25px;
	margin-left: 10px;
	display: none;
}
	
nav ul li:first-child a:hover{
	background:none;
}

nav ul li a:hover{
	background: #a6ac96;
}
	
nav ul li a.active{
	background: #a6ac96;
}

	
h1{
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 20px;
}

h1.der{
	text-align: center;
}


h2{
	font-size: 18px;
	line-height: 25px;
}


p{
	font-size: 12px;
	line-height: 20px;
}


a{
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #a6ac96;
	padding: 8px 12px;
	letter-spacing: 2px;
}
	
	br.borra{
		display: none;
	}
	
#content{
	width: 84%;
	padding: 30px 8%;
}
	

/*----*/

#puntamita{
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 20px;
}

#slidePM{
	width: 100%;
	margin: -20px 0 30px 0;
}

#puntamita a{
	position: relative;
	right: 0%;
	left: 0%;
	top: 20px;
	text-align: center;
	margin: 10px auto;
	display: inline-block;
}

#puntamita p{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

#mapa1{
	width: 150px;
	top: 20px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
	
	
	#puntamita hr{
		display: none;
	}


/*----*/

#residences{
	margin-top: 20px;
	margin-bottom: 20px;
}

#residences img{
	width: 100%;
}

#residences img:first-child{
	margin-right: 0%;
}

#residences a{
	margin-top: -70px;
}

#residences p{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


/*----*/

#reserva{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 50px;
}

#slideR{
	width: 100%;
	margin: 30px 0 30px 0%;
}

#reserva a{
	left: 0%;
	right: 0%;
	top: 0%;
	position: relative;
	display: inline-block;
}

#reserva p{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
	
	#reserva hr{
		display: none;
	}
	
	
/*----*/

#separa{
	width: 100%;
	height: 0px;
	display: none;
}


footer{
	width: 80%;
	padding: 70px 10%;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
}
	

	
footer img{
	width: 180px;
}

footer div{
	width: 100%;
	flex: 0 0 100%;
	margin: 0;
	padding: 0;
}

	
footer div:last-child{
	border-left: 0;
	padding-left: 0%;
	margin-left:0%;
	flex: 0 0 100%;
	margin-top: 30px;
}

footer p{
	font-size: 13px;
	line-height: 18px;
}
	
#logo2{
	overflow: hidden;
	height: 40px;
}
	
	
/*––––––––––––––––––––––––––––––––––––––––––reserva–––––––––––––––––––––––––––––––––––––––––––––*/


#introRes{
	margin-bottom: 40px;
}

#introRes p{
	width: 100%;
	margin: 0 0%;
	margin-bottom: 20px;
}

#introRes p.blanco{
	width: 100%;
	margin: 0;
	margin-top: 20px;
	text-align: center;
}
	
#introRes hr, #beachClub hr{
	display: none;
}
	
#introRes h1, #beachClub h1, #common h1{
	margin-bottom: 0;
}

#line{
	left: 50%;
	margin-left: -11px;
	margin-top: -300px;
	display: none;
}
	
#lineCH{
	left: 50%;
	margin-left: -11px;
	margin-top: -230px;
	display: block;
	display: none;
}


h3{
	font-size: 18px;
	line-height: 28px;
	padding: 20px 0;
	margin-bottom: 80px;
}


/*----*/


#beachClub{
	margin-top: 20px;
	margin-bottom: 80px;
}

#beachClub p{
	width: 100%;
	margin-left: 0%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#icons{
	float: none;
	margin-top: 0px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
	
#icons img{
	height:45px;
}


/*----*/


#Cizq{
	width: 100%;
	margin-right: 0%;
	padding-top: 0%;
	float: left;
	margin-bottom: 40px;
}

#Cder{
	width: 100%;
	float: left;
}


#Cgal{
	margin: 40px 0;
}

#Cgal img{
	width: 31%;
	margin-left: 1%;
	float: left;
	margin-bottom: 1%;
}

#line2{
	transform: rotate(90deg);
	position: absolute;
	left: 38%;
	top: -110px;
	display: none;
}

#Cgal a{
	border: 0;
	padding: 0;
	background: none;
}


#separa2{
	width: 100%;
	height: 0px;
	display: none;
}
	
#masTexto{
	margin-top: 40px;
	float: none;
	width: 100%;
	margin-right: 0%;
}

	
	
/*––––––––––––––––––––––––––––––––––––––––––punta mita–––––––––––––––––––––––––––––––––––––––––––––*/



#bmap{
	padding-bottom: 200px;
	margin-top: 0px;
}

/*----*/

#DesPM{
	margin-top: -20px;
}
	
#DesPM hr{
	display: none;
}

#DesPM p{
	width: 100%;
	text-align: center;
}

#logos{
	margin-top: 20px;
}
	
	
/*––––––––––––––––––––––––––––––––––––––––––residences–––––––––––––––––––––––––––––––––––––––––––––*/




#introResidences p{
	width: 100%;
	margin: 0 0%;
	margin-bottom: 40px;
}

#features{
	padding: 30px 0;
	margin-top: 50px;
	margin-bottom: 20px;
}

#features p{
	width: 100%;
	margin: 0;
	column-count: 1;
	column-gap: 0px;
}


/*----*/


#slideHomes{
	margin: 0 0 40px 0;
	margin-top: 20px;
}

#datos div{
	float: left;
	width: 47%;
	margin-right: 2%;
	padding-bottom: 20px;
}

#datos div:nth-child(3){
	padding-top: 20px;
	width: 98%
}
	
#datos div:nth-child(2){
		border-right: 0;
	}

	#datos div a{
		font-size: 14px;
	}

#datos p{
	font-size: 14px;
	line-height: 28px;
}


#features2{
	padding: 30px 0;
	margin-bottom: 50px;
}




	#sust{
		text-align: center;
	}

#sust p{
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	line-height: 18px;
}

#sust div{
	width: 31%;
	margin-right: 2%;
	margin-bottom: 0%;
	height: 200px;
}



/*----*/


#common2{
	text-align: center;
	margin-bottom: 20px;
}

#common2 p{
	width: 100%;
	margin-top: 20px;
}



/*----*/


#developer{
	margin-bottom: 0px;
}

#developer p{
	width: 100%;
	margin: 0 0%;
	margin-bottom: 50px;
}


#developer #features2 p:nth-last-child(2){
	float: right;
}


/*----*/


#developerGal{
	margin-top: 0px;
	margin-bottom: 20px;
}

#developerGal img{
	margin: 0 1% 0% 0;
}
	
	#developerGal div p{
		font-size: 8px;
		line-height: 10px;
		margin-bottom: 0;
	}
	
	
#developer div{
	float: none;
	width: 100%;
	text-align: center;
}

#developer p.blanco{
	width: 100%;
	margin: 0;
	margin-bottom: 40px;
}

	
}


@media only screen and (min-width:0px) and (max-width:600px){
	#vidy{
	position: relative;
	z-index: 2;
	height: 250px;
}
}

@media only screen and (min-width:768px) and (max-width:1023px){
	
#vidy{
	position: relative;
	z-index: 2;
	height: 450px;
}

#logo{
	float: left;
	padding: 30px 30px;	
}
	
	#logo img{
		width: 170px;
	}


nav ul{
	float: right;
	margin-top: 50px;
	text-align: right;
}


nav ul li a{
	font-size: 14px;
	line-height: 35px;
	padding: 0 12px;
}

nav ul li:last-child{
	padding-right: 25px;
	margin-left: 10px;
}
	
h1{
	font-size: 20px;
	line-height: 27px;
}



h2{
	font-size: 20px;
	line-height: 27px;
}


p{
	font-size: 13px;
	line-height: 21px;
}


a{
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #a6ac96;
	padding: 8px 12px;
	letter-spacing: 2px;
}
	
#content{
	width: 84%;
	padding: 90px 8%;
}
	

/*----*/

#puntamita{
	position: relative;
	margin-top: -300px;
}

#slidePM{
	width: 85%;
	margin: 30px 0;
}

#puntamita a{
	right: 0%;
	top: 45%;
}

#puntamita p{
	width: 70%;
}

#mapa1{
	width: 220px;
	top: -30px;
}


/*----*/

#residences{
	margin-top: 0px;
	margin-bottom: 300px;
}

#residences img{
	width: 48%;
}

#residences img:first-child{
	margin-right: 2%;
}

#residences a{
	margin-top: -70px;
}

#residences p{
	width: 70%;
	margin: 0 auto;
}


/*----*/

#reserva{
	margin-bottom: 40px;
}

#slideR{
	width: 85%;
	margin: 30px 15% 30px 0;
}

#reserva a{
	right: 0%;
	top: 40%;
}

#reserva p{
	width: 70%;
}
	
	
/*----*/

#separa{
	width: 100%;
	height: 0px;
	display: none;
}


footer{
	width: 90%;
	padding: 70px 5%;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}
	
footer img{
	width: 180px;
}

footer div{
	width: 50%;
	flex: 0 0 48%;
}

	
footer div:last-child{
	border-left: 0;
	padding-left: 0%;
	margin-left:0%;
	flex: 0 0 100%;
	margin-top: 50px;
}

footer p{
	font-size: 13px;
	line-height: 18px;
}
	
	#logo2{
		overflow: hidden;
		height: 40px;
	}
	
/*––––––––––––––––––––––––––––––––––––––––––reserva–––––––––––––––––––––––––––––––––––––––––––––*/


#introRes{
	margin-bottom: 200px;
}
	



#introRes p{
	width: 80%;
	margin: 0 10%;
	margin-bottom: 60px;
}

#introRes p.blanco{
	width: 60%;
	margin: 0;
}

#line{
	left: 50%;
	margin-left: -11px;
	margin-top: -300px;
	display: none;
}
	
#lineCH{
	left: 50%;
	margin-left: -11px;
	margin-top: -230px;
	display: block;
}


h3{
	font-size: 18px;
	line-height: 28px;
	padding: 20px 0;
	margin-bottom: 80px;
}


/*----*/


#beachClub{
	margin-top: -350px;
	margin-bottom: 150px;
}

#beachClub p{
	width: 60%;
	margin-left: 40%;
}

#icons{
	float: left;
	margin-top: -80px;
}
	
#icons img{
	height:45px;
}


/*----*/


#Cizq{
	width: 70%;
	margin-right: 30%;
	padding-top: 0%;
	float: left;
	margin-bottom: 40px;
}

#Cder{
	width: 100%;
	float: left;
}


#Cgal{
	margin: 40px 0;
}

#Cgal img{
	width: 32%;
	margin-left: 1%;
	float: left;
}

#line2{
	transform: rotate(90deg);
	position: absolute;
	left: 38%;
	top: -110px;
	display: none;
}

#Cgal a{
	border: 0;
	padding: 0;
	background: none;
}


#separa2{
	width: 100%;
	height: 0px;
	display: none;
}
	
	
/*––––––––––––––––––––––––––––––––––––––––––punta mita–––––––––––––––––––––––––––––––––––––––––––––*/



#bmap{
	padding-bottom: 300px;
	margin-top: -20px;
}

/*----*/

#DesPM{
	margin-top: -50px;
}
	


#DesPM p{
	width: 60%;
}

#logos{
	margin-top: 20px;
}
	
	
/*––––––––––––––––––––––––––––––––––––––––––residences–––––––––––––––––––––––––––––––––––––––––––––*/




#introResidences p{
	width: 80%;
	margin: 0 10%;
	margin-bottom: 50px;
}

#features{
	padding: 30px 0;
	margin-top: 50px;
	margin-bottom: 150px;
}

#features p{
	width: 100%;
	margin: 0;
	column-count: 3;
	column-gap: 40px;
}


/*----*/


#slideHomes{
	margin: 0 0 40px 0;
	margin-top: -300px;
}

#datos div{
	float: left;
	width: 45%;
	margin-right: 4%;
	padding-bottom: 20px;
}

#datos div:nth-child(3){
	padding-top: 20px;
	width: 98%;
}
	
	#datos div:nth-child(2){
		border-right: 0;
	}

	#datos div a{
		font-size: 13px;
	}

#datos p{
	font-size: 13px;
	line-height: 28px;
}


#features2{
	padding: 30px 0;
	margin-bottom: 80px;
}




#sust p{
	width: 80%;
	margin-bottom: 60px;
}

#sust div{
	width: 23%;
	margin-right: 2%;
	margin-bottom: 0%;
}



/*----*/



#common2 p{
	width: 80%;
	margin-top: 20px;
}



/*----*/


#developer{
	margin-bottom: 0px;
}

#developer p{
	width: 90%;
	margin: 0 5%;
	margin-bottom: 50px;
}


#developer #features2 p:nth-last-child(2){
	float: right;
}


/*----*/


#developerGal{
	margin-top: 20px;
	margin-bottom: 20px;
}

#developerGal img{
	margin: 0 1% 1% 0;
}
	

	
}



@media only screen and (min-width:1024px) and (max-width:1199px){

	
#vidy{
	position: relative;
	z-index: 2;
	height: 600px;
}	
	
	

#logo{
	float: left;
	padding: 40px 50px;
	
}
	
	#logo img{
		width: 200px;
	}


nav ul{
	float: right;
	margin-top: 50px;
	text-align: right;
}


nav ul li a{
	font-size: 16px;
	line-height: 35px;
	padding: 0 20px;
}

nav ul li:last-child{
	padding-right: 40px;
	margin-left: 10px;
}
	
h1{
	font-size: 22px;
	line-height: 29px;
}



h2{
	font-size: 22px;
	line-height: 29px;
}


p{
	font-size: 14px;
	line-height: 22px;
}


a{
	font-size: 20px;
	line-height: 33px;
	border: 1px solid #a6ac96;
	padding: 10px 15px;
	letter-spacing: 2px;
}
	

/*----*/

#puntamita{
	position: relative;
	margin-top: -300px;
}

#slidePM{
	width: 85%;
	margin: 30px 0;
}

#puntamita a{
	right: 0%;
	top: 55%;
}

#puntamita p{
	width: 50%;
}

#mapa1{
	width: 250px;
	top: -30px;
}


/*----*/

#residences{
	margin-top: 0px;
	margin-bottom: 250px;
}

#residences img{
	width: 48%;
}

#residences img:first-child{
	margin-right: 2%;
}

#residences a{
	margin-top: -70px;
}

#residences p{
	width: 60%;
	margin: 0 auto;
}


/*----*/

#reserva{
	margin-bottom: 50px;
}

#slideR{
	width: 85%;
	margin: 30px 15% 30px 0;
}

#reserva a{
	right: 0%;
	top: 45%;
}

#reserva p{
	width: 50%;
}
	
	
/*----*/

#separa{
	width: 100%;
	height: 500px;
}


footer{
	width: 90%;
	padding: 70px 5% 40px 5%;
	flex-direction: row;
}
	
	
/*––––––––––––––––––––––––––––––––––––––––––reserva–––––––––––––––––––––––––––––––––––––––––––––*/


#introRes{
	margin-bottom: 300px;
}

#introRes p{
	width: 70%;
	margin: 0 15%;
	margin-bottom: 80px;
}

#introRes p.blanco{
	width: 50%;
	margin: 0;
}

#line{
	left: 50%;
	margin-left: -11px;
	margin-top: -300px;
}


h3{
	font-size: 21px;
	line-height: 32px;
	padding: 20px 0;
	margin-bottom: 100px;
}


/*----*/


#beachClub{
	margin-top: -450px;
	margin-bottom: 200px;
}

#beachClub p{
	width: 50%;
	margin-left: 50%;
}

#icons{
	float: left;
	margin-top: -80px;
}
	
#icons img{
	height: 70px;
}


/*----*/


#Cizq{
	width: 30%;
	margin-right: 5%;
	padding-top: 7%;
	float: left;
}

#Cder{
	width: 65%;
	float: left;
}


#Cgal{
	margin: 40px 0;
}

#Cgal img{
	width: 32%;
	margin-left: 1%;
	float: left;
}

#line2{
	transform: rotate(90deg);
	position: absolute;
	left: 38%;
	top: -110px;
}

#Cgal a{
	border: 0;
	padding: 0;
	background: none;
}


#separa2{
	width: 100%;
	height: 380px;
}
	
	
/*––––––––––––––––––––––––––––––––––––––––––punta mita–––––––––––––––––––––––––––––––––––––––––––––*/



#DesPM p{
	width: 60%;
}
	
	
/*––––––––––––––––––––––––––––––––––––––––––residences–––––––––––––––––––––––––––––––––––––––––––––*/




#introResidences p{
	width: 70%;
	margin: 0 15%;
	margin-bottom: 70px;
}

#features{
	padding: 30px 0;
	margin-top: 50px;
	margin-bottom: 200px;
}

#features p{
	width: 100%;
	margin: 0;
	column-count: 3;
	column-gap: 40px;
}


/*----*/


#slideHomes{
	margin: 0 0 60px 0;
	margin-top: -400px;
}

#datos div{
	float: left;
	width: 35%;
	margin-right: 2%;
	padding-bottom: 40px;
}

#datos div:nth-child(3){
	padding-top: 60px;
}

#datos p{
	font-size: 15px;
	line-height: 32px;
}


#features2{
	padding: 30px 0;
	margin-bottom: 80px;
}




#sust p{
	width: 60%;
	margin-bottom: 80px;
}

#sust div{
	width: 14%;
	margin-right: 2%;
	margin-bottom: 0%;
	height: 220px;
}



/*----*/



#common2 p{
	width: 70%;
}



/*----*/


#developer{
	margin-bottom: 0px;
}

#developer p{
	width: 70%;
	margin: 0 15%;
	margin-bottom: 70px;
}


#developer #features2 p:nth-last-child(2){
	float: right;
}


/*----*/


#developerGal{
	margin-top: 40px;
	margin-bottom: 60px;
}

#developerGal img{
	margin: 0 1% 1% 0;
}


	
}



@media only screen and (min-width:1850px) and (max-width:3000px){

	#content{
	width: 66%;
	padding: 120px 17%;
}
	
	footer{
	width: 70%;
	padding: 100px 15% 60px 15%;
	
}

	
}



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

}

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

}

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

}
