.post_popular {
  position: relative;
  display: flex;
}

.popular-post_imagen {
    position: relative;
    min-width: 75px;
    height: 75px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.popular-post_imagen .hs-featured-image {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    object-fit: cover;
    z-index: -1;
    height: unset;
    border-radius: unset;
}

.post_popular .contador{
      top: 0px;
    left: 0px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    text-align: center;
    display: none;
            justify-content: center;
    background-color:var(--color-primary);
}

span.contador::before {
    content: counter(contador);
    counter-increment: contador;
    color: white;
    font-size: .9rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
}

.popular-post_info .topics {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-primary);
    font-size: .7rem;
    font-weight: bold;
}

.blog-sidebar .popular-post_info p, .popular-post .popular-post_info p  {
    line-height: 1.2;
    margin: 0.5rem 0;
    color: var(--color-tipografia);
    font-size: .9rem;
    font-weight: 400;
    font-family: var(--pao);
}
  
.hs_cos_wrapper_type_post_filter ul li {
    display: inline-block;
    margin-bottom: 0;
}

.hs_cos_wrapper_type_post_filter .tagcloud ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 8px;
    display: inline-block;
    color: var(--color-primary;
    border: 1px solid var(--color-primary);
}