https://cdn.jsdelivr.net/npm/chart.js body { font-family: Arial, sans-serif; background-color: #f0f4f8; margin: 0; padding: 0; } header, footer { background-color: #00429d; color: white; text-align: center; padding: 40px 20px; } header h1 { font-size: 2.5em; margin: 0; } header p, footer p { max-width: 700px; margin: 15px auto 0; font-size: 1.1em; color: #a6d3d9; } main { max-width: 1000px; margin: 0 auto; padding: 30px 15px; } section { margin-bottom: 50px; } section h2 { text-align: center; font-size: 2em; margin-bottom: 25px; color: #002d6e; } .card { background: white; border-radius: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); padding: 20px; margin-bottom: 20px; text-align: center; } .card h3 { color: #00429d; margin-bottom: 15px; } .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; } @media(max-width: 768px) { .grid-2 { grid-template-columns: 1fr; } } .chart-container { position: relative; margin: auto; height: 300px; width: 100%; max-width: 400px; }

El Lenguaje Secreto de los Números

En el libro de Apocalipsis, los números son más que cifras; son símbolos cargados de significado divino que revelan el plan soberano de Dios.

Perfección Divina vs. Imperfección Humana

El Número 7: Plenitud Divina

El Número 6: Fracaso Humano

La Deidad y la Creación

Comparando lo Divino y lo Terrenal

El Pueblo de Dios: Completo y Sellado

La Estructura del Pueblo de Dios

Un Mensaje de Esperanza

El estudio de los números en Apocalipsis no es para predecir el futuro, sino para asegurar al creyente que Dios tiene un plan perfecto.

const sharedTooltipOptions = { plugins: { tooltip: { backgroundColor: ‘#00429d’, titleFont: { weight: ‘bold’, size: 14 }, bodyFont: { size: 12 }, padding: 12, cornerRadius: 8, displayColors: false, }, legend: { display: false } } }; // Chart 7 new Chart(document.getElementById(‘sevenChart’), { type: ‘doughnut’, data: { labels: [‘Plenitud’], datasets: [{ data: [100], backgroundColor: [‘#4771b2’] }] }, options: { …sharedTooltipOptions, responsive: true, cutout: ‘70%’ } }); // Chart 6 new Chart(document.getElementById(‘sixChart’), { type: ‘doughnut’, data: { labels: [‘Imperfección’, ‘Faltante’], datasets: [{ data: [6, 1], backgroundColor: [‘#73a2c6’, ‘#e0e0e0’] }] }, options: { …sharedTooltipOptions, responsive: true, cutout: ‘70%’ } }); // Chart 3 y 4 new Chart(document.getElementById(‘threeFourChart’), { type: ‘bar’, data: { labels: [‘Divinidad (3)’, ‘Creación (4)’], datasets: [{ data: [3, 4], backgroundColor: [‘#4771b2’, ‘#73a2c6’] }] }, options: { …sharedTooltipOptions, responsive: true, scales: { y: { beginAtZero: true, display: false }, x: { grid: { display: false } } } } }); // Chart Pueblo de Dios new Chart(document.getElementById(‘peopleChart’), { type: ‘bubble’, data: { datasets: [ { label: ‘144,000’, data: [{x: 5, y: 5, r: 40}], backgroundColor: ‘#00429d’ }, { label: ’12 Tribus’, data: [{x: 3, y: 3, r: 15}], backgroundColor: ‘#4771b2′ }, { label: ’12 Apóstoles’, data: [{x: 7, y: 3, r: 15}], backgroundColor: ‘#73a2c6’ }, { label: ‘x 1000’, data: [{x: 5, y: 7, r: 10}], backgroundColor: ‘#a6d3d9’ } ] }, options: { …sharedTooltipOptions, responsive: true, scales: { x: { display: false }, y: { display: false } } } });

Si desea ampliar más acerca de este libro de profecía puedes revisar el libro: Apocalipsis revelado, disponible en Amazon.

Deja un comentario