{"id":3380,"date":"2021-07-05T16:16:28","date_gmt":"2021-07-05T19:16:28","guid":{"rendered":"http:\/\/batista-ma.org.br\/?p=3380"},"modified":"2023-05-19T12:26:57","modified_gmt":"2023-05-19T15:26:57","slug":"missoes-estaduais-2021","status":"publish","type":"post","link":"https:\/\/batista-ma.org.br\/?p=3380","title":{"rendered":"MISS\u00d5ES ESTADUAIS 2022"},"content":{"rendered":"\n\t<style>\t\n\t.md-content_3790 .mbox-title_3790 {\n\t\tmargin: 0;\n\t\tpadding:20px;\n\t\tfont-weight: bolder;\n\t\tbackground: rgba(0,0,0,0.1);\n\t}\n\t.md-content_3790 {\n\t\tcolor: #ffffff;\n\t\tbackground: #008EC2;\n\t\tposition: relative;\n\t\tborder-radius: 3px;\n\t\tmargin: 0 auto;\n\t\toverflow-y: auto;\n\t}\n\t.mpb-shotcode-buttons{\n\t\tmargin-left: 4% !important;\n\t}\n\t.modal-size_3790 {\n\t\twidth:35%; \n\t}\n\t.md-content_3790 {\n\t\theight:350px;\n\t}\n\t.btn-bg-3790 {\n\t\tbackground-color:#008EC2 !important;\n\t\tcolor:#ffffff !important;\n\t}\n\t.btn-bg-3790:hover {\n\t\tcolor: #fff !important;\n\t}\n\t.btn-default{\n\t\tcursor:pointer !important;\n\t}\n\t.md-content_3790 > div {\n\t\tpadding: 15px 15px 15px;\n\t\tmargin: 0;\n\t}\n\t.btn-style {\n\t\tcolor: #fff;\n\t\tbackground-color: #008EC2;\n\t\tborder-color: #FF0000;\n\t}\n\n\t.btn-style:hover {\n\t\tcolor: #fff;\n\t\tbackground-color: #008EC2;\n\t\tborder-color: #0080AE;\n\t}\n\t<!--- 2 start -->\n\t\n\t\n\t.md-content_3790 .modaltwo_3790 {\n\t\theight: 350px !important;\n\t}\n\t\n\t.modal-sizetwo_3790 {\n\t\twidth: 35%;\n\t}\n\t\n\t.btn-primary_3790 {\n\t\tcolor: #fff;\n\t\tbackground-color: #b12222ba;\n\t\tborder-color: #FF0000;\n\t}\n\n\t.btn-primary_3790:hover {\n\t\tcolor: #fff !important;\n\t\tbackground-color: #FF0000;\n\t\tborder-color: #FF6363;\n\t}\n\t\/* Effect 1: Fade in and scale up *\/\n\t.md-effect-1 .md-content_3790 {\n\t\t-webkit-transform: scale(0.7);\n\t\t-moz-transform: scale(0.7);\n\t\t-ms-transform: scale(0.7);\n\t\ttransform: scale(0.7);\n\t\topacity: 0;\n\t\t-webkit-transition: all 0.3s;\n\t\t-moz-transition: all 0.3s;\n\t\ttransition: all 0.3s;\n\t}\n\n\t.md-show.md-effect-1 .md-content_3790 {\n\t\t-webkit-transform: scale(1);\n\t\t-moz-transform: scale(1);\n\t\t-ms-transform: scale(1);\n\t\ttransform: scale(1);\n\t\topacity: 1;\n\t}\n\n\t\/* Effect 2: Slide from the right *\/\n\t.md-effect-2 .md-content_3790 {\n\t\t-webkit-transform: translateX(20%);\n\t\t-moz-transform: translateX(20%);\n\t\t-ms-transform: translateX(20%);\n\t\ttransform: translateX(20%);\n\t\topacity: 0;\n\t\t-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);\n\t\t-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);\n\t\ttransition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);\n\t}\n\n\t.md-show.md-effect-2 .md-content_3790 {\n\t\t-webkit-transform: translateX(0);\n\t\t-moz-transform: translateX(0);\n\t\t-ms-transform: translateX(0);\n\t\ttransform: translateX(0);\n\t\topacity: 1;\n\t}\n\t\n\t\t<\/style>\n\t<script>\n\/**\n * modalEffects.js v1.0.0\n * http:\/\/www.codrops.com\n *\n * Licensed under the MIT license.\n * http:\/\/www.opensource.org\/licenses\/mit-license.php\n * \n * Copyright 2013, Codrops\n * http:\/\/www.codrops.com\n *\/\njQuery(document).ready(function() {\n\t\n\t\t\n\tvar ModalEffects = (function() {\n\n\t\tfunction init() {\n\n\t\t\tvar overlay = document.querySelector( '.md-overlay' );\n\n\t\t\t[].slice.call( document.querySelectorAll( '.md-trigger' ) ).forEach( function( el, i ) {\n\n\t\t\t\tvar modal = document.querySelector( '#' + el.getAttribute( 'data-modal' ) ),\n\t\t\t\t\tclose = modal.querySelector( '.md-close' );\n\n\t\t\t\tfunction removeModal( hasPerspective ) {\n\t\t\t\t\tclassie.remove( modal, 'md-show' );\n\n\t\t\t\t\tif( hasPerspective ) {\n\t\t\t\t\t\tclassie.remove( document.documentElement, 'md-perspective' );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tfunction removeModalHandler() {\n\t\t\t\t\t\/\/ pause YouTube video on modal close by outer click\n\t\t\t\t\tvar youtubeVideo = jQuery('.youtube-video-3790')[0];\n\t\t\t\t\tif (youtubeVideo && youtubeVideo.contentWindow) {\n\t\t\t\t\t\tyoutubeVideo.contentWindow.postMessage('{\"event\":\"command\",\"func\":\"' + 'pauseVideo' + '\",\"args\":\"\"}', '*');\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tremoveModal( classie.has( el, 'md-setperspective' ) ); \n\t\t\t\t}\n\n\t\t\t\tel.addEventListener( 'click', function( ev ) {\n\t\t\t\t\tclassie.add( modal, 'md-show' );\n\t\t\t\t\toverlay.removeEventListener( 'click', removeModalHandler );\n\t\t\t\t\toverlay.addEventListener( 'click', removeModalHandler );\n\n\t\t\t\t\tif( classie.has( el, 'md-setperspective' ) ) {\n\t\t\t\t\t\tsetTimeout( function() {\n\t\t\t\t\t\t\tclassie.add( document.documentElement, 'md-perspective' );\n\t\t\t\t\t\t}, 25 );\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\tclose.addEventListener( 'click', function( ev ) {\n\t\t\t\t\t\n\t\t\t\t\tvar youtubeVideo = jQuery('.youtube-video-3790')[0];\n\t\t\t\t\tif (youtubeVideo && youtubeVideo.contentWindow) {\n\t\t\t\t\t\tyoutubeVideo.contentWindow.postMessage('{\"event\":\"command\",\"func\":\"' + 'pauseVideo' + '\",\"args\":\"\"}', '*');\n\t\t\t\t\t}\n\n\t\t\t\t\tev.stopPropagation();\n\t\t\t\t\tremoveModalHandler();\n\t\t\t\t});\n\n\t\t\t} );\n\n\t\t}\n\t\tinit();\n\t})();\n\n\t\/\/ on page load modal close script\n\n\t\t\tjQuery(\"#modal-3790\").show();\n\t\tjQuery(\".md-overlay\").show();\n\t\tjQuery(\".md-overlay\").click(function() {\n\t\tjQuery(\".md-modal3790\").removeClass(\"md-show\");\n\t\tjQuery(\"html\").removeClass(\"md-perspective\");\n\t});\n\n\t\/\/ close modal when click on modal close button\n\tjQuery(\".md-close\").click(function() {\n\t\tjQuery(\".md-modal\").removeClass(\"md-show\");\n\t\tjQuery(\"html\").removeClass(\"md-perspective\");\n\t});\n});\n<\/script>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-3409 size-medium\" src=\"https:\/\/batista-ma.org.br\/wp-content\/uploads\/2021\/07\/missoes_2022_m-300x203.jpg\" alt=\"\" width=\"300\" height=\"203\" srcset=\"https:\/\/batista-ma.org.br\/wp-content\/uploads\/2021\/07\/missoes_2022_m-300x203.jpg 300w, https:\/\/batista-ma.org.br\/wp-content\/uploads\/2021\/07\/missoes_2022_m.jpg 600w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>Divisa:<br \/>Ent\u00e3o ouvi a voz do Senhor, conclamando: &#8220;Quem enviarei? Quem ir\u00e1 por n\u00f3s? &#8221; E eu respondi: &#8220;Eis-me aqui. Envia-me! &#8220;Isaias 6:8.<br \/>Amados irm\u00e3os, que alegria! Estamos em Campanha de Miss\u00f5es Estaduais 2022. O tema desse ano \u00e9 \u201cSim para Deus, Sim para Miss\u00f5es\u201d com lan\u00e7amento na 85\u00aa Assembleia da Conven\u00e7\u00e3o Batista Maranhense em abril desse ano. Sempre com \u00eanfase no SIM, que \u00e9 o Sistema Integrado de Miss\u00f5es usado nas igrejas em todas as regi\u00f5es filiadas \u00e0 nossa CBM, e aplicado exclusivamente na Obra Mission\u00e1ria do Estado do Maranh\u00e3o.<br \/>Queremos agradecer a todos voc\u00eas, pastores, mission\u00e1rios, mobilizadores, os promotores de miss\u00f5es, volunt\u00e1rios, as crian\u00e7as! Todos participando da Campanha todos os anos ao longo do tempo. Gra\u00e7as a Deus a obra tem avan\u00e7ado! Continue participando, continue contribuindo, investindo. N\u00e3o podemos deixar de fazer as campanhas, n\u00e3o podemos deixar de enviar mission\u00e1rios ou fazer novos conv\u00eanios, abrir novas frentes de trabalho para proclamar a Salva\u00e7\u00e3o em Cristo Jesus.<br \/>Contamos com voc\u00eas, promotores de miss\u00f5es, mobilizadores! Teremos uma grande campanha, grandes resultados para gl\u00f3ria de Deus! Conto com voc\u00eas dizendo \u201cSim para Deus, Sim para Miss\u00f5es\u201d!<\/p>\n<p><strong><em>Pr. Rog\u00e9rio Ribeiro Linhares<\/em><\/strong><br \/><strong><em>Presidente da Conven\u00e7\u00e3o Batista Maranhense<\/em><\/strong><\/p>\n<h4><a href=\"https:\/\/drive.google.com\/drive\/folders\/1RaQMZiMuP9okxsJxx4LxPXOlF-NE5h0t\" target=\"_blank\" rel=\"noopener\">Acesse o material da Campanha de Miss\u00f5es Estaduais 2022. Acesse aqui&#8230;<br \/><\/a><\/h4>\n<p><iframe loading=\"lazy\" title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/s6E6anu54qY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<p><iframe loading=\"lazy\" title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/YNMnRgdk3YU\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>","protected":false},"excerpt":{"rendered":"<p>Divisa:Ent\u00e3o ouvi a voz do Senhor, conclamando: &#8220;Quem enviarei? Quem ir\u00e1 por n\u00f3s? &#8221; E eu respondi: &#8220;Eis-me aqui. Envia-me! &#8220;Isaias 6:8.Amados irm\u00e3os, que alegria! Estamos em Campanha de Miss\u00f5es Estaduais 2022. O tema desse ano \u00e9 \u201cSim para Deus, Sim para Miss\u00f5es\u201d com lan\u00e7amento na 85\u00aa Assembleia da Conven\u00e7\u00e3o Batista Maranhense em abril desse [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":3407,"comment_status":"open","ping_status":"open","sticky":true,"template":"","format":"standard","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[47,8],"tags":[76,72,71,77,74,70,75,73],"class_list":{"0":"post-3380","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-missoes","8":"category-noticias","9":"tag-campanha-de-missoes","10":"tag-cbb","11":"tag-cbm","12":"tag-convencao-batista-maranhense","13":"tag-estaduais","14":"tag-missoes","15":"tag-missoes-estaduais","16":"tag-sim"},"_links":{"self":[{"href":"https:\/\/batista-ma.org.br\/index.php?rest_route=\/wp\/v2\/posts\/3380"}],"collection":[{"href":"https:\/\/batista-ma.org.br\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/batista-ma.org.br\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/batista-ma.org.br\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/batista-ma.org.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3380"}],"version-history":[{"count":16,"href":"https:\/\/batista-ma.org.br\/index.php?rest_route=\/wp\/v2\/posts\/3380\/revisions"}],"predecessor-version":[{"id":3806,"href":"https:\/\/batista-ma.org.br\/index.php?rest_route=\/wp\/v2\/posts\/3380\/revisions\/3806"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/batista-ma.org.br\/index.php?rest_route=\/wp\/v2\/media\/3407"}],"wp:attachment":[{"href":"https:\/\/batista-ma.org.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3380"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/batista-ma.org.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3380"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/batista-ma.org.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}