Teste de QI Gratuito: Meça sua Inteligência em 15 Minutos | DYNSEO :root { --purple-light: #C4B5FD; --purple: #8B5CF6; --purple-dark: #7C3AED; --violet: #6D28D9; --indigo: #4F46E5; --blue: #3B82F6; --cyan: #06B6D4; --gold: #F59E0B; --green: #10B981; --white: #FFFFFF; --bg-light: #F5F3FF; --bg-page: linear-gradient(180deg, #FAFAFA 0%, #F5F3FF 100%); --text-dark: #1E1B4B; --text-medium: #4B5563; --text-light: #6B7280; --border: rgba(139, 92, 246, 0.2); --shadow-sm: 0 2px 8px rgba(109, 40, 217, 0.1); --shadow-md: 0 4px 20px rgba(109, 40, 217, 0.15); --shadow-lg: 0 8px 40px rgba(109, 40, 217, 0.2); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Nunito', sans-serif; background: var(--bg-page); color: var(--text-dark); line-height: 1.8; font-size: 17px; } /* Container */ .container { max-width: 800px; margin: 0 auto; padding: 40px 24px; } /* Breadcrumb */ .breadcrumb { font-size: 0.85rem; color: var(--text-light); margin-bottom: 24px; } .breadcrumb a { color: var(--purple); text-decoration: none; } .breadcrumb a:hover { text-decoration: underline; } /* Article Header */ .article-header { text-align: center; margin-bottom: 48px; } .article-badge { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: linear-gradient(135deg, var(--purple), var(--violet)); border-radius: 50px; font-size: 0.8rem; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 20px; } h1 { font-family: 'Quicksand', sans-serif; font-size: clamp(2rem, 5vw, 2.75rem); font-weight: 700; color: var(--text-dark); line-height: 1.25; margin-bottom: 20px; } .article-meta { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; font-size: 0.9rem; color: var(--text-light); } .article-meta span { display: flex; align-items: center; gap: 6px; } /* Article Content */ .article-content { background: white; border-radius: 24px; padding: 48px 40px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); } @media (max-width: 600px) { .article-content { padding: 32px 24px; border-radius: 20px; } } .article-content p { margin-bottom: 24px; color: var(--text-medium); } .article-content h2 { font-family: 'Quicksand', sans-serif; font-size: 1.6rem; font-weight: 700; color: var(--violet); margin: 48px 0 20px; padding-bottom: 12px; border-bottom: 3px solid var(--purple-light); } .article-content h3 { font-family: 'Quicksand', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--text-dark); margin: 32px 0 16px; } .article-content ul, .article-content ol { margin: 0 0 24px 24px; color: var(--text-medium); } .article-content li { margin-bottom: 10px; } .article-content strong { color: var(--text-dark); } /* Highlight Box */ .highlight-box { background: linear-gradient(135deg, #F5F3FF, #EDE9FE); border-left: 4px solid var(--purple); border-radius: 0 16px 16px 0; padding: 24px; margin: 32px 0; } .highlight-box p { margin: 0; font-weight: 600; color: var(--violet); } /* Stats Grid */ .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; margin: 32px 0; } .stat-item { text-align: center; padding: 24px 16px; background: white; border-radius: 16px; border: 2px solid var(--border); } .stat-item .number { font-family: 'Quicksand', sans-serif; font-size: 2.5rem; font-weight: 700; color: var(--purple); line-height: 1; } .stat-item .label { font-size: 0.85rem; color: var(--text-light); margin-top: 8px; } /* ==================== TEST PREVIEW WIDGET ==================== */ .test-preview { background: linear-gradient(135deg, var(--purple), var(--violet), var(--indigo)); border-radius: 24px; padding: 40px 32px; margin: 48px 0; color: white; text-align: center; position: relative; overflow: hidden; } .test-preview::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } .test-preview-content { position: relative; z-index: 1; } .test-preview h3 { font-family: 'Quicksand', sans-serif; font-size: 1.75rem; margin-bottom: 12px; color: white; } .test-preview > p { opacity: 0.9; margin-bottom: 28px; font-size: 1.05rem; } /* Mini Question Demo */ .demo-question { background: rgba(255,255,255,0.15); backdrop-filter: blur(10px); border: 2px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 28px 24px; margin-bottom: 28px; text-align: left; } .demo-badge { display: inline-block; padding: 6px 14px; background: rgba(255,255,255,0.2); border-radius: 50px; font-size: 0.75rem; font-weight: 700; margin-bottom: 16px; } .demo-question-text { font-size: 1.15rem; font-weight: 700; margin-bottom: 20px; } .demo-sequence { display: flex; justify-content: center; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; } .demo-box { width: 55px; height: 55px; background: rgba(255,255,255,0.2); border: 2px solid rgba(255,255,255,0.4); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 800; } .demo-box.mystery { background: var(--gold); border-color: var(--gold); color: var(--text-dark); animation: pulse-gold 2s ease-in-out infinite; } @keyframes pulse-gold { 0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.5); } 50% { box-shadow: 0 0 20px 5px rgba(245, 158, 11, 0.3); } } .demo-arrow { font-size: 1.2rem; opacity: 0.7; } .demo-answers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .demo-answer { padding: 12px 16px; background: rgba(255,255,255,0.1); border: 2px solid rgba(255,255,255,0.2); border-radius: 12px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; } .demo-answer:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.4); } .demo-answer.correct { background: var(--green); border-color: var(--green); } /* Features Row */ .features-row { display: flex; justify-content: center; gap: 32px; margin-bottom: 28px; flex-wrap: wrap; } .feature-item { display: flex; align-items: center; gap: 8px; font-weight: 600; } .feature-item .icon { font-size: 1.3rem; } /* CTA Button */ .cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 18px 40px; background: white; color: var(--violet); font-family: 'Nunito', sans-serif; font-size: 1.15rem; font-weight: 800; border: none; border-radius: 60px; cursor: pointer; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(0,0,0,0.15); } .cta-button:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 8px 30px rgba(0,0,0,0.2); } .cta-button .arrow { font-size: 1.3rem; transition: transform 0.3s ease; } .cta-button:hover .arrow { transform: translateX(4px); } /* Info Cards */ .info-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 40px 0; } .info-card { background: white; border: 2px solid var(--border); border-radius: 20px; padding: 28px 24px; text-align: center; transition: all 0.3s ease; } .info-card:hover { border-color: var(--purple); transform: translateY(-4px); box-shadow: var(--shadow-md); } .info-card .icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--purple), var(--violet)); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.75rem; margin: 0 auto 16px; } .info-card h4 { font-family: 'Quicksand', sans-serif; font-size: 1.1rem; color: var(--text-dark); margin-bottom: 8px; } .info-card p { font-size: 0.9rem; color: var(--text-light); margin: 0; line-height: 1.5; } /* FAQ Section */ .faq-section { margin-top: 48px; } .faq-item { background: white; border: 2px solid var(--border); border-radius: 16px; margin-bottom: 16px; overflow: hidden; } .faq-question { padding: 20px 24px; font-weight: 700; color: var(--text-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.3s ease; } .faq-question:hover { background: var(--bg-light); } .faq-question .icon { font-size: 1.25rem; color: var(--purple); transition: transform 0.3s ease; } .faq-item.open .faq-question .icon { transform: rotate(45deg); } .faq-answer { padding: 0 24px; max-height: 0; overflow: hidden; transition: all 0.3s ease; } .faq-item.open .faq-answer { padding: 0 24px 20px; max-height: 500px; } .faq-answer p { margin: 0; color: var(--text-medium); } /* Secondary CTA */ .secondary-cta { background: linear-gradient(135deg, #F5F3FF, #EDE9FE); border-radius: 20px; padding: 40px 32px; text-align: center; margin-top: 48px; } .secondary-cta h3 { font-family: 'Quicksand', sans-serif; font-size: 1.5rem; color: var(--violet); margin-bottom: 12px; } .secondary-cta p { color: var(--text-medium); margin-bottom: 24px; } .secondary-cta .cta-button { background: linear-gradient(135deg, var(--purple), var(--violet)); color: white; } /* Author Box */ .author-box { display: flex; gap: 20px; align-items: center; padding: 28px; background: white; border: 2px solid var(--border); border-radius: 20px; margin-top: 48px; } .author-avatar { width: 80px; height: 80px; background: linear-gradient(135deg, var(--purple), var(--violet)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; flex-shrink: 0; } .author-info h4 { font-family: 'Quicksand', sans-serif; font-size: 1.1rem; color: var(--text-dark); margin-bottom: 4px; } .author-info p { font-size: 0.9rem; color: var(--text-light); margin: 0; line-height: 1.5; } /* Responsive */ @media (max-width: 600px) { .container { padding: 24px 16px; } h1 { font-size: 1.75rem; } .article-content h2 { font-size: 1.35rem; } .test-preview { padding: 28px 20px; margin: 32px -24px; border-radius: 0; } .demo-answers { grid-template-columns: 1fr; } .features-row { flex-direction: column; gap: 12px; } .cta-button { width: 100%; padding: 16px 32px; } .author-box { flex-direction: column; text-align: center; } } Início › Blog › Teste de QI Gratuito 🧠 Teste de Inteligência Teste de QI Gratuito: Meça seu Quociente Intelectual em 15 Minutos 📅 Atualizado em 10 de dezembro de 2024 ⏱️ 8 min de leitura 👁️ 45 832 leituras
Você deseja avaliar seu quociente intelectual gratuitamente? Você está no lugar certo. Nosso teste de QI online permite medir suas capacidades cognitivas em apenas 15 minutos, sem inscrição e com resultados instantâneos.
O quociente intelectual, ou QI, é uma medida padronizada das capacidades cognitivas de um indivíduo. Ao contrário do que se pensa, ele não mede "a inteligência" como um todo, mas avalia especificamente suas habilidades em raciocínio lógico, resolução de problemas, pensamento abstrato e capacidade de aprendizado.
💡 Você sabia que o QI médio da população é de 100, com um desvio padrão de 15 pontos? Cerca de 68% da população tem um QI entre 85 e 115.
⭐ Teste seu QI agora!
Tente esta pergunta de exemplo retirada do nosso teste:
🧩 Raciocínio Lógico Qual é a lógica? Encontre o próximo número: 2 → 4 → 8 → 16 → ? A. 24 B. 32 C. 30 D. 20 ✅ 100% Gratuito ⏱️ 15 minutos 📊 Resultados detalhados 🚀 Começar o teste completo →