
/* COOKIE STYLE */
#cookie-policy {
	font-family: helvetica;
	position	:	fixed;
	width	:	100vw;
	height	:	100vh;
	top		:	0;
	left	:	0;
	z-index: 999999;
}

#cookiesPreferenze input[type='checkbox'], #cookiesPreferenze label {
	display: none;
}


#cookie-policy .contenuto {
	text-align: center;
padding: 1vw 10vw 1vw 10vw;
	background-color:	rgba(0, 0, 0, 0.15);
	width		:	100%;
	overflow	:	auto;
	display		:	inline-block;
	position	:	absolute;
	opacity: 0.9;
	animation-name: slideUp;
	animation-duration: .5s;
	bottom: 0;
	transition: 1s;
	display: flex;
  justify-content: center;
}

@keyframes slideUp {
	from {bottom: -20rem;}
	to {bottom: 0rem;}
}



#cookie-policy .contenuto h1 {
	font-weight: 700;
	color: #0063AC;
	font-size: 2rem	 !important;
}

#cookie-policy .contenuto a {
	color: #0063AC;
}

#cookie-policy .contenuto p {
	font-size: .7vw;
	color: #595959
}

#cookie-policyPreferenze {
	padding-left: .2rem;
}
#sceltaLinguaCookiePolicy {
	text-decoration: underline;
  float: right;
  border: none;
  outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 10px;
	color: #0063AC;
	width: 50px;
}

.tasto.invertito {
	background-color: white;
	border: 1px solid #0063AC !important;
	color: #0063AC;
}

.tasto {
    border-radius: 2px;
    width: 9rem;
    text-align: center;
    text-transform: uppercase;
    /* font-weight: 700; */
    /* background-color: #0063AC; */
    color: white;
    cursor: pointer;
    /* padding: .5rem; */
    border: 1px solid #595959;
    color: #595959;
    display: flex;
    align-items: center;
    justify-content: center;
		margin-left: 2vw;
		font-size: .7vw;
padding: .5vw 2vw;
transition: .5s;
}
.tasto:hover {
	background-color: #595959;
  color: white;
}


@media screen and (max-width: 800px)
{
	#cookie-policy .contenuto p {
    font-size: 3.7vw;
    color: #595959;
}
	#cookie-policy .contenuto {
    padding: 24vw 10vw 54vw 10vw;
    width: 100%;
    height: 22vh;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.tasto {
	border-radius: 2px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	/* font-weight: 700; */
	/* background-color: #0063AC; */
	color: white;
	cursor: pointer;
	/* padding: .5rem; */
	border: 1px solid #595959;
	color: #595959;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0;
	font-size: 3.7vw;
	padding: .5vw 2vw;
	transition: .5s;
	margin-top: 6vw;
}
}

/* @media screen and (max-width: 400px)
{
	#cookie-policy .contenuto {
		font-size	:	14px;
	}
	.tasto {
		margin-top: 0;
	}
} */
