


.officinameccanica-li{
	order: -50;
}

.elettrauto-li{
	order: -40;
}

.pneumatici-li{
	order: -30;
}

.carrozzeria-li{
	order: -20;
}

.assistenzaflotte-li{
	order: -10;
}

.curadelveicolo-li{
	order: 0;
}

.serviziextra-li{
	order: 0;
}




section.banner-bottom{
line-height: 0;
padding: 150px 0 150px;

@media screen and (max-width: 767px){
	padding: 150px 0px 0;
}

& ul {
	display: block;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;

	& li {
    list-style-type: none;
    padding: 0px;

		& picture {
			width: 100%;
			line-height: 0;

			& img {
				width: 100%;
				max-width: none;
				line-height: 0;
				display: block;
		}
	}
}
}

}









section.noleggiousato{
	padding: 60px 20px;
	@media screen and (max-width: 979px){
		padding-inline: 0;
	}

	.inner{
		.top{
		display: flex;
		justify-content: center;
		max-width: 1279px;
		margin: 0 auto;
		gap: 60px;
		padding: 60px 20px;

		@media screen and (max-width: 979px){
      flex-direction: column;
			gap: 40px;
    }

		.left{
			flex: 1 1 auto;
			padding: 0;
			display: flex;
			gap: 30px;
			align-items: center;

			@media screen and (max-width: 979px){
				flex-direction: column;
				gap: 60px;
				order: -1;
			}


			& picture{
				height: 100%;
				flex: 0 1 400px;

				@media screen and (max-width: 979px){
					flex: 1 1 auto;
					height: 200px;
					width: 100%;
					order: 1;
				}

				& img{
					border-radius: 20px;
          height: 100%;
          object-fit: cover;
          object-position: center;
          width: 100%;
				}
			}


.content{

	flex: 0 0 455px;
	display: flex;
	flex-direction: column;
	gap: 10px;

	@media screen and (max-width: 979px){
		flex: 1 1 auto;
		text-align: center;
	}


		& h2{
			font-size: 2.4rem;
			line-height: 1;
			font-weight: 900;
			letter-spacing: -1px;
			margin: 0;
			color: var(--secondary-color);
			text-wrap: balance;
		}

		& h3{
			font-size: 1.1rem;
			color: var(--primary-color);
			line-height: 1.2;
			font-weight: 700;
			margin: 0;
			text-wrap: balance;
		}

		& p{
			font-size: 0.9rem;
			margin: 0;
			text-wrap: balance;
		}

		& ul{
			margin: 10px 0 0;
			display: flex;
			flex-wrap: wrap;
			gap: 15px;

			@media screen and (max-width: 979px){
				justify-content: center;
			}

		}

	}


	}

	.right{
		flex: 0 0 370px;
		padding: 0;
		background-color: var(--secondary-color);
		color: #fff;
		padding: 30px;
		display: flex;
		flex-direction: column;
		gap: 10px;

		@media (max-width: 979px) {
			flex: 1 1 auto;
			text-align: center;
			background-color: #fff;
		}

		& h2{
			font-size: 2.4rem;
			line-height: 1;
			font-weight: 900;
			letter-spacing: -1px;
			margin: 0;
			text-wrap: balance;

			@media (max-width: 979px) {
				color: var(--secondary-color);
			}
		}

		& h3{
			font-size: 1.1rem;
			color: var(--primary-color);
			line-height: 1.2;
			font-weight: 700;
			margin: 0;
		}

		& p{
			font-size: 0.9rem;
			margin: 0;
			@media (max-width: 979px) {
				color: var(--body-color);
			}
		}

		& img{
			max-width: none;
			width: 150%;
			transform: translateX(-75px);

			@media screen and (max-width: 979px){
				max-width: 360px;
				transform: translateX(0);
				margin: 0 auto;
			}

		}

		& a{
			margin: 0 auto;
		}

	}

	}
	}
}



