.conhecimento {
    min-width: 195px;
}

.Header__language a {
    text-decoration: none;
    color: #ffffff; /* branco */
    font-weight: 500;
    padding: 5px 8px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}

.Header__language a:hover {
    background-color: rgba(255, 255, 255, 0.2); 
    color: #ffffff;
}

.Header__language {
    display: flex;
    align-items: center;
    gap: 6px;
}

