.acoes {
    margin: 15px 0 15px 0;
}

.acervus-lista {
    margin-top: 2em;
}

.acervus .detalhes li:before {
    color: #aaa;
    font-family: "FontAwesome";
    margin-right: 1em
}

.acervus .vagas:before {
    content: "\f007";
}

.acervus .carga-horaria:before {
    content: "\f017";
}

.acervus .remuneracao:before {
    content: "\f155";
}

.acervus .resumo {
    margin: 1em 0;
}

.acervus-detalhe {
    margin: 1.5em 0 1.5em 0;
}

.center {
    text-align: center;
}

.direita {
    float: right;
}

.titulo-form {
    margin-bottom: .5em; 
}

.inline-action {
    display: inline !important;
    padding: 0.25em;
}

.tabela-dados{
    margin-top: 1em;
}

.conteudo {
    margin: 1em 0 1em 0;
}

#preview {
    margin: 1em 0 1em 0;
}

.galeria {
    margin: 1em 0 1em 0; 
    display: block; 
    flex-direction: row;
    justify-content: flex-start;
}
.galeria img {
    margin: 0 .5em .5em 0;
    height: 160px;
}

.visualizar img {
    margin: 1em 0 1em 0; 
    display: flex; 
    flex-direction: row;
    justify-content: flex-start;
    height: 400px;
}

.titulo3 {
    padding-bottom: 1em;
}

.label-primary {
    background:#7a0d0c;
}