.info-cookies {
	margin-bottom: 20px;
	line-height: 150%;
}
.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
	z-index: 100;
	padding-top: 15px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}
.aviso-cookies.activo {
	display: block;
}
.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
.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: 15px;
	font-size: 14px;
}
.aviso-cookies .boton:hover {
	background: #000;
}
.aviso-cookies .enlace {
	color: #074163;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.aviso-cookies .enlace:hover {
	text-decoration: underline;
}
.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}
.fondo-aviso-cookies.activo {
	display: block;
}
/*
@media only screen and  (min-width: 300px) and (max-width:374px){
	.aviso-cookies {
	bottom: 70px;
	position: fixed;
	left: 0;
	}
}
@media only screen and  (min-width: 375px) and (max-width:424px){
	.aviso-cookies {
	bottom: 70px;
	position: fixed;
	left: 20px;
	}
}
@media only screen and  (min-width: 425px) and (max-width:767px){
	.aviso-cookies {
	bottom: 70px;
	position: fixed;
	left: 45px;
	}
}	
@media only screen and  (min-width: 768px) and (max-width:1023px){
	.aviso-cookies {
	bottom: 70px;
	position: fixed;
	left: 220px;
	}
}
@media only screen and  (min-width: 1024px) and (max-width:1200px){
	.aviso-cookies {
	bottom: 100px;
	position: fixed;
	left: 340px;
	}
}
@media only screen and  (min-width: 1441px) and (max-width:2560px){
	.aviso-cookies {
	bottom: 250px;
	position: fixed;
	left: 1200px;
	}
}*/