.current-profile {
    margin-bottom: 25px; 
}

.current-profile .user-pic {
    background: #fff;
    height: 180px;
    width: 180px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 20px;
    border: 3px solid #f1c5a5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px; 
}

.current-profile .user-details {
    position: absolute;
    top: 215px;
    text-align: center;
    margin: auto;
    left: 10px;
    right: 10px; 
}

.current-profile h4.user-name {
    color: #533e30;
    text-align: center;
    margin: 0;
    padding: 0; 
}

.current-profile h5.description {
    color: #533e30;
    margin: 10px 0 0 0;
    text-align: center;
    font-weight: 100;
    line-height: 21px; 
}

.current-profile .social-list {
    margin: 0;
    position: absolute;
    bottom: 25px;
    left: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 6px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2); 
}

.current-profile .social-list h3 {
    color: white;
    padding: 0;
    margin: 7px 0 0 0; 
}

.current-profile .social-list small {
    color: white; 
}

@media (max-width: 767px) {
    .current-profile .user-bg {
        height: 260px; 
    }
    
    .current-profile .user-pic {
        height: 72px;
        width: 72px; 
    }
    
    .current-profile .user-details {
        position: absolute;
        top: 100px; 
    }
    
    .current-profile .social-list {
        position: absolute;
        bottom: 0; 
    }
    
    .current-profile .social-list h3 {
        font-size: 16px; 
    }
}

.profile-dados {
    padding-top: 30px;
}

.profile-name {
    font-size: 20px;
}

.profile-button-detalhes {
    padding-top: 50px;
}

.profile-acessos-main {
    padding-top: 30px;
    padding-bottom: 30px;
}

.profile-acesso-dados {
    padding-top: 30px;
}

.profile-acesso-numero {
    font-size: 28px;
}

.profile-paginas-main {
    padding-top: 30px;
    padding-bottom: 30px;
}

.profile-pagina-numero {
    font-size: 28px;
}

.profile-participacoes-main {
    padding-top: 30px;
    padding-bottom: 30px;
}
.profile-likes-numero {
    font-size: 28px;
}

.profile-grafico-meus-cursos {
    min-height: 129px;
}

.profile-meus-cursos-main {
    /*min-height: 220px;*/
}

.classQuebraLinha{
    overflow-wrap: break-word;
}

.profile-spinner-grafico {
    font-size: 7em;
    margin-top: 10%;
}

.img-profile {
    max-height: 195px;
}

.current-profile .user-bg {
    background: url(../SERVIDOR_arquivos/img/profile-bg.jpg)  no-repeat;
    background-position: bottom center;
    height: 280px;
    position: relative;
}
