.detalhe-curso {
	margin-top: -40px;
	margin-bottom: 30px;
}
.detalhe-curso-xs {
	margin-top: 5px;
	margin-bottom: 30px;
}
.checked {
    list-style: none;
    font-weight: lighter;
}
.checked li:before {
    content: '✔';
    margin-left: -1em;
    margin-right: .5em;
    line-height:230%;
    font-weight: lighter;
}
.checked-xs li:before {
    content: '✔';
    margin-left: auto;
    margin-right: auto;
    line-height:100%;
    font-weight: lighter;
}
.conteudo-programatico {
	margin-left: 100px; 
	margin-top: 50px;
}