.slide {
	max-height: 500px;
	overflow: hidden;
}

.foto_main{

}
/* ==================== FASCIA EVIDENZA ====================*/
/* .fascia_intro{
	background:url("/images/home-2026.png");
	background-size:cover;
	background-position:center center;
	height:calc(100vh - 240px);
	height:50vh;
	position:relative;
	z-index:1000;

} */
.lang_it .fascia_intro{
	background:url("/images/home-2026.png");
	background-size:cover;
	background-position:center bottom;
	/* height:calc(100vh - 240px); */
	height:70vh;
	position:relative;
	z-index:1000;

}
.fascia_intro .wrapper{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	
}
.fascia_intro .wrapper a{
	flex:0 0 100%;
	margin-top:30px;
	color:#000000;
	text-decoration:none;
} 
.fascia_intro_testo{
	background:rgba(255,255,255,0.7);
	padding:20px;
	font-size:16px;
	line-height:24px;
}
.fascia_intro_testo_h1{
	font-size:20px;
	line-height:30px;
	color:var(--blu);
	font-weight:700;
}
.fascia_intro_testo_btn{
	display:inline-block;
	padding:5px 10px;
	font-size:14px;
	color:var(--blu);
	text-decoration:none;
	text-transform:uppercase;
	border:2px solid var(--blu);
}
.fascia_intro_testo_btn:hover{
	background:rgba(255,255,255,0.2);
}


/* ==================== INTRO ====================*/
.home_frase_iniziale .wrapper{
	display:block;
	margin-top:0;
	margin-bottom:0;
}
.home_frase_iniziale{
	background:#efefef;
	padding:20px 0 20px 0;
	text-align:center;
}
.home h2{
	color:#000000;
	font-size:18px;
	line-height:24px;
	font-weight:500;
}
.home h2:after{
	display:none;
}

