Teste DISC de perfil comportamental

Como responder o teste DISC:

Cada bloco apresenta um cenário com 4 afirmações. Escolha a opção que melhor descreve como você geralmente age.

Ao final, a pontuação de cada perfil (Dominante, Influente, Estável e Cauteloso) será somada e os dois perfis com maior pontuação serão exibidos.

.disc-widget {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 100%;
margin: 0;
padding: 20px;
background: #fff;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.disc-start-screen {
text-align: center;
padding: 40px 20px;
}
.disc-btn-start {
background: linear-gradient(135deg, #192a56, #4834d4);
color: white;
padding:6px 70px;
border: none;
border-radius: 8px;
font-size: 18px;
font-weight: 600;
cursor: pointer;
transition: all 0.2s ease;
min-height: 56px;
box-shadow: 0 4px 15px rgba(25, 42, 86, 0.2);
}
.disc-btn-start:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(25, 42, 86, 0.3);
}
.disc-question {
display: none;
background: #f8f9fa;
padding: 20px;
border-radius: 8px;
border: 1px solid #e1e5e9;
position: relative;
}
.disc-question.active {
display: block;
}
.disc-progress-bar {
height: 8px;
background: #e9ecef;
border-radius: 4px;
overflow: hidden;
margin-bottom: 15px;
}
.disc-progress-fill {
height: 100%;
background: linear-gradient(90deg, #192a56, #4834d4);
width: 5%;
transition: width 0.3s ease;
}
.disc-question h3 {
color: #192a56;
font-size: 1.1rem;
margin-bottom: 20px;
line-height: 1.4;
padding-right: 50px;
}
.disc-question-num {
position: absolute;
top: 15px;
right: 15px;
background: #192a56;
color: white;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.75rem;
}
.disc-option {
margin-bottom: 12px;
padding: 15px;
border: 2px solid #e1e5e9;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease;
background: white;
display: flex;
align-items: flex-start;
gap: 12px;
}
.disc-option:hover {
border-color: #192a56;
transform: translateY(-1px);
box-shadow: 0 2px 8px rgba(25,42,86,0.1);
}
.disc-option.selected {
border-color: #192a56;
background: rgba(25,42,86,0.05);
box-shadow: 0 3px 12px rgba(25,42,86,0.15);
}
.disc-option input {
width: 18px;
height: 18px;
margin: 2px 0 0 0;
accent-color: #192a56;
}
.disc-option label {
flex: 1;
cursor: pointer;
font-size: 0.95rem;
line-height: 1.4;
}
.disc-buttons {
display: none;
gap: 10px;
margin-top: 25px;
flex-direction: column;
}
.disc-buttons.show {
display: flex;
}
@media (min-width: 768px) {
.disc-buttons.show {
flex-direction: row;
}
}
.disc-btn {
//padding: 6px 24px;
border: none;
border-radius: 6px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: all 0.2s ease;
min-height: 48px;
}
.disc-btn-back {
background: #f8f9fa;
color: #666;
border: 2px solid #e1e5e9;
}
.disc-btn-next {
background: linear-gradient(135deg, #192a56, #4834d4);
color: white;
flex: 1;
}
.disc-btn:hover {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.disc-loading {
display: none;
text-align: center;
padding: 40px 20px;
}
.disc-spinner {
width: 32px;
height: 32px;
border: 3px solid #e1e5e9;
border-top: 3px solid #192a56;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 0 auto 15px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.disc-result {
display: none;
text-align: center;
padding: 30px 20px;
background: linear-gradient(135deg, #d4edda, #e8f5e8);
border: 2px solid #27ae60;
border-radius: 10px;
margin-top: 25px;
}
.disc-result.show {
display: block;
}
.disc-result h3 {
color: #27ae60;
font-size: 1.5rem;
margin-bottom: 15px;
}
.disc-profile-main {
font-size: 1.2rem;
font-weight: 600;
color: #192a56;
margin-bottom: 10px;
}
.disc-profile-sec {
font-size: 1rem;
color: #666;
margin-bottom: 20px;
}
.disc-descriptions {
text-align: left;
margin: 20px 0;
}
.disc-descriptions p {
margin: 12px 0;
padding: 12px;
background: rgba(255,255,255,0.7);
border-radius: 6px;
border-left: 3px solid #192a56;
font-size: 0.9rem;
}
.disc-countdown-box {
margin-top: 20px;
padding: 15px;
background: rgba(255,255,255,0.8);
border-radius: 6px;
}
.disc-countdown {
font-size: 1.2rem;
font-weight: 700;
color: #f39c12;
}
.disc-error {
background: #f8d7da;
color: #721c24;
padding: 10px;
border-radius: 6px;
margin-top: 15px;
border: 1px solid #f5c6cb;
}
.disc-score-chart {
margin: 15px 0;
}
.disc-score-item {
display: flex;
align-items: center;
margin-bottom: 8px;
padding: 8px;
background: rgba(255,255,255,0.7);
border-radius: 4px;
font-size: 0.85rem;
}
.disc-score-label {
width: 70px;
font-weight: 600;
font-size: 0.8rem;
}
.disc-score-bar-container {
flex: 1;
margin: 0 8px;
height: 16px;
background: #e9ecef;
border-radius: 8px;
overflow: hidden;
}
.disc-score-bar {
height: 100%;
border-radius: 8px;
transition: width 1s ease;
}
.disc-score-value {
width: 50px;
text-align: right;
font-weight: 600;
color: #192a56;
font-size: 0.8rem;
}
/* Mobile */
@media (max-width: 768px) {
.disc-widget {
padding: 15px;
}
.disc-start-screen {
padding: 30px 15px;
}
.disc-btn-start {
padding: 14px 28px;
font-size: 16px;
}
.disc-question {
padding: 15px;
}
.disc-question h3 {
font-size: 1.05rem;
}
.disc-option {
padding: 12px;
}
.disc-btn {
padding: 12px 20px;
}
.disc-result {
padding: 20px 15px;
}
.disc-result h3 {
font-size: 1.3rem;
}
.disc-score-item {
font-size: 0.8rem;
padding: 6px;
}
.disc-score-label {
width: 60px;
font-size: 0.75rem;
}
.disc-score-value {
width: 45px;
font-size: 0.75rem;
}
}
Começar o Teste Próxima Voltar

Calculando seu perfil...

Método DISC

O Teste DISC é uma ferramenta poderosa de análise comportamental que permite identificar se você é um Executor, Comunicador, Planejador ou Analista.

Essa metodologia, amplamente utilizada em processos seletivos e programas de desenvolvimento pessoal, ajuda no autoconhecimento e na melhoria da comunicação e liderança.

Como Funciona o Teste DISC

Ao responder a um conjunto de perguntas objetivas, você descobre qual perfil é predominante e qual representa seu segundo ponto forte. O teste avalia suas reações e preferências em diferentes situações, permitindo uma análise detalhada dos seus pontos fortes e áreas de melhoria. Essa avaliação é fundamental para otimizar a performance profissional e aprimorar a interação no ambiente de trabalho.

Benefícios do Teste DISC

Aplicações Práticas

O Teste DISC é ideal para empresas que buscam aprimorar a gestão de pessoas e para profissionais que desejam evoluir em suas carreiras. Seja para identificar talentos, melhorar a comunicação interna ou desenvolver planos de carreira, essa ferramenta oferece insights valiosos para transformar desafios em oportunidades.

Realize o Teste DISC agora mesmo e descubra se você é um Executor determinado, um Comunicador inspirador, um Planejador organizado ou um Analista detalhista. Potencialize sua trajetória pessoal e profissional com uma análise comportamental fundamentada e precisa.

Experimente o Teste DISC e comece a transformar seu autoconhecimento em resultados concretos!