html, body {
font-family: "Open Sans", sans-serif;
font-size: 20px;
color: #fff;
background: #050a1e;
box-sizing: border-box;
}
div{
	position: relative;
	}
* {
	box-sizing: border-box;
	}
h1,h2,h3,h4,h5,h6{
	}
h1{
	font-size: 2em;
	}
h2{
	padding:10px 20px;
	}
.homepage{
	width: 100%;
    height: initial;
	z-index: 1;
	text-align:center;
	background-color:#050a1e;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
.homepage .pag0{
	width: 100%;
    z-index: 1;
    overflow:hidden;
    text-align:center;
    padding:0px 0px 0px;
	}
.homepage .menuHP{
	top:0px;
	right:0px;
	width:100%;
	color:#000;
	z-index:20;
	font-size:14px;
	text-align:center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
.menuHP .menuGrig{
	background-color: #272559;/* #f8db54;*/
	width:100%;
	height: 70px;
	}
.menuHP .menuLogo{
	width:auto;
	height:70px;
	display:inline-block;
	margin:0;
	vertical-align: middle;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.menuGrig #logo{
	float:left;
	}
@media (min-width: 768px){
	.menuGrig #logo{
		float:none;
		}
	}
.buttonMenuOn,
.buttonMenuOff{
	display:none;
	}

@media (max-width: 768px){
	.buttonMenuOn{
		display:block;
		float: right;
		color: #fff;
		font-size: 50px;
		margin: 10px 20px;
		}
	.buttonMenuOff{
		display:block;
		width: 31px;
		height: 31px;
		overflow: hidden;
		line-height: 32px;
		position: absolute;
		z-index: 2;
		right: 10px;
		top: 10px;
		margin-right: 0;
		cursor: pointer;
		border: 1px solid #999;
		text-align: center;
		}
	}
.menuGrig li{
	display:inline-block;
	margin:0px 10px;
	vertical-align: middle;
	}
.menuGrig ul > span{
	background-color: #fff;
	border: 1px solid #ccc; 
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	text-align:left;
	display: block;
	position: fixed;
	width:100%;
	box-sizing: border-box;
	transform: translateY(-100%);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.menuGrig ul > span li{
	display:block;
	margin: 20px 0px;
	}
@media (min-width: 768px){
	.menuGrig ul > span{
		background-color: transparent;
		border:0;
		border-radius: 0px;
		box-shadow: 0;
		background-clip: initial;
		text-align:inherit;
		display: initial;
		position: relative;
		width:initial;
		box-sizing: border-box;
		transform: translateY(0%);
		}
	.menuGrig ul > span li{
		display:inline-block;
		margin: 0px 10px;
		}
	}
.subMenu{
	width:auto;
	height:auto;
	background-color:transparent;
	}
ul.subMenu {
	}
.subMenu li{	
	margin:0px;
	text-align: left;
	}
.aMenu:hover .subMenu{
	
	}
.subMenu hr{
	display:none;
	}
span.aMenu{	
	position: relative;
	}
span.aMenu > .divBckgMenu,
#informazioni{
	display:none;
	}
@media (min-width: 768px){ 
	.subMenu{
		display:none;
		position:absolute;
		z-index: 1000;
		min-width: 160px;
		padding: 5px 10px;
		margin: -14px 0 0;
		list-style: none;
		font-size: 16px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ccc; 
		border: 1px solid rgba(0,0,0,.15);
		border-radius: 5px;
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		background-clip: padding-box;
		text-align:left;
		}
	 .menuGrig ul > span ul.subMenu li{	
		display:block;
		}
	.aMenu:hover .subMenu{
		display:block;
		}
	.subMenu hr{
		margin:3px 0px;	
		display:block;
		}
	.subMenu a{	
		padding: 3px 20px;
		white-space: nowrap;
		display: block;
		font-weight: 400;
		color: #333;
		font-size: 12px;
		text-align:left;
		}
	span.aMenu > .divBckgMenu,
	#informazioni{
		display:initial;
		}
	}





.homepage .divBckgMenu{
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
	}	
.homepage .divTextCont,
.menuGrig ul > span ul.subMenu li a{
	color:#272559;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	text-transform: uppercase;
	box-sizing: border-box;
	}

.homepage .divTextCont:hover{
	color: #f8db54;
	}
A.comp .divTextCont:hover{
	color: #fff;
	}
@media (min-width: 768px){
	.homepage .divBckgMenu{
		 display:inline-block;
		-webkit-transition:0.5s ease;
		-moz-transition:0.5s ease;
		-o-transition:0.5s ease;
		transition:0.5s ease;
		}	
	.homepage .divTextCont{
		color:#fff;
		margin: 0px;
		font-size: 13px;
		font-weight: bold;
		text-align: left;
		line-height: 13px;
		text-transform: uppercase;
		box-sizing: border-box;
		}
	.menuGrig ul > span ul.subMenu li a{
		color:inherit;
		margin: 0px;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		line-height: 18px;
		text-transform: uppercase;
		box-sizing: border-box;
		}

	}
.homepage .divTextCont.icon{
	font-size: 30px;
	line-height: 30px;
	}
.homepage .imgLogo{
	background-image:url('../img/loghi/logo.png');
	background-position:center;
	background-size:contain;
	background-color:#fff;
	background-repeat:no-repeat;
	min-height: 100px;
	width: 100px;
	display: inline-block;
	}	

.homepage .pagCont{
	height:100%;
	left:0px;
	width:100%;
	position:absolute;
	}
.nt_moduloFade{
	height:100%;
	width:100%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	overflow:hidden;
	}
.nt_moduloFade .nt_subDiv{	
	position:absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	opacity:0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transform: scale(1.0);
	filter: blur(0px);
	-webkit-transition: -webkit-filter 1s ease, opacity 1s ease, -webkit-transform 7s linear, background 7s linear;
	-moz-transition: -moz-filter 1s ease, opacity 1s ease, -moz-transform 7s linear, background 7s linear;
	-ms-transition: -ms-filter 1s ease, opacity 1s ease, -ms-transform 7s linear, background 7s linear;
	-o-transition: -o-filter 1s ease, opacity 1s ease, -o-transform 7s linear, background 7s linear;
	transition: filter 1s ease, opacity 1s ease, transform 7s linear, background 7s linear;
	}

