.bg-servizi {
	background-image: url('/frontend/img/header_servizi.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 460px;
}

.bg-servizi-overlay {
	height: 100%;
	width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: #1C2950;
    opacity: 0.6;
}

.copfor-img {
	width: 120px;
	height: auto;
}

.navbar {
	z-index: 1;
}

.max-container {
	max-width: 1320px;
    min-height: 285px;
	margin: 0 auto;
}

.opacity-01 {
	opacity: 0.1;
}

.opacity-02 {
	opacity: 0.2;
}

.bg-gradient-blu {
	background: rgb(0,87,175);
	background: linear-gradient(90deg, rgba(0,87,175,1) 0%, rgba(136,95,127,1) 100%);
}

.text-blu {
	color: #0858AC;
}

.text-viola {
	color: #815F82;
}

ul {
	list-style: none;
	padding: 0;
}

p {
	line-height: 1.5;
}

.letter-spacing-caption {
	letter-spacing: 1px;
}

.rounded-custom {
	border-radius: 20px 20px 20px;
}

.shadow-custom {
	box-shadow: 0px 0px 20px -16px rgba(0,0,0,0.5);
}

.col-link:hover {
	background: #edf5f8 !important;
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
	.bottom-negative {
		margin-bottom: -120px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.col-link {
		background-color: #edf5f8 !important;;
	}
  }