.box-wiki {
    background: #d5d5d5;
    padding: 10px;
    border-radius: 5px;
}

.listagem-wikis {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px 0;
}

section.body-produtos {
    padding: 10px 5px;
}

h4.titulo-wiki {
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

h4.mapeamento-pastas {
    padding: 15px 5px;
    text-align: center;
}


p.descicao-content {
    font-size: 15px;
    color: #333;
}

.space-inpu-busca {
    width: 100%;
    position: relative;
}

.input-busca {
    width: 100%;
}

.btn-busca {
    position: absolute;
    right: 0;
    top: 2px;
    padding: 6px 20px;
    background: var(--blue-color);
    border-radius: 0 5px 5px 0;
    font-size: 20px;
    color: white;
}