.contLoghi{
	height: 100%;
	min-height: 100%;
	width: 50%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
.contLoghi::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.contLoghi.moveL{
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background-position: center center;
	}
.contLoghi.moveL:hover{
	background-position: 100% center;
	}

.loghi{
	background-color:rgba(255,255,255,0.8);
	display:inline-block;
	vertical-align:middle;
	height: 200px;
	min-height: 200px;
	width:140px;
	border-radius:3px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: center center;
	}
.homepage .pag2{
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	box-sizing: border-box;
	text-align: center;
	}
.homepage .fullPage{
	height: 100%;
	min-height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 30%;
	}	
.contButton{
	width: 100%;
	text-align:center;
	height:50px;
	position:absolute;
	left:0px;
	bottom:0px;		
	}
a.butBordo{	
	background-color:#272559;
	padding:10px;
	border-radius:3px;
	color:#fff;
	font-size: 13px; 
	display: inline-block;
	}
.homepage .contSlogan{
	width: 100%;
    z-index: 1;
    text-align: center;
	}
.homepage .contSlogan::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.contSlogan .slogan{
	margin:0;
	text-transform: uppercase;
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	font-weight:600;
	padding:40px 0px;
	color:#000;
	}	 
	
.homepage .pag1{
	width: 100%;
    z-index: 1;
    text-align: center;
	}
	
.homepage .pag3{
	width: 100%;
    z-index: 1;
    position:relative;
    font-size:12px;
	text-align: center;
	background-color:#fff;
	}
.pag3 .icon{
	font-size:50px;
	padding:30px 20px;
	display: inline-block;
	width:80px;
	text-align: center;
	color:#ccc;
	cursor:pointer;
	}
.pag3 .linea{
	margin-top: 5px;
	width:100%;
	min-height:3px;
	background-color: #aaa; /* Old browsers */
	}
.pag3 .made{
	border-top: 1px solid #aaa;
	text-align:center;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	padding:14px;
	}
.pag3 .italia{
	width:40px;
	min-height:14px;
	display:inline-block;
	vertical-align: top;
	background: rgb(24,158,73); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(24,158,73,1) 0%, rgba(24,158,73,1) 32%, rgba(24,158,73,1) 32%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 65%, rgba(195,50,38,1) 66%, rgba(195,50,38,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(24,158,73,1) 0%,rgba(24,158,73,1) 32%,rgba(24,158,73,1) 32%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 65%,rgba(195,50,38,1) 66%,rgba(195,50,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(24,158,73,1) 0%,rgba(24,158,73,1) 32%,rgba(24,158,73,1) 32%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 65%,rgba(195,50,38,1) 66%,rgba(195,50,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
.pag3 a{
	font-size:12px;
	}
.pag3 .versione{
	cursor:pointer;
	}
.subPage .versioneDesc{
	margin-bottom:30px;
	}

.cambiaPassword{
	margin: 20px;
	cursor: pointer;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 12px;
	text-align: left;
	color: #000;
	}
.homepage .pag4{
	width: 100%;
	height:100%;
    z-index: 1;
    text-align: center;
	}
.pag4 .contCategoria{
	width:400px
	}
.generaContratto{
	box-sizing: border-box;
	padding: 6px;
	background-color: #FAC12E;
	border-radius: 0px;
	border: 1px solid #ccc;
	cursor: pointer;
	display: flex;
	color: #fff;
	text-align: center;
	justify-content: space-evenly;
	padding: 18px 16px;
	border: 1.5px solid #cfcfcf;
	border-radius: 12px;
	max-width: 400px;
	outline: none;
	margin: auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.generaContratto:hover{
	background-color: #050a1e;
	}
#form1 .generaContratto{
	}
.generaContratto::after{
	content: ">";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
    max-height: 12px;
	}


.halfPage{
	height: 100%;
	width: 50%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:justify;
	overflow:auto;
	padding: 220px 40px 40px;
	font-size:13px;
	line-height: 26px;
	}
.menuGrig ul.menuMobile{
	overflow:hidden;
	height:0px;
	}
.menuGrig ul.menuMobile li{
	width:49%;   
	margin-right:0px;
	}

.contRiepilogo{
	margin-top:180px;
	height: calc(100% - 180px);
	width:400px;
	display:inline-block;
	vertical-align:top;
	z-index:2;
	box-sizing: border-box;
	text-align:left;
	background-color: #444;
	overflow:auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contRiepilogo .prodRiep{
	margin: 10px;
	max-height: 150px;
	overflow: auto;
	background-color: #888;
	}
.contRiepilogo a.contProdotto:first-child{
	margin-top:0px;
	}
.contOrdine .prodRiep{
	max-height: 100%;
	overflow: auto;
	}
.contOrdine a.contProdotto:first-child{
	margin-top:0px;
	}
.contRiepilogo a.contProdotto,
.contOrdine a.contProdotto  {
	margin-top:5px;
	height: 100px;
	width: 100%;
	box-sizing: border-box;
	text-align:center;
	position: relative;
	}
.contRiepilogo .contProdotto .contImagesP,
.contOrdine .contProdotto .contImagesP{
	height:100%;
	width:100px;
	display:inline-block;
	position: relative;
	vertical-align: top;
	}	
.contRiepilogo .iconaFotoAppesaClose,
.contOrdine .iconaFotoAppesaClose{
	display:none;
	}
.contRiepilogo .contProdotto .frontImage,
.contOrdine .contProdotto .frontImage{
	position:absolute;
	top:0px;
	left:0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
.contRiepilogo .contProdotto .desc{
	background-color:#fff;
	height:100%;
	overflow:auto;
	display:inline-block;
	width:calc(100% - 100px);
	vertical-align: top;
	}
.contOrdine .contProdotto .desc{
	background-color:#fff;
	height:100%;
	overflow:auto;
	display:inline-block;
	width:calc(100% - 255px);
	vertical-align: top;
	}
.contOrdine a.checkOut{
	margin-left:4px;
	display: inline-block;
	text-decoration: none;
	width: 145px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 10px;
	color: #222;
	background-color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 20px;
	}
.contRiepilogo .contProdotto .titolo,
.contOrdine .contProdotto .titolo{
	padding: 10px 10px 0px;
	font-size:10px; 
	}
.contRiepilogo .contProdotto .codice,
.contOrdine .contProdotto .codice{
	display:none;
	}
.contRiepilogo .contProdotto .tags,
.contOrdine .contProdotto .tags{
	display:none;
	}
.contRiepilogo .contProdotto .prezzo,
.contOrdine .contProdotto .prezzo{
	color:#000;
	font-size:12px; 
	padding: 0px 10px 5px;
	}
.contRiepilogo .contProdotto .meno,
.contOrdine .contProdotto .meno{
	display:none;
	}
.contRiepilogo .contProdotto .quan,
.contOrdine .contProdotto .quan{
	display:inline-block;
	width:40px;
	}
.contRiepilogo .contProdotto .piu,
.contOrdine .contProdotto .piu{
	display:none;
	}
.contRiepilogo .contProdotto .descComb,
.contOrdine .contProdotto .descComb{
	display:none;
	}
.contRiepilogo .shopBag{
	letter-spacing: 2px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	text-align:center;
	}
.contRiepilogo .numShopBag{
	color: #aaa;
	font-size: 12px;
	line-height: 17px;
	padding: 10px;
	}
.contRiepilogo .subTot{
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;
	padding: 10px;
	}
.contRiepilogo .price{
	font-size: 19px;
	color: #fff;
	margin-bottom: 10px;
	padding: 0px 10px 10px;
	}
.contRiepilogo .barraRiep{
	width:100%;
	box-sizing: border-box;
	}
.contRiepilogo .barraR{
	width:50%;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
	background-color: #aaa;
	color:#000;
	font-size:11px;
	text-align: center;
	padding: 5px;
	}
.contRiepilogo .on{
	background-color: #000;
	color:#fff;
	}
.contRiepilogo .triangle{
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #000;
	position: absolute;
	left: 0px;
	top:0px;
	}
.contSel{
	margin: 0px 20px 15px;
	text-align: left;
	height: 32px;
	}
.homepage .pag5{
	width: 100%;
	margin-top:180px;
	height: calc(100% - 180px);
    z-index: 1;
    text-align: center;
	}
.homepage .pag6{
	width: 100%;
	margin-top:180px;
    z-index: 1;
    text-align: center;
	overflow:auto;
	}
.contNegozio .contOrdine{
	width:100%;
	}
.contOrdine .boxOrdine{
	width:calc(100% - 20px);
	max-width:900px;
	border-radius:5px;
	display:inline-block;
	margin:10px;
	}
.contOrdine .top{
	background-color:#979797;
	color:#fff;
	width:100%;
	}	
.contOrdine .contDat{
	width:33.33%;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
	padding:10px;
	}	
.contOrdine .key{
	width:100%;
	box-sizing: border-box;
	padding:4px;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color: #ccc;
	}	
.contOrdine .value{
	width:100%;
	box-sizing: border-box;
	padding:4px;
	text-transform:uppercase;
	font-size:15px;
	line-height:15px;
	}	
	
.contOrdine .bottom{
	background-color:#eee;
	color:#000;
	width:100%;
	box-sizing: border-box;
	padding: 15px 6px 10px;
	}	
.contOrdine .quan {
	text-align:left;
	padding:10px 6px;
	width:100%;
	box-sizing: border-box;
	}
.contOrdine .quanSpe::before{
	content:'';
	height:40px;
	display:inline-block;
	vertical-align:middle;
	}
.contOrdine .quan .icon{
	margin-right:10px;
	font-size:30px;
	display:inline-block;
	vertical-align: middle;
	}	
.contOrdine .quan .icon.i1{
	color:#53abff;
	}				
.contOrdine .quan .icon.i2{
	color:#ccc;
	}				
.contOrdine .quan .icon.i3{
	color:#555;
	}				
.contOrdine .quan .testo{
	display:inline-block;
	margin-right:10px;
	vertical-align: middle;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	}	


.pag3 .footer{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;	
	box-sizing: border-box;
	}
@media (max-width: 768px){
	.pag3 .footer{	
		width: 100%;
		}	
	}
.pag3 .footer.f1{
	text-align:left;
	padding:40px;	
	}
.pag3 .footer.f1 a{
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	margin-bottom:10px;
	display: inline-block;
	}
.pag3 .footer.f3{
	text-align:right;
	padding: 0px;	
	}
.pag3 .footer .ppIcon{
	width:50%;
	}
.pag3 .sociDiv{
	width:50%;
	height:300px;
	display:inline-block;
	overflow:auto;
	vertical-align:top;
	background-color: #555;
	}
.pag3 .titoInst{
	height:30px;
	font-size:20px;
	line-height:20px;
	padding: 0px 0px 10px;
	box-sizing: border-box;
	background-color: #eee;
	}
.pag3 .contInst{
	height:calc(100% - 30px);
	background-color: #f3f3f3;
	overflow: auto;
	}

.contDivLightbox{
    position:fixed;
    opacity:1;
    z-index:1001;
    top:0%;
    height:100%;
    width:100%;
    background-color:rgba(255,255,255,0.9);
    text-align:center;
    -webkit-transition: 1500ms ease;
    -moz-transition: 1500ms ease;
    -ms-transition: 1500ms ease;
    -o-transition: 1500ms ease;
} 	
.divLightbox{
    display: inline-block;
    width:calc(100% - 40px);
    height:calc(100% - 40px);
    box-sizing: border-box;
    margin:20px;
    background-color:#fff;
    color:#000;
    border-radius:0px;
    padding:15px;
    text-align:left;
    font-size:15px;
    overflow-y: auto;
    box-shadow: 0 1px 6px 1px rgba(102, 102, 102, .15);
	border: 1px solid #d6dce1;
	}    
.divLightbox .top{
    height: 23px;
    width: 100%;
    text-align:right;
	} 
.divLightbox .top span{
    font-size:20px;
    margin:15px;
    cursor:pointer;
    color:#aaa;
	}    
.divLightbox .top a{
    font-size:20px;
    margin:15px;
    cursor:pointer;
    color:#aaa;
	}    
.divLightbox .bottom{
    height: calc(100% - 23px);
    width: 100%;
    overflow-y: auto;
	}    

.divLightbox a{
	color:#000;
	text-decoration: underline;
	}

.divLightbox .annulla{
	display:inline-block;
	margin:5px 5px 5px 0px;
	padding:5px;
	font-size:12px;
	background-color:#aaa;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
	}  
.divLightbox .conferma{
	display:inline-block;
	margin:5px;
	padding:5px;
	font-size:12px;
	background-color:#4090cd;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
	box-shadow: 0px 0px 2px 1px #fff;
	}	

.contTaglie .divImgTag{
	min-height: 500px;
	width: 300px;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;	
	}
.contTaglie .divTaglie{
	width: calc(100% - 300px);
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	}
.contTaglie .tabTaglie{
	width: 100%;
	box-sizing: border-box;
	text-align:center;
	margin:20px 0px;
	background:#eee;
	}
.contTaglie .spieMisu{
	text-align:left;
	line-height:20px;
	font-size:14px;
	}
	
.scroDown{
	position:absolute;
	left:50%;
	margin-left:-25px;
	bottom:80px;
	background-color:rgba(255,255,255,0.8);
	color:#444;
	width:50px;
	height:50px;
	box-sizing:border-box;
	padding: 12px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	cursor:pointer;
	
	}
.imgsProdSEO{
	height: 10px;
	overflow: auto;	
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contImagFullPage{
	position:fixed;
	z-index:22;
	top:0px;
	left:0px;
	width:100%;
	background-color:rgba(0,0,0,0.9);
	overflow: auto;	
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contImagFullPage .imagFullPage{
	height: 100%;
	width:100%;
	display: inline-block;
	vertical-align:top;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	}
.pulsFullPage{
	float:right;
	font-size:30px;
	cursor:pointer;
	}

a.fileUten{
	display: block;
	margin: 20px;
	text-align: left;
	border-bottom: 1px solid #eee;	
	}
.contProdottoSingolo .menuCanv{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	overflow: auto;
	text-align: left;
	}
.contProdottoSingolo .canvProd{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	overflow: auto;
	text-align: left;
	}
.contDisegni{
	width:100%;
	height:100%;	
	}
.contTagsDise{
	height:100%;
	width: 220px;
	display:inline-block;
	vertical-align:top;
	z-index:2;
	box-sizing: border-box;
	text-align:left;
	background-color: #444;
	overflow:auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.tagsDise{
	color:#eee;
	padding:5px 10px;
	border-bottom:1px solid #eee;
	cursor:pointer;
	font-size:12px;
	}
.tagsDise:hover{
	color:#fff;
	}
.divDise{
	height:100%;
	width: calc(100% - 220px);
	display:inline-block;
	vertical-align:top;
	z-index:2;
	box-sizing: border-box;
	text-align:center;
	background-color: #eee;
	overflow:auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.disegno{
	cursor: pointer;
	width: 200px;
	height:150px;
	object-fit: cover;
	margin: 0px 5px 10px 5px;
	display:inline-block;
	vertical-align:top;
	}
.imgDise{
	display: block;
	width: 200vw;
	height: 150vh;
	object-fit: cover;
	}
.canvas-container{	
	text-align:center;
	box-shadow: 0px 0px 1px 1px #eee;
	margin: 10px 0px;
	}
.testButt{
	font-family: 'Helvetica LT Std';
	vertical-align: middle;
	}
.textQuan{	
	font-size:12px;
	}	
table.prezzario{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #eee;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px;
	margin: 10px 20px;
	}	
table.prezzario td{
	border-bottom:1px solid #e9e9e9;
	margin-bottom:3px;
	padding:3px 6px;
	}
table.prezzario b{
	color:#000;
	}

.addImg{
	font-size:30px;
	color:#272559;
	cursor:pointer;
	text-align: left;
	}

.h100{
	height:100%;
	}
.noCheck{
   border-left: 10px solid #f00;
	}
A.oppuScri{
	display:block;
	margin:30px 0px;
	}		



/*	///////////////////////////////////////////////	MODIFICHE 2025	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\	*/


.cercGial{
	border:1px solid #f8db54;
	padding: 10px;
	border-radius: 20px;
	}
@media (max-width: 768px){

	.cercGial{
		border:0px solid #f8db54;
		padding: 0px;
		border-radius: 0px;
		}
	
	}
.menuBian{
	height:30px;
	display:flex;
	background:#fff;
	color:#272559;
	font-weight:bold;
	justify-content: space-around;
	align-items: center;
	}


.menuBian A{
	color:#272559;
	}
.menuBian .menuDest{
	display:flex;
	}
.menuBian .sociDest{
	display:flex;
	margin-left:20px;
	}
.contValuAdes{
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	color:#272559;
	margin-top:50px;
	}
.valuAdes{
	font-size:35px;
	}
.leVoglTutt{
	margin-top:0px;
	font-size:14px;
	color:#444;
	}

.cont2025{
	background:#272559;
	color:#fff;
	}
.contNume25{
	margin-left:200px;
	}
	
.quesGrat{
	margin-bottom:20px;
	}
.icar{
	position:absolute;
	width:450px;
	}
.icar.gr{
	right: 50%;
	top: 180px;
	width: 569px;
	transform: translate(135%);
	}
.icar.gi{
	right: 50%;
	top: 80px;	
	transform: translate(135%);
	}
.icar.ro{
	left: 50%;
	top: 180px;	
	width:600px;
	transform: translate(-135%);
	}
.icar.bl{
	left: 50%;
	top: 80px;
	transform: translate(-135%);
	}
@media (max-width: 768px) {
	.quesGrat{
		margin-bottom:15vh;
		}
	.icar.gr{
		right: 2.5vw;
		top:initial;
		bottom: -5vh;
		width: 45vw;
		transform: translate(0%);
		}
	.icar.gi{
		right: 2.5vw;
		top: 12vh;
		width: 45vw;
		transform: translate(0%);
		}
	.icar.ro{
		left: 2.5vw;
		top:initial;
		bottom: -5vh;
		width: 45vw;
		transform: translate(0%);
		}
	.icar.bl{
		left: 2.5vw;
		top: 12vh;
		width: 45vw;
		transform: translate(0%);
		}	
	.contDiv0{
		padding-bottom:100px;
		}
}
	

.listNume25{
	display:flex;
	align-items: start;
	width: 100%;
	}	
.nume25{
	margin-right: 20px;
	background-color: #37CB34;
	padding: 4px;
	line-height: 6px;
	width:10px;
	padding: 8px;
	border-radius: 100%;
	font-weight: bold;
	display: flex;
	height: 9px;
	align-items: center;
	}
	
.listNume25>div>div:nth-child(1){
	font-weight: bold;
	}	
.listNume25>div>div:nth-child(2){
	font-size:11px;
	}	
.contModu2{
	width:30%;
	}	
.tuttIcon{
	width:60px;
	}	
.contTuttIcon{
	color:#272559;
	display: flex;
	flex-wrap: wrap; /* Permette ai figli di andare a capo */
	justify-content: space-between; /* Spaziatura orizzontale */
	gap: 10px; 
	}
.contTuttIcon>div>div{
	margin-top:20px;
	}
.contTuttIcon>div{
	flex: 1 1 calc(25% - 10px);
	}
.contTuttNume{
	color:#fff;
	display: flex;
	flex-wrap: wrap; /* Permette ai figli di andare a capo */
	justify-content: space-around; /* Spaziatura orizzontale */
	gap: 10px; 
	}
.contTuttNume>div{
	flex: 1 1 calc(25% - 10px);
	border-right:1px solid #ccc;
	}
.contTuttNume>div:nth-child(4){
	border:0;
	}	
.contTuttNume>div>div:nth-child(1){
	font-size:20px;
	font-weight: bold;
	}
.contTuttNume>div>div:nth-child(2){
	font-size:12px;
	}
	
.contTuttImag{
	color:#fff;
	display: flex;
	flex-wrap: wrap; /* Permette ai figli di andare a capo */
	justify-content: space-around; /* Spaziatura orizzontale */
	gap: 10px; 
	}
.contTuttImag > div {
  flex: 1 1 calc(50% - 20px);
  aspect-ratio: 16 / 9; /* rapporto fisso */
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

.contTuttImag > div img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* riempie senza deformarsi */
}
.vediGall25 {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	}
.vediGall25>img{
	position:absolute;
	top:0px;
	width:500px;
	}
.vediGall25>img.fiat{
	left:0px;
	}
.vediGall25>img.citr{
	right:0px;
	}
.vediGall25b{
	height:300px;
	width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	}	
.vediGall25b>A{
	display:block;
	}
	
.circle {
  width: 20px;             
  height: 20px;            
  background-color: #37CB34; 
  border-radius: 50%;      
  display: flex;           
  justify-content: center; 
  align-items: center;     
  position: relative;      
  margin: 5px;            
}

.circle::before {
  content: counter(circle); 
  counter-increment: circle;
  color: white;             
  font-size: 12px;          
  font-weight: bold;        
}

/* Inizializza il contatore */
body {
  counter-reset: circle; /* Reset del contatore */
}	
.testimonial-card {
  color: #202043; /* Colore di sfondo della card */
  background-color: #eee;
  border:1px solid #777;
  border-radius: 10px;
  padding: 20px;
  width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.testimonial-card.slick-slide {
  margin: 0 10px; /* Margine laterale tra gli elementi */
}

.testimonial-card.slick-center{
  background-color: #202043; /* Colore di sfondo della card */
  color: white;
	}
h3 {
  margin: 0;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color:#fff;
}
#vendMegl{
  color:#202043;
	}
#vendMegl h3{
  color:#202043;
  max-width:400px;
  margin: 0 auto;
	}

.testimonial-text {
  font-size: 0.9rem;
  margin-bottom: 15px;
  line-height: 1.4;
}

.reviews {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.stars {
  color: #ffc107; /* Colore delle stelle */
  font-size: 1rem;
  margin-right: 8px;
}

.review-count {
  font-size: 0.9rem;
  color: #ccc;
}

.user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-avatar {
  width: 50px;
  height: 50px;
  background-color: #ccc; /* Colore dell'avatar */
  border-radius: 50%;
  margin-right: 10px;
}

.user-name {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.user-role {
  margin: 0;
  font-size: 0.8rem;
  color: #aaa;
}

.quote-symbol {
  font-size: 2rem;
  color: white;
}	
	
.footer {
  background-color: #202043; /* Colore di sfondo */
  color: white;
  padding: 20px 40px;
  text-align: left;
}

.footer-logo {
  text-align: left;
}

.footer-logo h1 {
  font-size: 1.5rem;
  margin: 0;
}

.footer-logo p {
  font-size: 1rem;
  font-weight: bold;
  margin: 5px 0 0;
}

.footer-column {
  margin: 0 20px;
  min-width: 150px;
}

.footer-column h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.footer-column p {
  font-size: 0.9rem;
  margin: 5px 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin: 5px 0;
}

.footer-column ul li a {
  text-decoration: none;
  color: white;
  font-size: 0.9rem;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #2b2b5e; /* Sfondo dei bottoni */
  color: white;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.social-icons a:hover {
  background-color: #ffc107; /* Cambia colore al passaggio */
}

.contact-section {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 20px 40px;
    gap: 20px;
    background-color: #fff;
}

.form-container {
    flex: 2;
    min-width: 300px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-row input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 100px;
}

button {
    background-color: #cbcbcb;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #FAC12E;
}

.info-container {
    flex: 1;
    min-width: 200px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: left;
    color: #202043;
    border: 1px solid #ddd;
	}

.info-container h3 {
    margin-bottom: 10px;
}

.info-container p {
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.info-container .icon {
    margin-right: 10px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
text-decoration: none;
color: #fff;
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
}
.contact-form input[type="text"], 
.contact-form input[type="email"], 
.contact-form input[type="tel"], 
.contact-form textarea {
    text-align: initial !important;
    font-size: 14px !important;
    color: #000 !important;
    border-radius: 5px !important; /* O il valore che preferisci */
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    background: #f9f9f9 !important;
    padding: 10px !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    height: auto !important; /* O specifica il valore esatto */
    box-sizing: border-box !important;
}
.info-container h3 {
	 color: #202043;
	}
.contAx A{
	display:block;
	}
	
.preFoot{
	background:#fff;
	color:#f00;
	font-size:20px;
	padding:50px 0;
	}	
	
/* Responsive Styles */
@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
    }

    .form-container,
    .info-container {
        flex: 1;
        width: 100%;
    }

    .form-row {
        flex-direction: column;
    }
}



@media (max-width: 768px){
	.menuBian{
		display:none;
		}
	.contNume25 {
		margin-left: 20px;
		}
	.contIcar{
		height: 500px;
		overflow: hidden;
		}	
	.vediGall25{
		overflow: hidden;
		}	
	.contTuttIcon>div{
		flex: 1 1 calc(33.333% - 10px);
		}
	.contTuttNume{
		flex-direction: column;
		border-right:0px;
		}
	.contTuttNume>div{
		flex: 1 1 calc(100% - 10px);
		border:0;
		border-bottom:1px solid #ccc;
		}
	.contTuttNume>div:nth-child(4){
		border:0;
		}	
	.contTuttNume>div>div:nth-child(1) {
		font-size: 60px;
		font-weight: bold;
		}
	.contTuttNume>div>div:nth-child(2) {
		font-size: 22px;
		margin-bottom: 20px;
		}
	.contTuttImag>div {
		height: 150px;
		}
	.vediGall25>img.citr {
		right: -200px;
		}
	.vediGall25>img.fiat {
		left: -200px;
		}
	section .column .domaFreq{
		margin-left: 50px;
		width: calc(100% - 50px);
		}
	.contModu2 {
		width: 80%;
		}
	.footer-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		}
	.footer-column {
		margin: 40px 20px;
		min-width: 150px;
		}
	#vendMegl h5 {
		margin: 20px 10px;
		}
	}

/*//////////////////////CAS//////////////////////////////////*/
.div00{
    font-size:2.2vh;
	}
.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:70px;
    background-color: rgb(5, 10, 30);
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 20px;
    box-sizing:border-box;
    z-index:1000;
}

/* Hamburger */
.menu-toggle{
    background:none;
    border:none;
    color:#fff;
    font-size:28px;
    cursor:pointer;
    transition:transform .3s ease;
}

.menu-toggle:hover{
    transform:scale(1.1);
}

/* Logo */
.logo{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	}
.logo img{
    height:40px;
}

/* CTA */
.cta{
    color:#fff;
    text-decoration:none;
    padding:8px 18px;
    border:1px solid #fff;
    border-radius:30px;
    font-size:14px;
    transition:all .3s ease;
}

.cta:hover{
    background:#fff;
    color:rgb(5,10,30);
}

/* MENU OVERLAY */
.nav-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:rgba(5,10,30,0.98);
    display:flex;
    align-items:center;
    justify-content:center;
    transform:translateY(-100%);
    transition:transform .5s cubic-bezier(.77,0,.18,1);
    z-index:999;
}

.nav-overlay.active{
    transform:translateY(0);
}

.nav-menu{
    list-style:none;
    padding:0;
    margin:0;
    text-align:center;
}

.nav-menu li{
    margin:20px 0;
}

.nav-menu a{
    color:#fff;
    text-decoration:none;
    font-size:26px;
    font-weight:500;
    transition:opacity .3s ease;
}

.nav-menu a:hover{
    opacity:0.6;
}


/* CONTENITORE CAMPO */
.field{
    position:relative;
    margin:20px 0;
}

/* INPUT */
.field input{
    width:100%;
    padding:18px 16px 18px 16px;
    font-size:16px;
    border:1.5px solid #cfcfcf;
    border-radius:12px;
    outline:none;
    background:#fff;
    transition:all .35s cubic-bezier(.77,0,.18,1);
}

/* HOVER */
.field input:hover{
    border-color:#999;
}

/* FOCUS */
.field input:focus{
    border-color:rgb(5,10,30);
    box-shadow:0 0 0 3px rgba(5,10,30,0.08);
}

/* LABEL */
.field label{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    background:#fff;
    padding:0 6px;
    color:#888;
    font-size:15px;
    pointer-events:none;
    transition:all .3s ease;
}

/* LABEL ANIMAZIONE */
.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field input:valid + label{
    top:0;
    transform:translateY(-50%) scale(.85);
    color:rgb(5,10,30);
}


.contDiv0{
	margin: 100px auto;
	}

/* =========================
   FIELD BASE (input + textarea + select)
========================= */

.field{
    position:relative;
    margin:22px 0;
}

.field .insert,
.field input,
.field textarea,
.field select{
    width:100%;
    padding:18px 16px;
    font-size:16px;
    border:1.5px solid #cfcfcf;
    border-radius:12px;
    outline:none;
    background:#fff;
    transition:all .35s cubic-bezier(.77,0,.18,1);
    appearance:none;
}
.iconaFotoAppesa{
    margin:1%;
    width:31.33%;
    min-height:80px;
    display:inline-block;
    background-size:cover;
    background-position: center;
    position:relative;
    }
/* Hover */
.field input:hover,
.field textarea:hover,
.field select:hover{
    border-color:#999;
}

/* Focus */
.field input:focus,
.field textarea:focus,
.field select:focus{
    border-color:rgb(5,10,30);
    box-shadow:0 0 0 3px rgba(5,10,30,0.08);
}

/* Floating label */
.field label{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    background:#fff;
    border-radius:2px;
    padding:0 6px;
    color:#888;
    font-size:15px;
    pointer-events:none;
    transition:all .3s ease;
}

.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field input:valid + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label,
.field select:focus + label,
.field select + label,
.field .insert + label{
    top:0;
    transform:translateY(-50%) scale(.85);
    color:rgb(5,10,30);
}



/* =========================
   SELECT FRECCIA CUSTOM
========================= */

.field select{
    background-image:url("data:image/svg+xml;utf8,<svg fill='%23050a1e' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat:no-repeat;
    background-position:right 15px center;
}
.field select[disabled="true"]{
	background-image:none;
	background-color:#ccc;
	}

/* =========================
   TEXTAREA
========================= */

.field textarea{
    resize:vertical;
    min-height:120px;
}

/* =========================
   TOGGLE ON/OFF MODERNO
========================= */
/* =========================
   CONTENITORE
========================= */
.contOnOff{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:14px;
    width: 100%;
	padding: 18px 16px;
	border: 1.5px solid #cfcfcf;
	color: #000;
	border-radius: 12px;
	outline: none;
	background: #fff;
	transition: all .35s cubic-bezier(.77,0,.18,1);
	appearance: none;
}
.field .contOnOff~label{
	top: 0;
	transform: translateY(-50%) scale(.85);
	color: rgb(5,10,30);
	}
/* =========================
   SWITCH INTERNO
========================= */
.onOff{
    display:flex;
    align-items:center;
    position:relative;
    width:60px;   /* larghezza toggle */
    height:32px;  /* altezza toggle */
}
.onOff:before{
	content:'';
   	background-color:#eee;
   	border-radius: 5px;
	width: 50px;
	height: 10px;
	position: absolute;
}

/* BOTTONE MOBILE */
.move{
    width:28px;
    height:28px;
    border-radius:50%;
    background:rgb(200,200,200);
    transition:transform .3s cubic-bezier(.77,0,.18,1), background .3s cubic-bezier(.77,0,.18,1);
    box-shadow:0 2px 6px rgba(0,0,0,0.2);
    cursor:pointer;
    margin-right:6px;
}

/* STATO ON */
.move.on{
    background:rgb(5,10,30);
    transform:translateX(28px);
}

/* STATO OFF */
.move.off{
    background:rgb(200,200,200);
    transform:translateX(0);
}

/* TESTI Sì / No */
.onGrafico, .offGrafico{
    font-size:12px;
    margin:0 4px;
    user-select:none;
}

/* LABEL ESTERNA */
.onOffLabel{
    font-size:14px;
    margin-left:8px;
    user-select:none;
}




section.three-icons-blue {
    font-weight: 400;
    font-size: 19px;
    margin-top: 7px;
    background-color: #fff;
	padding: 20px 0px;
	border-radius: 10px;
}
@media (max-width: 768px){
	section.three-icons-blue {
		padding: 20px 5px;
		box-sizing: border-box;
		}
	}
.banner1{
	margin: 10px;
	border: 5px solid #272559;
	background-image: linear-gradient(180deg,hsla(0,0%,100%,.98),#eff5f8);
	padding: 20px 0px;
	}
.banner1 img{
	height:120px;
	}
.col-sm-4{
	display:inline-block;
	width: calc(25% - 20px);
	margin:0px 10px;
	color:#272559;
	vertical-align:top;
	}
@media (max-width: 768px){
	.col-sm-4{
		width:calc(100% - 20px);
		}
	.iconTop{
		margin-bottom:20px;
		}
	.iconTop > div{
		display:inline-block;
		margin:0px;
		vertical-align: middle;
		width:60px;
		}
	.iconTop > h4{
		display:inline-block;
		margin:0px 0px 0px 20px;
		text-align:left;
		vertical-align: middle;
		width:calc(100% - 100px);
		}
	}
.col-sm-4 h4{
	font-size:12px;
	line-height:15px;
	color: #f8db54;
	}
.col-sm-4 .iconTop > div{
	font-size:80px;
	height:80px;
	color: #f8db54;
	}
section .column {
	width: 100%;
	text-align: left;
	line-height: 28px;
	}
.sliderModello{
	background-size: contain;
	background-repeat: no-repeat; 
	background-position: center;
	}
@media (min-width: 768px){
	section .column {
	width: 41%;
	margin: 20px 4%;
	display:inline-block;
	vertical-align:top;
	}
}
.column .autoAcqu2 {
	font-size: 24px;
	text-align:left;
	line-height:40px;
	margin-top: 50%;
	animation-duration: 100s;
	animation-delay: 1s;
	animation-name: slidein;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	}
@keyframes slidein {
	0%{
		margin-top: 50%;
		}
	50%{
		margin-top: -100%;
		}
	100%{
		margin-top: 50%;
		}
	}
#form1,
#form2,
#formCont{
	width: 400px;
	max-width:100%;
	display: inline-block;
	padding: 40px;
	background: #fff;
	border-radius: 20px;
	}
#form2{
	margin: 50px auto;
	}	
	
@media (max-width: 768px){
	#form1,
	#form2,
	#formCont{
	width: 100%;
	}
}
#form1 .preInsert,
#form2 .preInsert{	
	background: transparent;
	color: #272559;
	text-transform: uppercase;	
	}
#perchVend h3{		
	
	}	
#perchVend h5{		
	color: #272559;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom: 0px solid #f8db54;
	box-sizing: border-box;
	padding: 4px;
	font-size: 15px;
	}		
#perchVend h5 span{		
	color: #005689;
	font-size: 32px;
	position: relative;
	top: 9px;
	}		

.autoAcqu2 h5{
	color: #272559;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom: 2px solid #f8db54;
	box-sizing: border-box;
	padding-left: 10px;
	}	
#vendMegl h5{
	color: #272559;
	font-size: 20px;
	}	
#vendMegl .numeVend{
	font-size: 20px;
	}
.textValu{
	}	
section#vendMegl .column.colu2{
	margin-top:0px;	
	}
