.white {
	color:white;
}

.bordosotto {
	border-bottom:1px solid #707070;
	padding-bottom: 7px;
	max-width: 250px;
}

.altezzafissabox111 .vc_column-inner {
	min-height: 170px;
	  padding-left: 45%;
	  background-size: 170px;
	  padding-top: 0 !important;
}

.bf-cta-buttons{
	display:flex;
	flex-direction:column;
	gap:22px;
}

.font24pxnew1.white {
	color:white !important;
}

.bf-cta-btn{
	display: inline-block;
	  align-items: center;
	  justify-content: center;
	  width: 450px;
	  min-height: 50px;
	  padding: 14px 20px;
	  font-size: 24px;
	  font-weight: 700;
	  text-transform: uppercase;
	  text-decoration: none;
	  text-align: center;
	  line-height: 1.2;
	  letter-spacing: 0.5px;
	  transition: background-color .3s ease, color .3s ease, border-color .3s ease;
	  box-sizing: border-box;
	  margin-bottom: 10px !important;
}

/* Bottone bianco */
.bf-cta-btn--light{
	background:#ffffff;
	color:#0b3d69 !important;
	border:2px solid #ffffff;
}

.bf-cta-btn--light:hover{
	background:#0b5ea8;
	color:#ffffff !important;
	border-color:#ffffff;
}

/* Bottone blu con bordo */
.bf-cta-btn--outline{
	background:#0b5ea8;
	color:#ffffff !important;;
	border:2px solid #ffffff;
}

.bf-cta-btn--outline:hover{
	background:#ffffff;
	color:#0b5ea8 !important;;
	border-color:#ffffff;
}

.bf-project-showcase-slider{

	position:relative;

	max-width:1500px;
	margin:auto;

	padding:0 90px;

}

.bf-project-showcase-slider__slide{

	display:grid;
	grid-template-columns:1fr 1fr;

	align-items:center;

	gap:70px;

}

.bf-project-showcase-slider__image{

	width:100%;

}

.bf-project-showcase-slider__image img{

	display:block;

	width:100%;

	height:auto;

}

.bf-project-showcase-slider__category{

	display:block;

	margin-bottom:5px;

	text-transform:uppercase;

}

.bf-project-showcase-slider__title{

	margin:0 0 20px;

}

.bf-project-showcase-slider__content {
	width:80%;
}

.bf-project-showcase-slider__text{

}

.bf-project-showcase-slider__arrow{

	position: absolute;
	  top: 50%;
	  width: 60px;
	  height: 60px;
	  transform: translateY(-50%);
	  border: none;
	  border-radius: 15px;
	  background: #005aa9;
	  color: #fff;
	  cursor: pointer;
	  transition: .3s;
	  z-index: 20;
	  align-content: center;
	  justify-items: center;
	  text-align: center;

}

.bf-project-showcase-slider__arrow:hover{

	background:#003d73;

}

.bf-project-showcase-slider__arrow--prev{

	left:0;

}

.bf-project-showcase-slider__arrow--next{

	right:0;

}

.bf-project-showcase-slider__arrow i{

	font-size:30px;

}

.altezzafissabox2newsite {
  min-height:65px;
}


@media (max-width:1300px){
	.vc_custom_1785418692015 {
		background-position: center center;
	}
	
}

@media (max-width:991px){

	.bf-project-showcase-slider{

		padding:0 25px;

	}

	.bf-project-showcase-slider__slide{

		grid-template-columns:1fr;

		gap:40px;

	}

	.bf-project-showcase-slider__category{

		font-size:30px;

	}

	.bf-project-showcase-slider__title{

		font-size:36px;

	}

	.bf-project-showcase-slider__text{

		font-size:19px;

	}

	.bf-project-showcase-slider__arrow{

		display:none;

	}

}

@media (max-width:767px){

	.bf-project-showcase-slider{

		padding:0;

	}

	.bf-project-showcase-slider__category{

		font-size:24px;

	}

	.bf-project-showcase-slider__title{

		font-size:28px;

	}

	.bf-project-showcase-slider__text{

		font-size:17px;

	}

}