{"id":43651,"date":"2026-04-12T16:36:44","date_gmt":"2026-04-12T19:36:44","guid":{"rendered":"https:\/\/www.omovimento.com.br\/portal\/?page_id=43651"},"modified":"2026-04-12T16:38:56","modified_gmt":"2026-04-12T19:38:56","slug":"radio-2","status":"publish","type":"page","link":"https:\/\/www.omovimento.com.br\/portal\/radio-2\/","title":{"rendered":"R\u00e1dio"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<style>\nbody {<br \/>\n  margin: 0;<br \/>\n  font-family: 'Poppins', sans-serif;<br \/>\n  background: linear-gradient(180deg, #0b0014, #1a0026);<br \/>\n  color: white;<br \/>\n  text-align: center;<br \/>\n}<\/p>\n<p>\/* HEADER *\/<br \/>\n.header {<br \/>\n  padding: 20px;<br \/>\n}<\/p>\n<p>.header img {<br \/>\n  width: 120px;<br \/>\n}<\/p>\n<p>\/* CAPA *\/<br \/>\n.cover {<br \/>\n  width: 250px;<br \/>\n  height: 250px;<br \/>\n  margin: 20px auto;<br \/>\n  border-radius: 20px;<br \/>\n  background: #222;<br \/>\n  background-size: cover;<br \/>\n  background-position: center;<br \/>\n  box-shadow: 0 0 30px #ff00cc88;<br \/>\n  animation: pulse 3s infinite;<br \/>\n}<\/p>\n<p>@keyframes pulse {<br \/>\n  0%,100% { transform: scale(1); }<br \/>\n  50% { transform: scale(1.05); }<br \/>\n}<\/p>\n<p>\/* TEXTO *\/<br \/>\n.music {<br \/>\n  font-size: 20px;<br \/>\n  font-weight: 600;<br \/>\n}<\/p>\n<p>.artist {<br \/>\n  opacity: 0.7;<br \/>\n}<\/p>\n<p>\/* PLAY *\/<br \/>\n.play-btn {<br \/>\n  margin: 25px auto;<br \/>\n  width: 80px;<br \/>\n  height: 80px;<br \/>\n  border-radius: 50%;<br \/>\n  background: linear-gradient(145deg,#ff00cc,#7b2cff);<br \/>\n  display: flex;<br \/>\n  align-items: center;<br \/>\n  justify-content: center;<br \/>\n  font-size: 30px;<br \/>\n  cursor: pointer;<br \/>\n  box-shadow: 0 0 25px #ff00cc;<br \/>\n}<\/p>\n<p>\/* MENU *\/<br \/>\n.bottom {<br \/>\n  position: fixed;<br \/>\n  bottom: 0;<br \/>\n  width: 100%;<br \/>\n  background: #12001c;<br \/>\n  display: flex;<br \/>\n  justify-content: space-around;<br \/>\n  padding: 12px 0;<br \/>\n}<\/p>\n<p>.bottom div {<br \/>\n  font-size: 12px;<br \/>\n}<\/p>\n<p>\/* WHATS *\/<br \/>\n.whats {<br \/>\n  position: fixed;<br \/>\n  bottom: 80px;<br \/>\n  right: 20px;<br \/>\n  background: #25d366;<br \/>\n  padding: 15px;<br \/>\n  border-radius: 50%;<br \/>\n  font-size: 20px;<br \/>\n  color: white;<br \/>\n}<\/p>\n<p>\/* RESPONSIVO *\/<br \/>\n@media(max-width:600px){<br \/>\n  .cover { width: 200px; height: 200px; }<br \/>\n}<br \/>\n<\/style>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><!-- HEADER --><\/p>\n<div class=\"header\"><img decoding=\"async\" src=\"https:\/\/www.omovimento.com.br\/portal\/wp-content\/uploads\/2026\/04\/cd92ab35-598a-4c11-b54d-cd8029235f44.png\" \/><\/div>\n<p><!-- CAPA --><\/p>\n<div id=\"cover\" class=\"cover\"><\/div>\n<p><!-- INFO --><\/p>\n<div id=\"music\" class=\"music\">Carregando&#8230;<\/div>\n<div id=\"artist\" class=\"artist\">AO VIVO<\/div>\n<p><!-- PLAY --><\/p>\n<div id=\"playBtn\" class=\"play-btn\">\u25b6<\/div>\n<p><audio id=\"radio\"><source src=\"https:\/\/stream.zeno.fm\/6tzjjqbebixtv\" \/><\/audio><\/p>\n<p><!-- MENU --><\/p>\n<div class=\"bottom\">\n<div>\ud83c\udfa7 R\u00e1dio<\/div>\n<div>\ud83d\udd25 Hits<\/div>\n<div>\ud83d\udcfb Ao Vivo<\/div>\n<\/div>\n<p><!-- WHATS --><br \/>\n<a class=\"whats\" href=\"https:\/\/wa.me\/5519995863381\">\ud83d\udcac<\/a><\/p>\n<p><script>\nconst audio = document.getElementById(\"radio\");\nconst playBtn = document.getElementById(\"playBtn\");<\/p>\n<p>playBtn.onclick = () => {\n  if(audio.paused){\n    audio.play();\n    playBtn.innerHTML = \"\u23f8\";\n  } else {\n    audio.pause();\n    playBtn.innerHTML = \"\u25b6\";\n  }\n};<\/p>\n<p>\/* METADATA + CAPA AUTOM\u00c1TICA *\/\nasync function getMusic(){\n  try{\n    const r = await fetch(\"https:\/\/api.zeno.fm\/mounts\/metadata\/subscribe\/6tzjjqbebixtv\");\n    const j = await r.json();\n    const full = j.mounts[0].current.title;<\/p>\n<p>    let artist=\"AO VIVO\", music=full;<\/p>\n<p>    if(full.includes(\" - \")){\n      const p = full.split(\" - \");\n      artist = p[0];\n      music = p[1];\n    }<\/p>\n<p>    document.getElementById(\"artist\").innerText = artist;\n    document.getElementById(\"music\").innerText = music;<\/p>\n<p>    \/* CAPA AUTOM\u00c1TICA (DEEZER API) *\/\n    fetch(`https:\/\/api.deezer.com\/search?q=${artist} ${music}`)\n    .then(r=>r.json())\n    .then(d=>{\n      if(d.data && d.data[0]){\n        document.getElementById(\"cover\").style.backgroundImage =\n          `url(${d.data[0].album.cover_big})`;\n      }\n    });<\/p>\n<p>  } catch {}\n}<\/p>\n<p>setInterval(getMusic, 15000);\ngetMusic();\n<\/script><\/p>\n<p>&nbsp;<\/p>\n<input type=\"hidden\" id=\"baseurl\" value=\"https:\/\/www.omovimento.com.br\/portal\"><input type=\"hidden\" id=\"audio_nonce\" value=\"c0af91c37a\">","protected":false},"excerpt":{"rendered":"<p>&nbsp; &nbsp; &nbsp; &nbsp; Carregando&#8230; AO VIVO \u25b6 \ud83c\udfa7 R\u00e1dio \ud83d\udd25 Hits \ud83d\udcfb Ao Vivo \ud83d\udcac &nbsp;<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-43651","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>R\u00e1dio - Jornal O Movimento<\/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:\/\/www.omovimento.com.br\/portal\/radio-2\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\u00e1dio - Jornal O Movimento\" \/>\n<meta property=\"og:description\" content=\"&nbsp; &nbsp; &nbsp; &nbsp; Carregando&#8230; AO VIVO \u25b6 \ud83c\udfa7 R\u00e1dio \ud83d\udd25 Hits \ud83d\udcfb Ao Vivo \ud83d\udcac &nbsp;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.omovimento.com.br\/portal\/radio-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Jornal O Movimento\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-12T19:38:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.omovimento.com.br\/portal\/wp-content\/uploads\/2026\/04\/cd92ab35-598a-4c11-b54d-cd8029235f44.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/radio-2\\\/\",\"url\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/radio-2\\\/\",\"name\":\"R\u00e1dio - Jornal O Movimento\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/radio-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/radio-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cd92ab35-598a-4c11-b54d-cd8029235f44.png\",\"datePublished\":\"2026-04-12T19:36:44+00:00\",\"dateModified\":\"2026-04-12T19:38:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/radio-2\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/radio-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/radio-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cd92ab35-598a-4c11-b54d-cd8029235f44.png\",\"contentUrl\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cd92ab35-598a-4c11-b54d-cd8029235f44.png\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/radio-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\u00e1dio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/#website\",\"url\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/\",\"name\":\"Jornal O Movimento\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/#organization\",\"name\":\"Jornal O Movimento\",\"url\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/logo_jornal_O_Movimento-1-1536x343-1-1.png\",\"contentUrl\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/logo_jornal_O_Movimento-1-1536x343-1-1.png\",\"width\":1536,\"height\":343,\"caption\":\"Jornal O Movimento\"},\"image\":{\"@id\":\"https:\\\/\\\/www.omovimento.com.br\\\/portal\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R\u00e1dio - Jornal O Movimento","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:\/\/www.omovimento.com.br\/portal\/radio-2\/","og_locale":"pt_BR","og_type":"article","og_title":"R\u00e1dio - Jornal O Movimento","og_description":"&nbsp; &nbsp; &nbsp; &nbsp; Carregando&#8230; AO VIVO \u25b6 \ud83c\udfa7 R\u00e1dio \ud83d\udd25 Hits \ud83d\udcfb Ao Vivo \ud83d\udcac &nbsp;","og_url":"https:\/\/www.omovimento.com.br\/portal\/radio-2\/","og_site_name":"Jornal O Movimento","article_modified_time":"2026-04-12T19:38:56+00:00","og_image":[{"url":"https:\/\/www.omovimento.com.br\/portal\/wp-content\/uploads\/2026\/04\/cd92ab35-598a-4c11-b54d-cd8029235f44.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. tempo de leitura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.omovimento.com.br\/portal\/radio-2\/","url":"https:\/\/www.omovimento.com.br\/portal\/radio-2\/","name":"R\u00e1dio - Jornal O Movimento","isPartOf":{"@id":"https:\/\/www.omovimento.com.br\/portal\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.omovimento.com.br\/portal\/radio-2\/#primaryimage"},"image":{"@id":"https:\/\/www.omovimento.com.br\/portal\/radio-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.omovimento.com.br\/portal\/wp-content\/uploads\/2026\/04\/cd92ab35-598a-4c11-b54d-cd8029235f44.png","datePublished":"2026-04-12T19:36:44+00:00","dateModified":"2026-04-12T19:38:56+00:00","breadcrumb":{"@id":"https:\/\/www.omovimento.com.br\/portal\/radio-2\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.omovimento.com.br\/portal\/radio-2\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/www.omovimento.com.br\/portal\/radio-2\/#primaryimage","url":"https:\/\/www.omovimento.com.br\/portal\/wp-content\/uploads\/2026\/04\/cd92ab35-598a-4c11-b54d-cd8029235f44.png","contentUrl":"https:\/\/www.omovimento.com.br\/portal\/wp-content\/uploads\/2026\/04\/cd92ab35-598a-4c11-b54d-cd8029235f44.png","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/www.omovimento.com.br\/portal\/radio-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/www.omovimento.com.br\/portal\/"},{"@type":"ListItem","position":2,"name":"R\u00e1dio"}]},{"@type":"WebSite","@id":"https:\/\/www.omovimento.com.br\/portal\/#website","url":"https:\/\/www.omovimento.com.br\/portal\/","name":"Jornal O Movimento","description":"","publisher":{"@id":"https:\/\/www.omovimento.com.br\/portal\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.omovimento.com.br\/portal\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/www.omovimento.com.br\/portal\/#organization","name":"Jornal O Movimento","url":"https:\/\/www.omovimento.com.br\/portal\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/www.omovimento.com.br\/portal\/#\/schema\/logo\/image\/","url":"https:\/\/www.omovimento.com.br\/portal\/wp-content\/uploads\/2026\/03\/logo_jornal_O_Movimento-1-1536x343-1-1.png","contentUrl":"https:\/\/www.omovimento.com.br\/portal\/wp-content\/uploads\/2026\/03\/logo_jornal_O_Movimento-1-1536x343-1-1.png","width":1536,"height":343,"caption":"Jornal O Movimento"},"image":{"@id":"https:\/\/www.omovimento.com.br\/portal\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.omovimento.com.br\/portal\/wp-json\/wp\/v2\/pages\/43651","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.omovimento.com.br\/portal\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.omovimento.com.br\/portal\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.omovimento.com.br\/portal\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.omovimento.com.br\/portal\/wp-json\/wp\/v2\/comments?post=43651"}],"version-history":[{"count":3,"href":"https:\/\/www.omovimento.com.br\/portal\/wp-json\/wp\/v2\/pages\/43651\/revisions"}],"predecessor-version":[{"id":43655,"href":"https:\/\/www.omovimento.com.br\/portal\/wp-json\/wp\/v2\/pages\/43651\/revisions\/43655"}],"wp:attachment":[{"href":"https:\/\/www.omovimento.com.br\/portal\/wp-json\/wp\/v2\/media?parent=43651"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}