.cmplz-hidden{display:none!important;} .cmplz-revoke-custom { display:none; } #cmplz-consent-ui, #cmplz-post-consent-ui { background-color: #ffffff; } #cmplz-consent-ui .cmplz-consent-message { color: #222222; padding:6px 0 0 6px; } #cmplz-consent-ui button, #cmplz-post-consent-ui button { background-color: #1E73BE; color: #ffffff; padding: 6px 11px; margin: 8px; } /* Generic WP styling */ .alignnone, .aligncenter, .alignleft, .alignright, .alignwide { margin-top: 1em; margin-right: auto; margin-bottom: 1em; margin-left: auto; } .alignright { float: right; } .alignleft { float: left; } .aligncenter { display: block; text-align: center; margin-left: auto; margin-right: auto; } .alignwide { width: 100%; } @media (min-width: 792px) { .alignwide { width: calc(100vw - 48px); max-width: calc(100vw - 48px); margin-left: calc(50% - 50vw + 24px); margin-right: calc(50% - 50vw + 24px); } } @media (min-width: 1200px) { .alignwide { width: calc(1200px - 48px); max-width: calc(1200px - 48px); margin-left: calc(calc(50% - 1200px / 2) + 24px); margin-right: calc(calc(50% - 1200px / 2) + 24px); } } .alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); } .amp-wp-enforced-sizes { /** Our sizes fallback is 100vw, and we have a padding on the container; the max-width here prevents the element from overflowing. **/ max-width: 100%; margin: 0 auto; } .amp-wp-article-content > p.has-background { /* * The 2.375 value comes from the $block-bg-padding--h SCSS variable: * https://github.com/WordPress/gutenberg/blob/22ca90c/packages/base-styles/_variables.scss#L98-L104 * https://github.com/WordPress/gutenberg/blob/22ca90c/packages/block-library/src/paragraph/style.scss#L41-L43 */ margin-left: -2.375em; margin-right: -2.375em; margin-block-start: 0; margin-block-end: 16px; } /* Template Styles */ .amp-wp-content, .amp-wp-title-bar div { margin: 0 auto; max-width: 600px; } html { background: #0A5F85; } body { background: #fff; color: #353535; font-family: Georgia, 'Times New Roman', Times, Serif; font-weight: 300; line-height: 1.75; } p, ol, ul, figure { margin: 0 0 1em; padding: 0; } a, a:visited { color: #0A5F85; } a:hover, a:active, a:focus { color: #353535; } /* Quotes */ blockquote { color: #353535; background: rgba(127,127,127,.125); border-left: 2px solid #0A5F85; margin: 8px 0 24px 0; padding: 16px; } blockquote p:last-child { margin-bottom: 0; } /* UI Fonts */ .amp-wp-meta, .amp-wp-header div, .amp-wp-title, .wp-caption-text, .amp-wp-tax-category, .amp-wp-tax-tag, .amp-wp-comments-link, .amp-wp-footer p, .back-to-top { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; } /* Header */ .amp-wp-header { background-color: #0A5F85; } .amp-wp-header div { color: #fff; font-size: 1em; font-weight: 400; margin: 0 auto; max-width: calc(840px - 32px); padding: .875em 16px; position: relative; } .amp-wp-header a { color: #fff; text-decoration: none; } .amp-wp-header .amp-wp-site-icon { /** site icon is 32px **/ background-color: #fff; border: 1px solid #fff; border-radius: 50%; position: absolute; right: 18px; top: 10px; } /* Article */ .amp-wp-article { color: #353535; font-weight: 400; margin: 1.5em auto; max-width: 840px; overflow-wrap: break-word; word-wrap: break-word; } /* Article Header */ .amp-wp-article-header { align-items: center; align-content: stretch; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 1.5em 16px 0; } .amp-wp-title { color: #353535; display: block; flex: 1 0 100%; font-weight: 900; margin: 0 0 .625em; width: 100%; } /* Article Meta */ .amp-wp-meta { color: #696969; display: inline-block; flex: 2 1 50%; font-size: .875em; line-height: 1.5em; margin: 0 0 1.5em; padding: 0; } .amp-wp-article-header .amp-wp-meta:last-of-type { text-align: right; } .amp-wp-article-header .amp-wp-meta:first-of-type { text-align: left; } .amp-wp-byline amp-img, .amp-wp-byline .amp-wp-author { display: inline-block; vertical-align: middle; } .amp-wp-byline amp-img { border: 1px solid #0A5F85; border-radius: 50%; position: relative; margin-right: 6px; } .amp-wp-posted-on { text-align: right; } /* Featured image */ .amp-wp-article-featured-image { margin: 0 0 1em; } .amp-wp-article-featured-image img:not(amp-img) { max-width: 100%; height: auto; margin: 0 auto; } .amp-wp-article-featured-image amp-img { margin: 0 auto; } .amp-wp-article-featured-image.wp-caption .wp-caption-text { margin: 0 18px; } /* Article Content */ .amp-wp-article-content { margin: 0 16px; } .amp-wp-article-content ul, .amp-wp-article-content ol { margin-left: 1em; } .amp-wp-article-content .wp-caption { max-width: 100%; } .amp-wp-article-content amp-img { margin: 0 auto; } .amp-wp-article-content amp-img.alignright, .amp-wp-article-content .wp-block-cover.alignright { margin: 0 0 1em 16px; } .amp-wp-article-content amp-img.alignleft, .amp-wp-article-content .wp-block-cover.alignleft { margin: 0 16px 1em 0; } /* Captions */ .wp-caption { padding: 0; } .wp-caption.alignleft { margin-right: 16px; } .wp-caption.alignright { margin-left: 16px; } .wp-caption .wp-caption-text { border-bottom: 1px solid #c2c2c2; color: #696969; font-size: .875em; line-height: 1.5em; margin: 0; padding: .66em 10px .75em; } /* AMP Media */ .alignwide, .alignfull { clear: both; } amp-carousel { background: #c2c2c2; margin: 0 -16px 1.5em; } amp-iframe, amp-youtube, amp-instagram, amp-vine { background: #c2c2c2; margin: 0 -16px 1.5em; } .amp-wp-article-content amp-carousel amp-img { border: none; } amp-carousel > amp-img > img { object-fit: contain; } .amp-wp-iframe-placeholder { background: #c2c2c2 url( /wp-content/plugins/amp/assets/images/placeholder-icon.png ) no-repeat center 40%; background-size: 48px 48px; min-height: 48px; } /* Article Footer Meta */ .amp-wp-article-footer .amp-wp-meta { display: block; } .amp-wp-tax-category, .amp-wp-tax-tag { color: #696969; font-size: .875em; line-height: 1.5em; margin: 1.5em 16px; } .amp-wp-comments-link { color: #696969; font-size: .875em; line-height: 1.5em; text-align: center; margin: 2.25em 0 1.5em; } .amp-wp-comments-link a { border-style: solid; border-color: #c2c2c2; border-width: 1px 1px 2px; border-radius: 4px; background-color: transparent; color: #0A5F85; cursor: pointer; display: block; font-size: 14px; font-weight: 600; line-height: 18px; margin: 0 auto; max-width: 200px; padding: 11px 16px; text-decoration: none; width: 50%; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; } /* AMP Footer */ .amp-wp-footer { border-top: 1px solid #c2c2c2; margin: calc(1.5em - 1px) 0 0; } .amp-wp-footer div { margin: 0 auto; max-width: calc(840px - 32px); padding: 1.25em 16px 1.25em; position: relative; } .amp-wp-footer h2 { font-size: 1em; line-height: 1.375em; margin: 0 0 .5em; } .amp-wp-footer p { color: #696969; font-size: .8em; line-height: 1.5em; margin: 0 85px 0 0; } .amp-wp-footer a { text-decoration: none; } .back-to-top { bottom: 1.275em; font-size: .8em; font-weight: 600; line-height: 2em; position: absolute; right: 16px; } .cmplz-hidden{display:none!important;} .cmplz-revoke-custom { display:none; } #cmplz-consent-ui, #cmplz-post-consent-ui { background-color: #ffffff; } #cmplz-consent-ui .cmplz-consent-message { color: #222222; padding:6px 0 0 6px; } #cmplz-consent-ui button, #cmplz-post-consent-ui button { background-color: #1E73BE; color: #ffffff; padding: 6px 11px; margin: 8px; } 311h35

