@media (max-width:575px) {


}

@media (min-width:576px) and (max-width:767px) {


}

@media (max-width:767px) {

/*-----------------------------------------------------------------------------------*/
/*-------------------------------PAGE-BLOG-TOP---------------------------------------*/
/*-----------------------------------------------------------------------------------*/

    .archive-headline-block-news .content-title {
        min-height: auto;
    }


    .headline-side a.post {
        /*border-bottom: 5px solid rgba(212,212,212,1.00);*/
        margin-top: 1.25rem;
    }

    .page-blog-top h1 {
        font-size: 1.37rem !important;
    }


    .page-blog-top .blog-avatar-icon  {
        width: 10%;
    }

    .page-blog-top span {
        font-size: 0.9rem;
    }

    .page-blog-autor {
        text-align: center;
    }

    .page-blog-autor .img-post {
        margin-bottom: 1rem;
    }

    .page-blog-autor .autor-info p {
        font-size: 0.7rem !important;
    }
    

}

@media (min-width:768px) and (max-width:991px) {

    .page-blog-top .blog-avatar-icon  {
        width: 10%;
    }
    
    .page-blog-top span {
        font-size: 2rem;
    }
    

}

@media (min-width:992px) {


}