.contato {
    padding-bottom: 30px;
}

.box {
    border-radius: 6px;
    background-color: #f9f9f9;
    border: 1px solid rgba(0,0,0,0.17);
    padding: 15px;
    margin-bottom: 15px;
}

.box p:first-of-type {
    margin-top: 5px;
}

.box p + p {
    margin-bottom: 10px;
}

.box p:last-of-type {
    margin-bottom: 0;
}

.alert-success {
    border-radius: 10px;
    background-color: #fff7d1;
    border: 1px solid #bda000;
}

.alert h2 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 38px;
    color: rgb(122,17,39);
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    border-top: solid 1px rgb(122,17,39);
    border-bottom: solid 1px rgb(122,17,39);
}

.alert .text-danger {
    font-size: 11px;
    color: rgb(201,0,0);
    font-family: Arial;
    line-height: 13px;
}

.help-block {
    color: #a94442;
}

h4 {
    margin: 0;
    font-size: 14px;
    color: rgb(47,86,81);
    font-family: Arial;
    font-weight: bold;
    background-image: linear-gradient(to right, rgba(47,86,81,1) 33%, rgba(47,86,81,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}

input.form-control,
select.form-control {
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    margin: 0;
}

textarea.form-control {
    height: auto;
    margin: 0 0 15px;
}

.container form .hasDatepicker {
    background-image: url(../imagens/ico-calendar.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

label {
    font-size: 13px;
    color: rgb(74,74,74);
    font-family: Arial;
    font-weight: normal;
}

.radio span {
    display: block;
    font-size: 12px;
    color: rgb(35,81,25);
    font-family: Arial;
}

strong {
    font-weight: bold;
}
