#cookieBar{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:3000000000;
}

#cookieBar .fondoCookie{
	width:100%;
	height:100vh;
	background-color:#000;
	opacity:0.25;
}
#cookieBar .containerCookie{
	position:fixed;
	bottom:0;
	left:0;
	width:400px;
	background-color:#fa5c37;
	padding:20px;
}

#cookieBar a.closeCookie{
	position:absolute;
	top:5px;
	right:5px;
	color:#fff;
}

#cookieBar p{
	margin:0;
	margin-bottom:15px;
	color:#fff;
	font-size:15px;
	line-height: normal;
	font-weight: normal;
}

#cookieBar p a{
	color:#fff;
}

#cookieBar p.title{
	font-size:20px;
	font-weight:bold;
}

#cookieBar button{
	color: #111125;
	background: #fff;
	font-weight: 700;
	border: 2px solid #fff;
	border-radius: 4px;
  padding: 8px 16px;
	font-size:15px;
	margin:5px;
}

#cookieBar .containerConfigCookie{
	display:none;
}

#cookieBar hr{
	margin:30px 0;
	background-color:#fff;
	border:0;
	height:1px;
}

.frame_nocookie{
	border: 2px solid rgb(222, 73, 36);
	width:100%;
	text-align:center;
	padding: 20px;
	margin: 20px 0;
}
.frame_nocookie p{
	letter-spacing: 2px;
	color: rgb(250, 92, 55);
	font-size: 30px;
	text-align: center;
	line-height: 1.05em;
}
.frame_nocookie button{
	border: 2px solid rgb(222, 73, 36);
	background-color: rgb(250, 92, 55);
	padding: 10px;
	text-decoration: none;
	color: #fff;
	margin: 20px auto 0 auto;
	display: block;
	font-family: Lato;
	font-weight: 400;
	cursor:pointer;
}

.sin-cookie{
	font-size:30px;
	position: absolute;
	top: 40%;
	max-width: 500px;
	left: calc(50% - 250px);
	font-weight: bold;
}

@media only screen and (max-width: 700px) {
	#cookieBar .containerCookie{
		width:100%;
	}
	.sin-cookie{
		top:0;
		left:0;
		padding:20px;
		width:100%;
		font-size:20px;
	}
}

