/* Estilos para a barra de política das cookies */

.cookie_bar {
    position: fixed;
    top: 0;
    width: 100%;
    background: gray;
    color: white;
    z-index: 9999;
	padding: 15px 0;
}

.center_cookie_container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.cookie_bar .cookie_texto {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.cookie_bar .cookie_texto a {
	color: white;
	text-decoration: underline;
}

.cookie_bar .cookie_aceitar {
    position: relative;
    margin: 12px auto;
    background: white;
    width: 75px;
}

.cookie_bar .cookie_aceitar button {
	background: white;
	border: 0;
	position: relative;
	float: left;
	width: 75px;
	height: 30px;
	color: gray;
	font-weight: bold;
}

#cookies_politicas {
	position: absolute;
	width: 100%;
	z-index: 9998;
	top: -400px;
	color: white;
}

#cookies_politicas a {
	color: white;
	text-decoration: underline;
}

#cookies_politicas .center_cookie_container {
	background: gray;
	border-radius: 8px;
	padding: 10px;
	height: 400px;
	width: 900px;
}