.botonMasInfoCookies{
	padding-left:5px;
	text-decoration:none;
	color:#161df5;
}
.botonInfoCookies{
	padding:5px;
	text-decoration:none;
	color:#fff;
	border-radius:50%;
}
.infoCookies{
	width:100%;
	position:absolute;
	padding-left:11px;
	font-size:12px;
	top:30%; 
	font-family:"Questrial", Helvetica, Arial, sans-serif;
	color:linear-gradient(90deg, #000000 0%,#878288 50%, #ffffff 100%);
}
.tituloInfoCookies{
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	width:100%;
	min-height:40px;
	background: #4b4e4942;
	color:#161716;
	z-index: 99999;
}
@media screen and (max-width: 50rem) {

.tituloInfoCookies{
		position:fixed;
		left:0px;
		right:0px;
		top:0px;
		width:100%;
		height:120px;
		background: #4b4e4942;
		color:#161716;
		z-index: 99999;
	}

}