.box_logo {
	position: fixed;
	top:2px;
	left: 0px;
	z-index: 1041;
	background-image: url('/new/img/icona_back.png');
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: top center;
	width: 50px;
	height: 60px;
	cursor: pointer;
}
.box_menu {
	position: fixed;
	top: 2px;
	right: 0px;
	z-index: 1048;
	background-image: url('/new/img/icona_menu.png');
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: center top;
	width: 50px;
	height: 60px;
	cursor: pointer;
}
.titolo {
	background-color:#ec7205;
	color:white;
	padding-top:5px;
	/*box-shadow: 0 -5px 5px 5px #333;*/
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index: 1040;
}
.payoff_locale h1{
	font-size: 1.2rem!important;
	font-weight: 500 !important;
}
.payoff_locale h2{
	font-size: calc(0.9 rem);
	color: #686868;
}
.payoff_locale {
	padding-right: 54px;
	padding-left: 54px;
}
