.nav-link {
    color: black !important;
    font-weight: normal;
    border: none;
    background: none;
    padding: 10px 15px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
}

.nav-link.active {
    color: #006400;
    font-weight: bold;
    border-bottom: 4px solid #006400;
    font-size: 12px;
}

.nav-link:hover {
    color: #006400;
    text-decoration: none;
}

.input-focus:focus {
    border-color: #006400;
    box-shadow: 0 0 5px rgba(0, 86, 179, 0.5);
}

.btn-voltar {
    margin-right: 5px;
}

@media (min-width: 501px) {
    .whatsappContato {
        display: none !important;
    }

    .botoesControle {
        justify-content: flex-start !important;
    }
}

@media (max-width: 500px) {
    #whatsappContato {
        display: none !important;
    }
}

  