
.aviso-cookies {
	display: none;
	background-image: url("https://mezcalkoch.com/images/recursos/papertexture.jpg");
	background-color: #fff;
	padding: 20px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2001;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .logo_cir {
	max-width: 100px;
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 0px;
}

.btn-c{
	margin-left: 15px;
	margin-right: 15px;
}
.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 0px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.70);
	position: fixed;
	z-index: 2000;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}