/*   +++++++++++++++++++++++++++++ inizio footer  ++++++++++++++++++++++++++*/

footer {
	width: 100%;
	background-color: var(--verdescuro);
}

#containerFooter {
	padding: 30px 0;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.boxFooter {
	margin: 15px 15px;
	padding-bottom: 10px;
}

.boxFooter ul {
  list-style-type: none !important;
}

footer p,
footer a {
	font-size: 18px;
	font-family: 'M PLUS 1 Code', sans-serif;
	font-weight: 400;
	color: #ffffff;
	padding: 0;
	text-align: left;
	cursor: pointer;
}

@media screen and (min-width:331px) and (max-width:480px) {

	footer p,
	footer a {
		font-size: 18px;
	}
}

/*   +++++++++++++++++++++++++++++ fine footer  ++++++++++++++++++++++++++*/
