.funil-item {
    margin-bottom: 5px;
    cursor: pointer;    
}

.funil-item:hover {
    background: #fafafa;
}

.funil-item--barra {
    background: #000;
    height: 20px;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}
.container-funil-item {
    text-align: center;
    width: 50%;
    float: right;
}

.funil-60 {
    width: 80%;
}

.funil-50 {
    width: 70%;
}

.funil-40 {
    width: 60%;
}

.funil-30 {
    width: 50%;
}

.funil-20 {
    width: 40%;
}

.funil-10 {
    width: 30%;
}

/* 

*/