.table-responsive {
    border-radius: 8px;
    overflow: hidden;
}

#tabela-licitacao thead th {
    background-color: #f8f9fa;
    color: #335d8d;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    border-bottom: 2px solid #dee2e6;
}

@media only screen and (max-width: 457px) and (min-width: 330px) {
    .breadcrumb {
        margin-top: -2rem;
    }
}
