.categoria-banner {
    height: 260px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 2rem;
}

.categoria-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .7), transparent);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.categoria-banner__badge {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    color: #000;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
}

