.titulo_doc{
    color: #3987EA !important;
    font-size: 24px !important;
    line-height: 29px !important;
}
.descripcion{
    font-size:16px !important;
    line-height: 19px !important;
}
.archivos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.caja_doc{
    width: 140px;
    height: 255px;
    box-shadow: 5px 5px 12px #A3B1C6, -5px -5px 12px #ffffff;
    margin: 25px 0px;
    border-radius: 10px;
}
.caja_doc > div > a > img{
    width: 160px !important;
    border-radius: 10px 10px 0px 0px;
}
.textos_docs{
    padding: 15px 5px 15px 15px;
}
.subtitulo{
    font-size: 17px !important;
    line-height: 21px !important;
    color: #000000 !important;
    
    
}
.descripcion_doc{
    font-size: 12px !important;
    line-height: 18px !important;
    margin-top: 15px;
    
}