section.numeri{
	padding: 60px 20px;
	background-color: var(--secondary-color);
	.inner{
		display: flex;
		justify-content: space-between;
		max-width: 1279px;
		margin: 0 auto;
		gap: 30px;
		padding: 60px 20px;
		color: #fff;

		@media (max-width: 767px) {
			flex-direction: column;
			padding: 0;
		}

		.left{
			flex: 0 0 340px;
			padding: 0;
			display: flex;
			flex-direction: column;
			gap: 10px;

			@media (max-width: 767px) {
				flex: 1 1 auto;
			}

			& img.logo{
				margin: 0;
				max-width: 300px;
				display: none;
			}

				& img.certificato{
					margin: 20px 0;
					background-color: #fff;
					padding: 2rem;
					border-radius: 20px;
				}



		& h2{
			font-size: clamp(1.6rem, 5vw, 2.4rem);
			line-height: 1.2;
			font-weight: 900;
			letter-spacing: -1px;
			margin: 0;
			text-wrap: balance;

			& span{
				color: var(--primary-color);
			}

			@media (max-width: 767px) {
				text-align: center;
			}
		}

		& h3{
			font-size: clamp(1rem, 5vw, 1.4rem);
			line-height: 1.2;
			font-weight: 700;
			margin: 5px 0;
			text-wrap: balance;
		}

		& p{
			font-size: 0.9rem;
			line-height: 1.4;
			margin: 0;
		}

		& a{
			margin: 10px 0 0;
		}




	}

	.right{
		flex: 0 1 800px;
		padding: 0;
		background-color: var(--primary-color);
		color: #fff;
		padding: 60px;
		display: flex;
		flex-direction: column;
		gap: 30px;
		border-radius: 20px;

		@media (max-width: 767px) {
			flex: 1 1 auto;
		}

		& h2{
			font-size: 2.4rem;
			line-height: 1;
			font-weight: 900;
			letter-spacing: -1px;
			margin: 0;
			text-wrap: balance;
			display: flex;
			flex-direction: column;

			& span{
				color: var(--grey-500);
			}
		}

		& ul{
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr));
			gap: 30px;
			& li{
				display: flex;
				flex-direction: column;
				gap: 5px;
				flex: 0 1 160px;
				& span:nth-child(1){
					color: #fff;
					font-size: 3rem;
					font-weight: 700;
					line-height: 1;
				}
				& span:nth-child(2){
					font-size: 0.9rem;
					text-wrap: balance;
				}
			}

		}

	}

	}
}




section.convenzioni{
	padding: 60px 20px;

	.moduletable.no-title{
		.fwmg-grid-item-name{
			display: none !important;
		}
	}

	.moduletable.no-imageinfo{
		.image-info{
			display: none !important;
		}
	}

	.moduletable{
		max-width: 1279px;
		margin: 0 auto;
		gap: 0px;

		.fwcss{
			.fwmg-design-classic{
				.fwmg-page-header{
					& h2{
						font-size: 2.4rem;
						line-height: 1;
						font-weight: 900;
						letter-spacing: -1px;
						margin: 0 auto;
						text-wrap: balance;
						text-transform: none;
						color: var(--secondary-color);
			
						& span{
							color: var(--primary-color);
						}
					}
				}

				.fwmg-gallery-description{
					& p{
						margin: 0 auto;
						text-align: center;
						text-wrap: balance;
					}
					& a{
						margin: 10px 0 0;
					}
				}

				.fwmg-gallery-info{
					display: none;
				}


				.fwmg-files{
					.fwmg-grid-wrapper{
						.swiper{
							padding: 0px 0px 47px;
							.swiper-wrapper{
								.swiper-slide{
                  text-align: center;
									padding: 20px;

									.image-info{
										display: flex;
										flex-direction: column;
										justify-content: center;

										.fwmg-grid-item-name{
											margin: 0!important;
											& a{
												pointer-events: none !important;
												font-size: 0.9rem;
												font-weight: 500;
												margin: 0px!important;
												color: var(--secondary-color);
												text-transform: uppercase;
											}
										}

										.fwmg-grid-item-description{
											font-size: 0.9rem;
											margin: 5px 0 0;
										}
										.fwmg-grid-item-link{
											.mainBtn{
												margin: 5px auto 0;
											}
										}
									}
                }
							}
						}
					}
				}
			}
		}
	}
}