
.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;
        }
    }
}

/* 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;}
    }
}