O governador do DF, Ibaneis Rocha. | Foto: Marcello Par Jr/Escritório Brasil
O governador Ibaneis Rocha editou um novo decreto neste sábado (27) para flexibilizar o “lockdown” no Província Federalista. As medidas de restrição entram em vigor a partir da zero hora deste domingo (28) e vão até 15 de março. Já é o terceiro decreto sobre o tema que o político edita em 24 horas.
Ibaneis voltou detrás e permitiu a buraco de estabelecimentos uma vez que lojas de veículos, agências bancárias, lotéricas, bancas de jornal e revistas, escritórios de advocacia e contabilidade, lavanderias, cartórios, hotéis, óticas, papelarias, zoológico e parques ecológicos e recreativos. Órgãos públicos do DF que prestem atendimento à população, atividades industriais sem atendimento ao público, atividades administrativas do Sistema S e cursos de formação de policiais e bombeiros também poderão funcionar.
Já estavam excluídos das restrições supermercados, hortifrutigranjeiros, mercearias, padarias, açougues, peixarias, postos de combustíveis, farmácias, hospitais, clínicas e consultórios médicos e odontológicos, de fisioterapia, clínicas veterinárias, funerárias, lojas de conveniência e minimercados, além de serviços de fornecimento de virilidade, chuva, esgoto, telefonia e coleta de lixo. Toda a masmorra do segmento de construção social e cultos, missas e rituais de qualquer credo ou religião também podem funcionar.
Ficarão suspensos todos os serviços não essenciais, uma vez que cinema e teatro; escolas, universidades e faculdades públicas e privadas; academias de esporte; museus; boates e casas noturnas; atendimento ao público em shoppings centers, feiras populares e clubes recreativos; estabelecimentos comerciais, de qualquer natureza, inclusive bares e restaurantes; salões de formosura e barbearia; quiosques, foodtrucks e trailers de venda de refeições; transacção ambulante em universal. Nos shoppings centers ficam autorizados unicamente o funcionamento de laboratórios, clínicas de saúde e farmácias e o serviço de delivery.
<<%= item.tag %>>
<% _.each(item.children, function(child, index) { %>
?ref=veja-tambem" title="<%= child.text%>" data-gtm-action="productClick" data-gtm-list="veja tambem" data-gtm-category="null" data-gtm-brand="null"><%= child.text %>
<% }); %>
<%= item.tag %>>
<% } else if (item.node === "embed") { %>
<% if(item.attr.provider !== undefined && item.attr.provider==="youtube") { %>
<% var classe = "c-embed-container c-embed-container-yt"; %>
<% var idYoutube = item.attr.src; %>
<% if (idYoutube.search("https://www.youtube.com/watch?v=") !== -1) { %>
<% var splitYoutube = idYoutube.split("https://www.youtube.com/watch?v="); %>
<% var urlYoutube = "https://www.youtube.com/embed/" + splitYoutube[1] + ""; %>
<% } else if (idYoutube.search("https://www.youtube.com/embed/") === -1 && idYoutube.search("https://www.youtube.com/") !== -1) { %>
<% var splitYoutube = idYoutube.split("https://www.youtube.com/"); %>
<% var urlYoutube = "https://www.youtube.com/embed/" + splitYoutube[1] + ""; %>
<% } else if (idYoutube.search("https://youtu.be/") !== -1) { %>
<% var splitYoutube = idYoutube.split("https://youtu.be/"); %>
<% var urlYoutube = "https://www.youtube.com/embed/" + splitYoutube[1] + ""; %>
<% } else { %>
<% var urlYoutube = item.attr.src; %>
<% } %>
<% } else if (item.attr.provider !== undefined && item.attr.provider==="twitter") { %>
<% var classe = "c-embed-container-tw"; %>
<% var restriction = item.restriction; %>
<% if(typeof restriction !== "undefined" && restriction !== null && restriction !== "") { %>
<% classe = classe+" restriction-"+restriction; %>
<% } %>
<% window.twttr = (function(d, s, id) { %>
<% var js, fjs = d.getElementsByTagName(s)[0] %>
<% var t = window.twttr || {}; %>
<% if (d.getElementById(id)) return t; %>
<% js = d.createElement(s); %>
<% js.id = id; %>
<% js.src = "https://platform.twitter.com/widgets.js"; %>
<% fjs.parentNode.insertBefore(js, fjs); %>
<% t._e = []; %>
<% t.ready = function(f) { %>
<% t._e.push(f); %>
<% }; %>
<% return t; %>
<% } (document, "script", "twitter-wjs")); %>
<% } else if (item.attr.provider !== undefined && item.attr.provider==="facebook") { %>
<% var classe = "c-embed-container-fb"; %>
<% var restriction = item.restriction; %>
<% if(typeof restriction !== "undefined" && restriction !== null && restriction !== "") { %>
<% classe = classe+" restriction-"+restriction; %>
<% } %>
<% window.fbAsyncInit = function() { FB.init({ xfbml: true, version: 'v3.2' }); }; (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) { return; } js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, "script", "facebook-jssdk")); %>
<% } else if (item.attr.provider !== undefined && item.attr.provider==="dailymotion") { %>
<% var classe = "c-embed-container"; %>
<% var restriction = item.restriction; %>
<% if(typeof restriction !== "undefined" && restriction !== null && restriction !== "") { %>
<% classe = classe+" restriction-"+restriction; %>
<% } %>
<% } else if (item.attr.provider !== undefined && (item.attr.provider==="soundcloud" || item.attr.src.search("soundcloud") !== -1)) { %>
<% var classe = "c-embed-container-sc"; %>
<% var restriction = item.restriction; %>
<% if(typeof restriction !== "undefined" && restriction !== null && restriction !== "") { %>
<% classe = classe+" restriction-"+restriction; %>
<% } %>
<% } else if (item.attr.provider !== undefined && item.attr.provider==="vimeo") { %>
<% var classe = "c-embed-container c-embed-container-vimeo"; %>
<% var restriction = item.restriction; %>
<% if(typeof restriction !== "undefined" && restriction !== null && restriction !== "") { %>
<% classe = classe+" restriction-"+restriction; %>
<% } %>
<% var idVimeo = item.attr.src; %>
<% var splitVimeo = idVimeo.split("https://vimeo.com/"); %>
<% var urlVimeo = "https://player.vimeo.com/video/" + splitVimeo[1] + "?autoplay=false"; %>
<% } else if (item.attr.provider !== undefined && item.attr.provider==="instagram") { %>
" style="line-height:0px"><% if(typeof window.instgrm !== 'undefined') { %>
<% window.instgrm.Embeds.process() %>
<% } %>
<% } else if (item.attr.provider !== undefined && item.attr.src) { %>
<% var classe = "c-embed-container"; %>
<% var restriction = item.restriction; %>
<% if(typeof restriction !== "undefined" && restriction !== null && restriction !== "") { %>
<% classe = classe+" restriction-"+restriction; %>
<% } %>
<% } %>
<% } else if (item.node === "fixed-content") { %>
<% if(item.text !== "") { %>
<<%= item.tag %> class="<%= hide %>"><%= item.text %><%= item.tag %>>
<% } %>
<% } else if (item.node === "updated-content") { %>
<% if(item.text !== "") { %>
<<%= item.tag %> class="<%= hide %>"><%= item.text %><%= item.tag %>>
<% } %>
<% } else if (item.node === "anchor-target") { %>
<% if(item.text !== "") { %>
<<%= item.tag %> class="<%= hide %>" id="<%= item.attr.id %>"><%= item.text %><%= item.tag %>>
<% } %>
<% } else if (item.node === "infobox") { %>
<% var classe = "c-infobox"; %>
<% var restriction = item.restriction; %>
<% if(item.text !== "") { %>
<% if(typeof restriction !== "undefined" && restriction !== null && restriction !== "") { %>
<% classe = classe+" restriction-"+restriction; %>
<% } %>
<<%= item.tag %> class="<%= classe %> <%= hide %>"><%= item.text %><%= item.tag %>>
<% } %>
<% } else if (item.node === "fotobox") { %>
<% if(item.text !== "") { %>
<<%= item.tag %> class="<%= hide %>"><%= item.text %><%= item.tag %>>
<% } %>
<% } else if (item.node === "infographic") { %>
<% var dataUrl = "xxx"; %>
<% var dataInfogId = "xxx"; %>
<% var dataInfogScope = "xxx"; %>
<% var dataId = "xxx"; %>
<% var classItem = "c-infographics"; %>
<% if(item.attr && item.attr !== null) { %>
<% if(item.attr.dataUrl && item.attr.dataUrl !== "") { %>
<%= dataUrl %> = "data-url=" + <%= item.attr.dataUrl %>;
<% } %>
<% if(item.attr.dataInfogId) { %>
<%= dataInfogId %> = "data-infog-id=" + <%= item.attr.dataInfogId %>;
<% } %>
<% if(item.attr.dataInfogScope) { %>
<%= dataInfogScope %> = "data-infog-scope=" + <%= item.attr.dataInfogScope %>;
<% } %>
<% if(item.attr.dataId) { %>
<%= dataId %> = "data-id=" + <%= item.attr.dataId %>;
<% } %>
<% if(item.attr.class) { %>
<%= classItem %> = <%= classItem %> + <%= item.attr.class %>;
<% } %>
<% } %>
<<%= item.tag %> <%= dataUrl %> <%= dataInfogId %> <%= dataInfogScope %> class="<%= classItem %> <%= hide %>" <%= dataId %>><%= item.tag %>>
<% } else if (item.node === "ordered-list") { %>
<% var childArray = ""; %>
<% var orderedList = "ordered-list"; %>
<% if(item.children) { %>
<% _.each(item.children, function(child, index) { %>
<% if(child) { %>
<%= childArray %> = <<%= child.tag %>><%= child.text %><%= child.tag %>>
<% } %>
<% }); %>
<% } %>
<<%= item.tag %> class="<%= orderedList %> <%= hide %>"><%= childArray %><%= item.tag %>>
<% } else if (item.node === "unordered-list") { %>
<% var childArray = ""; %>
<% var unorderedList = "unordered-list"; %>
<% if(item.children) { %>
<% _.each(item.children, function(child, index) { %>
<%= childArray %> = <<%= child.tag %>><%= child.text %><%= child.tag %>>
<% }); %>
<% } %>
<<%= item.tag %> class="<%= unorderedList %> <%= hide %>"><%= childArray %><%= item.tag %>>
<% } else if (item.node === "pullquote") { %>
<% var especialQuote = "c-especial-quote"; %>
<% if(item.text !== "") { %>
<% if(typeof restriction !== "undefined" && restriction !== null && restriction !== "") { %>
<<%= item.tag %> class="<%= especialQuote %> <%= hide %>">
<%= item.text %>
<%= item.tag %>>
<% } %>
<% } %>
<% } else if (item.node === "quote") { %>
<% var quote = "c-quote"; %>
<% var quoteText = "c-quote c-quote-text"; %>
<% if(item.text !== "") { %>
<% if(item.tag.search("p") !== -1) { %>
<<%= item.tag %> class="<%= quoteText %> <%= hide %>"><%= item.text %><%= item.tag %>>
<% } else { %>
<<%= item.tag %> class="<%= quote %> <%= hide %>"><%= item.text %><%= item.tag %>>
<% } %>
<% } %>
<% } else if (item.node === "reference") { %>
<% if(item.children) { %>
Referências:
<<%= item.tag %> class="<%= hide %>">
<% _.each(item.children, function(child, index) { %>
<% if(child.attr !== null && child.attr !== "" && child.attr.href !== null && child.attr.href !== "") { %>
<<%= child.tag %>>
<% if(child.node === "audio") { %> <% } else if (child.node === "image") { %> <% } else if (child.node === "pdf") { %> <% } else if (child.node === "site") { %> <% } else if (child.node === "video") { %> <% } %>" target="_blank"><%= child.text %><%= child.tag %>>
<% } %>
<% }); %>
<%= item.tag %>>
<% } %>
<% } else if (item.node === "script") { %>
<% if(item.text !== "") { %>
<%= item.text %>
<% } %>
<% } else if (item.node === "source-author") { %>
<% if(item.text !== "") { %>
<<%= item.tag %> class="<%= hide %>"><%= item.text %><%= item.tag %>>
<% } %>
<% } else if (item.node === "c-table") { %>
<% if(item.text !== "") { %>
<<%= item.tag %> class="<%= hide %>"><%= item.text %><%= item.tag %>>
<% } %>
<% } else if (item.node === "table") { %>
<% if(item.tag !== "") { %>
<<%= item.tag %> class="<%= hide %>">
<% if(item.children.length > 0) { %>
<% _.each(item.children, function(child, index) { %>
<% if(child.tag !== "") { %>
<<%= child.tag %>>
<% if(child.children.length > 0) { %>
<% _.each(child.children, function(tr, index) { %>
<% if(tr.tag !== "") { %>
<<%= tr.tag %>>
<% if(tr.children.length > 0) { %>
<% _.each(tr.children, function(td, index) { %>
<% if(td.tag && td.text !== "") { %>
<<%= td.tag %>><%= td.text %><%= td.tag %>>
<% } %>
<% }); %>
<% } %>
<%= tr.tag %>>
<% } %>
<% }); %>
<% } %>
<%= child.tag %>>
<% } %>
<% }); %>
<% } %>
<%= item.tag %>>
<% } %>
<% } else if (item.node === "image") { %><% if(item.image.sizes && item.image.sizes.full) { %> <% } %>
<% if (item.image.caption) { %><%=item.image.caption%> <% } %>
<% if (item.image.credit) Foto: <%=item.image.credit%><% %>
<% } else if (item.node === "video") { %>
<% if(item.video.url !== "") { %>
<% var urlVideo = item.video.url; %>
<% var typeVideo = "video/mp4"; %>
<% if(urlVideo.search(".mp4") !== -1) { %>
<% } else if (urlAudio.search(".webm") !== -1) { %>
<% typeVideo = "video/webm"; %>
<% } else if (urlAudio.search(".ogg") !== -1) { %>
<% typeVideo = "video/ogg"; %>
<% } else if (urlAudio.search(".3gp") !== -1) { %>
<% typeVideo = "video/3gp"; %>
<% } else { %>
Seu browser não tem suporte para este formato de vídeo.
<% } %>
<% } %>
<% } else if (item.node === "audio") { %>
<% if(item.audio.url !== "") { %>
<% var urlAudio = item.audio.url; %>
<% var typeAudio = "audio/mp3"; %>
<% if(urlAudio.search(".mp3") !== -1) { %> <% } else if (urlAudio.search(".mp4") !== -1) { %> <% } else if (urlAudio.search(".mpeg") !== -1) { %>
<% typeAudio = "audio/mpeg"; %> <% } else if (urlAudio.search(".ogg") !== -1) { %>
<% typeAudio = "audio/ogg"; %> <% } else if (urlAudio.search(".3gp") !== -1) { %>
<% typeAudio = "audio/3gp"; %> <% } else { %>
Seu browser não tem suporte para este formato de áudio.
<% } %>
<% } %>
<% } %>
<% }); %>