@charset "utf-8";
@import url("servicios.css");
@import url("menu_index.css");

#banner_index {
	position: relative;
}

#banner_index img {
	margin-top: 100px;
	width: 100%;
	height: 100%;
	
}

#banner_index .contenedor {
	position: absolute;
	margin-top: 55px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 45%;
	text-align: center;
	color:#FFFFFF;
	transition: all 0.5s;
}

#banner_index h2 {
	font-size: 24px;
}

#banner_index a {
	display: inline-block;
	align-content: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px;
	margin-top: 10px;
	border: 1px solid;
	border-color:#3B7FD7;
}

#welcome {
	margin: auto;
	text-align: center;
	max-width: 75%;
}

#welcome h2 {
	padding-bottom: 25px;
}

#conocenos {
	text-align: center;
	margin-top: 100px;
}

#conocenos H4{
	margin-bottom: 25px;
}



#conocenos a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	
}
#MiCompromiso{
	margin: auto;
	text-align: center;
	margin-top: 80px;
	max-width: 75%;
	
}

#MiCompromiso H2{
	margin-bottom: 25px;
	
}
#MiCompromiso H4{
	margin-bottom: 50px;
	
}

#MiCompromiso a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	
}
@media (min-width:480px) {
	#banner_index .contenedor{

		transition: all 0.5s;
	}
	
	#banner_index h2 {
		font-size: 28px;
		margin-bottom: 0px;
	}
	
	#banner_index a {
		margin-top: 10px;
	}
	
		#welcome {
		padding: 30px;
	}
}

@media (min-width:768px) {
	#banner_index .contenedor {

		transition: all 0.5s;
		
	}
	
	#banner_index h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	
	#banner_index p {
		font-size: 20px;
	}
	
	#banner_index a {
		margin-top: 10px;
	}
	
	
	#banner_index img {
		height: auto;
	}
	
	}


@media (min-width:1024px) {
	#banner_index .contenedor{
		
		transition: all 0.5s;
	}
	
}