
.carrozzeria-li{
	order: -60;
}

.meccatronica-li{
	order: -55;
}

.officinameccanica-li{
	order: -50;
}

.elettrauto-li{
	order: -40;
}

.pneumatici-li{
	order: -30;
}

.centrocristalli-li{
	order: -25;
}



.assistenzaflotte-li{
	order: -10;
}

.curadelveicolo-li{
	order: 0;
}

.serviziextra-li{
	order: 0;
}
















section.numeri{
	padding: 10rem 2rem;
	background-color: var(--secondary-color);
	position: relative;
	isolation: isolate;


	@media (max-width: 1279px) {
		display: none;
	}

	

/* 	&:after{
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.15;
		background-size: 10px 10px;
		background-image: repeating-linear-gradient(45deg, #fff 0, #fff 1px, var(--secondary-color) 0, var(--secondary-color) 50%);
	}
 */

	.logo{
		margin: 0 auto 6rem;
		max-width: 360px;
		display: block;
	}






	.inner{
		display: flex;
		justify-content: space-between;
		max-width: 1279px;
		margin: 0 auto;
		gap: 6rem;
		padding: 0 2rem;
		color: #fff;
		position: relative;
		z-index: 1;

		@media (max-width: 1279px) {
			flex-direction: column;
			padding: 0;
			gap: 6rem;
		}

		.left{
			flex: 0 0 440px;
			padding: 0;
			display: flex;
			flex-direction: column;
			gap: 10px;

		@media (max-width: 1279px) {
			flex-direction: column;
			align-items: center;
			text-align: center;
			padding: 0;
			flex: 1 1 auto;
		}


		.title-container-03{
			text-align: left;
			padding: 0;

			& h3{
				margin: 1rem 0;
			}
		}

			& img.logo{
				margin: 0;
				max-width: 300px;
				display: none;
			}

				& img.certificato{
					margin: 1rem 0;
					max-width: 360px;
				}



		& h2{
			font-size: clamp(1.6rem, 5vw, 2.4rem);
			line-height: 1.1;
			letter-spacing: -1px;
			margin: 0;
			text-wrap: balance;
			text-transform: uppercase;

			& span{
				color: #000;
			}

			@media (max-width: 767px) {
				text-align: center;
			}
		}

		& h3{
			font-size: clamp(1rem, 5vw, 1.2rem);
			line-height: 1.2;
			margin: 5px 0;
			text-wrap: balance;
			text-transform: uppercase;
		}

		& p{
			font-size: 0.9rem;
			line-height: 1.4;
			margin: 0 0 2rem;
			text-wrap: balance;
		}

		& a{
			margin: 0px 0 0;

			@media (max-width: 500px) {
				width: 100%;
				max-width: none;
				align-items: flex-start;
				}
		}




	}

	.right{
		flex: 0 1 800px;
		padding: 0;
		color: hsl(0, 0%, 100%);
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 30px;
		border-radius: 20px;

		@media (max-width: 1279px) {
			flex: 1 1 auto;
			align-items: center;
			text-align: center;
			padding: 0;
		}



			.title-container-03{
			text-align: left;
			padding: 0;
			margin: 0;

			& h3{
			margin: 1rem 0;
			}

			.styledHr{
				margin: 2rem 0;
			}

			}


		& h2{
			font-size: clamp(1.6rem, 5vw, 2.4rem);
			line-height: 1.1;
			letter-spacing: -1px;
			margin: 0;
			text-transform: uppercase;
			text-wrap: balance;
			display: flex;
			flex-direction: column;
			color: #fff;

			& span{
				color: #000;
			}
		}

		& ul{
			display: grid;
			/* grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr)); */
			grid-template-columns: repeat(3, minmax(min(150px, 100%), 1fr));
			gap: 2rem;
			text-align: left;

			@media (max-width:767px){
		grid-template-columns: repeat(2, 1fr);
			}


			& li{
				display: flex;
				flex-direction: column;
				gap: 5px;
				flex: 0 1 160px;


				& span:nth-child(1){
					color: #fff;
					font-size: 3.6rem;
					font-weight: 300;
					line-height: 1;
					font-family: var(--title-font);

			@media (max-width:767px){
					font-size: 1.2rem;
			}

				}
				& span:nth-child(2){
					font-size: 0.8rem;
					text-wrap: balance;
					color: var(--primary-color);
					font-weight: 700;
					text-transform: uppercase;
				}
			}

		}

	}

	}
}




