/* caroselli con contatori */
.card .card-body {
	border-radius: 0px;
}
.card.box1, .card.box2, .card.box3, .card.box-statica {
	height: 450px;
	border-radius: 0px;
}
.card.box1 .card-img-overlay, .card.box2 .card-img-overlay, .card.box3 .card-img-overlay, .card.box-statica .card-img-overlay {
	padding: 0px;
	border-radius: 0px;
}
.counter-position {
  width: 50px;
  float: left;
  margin-left: 70px;
  margin-top: 6px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
}
.box1 img, .box2 img, .box3 img, .box-statica img {
	display: block;
	border-radius: 0px;
	height: 450px;
	object-fit: cover;
}
.owl-carousel .owl-item img {

}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	color: #ffffff !important;
	font-size: 16px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent !important;
	color: #c70000 !important;
}
.slider-box-1.owl-theme .owl-nav, .slider-box-2.owl-theme .owl-nav, .slider-box-3.owl-theme .owl-nav {
	position: absolute;
  bottom: 40px;
}
.slider-box-1.owl-carousel .owl-nav button.owl-prev, .slider-box-2.owl-carousel .owl-nav button.owl-prev, .slider-box-3.owl-carousel .owl-nav button.owl-prev {
	display: inline-block;
	position: absolute;
	left: 48px;
}
.slider-box-1.owl-carousel .owl-nav button.owl-next, .slider-box-2.owl-carousel .owl-nav button.owl-next, .slider-box-3.owl-carousel .owl-nav button.owl-next {
	display: inline-block;
	position: absolute;
	left: 120px;
}
.title-box-card {
	font-size: 30px;
}
/*----------------*/
/* carosello index brand */
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span {
	background: #999999 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #000000 !important;
}
.slider-brand .carousel-indicators [data-bs-target] {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #999999;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 1;
}
.slider-brand .carousel-indicators .active {
	background-color: #c70000;
}
/*----------------*/

.clicca-statico {
	position: absolute;
	bottom: 10px;
}
.titolo-banner{
	font-size: 26px!important;
}

.p-banner{
	font-weight: 300!important;
	font-size: 18px!important;
}
.p-t-l {
	font-weight: 400;
	font-size: 14px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.titolo-slider{
	font-size: 26px!important;
}

.p-slider{
	font-weight: 300!important;
	font-size: 18px!important;
}

.img-fluid {
	width: 100%;
  }

.button-home {
  font-size: 13px;
  font-weight:700!important;
  --bs-btn-color: #c70000!important;
  --bs-btn-bg: #fff!important;
  --bs-btn-border-color: #fff!important;
  --bs-btn-hover-color: red!important;
  --bs-btn-hover-bg: #fff!important;
  --bs-btn-hover-border-color: none!important;
  --bs-btn-focus-shadow-rgb: 49,132,253!important;
  --bs-btn-active-color: #fff!important;
  --bs-btn-active-bg: #000!important;
  --bs-btn-active-border-color: #000!important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)!important;
  --bs-btn-disabled-color: red!important;
  --bs-btn-disabled-bg: #fff!important;
  --bs-btn-disabled-border-color: #fff!important;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
	top: 50%;
  transform: translateY(-50%);
  display: block;
  height: max-content;
}

/* Declare heights because of positioning of img element */
.carousel-item {
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
