#pie-pagina {
	background-image: url('/sites/default/files/inline-images/footer-bg_0.jpg');
	background-size: cover;
	background-position: center center;
}
@media (max-width: 767.98px) {
#pie-pagina {
background-size: 1000px;
}
}

.region-footer {
  padding: 0;
}
footer {
  padding: 0;
  position: relative;
  z-index: 2;
}
.socials img {
	margin-top: -4px;
	margin-right: 8px;
}

@media (max-width: 767.98px) {
	footer .btn {
		width: 100%;
	}
}
footer .btn.text-white:hover {
	background-color: rgba(255,255,255,0.1);
}
footer .btn.bg-white:hover {
	color: #2b5e5b;
	opacity: 0.9;
}

@media (max-width: 767.98px) {
	footer #servizi {
		color: transparent !important;
		margin: 0 !important;
		width: 52px;
    height: 28px;
    overflow: hidden;
    position: relative;
	}
	footer #servizi:after {
		content: '>';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2212%22%20viewBox%3D%220%200%2021%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.90479%2010L12.9048%206L8.90479%202%22%20stroke%3D%22url%28%23paint0_linear_10030_50708%29%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cdefs%3E %3ClinearGradient%20id%3D%22paint0_linear_10030_50708%22%20x1%3D%2212.9048%22%20y1%3D%226%22%20x2%3D%226.23812%22%20y2%3D%226%22%20gradientUnits%3D%22userSpaceOnUse%22%3E %3Cstop%20stop-color%3D%22white%22%2F%3E %3Cstop%20offset%3D%221%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22%2F%3E %3C%2FlinearGradient%3E %3C%2Fdefs%3E %3C%2Fsvg%3E");
	}
	footer #car {
		height: 24px !important;
		margin-top: 0 !important;
	}
}