body {
	background-image: url(../img/ind_bg_1.jpg); background-position:top; background-repeat:repeat-x;
	margin:0;
	background-color:#6B8BC6;
}
.box-cookies.hide {
	display: none !important;
  }
  
  .box-cookies {
	position: fixed;
	background: rgba(0, 0, 0, .9);
	width: 100%;
	z-index: 998;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .box-cookies .msg-cookies,
  .box-cookies .btn-cookies {
	text-align: center;
	padding: 25px;
	color: #fff;
	font-size: 18px;
  }
  
  .box-cookies .btn-cookies {
	background: #1e88e5;
	cursor: pointer;
	align-self: normal;
  }
  
  @media screen and (max-width: 600px) {
	.box-cookies {
	  flex-direction: column;
	}
  }
.home_texto_branco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.home_texto_preto {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	color: #000;
}

.home_titulo_azul {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 18px; 
	color: #6B8BC6;
	font-weight: bold;
}

.diretoria_t�tulo_azul {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 24px; 
	color: #6B8BC6;
	font-weight: bold;
}

.rodape_texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.rodape_by {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}
.rodape_link:link {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
}
.rodape_link:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
}
.rodape_link:hover {
	color: #FFF;
}
.rodape_link:active {
	text-decoration: none;
	color: #FFF;
}