/**
CONTAINER HOME-BLOG
*/
@media (max-width: 600px){
    #banner .container{
        margin-top: 90px;
        margin-bottom: 50px;
    }
}

/**
Destaque
*/

#banner .featured .info_featured_ {
    top: -19px!important;
}

#banner {
    height: 450px!important;
}

@media only screen and (max-width: 990px) and (min-width: 690px){

    #banner{
        height: 88vh!important;
    }

    #banner .featured .info_featured_ {
        top: 331px!important;
        height: 65vh!important;
    } 
}


@media only screen and (max-width: 689px) and (min-width: 601px){

    #banner .featured .info_featured_ {
        top: 350px!important;
    }

    #banner {
        height: 80vh!important;
    }

    #banner .featured .info_featured_ {
        position: absolute;
    }
}

@media only screen and (max-width: 600px) and (min-width: 461px){

    #banner .featured .info_featured_ {
        top: 350px!important;
    }

    #banner {
        height: 80vh!important;
    }

    #banner .container {
        margin-top: 140px!important;
        margin-bottom: 50px;
    }

    #banner .featured .info_featured_ {
        position: absolute;
    }
}

@media only screen and (max-width: 460px) and (min-width: 0px){
    
    #banner {
        height: 80vh!important;
    }

    #banner .featured .info_featured_ {
        top: 212px!important;
        position: absolute!important;
    }
}

/**
POSTS
*/
/*Altera Tamanho do href dos posts no blog*/
a.ab {bottom: 10px!important;}

@media (max-width: 600px){
    a.ab {bottom: 60px!important;}    
}


a.ab-destaque{
    text-decoration: none;
}


/**
ARTIGOS RELACIONADOS
*/

@media only screen and (max-width: 767px) and (min-width: 634px){


    .arti .box_arti {
        position: relative!important;
        height: 100%!important;
        margin-bottom: 150px!important;
    }

    .arti .box_arti ._cont_arti h2 {
        font-weight: 700!important;
        font-size: 17px!important;
        line-height: 22px!important;
        transition: all .5s ease!important;
        display: flex!important;
        margin-bottom: 9px !important;
        padding: 0px!important;
    }

}

@media only screen and (max-width: 633px) and (min-width: 377px){

    .arti .box_arti{
      
        position: relative!important;
        height: 100%!important;
        margin-bottom: 18px!important;

    }

    .arti .box_arti ._cont_arti h2 {
        font-weight: 700!important;
        font-size: 17px!important;
        line-height: 22px!important;
        transition: all .5s ease!important;
        display: flex!important;
        margin-bottom: 9px !important;
        padding: 0px!important;
    }

}

@media only screen and (max-width: 376px) and (min-width: 0px){

    .arti .box_arti {
        position: relative!important;
        height: 100%!important;
        margin-bottom: 30px!important;
    }

    .arti .box_arti ._cont_arti h2 {
        font-weight: 700!important;
        font-size: 17px!important;
        line-height: 22px!important;
        transition: all .5s ease!important;
        display: flex!important;
        margin-bottom: 0px !important;
        padding: 0px!important;
    }

    .arti .box_arti .category {
        font-size: 14px!important;
    }

}

/*
Cursor pointer nos links da gategoria
*/
article .content_post .category {cursor:pointer!important;}
.info_featured_ .category {cursor:pointer!important;}

/**
PAGINA TAGS
*/
#files{
    margin-top: 50px!important;
}


/**
MAIS LIDOS
*/

@media (max-width: 690px){
    #side_bar .most_read h3 {
        font-size: 20px !important;
        line-height: 25px!important;
    }
}