#categoryBg {
    background-color: #f1f1f1;
    padding-top: 25px;
}

#parentCategorias {
    background: #f1f1f1;
}

#parentCategorias h1 {
    color: #000
}

#parentCategorias h3 {
    color: #000;
}

/* #parentCategorias img {
    width: 100%;
    height: 500px;
} */

#categoriasSlider .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

#categoriasSlider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
}

#categoriasSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
}

#categoriasSlider .swiper-slide-active img{
    opacity: 0.4;
}

#categoriasSlider .swiper-slide-active > a > h3 {
    display: flex;

} 

.contenedor {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.categoriaName {
    position: absolute;
    display: none;
}

.distintive-img {
    position: fixed;
    bottom: -10px;
    left: 20px;
    z-index: 89;
}

.distintive-img img{
    width: 230px;
    opacity: 0.3;
}

#marcasList {
    max-height: 50em;
    overflow-y: scroll;
}

#categoryList {
    max-height: 50em;
    overflow-y: scroll;
}

#categoryList::-webkit-scrollbar-track, #marcasList::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}


@media only screen and (max-width: 991px) {
    .distintive-img img{
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    .parentCategorias {
        padding-left: 0px !important;
    }
        
    .categoriasSlider {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5em;
        margin-left: 0;
        margin-right: 0;
    }

    .categoria-ctn-mobile img, .categoria-ctn-mobile a{
        width: 100%;
        height: 100%;
    }

    .categoria-ctn-mobile img{
        opacity: 0.8;
    }

    .categoriaName {
        position: absolute;
        display: flex;
    }

    #parentCategorias h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    #marcasList {
        max-height: 30em;
        overflow-y: scroll;
    }

    #categoryList {
        max-height: 35em;
        overflow-y: scroll;
    }
}