.blocValu{
	margin-top:30px;	
	}
#vendMegl .column{
	text-align:justify;
	}
#vendMegl h5{
	margin-top:20px;	
	}
#vendMegl .column:nth-child(1){
	overflow:hidden;
	border-radius:30px;
	
	}	
#form2 h2{
	font-size: 19px;
	text-align: justify;
	}
#form2 h2.compForm{
	text-transform: uppercase;
	}
.contFaq{
	color: #272559;
	margin-top:20px;
	}	

.contFaq .h5{
	cursor:pointer;
	color: #272559;
	}	
.contFaq span{
	display:none;
	}	
.contFaq span.h5{
	display: flex;
	font-size: 20px;
	font-weight: bold;
	align-items: center;
	margin-bottom: 13px;
	}	
.contFaq span.h5:hover{
	color: #505698;
	}
.contFaq span.circle{
	display: flex;
	position: absolute;
	left: -50px;
	}	
.banner1 h4 span{	
	font-size: 20px;
	position: relative;
	top: -4px;	
	}
.banner1 h4 p{	
	white-space: nowrap;
	display: inline;
	}
A.facBoo{
	color: #fff;
	background-color:#005689;
	padding:5px;
	border-radius:3px 9px;
	}	
	
@media screen and (max-width: 800px) {
	
	.textValu{
		margin-left: -10px;
		}		
	
	}
