@charset "UTF-8";
/* CSS Document */

h1 {
	text-align: center;
	font-family: "Rubik", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 1px;
	color: #e87f36;
}

p {
	text-align: center;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: #4a4e57;
}

a {
	text-align: center;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	text-decoration: none;
	color: #4a4e57;
}

   .box-1 {
	width: 90%;
	margin: auto;
	padding-bottom: 25px;
	border-bottom: solid 2px #e87f36;
	text-align: center;
	margin-top: 55px;
   } 
	
   .box-contatti {
	width: 100%;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 35px;
   }

   .box-2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
   }
	
   .box-3 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;   
   }
	
   .logo {
	width: 95px;
	padding-bottom: 15px;
   }
	.acapo {
	display: none;
	}
	
	.fa-solid {
	font-size: 40px;
	color: #e87f36;
	padding-bottom: 5px;
    }

.box-maps {
	width: 100%;
	margin:auto;
}

@media only screen and (min-width: 768px) {
/*Desktop*/
	
.logo {
	width: 125px;
	padding-bottom: 25px;
}

.box-1 {
	width: 600px;
	margin: auto;
	padding-bottom: 40px;
	border-bottom: solid 2px #e87f36;
	text-align: center;
	margin-top: 105px;
}

.box-contatti {
	width: 900px;
	margin: auto;
	padding-top: 75px;
}

.box-2 {
	width: 450px;
	margin: auto;
	text-align: center;
	display: inline;
	float: left;
}

.box-3 {
	width: 450px;
	margin: auto;
	text-align: center;
	display: inline;
	float: left;
	margin-top: 0px;
}

.fa-solid {
	font-size: 50px;
	color: #e87f36;
	padding-bottom: 15px;
}


}