.nocookie {
	height: auto;
	width: 100%;
	border: 0;
	margin-bottom: 0;
	z-index: 100;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.href_text {
	font-weight: bold;
	color: #3498db;
}

#div_texto {
	margin: 0 auto 0 auto;
	max-width: 950px;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
  background-color: #000f0d;
	padding: 10px;
	box-sizing: border-box;
}

.texto_cookie {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
  color: #ffffff;
  font-weight: normal;
	margin: 0;
}

@media (min-width: 768px) {
	#div_texto {
		padding: 16px;
	}
	.texto_cookie {
		font-size: 14px;
		line-height: 24px;
	}
}
