MozLife

Receitas: Bolo de mirtilos com manteiga de amendoim

Acredite – esta receita de bolo de mirtilos com manteiga de amendoim é a gulodice que faltava na sua vida! Deixe-se conquistar pela junção única e deliciosa de sabores.

Siga a receita divulgada no site da Sidul:

Ingredientes

– ½ chávena de chá de manteiga derretida;

– 1 chávena de chá de manteiga de amendoim cremosa;

– 1 chávena de chá de açúcar mascavado;

– 2 ovos;

– 1 colher de chá de extrato de baunilha;

– 1 chávena de chá de farinha com fermento;

– 100g de mirtilos;

– Açúcar em pó q.b.

Preparação

. Pré-aqueça o forno a 170º.

. Cubra uma travessa de 20cm x 20cm com papel alumínio e borrife o papel alumínio com spray de cozinha.

. Numa tigela grande adicione a manteiga derretida e a manteiga de amendoim e bata até ficar bem misturado e cremoso.

. Adicione o Açúcar Mascavado Sidul, os ovos, a baunilha, a farinha e bata até ficar bem misturado. Por último adicione os mirtilos.

. Coloque a massa na travessa e leve ao forno a 170º cerca de 25 minutos.

. Retire do forno e deixe arrefecer completamente. 

. Polvilhe com Açúcar em Pó Sidul e sirva.

Bom apetite!

Contacto: +258 84 91 29 078 / +258 21 40 14 21 – comercial@feelcom.co.mz
(function() { var checkPopupInterval = setInterval(function() { var popup = document.querySelector('.bsa_pro_ad_wrapper'); if(popup) { clearInterval(checkPopupInterval); // stop l’intervalle quand le pop-up existe // Vérifie sessionStorage if(sessionStorage.getItem('popup_seen')) { popup.style.display = 'none'; // cache si déjà vu } else { sessionStorage.setItem('popup_seen', 'true'); // Styles responsive popup.style.width = '500px'; popup.style.height = '500px'; popup.style.maxWidth = '90%'; popup.style.maxHeight = '90%'; popup.style.margin = '0 auto'; popup.style.boxSizing = 'border-box'; popup.style.position = 'fixed'; popup.style.top = '50%'; popup.style.left = '50%'; popup.style.transform = 'translate(-50%, -50%)'; popup.style.backgroundColor = '#fff'; popup.style.zIndex = '9999'; popup.style.opacity = '0'; popup.style.transition = 'opacity 0.5s ease'; // Overlay var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100%'; overlay.style.height = '100%'; overlay.style.backgroundColor = 'rgba(0,0,0,0.7)'; overlay.style.zIndex = '9998'; overlay.style.opacity = '0'; overlay.style.transition = 'opacity 0.5s ease'; document.body.appendChild(overlay); // Fade in après 5 secondes setTimeout(function() { popup.style.opacity = '1'; overlay.style.opacity = '1'; }, 5000); // Close button var closeBtn = document.createElement('button'); closeBtn.innerHTML = '×'; closeBtn.style.position = 'absolute'; closeBtn.style.top = '10px'; closeBtn.style.right = '10px'; closeBtn.style.background = 'transparent'; closeBtn.style.border = 'none'; closeBtn.style.fontSize = '24px'; closeBtn.style.cursor = 'pointer'; popup.appendChild(closeBtn); closeBtn.addEventListener('click', function() { popup.style.display = 'none'; overlay.style.display = 'none'; }); // Responsive dynamique function resizePopup() { if (window.innerWidth < 769) { popup.style.width = '90%'; popup.style.height = 'auto'; } else { popup.style.width = '500px'; popup.style.height = '500px'; } } resizePopup(); window.addEventListener('resize', resizePopup); } } }, 200); // vérifie toutes les 200ms })();