/* ---- SEÇÃO DE CONTRATOS ---- */

#contratos .heading-content h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

#contratos .separator {
    width: 80px;
    height: 3px;
    background: #0d6efd;
    margin: 0 auto 30px auto;
    border-radius: 3px;
}

.contrato-bloco {
    padding: 25px 20px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 35px;
    text-align: left;
}

.btn-contrato {
    display: inline-block;
    background: #FF8000;
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 15px;
    transition: 0.3s;
}

.btn-contrato:hover {
    background: #084298;
}

.aditivos {
    margin-bottom: 15px;
}

.btn-aditivo {
    display: inline-block;
    background: #6c757d;
    padding: 8px 16px;
    color: #fff !important;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: 0.3s;
}

.btn-aditivo:hover {
    background: #565e64;
}

.contrato-bloco p {
    font-size: 15px;
    margin: 5px 0;
    line-height: 1.5;
}