Ícone do site Diário de Caratinga

Dois homens são presos com pedras preciosas e dinheiro sem origem na BR-458 512j53

Além de mais de R$ 37 mil em espécie, os suspeitos transportavam pedras minerais sem documentação legal. Ocorrência foi registrada em Caratinga

CARATINGA – Dois homens foram presos na noite desta quarta-feira (21) transportando pedras preciosas e uma grande quantia em dinheiro sem comprovação de origem. A abordagem foi realizada pela Polícia Militar Rodoviária no km 126 da BR-458, no distrito de Vale Verde de Minas, município de Caratinga.
Os detidos foram identificados como F.F., de 48 anos, residente em Araçuaí, e F.R., de 47 anos, morador de Teófilo Otoni, cidades localizadas nos Vales do Jequitinhonha e Mucuri, respectivamente.

Abordagem e suspeita
Durante patrulhamento, os policiais visualizaram uma caminhonete Chevrolet S10 saindo de um estabelecimento às margens da rodovia e ando a pista em direção a Ipatinga. Os ocupantes do veículo demonstraram nervosismo ao perceberem a aproximação da viatura, o que motivou a abordagem.
Com F.F., condutor do veículo, foram encontrados R$ 1.537 em dinheiro no bolso e duas notas promissórias no valor de R$ 32 mil e R$ 30 mil, escondidas na capa do telefone celular. Questionado sobre a origem dos valores e dos documentos, o motorista exerceu o direito ao silêncio.
O ageiro, F.R., também se manteve em silêncio sobre parte dos fatos, mas assumiu a propriedade das pedras encontradas no interior da picape. Inicialmente, afirmou se tratar de cascalho, mas depois alegou que seriam amostras de pedras preciosas. Ele, contudo, não apresentou documentação ou nota fiscal que comprovasse a procedência legal do material.

Material apreendido
Durante as buscas no veículo, os militares localizaram:
1 pedra de maior tamanho sob o banco do motorista
3 invólucros com pedras escuras no console central
1 sacola plástica cinza contendo 12 invólucros de diferentes tipos de pedras no porta-luvas

R$ 36 mil em espécie, guardados dentro de uma mochila no banco traseiro
Diante dos fatos, os dois envolvidos e todo o material apreendido foram encaminhados à Delegacia da Polícia Federal de Ipatinga, onde poderão responder por exploração ilegal de recurso mineral pertencente à União, além de outros crimes a serem apurados.

Com informações Diário do Aço

Sair da versão mobile