window.onload = idioma;
function idioma() {
  if (document.getElementById('langGo')) {
    document.getElementById('langGo').style.display = 'none';
    document.getElementById('lang').onchange = function () {document.getElementById('langGo').click()};
  }
}
