.pontos-container {
    margin:0;
    width:100%;
    text-align:center;
    color:#000;
    font-size: 32px;
}

.pontos-titulo {
    margin-top: 0;
    color: #2c3e50;
}

.pontos-total {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.pontos-descricao {
    color: #7f8c8d;
    margin-bottom: 15px;
}

.pontos-barra-progresso {
    height: 20px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.pontos-progresso-preenchido {
    height: 100%;
    background: #4CAF50;
    transition: width 0.5s ease;
    border-radius: 10px;
}
