.nav-pills .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    color: var(--gray-40);
    font-weight: 400;
    border-radius: 0;
    margin-left: 16px;
}

.nav-pills .nav-link:nth-child(1) {
    margin-left: 0;
}

.nav-pills .nav-link.active {
    border-bottom: 2px solid var(--verde-claro);
    background-color: transparent;
    color: var(--gray-80);
}