@charset "UTF-8";
/* CSS Document */

.hrun_header{
	display: flex;
	justify-content: center;
	width: 100%;
}

.hrun_header img{
	max-width: 70%;
}

.percurso{
	display: flex;
	justify-content: center;
}

.titulo_patrocinio{
	width: 100%;
	background-color: #eeeeee;
	padding: 20px 20px 0;
}

.titulo_patrocinio h1{
	color: #000000;
	font-family: niveau-grotesk, sans-serif;
	font-size: 51px;
	font-weight: 900;
	line-height: 61px;
	text-align: center
}

.patrocinadores{
	width: 100%;
	padding: 60px 0;
	background-color: #eeeeee;
}

.patrocinio{
	width: 100%;
	background-color: #eeeeee;
}

.patrocinio_content{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.patrocinio_content spam{
	text-align: center;
}

.patrocinio_content_item{
	padding: 0 30px 30px;
}

.patrocinio_content_item img{
	max-width: 180px;
}