{"id":26738,"date":"2025-06-28T16:11:40","date_gmt":"2025-06-28T16:11:40","guid":{"rendered":"https:\/\/cig22.com\/?page_id=26738"},"modified":"2025-06-28T16:51:55","modified_gmt":"2025-06-28T16:51:55","slug":"frases","status":"publish","type":"page","link":"https:\/\/cig22.com\/hi\/frases\/","title":{"rendered":"Frases"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"26738\" class=\"elementor elementor-26738\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8bd5df elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"e8bd5df\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7dc3d5c\" data-id=\"7dc3d5c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3796266 elementor-widget elementor-widget-heading\" data-id=\"3796266\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frases<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eca6be7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"eca6be7\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b60cb8\" data-id=\"2b60cb8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-84dde93 elementor-widget elementor-widget-html\" data-id=\"84dde93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"quote-container\">\r\n  <p id=\"quote-text\"><\/p>\r\n  <p id=\"quote-author\"><\/p>\r\n  <button onclick=\"changeQuote()\">Siguiente<\/button>\r\n<\/div>\r\n<script> \r\nconst quotes = [\r\n  { text: \"El amor entre ADLR es pura pantomima\", author: \"La red de todo\" },\r\n   { text: \"El peor enemigo de una secta que usa la biblia es la propia biblia\", author: \"La red de las sectas\" },\r\n   { text: \"Los ADLR no pueden querer a nadie ni a si mismos\", author: \"La red de todo\" },\r\n   { text: \"El agua es la destrucci\u00f3n del ate\u00edsmo\", author: \"La red del diluvio\" },\r\n   { text: \"Quien conoce el criterio de verdad no puede ser ya enga\u00f1ado\", author: \"La red de todo\" },\r\n   { text: \"La distracci\u00f3n y los problemas son esenciales para el poder ADLR \", author: \"La red de todo\" },\r\n   { text: \"Casi toda la poblaci\u00f3n mundial est\u00e1 condenada\", author: \"La red de las sectas\" },\r\n   { text: \"Los ADLR informados est\u00e1n enga\u00f1ados a nivel cultural y los fuertes los miran como referencia\", author: \"La red de todo\" },\r\n   { text: \"Los sabios del mundo han sido enga\u00f1ados as\u00ed como los demonios\", author: \"La red de todo\" },\r\n   { text: \"La tierra y el universo son creaci\u00f3n reciente\", author: \"La ra\u00edz de todo\" },\r\n   { text: \"Las buenas personas van al infierno\", author: \"La red de todo\" },\r\n   { text: \"La ciencia ocultista es la que se conoce como ciencia\", author: \"La red de todo\" },\r\n   { text: \"Las sectas mundiales usan la biblia porque es mejor tener a tu peor enemigo cerca\", author: \"La red de las sectas\" },\r\n   { text: \"Todos los poderes del mundo tienen influencia ADLR y sirven al poder demoniaco\", author: \"La red de todo\" },\r\n   { text: \"El fin del mundo suceder\u00e1 tan cierto como pas\u00f3 el diluvio\", author: \"La red de todo\" },\r\n  \r\n  \r\n];\r\n\r\nfunction changeQuote() {\r\n  const randomIndex = Math.floor(Math.random() * quotes.length);\r\n  const { text, author } = quotes[randomIndex];\r\n\r\n  const quoteTextElement = document.getElementById('quote-text');\r\n  const quoteAuthorElement = document.getElementById('quote-author');\r\n  const quoteContainer = document.querySelector('.quote-container');\r\n\r\n  \/\/ Apply fade-out effect before updating the quote\r\n  quoteContainer.style.opacity = 0;\r\n\r\n  \/\/ Update the quote after a short delay\r\n  setTimeout(() => {\r\n    quoteTextElement.innerText = `\"${text}\"`;\r\n    quoteAuthorElement.innerText = `- ${author}`;\r\n    quoteContainer.style.opacity = 1; \/\/ Fade in new quote\r\n  }, 500); \/\/ Delay matches the fade-out duration\r\n}\r\n\r\n\/\/ Show a random quote when the page loads\r\nwindow.onload = changeQuote;\r\n\r\n\r\n\r\n\/\/ Create a ripple effect on mouse movement\r\ndocument.addEventListener(\"mousemove\", (e) => {\r\n  \/\/ Create ripple element\r\n  const ripple = document.createElement(\"div\");\r\n  ripple.classList.add(\"ripple\");\r\n\r\n  \/\/ Position the ripple at the cursor location\r\n  ripple.style.left = `${e.clientX}px`;\r\n  ripple.style.top = `${e.clientY}px`;\r\n\r\n  \/\/ Append the ripple to the body\r\n  document.body.appendChild(ripple);\r\n\r\n  \/\/ Remove the ripple after the animation ends\r\n  ripple.addEventListener(\"animationend\", () => {\r\n    ripple.remove();\r\n  });\r\n});\r\n\r\n    \r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Frases Siguiente<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_angie_page":false,"iawp_total_views":0,"footnotes":""},"class_list":["post-26738","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.8 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Frases - CIG22<\/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:\/\/cig22.com\/hi\/frases\/\" \/>\n<meta property=\"og:locale\" content=\"hi_IN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Frases\" \/>\n<meta property=\"og:description\" content=\"Frases Siguiente\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cig22.com\/hi\/frases\/\" \/>\n<meta property=\"og:site_name\" content=\"CIG22\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-28T16:51:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0905\u0928\u0941\u092e\u093e\u0928\u093f\u0924 \u092a\u0922\u093c\u0928\u0947 \u0915\u093e \u0938\u092e\u092f\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u092e\u093f\u0928\u091f\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cig22.com\\\/frases\\\/\",\"url\":\"https:\\\/\\\/cig22.com\\\/frases\\\/\",\"name\":\"Frases - CIG22\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cig22.com\\\/#website\"},\"datePublished\":\"2025-06-28T16:11:40+00:00\",\"dateModified\":\"2025-06-28T16:51:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cig22.com\\\/frases\\\/#breadcrumb\"},\"inLanguage\":\"hi-IN\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cig22.com\\\/frases\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cig22.com\\\/frases\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/cig22.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Frases\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cig22.com\\\/#website\",\"url\":\"https:\\\/\\\/cig22.com\\\/\",\"name\":\"Apoyo Mutuo\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/cig22.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cig22.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"hi-IN\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cig22.com\\\/#organization\",\"name\":\"Apoyo Mutuo\",\"url\":\"https:\\\/\\\/cig22.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"hi-IN\",\"@id\":\"https:\\\/\\\/cig22.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cig22.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/cig22.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/logo.png\",\"width\":618,\"height\":217,\"caption\":\"Apoyo Mutuo\"},\"image\":{\"@id\":\"https:\\\/\\\/cig22.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Frases - CIG22","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:\/\/cig22.com\/hi\/frases\/","og_locale":"hi_IN","og_type":"article","og_title":"Frases","og_description":"Frases Siguiente","og_url":"https:\/\/cig22.com\/hi\/frases\/","og_site_name":"CIG22","article_modified_time":"2025-06-28T16:51:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0905\u0928\u0941\u092e\u093e\u0928\u093f\u0924 \u092a\u0922\u093c\u0928\u0947 \u0915\u093e \u0938\u092e\u092f":"1 \u092e\u093f\u0928\u091f"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cig22.com\/frases\/","url":"https:\/\/cig22.com\/frases\/","name":"Frases - CIG22","isPartOf":{"@id":"https:\/\/cig22.com\/#website"},"datePublished":"2025-06-28T16:11:40+00:00","dateModified":"2025-06-28T16:51:55+00:00","breadcrumb":{"@id":"https:\/\/cig22.com\/frases\/#breadcrumb"},"inLanguage":"hi-IN","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cig22.com\/frases\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cig22.com\/frases\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/cig22.com\/"},{"@type":"ListItem","position":2,"name":"Frases"}]},{"@type":"WebSite","@id":"https:\/\/cig22.com\/#website","url":"https:\/\/cig22.com\/","name":"Apoyo Mutuo","description":"","publisher":{"@id":"https:\/\/cig22.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cig22.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"hi-IN"},{"@type":"Organization","@id":"https:\/\/cig22.com\/#organization","name":"Apoyo Mutuo","url":"https:\/\/cig22.com\/","logo":{"@type":"ImageObject","inLanguage":"hi-IN","@id":"https:\/\/cig22.com\/#\/schema\/logo\/image\/","url":"https:\/\/cig22.com\/wp-content\/uploads\/2024\/05\/logo.png","contentUrl":"https:\/\/cig22.com\/wp-content\/uploads\/2024\/05\/logo.png","width":618,"height":217,"caption":"Apoyo Mutuo"},"image":{"@id":"https:\/\/cig22.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/cig22.com\/hi\/wp-json\/wp\/v2\/pages\/26738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cig22.com\/hi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cig22.com\/hi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cig22.com\/hi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cig22.com\/hi\/wp-json\/wp\/v2\/comments?post=26738"}],"version-history":[{"count":26,"href":"https:\/\/cig22.com\/hi\/wp-json\/wp\/v2\/pages\/26738\/revisions"}],"predecessor-version":[{"id":26770,"href":"https:\/\/cig22.com\/hi\/wp-json\/wp\/v2\/pages\/26738\/revisions\/26770"}],"wp:attachment":[{"href":"https:\/\/cig22.com\/hi\/wp-json\/wp\/v2\/media?parent=26738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}