{"id":1650,"date":"2026-04-23T15:15:42","date_gmt":"2026-04-23T21:15:42","guid":{"rendered":"https:\/\/misxvchina.com\/?page_id=1650"},"modified":"2026-04-23T22:09:31","modified_gmt":"2026-04-24T04:09:31","slug":"bingo-vertical-azul","status":"publish","type":"page","link":"https:\/\/misxvchina.com\/en\/bingo-vertical-azul\/","title":{"rendered":"bingo vertical azul"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1650\" class=\"elementor elementor-1650\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-ed1d6ca e-flex e-con-boxed e-con e-parent\" data-id=\"ed1d6ca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d463595 elementor-widget elementor-widget-html\" data-id=\"d463595\" 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<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Gran Bingo<\/title>\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue&family=Nunito:wght@700;800;900&display=swap\" rel=\"stylesheet\">\n\n<style>\n* { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --B: #172554;\n  --I: #ef4444;\n  --N: #16a34a;\n  --G: #f97316;\n  --O: #9333ea;\n}\n\nhtml, body {\n  width: 100vw;\n  height: 100vh;\n  overflow: hidden;\n  background: #004a99;\n  font-family: 'Nunito', sans-serif;\n}\n\n#bingo-app {\n  display: flex;\n  flex-direction: column;\n  height: 100%;\n  padding: 10px;\n}\n\n\/* \ud83d\udd25 UNA SOLA FILA *\/\n.top-bar {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 20px;\n  margin-bottom: 60px;\n}\n\n\/* BOTONES *\/\n.btn {\n  padding: 10px 18px;\n  border-radius: 8px;\n  border: none;\n  color: white;\n  font-weight: bold;\n  cursor: pointer;\n}\n\n.btn-jugar { background: #172554; }\n.btn-reset { background: #f87171; }\n\n.btn-jugar:hover { background: #0ea5e9; }\n.btn-reset:hover { background: #dc2626; }\n\n\/* NUMERO *\/\n.numero-box {\n  background: white;\n  border-radius: 10px;\n  padding: 10px 25px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.numero-letra,\n.numero-num {\n  font-family: 'Bebas Neue';\n  font-size: 70px;\n}\n\n.numero-letra.B, .numero-num.B { color: var(--B); }\n.numero-letra.I, .numero-num.I { color: var(--I); }\n.numero-letra.N, .numero-num.N { color: var(--N); }\n.numero-letra.G, .numero-num.G { color: var(--G); }\n.numero-letra.O, .numero-num.O { color: var(--O); }\n\n\/* LOGO TEXTO *\/\n.logo-inline {\n  font-family: 'Bebas Neue';\n  font-size: 40px;\n  color: white;\n  letter-spacing: 3px;\n}\n\n\/* IMAGEN *\/\n.logo-cimaco img {\n  max-width: 340px;\n}\n\n\/* TABLERO *\/\n#tablero {\n  flex: 1;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n.fila {\n  display: grid;\n  grid-template-columns: 40px repeat(15, 1fr);\n  gap: 4px;\n  margin-bottom: 4px;\n}\n\n.letra-header {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Bebas Neue';\n  color: white;\n  border-radius: 5px;\n}\n\n.letra-header.B { background: var(--B); }\n.letra-header.I { background: var(--I); }\n.letra-header.N { background: var(--N); }\n.letra-header.G { background: var(--G); }\n.letra-header.O { background: var(--O); }\n\n.celda {\n  aspect-ratio: 1;\n  border-radius: 50%;\n  background: #f1f5f9;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 20px;\n}\n\n.celda.activa { color: white; }\n.celda.activa.B { background: var(--B); }\n.celda.activa.I { background: var(--I); }\n.celda.activa.N { background: var(--N); }\n.celda.activa.G { background: var(--G); }\n.celda.activa.O { background: var(--O); }\n\n<\/style>\n<\/head>\n\n<body>\n\n<div id=\"bingo-app\">\n\n  <!-- \ud83d\udd25 FILA SUPERIOR -->\n  <div class=\"top-bar\">\n\n    <!-- JUGAR -->\n    <button class=\"btn btn-jugar\" onclick=\"iniciarTombola()\">Jugar<\/button>\n\n    <!-- NUMERO -->\n    <div class=\"numero-box\">\n      <div id=\"nLetra\" class=\"numero-letra\">-<\/div>\n      <div id=\"nNum\" class=\"numero-num\">---<\/div>\n    <\/div>\n\n    <!-- TEXTO -->\n    <div class=\"logo-inline\">Gran Bingo<\/div>\n\n    <!-- IMAGEN -->\n    <div class=\"logo-cimaco\">\n      <img decoding=\"async\" src=\"https:\/\/misxvchina.com\/wp-content\/uploads\/2026\/04\/ROJO-H-e1776977158671.png\">\n    <\/div>\n\n    <!-- \ud83d\udd25 RESET AL FINAL -->\n    <button class=\"btn btn-reset\" onclick=\"resetear()\">Reset<\/button>\n\n  <\/div>\n\n  <!-- TABLA -->\n  <div id=\"tablero\"><\/div>\n\n<\/div>\n\n<script>\nconst FILAS = [\n  { l:\"B\", desde:1 },\n  { l:\"I\", desde:16 },\n  { l:\"N\", desde:31 },\n  { l:\"G\", desde:46 },\n  { l:\"O\", desde:61 }\n];\n\nlet numeros = [];\nlet jugando = false;\n\nfunction letraDeNum(n){\n  if(n<=15)return\"B\";\n  if(n<=30)return\"I\";\n  if(n<=45)return\"N\";\n  if(n<=60)return\"G\";\n  return\"O\";\n}\n\nfunction generarTablero(){\n  const tablero = document.getElementById(\"tablero\");\n  tablero.innerHTML = \"\";\n  numeros = [];\n\n  FILAS.forEach(f=>{\n    const row = document.createElement(\"div\");\n    row.className = \"fila\";\n\n    const lh = document.createElement(\"div\");\n    lh.className = \"letra-header \" + f.l;\n    lh.textContent = f.l;\n    row.appendChild(lh);\n\n    for(let i=0;i<15;i++){\n      const num = f.desde + i;\n      numeros.push(num);\n\n      const celda = document.createElement(\"div\");\n      celda.className = \"celda \" + f.l;\n      celda.id = \"n\"+num;\n      celda.textContent = num;\n\n      row.appendChild(celda);\n    }\n\n    tablero.appendChild(row);\n  });\n\n  numeros.sort(()=>Math.random()-0.5);\n}\n\nfunction mostrarNumero(num){\n  const l = letraDeNum(num);\n\n  document.getElementById(\"nLetra\").textContent = l;\n  document.getElementById(\"nNum\").textContent = num;\n\n  document.getElementById(\"nLetra\").className = \"numero-letra \" + l;\n  document.getElementById(\"nNum\").className = \"numero-num \" + l;\n\n  document.getElementById(\"n\"+num).classList.add(\"activa\");\n}\n\nfunction iniciarTombola(){\n  if(jugando) return;\n  if(numeros.length===0) return;\n\n  jugando = true;\n\n  let t = 0;\n\n  const inter = setInterval(()=>{\n    const r = Math.floor(Math.random()*75)+1;\n    const l = letraDeNum(r);\n\n    document.getElementById(\"nLetra\").textContent = l;\n    document.getElementById(\"nNum\").textContent = r;\n\n    if(++t>20){\n      clearInterval(inter);\n\n      setTimeout(()=>{\n        const num = numeros.pop();\n        mostrarNumero(num);\n        jugando = false;\n      },200);\n    }\n\n  },80);\n}\n\nfunction resetear(){\n  generarTablero();\n  document.getElementById(\"nLetra\").textContent=\"-\";\n  document.getElementById(\"nNum\").textContent=\"---\";\n}\n\ngenerarTablero();\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe21454 elementor-widget elementor-widget-spacer\" data-id=\"fe21454\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Gran Bingo Jugar &#8211; &#8212; Gran Bingo Reset<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1650","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>bingo vertical azul - Mis XV A\u00f1os!!!<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"bingo vertical azul - Mis XV A\u00f1os!!!\" \/>\n<meta property=\"og:description\" content=\"Gran Bingo Jugar &#8211; &#8212; Gran Bingo Reset\" \/>\n<meta property=\"og:url\" content=\"https:\/\/misxvchina.com\/en\/bingo-vertical-azul\/\" \/>\n<meta property=\"og:site_name\" content=\"Mis XV A\u00f1os!!!\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-24T04:09:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/misxvchina.com\/wp-content\/uploads\/2026\/04\/ROJO-H-e1776977158671.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/misxvchina.com\\\/bingo-vertical-azul\\\/\",\"url\":\"https:\\\/\\\/misxvchina.com\\\/bingo-vertical-azul\\\/\",\"name\":\"bingo vertical azul - Mis XV A\u00f1os!!!\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/misxvchina.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/misxvchina.com\\\/bingo-vertical-azul\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/misxvchina.com\\\/bingo-vertical-azul\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/misxvchina.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/ROJO-H-e1776977158671.png\",\"datePublished\":\"2026-04-23T21:15:42+00:00\",\"dateModified\":\"2026-04-24T04:09:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/misxvchina.com\\\/bingo-vertical-azul\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/misxvchina.com\\\/bingo-vertical-azul\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/misxvchina.com\\\/bingo-vertical-azul\\\/#primaryimage\",\"url\":\"https:\\\/\\\/misxvchina.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/ROJO-H-e1776977158671.png\",\"contentUrl\":\"https:\\\/\\\/misxvchina.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/ROJO-H-e1776977158671.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/misxvchina.com\\\/bingo-vertical-azul\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/misxvchina.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"bingo vertical azul\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/misxvchina.com\\\/#website\",\"url\":\"https:\\\/\\\/misxvchina.com\\\/\",\"name\":\"Mis XV A\u00f1os!!!\",\"description\":\"Daniela\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/misxvchina.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"bingo vertical azul - Mis XV A\u00f1os!!!","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"bingo vertical azul - Mis XV A\u00f1os!!!","og_description":"Gran Bingo Jugar &#8211; &#8212; Gran Bingo Reset","og_url":"https:\/\/misxvchina.com\/en\/bingo-vertical-azul\/","og_site_name":"Mis XV A\u00f1os!!!","article_modified_time":"2026-04-24T04:09:31+00:00","og_image":[{"url":"https:\/\/misxvchina.com\/wp-content\/uploads\/2026\/04\/ROJO-H-e1776977158671.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/misxvchina.com\/bingo-vertical-azul\/","url":"https:\/\/misxvchina.com\/bingo-vertical-azul\/","name":"bingo vertical azul - Mis XV A\u00f1os!!!","isPartOf":{"@id":"https:\/\/misxvchina.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/misxvchina.com\/bingo-vertical-azul\/#primaryimage"},"image":{"@id":"https:\/\/misxvchina.com\/bingo-vertical-azul\/#primaryimage"},"thumbnailUrl":"https:\/\/misxvchina.com\/wp-content\/uploads\/2026\/04\/ROJO-H-e1776977158671.png","datePublished":"2026-04-23T21:15:42+00:00","dateModified":"2026-04-24T04:09:31+00:00","breadcrumb":{"@id":"https:\/\/misxvchina.com\/bingo-vertical-azul\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/misxvchina.com\/bingo-vertical-azul\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/misxvchina.com\/bingo-vertical-azul\/#primaryimage","url":"https:\/\/misxvchina.com\/wp-content\/uploads\/2026\/04\/ROJO-H-e1776977158671.png","contentUrl":"https:\/\/misxvchina.com\/wp-content\/uploads\/2026\/04\/ROJO-H-e1776977158671.png"},{"@type":"BreadcrumbList","@id":"https:\/\/misxvchina.com\/bingo-vertical-azul\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/misxvchina.com\/"},{"@type":"ListItem","position":2,"name":"bingo vertical azul"}]},{"@type":"WebSite","@id":"https:\/\/misxvchina.com\/#website","url":"https:\/\/misxvchina.com\/","name":"Mis XV A\u00f1os!!!","description":"Daniela","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/misxvchina.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/misxvchina.com\/en\/wp-json\/wp\/v2\/pages\/1650","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/misxvchina.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/misxvchina.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/misxvchina.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/misxvchina.com\/en\/wp-json\/wp\/v2\/comments?post=1650"}],"version-history":[{"count":73,"href":"https:\/\/misxvchina.com\/en\/wp-json\/wp\/v2\/pages\/1650\/revisions"}],"predecessor-version":[{"id":1737,"href":"https:\/\/misxvchina.com\/en\/wp-json\/wp\/v2\/pages\/1650\/revisions\/1737"}],"wp:attachment":[{"href":"https:\/\/misxvchina.com\/en\/wp-json\/wp\/v2\/media?parent=1650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}