.funcionais {float: left; display: flex; width: 100%;font-family:'Source Sans Pro', sans-serif;}

.menu-lateral {width: 300px; float: left;}
.menu-lateral ul {
    border-bottom: #CCCCCC 1px dotted;
    padding-bottom: 10px;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
}

.menu-lateral ul a {font-family: Source Sans Pro ,sans-serif; text-decoration: none;}
.menu-lateral li { margin: 0;font-family: Source Sans Pro ,sans-serif;cursor: pointer;color: #134d86;}
.menu-lateral li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #444444;
}

.menu-lateral li a:hover {
	background-color: #cccccc;
	color: #fff;
}

.menu-lateral li.selecionado a{
	color: #fff;
	background-color: #2ea3b4;
}

.ed-termos h2 {
	color: #0e4f70;
	font: 400 16px/140% "Source Sans Pro" ,sans-serif;
	margin: 0 0 30px 0;
}

.conteudo-termos{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-left: 2%;
}

.conteudo-termos li {
	font: 400 14px/150% "Source Sans Pro" ,sans-serif;
	margin: 0 0 20px 0;
	color: #444;
}
.conteudo-termos li strong { font-weight: 600; }
.conteudo-termos li span {
	font-weight: bold;
	color: #0e4f70;
}
.conteudo-termos ul {
	margin: 20px 0 0 40px;
}

.conteudo-termos a {color:#2ea3b4}
  
@media screen and (max-width: 600px) {
	.funcionais { flex-direction: column;}
	.menu-lateral {width: 100%;}
}

