@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	/*este box es para q no se salgan los elementos en responsive*/

}


.menu_interior{
	text-align: center;
	width: 100%;
	margin-top: 70px;
	height: 700px;
	background-image:url(../imagenes/parallax/parallax_somos_movil.jpg);

	background-position: center -50px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	
	background-repeat: no-repeat;		
	display: block;
	float: none;
	}


.menu_interior h1{
	text-align: center;
	font-size: 15px;
	color:rgba(0,0,0,1.00);
	font-family: 'Merriweather Sans', sans-serif;
		letter-spacing: 0.0px;
	padding-top: 410px;
	margin-bottom: 0px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.00);
	font-weight: bold; 
	padding-left: 20px;

}


.separador   {
	width: 100%;
	height: 45px;
	background-color: rgba(0,0,0,1.00);

	margin-bottom: 0px;
	margin-top: 0px;
	z-index: 10000100;		
}

.separador .icon-down-dir{
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 40px;
	width: 100%;
	display: block;
	padding-top: 0px;
	margin: auto;
	text-align: center;
}



.seccion{
	text-align: center;
	width: 100%;
	margin-top: 0px;
	height: 650px;
	
	margin-bottom: 50px;
			
	display: block;
	
	}

.seccion h3  {
	width: 70%;
	height: auto;
	color: rgba(0,0,0,1.00);
	padding-top: 40px;
	margin: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	z-index: 10000100;	
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-style: bold;
	letter-spacing: 1px;
}


.seccion p  {
	width: 85%;
	height: auto;
	color: rgba(0,0,0,1.00);
	padding-top: 30px;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: bold;
	letter-spacing: 1px;
	padding-left: 0px;
	line-height: 24px;
	float: center;
	margin-bottom: 30px;
}

	.seccion #img_directora {
	width: 100%;
	height: auto;
	color: rgba(0,0,0,1.00);
	padding-top: 50px;
	float: center;
	padding-left: 0px;
		margin-bottom: 100px;
	}
	
	
.seccion #img_directora img  {
	width: 60%;
	height: auto;
	display: block;
	margin-top: 50px;
	float: center;
	border-radius: 7px;
		margin: auto;
	margin-bottom: 200px;
}


#ancla_nosotros{
	
	width: 100%;
	margin-top: -90px;
	height: 0px;
	padding-top: 100px;
	
	}


.propiedades .galeria  .ubicacion{
	
	display: none;
}



#ancla_asesoria{
	
	width: 100%;
	margin-top:  200px;
	height: 0px;
	padding-top: -100px;
	
	}




/*==================CASA 2 EN VENTA===============
================================================*/






/*================version 1024======================*/
@media all and (min-width:1024px) {
	
.menu_interior{
	text-align: center;
	width: 100%;
	margin-top: 65px;
	height: 520px;
	background-image:url(../imagenes/parallax/parallax_somos2.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center 30px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;
	
	}

.menu_interior h1{
	text-align: center;
	font-size: 18px;
	color:rgba(0,0,0,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	letter-spacing: 1.0px;
	padding-top: 340px;
	margin-bottom: 0px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.00);

}



.separador   {
	width: 100%;
	height: 45px;
	background-color: rgba(0,0,0,1.00);

	margin-bottom: 0px;
	margin-top: 0px;
	z-index: 10000100;		
}

.separador .icon-down-dir{
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 40px;
	width: 100%;
	display: block;
	padding-top: 0px;
	margin: auto;
	text-align: center;
}



#ancla_nosotros{
	
	width: 100%;
	margin-top: -85px;
	height: 0px;
	padding-top: 85px;
	
	}
	
	
	
.seccion{
	text-align: center;
	width: 100%;
	margin-top: 0px;
	
	height: 600px;
	
	background-color:rgba(228,228,228,0.50);
	
	padding-bottom:  -900px;
		margin-bottom: -350px;
	
	
	
			
	display: block;
	
	}

.seccion h3  {
	width: 70%;
	height: auto;
	color: rgba(0,0,0,1.00);
	padding-top: 50px;
	margin: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	z-index: 10000100;	
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-style: bold;
	letter-spacing: 1px;
}


.seccion p  {
	width: 62%;
	height: auto;
	color: rgba(0,0,0,1.00);
	padding-top: 20px;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: bold;
	letter-spacing: 1px;
	padding-left: 190px;
	line-height: 23px;
	float: left;
	margin-bottom: 0px;
}

	
	.seccion #img_directora {
	width: 35%;
	height: auto;
	color: rgba(0,0,0,1.00);
	padding-top: 20px;
	float: left;
	padding-left: 50px;
	margin-bottom: 200px;
}
	
	
.seccion #img_directora img  {
	width: 45%;
	height: auto;
	display: block;
	
	float: left;
	border-radius: 7px;
	margin: 0;
	margin-bottom: 0px;
}	
	

	

	
/*#ancla_asesoria{
	
	width: 100%;
	margin-top: 220px;
	height: 0px;
	padding-top: 0px;
	
	}*/
	
	

	
	
	
	}
	



/*======================================================================
======================================================================*/
@media all and (min-width:1280px) {

	.menu_interior{
	text-align: center;
	width: 100%;
	margin-top: 65px;
	height: 530px;
	background-image:url(../imagenes/parallax/parallax_somos2.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center 80px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;
	
	}

.menu_interior h1{
	text-align: center;
	font-size: 17px;
	color:rgba(0,0,0,0.90);
	font-family: 'Merriweather Sans', sans-serif;
	letter-spacing: 0.0px;
	padding-top: 388px;
	margin-bottom: 0px;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.00);

}




.separador   {
	width: 100%;
	height: 45px;
	background-color: rgba(0,0,0,1.00);

	margin-bottom: 0px;
	margin-top: 0px;
	z-index: 10000100;		
}

.separador .icon-down-dir{
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 40px;
	width: 100%;
	display: block;
	padding-top: 0px;
	margin: auto;
	text-align: center;
}

	
	
.seccion{
	text-align: center;
	width: 100%;
	margin-top: 5px;
	height: 600px;
	
	background-color:rgba(228,228,228,0.50);
	
	padding-bottom:  -900px;
		margin-bottom: -350px;	
	display: block;
	
	}

.seccion h3  {
	width: 70%;
	height: auto;
	color: rgba(0,0,0,1.00);
	padding-top: 50px;
	margin: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	z-index: 10000100;	
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-style: bold;
	letter-spacing: 1px;
}


.seccion p  {
	width: 65%;
	height: auto;
	color: rgba(0,0,0,1.00);
	padding-top: 20px;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: bold;
	letter-spacing: 1px;
	padding-left: 300px;
	float: left;
	line-height: 23px;
}

	
	.seccion #img_directora {
	width: 28%;
	height: auto;
	color: rgba(0,0,0,1.00);
	padding-top: 20px;
	float: left;
	padding-left: 50px;
	
	}
	
	
.seccion #img_directora img  {
	width: 45%;
	height: auto;
	display: block;
	float: left;
	border-radius: 7px;
	}	



	
	
	/*#ancla_asesoria{
	
	width: 100%;
	margin-top: 220px;
	height: 0px;
	padding-top: 0px;
	
	}*/
	
	
	
	
	}

