 
.table thead {
    background: #0b5fa5;
    color: #fff;
}

.table tbody tr:nth-child(even) {
    background: #e6f0fa;
}

.table tbody tr:nth-child(odd) {
    background: #f4f8fc;
}

.header-box {
    background: #0b5fa5;
    color: #fff;
    padding: 1rem;
    border-radius: 6px 6px 0 0;
}

.title.is-4 { text-align: center;} 
.table thead td, .table thead th{
    color:white; 
    padding: 18px 10px;
}

.table.is-fullwidth {
    max-width: 860px; margin: auto;
}
.atuacao-section { display:none; }
.footer-box {
    background: var(--verde-btn);
    color: #fff;
    padding: 1rem;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    margin-top: 50px; margin-bottom: 50px;
}
.footer-box p, .footer-box p * { 
    color:white; 
}
.produtos {
    line-height: 1.2;
} 