section.convenzioni{
	padding: 10rem 2rem;

	.mainBtn{
		margin: 2rem auto 0;
	}

	.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{
					margin: 0!important;
					& h2{
						font-size: 2.4rem;
						line-height: 1;
						margin: 0 auto 1rem!important;
						text-wrap: balance;
						text-transform: uppercase!important;
						text-transform: none;
						color: var(--secondary-color);
			
						& span{
							color: var(--primary-color);
						}
					}
				}

				.fwmg-gallery-description{
					& h3{
						margin: 0 auto 1rem;
						text-align: center;
						text-wrap: balance;
						font-size: 1.1rem;
						color: var(--primary-color);
						line-height: 1.2;
						text-wrap: balance;
						text-transform: uppercase;
						font-weight: 700;
						font-family: var(--title-font);
						max-width: 767px;
					}
					& p{
						margin: 0 auto;
						text-align: center;
						text-wrap: balance;
						color: var(--primary-color);
						line-height: 1.2;
						text-wrap: balance;
						/* max-width: 767px; */
					}
					& 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;
											}
										}
									}
                }
							}
						}
					}
				}
			}
		}
	}
}















	section.recensioni {
		position: relative;
		padding: 12rem 0 8rem; 

		@media (max-width: 979px) {
			padding: 12rem 0 4rem;
		}



		& h2 {
			font-size: 2rem;
			margin-bottom: 20px;
		}

		& p {
			font-size: 0.9rem;
			margin-bottom: 1rem;
		}

		.inner {
			gap: 0;
			margin: 0;
			padding: 0 2rem 4rem;
			position: relative;
			z-index: 100;

			max-width: 1020px;
			margin: 0 auto;
			display: flex;
			flex-direction: column;
			align-items: center;
			overflow: hidden;
			text-align: center;

						@media screen and (max-width: 979px) {
				padding: 0 2rem 1rem;
								max-width: none;
			}


			.reviews-div{
				margin-bottom: 2rem;

                        @media (max-width: 767px) {
                            & span {
                                display: block;
                                clear: both;
                                margin-top: 0.25rem;
                            }
                        }

			}


			& h2 {
                   margin: 0;
                    font-weight: 300;
                    color: var(--primary-color);
                    font-size: 3rem;
                    letter-spacing: -2px;
                    text-transform: uppercase;
                    line-height: 1;

										@media (max-width: 767px) {
											font-size: 2rem;
											letter-spacing: -1px;
										}
                                 
										
										& strong {
                        font-weight: 900;
                        color: var(--primary-color);
												display: block;
												clear: both;


										@media (max-width: 767px) {
										line-height: 1;
										letter-spacing: 0;
										
								text-wrap: balance;
										}

                    }

			}

			& h3 {
            line-height: 1.4;
            font-weight: 400;
            margin: 2rem auto 0rem;
            font-family: var(--title-font);
            text-transform: uppercase;
            font-size: 1.6rem;
            letter-spacing: 2px;

            @media (max-width: 979px) {
                font-size: 1.2rem;
                letter-spacing: 0;
                line-height: 1.1;
                margin: 1rem 0;
								text-wrap: balance;
            }

			}

			& p {
				text-wrap: balance;
				letter-spacing: 1px;
				font-weight: 300;
				margin: 0 0 1rem;
				line-height: 2;
				color: #fff;
				max-width: 767px;

				& b {
					font-weight: 700;
					color: var(--secondary-color);
				}

				@media screen and (max-width: 979px) {
				}
			}
		}
	}

	.recensioni-carousel-module {

		.recensione-text {
			font-size: 0.9rem;
			line-height: 1.4;
			text-wrap: balance;
		}

		.author-container {
			display: flex;
			gap: 1rem;
			align-items: center;
			margin-top: 1rem;

			& h3 {
				font-size: 1rem;
				line-height: 1;
				margin: 0;
				font-weight: 600;
				text-transform: none;
				color: #fff;
			}

			& figure {
				& img {
					width: 50px;
					height: 50px;
					border-radius: 50%;
					object-fit: cover;
					object-position: center center;
				}
			}

			& span.iniziale{
					width: 50px;
					height: 50px;
					border-radius: 50%;
					background-color: #fff;
					color: var(--secondary-color);
					display: flex;
					align-items: center;
					justify-content: center;
					text-align: center;
					font-size: 1.6rem;
			}
		}

		& ul {
			display: flex;
			flex-direction: column;
			font-size: 0.9rem;

			color: var(--grey-400);
			text-transform: uppercase;
		}

		.swiper {
			padding: 0;
			.swiper-wrapper {
				scroll-behavior: smooth;
				transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;

				.swiper-slide {
					flex: 0 0 auto;
					width: 100%;
					max-width: 400px;
					overflow: hidden;
					border-radius: 10px;
					display: flex;
					flex-direction: column;
					gap: 10px;
					opacity: 1;
					transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important;
					padding: 1rem;
					color: #fff;

					@media (max-width: 500px) {
						max-width: 320px;
					}

					.inner-slide {
					background-color: var(--secondary-color);
						padding: 1.5rem;
					}
				}

				.swiper-slide-visible {
				}

				.swiper-slide-fully-visible {
				}

				.swiper-slide-active {
					opacity: 1;
					transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important;

					.inner-slide {
						background-color: var(--primary-color);
					}
				}
			}

			.swiper-pagination,
			.swiper-button-next,
			.swiper-button-prev {
				display: none;
			}
		}
	}