.documentos-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.documentos-lista .documento {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.doc-icon {
    font-size: 2rem;
    color: #d32f2f; /* rojo tipo PDF */
    margin-right: 15px;
}

.doc-info {
    flex: 1;
}

.doc-info strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
}

.doc-info small {
    color: #555;
}

.doc-download a {
    font-size: 1.5rem;
    color: #fbbd08; /* amarillo */
    text-decoration: none;
}

.doc-download a:hover {
    color: #d4a007;
}
