.card-download {
    position: relative;
    color: white;
    padding: 4.8rem 2rem;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-color: #035594;
    min-height: 325px;
}

.card-download::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0; /* gradiente na base */
    transition: opacity 0.3s ease;
}


.card-download > * {
    position: relative;
    z-index: 2; /* conteúdo por cima de tudo */
}

.card-download .icon {
    width: 56px;
    height: 56px;
}

.card-download h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 1rem;
    max-width: 76%;
}

.card-download span {
    color: white;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 85px;
}

#download-container{
    max-width: 1070px;
}

#resultados h3{
    color: #1F1F20;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.card-d-cat-manual h4{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.card-d-cat-manual .size{
    color: #817B7B;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
}

.card-d-cat-manual{
    border: 1px solid #DED9D8;
    min-height: 204px;

}

.card-img-produto{
    min-height: 192px;
    align-self: center;
    align-content: center;
    height: 100%;
}

.referencia{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.title-soft{
    color: #1F1F20!important;
    font-size: 40px!important;
    font-style: normal!important;
    font-weight: 700!important;
}

.textos{
    padding: 80px;
}