
body {
	box-sizing: border-box;
}


.contenido-home {
    top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-image: url('landing/assets/images/background4.jpg');
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	
	position: relative;
	display: block;
}

.contenido-home:before {
	content:"";
	
    top: 0;
	margin: auto;
	width: 100%;
	height: 100%;	
	background-color: black;
	opacity: 0.4;	
	
	background-size: cover;	
	background-position: center;
	background-attachment: fixed;

	position: absolute;	
}

.contenido-home h2, h3 {
	position: relative;
	margin-left: 10%;
	margin-right: 10%;
    font-family:'Raleway', sans-serif;
	color: white;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.3);
	
}

.contenido-home h2 {
	font-size: 25px;
	
}

.contenido-home h3 {
	font-size: 20px;
	
}

.contenido-home h3 img {
	margin-right: 20px;
	
}
