#menu_rodape {
	width: 100%;
	flex-direction: row;
	text-align: center;
	font-family: Barlow Semi Condensed, Tahoma, Helvetica; 
	font-size: 25px;
	padding-top: 10%;
	padding-bottom: 10%;
}

#menu_rodape a:link {
	color: #ff7f50;
	text-decoration: none;
}

#menu_rodape a:visited {
	color: #ff7f50;
	text-decoration: none;
}

#menu_rodape a:hover {
	color: #000000;
	text-decoration: underline;
}

@media screen and (min-width: 769px) {

#menu_rodape {
	width: 100%;
	flex-direction: row;
	height: auto;
	text-align: center;
	font-family: Barlow Semi Condensed, Tahoma, Helvetica; 
	font-size: 25px;
	padding-top: 5%;
	padding-bottom: 5%;
}

#menu_rodape a:link {
	color: #ff7f50;
	text-decoration: none;
}

#menu_rodape a:visited {
	color: #ff7f50;
	text-decoration: none;
}

#menu_rodape a:hover {
	color: #000000;
	text-decoration: underline;
}