ul.archivo {display: block !important;}
ul.archivo li {
    display: block;
    text-align: left;
    cursor: pointer;
    /*padding: 10px 15px;*/
    margin-right: 0px !important;
    font-size: 15px;
}
ul.archivo li:not(:last-child) {margin-bottom: 5px;}
/*ul.motivos li {text-align: left; display: inline-block; cursor: pointer;}
ul.motivos li:not(:last-child) {margin-right: 20px;}*/
ul.archivo li span {
    top: 2px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    width: 15px;
    height: 15px;border: 2px solid #f57e2d;
    margin-right: 1px;
}
ul.archivo li span.active::after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #f57e2d;
    top: 2px; left: 2px;
}
div.archivo-input {height: 0;}
div.archivo-input input {visibility: hidden;} 

.other-categories {border: 0px solid #eee; padding: 0px !important;}
.other-categories .categories a {
    padding: 8px 12px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 0px 5px 5px 0;
    transition: .1s ease-in-out;
    border:2px solid #f4f4f4;
    color: #aaaaaa;
    /*margin: 5px 5px 0 0;*/
    /*color: #fff !important;
    background-color: #f57e2d !important;*/
    /*transition: .3s ease-in-out;*/
}
.other-categories .categories a:hover {color: #454545 !important; background-color: #ffffff !important; border-color: #454545; box-shadow: none !important;}

.post.post-details .category-container  > span {
    padding-right: 10px;
}
.post.post-details .category-container  .category{
    display: inline-block;
    padding-right: 20px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 8px 12px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    border:2px solid #f4f4f4;
    color: #aaaaaa;
}

.noticia-share a{
    transition: color .2s ease-out;
}
.noticia-share i{
    font-size: 15px;
    margin-right: 5px;
}
.noticia-share a:hover > i.fa-facebook{
    color:#3b5998;
}
.noticia-share a:hover > i.fa-x-twitter{
    color:#0F1419;
}
.noticia-share a:hover > i.fa-whatsapp{
    color:#25D366;
}

.expand-img i{
    color: white;
}

#noticia-cuerpo > div{
    font-size: 15px !important;
}