/* Aertubi widgetized footer, copied from the live legacy site. */
.aertubi-footer {
	background: #394e5b url("../images/footer-graph2.png") no-repeat right bottom;
	color: #ccc;
	font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 0;
	overflow: hidden;
	padding: 70px 0 0;
	position: relative;
	width: 100%;
}

.aertubi-footer__container {
	margin: 0 auto;
	max-width: 1240px;
	width: min(100% - 32px, 1240px);
}

.aertubi-footer__cols {
	align-items: start;
	display: grid;
	gap: clamp(26px, 4vw, 46px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aertubi-footer__col {
	min-width: 0;
}

.aertubi-footer__widget {
	margin: 0;
}

.aertubi-footer__title {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 20px;
	text-transform: none;
}

.aertubi-footer__address,
.aertubi-footer__links,
.aertubi-footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aertubi-footer__address li,
.aertubi-footer__links li,
.aertubi-footer .menu li {
	margin: 0 0 8px;
	padding: 0;
}

.aertubi-footer p {
	margin: 0 0 16px;
}

.aertubi-footer a {
	border: 0;
	color: #ccc;
	text-decoration: none;
	transition: color 0.18s ease;
}

.aertubi-footer a:hover,
.aertubi-footer a:focus {
	color: #fff;
}

.aertubi-footer__logo-img,
.aertubi-footer__map-img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.aertubi-footer__logo-img {
	max-width: 220px;
}

.aertubi-footer__map-img {
	max-width: 180px;
	opacity: 0.92;
}

.aertubi-footer__bottom {
	background: rgba(255, 255, 255, 0.05);
	color: #ccc;
	font-size: 12px;
	margin-top: 70px;
	padding: 30px 0 25px;
}

.aertubi-footer__bottom p {
	margin: 0;
}

.aertubi-footer__bottom a {
	color: #fff;
	font-size: 12px;
}

body.single-prodotti .aertubi-footer {
	display: none !important;
}

@media (max-width: 1080px) {
	.aertubi-footer__cols {
		gap: 34px;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.aertubi-footer {
		padding-top: 48px;
	}

	.aertubi-footer__cols {
		gap: 28px;
		grid-template-columns: 1fr;
	}

	.aertubi-footer__bottom {
		margin-top: 46px;
	}
}
