
.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){
}

.header-topic {
    picture img {
        height: 270px;
        @media (min-width:820px){
            height: 430px;
        }
        @media (min-width:2100px){
            height: 500px;
        }
    }
}

.body-topic{
    margin-top: 0;
}
.body-topic-product {
    margin-top: -50px;
    position: relative;
    .row-product-topic {
        width: 100%;
        background: var(--c-blanco);
        border-radius: 20px;
        position: relative;
        min-width: 270px;
        @media (min-width:768px){
            width: 48%;
            min-width: 230px;
        }
        @media (min-width:1024px){
            max-width: 310px;
            width: 100%;
        }
        img {
            border-radius: 20px 20px 0 0;
            width: 100%;
            max-height: 220px;
            object-fit: cover;
        }
        .float-descuento {
            position: absolute;
            right: 20px;
            top: 0;
            border-radius: 0 0 10px 10px;
        }
    }
    .list-prod {
        padding: 15px;
        margin-top: -25px;
        position: relative;
        background: var(--c-blanco);
        border-radius: 20px;
        color: var(--c-scale-80);
        height: 100%;
        @media (min-width:1024px){
            padding: 20px;
        }
        .title-product {
            font-size: 12px;
            font-weight: 400;
            flex-grow: 1;
            strong {
                font-size: clamp(1.5rem, 1.9vw, 1.9rem);
                /* font-size: 20px; */
                line-height: 1.3;
                span {
                    font-size: 14px;
                }
            }
        }
        .price-landing{
            h3{
                font-size: clamp(1.8rem, 2.1vw, 2.1rem);
            }
        }
        .badge-flotante {
            position: absolute;
            top: -14px;
            left: 20px;
        }
    }
}

/* Filtros Buscador de productos manuales */
.filtros-landing{
    .form-filter-landing{
        background: var(--c-blanco);
        padding: 15px;
        margin-top: -30px;
        border-radius: 20px;
        position: relative;
        box-shadow: var(--box-sh-home);
    }
    @media (min-width:820px){
        .form-control {
            width: fit-content;
            border-radius: 10px;
        }

    }
}
.main-peru{
    #filtro-pais{
        display: none;
    }
}
.item-descuento{
    display: none;
}

/* Landing Aruba */
.page-landing-aruba{
    .list-land{
        position: relative;
        h3{
            &:before{
                content: "";
                width: 12px;
                height: 12px;
                background: var(--c-scale-60);
                position: absolute;
                left: -30px;
                top: 0;
                bottom: 0;
                margin: auto;
                border-radius: 20px;
                box-shadow: 0 0 0px 3px var(--c-blanco), 0 0 0px 5px var(--c-scale-60);
            }
        }
        &:before{
            content: "";
            width: 1px;
            height: 70%;
            background: var(--c-scale-60);
            position: absolute;
            left: 15px;
            top: 48px;
            @media (min-width:1024px){
                top: 32px;
            }
        }
        &:last-child:before{display: none;}
    }
}