.contDiv1{
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    flex-wrap:wrap;              /* fondamentale */
    margin-bottom:80px;
}

/* Card */
.branAutoPng{
    flex:0 0 auto;
    max-width:200px;
    margin:0 20px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    height:140px;
    transition:transform .3s ease;
    cursor:pointer;
}

.branAutoPng img{
    max-height:70px;
    width:auto;
    object-fit:contain;
    margin:auto 0;
}

.branAutoPng div{
    margin-top:auto;
}

.branAutoPng:hover{
    transform:translateY(-5px);
}

/* =========================
   MOBILE → 2 PER RIGA
========================= */

@media(max-width:768px){

    .contDiv1{
        justify-content:space-between;
    }

    .branAutoPng{
        flex:0 0 48%;        /* due per riga */
        max-width:48%;
        margin:15px 0;
        height:120px;
    }

}
	



.heroVendita{
    display:flex;
    min-height:650px;
    position:relative;
    overflow:hidden;
    font-family:Arial, Helvetica, sans-serif;
}

/* ======================
   LATO SINISTRO
====================== */

.heroLeft{
    width:55%;
    background:rgb(5,10,30);
    color:#fff;
    position:relative;
    padding:80px;
    box-sizing:border-box;
    z-index:2;
}
.heroLeft.cr{
    color:rgb(5,10,30);
    background:#fff;
	}
