#cookieBar{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:3000000000;
	font-family: "Roboto", Sans-serif;
}

#cookieBar button{
	cursor: pointer;
}

#cookieBar .fondoCookie{
	width:100%;
	height:100vh;
	background-color:#000;
	opacity:0.8;
}
#cookieBar .containerCookie{
	position:fixed;
	    box-sizing: border-box;
	top:30vh;
	left:calc( 50% - 250px );
	width:500px;
	background-color:#fff;
	padding:40px;
	border-radius:5px;
	background-image:url("/assets/js/cookieBar/cookie.png");
	background-repeat: no-repeat;
  background-position: 95% 5%;
}
#cookieBar .containerConfigCookie{
	position:fixed;
	top:10vh;
	left:calc( 50% - 250px );
	width:500px;
	background-color:#fff;
	padding:40px;
	border-radius:5px;
	display:none;
}
#cookieBarBoton{
    position:fixed;
    z-index:10000;
    bottom:5px;
    left:5px;
    
}
#cookieBar button.closeCookie{
	position:absolute;
	top:0px;
	right:8px;
	color:#515151;
	padding: 0;
	background-color: transparent;
	border: 0;
}

#cookieBar p{
	margin:0;
	margin-bottom:15px;
	color:#515151;
	font-size:18px;
	line-height: normal;
	font-weight: normal;
	text-align:center;
}
#cookieBar p br{
	margin-top:10px;
}

#cookieBar p img{
	display:inline;
	width:150px;
}

#cookieBar p a{
	color:#515151;
	text-decoration:underline;
}

#cookieBar p.title{
	font-size:22px;
	font-weight:bold;
}

#cookieBar button{
	color: #111125;
	background: #fff;
	font-weight: 700;
	border: 0;
	border-radius: 4px;
  padding: 8px 16px;
	font-size:15px;
	margin:5px;
}
#cookieBar .cancelCookie {
    position: absolute;
}
#cookieBar .aceptarCookie, #cookieBar .acceptCookie, #cookieBar .cancelCookie ,  #cookieBarBoton .botonCookie{
	float:right;
	font-size:18px;
	text-decoration: none;
	letter-spacing: 0px;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: transparent;
	background: #515151;
}
	
#cookieBar .aceptarCookie:hover, #cookieBar .cancelCookie:hover{
    background: #707070;
}

	

#cookieBarBoton .botonCookie{
    background: #252525 !important;
    border: 1px solid #fff;
}
#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;
}

.botonCookie{
    
    padding: 0.5rem 0.8rem;
}
.botonCookie {
    cursor: pointer;
}
@media only screen and (max-width: 980px){
	#cookieBar .containerCookie{
		width:100%;
		left:0;
		top:initial;
		bottom:0;
	}
	
	.containerBotones{
	    text-align:center;
	}
	
	#cookieBar .containerConfigCookie{
		width:100%;
		left:0;
		top:initial;
		bottom:0;
	}
	.aceptarCookie{
		display:block;
		float: none !important;
		margin:10px auto !important;
	}
	.cancelCookie{
		display:block;
		float: none !important;
		margin:10px auto !important;
		position: unset !important;
	}
}