section figure img {
	max-width: 1230px;
	width: 100%;
	margin-left: 17%;
	padding-bottom: 40px;
	margin-top: 100px;
}

section article.aviso p{
	font-size: 16px;
	line-height: 25px;
	margin-left: 20px;
}
section article.aviso{
	padding-top: 40px;
	padding-bottom: 100px;
}
section article.aviso span{
	font-size: 16px;
	font-weight: bolder;
}
section article.aviso h1{
	font-size: 36px;
	font-weight: 300;
	text-align: center;

}
 @media screen and (min-width: 767px){
 	section article.aviso  p{
	font-size: 14px;
	font-weight: 25px;
	margin-left: 15%;
	width: 70%;

}
section article.aviso span{
	font-size: 14px;
	font-weight: 600;
}
section article.aviso h1{
	font-size: 36px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 10%;
	width: 80%;
	padding: 0px;
}

}

 @media screen and (min-width: 950px){
 	section article.aviso p{
	width: 70%;
	margin-left: 15%

}