.heroContent{
    max-width:650px;
}

.heroLeft h1{
    font-size:42px;
    margin-bottom:60px;
}

/* ======================
   TAGLIO DIAGONALE
====================== */

.heroLeft::after{
    content:"";
    position:absolute;
    top:0;
    right:-115px;
    width:240px;
    height:100%;
    background:rgb(5,10,30);
    transform:skewX(-15deg);
    z-index:2;
}
.heroLeft.cr::after{
    background:#fff;
}

/* ======================
   LATO DESTRO
====================== */

.heroRight{
    width:45%;    

    background:url('../img/homepage/image 8.png') center center / cover no-repeat;
    position:relative;
}

/* Overlay leggero come screenshot */
.heroRight::before{
    content: "";
	position: absolute;
	top: 0;
	opacity: 0.3;
	width: 240px;
	left: -66px;
	height: 100%;
	background: rgb(5,10,30);
	transform: skewX(-15deg);
	z-index: 2;
}

/* ======================
   Steps & CTA
====================== */

.steps{
    display:grid;
    grid-template-columns:1fr;
    gap:50px 60px;
    margin-bottom: 80px;
}

.step{
    display:flex;
    gap:18px;
}

.step h3{
    font-size:18px;
    margin:0 0 8px;
    text-align: left;
}

