#porqueestudiar h2{
	text-align:center;
	color: red;
	padding:1%;
	margin-top: -20px;
}


#imagen h3{
	text-align:center;
	color: #c20000;
}
#imagen h4{
	text-align:center;
	color: #fff;
}

#imagen .contenedor{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	
}
#imagen article{
	justify-content: center;
	margin: 25px;
	
}
#imagen img{
	width: 100%;
	max-width:250%;
	justify-content: center;
	
}

#acuerdos h2{
	color: #c20000;
}

#acuerdos h5{
	text-align:center;
	
}

#acuerdos h1, h3{
	text-align:center;
}

@media(min-width:1024px){
	#imagen img{
	width: 100%;
	height: 100%;
	
		justify-content: center;
		padding:1%;
		
}

}	

  footer .contenedor { /* pie de pagina*/
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  padding-bottom:15px;
	   background: #4d82bc;
	   width:auto;
	  
  }	  
   
  .sociales {
	  width: 100%
	  text-align: center;
	  font-size: 28px;
  }
  .sociales a {
	  color:#fff;
	  text-decoration: none;
	  text-align: left;
	  font-size: 20;
  }