#links_rodape {
	width: 100%;
	justify-content: center;
	padding-top: 3%;
	padding-bottom: 8%;
}

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

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

#links_rodape a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#coluna_servicos {
	line-height: 1.2;
	text-align: center;
}

#coluna_atendimento {
	line-height: 1.2;
	text-align: center;
}

#coluna_aulas {
	line-height: 1.2;
	text-align: center;
}

#coluna_institucional {
	line-height: 1.2;
	text-align: center;
}

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

#links_rodape {
	width: 100%;
	justify-content: center;
	display: flex;
	padding-top: 1%;
	padding-bottom: 1%;
}

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

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

#links_rodape a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#coluna_servicos {
	width: 20%;
	line-height: 1.2;
	text-align: left;
}

#coluna_atendimento {
	width: 20%;
	line-height: 1.2;
	text-align: left;
}

#coluna_aulas {
	width: 20%;
	line-height: 1.2;
	text-align: left;
}

#coluna_institucional {
	width: 20%;
	line-height: 1.2;
	text-align: left;
}

.coluna_texto {
	height: 100%;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
}