Home / Investimento

Investimento

document.addEventListener("click", function(e) { if (e.target.classList.contains("rm-btn")) { const box = e.target.closest(".rm-box"); if (box) { box.classList.toggle("active"); e.target.textContent = box.classList.contains("active") ? "Ver menos" : "Ver mais"; } } });