#cookiePopup {
	background-color: #d9d9d8;
	position: absolute;
	font-size: 14px;
	width: 70vw;
	max-width: 42.85em;
	box-shadow: 0 0 2em rgba(5,0,31,0.15);
	text-align: justify;
	line-height: 1.8em;
	padding: 2em 1.4em;
	border-radius: 6px;
	transition: all 1.0s ease-in;
	bottom: 2em;
	right: 2em;
}

#cookiePopup p {
	text-align: center;
	margin: 1.4em 0;
	font-family: Arial, Helvetica, sans-serif;
}

#cookiePopup button {
	border: none;
	color: #ffffff;
	font-size: 1.2em;
	padding: 1em 1.4em;
	display: block;
	position: relative;
	margin: auto;
	border-radius: 5px;
}

#aceptaCookie {
	background-color: #414140;
}

#rechazaCookie {
	background-color: #999999;
}

#cookiePopup a {
	color: #6859fe;
}

@media only screen and (max-width: 37.5em) {
	#cookiePopup {
		width: auto;
		bottom: 0;
		right: 0;
	}
}

#botones_cookie {
    text-align: center !important;
}
.boton_cookie {
    display: inline-block !important;
}