{"id":8,"date":"2026-08-16T22:51:02","date_gmt":"2026-08-16T22:51:02","guid":{"rendered":"https:\/\/brillantemanantial.com\/?page_id=8"},"modified":"2026-08-19T21:08:29","modified_gmt":"2026-08-19T21:08:29","slug":"inicio","status":"publish","type":"page","link":"https:\/\/brillantemanantial.com\/?page_id=8","title":{"rendered":""},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"642\" src=\"https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/4086x2560-brillantemanantial-multimedios-violeta-1-1024x642.jpg\" alt=\"\" class=\"wp-image-12\" srcset=\"https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/4086x2560-brillantemanantial-multimedios-violeta-1-1024x642.jpg 1024w, https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/4086x2560-brillantemanantial-multimedios-violeta-1-300x188.jpg 300w, https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/4086x2560-brillantemanantial-multimedios-violeta-1-768x481.jpg 768w, https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/4086x2560-brillantemanantial-multimedios-violeta-1-1536x962.jpg 1536w, https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/4086x2560-brillantemanantial-multimedios-violeta-1-2048x1283.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div id=\"bm-multimedios-app\">\n  <style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=UnifrakturMaguntia&family=Montserrat:wght@400;700;900&display=swap');\n\n    :root {\n      --violeta-bm: #2e0854;\n      --fucsia-bm: #ff007f;\n      --cian-bm: #00f0ff;\n      --dorado-bm: #ffd700;\n      --negro-trans: rgba(10, 5, 20, 0.85);\n    }\n\n    \/* Reset local y contenedor principal *\/\n    #bm-multimedios-app {\n      font-family: 'Montserrat', sans-serif;\n      background: linear-gradient(135deg, #120224 0%, var(--violeta-bm) 40%, #1a0033 100%);\n      color: #ffffff;\n      padding: 20px;\n      border-radius: 16px;\n      max-width: 500px;\n      margin: 0 auto;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.5), 0 0 15px rgba(0, 240, 255, 0.2);\n      position: relative;\n      overflow: hidden;\n      box-sizing: border-box;\n    }\n\n    \/* Animaci\u00f3n de hebras de Fibra \u00d3ptica *\/\n    #bm-multimedios-app::before {\n      content: '';\n      position: absolute;\n      top: -50%;\n      left: -50%;\n      width: 200%;\n      height: 200%;\n      background: radial-gradient(circle at 50% 50%, \n        transparent 30%, \n        rgba(0, 240, 255, 0.15) 45%, \n        rgba(255, 0, 127, 0.15) 60%, \n        transparent 75%);\n      background-size: 100% 100%;\n      animation: fibraOptica 8s linear infinite;\n      pointer-events: none;\n      z-index: 1;\n    }\n\n    @keyframes fibraOptica {\n      0% { transform: rotate(0deg) scale(1); }\n      50% { transform: rotate(180deg) scale(1.1); }\n      100% { transform: rotate(360deg) scale(1); }\n    }\n\n    .bm-card {\n      position: relative;\n      z-index: 2;\n      background: var(--negro-trans);\n      border: 1px solid rgba(0, 240, 255, 0.3);\n      border-radius: 12px;\n      padding: 20px;\n      text-align: center;\n      backdrop-filter: blur(5px);\n    }\n\n    \/* T\u00edtulo con estilo tipogr\u00e1fico Overdose *\/\n    .bm-logo-title {\n      font-family: 'Montserrat', sans-serif;\n      font-weight: 900;\n      font-size: 1.8rem;\n      text-transform: uppercase;\n      margin: 0 0 5px 0;\n      background: linear-gradient(45deg, var(--cian-bm), var(--fucsia-bm), var(--dorado-bm));\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      text-shadow: 0 0 10px rgba(0, 240, 255, 0.3);\n      letter-spacing: 1px;\n    }\n\n    .bm-subtitle {\n      font-size: 0.85rem;\n      color: var(--dorado-bm);\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      margin-bottom: 20px;\n      font-weight: 700;\n    }\n\n    \/* Bot\u00f3n de Asistente de IA *\/\n    .bm-ai-assistant {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      background: rgba(255, 255, 255, 0.08);\n      border: 1px solid var(--cian-bm);\n      color: #ffffff;\n      padding: 8px 14px;\n      border-radius: 20px;\n      font-size: 0.8rem;\n      margin-bottom: 20px;\n      transition: all 0.3s ease;\n    }\n\n    .bm-ai-assistant:hover {\n      background: rgba(0, 240, 255, 0.2);\n      box-shadow: 0 0 10px var(--cian-bm);\n    }\n\n    \/* Controles de Audio *\/\n    .bm-player-wrapper {\n      margin-top: 15px;\n    }\n\n    .bm-play-btn {\n      background: linear-gradient(45deg, var(--fucsia-bm), var(--violeta-bm));\n      border: 2px solid var(--dorado-bm);\n      width: 70px;\n      height: 70px;\n      border-radius: 50%;\n      color: #fff;\n      font-size: 1.6rem;\n      cursor: pointer;\n      outline: none;\n      box-shadow: 0 0 15px rgba(255, 0, 127, 0.5);\n      transition: transform 0.2s ease, box-shadow 0.2s ease;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin: 0 auto 10px auto;\n    }\n\n    .bm-play-btn:active {\n      transform: scale(0.95);\n    }\n\n    .bm-play-btn.playing {\n      background: linear-gradient(45deg, var(--cian-bm), var(--violeta-bm));\n      box-shadow: 0 0 20px var(--cian-bm);\n    }\n\n    .bm-status {\n      font-size: 0.8rem;\n      color: #cccccc;\n      margin-top: 8px;\n    }\n\n    \/* L\u00ednea est\u00e1tica de fibra dorada inferior *\/\n    .bm-fiber-bar {\n      height: 3px;\n      width: 100%;\n      background: linear-gradient(90deg, var(--cian-bm), var(--fucsia-bm), var(--dorado-bm));\n      margin-top: 15px;\n      border-radius: 2px;\n    }\n  <\/style>\n\n  <!-- Favicon incrustado para WordPress -->\n  <link rel=\"icon\" href=\"data:image\/svg+xml,<svg xmlns=%22http:\/\/www.w3.org\/2000\/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>\ud83c\udf99\ufe0f<\/text><\/svg>\u00ab>\n\n  <div class=\"bm-card\">\n    <div class=\"bm-logo-title\">Brillante Manantial<\/div>\n    <div class=\"bm-subtitle\">Multimedios<\/div>\n\n    <div class=\"bm-ai-assistant\">\n      <span>\ud83e\udd16<\/span> Asistente de IA para atenci\u00f3n al oyente\n    <\/div>\n\n    <div class=\"bm-player-wrapper\">\n      <button id=\"bmPlayBtn\" class=\"bm-play-btn\" aria-label=\"Reproducir\">\u25b6<\/button>\n      <div id=\"bmStatus\" class=\"bm-status\">Presiona PLAY para escuchar en vivo<\/div>\n      <audio id=\"bmAudio\" preload=\"none\">\n        <source src=\"https:\/\/tus.radios.ar:8044\/stream\" type=\"audio\/mpeg\">\n        Tu navegador no soporta el reproductor de audio.\n      <\/audio>\n    <\/div>\n\n    <div class=\"bm-fiber-bar\"><\/div>\n  <\/div>\n\n  <script>\n    (function() {\n      const audio = document.getElementById('bmAudio');\n      const playBtn = document.getElementById('bmPlayBtn');\n      const status = document.getElementById('bmStatus');\n\n      let isPlaying = false;\n\n      playBtn.addEventListener('click', function() {\n        if (!isPlaying) {\n          status.textContent = \"Conectando se\u00f1al en vivo...\";\n          audio.play().then(() => {\n            isPlaying = true;\n            playBtn.textContent = '\u275a\u275a';\n            playBtn.classList.add('playing');\n            status.textContent = \"\ud83d\udd34 EN VIVO - Brillante Manantial\";\n          }).catch(error => {\n            console.error(\"Error al reproducir audio:\", error);\n            status.textContent = \"Error de conexi\u00f3n. Intenta nuevamente.\";\n          });\n        } else {\n          audio.pause();\n          isPlaying = false;\n          playBtn.textContent = '\u25b6';\n          playBtn.classList.remove('playing');\n          status.textContent = \"Transmisi\u00f3n pausada\";\n        }\n      });\n\n      \/\/ Resetear si la transmisi\u00f3n se interrumpe\n      audio.addEventListener('ended', function() {\n        isPlaying = false;\n        playBtn.textContent = '\u25b6';\n        playBtn.classList.remove('playing');\n        status.textContent = \"Presiona PLAY para escuchar en vivo\";\n      });\n    })();\n  <\/script>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"572\" src=\"https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/image.png\" alt=\"\" class=\"wp-image-27\" srcset=\"https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/image.png 1024w, https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/image-300x168.png 300w, https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/image-768x429.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<p><span style=\"color: #ff00ff;\"><strong><span style=\"letter-spacing: -0.1px;\">FM 96.7 <\/span><\/strong><span style=\"letter-spacing: -0.1px;\">EN VIVO LAS 24 HORAS<\/span><\/span><\/p>\n<div class=\"bm-web\"><header class=\"bm-header\">\n<div class=\"bm-fibra\"><span style=\"letter-spacing: -0.1px; color: #ff00ff;\">Escuch\u00e1 nuestra radio est\u00e9s donde est\u00e9s<\/span><\/div>\n<div>\n<h1 class=\"bm-title\"><span style=\"color: #800080;\"><strong>Nuestra programaci\u00f3n<\/strong><\/span><\/h1>\n<\/div>\n<\/header>\n<section class=\"bm-player\"><span style=\"font-size: 29.258px; letter-spacing: -0.1px; color: #800080;\">La ma\u00f1ana que se ve la radio en tu TV<\/span><\/section>\n<section class=\"bm-section\">\n<div class=\"bm-manana\">\n<h3>\u2600\ufe0f L<span style=\"color: #800080;\">unes a viernes \u00b7 7:00 a 10:00<\/span><\/h3>\n<ul>\n<li><span style=\"color: #800080;\"><strong>7:30<\/strong> \u00b7 Oraci\u00f3n<\/span><\/li>\n<li><span style=\"color: #800080;\"><strong>7:45<\/strong> \u00b7 Vers\u00edculo del d\u00eda + Efem\u00e9rides + Principales titulares mundiales<\/span><\/li>\n<li><span style=\"color: #800080;\"><strong>8:30<\/strong> \u00b7 Palabras del R\u00edo de Agua de Vida \u00b7 Gabriela Millas<\/span><\/li>\n<li><span style=\"color: #800080;\"><strong>9:30<\/strong> \u00b7 Titulares internacionales<\/span><\/li>\n<\/ul>\n<\/div>\n<\/section>\n<section class=\"bm-section\">\n<h3><span style=\"color: #800080;\">\ud83d\udcf0 Titulares, Las principales noticias y acontecimientos.<\/span><\/h3>\n<div class=\"bm-grid\">\n<div class=\"bm-card\">\n<p><span style=\"letter-spacing: -0.1px; color: #800080;\">11:30 \u00b7 12:30 \u00b7 14:30 \u00b7 19:30<\/span><\/p>\n<h3><span style=\"color: #800080;\">\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67 Enfoque a la Familia, con Sixto Porras.<\/span><\/h3>\n<\/div>\n<div class=\"bm-card\">\n<div class=\"hora\"><span style=\"color: #800080;\">10:15 \u00b7 14:15 \u00b7 20:15<\/span><\/div>\n<div>\n<h3><span style=\"color: #800080;\">\u2728 Es Sobrenatural, Con Syd Roth.<\/span><\/h3>\n<\/div>\n<p><span style=\"letter-spacing: -0.1px; color: #800080;\">15:30 \u00b7 21:30<\/span><\/p>\n<h3><span style=\"color: #800080;\">\ud83c\udf0a Palabras del R\u00edo de Agua de Vida, con Gabriela Millas.<\/span><\/h3>\n<\/div>\n<div class=\"bm-card\">\n<p><span style=\"letter-spacing: -0.1px; color: #800080;\">8:30 \u00b7 16:00 \u00b7 22:00<\/span><\/p>\n<\/div>\n<div class=\"bm-card\">\n<p><span style=\"letter-spacing: -0.1px; color: #800080;\">24 HORAS<\/span><\/p>\n<\/div>\n<div class=\"bm-card\">\n<h3><span style=\"color: #800080;\">\ud83d\udce1 Flashes informativos<\/span><\/h3>\n<p><span style=\"color: #800080;\">Informaci\u00f3n de San Jos\u00e9, Entre R\u00edos, Argentina.<\/span><\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"bm-section\">\n<h2 class=\"bm-title\"><span style=\"color: #ff00ff;\">Seguinos en nuestras redes<\/span><\/h2>\n<div class=\"bm-redes\">\n<p><a class=\"bm-red\" href=\"https:\/\/www.facebook.com\/brillantemanantial\" target=\"_blank\" rel=\"noopener\">Facebook<br \/><\/a><\/p>\n<p><a class=\"bm-red\" href=\"https:\/\/www.instagram.com\/brillantemanantialmultimedios\/\" target=\"_blank\" rel=\"noopener\">Instagram<\/a><\/p>\n<p><a class=\"bm-red\" href=\"https:\/\/www.youtube.com\/@brillantemanantial\" target=\"_blank\" rel=\"noopener\">YouTube<\/a><\/p>\n<h1><a class=\"bm-red\" href=\"https:\/\/whatsapp.com\/channel\/0029VaApsxYF6sn5nwLFn42O\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #339966;\">Canal de WhatsApp<\/span><br \/><\/a><\/h1>\n<\/div>\n<\/section>\n<footer class=\"bm-footer\">\n<p><strong>BRILLANTE MANANTIAL \u00b7 FM 96.7<\/strong><\/p>\n<p>San Jos\u00e9 \u00b7 Entre R\u00edos \u00b7 Argentina<\/p>\n<p>\u00b7 M\u00fasica \u00b7 Reflexiones \u00b7 Noticias<\/p>\n<\/footer><\/div>\n\n\n<div class=\"wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-accent-3-background-color has-background-dim-100 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-block-cover-is-layout-constrained\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"445\" src=\"https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/GRACIAS-1024x445.png\" alt=\"\" class=\"wp-image-29\" style=\"aspect-ratio:2.3023768392208255\" srcset=\"https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/GRACIAS-1024x445.png 1024w, https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/GRACIAS-300x130.png 300w, https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/GRACIAS-768x334.png 768w, https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/GRACIAS-1536x667.png 1536w, https:\/\/brillantemanantial.com\/wp-content\/uploads\/2026\/08\/GRACIAS-2048x890.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":23,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/brillantemanantial.com\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brillantemanantial.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/brillantemanantial.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/brillantemanantial.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/brillantemanantial.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":9,"href":"https:\/\/brillantemanantial.com\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":30,"href":"https:\/\/brillantemanantial.com\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/30"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/brillantemanantial.com\/index.php?rest_route=\/wp\/v2\/media\/23"}],"wp:attachment":[{"href":"https:\/\/brillantemanantial.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}