.poster-pub img, .online-people img{
    width: 40px;
    border-radius: 50%;
}

.person img{
    border: 4px solid #36b5ff;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    display: block;
    margin: auto;
}

.blur-on-more{
    background: #b3b3b3;
    height: 15px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(8px);
    position: relative;
    bottom: 45px;
}

.corpo{
    overflow: hidden;
    clear: both;
}

#share-buttons img {
    width: 50px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

#share-buttons{
    text-align: center;
}

.pub-content{
    height: 120px;
    overflow: hidden;
}

.text-resumo-pub{
    font-size: 14px;
}

.person{
    display: inline-block;
    margin: auto;
    margin-right: 80px;
}

.arredondar{
    border-radius: 50%;
}

.online-people{
    overflow-x: scroll;
    margin-bottom: 50px;
}

.content-people{
    width: max-content;
}

.comment-icon-pub{
    margin-left: 15px;
}

.pub-title{
    font-size: 15px;
}

.div-icons-pub{
    text-align: center;
    font-size: 14px;
}

hr{
    margin-top: 0px !important;
    border-top: 3px solid #d0d0d0;
}

.curtidas{
    font-size: 13px !important;
    position: absolute;
    top: 35px;
    right: 43px;
}

.comentarios{
    display: none;
}

.col-sm-10 p{
    margin-top: 2px;
    margin-bottom: 20px;
}

.poster-img-pub, .poster-name-date, .pub-options{
    display: inline-block;
}

.divisoria-pubs{
    overflow: hidden;
    clear: both;
}

.pub-options{
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 20px;
}

.poster-name-date{
    position: relative;
    top: 13px;
    left: 10px;
    font-size: 13px;
}

.divisoria-publicacoes{
    overflow: hidden;
}

.poster-pub{
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 15px;
}

.desc-pub{
    padding-top: 15px;
    height: 90px;
    overflow: hidden;
}

.img-pub-destaque{
    width: 100%;
}

.content-pub{
    overflow: hidden;
    clear: both;
    box-shadow: 0px 4px 10px #185e88;
}

.detalhes-pub-link{
    box-shadow: 0px 4px 10px #185e88;
}

.pub-col{
    margin-bottom: 15px;
}

.nome-pub{
    margin-top: 25px;
}

.txt-icon{
    display: none;
}


@media screen and (max-width: 1714px) {
    .inside-icon{
        display: block;
        font-size: 12px;
        position: relative;
        bottom: 5px;
    }
}  

@media screen and (max-width: 991px) {
    .div-icons-pub{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .inside-icon{
        font-size: 15px;
    }
}  

@media screen and (max-width: 900px) {
    .pub-title {
        font-size: 17px;
    }
}  

@media screen and (max-width: 767px) {
    .txt-icon{
    }
    .div-icons-pub {
        margin-bottom: 20px;
        font-size: 27px;
    }
    .pub-title {
        margin-bottom: 14px;
    }
    .desc-pub{
        height: auto;
    }
}  

@media screen and (max-width: 479px) {
    .poster-pub {
        padding-top: 10px;
    }
    .curtidas, .comentarios {
        position: initial;
        font-size: 12px !important;
    }
}

@media screen and (min-width: 768px){
    .content {
        padding: 10px 25px 40px 27px !important;
    }
}

@media screen and (min-width: 1200px){
    .div-icons-pub {
        position: relative;
        bottom: 2px;
    }
}