@charset "utf-8";
/* CSS Document — div_bannercookie.css */

#banner {
	background-color: rgba(2, 18, 55, 0.97);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	bottom: 0;
	height: auto;
	min-height: 80px;
	left: 0;
	margin: 0;
	position: fixed;
	width: 100%;
	z-index: 99999;
	display: none;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nascondi {
	font-family: 'Outfit', Arial, sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.65);
	position: absolute;
	top: 12px;
	right: 5%;
	cursor: pointer;
	transition: color 0.18s ease;
}

.nascondi:hover {
	color: #ffffff;
}

.apri {
	position: absolute;
	bottom: 0%;
	right: 5%;
	cursor: pointer;
	border-top: 2px solid #3399FF;
	border-right: 2px solid #3399FF;
	border-left: 2px solid #3399FF;
	width: 200px;
	background: #f5f8ff;
	border-radius: 10px 10px 0 0;
	height: 30px;
	display: none;
}

.open {
	margin: 20px 0px 0px 50px;
}

#testo {
	margin: 0 auto;
	padding: 18px 36px;
	font-family: 'Outfit', Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}
