.parallax{
	height: 300px;
	background-image: url(../images/imagenes.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	
}

.parallax h2 {
	display:flex;
	height: 200px;
	justify-content:center;
	alignment-adjust:central;
	align-items:center;
	color:#FFF;
	font-weight:100;
	font-size:40px;
	
 
	}

.parallaxconsultoria{
	height: 450px;
	background-image: url(../images/parallaxconsultoria.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	
}

.parallaxconsultoria h2 {
	display:flex;
	height: 300px;
	justify-content:center;
	alignment-adjust:central;
	align-items:center;
	color:#FFF;
	font-weight:100;
	font-size:40px;
	
 
	}

.parallaxcoaching{
	height: 450px;
	background-image: url(../images/parallaxcoaching.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	
}

.parallaxcoaching h2 {
	display:flex;
	height: 300px;
	justify-content:center;
	alignment-adjust:central;
	align-items:center;
	color:#FFF;
	font-weight:100;
	font-size:40px;
	
 
	}
	
	