@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.menu-pagina {
	position: relative;
	margin: 0 auto;
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0;


}

.menu-pagina > div{
	width: 33.1%;
	position: relative;
}

.label-publico figure,
.label-juri figure {
	position: relative;
}

.label-publico figure::before{
	content:"votado pelo Público";
	position: absolute;
	background: #3498db;
	left:0rem;
	top: 0rem;
	padding: 0 2rem;
	font-size:1.3rem;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 0.9;
}

.label-juri figure::before{
	content:"votado pelo Júri";
	position: absolute;
	background: #3498db;
	left:0rem;
	top: 0rem;
	padding: 0 2rem;
	font-size:1.3rem;
	color: #FFFFFF;
	text-transform: uppercase;
		opacity: 0.9;
}

.menu-pagina > div > a{
	padding: 2rem;
	transition: 0.3s;
	cursor: pointer;

}
.menu-pagina > div > a:hover{
	background: #eeeeee;
	padding: 2rem;
	transition: 0.3s;

}
.menu-pagina > div > a >figure > figcaption{
	text-align: left;
	color: #333333;
}

.menu-pagina > div > a > figure > figcaption > div > h2{
	color: #333333;
	font-size: 2.5rem;
	font-family: 'Estado Headline';
}

.menu-pagina > div > a >figure > figcaption > div > h2 > span{
	color: #3498db;
}

.menu-pagina > div > a >figure > figcaption > div > p{
	font-family: "Flama";
	font-weight: 400;
	font-size: 1.8rem;
}


@media (max-width: 860px) {
	.menu-pagina > div{
		width: 100%;
		padding: 0rem 5rem;
	}
	.label-publico::before{
		left:4rem;
	}

	.label-juri::before{
		left:4rem;
	}
}

@media (max-width: 460px) {
	.menu-pagina > div{
		width: 100%;
		padding: 0rem 2rem;
	}

}
