PT | EN .bold { font-weight: bold; } function changeLanguage(lang) { const path = window.location.pathname; if (lang === "en") { if (!path.startsWith("/en")) { window.location.pathname = "/en" + (path === "/" ? "" : path); } return; } if (lang === "pt") { if (path.startsWith("/en/")) { window.location.pathname = path.replace("/en/", "/"); } else if (path === "/en") { window.location.pathname = "/"; } } } function updateBoldFromURL() { const path = window.location.pathname; const pt = document.getElementById("lang-pt"); const en = document.getElementById("lang-en"); const isEN = path.startsWith("/en"); // bold pt.classList.toggle("bold", !isEN); en.classList.toggle("bold", isEN); // cursor pointer só no que NÃO está bold pt.style.cursor = isEN ? "pointer" : "default"; en.style.cursor = isEN ? "default" : "pointer"; } updateBoldFromURL();

Serviços​

Serviços para ajudar você, sua empresa e sua carreira!

Agenda

Persoona Hair

Lançamento Jan 2026

Persoona Hair

Lançamento Jan 2026

Cadastre-se e Receba Novidades!

Postagens Recentes