body {
    font-family: 'Open Sans', sans-serif;
       /*  background-image: url("../images/fundo.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 98%;
}


h5 {
    color: #e44514;
    font-weight: 500;
}

h3 {
    font-size: 1.8em;
    font-weight: 700;
}

h4 {
    font-weight: 600;
    font-size: larger;
}

h2 {
    color: #118492;
    text-transform: uppercase;
    font-size: x-large;
}

#observacao {
    background-color: #dcdcdc;
    padding: 25px;
    font-style: italic;
    font-weight: 400;
    font-size: larger;
    margin-top: 35px;
}

.btn-candidatar {
    float: right;
    background-color: #d30613!important;
    font-weight: 800;
    padding: 8px 14px;
    font-size: initial;
}

.btn-voltar{
    border: 1px solid #d30613!important;
    color: #d30613!important;
    font-weight: 500;
    padding: 8px 14px!important;
    font-size: initial;
}