.content_mobile{
	display: none;
}

@media only screen and (max-width: 559px) {
	.content_list{
		display: none;
	}
		
	.content_mobile{
		display: block;
	}
}

@media only screen and (max-width: 360px and min-width: 410px) {
	.img_campeao{
		margin-left: 11%;
	}
}

@media only screen and (min-width: 559px) {
	.pers-menu-mobile{
		height: 40px;
	}
}


