$(document).ready(function(){$("#a_whatsapp_responsive").click(function(){detectMobilePhone()&&window.open("https://api.whatsapp.com/send?phone\x3d34606985976")});$("a.imagenWhatsapp").click(function(){detectMobilePhone()&&window.open("https://api.whatsapp.com/send?phone\x3d34606985976")})});
function detectMobilePhone(){retorno=!1;if(navigator.userAgent.match(/Android/i)||navigator.userAgent.match(/webOS/i)||navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPad/i)||navigator.userAgent.match(/iPod/i)||navigator.userAgent.match(/BlackBerry/i)||navigator.userAgent.match(/Windows Phone/i))retorno=!0;return retorno};
