/* Logo nuevo del sistema de borradores */
(function(){
var newLogo=’https://dracarolinavasquez.com/wp-content/uploads/2026/08/Logo_-V-entrelazada-con-C_20260817_204421_0000-1.png’;
function applyNewDraftLogo(){
document.querySelectorAll(‘header img,.elementor-location-header img,#site-header img’).forEach(function(img){
var source=img.getAttribute(‘src’)||»;
if(source.indexOf(‘0f5a1c53-01d1-41f1-9b6c-39666c6eb749-removebg-preview.png’)!==-1){
img.removeAttribute(‘srcset’);
img.removeAttribute(‘sizes’);
img.setAttribute(‘src’,newLogo);
img.setAttribute(‘alt’,’Monograma CV’);
img.style.width=’72px’;
img.style.height=’72px’;
img.style.maxWidth=’72px’;
img.style.objectFit=’contain’;
}
});
}
if(document.readyState===’loading’) document.addEventListener(‘DOMContentLoaded’,applyNewDraftLogo);
else applyNewDraftLogo();
window.setTimeout(applyNewDraftLogo,500);
})();