.img-main{
    position: relative;
}

.section-item{
    margin-bottom: 3rem;
    position: relative;
}

.overlay {
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 1); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    z-index: 10;
}

.section-nombre{
    font-family: 'Signika', sans-serif;
    position: absolute;
    color: white;
    font-weight: bolder;
    font-size: 4rem;
    top: 86%;
    left: 4%;
    z-index: 2;
}

/*-------------------Best----------------*/

#lo-mejor-slider-container{
    max-height: 40vh;
    max-width: 90%;
}

.lo-mejor.slider{
    width: 80%;
}
.bestof-title {
    border-bottom: 1px solid black;
    margin-bottom: 3rem;
}

.slick-arrow{
    z-index: 10;
}

.slick-prev {
    top: 20%!important;
    left: 15px!important;
    
}
.slick-next {
    top: 20%!important;
    right: 15px!important;
}
.slick-prev:before,
.slick-next:before{
    color: grey!important;
}

/*-------------------filter styles--------------*/

.sectionbanner {
    max-height: 85vh;
    overflow: hidden;
    margin-bottom: 3rem;
}

@media screen and (max-width: 700px) {
    .section-nombre{
        font-size: 2.5rem;
        top: 86%;
        left: 4%;
    }
    .slick-prev {
        top: 20%!important;
        left: -10px!important;
        
    }
    .slick-next {
        top: 20%!important;
        right: -10px!important;
    }
    .lo-mejor-card{
        min-height: 28vh;
    }
}