/* ==================== FASCIA ESPOSITORI ====================*/
.fascia_espositori_visitatori{
	background:var(--gradiente);
	padding:20px 20px 20px 10px;
}
.fascia_espositori_visitatori .wrapper{
	display:block;
	margin-top:0;
	margin-bottom:0;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
.box_target{
	flex:0 0 100%;
	color:#ffffff;
	padding:30px 20px 20px 50px;
	text-align:left;
}
.box_espositori{
	background:url("/images/ico_espositore.png");
	background-repeat:no-repeat;
	background-position:left 40px;
	background-size:35px 42px;
}
.box_visitatori{
	background:url("/images/ico_visitatore.png");
	background-repeat:no-repeat;
	background-position:left 40px;
	background-size:35px 42px;
}
.box_target_titolo{
	font-size:20px;
	line-height:28px;
	font-weight:700;
}
.box_target p{
	font-size:14px;
	line-height: 24px;
	margin-bottom:20px;
}


/* ==================== FASCIA VIDEO RECAP ====================*/
.fascia_video_recap{
	background:#ffffff;
	padding:30px 20px 60px 10px;
}
.fascia_video_recap h2{
	text-align:center;
	color:var(--blu);
	font-weight:bold!important
}
.esterno_video{
	margin:0 auto;
	max-width:800px;
}


/* ==================== FASCIA BANNER ====================*/
.banner_home{
	padding-top:30px;
	padding-bottom:20px;
}
.main .wrapper.banner_home{
	display:block;
	margin-bottom:0px;
}
.banner_home img{
	width:100%;
	margin-bottom:20px;
	display:none;
}
.banner_home img:first-child{
	display:block;
}



/* ==================== FASCIA TEMI ====================*/
/* .fascia_temi{
	background:url("/images/bg_temi.jpg");
	background-size:100% 100%;
}
.fascia_temi .wrapper{
	flex-wrap:wrap;
	justify-content:space-between;
	padding:40px 0 40px 0;
	margin:0 auto;
}
.fascia_temi_titolo{
	flex:0 0 100%;
	font-size:20px;
	font-weight:700;
	margin-bottom:30px;
	color:#ffffff;
	text-align:center;
}
.fascia_temi_titolo2{
	flex:0 0 100%;
	font-size:18px;
	font-weight:700;
	margin-bottom:30px;
	color:#ffffff;
	text-align:center;
}
.fascia_temi p{
	color:#ffffff;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 30px;
	text-align:center;
}
.box_tema{
	flex:0 0 100%;
	background:#ffffff;
	text-align:center;
	padding:0px 20px 20px 20px;
	font-size:18px;
	line-height:30px;
	margin-bottom:20px;
}
.box_tema:before{
	display:block;
	content:"";
	background:var(--blu);
	width:150px;
	height:5px;
	margin:0 auto;
}
.box_tema h3{
	margin-top:60px;
	font-size:20px;
	font-weight:700;
	color:var(--blu);
}
.box_tema p{
	font-size:16px;
	line-height:20px;
	color:#000000;
}
.box_sostenibilita{
	background:url("/images/ico_sostenibilita.jpg") no-repeat center 20px #ffffff;
	background-size:40px 40px;
}
.box_innovazione{
	background:url("/images/ico_innovazione.jpg") no-repeat center 20px #ffffff;
	background-size:40px 40px;
}
.box_supply_chain{
	background:url("/images/ico_supply_chain.jpg") no-repeat center 20px #ffffff;
	background-size:40px 40px;
}

 */


/* ==================== FASCIA TEMI 2026====================*/
.fascia_temi_2026{
	background:var(--blu);
	background:url("/images/bg_home_temi.jpg") repeat-y;
}

/* .fascia_temi_2026{
	background:var(--blu);
	background:url("/images/bg_home_temi_2.jpg") no-repeat right top;
	background-size:auto 100%
} */

.fascia_temi_2026 .wrapper{
	flex-wrap:wrap;
	justify-content:space-between;
	padding:40px 0 40px 0;
	margin:0 auto;
	display:flex;
	flex-direction:column;
}
.fascia_temi_2026_titolo{
	flex:0 0 100%;
	font-size:20px;
	font-weight:700;
	margin-bottom:30px;
	color:#ffffff;
	text-align:center;
}
.fascia_temi_2026 p{
	color:#ffffff;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 30px;
	text-align:center;
}
.box_tema_2026{
	flex:0 0 100%;
	text-align:center;
	padding:0px 20px 20px 20px;
	font-size:18px;
	line-height:30px;
	margin-bottom:20px;
}
.box_tema_2026 h3{
	margin-top:60px;
	font-size:24px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:30px;
}
.box_tema_2026 p{
	font-size:16px;
	line-height:20px;
	color:#fff;
}
.box_digitalizzazione{
	background:url("/images/ico_digitalizzazione.svg") no-repeat center 20px;
	background-size:40px 40px;
}
.box_ai{
	background:url("/images/ico_ai.svg") no-repeat center 20px;
	background-size:40px 40px;
}
.box_mobilita_connessa{
	background:url("/images/ico_mobilita_connessa.svg") no-repeat center 20px;
	background-size:40px 40px;
}


/* ==================== FASCIA NEWS ====================*/
.swiper-news{
	padding:50px 0 50px 0;
	background:#efefef;
}
.fascia_swiper_news_titolo{
	font-size:20px;
	font-weight:700;
	color:var(--blu);
	text-transform: uppercase;
	text-align:center;
	margin-bottom:20px;
}
.swiper-news .wrapper{
	overflow:hidden;
	display:block;
	margin:0 auto;
}

.vedi-tutte{
	text-align:center;
	margin-top:50px;
}
.swiper-news .vedi-tutte a{
	color:var(--blu);
}
.swiper-news .vedi-tutte a:hover{
	color:#ffffff;
}



.fascia_swiper_news{
	background:#efefef;
}


/* ==================== FASCIA MEDIA PARTNER ====================*/
.fascia_swiper_mediapartner{
	padding:50px 0 50px 0;
	background:#efefef;
}
.fascia_swiper_mediapartner_titolo{
	font-size:20px;
	font-weight:700;
	color:var(--blu);
	text-transform: uppercase;
	text-align:center;
	margin-bottom:20px;
	width:100%;
}



/* ==================== FASCIA DOVE ====================*/
.fascia_dove{
	background:#fbfbfb;
}
.fascia_dove .wrapper{
	display:block;
	margin:0 auto;
	padding:30px 0;

}
.titolo_fascia_dove{
	font-size:20px;
	font-weight:700;
	color:var(--blu);
	text-transform: uppercase;
	text-align:center;
}
.testo_dove strong{
	font-size:18px;
	text-transform:uppercase;
	color:var(--blu);
}
.testo_dove{
	text-align:center;
	margin-bottom:20px;
	font-size:16px;
}
.testo-dove strong{
	color:var(--rosa);
	font-weight:700;
}


.googlemap_wrap {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.googlemap_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 1024px) {

.fascia_temi_2026 .wrapper{
	flex-wrap:wrap;
	justify-content:space-between;
	padding:40px 0 40px 0;
	margin:0 auto;
	display:flex;
	flex-direction:row;
}
.fascia_temi_2026_titolo{
	flex:0 0 100%;
	font-size:40px;
	font-weight:700;
	margin-bottom:50px;
	color:#ffffff;
	text-align:center;
}
.box_tema_2026{
	flex:0 0 30%;
	padding:100px 20px 0px 20px;
	border:1px solid #fff;
	border-bottom:5px solid #fff;
	display:flex;
	flex-direction:column;
	justify-content:space-between
}
.box_tema_2026::after{
	display:block;
	content:"";
	width:26px;
	height:26px;
	border-radius:14px;
	background:#fff;
	margin-bottom:-15px;
	align-self: flex-end;
}
.box_tema_2026 p{
	font-size:18px;
	line-height:24px;
	color:#fff;
}
.box_digitalizzazione{
	background:url("/images/ico_digitalizzazione.svg") no-repeat center 20px;
	background-size:100px 100px;
}
.box_ai{
	background:url("/images/ico_ai.svg") no-repeat center 20px;
	background-size:100px 100px;
}
.box_mobilita_connessa{
	background:url("/images/ico_mobilita_connessa.svg") no-repeat center 20px;
	background-size:100px 100px;
}
}