.slider-custom .swiper-scrollbar-drag {
    background: #3333CC;
}
.swiper-button-next1:after, .swiper-button-prev1:after {
   
	display: none;
}
.swiper-button-next1, .swiper-button-prev1 {
	width: 40px;
}
.custom-arrow .swiper-button-next {
    background-image: url("/wp-content/uploads/2024/09/chevron-next-circle.png") !important;
    background-repeat: no-repeat;
    top: 97% !important;
}

.blue_bg{
	background-color: #3B5977;
}

.darkerblue_bg{
	background-color: #172B4F;
}

.black_bg{
	background-color: #0A1E2D;
}

.custom-arrow .swiper-button-prev {
    left: unset !important;
    right: 70px !important;
    top: 97% !important;
    background-image: url("/wp-content/uploads/2024/09/chevron-next-circle.png") !important;
    background-repeat: no-repeat;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.swiper-scrollbar1 {
  
    background: #fff;
}

.swiper-tematiche .card-custom {
	color: #fff;
	/*background: #3333CC;*/
	border-radius: 0 0 4px 20px;
		box-shadow: 5px 5px 32px 0px rgba(0, 0, 0, 0.1);
	padding: 2rem;
}

.swiper-tematiche .card-custom{
	height: 225px;
}

.card-img {
	box-shadow: 5px 5px 32px 0px rgba(0, 0, 0, 0.1) !important;
	border-radius: 4px 4px 0 0 !important;
}
@media only screen and (max-width: 1000px) {
		.slider-visible-mobile {
		display: block !important;
	}
}

@media only screen and (max-width: 768px){
	.swiper-tematiche .card-custom{
		height: 175px;
	}
}