#avvisocovid {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100000;
	display: table;
}
#avvisocovid .avv_cnt {
	display: table-cell;
	vertical-align: middle;
}
#avvisocovid .avv_cnt .avv_box {
	display: table;
	width: 50%;
	background-color: #5c828e;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	color: #FFF;
	font-size: 1rem;
	line-height: 1.8rem;
	max-width: 500px;
}
#avvisocovid .avv_cnt .avv_box > div {
	margin: 0 20px;
}
#avvisocovid .avv_cnt .avv_box > div.tag {
	font-weight: bold;
	font-size: 1.3em;
}
#avvisocovid .avv_cnt .avv_box .logoparco {
	background-color: #FFF;
	font-size: 0rem;
	line-height: 0rem;
	padding: 10px 0px;
	margin-bottom: 10px;
}
#avvisocovid .avv_cnt .avv_box .logoparco img {
	height: 40px;
}
#avvisocovid .avv_cnt .avv_box > div.bottoni {
	line-height: 1.1rem;
	font-size: 1.1rem;
	padding-top: 20px;
}
#avvisocovid .avv_cnt .avv_box > div.bottoni .bott {
	background-color: #FFF;
	display: inline-block;
	margin: 0 10px;
	padding: 8px 0px;
	border-radius: 10px;
	color: #5C828E;
	font-weight: bold;
	width: 40%;
	cursor: pointer;
}
#avvisocovid .avv_cnt .avv_box > div.bottoni .bott:hover {
	background-color: rgba(0,0,0,0.3);
	color: #FFF;
}
#avvisocovid .avv_cnt .avv_box > div.bottoni .bott:hover a {
	color: #FFF;
}

#avvisocovid .sensounico { width: 100%; }


@media screen and (max-width:550px) {

	#avvisocovid .avv_cnt .avv_box { line-height: 1.6rem;  width: 90%; }
	#avvisocovid .avv_cnt .avv_box > div.bottoni { padding-top: 0; }
	#avvisocovid .avv_cnt .avv_box > div.bottoni .bott { display: block; margin: 20px auto; width: 100%; }

}