.footer-gerencial {
    margin-top: auto;
    width: 100%;
    background-color: #000;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #666;
    font-size: 11px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.signature {
    color: #d4af37;
    font-weight: 600;
}