Per oferir la millor experiència a Verdiviu.com, utilitzem tecnologies com les cookies per emmagatzemar i/o accedir a informació del dispositiu. Donar el consentiment per a l'ús d'aquestes tecnologies ens permetrà processar dades com el comportament de navegació o identificadors únics en aquest lloc. No donar el consentiment o retirar-lo pot afectar negativament algunes característiques i funcions.
Funcional
Sempre actiu
L'emmagatzematge o accés tècnic és estrictament necessari per a la finalitat legítima de permetre l'ús d'un servei específic expressament sol·licitat pel subscriptor o usuari, o amb l'única finalitat de dur a terme la transmissió d'una comunicació a través d'una xarxa de comunicacions electròniques.
Preferències
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Estadístiques
L'emmagatzematge o accés tècnic que s'utilitza exclusivament amb finalitats estadístiques.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Màrqueting
L'emmagatzematge o accés tècnic és necessari per a crear perfils d'usuari per enviar publicitat o per fer un seguiment de l'usuari en un lloc web o en diversos llocs web amb finalitats de màrqueting similars.
document.addEventListener('DOMContentLoaded', function(){
var s = {
'facebook.com': 'Segueix-nos a Facebook',
'instagram.com': 'Segueix-nos a Instagram',
'x.com': 'Segueix-nos a X (Twitter)',
'linkedin.com': 'Segueix-nos a LinkedIn',
'youtube.com': 'Canal de YouTube',
'tiktok.com': 'Segueix-nos a TikTok',
'maps.app.goo.gl': 'Veure localitzacio al mapa'
};
document.querySelectorAll('a').forEach(function(a){
var h = a.getAttribute('href') || '', t = a.innerText.trim();
if (!a.getAttribute('aria-label')){
for (var d in s){
if (h.indexOf(d) !== -1){
a.setAttribute('aria-label', s[d]);
break;
}
}
}
if (!a.getAttribute('aria-label') && h.indexOf('tel:696') !== -1 && !t)
a.setAttribute('aria-label', 'Truca al 696 817 700');
});
if (!document.querySelector('main,[role="main"]')){
var c = document.querySelector('#page-container');
if (c) c.setAttribute('role', 'main');
}// Correccio formulari de contacte - aria-label al textarea de missatge
document.querySelectorAll('.et_pb_contact_message textarea, textarea.mensaje-form').forEach(function(ta){
if (!ta.getAttribute('aria-label')) ta.setAttribute('aria-label', 'Escriu el teu missatge');
});// Correccio icones amb text pla "5" o similar en mobil (fallback de fonts Divi)
document.querySelectorAll('.et_pb_blurb_content .et-pb-icon, .et_pb_main_blurb_image .et-pb-icon').forEach(function(icon){
if (/^\s*\d\s*$/.test(icon.textContent)){
icon.style.fontFamily = 'ETmodules';
}
});// Slider numerics - afegir aria-label
document.querySelectorAll('.et_pb_slider_carousel_item a, .et-pb-slider-arrows a').forEach(function(a, i){
if (!a.getAttribute('aria-label')) a.setAttribute('aria-label', 'Testimoni ' + (i + 1));
});
});