section article.equipo p{
	font-size: 16px;
	line-height: 25px;
	margin-left: 20px;
	text-align: justify;
	width: 90%;
	margin-left: 5%;
}
section article.equipo span{
	font-size: 16px;
	font-weight: 600;
}
section article.equipo li {
	font-size: 16px;
	line-height: 25px;
	margin-left: 30px;
}
section article.equipo h1{
	font-size: 38px;
	text-align: center;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 20px;
}
section figure img{
	width: 100%;
}	
@media screen and (min-width: 480px){

}

@media screen and (min-width: 767px){
section article.equipo {
	margin-left: 10%;
	width: 80%;
	font-size: 14px;
	text-align: justify;
}
section article.equipo p{
	font-size: 14px;
}
section article.equipo span{
	font-size: 14px;
}
section article.equipo li{
	font-size: 14px;
	margin-left: 10%;
	width: 85%;
	font-size: 14px;
	text-align: justify;
}
@media screen and (min-width: 950px){
	section article.equipo {
	margin-left: 15%;
	width: 70%;
	font-size: 14px;
	text-align: justify;
}
section article.equipo li{
	font-size: 14px;
	margin-left: 10%;
	width: 85%;
	font-size: 14px;
	text-align: justify;
}	
}