.acerca_de, .standard-post .down-content .previo{
    text-align: justify;
}

.autor{
    border-radius: 100%;
    width: auto;
}

.info{
    text-transform: uppercase;
    font-size: 13px;
    color: #8b8b8b;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.single-posts .single-post .down-content p{
    margin-top: 25px;
    text-align: justify;
}

.single-posts .single-post .down-content ul.post-info li .no-color:hover{
    color:#8b8b8b;
}

p.historia{
    line-height: 1.75em;
    text-align: justify !important;
    font-size: 20px;
}

.big-img{
    height: 320px;
    overflow-y: hidden;
}
@media only screen and (max-width: 600px){
    .big-img{
        height: auto;
    }
    .down-content .row .col-lg-6.col-md-6{
        width: 50%;
    }
    .px-4
    {
        padding-left: 0 !important;
    }
    .standard-post .down-content .comments-info i{
        margin-left: 5px;
        margin-right: 5px;
    }
    .standard-post .down-content ul.share-post li:first-child i{
        display: none;
    }

    .down-content .row .col-lg-7.col-md-6, .down-content .row .col-lg-5.col-md-6{
        width: 50%;
    }

    .single-posts .single-post .down-content ul.share-post li:first-child i{
        display: none;
    }
    .single-posts .single-post .down-content ul.tags li.o_movil{
        display: none;
    }
}