#sub_titulo_amarelo {
    background-image: linear-gradient(to right, #FCB530, #F69331);
    height: 60px;
    color: #005f98;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 700;
}


#conteudo_logos{
    width: 100%;
    height: 100px;
}

#conteudo_documentos{
    width: 100%;
}

#conteudo_documentos{
    width: 100%;
    height: 400px;
}

#icone_materiais{
    width: 10%;
    height: 50px;
    background-image: linear-gradient(to right, #0092C6, #0366A0);
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#conteudo_documentos #documento a{
    text-decoration: none;
}


#conteudo_documentos #documento{
    width: 40%;
    height: 50px;
    float: left;
    margin-left: 7%;
    margin-top: 20px;
}



#item_documentos {
    width: 90%;
    height: 50px;
    background-image: linear-gradient(to right, #0092C6, #0366A0);
    float: left;
    /* margin-top: 20px; */
    /* margin-left: 7%; */
    color: #FFFF;
    font-size: 17px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-weight: 700;
}



/*Layout Mobile width 1000px*/
@media screen and (max-width: 1000px) {
    #item_documentos {
         font-size: 15px;
        /* width: 90%;
        margin-left: 5%; */
    }

    
    #conteudo_documentos #documento{
        width: 90%;
        float: none;
        margin-left: 5%;
    }

    #conteudo_documentos{
        height: auto;
        margin-bottom: 70px;
    }
}