/*** GENERAL ***/
.dbbanners_home .splide__arrow {
    top: 50%;
}
.dbbanners_home .splide__arrow--prev {
    right: inherit;
}
.dbbanners_home .dbslider img,
.dbbanners_home .dbslider_small img{
    width: 100%;
    height: auto;
}
/*** HOME ***/
#splide_dbbanners_home.splide .splide__track {
    margin-left: 0;
    margin-right: 0;
}
.format_1 .splide__slide img {
    width: 100%;
    height: auto;
}
.format_1 .splide .splide__track {
    margin-left: 0;
    margin-right: 0;
}
.dbbanners_home.format_2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.format_2 .dbslider {
    width: calc(75% - 20px);
    margin-right: 20px;
}
.format_2 .dbslider_small {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.format_3 {
    margin-top: 8px;
}
.format_3 .splide__slide img {
    width: 100%;
    height: auto;
}
.format_3 .dbslider_small {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.format_3 .dbslider_small .banner_homesmall {
    width: calc(50% - 10px);
}
.format_3 .dbslider_small .banner_homesmall a,
.format_3 .dbslider_small .banner_homesmall img {
    width: 100%;
    height: auto
}
.format_4 .dbslider_small {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.format_4 .dbslider_small .banner_homesmall {
    width: calc(25% - 15px);
}
.format_4 .dbslider_small .banner_homesmall a,
.format_4 .dbslider_small .banner_homesmall img {
    width: 100%;
    height: auto
}

/*** PRODUCT ***/
.dbbaners_product .bannerproduct {
    margin-top: 12px;
}
.dbbaners_product img {
    width: 100%;
    height: auto;
}

/*** CATEGORY ***/
.dbbaners_category {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.dbbaners_category .bannercategory {
    width: 100%;
    display: table;
}
.dbbaners_category .bannercategory img {
    width: 100%;
    height: auto;
}

/*** CATEGORY LIST ***/
.banner_productlist {
    width: 100% !important;
    margin: 0 8px 16px 8px;
    background-color: #FFF;
    padding: 32px;
    position: relative;
}
.banner_productlist .title {
    font-weight: 600;
    font-size: 1.2rem;
    max-width: calc(100% - 24px);
}
.banner_productlist .icon_info i {
    position: absolute;
    right: 2rem;
    top: 2rem;
}
.banner_horizontal {
    width: 100% !important;
    position: relative;
    margin: 0 8px 16px 8px;
}
.banner_horizontal img {
    width: 100%;
    height: auto;
}
.banner_productlist .banner_custom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.banner_productlist .banner_custom .contenido_banner {
    width: 70%;
}
.banner_productlist .banner_custom .img_banner {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
.banner_productlist .banner_custom .img_banner img {
    max-width: 120px;
    height: auto;
}
.banner_vertical {
    display: flex;
}
.banner_vertical a {
    margin-bottom: 16px;
}
.banner_vertical img {
    height: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    .banner_productlist {
        padding: 16px;
    }
    .banner_productlist .banner_custom .contenido_banner {
        width: 100%;
    }
    .banner_productlist .banner_custom .img_banner {
        width: 100%;
        margin-top: 16px;
        justify-content: flex-start;
    }

    /*HOME*/
    .format_2 .dbslider {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .format_2 .dbslider_small {
        width: 100%;
    }
    .format_3 .dbslider_small .banner_homesmall {
        width: 100%;
    }
    .format_4 .dbslider_small .banner_homesmall {
        width: calc(50% - 10px);
    }
}