.conteudo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.conteudo p {
    color: #034328;
}

header p {
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
}

h2 {
    font-weight: bold;
    color: #F05442;
    border-bottom: 3px solid #F05442;
    font-size: 18px;
    padding-bottom: 10px;
}

h3 {
    font-weight: bold;
    color: #F88237;
    border-bottom: 3px solid #F88237;
    font-size: 14px;
    padding-bottom: 10px;
}

footer {
}

footer p {
    color: #F05442;
}

.error-message {
    color: red;
}

.parentesco-outros {
    display: none;
}

.alert-error {
    background-color: #f2dede;
    color: #333;
}

#mensagem {
    display: none;
}

option:disabled {
    color: #999;
}