.banner__home_jb{
	position: relative;
	width: 100%;
}
.banner__home_jb img{
	width: 100%;
	aspect-ratio: auto;
}
.banner__home_jb .custom-slider-next-arrow, .banner__home_jb .custom-slider-prev-arrow{
	color: #fff;
	--swiper-navigation-size: 32px;
	margin: 0 15px;
	z-index: 2 !important;
}
.banner__home_jb .custom-slider-dot {
    width: 25px;
    border-radius: 2px;
    height: 4px;
}
.banner__home_jb .custom-slider-dots{
	z-index:2;
}
.banner__home_jb .custom-slider-dot.active-bullet {
    background: #f37421;
}
.responsive-slider {
    display: none;
}
@media (max-width:767px){
	.banner__home_jb .swiper-button-next, .banner__home_jb .swiper-button-prev{
		--swiper-navigation-size: 22px;
		margin: 0px;
	}
	.desktop-slider {
        display: none;
    }
    .responsive-slider {
        display: block;
    }
	.galeria-categorias-jb{
		margin-left: -5px;
	}
	.galeria-categorias-jb .custom-slider-list{
		padding-right: 10%;
	}
}
