body{
	overflow-x: hidden;
}
.contact-container{
	width: 75%;
	margin:	auto;
}

.intestazione{
	margin: 3rem 0rem;
}

.intestazione h2{
	font-size: 2rem;
}

.contact-container h3{
	margin-top: 1rem;
	font-size: 1.5rem;
	font-weight: bold;
}
@media only screen and (max-width:767px){
	.contact-container h3{
		font-size: 1.2rem;
	}
}

.intestazione span	{
	font-weight: bold;
	font-size: 1.5rem;
}

.intestazione ul[role=alert]{
	list-style: none;
	font-size: 2rem;
	padding: 0rem;
}

.intestazione li[role=alert]{
	margin: 0.8rem 0rem;
}

.lista-contatti li{
	font-size: 1rem;
	margin-left: 0.5rem;
}

.lista-contatti i{
  margin-right: 5px;
}

.form-contatti h4{
	margin:0 1.5rem 1.5rem 1.5rem;
	padding-top:1rem;
}
@media only screen and (max-width: 767px){
	.lista-contatti li{
		font-size: 1rem;
	}
	.form-contatti h4{
		padding: 0;
	}
}

.form-contatti{
	background-color:rgba(242, 242, 242, 0.51);
	/* margin-top:1rem; */
	margin-bottom:3rem;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px 20px 20px rgba(0, 0, 0, 0.1);


}


.form-group{
	margin:1.5rem;
	display: flex;
	flex-direction: column;
}

.form-group label{
	margin-top:0.5rem;
	margin-bottom: 0.5rem;
	font-size: 1rem;
}
@media only screen and (max-width:767px){
	.form-group{
		margin: .5rem 1.5rem;
	}
	.form-group label{
		font-size: 1rem;
	}
}

#map {

	height: 20rem;
	width: 100%;
	transition: all .2s ease-in-out
}

#map:hover{
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), 0px 20px 20px rgba(0, 0, 0, 0.1);
}

.mapDiv{
	margin-top: 0rem;
	display:flex;
	flex-direction: column;



}

.btnSend{
  width: fit-content;
  border: none;
  padding: 0.45rem 2rem;
  border-radius: 0.3rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

@media only screen and (max-width:767px){
	.btnSend{
		font-size: 1rem;
	}
}

.btnSend:hover{
	-webkit-box-shadow: 0px 10px 23px -6px rgba(0,0,0,0.34);
	box-shadow: 0px 13px 23px -6px rgba(0,0,0,0.34);
	background-color:rgb(40,42,44);
	transition: all 0.2s ease-out;

}


input, textarea{
	width: 100%;
	display: inline;
	border: 1.5px solid;
	border-color: #ced4da;
	border-radius: 0.4rem;
}

input{
	padding: 0.5rem;
}

@media screen and (max-width: 940px){

	.contact-container{
	width: 100%;

	}

	.form-contatti{
	box-shadow: none;
	}

	.intestazione{

		margin:1rem 1rem;
	}

	.intestazione span,.intestazione h2{

		font-size:1.5rem;
	}
	.intestazione li{

		margin-left:0rem;
	}



	.mapDiv h4{
		margin-left:1.5rem;
	}

}



}
