Garantimos a melhor tarifa em nosso site. Se você encontrar uma tarifa melhor, entre em contato conosco pelo telefone +57(601) 587 5242e nós a igualaremos!
',// Ingles
'pt': 'https://api.whatsapp.com/send?phone=573142601474&text=Quero%20mais%20informa%C3%A7%C3%B5es%20sobre%20o%20Hotels%20111',// Portugues
};
// Seleccionar el enlace de WhatsApp
var whatsappAnchor = document.querySelector('.icon-bar a.whatsapp');
// Asignar el href correcto si existe un enlace para el idioma
if (whatsappAnchor && whatsappLinks[lang]) {
whatsappAnchor.href = whatsappLinks[lang];
}
});