.step p{
    margin:0;
    font-size:14px;
    color:#c9d0e3;
}
.cr .step p{
    color:rgb(5,10,30);
}

.icon{
    font-size:32px;
    color:#3da1ff;
}

.ctaHero{
    display:inline-block;
    margin-top:60px;
    padding:18px 40px;
    background:#f4b323;
    color:#000;
    font-weight:600;
    text-decoration:none;
    border-radius:6px;
    transition:.3s;
}

.ctaHero:hover{
    transform:translateY(-2px);
}

/* ======================
   RESPONSIVE
====================== */

@media(max-width:1100px){

    .heroVendita{
        flex-direction:column;
    }

    .heroLeft{
        width:100%;
        padding:60px 40px;
    }

    .heroLeft::after{
        display:none;
    }

    .heroRight{
        width:100%;
        height:350px;
    }

    .steps{
        grid-template-columns:1fr;
    }
}
	

.icon img{
    width:71px;
}
	
.punti{
	margin-bottom:40px;
	}	
.punti>div{
	display:flex;
	margin:10px auto;
	}
.punti .ion-ios-checkmark-outline{
	color:#0f0;
	font-size:18px;
	margin-right:20px;
	}

.heroRight2{
    width:45%;    
  	background: linear-gradient(to right,#e5e5e5 0%,rgba(229,229,229,0.6) 100%,rgba(255,255,255,0) 100%);
    position:relative;
}
.heroRight2::before{
    content: "";
	position: absolute;
	top: 0;
	opacity: 0.3;
	width: 240px;
	left: -66px;
	height: 100%;
	background: rgb(5,10,30);
	transform: skewX(-15deg);
	z-index: 2;
}
.heroRight2::after{
   content: "";
	position: absolute;
	top: 0;
	opacity: 1;
	width: 58%;
	right: -34%;
	height: 100%;
	background: rgb(255, 255, 255);
	transform: skewX(-30deg);
	z-index: 2;
}

/*/////////////////////////*/

.grid-auto {
    display: grid;
    grid-template-columns: repeat(4, 300px);
    justify-content: center;   /* centra le colonne */
    gap: 24px;
    padding: 50px;
    background: #fff;
	}
.card-auto {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.card-auto:hover {
    transform: translateY(-5px);
}

.card-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-info span>img{
	width:25px;
    margin-right: 15px;
	}
.card-info span{
	display: flex;
	align-items: center;
    margin-right: 10px;
    width:50%;
	}
.card-body {
    padding: 16px;
}

.card-marca{	
    font-size: 16px;
    color: #666;
    font-weight:bold;
    margin-bottom: 3px;
    text-align:left;
	}
.card-modello{
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    text-align:left;
	}

.card-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    margin-bottom: 6px;
}

/*  Tablet */
@media (max-width: 1024px) {
    .grid-auto {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*  Mobile verticale */
@media (max-width: 600px) {
    .grid-auto {
        grid-template-columns: 1fr;
    }

    .card-img {
        height: 200px;
    }
}

.heroVendita2{
    display:flex;
    position:relative;
    overflow:hidden;
    background:#fff;
    justify-content: center;
    padding:100px 0;
    flex-wrap: wrap;
	}
.heroVendita2 img{
	width:300px;
	}
.heroVendita2 .img2{
	width:100%;
	}

.faq-section h1,
.heroVendita2 h1{
	color:#000;
	width:100%;
	}

/*////////////////////////////////////////////////////////////*/

.faq-section {
    padding: 100px 20px;
    background: #f5f5f5;
    text-align: center;
    color:#000;
}

.faq-section h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

.faq-container {
    max-width: 670px;
    margin: 0 auto;
    text-align: left;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Nascondiamo il checkbox */
.faq-item input {
    display: none;
}

.faq-title {
    display: flex;
    align-items: center;
    padding: 25px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}

.faq-number {
    font-size: 22px;
    font-weight: bold;
    margin-right: 20px;
    color: #000;
    min-width: 40px;
}

.faq-question {
    flex: 1;
}

.faq-icon {
    width: 20px;
    height: 20px;
    background: #ddd;
    border-radius: 4px;
    transition: 0.3s;
}

/* Contenuto nascosto */
.faq-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    transition: all 0.4s ease;
}

/* Quando checked */
.faq-item input:checked + .faq-title + .faq-content {
    max-height: 500px;
    padding: 20px 25px 30px 85px;
}

/* Cambia colore quando aperto */
.faq-item input:checked + .faq-title .faq-icon {
    background: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-section h2 {
        font-size: 28px;
    }

    .faq-title {
        padding: 20px;
    }

    .faq-number {
        font-size: 18px;
        margin-right: 15px;
    }
}




.cont3{
    display: flex;
    justify-content: center;
    align-items: center;
	}

.heroLeft3{
    width:50%;
    color:#fff;
    padding:40px;
    box-sizing:border-box;
    z-index:2;
	}


.heroRight3{
    width:50%;    
	line-height: 60px;
	color:#000;
	text-align:left;
	font-size: 16px;
	}
.heroRight3 .row{
    display:flex;
    align-items:center;
    margin-bottom:12px;
    line-height:1.6;
}

.heroRight3 .icon{
    width:35px;
    flex-shrink:0;
    text-align:center;
}

.heroRight3 .text{
    flex:1;
    margin-left: 20px;
}	

@media (max-width: 768px) {
	.cont3{
		display: block;
		justify-content: center;
		}
	.heroLeft3{
		width:100%;
		color:#fff;
		padding:0px;
		box-sizing:border-box;
		z-index:2;
		}
	.heroRight3{
		width:100%;
		padding:10px;    
		line-height: 28px;
		text-align:left;
		font-size: 12px;
		}
}


/* ///////////////////////////////////////////////////////////////////// */

.testimonials-section {
    background: #07102a;
    padding: 100px 20px;
    border-radius: 20px;
    margin: 80px auto 0px;
    color: #fff;
}

.testimonials-section h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background: #f4f4f4;
    border-radius: 16px;
    padding: 40px;
    margin: 0 15px;
    position: relative;
    min-height: 260px;
}

.testimonial-card h3 {
    color: #111;
    margin-bottom: 15px;
}

.testimonial-card p {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-user img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-user span {
    color: #111;
    font-weight: 600;
}

.quote {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 60px;
    color: #111;
    opacity: 0.2;
}

/* Frecce */
.custom-arrows {
    margin-top: 40px;
}

.custom-arrows button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    margin-right: 10px;
    cursor: pointer;
    font-size: 20px;
}



.footer {
  background-color: #020a24;
  padding: 60px 40px;
  color: #fff;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  font-size: 14px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #ccc;
  font-size: 14px;
  transition: 0.3s ease;
}

.footer-column ul li a:hover {
  color: #fff;
}

.footer-logo img {
  max-width: 180px;
}

/* ========================= */
/* 📱 MOBILE VERSION */
/* ========================= */

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  /* Il logo diventa il primo elemento */
  .footer-logo {
    order: -1;
    margin-bottom: 40px;
  }

  .footer-column {
    margin-bottom: 30px;
  }
}

.contDivDialog{
    position:fixed;
    opacity:1;
    z-index:10000;
    top:20%;
	left:50%;
    overflow-y: hidden;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
	transform: translate(-50%, 0%);
    max-height:80%;
    width:360px;
    max-width:100%;
}
.contDivDialog2{
    position:fixed;
    opacity:1;
    z-index:10000;
    top:20%;
	left:50%;
    overflow-y: hidden;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
	transform: translate(-50%, 0%);
    max-height:80%;
    width:360px;
    max-width:100%;
    -webkit-transition: top 4500ms ease;
    -moz-transition: top 4500ms ease;
    -ms-transition: top 4500ms ease;
    -o-transition: top 4500ms ease;
}
.contDivDialog2 .buttSposDivDialog,
.contDivDialog .buttSposDivDialog{
	position:absolute;
	top: 3px;
	font-size: 15px;
	left: 3px;
	color: #fff;
	cursor:pointer;
	}
.contDivDialog2 .buttSposDivDialog.copy,
.contDivDialog .buttSposDivDialog.copy{
	position:absolute;
	top: 3px;
	font-size: 15px;
	left: 20px;
	color: #fff;
	cursor:pointer;
	}
.contDivDialog.widt50{
	width:50%;
	}
.contDivDialog.heig100{
	top:0%;
    max-height:100%;
	}
.mobile .contDivDialog{
    	top:0%;
		max-height:100vh;
		height:100vh;
		width:100vw;
		max-width:100%;
		}
.mobile .contDivDialog2.sempPicc,
.mobile .contDivDialog.sempPicc{
    	top:20%;
		max-height:80%;
		width:360px;
		max-width:100%;
		height:initial;
		}
.mobile .contDivDialog.widt50{
		width:100vw;
		}
/*	.divDialog .annulla,
	.divDialog .conferma,
	.divDialog .conferm {
		margin: 15px;
		padding: 15px;
		font-size: 30px;
		}
	.divDialog{
    	font-size:30px;
		}*/

.divDialog {
    width: 100%;
    height: 100%;
    max-height: 100%;

    background-color: #222222ee;
    color: #f5f8ff; /* bianco leggermente più soft */
    border-radius: 12px;
    padding: 18px;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    box-sizing: border-box;

    border: 4px solid #ffffff22; /* bordo più delicato */
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25); /* ombra più morbida e profonda */

    overflow-y: scroll;

    transition: opacity 0.6s ease, box-shadow 0.4s ease;
}

