{"id":18506,"date":"2026-01-07T14:59:08","date_gmt":"2026-01-07T17:59:08","guid":{"rendered":"https:\/\/bencaodiaria.club\/?p=18506"},"modified":"2026-01-21T14:08:11","modified_gmt":"2026-01-21T17:08:11","slug":"a-bencao-da-coragem","status":"publish","type":"post","link":"https:\/\/bencaodiaria.club\/en\/a-bencao-da-coragem\/","title":{"rendered":"The Blessing of Courage"},"content":{"rendered":"<div class=\"lazyblock-cta-slides-2-ZbJqwT wp-block-lazyblock-cta-slides-2\">\r\n<style>\r\n\/* Overlay que cobre toda a p\u00e1gina *\/\r\n.quiz-overlay {\r\n    position: fixed;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100vw;\r\n    height: 100vh;\r\n    background: rgba(0, 0, 0, 0.4);\r\n    backdrop-filter: blur(8px);\r\n    -webkit-backdrop-filter: blur(8px);\r\n    z-index: 999999;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    padding: 20px;\r\n    box-sizing: border-box;\r\n    -webkit-overflow-scrolling: touch;\r\n    overflow-y: auto;\r\n}\r\n\r\n\/* Card centralizado do quiz *\/\r\n.quiz-container {\r\n    background: white;\r\n    border-radius: 20px;\r\n    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\r\n    max-width: 600px;\r\n    width: 100%;\r\n    max-height: 90vh;\r\n    padding: 40px;\r\n    position: relative;\r\n    z-index: 1000000;\r\n    overflow-y: auto;\r\n    \/* Centraliza\u00e7\u00e3o garantida *\/\r\n    margin: auto;\r\n    flex-shrink: 0;\r\n}\r\n\r\n\/* Responsivo Mobile *\/\r\n@media (max-width: 768px) {\r\n    .quiz-overlay {\r\n        padding: 15px;\r\n        \/* Manter centraliza\u00e7\u00e3o vertical no mobile *\/\r\n        align-items: center;\r\n    }\r\n    \r\n    .quiz-container {\r\n        padding: 30px 20px;\r\n        border-radius: 15px;\r\n        max-height: 85vh;\r\n        \/* Garantir que n\u00e3o saia da tela *\/\r\n        min-height: auto;\r\n    }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n    .quiz-overlay {\r\n        padding: 10px;\r\n        \/* Permitir scroll se necess\u00e1rio, mas manter centrado *\/\r\n        align-items: flex-start;\r\n        padding-top: max(10px, 5vh);\r\n    }\r\n    \r\n    .quiz-container {\r\n        padding: 25px 15px;\r\n        border-radius: 12px;\r\n        max-height: 90vh;\r\n        \/* Centraliza\u00e7\u00e3o no mobile muito pequeno *\/\r\n        margin-top: auto;\r\n        margin-bottom: auto;\r\n    }\r\n    \r\n    .quiz-container h3 {\r\n        font-size: 1.1rem;\r\n        line-height: 1.4;\r\n    }\r\n    \r\n    .quiz-container .flex.flex-col.gap-2 {\r\n        gap: 0.75rem;\r\n    }\r\n    \r\n    .quiz-container button,\r\n    .quiz-container a {\r\n        padding-left: 0.75rem !important;\r\n        padding-right: 0.75rem !important;\r\n        font-size: 0.75rem !important;\r\n        min-height: 44px;\r\n        touch-action: manipulation;\r\n    }\r\n    \r\n    \/* Progress bar mais vis\u00edvel no mobile *\/\r\n    .h-1 {\r\n        height: 3px;\r\n    }\r\n}\r\n\r\n\/* Esconde o conte\u00fado da p\u00e1gina *\/\r\nbody.quiz-active {\r\n    overflow: hidden;\r\n    position: fixed;\r\n    width: 100%;\r\n}\r\n\r\n\/* Mobile: Prevenir scroll duplo *\/\r\n@media (max-width: 768px) {\r\n    body.quiz-active {\r\n        height: 100vh;\r\n    }\r\n}\r\n\r\n\/* Garantir que o quiz N\u00c3O tenha blur *\/\r\n.quiz-overlay,\r\n.quiz-overlay *,\r\n.quiz-container,\r\n.quiz-container * {\r\n    filter: none !important;\r\n    pointer-events: auto !important;\r\n}\r\n\r\n\/* Bot\u00e3o fechar *\/\r\n.close-quiz {\r\n    position: absolute;\r\n    top: 20px;\r\n    right: 20px;\r\n    background: none;\r\n    border: none;\r\n    font-size: 28px;\r\n    cursor: pointer;\r\n    color: #666;\r\n    z-index: 1000001;\r\n    pointer-events: auto !important;\r\n}\r\n\r\n.close-quiz:hover {\r\n    color: #000;\r\n}\r\n\r\n\/* Anima\u00e7\u00e3o de entrada *\/\r\n.quiz-overlay {\r\n    animation: fadeIn 0.4s ease-in-out;\r\n}\r\n\r\n@keyframes fadeIn {\r\n    from { \r\n        opacity: 0; \r\n        transform: scale(0.95);\r\n        backdrop-filter: blur(0px);\r\n    }\r\n    to { \r\n        opacity: 1; \r\n        transform: scale(1);\r\n        backdrop-filter: blur(8px);\r\n    }\r\n}\r\n\r\n\/* Estado oculto do quiz *\/\r\n.quiz-overlay.quiz-hidden {\r\n    display: none !important;\r\n}\r\n\r\n\/* Estilos para a tela de processamento *\/\r\n.processing-screen {\r\n    text-align: center;\r\n    padding: 60px 20px;\r\n}\r\n\r\n.processing-spinner {\r\n    width: 50px;\r\n    height: 50px;\r\n    border: 4px solid #f3f3f3;\r\n    border-top: 4px solid var(--color-scheme);\r\n    border-radius: 50%;\r\n    animation: spin 1s linear infinite;\r\n    margin: 0 auto 30px;\r\n}\r\n\r\n.processing-text {\r\n    font-size: 1.2rem;\r\n    color: #333;\r\n    font-weight: 600;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.processing-subtext {\r\n    color: #666;\r\n    font-size: 0.9rem;\r\n}\r\n\r\n\/* Estilos para a tela de resultado *\/\r\n.result-screen {\r\n    text-align: center;\r\n    padding: 40px 20px;\r\n}\r\n\r\n.result-title {\r\n    font-size: 1.4rem;\r\n    color: #333;\r\n    font-weight: 700;\r\n    margin-bottom: 30px;\r\n    line-height: 1.3;\r\n}\r\n\r\n.reward-button {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    background: linear-gradient(135deg, var(--color-scheme), #8B4B9B);\r\n    color: white;\r\n    padding: 20px 35px;\r\n    border-radius: 15px;\r\n    text-decoration: none;\r\n    font-weight: 700;\r\n    font-size: 1.1rem;\r\n    margin: 25px 0;\r\n    transition: all 0.3s ease;\r\n    box-shadow: 0 8px 25px rgba(169, 98, 194, 0.4);\r\n    min-width: 280px;\r\n    gap: 15px;\r\n}\r\n\r\n.reward-button:hover {\r\n    transform: translateY(-3px);\r\n    box-shadow: 0 12px 35px rgba(169, 98, 194, 0.5);\r\n    color: white;\r\n    text-decoration: none;\r\n    background: linear-gradient(135deg, #B470D1, var(--color-scheme));\r\n}\r\n\r\n.reward-button span:first-child {\r\n    font-size: 1.4rem;\r\n}\r\n\r\n.reward-button span:last-child {\r\n    font-size: 1.2rem;\r\n    transition: transform 0.3s ease;\r\n}\r\n\r\n.reward-button:hover span:last-child {\r\n    transform: translateX(5px);\r\n}\r\n\r\n.disclaimer {\r\n    font-size: 0.85rem;\r\n    color: #666;\r\n    margin-top: 20px;\r\n    padding: 12px 20px;\r\n    background: #f8f9fa;\r\n    border-radius: 8px;\r\n}\r\n\r\n@keyframes spin {\r\n    0% { transform: rotate(0deg); }\r\n    100% { transform: rotate(360deg); }\r\n}\r\n\r\n@keyframes fadeOut {\r\n    from { opacity: 1; }\r\n    to { opacity: 0; }\r\n}\r\n<\/style>\r\n\r\n<div class=\"quiz-overlay\" id=\"funnel-\">\r\n        <div class=\"quiz-container\">\r\n            \r\n            <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\r\n                <div class=\"progress-bar h-full bg-custom transition-all duration-300\" style=\"width: 100%;\"><\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"mt-8\">\r\n                                                        \r\n                    <div class=\"step step-1\"  data-step=\"1\">\r\n                        \r\n                        <h3 class=\"text-lg font-bold mb-4\">What is your heart searching for today?<\/h3>\r\n                        \r\n                        <div class=\"flex flex-col gap-2 mt-5\">\r\n                                                            \r\n                                                                    <button onclick=\"window.showProcessingScreen()\"\r\n                                        style=\"padding-top: 20px !important;padding-bottom: 20px !important;\" \r\n                                        class=\"btn-release flex justify-between items-center pl-4 pr-3 py-3 bg-custom rounded-lg text-white uppercase text-sm font-medium\" \r\n                                        aria-label=\"Peace\">\r\n                                        Peace                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\"><title>circle-ctrl-right<\/title><g fill=\"#F7F7F7\"><path d=\"M24,12A12,12,0,1,0,12,24,12.013,12.013,0,0,0,24,12ZM10.293,16.707a1,1,0,0,1,0-1.414L13.586,12,10.293,8.707a1,1,0,1,1,1.414-1.414l4,4a1,1,0,0,1,0,1.414l-4,4a1,1,0,0,1-1.414,0Z\" fill=\"#F7F7F7\"><\/path><\/g><\/svg>\r\n                                    <\/button>\r\n                                                                \r\n                                                            \r\n                                                                    <button onclick=\"window.showProcessingScreen()\"\r\n                                        style=\"padding-top: 20px !important;padding-bottom: 20px !important;\" \r\n                                        class=\"btn-release flex justify-between items-center pl-4 pr-3 py-3 bg-custom rounded-lg text-white uppercase text-sm font-medium\" \r\n                                        aria-label=\"Strength\">\r\n                                        Strength                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\"><title>circle-ctrl-right<\/title><g fill=\"#F7F7F7\"><path d=\"M24,12A12,12,0,1,0,12,24,12.013,12.013,0,0,0,24,12ZM10.293,16.707a1,1,0,0,1,0-1.414L13.586,12,10.293,8.707a1,1,0,1,1,1.414-1.414l4,4a1,1,0,0,1,0,1.414l-4,4a1,1,0,0,1-1.414,0Z\" fill=\"#F7F7F7\"><\/path><\/g><\/svg>\r\n                                    <\/button>\r\n                                                                \r\n                                                            \r\n                                                                    <button onclick=\"window.showProcessingScreen()\"\r\n                                        style=\"padding-top: 20px !important;padding-bottom: 20px !important;\" \r\n                                        class=\"btn-release flex justify-between items-center pl-4 pr-3 py-3 bg-custom rounded-lg text-white uppercase text-sm font-medium\" \r\n                                        aria-label=\"Lightness\">\r\n                                        Lightness                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\"><title>circle-ctrl-right<\/title><g fill=\"#F7F7F7\"><path d=\"M24,12A12,12,0,1,0,12,24,12.013,12.013,0,0,0,24,12ZM10.293,16.707a1,1,0,0,1,0-1.414L13.586,12,10.293,8.707a1,1,0,1,1,1.414-1.414l4,4a1,1,0,0,1,0,1.414l-4,4a1,1,0,0,1-1.414,0Z\" fill=\"#F7F7F7\"><\/path><\/g><\/svg>\r\n                                    <\/button>\r\n                                                                \r\n                                                    <\/div>\r\n                    <\/div>\r\n                    \r\n                            <\/div>\r\n            \r\n            <div class=\"result-screen\" style=\"display: none;\">\r\n                <div class=\"result-title\">We found the best option for you!<\/div>\r\n                \r\n                <a data-av-rewarded=\"true\" \r\n                    onclick=\"window.handleQuizReward();\" \r\n                    class=\"reward-button av-rewarded\">\r\n                    See recommendation                    <span class=\"arrow\">\u2192<\/span>\r\n                <\/a>\r\n\r\n                <div class=\"disclaimer\">\r\n                    See sponsored recommendation to continue.\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"processing-screen\" style=\"display: none;\">\r\n                <div class=\"processing-spinner\"><\/div>\r\n                <div class=\"processing-text\">We are processing your choices.<\/div>\r\n                <div class=\"processing-subtext\">Analyzing the best options for you\u2026<\/div>\r\n            <\/div>\r\n        <\/div>\r\n<\/div>\r\n\r\n<script>\r\nfunction showProcessingScreen() {\r\n    const funnel = document.getElementById('funnel-');\r\n    if (!funnel) return;\r\n    \r\n    const quizContent = funnel.querySelector('.quiz-container');\r\n    \r\n    const steps = quizContent.querySelectorAll('.step');\r\n    steps.forEach(step => step.style.display = 'none');\r\n    \r\n    const progressBar = quizContent.querySelector('.h-1');\r\n    if (progressBar) progressBar.style.display = 'none';\r\n    \r\n    const processingScreen = quizContent.querySelector('.processing-screen');\r\n    processingScreen.style.display = 'block';\r\n    \r\n    setTimeout(() => showResultScreen(), 2000);\r\n}\r\n\r\nfunction showResultScreen() {\r\n    const funnel = document.getElementById('funnel-');\r\n    if (!funnel) return;\r\n    const quizContent = funnel.querySelector('.quiz-container');\r\n    \r\n    const processingScreen = quizContent.querySelector('.processing-screen');\r\n    processingScreen.style.display = 'none';\r\n    \r\n    const resultScreen = quizContent.querySelector('.result-screen');\r\n    resultScreen.style.display = 'block';\r\n    resultScreen.style.opacity = '0';\r\n    resultScreen.style.transform = 'translateY(20px)';\r\n    \r\n    setTimeout(() => {\r\n        resultScreen.style.transition = 'all 0.5s ease-in-out';\r\n        resultScreen.style.opacity = '1';\r\n        resultScreen.style.transform = 'translateY(0)';\r\n    }, 100);\r\n}\r\n\r\nfunction releaseContent() {\r\n    const funnel = document.getElementById('funnel-');\r\n    if (!funnel) return;\r\n    document.body.classList.remove('quiz-active');\r\n    document.body.style.position = '';\r\n    document.body.style.width = '';\r\n    document.body.style.height = '';\r\n    \r\n    const elementsToBlur = document.querySelectorAll('main, .site-content, #content, .content, header, footer, article, .post, .page');\r\n    elementsToBlur.forEach(el => {\r\n        el.style.filter = '';\r\n        el.style.pointerEvents = '';\r\n    });\r\n    \r\n    const url = new URL(window.location);\r\n    url.searchParams.set('finishedQuiz', 'true');\r\n    window.history.replaceState({}, '', url);\r\n    \r\n    funnel.style.animation = 'fadeOut 0.3s ease-in-out';\r\n    setTimeout(() => funnel.style.display = 'none', 300);\r\n}\r\n\r\nwindow.handleQuizReward = function() {\r\n    const funnel = document.getElementById('funnel-');\r\n    if (!funnel) return;\r\n    document.body.classList.remove('quiz-active');\r\n    document.body.style.position = '';\r\n    document.body.style.width = '';\r\n    document.body.style.height = '';\r\n    \r\n    const elementsToBlur = document.querySelectorAll('main, .site-content, #content, .content, header, footer, article, .post, .page');\r\n    elementsToBlur.forEach(el => {\r\n        el.style.filter = '';\r\n        el.style.pointerEvents = '';\r\n    });\r\n    \r\n    const url = new URL(window.location);\r\n    url.searchParams.set('finishedQuiz', 'true');\r\n    window.history.replaceState({}, '', url);\r\n    \r\n    funnel.style.animation = 'fadeOut 0.3s ease-in-out';\r\n    setTimeout(() => funnel.style.display = 'none', 300);\r\n};\r\n\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    const funnel = document.getElementById('funnel-');\r\n    if (!funnel) return;\r\n    \r\n    const progressBar = funnel.querySelector('.progress-bar');\r\n    const totalSteps = 1;\r\n    let currentStep = 1;\r\n    \r\n    document.body.classList.add('quiz-active');\r\n    const elementsToBlur = document.querySelectorAll('main, .site-content, #content, .content, header, footer, article, .post, .page');\r\n    elementsToBlur.forEach(el => {\r\n        if (el && !el.contains(funnel)) {\r\n            el.style.filter = 'blur(3px)';\r\n            el.style.pointerEvents = 'none';\r\n        }\r\n    });\r\n    \r\n    function goToNextStep() {\r\n        if (currentStep >= totalSteps) return;\r\n        const currentElement = funnel.querySelector(`.step-${currentStep}`);\r\n        if (currentElement) currentElement.style.display = 'none';\r\n        currentStep++;\r\n        const nextElement = funnel.querySelector(`.step-${currentStep}`);\r\n        if (nextElement) nextElement.style.display = 'block';\r\n        if (progressBar) {\r\n            const progressPercent = (currentStep \/ totalSteps) * 100;\r\n            progressBar.style.width = progressPercent + '%';\r\n        }\r\n    }\r\n    \r\n    funnel.querySelectorAll('.btn-next').forEach(btn => btn.onclick = () => goToNextStep());\r\n    funnel.querySelector('.close-quiz')?.addEventListener('click', releaseContent);\r\n});\r\n<\/script><\/div>\n\n\n<p class=\"has-text-align-center\"><strong>Do you want a blessing for divine guidance?<\/strong><\/p>\n\n\n<div class=\"lazyblock-cta-links-imagem-Z4Obai wp-block-lazyblock-cta-links-imagem\">\n<style>\n.cta-card-grid {\n    display: flex;\n    justify-content: center; \/* centraliza horizontalmente *\/\n    gap: 20px;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n}\n\n.cta-card {\n    flex: 1 1 calc(25% - 20px); \/* 4 por linha no desktop *\/\n    max-width: 260px;\n    min-width: 150px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    background: #fff;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n    text-align: center;\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n    text-decoration: none;\n}\n\n.cta-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 18px rgba(0,0,0,0.15);\n}\n\n.cta-card-image {\n    width: 100%;\n    height: 180px;\n    object-fit: cover;\n}\n\n.cta-card-title {\n    background: #1e293b;\n    color: #fff;\n    font-weight: 600;\n    padding: 14px;\n    width: 100%;\n    text-transform: uppercase;\n    font-size: 0.9rem;\n}\n\n\/* Tablet - 2 cards por linha *\/\n@media (max-width: 900px) {\n    .cta-card {\n        flex: 1 1 calc(45% - 20px);\n    }\n}\n\n\/* Mobile - 2 cards menores por linha *\/\n@media (max-width: 600px) {\n    .cta-card {\n        flex: 1 1 calc(48% - 10px);\n    }\n}\n\n\/* Telas muito pequenas - 1 por linha *\/\n@media (max-width: 400px) {\n    .cta-card {\n        flex: 1 1 100%;\n    }\n}\n\n<\/style>\n\n<div>\n    \n    <div class=\"cta-card-grid\">\n                <a href=\"https:\/\/bencaodiaria.club\/en\/bencao-para-recomecar-com-deus\/\" class=\"cta-card\">\n                                <img decoding=\"async\" src=\"https:\/\/bencaodiaria.club\/wp-content\/uploads\/2026\/01\/1-2.png\" \n                       alt=\"Ben\u00e7\u00e3o para dire\u00e7\u00e3o divina\" \n                       class=\"cta-card-image\" \/>\n                            <div class=\"cta-card-title\">\n                  Blessing for divine guidance.              <\/div>\n          <\/a>\n                <a href=\"https:\/\/bencaodiaria.club\/en\/acolhimento-e-paz-em-mateus-1128-30\/\" class=\"cta-card\">\n                                <img decoding=\"async\" src=\"https:\/\/bencaodiaria.club\/wp-content\/uploads\/2026\/01\/2.png\" \n                       alt=\"Ben\u00e7\u00e3o sobre paz\" \n                       class=\"cta-card-image\" \/>\n                            <div class=\"cta-card-title\">\n                  Blessing upon peace              <\/div>\n          <\/a>\n        <\/div>\n\n<\/div>\n<\/div>\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>\u201cHave I not commanded you? Be strong and courageous! Do not be afraid; do not be discouraged, for the Lord your God will be with you wherever you go.\u201d<\/strong><br><strong>(Joshua 1:9)<\/strong><\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"a-bencao-da-coragem-quando-voce-quer-avancar-mas-o-medo-te-trava\">The blessing of courage: when you want to move forward, but fear holds you back.<\/h2>\n\n\n\n<p>There are days when you are not without faith.<\/p>\n\n\n\n<p>You are afraid.<\/p>\n\n\n\n<p>Fear of making mistakes.<br>Fear of losing.<br>Fear of the future.<br>Fear of disappointing others.<br>Fear of making a decision and then regretting it.<\/p>\n\n\n\n<p>And fear doesn&#039;t arrive by shouting.<br>He arrives subtly.<\/p>\n\n\n\n<p>He enters his thoughts like this:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u201c&quot;What if it doesn&#039;t work out?&quot;\u201d<\/li>\n\n\n\n<li>\u201c&quot;What if I can&#039;t do it?&quot;\u201d<\/li>\n\n\n\n<li>\u201c&quot;What if I try and fail?&quot;\u201d<\/li>\n\n\n\n<li>\u201c&quot;What if I lose everything?&quot;\u201d<\/li>\n<\/ul>\n\n\n\n<p>And when you realize it... you&#039;re already stuck.<\/p>\n\n\n\n<p>You postpone it.<br>You avoid it.<br>You remain silent.<br>You pretend you don&#039;t want it that much.<\/p>\n\n\n\n<p>But deep down, you do want it.<\/p>\n\n\n\n<p>You want to live.<br>Want to change?.<br>It wants to grow.<br>Want to start over.<br>Want to get out of this place.<\/p>\n\n\n\n<p>But courage seems elusive.<\/p>\n\n\n\n<p>And this is where the Bible offers a much-needed blessing for ordinary people in difficult times:<\/p>\n\n\n\n<p><strong>the blessing of courage.<\/strong><\/p>\n\n\n\n<p>Courage is not the absence of fear.<br>It&#039;s about walking even when you&#039;re afraid \u2014 because God is with you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"o-problema-humano-real-por-que-a-coragem-esta-tao-rara\">The real human problem: why is courage so rare?<\/h2>\n\n\n\n<p>Because modern life demands everything at once.<\/p>\n\n\n\n<p>You need:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>be productive<\/li>\n\n\n\n<li>be strong<\/li>\n\n\n\n<li>to be successful<\/li>\n\n\n\n<li>be emotionally balanced<\/li>\n\n\n\n<li>to have answers<\/li>\n\n\n\n<li>don&#039;t fail<\/li>\n<\/ul>\n\n\n\n<p>And still smile.<\/p>\n\n\n\n<p>We live in a culture that doesn&#039;t forgive mistakes.<\/p>\n\n\n\n<p>So the consequence is obvious:<br><strong>People become paralyzed.<\/strong><\/p>\n\n\n\n<p>Today, fear isn&#039;t just about physical danger.<br>It&#039;s fear of:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>to fail publicly<\/li>\n\n\n\n<li>not being enough<\/li>\n\n\n\n<li>losing financial stability<\/li>\n\n\n\n<li>to be rejected<\/li>\n\n\n\n<li>to be criticized<\/li>\n\n\n\n<li>being alone<\/li>\n<\/ul>\n\n\n\n<p>And that creates a small life.<\/p>\n\n\n\n<p>You settle for less than you could have.<br>Not because he wants to... but because he&#039;s afraid.<\/p>\n\n\n\n<p>Have you ever felt like this?<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"palavra-biblica-aplicada-ao-problema-seja-forte-e-corajoso\">Biblical word applied to the problem: &quot;Be strong and courageous&quot;\u201c<\/h2>\n\n\n\n<p>Joshua 1:9 is a famous verse, but it becomes much more profound when you understand the context.<\/p>\n\n\n\n<p>God didn&#039;t say that to someone who was comfortable.<\/p>\n\n\n\n<p>He said this to someone who had an enormous responsibility and a heart full of fear.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"contexto-historico-josue-nao-era-o-lider-ideal-era-o-lider-que-ficou\">Historical context: Joshua was not the &quot;ideal leader,&quot; he was the leader who remained.<\/h2>\n\n\n\n<p>When God spoke to Joshua, Moses had just died.<\/p>\n\n\n\n<p>And Moses was no ordinary man.<\/p>\n\n\n\n<p>Moses was:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>the historical leader of the people<\/li>\n\n\n\n<li>the authority figure<\/li>\n\n\n\n<li>the man who spoke with God<\/li>\n\n\n\n<li>the symbol of the liberation of Egypt<\/li>\n<\/ul>\n\n\n\n<p>Now he&#039;s gone.<\/p>\n\n\n\n<p>And the people were about to enter Canaan\u2014the promised land.<\/p>\n\n\n\n<p>But Canaan was not an empty place.<br>There were enemies. There were wars. There were risks.<\/p>\n\n\n\n<p>And Joshua had to assume leadership of an entire nation.<\/p>\n\n\n\n<p>Imagine the pressure.<\/p>\n\n\n\n<p>He couldn&#039;t possibly &quot;go wrong&quot;.<\/p>\n\n\n\n<p>He couldn&#039;t say, &quot;I&#039;m not ready.&quot;.<\/p>\n\n\n\n<p>And it is in this scenario that God does not provide a detailed map, nor a promise of an easy life.<\/p>\n\n\n\n<p>He bestows a blessing:<\/p>\n\n\n\n<p><strong>\u201c&quot;Be strong and courageous... because I will be with you.&quot;\u201d<\/strong><\/p>\n\n\n\n<p>In other words: courage didn&#039;t come because the path was safe.<br>Courage came because God was present.<\/p>\n\n\n\n<p>This changes everything.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"coragem-nao-e-ser-durao-e-ser-obediente\">Courage isn&#039;t about being tough. It&#039;s about being obedient.<\/h2>\n\n\n\n<p>Some people confuse courage with a strong personality.<\/p>\n\n\n\n<p>But biblical courage is not about &quot;being brave.&quot;.<br>\u00c9 <strong>Obey even when afraid.<\/strong><\/p>\n\n\n\n<p>It&#039;s really something to keep doing, trembling.<\/p>\n\n\n\n<p>It&#039;s about making a decision even without a full guarantee.<\/p>\n\n\n\n<p>Courage is not certainty.<\/p>\n\n\n\n<p>Courage is faith in action.<\/p>\n\n\n\n<p>And that is a blessing because:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Fear paralyzes you.<\/li>\n\n\n\n<li>Courage makes you move forward.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"quando-voce-precisa-da-bencao-da-coragem-hoje\">When do you need the blessing of courage today?<\/h2>\n\n\n\n<p>Let&#039;s bring it to real life.<\/p>\n\n\n\n<p>You need this blessing when:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>She&#039;s in a toxic job and is afraid to leave.<\/li>\n\n\n\n<li>He is unemployed and afraid to try again.<\/li>\n\n\n\n<li>wants to move to another city but is afraid to start over.<\/li>\n\n\n\n<li>Do you want to end a relationship that&#039;s destroying you?<\/li>\n\n\n\n<li>He wants to return to God, but feels ashamed.<\/li>\n\n\n\n<li>You want to start something new, but you think you&#039;re going to fail.<\/li>\n\n\n\n<li>needs to face a difficult conversation.<\/li>\n\n\n\n<li>is experiencing constant anxiety and fear<\/li>\n\n\n\n<li>are you dealing with an illness or diagnosis?<\/li>\n<\/ul>\n\n\n\n<p>These situations are modern, real, and human.<\/p>\n\n\n\n<p>And God is not far from them.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"a-coragem-na-ansiedade-quando-a-mente-cria-tragedias\">Courage in the face of anxiety: when the mind creates tragedies.<\/h2>\n\n\n\n<p>Anxiety is one of the great thieves of courage.<\/p>\n\n\n\n<p>It doesn&#039;t make you live in the present.<br>She makes you live a terrifying future that hasn&#039;t even happened yet.<\/p>\n\n\n\n<p>And then you don&#039;t move forward.<\/p>\n\n\n\n<p>Because in their mind, everything goes wrong before it even begins.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"palavra-biblica-aplicada-ao-problema\">Biblical word applied to the problem<\/h3>\n\n\n\n<p>Joshua 1:9 says:<br><strong>\u201c&quot;Do not be afraid or terrified.&quot;\u201d<\/strong><\/p>\n\n\n\n<p>This is not a &quot;stop it&quot;.<br>It&#039;s an invitation to remember:<\/p>\n\n\n\n<p><strong>You are not alone in this step.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"reflexao-pratica\">Practical reflection<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>What are you avoiding out of fear?<\/li>\n\n\n\n<li>Are you suffering because of something real... or something you&#039;ve imagined?<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"acao-concreta\">Concrete action<\/h3>\n\n\n\n<p>Today, when fear strikes, do this:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Write in one sentence what you are afraid of.<\/li>\n\n\n\n<li>Pray: &quot;God, give me courage for this.&quot;\u201c<\/li>\n\n\n\n<li>Take at least one minimal action related to your fear.<\/li>\n<\/ol>\n\n\n\n<p>Courage is born from small steps, not giant leaps.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"a-coragem-no-desemprego-quando-voce-perde-a-confianca-em-si-mesmo\">Courage in unemployment: when you lose confidence in yourself.<\/h2>\n\n\n\n<p>Unemployment is not just a lack of income.<br>It&#039;s a loss of self-esteem.<\/p>\n\n\n\n<p>You start to think:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u201c&quot;I&#039;m not good&quot;\u201d<\/li>\n\n\n\n<li>\u201c&quot;I won&#039;t be able to&quot;\u201d<\/li>\n\n\n\n<li>\u201c&quot;No one will hire me&quot;\u201d<\/li>\n\n\n\n<li>\u201c&quot;I am a failure&quot;\u201d<\/li>\n<\/ul>\n\n\n\n<p>And that destroys their courage.<\/p>\n\n\n\n<p>But God doesn&#039;t measure your life by just one phase.<\/p>\n\n\n\n<p>He sees the whole picture.<\/p>\n\n\n\n<p>And when God calls you to walk with Him, He doesn&#039;t ask if you are 100% confident.<\/p>\n\n\n\n<p>He asks if you are willing to take the next step.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"reflexao-humana\">Human reflection<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Are you letting your current phase define you?<\/li>\n\n\n\n<li>Are you confusing &quot;being unemployed&quot; with &quot;being incapable&quot;?<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"acao-concreta-para-esta-semana\">Concrete action for this week<\/h3>\n\n\n\n<p>Choose a courageous challenge:<\/p>\n\n\n\n<p>\u2705 Send 1 resume per day for 7 days<br>\u2705 Talk to someone who can give you a referral.<br>\u2705 Improve your professional profile<br>\u2705 Learn a new skill 20 minutes a day<br>\u2705 Pray before each attempt.<\/p>\n\n\n\n<p>The blessing is not just spiritual. It becomes discipline.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"a-coragem-no-relacionamento-quando-voce-precisa-dizer-a-verdade\">Courage in relationships: when you need to tell the truth.<\/h2>\n\n\n\n<p>Lack of courage destroys relationships.<\/p>\n\n\n\n<p>Because you swallow things.<br>You&#039;re pretending.<br>You remain silent.<\/p>\n\n\n\n<p>And then it explodes.<\/p>\n\n\n\n<p>Or walk away.<\/p>\n\n\n\n<p>And then everything turns cold.<\/p>\n\n\n\n<p>Courage is speaking the truth with love.<\/p>\n\n\n\n<p>It&#039;s not aggression.<br>That&#039;s maturity.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"palavra-biblica-aplicada-ao-problema\">Biblical word applied to the problem<\/h3>\n\n\n\n<p>God says, &quot;Do not be afraid... for I will be with you.&quot;\u201c<\/p>\n\n\n\n<p>This means you can face difficult conversations without losing your peace.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"reflexao-pratica\">Practical reflection<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Have you been avoiding conversations out of fear?<\/li>\n\n\n\n<li>What do you need to say that&#039;s stuck in your throat?<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"acao-concreta\">Concrete action<\/h3>\n\n\n\n<p>This week, choose an honest conversation.<\/p>\n\n\n\n<p>First, pray:<\/p>\n\n\n\n<p>\u201cGod, give me courage and gentleness.<br>I don&#039;t want to hurt. I want to build.\u201d<\/p>\n\n\n\n<p>This changes the way you speak.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"como-viver-essa-bencao-hoje-na-pratica\">How to experience this blessing today (in practice)<\/h2>\n\n\n\n<p>Here&#039;s the most important part: <strong>How to apply today.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-comece-o-dia-com-uma-oracao-da-manha-por-coragem\">1) Start the day with a morning prayer for courage.<\/h3>\n\n\n\n<p>Simple:<\/p>\n\n\n\n<p>\u201cSir, I am afraid.<br>But I don&#039;t want to live stuck.<br>It gives me courage for what I need to face today.<br>Amen.&quot;\u201d<\/p>\n\n\n\n<p>This is morning prayer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-termine-o-dia-com-uma-oracao-da-noite-para-entregar-o-medo\">2) End the day with an evening prayer to surrender fear.<\/h3>\n\n\n\n<p>Before going to sleep:<\/p>\n\n\n\n<p>\u201c&quot;God, I surrender my fears.&quot;.<br>I trust that the Lord is with me.<br>Give me rest and strength for tomorrow.<br>Amen.&quot;\u201d<\/p>\n\n\n\n<p>This is night prayer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-faca-uma-lista-de-medos-que-eu-preciso-enfrentar\">3) Make a list of &quot;fears I need to face&quot;\u201c<\/h3>\n\n\n\n<p>Write down 3 things:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>one thing I&#039;m avoiding<\/li>\n\n\n\n<li>one thing I need to decide<\/li>\n\n\n\n<li>one thing I need to start<\/li>\n<\/ul>\n\n\n\n<p>And take one step per week.<\/p>\n\n\n\n<p>There&#039;s no need to rush. What&#039;s needed is consistency.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4-ore-o-pai-nosso-com-foco-na-coragem\">4) Pray the Lord&#039;s Prayer focusing on courage.<\/h3>\n\n\n\n<p>When you say:<br>\u201c&quot;Deliver us from evil&quot;\u201d<\/p>\n\n\n\n<p>You are asking for protection so you can walk without panic.<\/p>\n\n\n\n<p>When you say:<br>\u201c&quot;Thy will be done&quot;\u201d<\/p>\n\n\n\n<p>You are choosing to obey with courage.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"o-que-evitar-isso-mata-sua-coragem\">What to avoid (this kills your courage)<\/h2>\n\n\n\n<p>If you want to experience the blessing of courage, avoid:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Comparing your life to others&#039; lives<\/li>\n\n\n\n<li>Wait for complete trust before starting.<\/li>\n\n\n\n<li>to depend on people&#039;s approval<\/li>\n\n\n\n<li>punishing oneself for past mistakes<\/li>\n\n\n\n<li>Living in the &quot;what if it goes wrong?&quot; mindset.\u201c<\/li>\n\n\n\n<li>consuming content that increases fear and anxiety<\/li>\n\n\n\n<li>to think that faith means not feeling fear.<\/li>\n<\/ul>\n\n\n\n<p>Faith is not about not feeling.<\/p>\n\n\n\n<p>Faith is about following.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"uma-atitude-para-esta-semana-7-dias-de-coragem\">An attitude for this week: 7 days of courage<\/h2>\n\n\n\n<p>To turn this into a series and captivate the reader, here&#039;s a challenge:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"7-dias-vivendo-a-bencao-da-coragem\"><strong>7 days living the blessing of courage<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Day 1: Write down your biggest fear and pray about it.<\/li>\n\n\n\n<li>Day 2: Take a small step in the direction of what you avoid.<\/li>\n\n\n\n<li>Day 3: Have that conversation you&#039;ve been putting off.<\/li>\n\n\n\n<li>Day 4: Cut out a habit that weakens you.<\/li>\n\n\n\n<li>Day 5: Do something new (even something small)<\/li>\n\n\n\n<li>Day 6: Bless someone with words of encouragement.<\/li>\n\n\n\n<li>Day 7: Be grateful for what you were able to overcome.<\/li>\n<\/ol>\n\n\n\n<p>Courage can be trained.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"uma-oracao-curta-para-agora-bem-humana\">A short prayer for now (very human)<\/h2>\n\n\n\n<p>Sir, I am afraid.<br>I don&#039;t want to live stuck.<br>I don&#039;t want to be stuck in the same place.<\/p>\n\n\n\n<p>It gives me courage.<br>Give me strength.<br>It gives me clarity.<\/p>\n\n\n\n<p>And even though I tremble,<br>I&#039;m going for a walk.<\/p>\n\n\n\n<p>Because the Lord is with me wherever I go.<br>Amen.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusao-a-coragem-e-uma-bencao-para-quem-decide-nao-desistir\">In conclusion, courage is a blessing for those who choose not to give up.<\/h2>\n\n\n\n<p>You don&#039;t have to be someone without fear.<\/p>\n\n\n\n<p>You just need to be someone who trusts that God is with you.<\/p>\n\n\n\n<p>Courage is not the same as feeling secure.<br>It&#039;s about obeying even without seeing everything.<\/p>\n\n\n\n<p>And God doesn&#039;t call you to a path without challenges.<\/p>\n\n\n\n<p>He calls you to a path of presence.<\/p>\n\n\n\n<p>So let me ask you:<\/p>\n\n\n\n<p><strong>What step are you putting off because of fear?<\/strong><\/p>\n\n\n\n<p>The blessing of courage begins now.<\/p>\n\n\n\n<p>With one step.<\/p>","protected":false},"excerpt":{"rendered":"<p>Quer uma ben\u00e7\u00e3o para a dire\u00e7\u00e3o divina? \u201cN\u00e3o fui eu que lhe ordenei? Seja forte e corajoso! N\u00e3o tema, nem se apavore,&#8230;<\/p>","protected":false},"author":22,"featured_media":18364,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ghostkit_customizer_options":"","ghostkit_custom_css":"","ghostkit_custom_js_head":"","ghostkit_custom_js_foot":"","ghostkit_typography":"","footnotes":""},"categories":[400],"tags":[],"class_list":["post-18506","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apps","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>A B\u00ean\u00e7\u00e3o da Coragem - Ben\u00e7\u00e3o Di\u00e1ria<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bencaodiaria.club\/en\/a-bencao-da-coragem\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A B\u00ean\u00e7\u00e3o da Coragem - Ben\u00e7\u00e3o Di\u00e1ria\" \/>\n<meta property=\"og:description\" content=\"Quer uma ben\u00e7\u00e3o para a dire\u00e7\u00e3o divina? \u201cN\u00e3o fui eu que lhe ordenei? Seja forte e corajoso! N\u00e3o tema, nem se apavore,...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bencaodiaria.club\/en\/a-bencao-da-coragem\/\" \/>\n<meta property=\"og:site_name\" content=\"Ben\u00e7\u00e3o Di\u00e1ria\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-07T17:59:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-21T17:08:11+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/bencaodiaria.club\/wp-content\/uploads\/2025\/12\/Joao-119-28.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1344\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jessica Titoneli\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jessica Titoneli\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/a-bencao-da-coragem\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/a-bencao-da-coragem\\\/\"},\"author\":{\"name\":\"Jessica Titoneli\",\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/#\\\/schema\\\/person\\\/b9ad19b6a01c5811ac0aa50868df56d0\"},\"headline\":\"A B\u00ean\u00e7\u00e3o da Coragem\",\"datePublished\":\"2026-01-07T17:59:08+00:00\",\"dateModified\":\"2026-01-21T17:08:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/a-bencao-da-coragem\\\/\"},\"wordCount\":1704,\"publisher\":{\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/a-bencao-da-coragem\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bencaodiaria.club\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Joao-119-28.jpeg\",\"articleSection\":[\"Apps\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/a-bencao-da-coragem\\\/\",\"url\":\"https:\\\/\\\/bencaodiaria.club\\\/a-bencao-da-coragem\\\/\",\"name\":\"A B\u00ean\u00e7\u00e3o da Coragem - Ben\u00e7\u00e3o Di\u00e1ria\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/a-bencao-da-coragem\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/a-bencao-da-coragem\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bencaodiaria.club\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Joao-119-28.jpeg\",\"datePublished\":\"2026-01-07T17:59:08+00:00\",\"dateModified\":\"2026-01-21T17:08:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/a-bencao-da-coragem\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bencaodiaria.club\\\/a-bencao-da-coragem\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/a-bencao-da-coragem\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bencaodiaria.club\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Joao-119-28.jpeg\",\"contentUrl\":\"https:\\\/\\\/bencaodiaria.club\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Joao-119-28.jpeg\",\"width\":1344,\"height\":768,\"caption\":\"Post Image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/a-bencao-da-coragem\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bencaodiaria.club\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A B\u00ean\u00e7\u00e3o da Coragem\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/#website\",\"url\":\"https:\\\/\\\/bencaodiaria.club\\\/\",\"name\":\"Ben\u00e7\u00e3o Di\u00e1ria\",\"description\":\"A Palavra de Deus todos os dias\",\"publisher\":{\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bencaodiaria.club\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/#organization\",\"name\":\"Ben\u00e7\u00e3o Di\u00e1ria\",\"url\":\"https:\\\/\\\/bencaodiaria.club\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bencaodiaria.club\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/LOGO-MOBILE.png\",\"contentUrl\":\"https:\\\/\\\/bencaodiaria.club\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/LOGO-MOBILE.png\",\"width\":100,\"height\":40,\"caption\":\"Ben\u00e7\u00e3o Di\u00e1ria\"},\"image\":{\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bencaodiaria.club\\\/#\\\/schema\\\/person\\\/b9ad19b6a01c5811ac0aa50868df56d0\",\"name\":\"Jessica Titoneli\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a92a905d4caf55baa150fd7400e0dd9d4351a69e597a4b4f2315b595ca17b78f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a92a905d4caf55baa150fd7400e0dd9d4351a69e597a4b4f2315b595ca17b78f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a92a905d4caf55baa150fd7400e0dd9d4351a69e597a4b4f2315b595ca17b78f?s=96&d=mm&r=g\",\"caption\":\"Jessica Titoneli\"},\"url\":\"https:\\\/\\\/bencaodiaria.club\\\/en\\\/author\\\/jessica\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A B\u00ean\u00e7\u00e3o da Coragem - Ben\u00e7\u00e3o Di\u00e1ria","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bencaodiaria.club\/en\/a-bencao-da-coragem\/","og_locale":"en_US","og_type":"article","og_title":"A B\u00ean\u00e7\u00e3o da Coragem - Ben\u00e7\u00e3o Di\u00e1ria","og_description":"Quer uma ben\u00e7\u00e3o para a dire\u00e7\u00e3o divina? \u201cN\u00e3o fui eu que lhe ordenei? Seja forte e corajoso! N\u00e3o tema, nem se apavore,...","og_url":"https:\/\/bencaodiaria.club\/en\/a-bencao-da-coragem\/","og_site_name":"Ben\u00e7\u00e3o Di\u00e1ria","article_published_time":"2026-01-07T17:59:08+00:00","article_modified_time":"2026-01-21T17:08:11+00:00","og_image":[{"width":1344,"height":768,"url":"http:\/\/bencaodiaria.club\/wp-content\/uploads\/2025\/12\/Joao-119-28.jpeg","type":"image\/jpeg"}],"author":"Jessica Titoneli","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jessica Titoneli","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bencaodiaria.club\/a-bencao-da-coragem\/#article","isPartOf":{"@id":"https:\/\/bencaodiaria.club\/a-bencao-da-coragem\/"},"author":{"name":"Jessica Titoneli","@id":"https:\/\/bencaodiaria.club\/#\/schema\/person\/b9ad19b6a01c5811ac0aa50868df56d0"},"headline":"A B\u00ean\u00e7\u00e3o da Coragem","datePublished":"2026-01-07T17:59:08+00:00","dateModified":"2026-01-21T17:08:11+00:00","mainEntityOfPage":{"@id":"https:\/\/bencaodiaria.club\/a-bencao-da-coragem\/"},"wordCount":1704,"publisher":{"@id":"https:\/\/bencaodiaria.club\/#organization"},"image":{"@id":"https:\/\/bencaodiaria.club\/a-bencao-da-coragem\/#primaryimage"},"thumbnailUrl":"https:\/\/bencaodiaria.club\/wp-content\/uploads\/2025\/12\/Joao-119-28.jpeg","articleSection":["Apps"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/bencaodiaria.club\/a-bencao-da-coragem\/","url":"https:\/\/bencaodiaria.club\/a-bencao-da-coragem\/","name":"A B\u00ean\u00e7\u00e3o da Coragem - Ben\u00e7\u00e3o Di\u00e1ria","isPartOf":{"@id":"https:\/\/bencaodiaria.club\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bencaodiaria.club\/a-bencao-da-coragem\/#primaryimage"},"image":{"@id":"https:\/\/bencaodiaria.club\/a-bencao-da-coragem\/#primaryimage"},"thumbnailUrl":"https:\/\/bencaodiaria.club\/wp-content\/uploads\/2025\/12\/Joao-119-28.jpeg","datePublished":"2026-01-07T17:59:08+00:00","dateModified":"2026-01-21T17:08:11+00:00","breadcrumb":{"@id":"https:\/\/bencaodiaria.club\/a-bencao-da-coragem\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bencaodiaria.club\/a-bencao-da-coragem\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bencaodiaria.club\/a-bencao-da-coragem\/#primaryimage","url":"https:\/\/bencaodiaria.club\/wp-content\/uploads\/2025\/12\/Joao-119-28.jpeg","contentUrl":"https:\/\/bencaodiaria.club\/wp-content\/uploads\/2025\/12\/Joao-119-28.jpeg","width":1344,"height":768,"caption":"Post Image"},{"@type":"BreadcrumbList","@id":"https:\/\/bencaodiaria.club\/a-bencao-da-coragem\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bencaodiaria.club\/"},{"@type":"ListItem","position":2,"name":"A B\u00ean\u00e7\u00e3o da Coragem"}]},{"@type":"WebSite","@id":"https:\/\/bencaodiaria.club\/#website","url":"https:\/\/bencaodiaria.club\/","name":"Daily Blessing","description":"The Word of God every day","publisher":{"@id":"https:\/\/bencaodiaria.club\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bencaodiaria.club\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bencaodiaria.club\/#organization","name":"Daily Blessing","url":"https:\/\/bencaodiaria.club\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bencaodiaria.club\/#\/schema\/logo\/image\/","url":"https:\/\/bencaodiaria.club\/wp-content\/uploads\/2020\/06\/LOGO-MOBILE.png","contentUrl":"https:\/\/bencaodiaria.club\/wp-content\/uploads\/2020\/06\/LOGO-MOBILE.png","width":100,"height":40,"caption":"Ben\u00e7\u00e3o Di\u00e1ria"},"image":{"@id":"https:\/\/bencaodiaria.club\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/bencaodiaria.club\/#\/schema\/person\/b9ad19b6a01c5811ac0aa50868df56d0","name":"Jessica Titoneli","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a92a905d4caf55baa150fd7400e0dd9d4351a69e597a4b4f2315b595ca17b78f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a92a905d4caf55baa150fd7400e0dd9d4351a69e597a4b4f2315b595ca17b78f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a92a905d4caf55baa150fd7400e0dd9d4351a69e597a4b4f2315b595ca17b78f?s=96&d=mm&r=g","caption":"Jessica Titoneli"},"url":"https:\/\/bencaodiaria.club\/en\/author\/jessica\/"}]}},"brizy_media":[],"_links":{"self":[{"href":"https:\/\/bencaodiaria.club\/en\/wp-json\/wp\/v2\/posts\/18506","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bencaodiaria.club\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bencaodiaria.club\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bencaodiaria.club\/en\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/bencaodiaria.club\/en\/wp-json\/wp\/v2\/comments?post=18506"}],"version-history":[{"count":6,"href":"https:\/\/bencaodiaria.club\/en\/wp-json\/wp\/v2\/posts\/18506\/revisions"}],"predecessor-version":[{"id":18804,"href":"https:\/\/bencaodiaria.club\/en\/wp-json\/wp\/v2\/posts\/18506\/revisions\/18804"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bencaodiaria.club\/en\/wp-json\/wp\/v2\/media\/18364"}],"wp:attachment":[{"href":"https:\/\/bencaodiaria.club\/en\/wp-json\/wp\/v2\/media?parent=18506"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bencaodiaria.club\/en\/wp-json\/wp\/v2\/categories?post=18506"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bencaodiaria.club\/en\/wp-json\/wp\/v2\/tags?post=18506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}