.Header-line{
	width:100%;
	padding:3px;
	background:#009ee0;
	text-align:right;
	font-size:13px !important;
}
.div-header-logo{
	background:#fff;
	padding:5px;
	position:fixed;
	top:0;
	z-index:1998;
	transition:0.5s;
	width:max-content;
}
.img-header-logo{
	max-width:275px;
	width:100%;
	transition:0.5s;
}
.header-content-resp{
		display:none;
	}
.index-registrati-box{
	border-radius:5px; 
	box-shadow: 0 10px 20px 0px #00000063;	
	padding:35px
}
.index-contatti-box{
	border-radius:5px; 
	box-shadow: 0 10px 20px 0px #00000063;
}
#contatti-div{
	background-image:url("../img/interface/index-reg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 25%;
	width:100%;
	padding-top:200px;
	align-items: center;
	text-align:center;
	}
#index-search{
	background-image:url("../img/interface/index-reg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 25%;
	width:100%;
	padding-top:200px;
	align-items: center;
	text-align:center;
	}
@media (max-height : 380px) {
	#index-search{
		padding-top:110px;
	}
	
}
.index-search-box_resp{
	display:none;
	}
@media (max-width : 800px) {
	.index-search-box{
		display:none;
	}
	.index-search-box_resp{
		display:inherit;
	}
	.header-content{
		display:none;
	}
	.header-content-resp{
		display:inherit;
	}
	.img-header-logo{
		max-width:160px;
	}
	.div-header-logo{
	max-width:160px;
	}
}
.first_index_comment{
	margin-top:-43px;
	padding-top:121px;
	padding-bottom:28px;
}
.cercaindx{
	height: 50px;
	padding:5px;
	opacity:0.90;
	border:none;
}
.send_cerca{
	height:50px;
	padding:5px;
	margin-bottom:1px;
}