    
#counter-up-trigger{
padding: 150px;
}
.counter-up .cover {
background-color: rgba(0, 7, 11, 0.8);
}
.cover {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-color: rgba(0, 46, 82, 0.15);
}

.devider {
width: 100%;
height: 23px;
background: url(../img/imgSkills/img/devider.png) no-repeat center center;
margin: 5px 0 10px;
}
.counter-up {
position: relative;
background-color: #171717;
padding: 80px 0 50px 0;
}
.counter-up .cover {
background-color: rgba(0, 7, 11, 0.8);
}

.counter-up .fact.last {
border-right: none;
}
.counter-up .fact-inner {
padding-bottom: 30px;
}
.counter-up .fact-inner .counter {
font-size: 60px;
}
/* ===== End Counter-Up ===== */


/* ===== End progress bar ===== */

.member-info {
display: flex;
flex-direction: column;
align-items: unset;
justify-content: space-around;
width: 100%;
text-align: center;
padding: 4% 4%;
margin: 0;
}

.member-info h3{
font-size: 15pt;
}

.member-info p{
font-size: 15pt;
}

.barra-sobre {
height: 5px;
background-color: #ff9900;
text-align: right;
color: white;
line-height: 2px;
transition: width 2s ease-out;
}
.estatistica-info{
padding: 2% 0%;
}


.estatistica-info span, p{
font-size: 15pt;
}

.social-link .fab {
width: 35px;
height: 35px;
line-height: 35px;
background-color: #ff9900;
color: #fff;
margin: 0 7px;
cursor: pointer;
transition: transform 0.5s;
}
