/*   +++++++++++++++++++++++++++++ inizio contatti  ++++++++++++++++++++++++++*/

#contatti {
	width: 100%;
	background-color: #f8f8f8;
	min-height: 310px;

}

#boxContatti {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

#boxContatti p {
	width: 45%;
	float: left;
	font-weight: 500;
	text-align: left;
	line-height: 28px;
	padding: 20px;
}

#contatti span {
	color: var(--marroncino);
	text-decoration: underline;
	text-transform: uppercase;
}

span#corsivo {
	font-style: oblique;
	text-decoration: none;
	text-transform: none;
	color: var(--grigiomedio);
}

#boxButton {
	float: right;
	width: 45%;
	height: 200px;
	position: relative;
}


button,
[role="button"] {
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	cursor: pointer;
	width: 250px;
	height: 50px;
	background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
	border-radius: 30px;
	border: 1px solid #8F9092;
	box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 0 #CECFD1;
	transition: all 0.2s ease;
	font-family: 'M PLUS 1 Code', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	color: var(--grigio);
	text-shadow: 0 1px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.2s;
}

button:hover {
	cursor: pointer;
	color: var(--rosa);
	width: 255px;
	height: 52px;
	text-shadow: 0 1px #fff;
	background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:901px) and (max-width:1050px) {
	#contatti {
	min-height: 300px;

}
	#boxButton {
		height: 250px;
	}
}

@media screen and (min-width:781px) and (max-width:900px) {
	#contatti {
	min-height: 400px;

}
	#boxButton {
		height: 290px;
	}

}

@media screen and (min-width:601px) and (max-width:780px) {
	#boxButton {
		height: 120px;
		float: none;
		width: 100%;
	}

	#boxContatti p {
		width: 80%;
		margin: 10px auto;
		float: none;
		line-height: 26px;
	}

}

@media screen and (min-width:481px) and (max-width:600px) {
	#boxButton {
		height: 120px;
		float: none;
		width: 100%;
	}

	#boxContatti p {
		width: 80%;
		margin: 10px auto;
		float: none;
		line-height: 24px;
	}

}

@media screen and (min-width:331px) and (max-width:480px) {
	#boxButton {
		height: 120px;
		float: none;
		width: 100%;
	}

	#boxContatti p {
		width: 80%;
		margin: 10px auto;
		float: none;
		line-height: 26px;
	}
}

/*   +++++++++++++++++++++++++++++ fine servizi  ++++++++++++++++++++++++++*/
