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


section {
	width:98%;
	height:auto;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 0%;
	margin-bottom: 0%;
}

/* Bloque de enlace 1*/

.banner1 {
	background: url("../images/Home/Home-1.jpg") no-repeat center center; background-size: cover;
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
}

.banner1 a:link,
.banner1 a:visited,
.banner1 a:hover {
	color:#fff;
	text-decoration: none;
}

.banner1_content {
	background: rgba(0,0,0,0.75);
	width:100%;
	height: auto;
	float: left;
}

.banner1 h2 {
	width:50%;
	height: auto;
	float: left;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 10%;
	margin-bottom: 10%;	
	font-size: 4rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 4rem;
}



article {
	width:70%;
	height:auto;
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 3%;
	margin-bottom: 3%;
}

article p {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 5%;
	margin-bottom: 5%;	
	font-size: 1rem;
	font-weight: 300;
	color: #000;
	text-align: left;
	line-height: 1.5rem;
}


@media screen and (max-width:1500px) {
	
article p {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 5%;
	margin-bottom: 5%;	
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 1.5rem;
}	
	
}


@media screen and (max-width:500px) {

.banner1 {
	background: url("../images/Home/Home-1.jpg") no-repeat center center; background-size: cover;
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 15%;
	margin-bottom: 0%;
}	

.banner1 h2 {
	width:70%;
	height: auto;
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 10%;
	margin-bottom: 10%;	
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.6rem;
}
	
	
article {
	width:96%;
	height:auto;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 3%;
	margin-bottom: 8%;
}	
	
	
}

