.sidebar_ultimosposts {
    padding: 0 !important;
    position: relative;
    z-index: 1;
}

.sidebar_ultimosposts::before{
    text-align: center;
    content: "Matérias Populares";
    font-family: "Lato";
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    letter-spacing: .4px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    border-bottom:1px dotted #888;
}

.sidebarposts li{
    clear: both;
    margin-bottom: 0px;
    position: relative;
    min-width: 100%;
    vertical-align: middle;
    margin: 0px auto;
    padding: 0 4px;
    border-bottom: 1px dotted #888;
    transition: .2s;
}

.sidebarposts li figure{
    transition: .2s;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 2px solid #eee;
    width: 125px;
    height: 125px;
    margin: 15px 0 15px 10px !important;
    color: #FFF;
    font-size: 10px;
}

.sidebarposts li figure img{
    height: 125px;
    object-fit: cover;
}

.sidebarposts li:hover{
    background: #FFF;
}

.sidebarposts li:hover figure{
    border-color: #860542;
}

.sidebarposts li:hover a{
    text-decoration: none !important;
}

.sidebarposts li:hover strong {
    color: #860542;
}

.sidebarposts li:last-of-type{
    border: none;
}

.sidebarposts li a{
    display: table;
    width: 100%;
    vertical-align: middle;
    text-decoration: none!important;
    color: #000;
}

.sidebarposts li strong{
    -webkit-border-radius: 2px;
    display: table-cell;
    line-height: 20px;
    font-family: "Lato";
    letter-spacing: .5px;
    font-weight: normal;
    -moz-border-radius: 2px;
    padding: 0px 10px 0px 10px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 700;
    text-align: left !important;
    min-width: 100%;
}

.widget-title{
    text-align: center;
    content: "Matérias Populares";
    font-family: "Lato";
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: .4px;
    color: #000;
    font-weight: 700 !important;
}