#desenv_ch {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	height: 30px;
}

#desenv_ch a:link {
	color: #000000;
	text-decoration: none;
}

#desenv_ch a:visited {
	color: #000000;
	text-decoration: none;
}

#desenv_ch a:hover {
	color: #ff7f50;
	text-decoration: underline;
}

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

#desenv_ch {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	margin-top: 0px;
	padding-top: 1%;
	padding-bottom: 3%;
	height: 10px;
}