/* Scrollbar elegante e minimale */
.divDialog::-webkit-scrollbar {
    width: 8px;
}
.divDialog::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
}
.divDialog::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.25);
}

/* Leggero effetto hover per dare profondità */
.divDialog:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.divDialog a{
	color:#fff;
	text-decoration: underline;
	}
.divDialog a.nomeT{
	color:#222;
	}
.divDialog .annulla{
	display:inline-block;
	margin:5px 5px 5px 0px;
	padding:5px;
	font-size:12px;
	background-color:#fff;
	color:#000;
	border-radius:3px;
	cursor:pointer;
	}  
.divDialog .conferma{
	display:inline-block;
	margin:5px;
	padding:5px;
	font-size:12px;
	background-color:#4090cd;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
	box-shadow: 0px 0px 2px 1px #fff;
	}
.divDialog .conferm {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	background-color: #4090cd;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	}

.progress{
    width: 100%;
    max-width: 400px;
    height: 10px;
    background: #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
}
.progress-perc{
    color: #3b82f6;
    margin: auto 47%;
	}
.progress-bar{
    width: 30%;
    height: 100%;
    position: relative;
    background: #3b82f6;
    border-radius: 10px;
    overflow: hidden;
}

/* shimmer animation */
.progress-bar::after{
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.6) 50%,
        rgba(255,255,255,0) 100%
    );
    animation: shimmer 1.2s infinite;
}

@keyframes shimmer{
    0%{
        left: -50%;
    }
    100%{
        left: 100%;
    }
}


.reviews {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.review-count {
font-size: 0.9rem;
color: #ccc;
}
.stars {
color: #ffc107;
font-size: 1rem;
margin-right: 8px;
}

#infoCostTras{
	width: 100%;
	padding: 18px 16px;
	font-size: 16px;
	border: 2.5px solid #09c6ed;
	border-radius: 12px;
	outline: none;
	background: #fff;
	transition: all .35s cubic-bezier(.77,0,.18,1);
	appearance: none;
	color: #000;
	}
#infoCostTras:empty {
	display: none !important;
}





	
	
	
	
