
/** New Contact **/
section.hero-new-contact {
	background-position: center center;
	background-size: cover;
	position: relative;
	min-height: 60vh;
	display: flex;
	align-items: center;
	padding-bottom: 10em;
}

section.hero-new-contact:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.4;
}

section.hero-new-contact .row {
	position: relative;
	z-index: 3;
	width: 100%;
}


.hero-new-contact h2 {
	color: #fff;
	font-size: 120px;
	margin-bottom: 0;
}

.hero-new-contact p {
	font-size: 26px;
	color: #fff;
	line-height: 1.6;
	margin-top: 20px;
}
.content-riquadro-contatti{
	cursor: pointer;
}
.riquadro-contatti-recpiti {
	padding: 2em;
	min-height: 400px;
	box-shadow: 0 10px 25px -20px #ddd;
	border-radius: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #fff;
	margin-top: -140px;
	z-index: 3;
	position: relative;
	margin-bottom: 60px;
}


.contatti-recapiti {
	padding: 0 0 9em 0;
}

.header-riquadro {
	height: 80px;
	background: #f27d39;
	background: -webkit-linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
	background: -moz-linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
	background: -ms-linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
	background: linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
	text-align: center;
	width: 80px;
	display: block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 0 auto 30px;
}

.header-riquadro i {
	color: #fff;
	font-size: 35px;
	line-height: 80px;
}

.content-riquadro p a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	display: inline-block;
}

.content-riquadro h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 900;
}
.content-riquadro p a {
	font-size: 15px;
	font-weight: normal;
}

@media screen and (max-width: 639px) {
	.hero-new-contact h2 {
		font-size: 38px;
	}

	.hero-new-contact p {
		font-size: 20px;
	}

	.riquadro-contatti-recpiti {
		margin-bottom: 150px;
	}

	section.hero-new-contact {
		background-position: center center;
		background-size: cover;
		position: relative;
		min-height: 50vh;
		display: flex;
		align-items: center;
		padding-bottom: 8em;
	}

}
