@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_propiedades_movil2.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: 20px;
	color:rgba(255,253,253,1.00);
	font-family: 'Merriweather Sans', sans-serif;
		letter-spacing: 0.0px;
	padding-top: 345px;
	margin-bottom: 0px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.80);
	font-weight: bold; 

}





.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;
}

.venta
{
	width: 100%;
	height: auto;
}





.seccion2{
	text-align: center;
	width: 100%;
	margin-top: 50px;
	height: auto;
	 
			
	display: block;
	padding-bottom: 20px;
	
	}

.seccion2 h3  {
	width: 85%;
	height: auto;
	color: rgba(0,0,0,1.00);
	padding-top: 0px;
	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;
}


.seccion2 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: 0px;
	
	line-height: 25px;
	
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}







.iconos2{
	
	margin-top: 0px;
	width: 85%;
	height: auto;
	
	font-family: 'Open', sans-serif;
	font-size: 15px;
	color: rgba(0,0,0,1.00);
    display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
}

	
.iconos2 .icon-location-1{
		height: auto;
	padding-left: 10px;
	font-family: 'Open', sans-serif;
	font-size: 24px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	cursor:pointer;
    float: left;
}
	
	
 .iconos2 .icon-phone{
		height: auto;
	padding-left: 10px;
	font-family: 'Open', sans-serif;
	font-size: 25px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	cursor:pointer;
    float: right;
}

.iconos2 .icon-share-1{
	height: auto;
	padding-left: 10px;
	font-family: 'Open', sans-serif;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	cursor:pointer;
	float: right;
	}



 .iconos2 .icon-desktop{
	height: auto;
	padding-left: 10px;
	font-family: 'Open', sans-serif;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	cursor:pointer;
	float: right;
	}



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

.menu_interior2{
			
	display: none;
	
	}







/*=============================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_propiedades2.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center 5px;
	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: 20px;
	color:rgba(0,0,0,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	letter-spacing: 0.8px;
	padding-top: 250px;
	margin-bottom: 0px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 5px rgba(255,255,255,1.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;
}

.venta
{
	width: 100%;
	height: auto;
}

#ancla_nosotros{
	
	width: 100%;
	margin-top: -85px;
	height: 0px;
	padding-top: 85px;
	
	}
	
	.propiedades .galeria  .ubicacion h1 .icon-location-1{
	
	
	display: none;
	}
	

	
#ancla_asesoria{
	
	width: 100%;
	margin-top: 220px;
	height: 0px;
	padding-top: 0px;
	
	}
	
.menu_interior_movil{
			
	display: none;
	
	}
	
	
	
	.seccion2{
	text-align: center;
	width: 100%;
	margin-top: 0px;
	height: auto;

	margin-bottom: 30px;
			
	display: block;
	padding-bottom: 0px;
	}

.seccion2 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;
}


.seccion2 p  {
	width: 70%;
	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;
	
	line-height: 23px;
	
	margin-bottom: 0px;
	margin: auto;
	padding-bottom: 0px;
}
	
	
	
.iconos2{
	text-align: center;
	margin-top: 0px;
	width: 70%;
	height: auto;
	
	font-family: 'Open', sans-serif;
	font-size: 15px;
	color: rgba(0,0,0,1.00);
    display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
	text-decoration: none;
	/*padding-left: 160px;*/
}

	
.iconos2 .icon-location-1{
		height: auto;
	padding-left: 10px;
	font-family: 'Open', sans-serif;
	font-size: 24px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	cursor:pointer;
    float: left;
}
	
	
 	
 .iconos2 .icon-phone{
		height: auto;
	padding-left: 10px;
	font-family: 'Open', sans-serif;
	font-size: 25px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	cursor:pointer;
    float: right;
}

.iconos2 .icon-share-1{
	height: auto;
	padding-left: 10px;
	font-family: 'Open', sans-serif;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	cursor:pointer;
	float: right;
	}



 .iconos2 .icon-desktop{
	height: auto;
	padding-left: 10px;
	font-family: 'Open', sans-serif;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	cursor:pointer;
	float: right;
	}


}



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

	.menu_interior{
	text-align: center;
	width: 100%;
	margin-top: 65px;
	height: 530px;
	background-image:url(../imagenes/parallax/parallax_propiedades2.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center 70px;
	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: 21px;
	color:rgba(0,0,0,0.90);
	font-family: 'Merriweather Sans', sans-serif;
	letter-spacing: 0.0px;
	padding-top: 295px;
	margin-bottom: 0px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 4px rgba(255,255,255,1.00);

}


.menu_interior ul{
	padding-top: 20px;
	
	}


.menu_interior ul li {
	display: inline;
}
	
	
.menu_interior ul li a {
	color: rgba(0,0,0,1.00);
	background-color: rgba(245,243,243,0.55);
	text-decoration: none;
	padding: 3px 50px;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-style: bold;
	margin: 5px;
	letter-spacing: 2.px;
	border: 2px solid rgba(255,253,253,0.40);
	border-radius: 2px;
}


.menu_interior ul li a:hover {
	background-color: rgba(0,0,0,0.80);
	color: rgba(245,243,243,1.0);
	border: 2px solid rgba(5,5,5,0.60);

}


.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;
}

.venta
{
	width: 100%;
	height: auto;
}

		
	#ancla_asesoria{
	
	width: 100%;
	margin-top: 220px;
	height: 0px;
	padding-top: 0px;
	
	}
	
	
	.menu_interior2{
	text-align: center;
	width: 100%;
	margin-top: -250px;
	height: 450px;
	background-image:url(../imagenes/parallax/parallax_propiedades2.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center 0px;
	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_interior2 h1{
	text-align: center;
	font-size: 23px;
	color:rgba(255,253,253,1.00);
	font-family: 'Merriweather Sans', sans-serif;
	letter-spacing: 1.0px;
	padding-top: 180px;
	margin-bottom: 0px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 5px rgba(0,0,0,1.00);

}
	

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

.seccion2 h3  {
	width: 50%;
	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;
}


.seccion2 p  {
	width: 50%;
	height: auto;
	color: rgba(0,0,0,1.00);
	padding-top: 40px;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: bold;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	line-height: 23px;
}
	
	.iconos2{
	
	margin-top: 0px;
	width: 50%;
	height: auto;
	text-align: center;
	font-family: 'Open', sans-serif;
	font-size: 15px;
	color: rgba(0,0,0,1.00);
    display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;	
}


 	
 .iconos2 .icon-phone{
		height: auto;
	padding-left: 0px;
	font-family: 'Open', sans-serif;
	font-size: 25px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	cursor:pointer;
    float: right;
	 padding-top: -3px;
}

	
.iconos2 .icon-share-1{
	height: auto;
	padding-left: 5px;
	font-family: 'Open', sans-serif;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	cursor:pointer;
	float: right;
	}



 .iconos2 .icon-desktop{
	height: auto;
	padding-left: 10px;
	font-family: 'Open', sans-serif;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	cursor:pointer;
	float: right;
	}
	
	
	

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



	
	
	
	
	
	
	}

