
.title-topic-ct {
    img{
        width: 230px;
    }
    p{
        width: 60%;
        display: block;
    }
}
@media (min-width:820px){
    .title-topic-ct {
        img{
            width: 400px;
        }
    }
    
}

@media (max-width:819px){
}

.body-topic{
    margin-top: 0;
}
.body-topic-product {
    margin-top: -50px;
    position: relative;
    .row-product-topic {
        background: var(--c-blanco);
        border-radius: 20px;
        position: relative;
        min-width: 300px;
        @media (min-width:820px){
            max-width: 310px;
        }
        img {
            border-radius: 20px 20px 0 0;
            width: 100%;
            max-height: 220px;
            object-fit: cover;
        }
    }
    .list-prod {
        padding: 20px;
        margin-top: -25px;
        position: relative;
        background: var(--c-blanco);
        border-radius: 20px;
        color: var(--c-scale-80);
        height: 100%;
        .title-product {
            font-size: 12px;
            font-weight: 400;
            flex-grow: 1;
            strong {
                font-size: 20px;
                line-height: 1.3;
                span {
                    font-size: 14px;
                }
            }
        }
        .badge-flotante {
            position: absolute;
            top: -14px;
            left: 20px;
        }
    }
}