.main_content{
    height: auto !important;
}

.item_download {
    background-image: url("../../../img/bg_lista_downloads.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: cover;
}

#documentos-grid{
    width: 90%;
    margin-left: 5%;
}

#link-documento{
    width: 30%;
    height: 83px;
}

.selected {
    background-color: #b4aeae !important;
    color: rgba(0,0,0,.87);
}

.doc-tipo{
    background-color: #f7f7f7;
    border:0px;
    border-bottom: 1px solid #08A55B;
    margin-right: 5px;
}

@media only screen and (min-width: 581px) and (max-width: 850px){
    #link-documento {
        width: 45% !important;
        height: 83px;
      }
    #main_content{
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    #documentos-grid{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 580px){
    #link-documento {
        width: 100% !important;
        height: 83px;
      }
    #main_content{
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    #documentos-grid{
        margin-top: 70px !important;
    }
}
