.titulo-categoria,.titulo-categoria strong {
    font-size: 20px;
    border: 0;
    text-align: center;
    font-weight: 700;
    color: #D4A68E;
    line-height: 1
}

.listagem-item a.add-fav {
    right: 5px;
    position: absolute;
    z-index: 30;
    top: 5px;
    height: 30px;
    width: 30px;
    background: #000;
    border-radius: 35px;
    text-decoration: none;
    display: flex
;
    align-items: center;
    justify-content: center;
}