/*-----HOME SLIDE ----------------------------------------*/
#home #slide{
	margin-bottom: 100px;
}

#home #slide .traco_amarelo{
	position: absolute;
	margin-right: 50px;
	right: 0;
	z-index: 99;
	width: 20%;
	height: 15px;
	/*background-image: linear-gradient(#dda305, #fbb901);*/
	background-color: #fbb901;
}

#home #slide .traco_verde{
	position: absolute;
	z-index: 9999;
	left: 200px;
	width: 30%;
	height: 15px;
	bottom: 0px;
	/*background-image: linear-gradient(rgb(4, 89, 4), green);*/
	background-color: #7bb52c;
}

#home #slide .texto_slide{
	font-family: myFontBold;
	position: absolute;
	font-size: 190%;
	right: 30px;
	bottom: 10%;
	color: #fff;
	text-align: right;
	width: 400px;
	height: 460px;

	/* Centraliza horizontalmente - Centraliza verticalmente */
	display: flex;
	justify-content: center;
    align-items: center;

    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #686868; */
	/*text-shadow: #2b2b2b 0.1em 0.1em 0.1em;*/
}

#home #slide .texto_circulo{
	position: absolute;
	right: -150px;
	top: -50px;
	border: solid 1px #686868;
	border-radius: 50%;
	background-color: transparent;
	height: 500px;
	width: 500px;
	opacity: 0.5;
}

#home #slide .botoes{
	position: absolute;
	z-index: 9999999;
	right: 40%;
	bottom: 30px;
}



/*-----HOME acesso rapido ------------------------------------- */

#home #acesso_rapido .circulo1{
	height: 90px;
	width: 90px;
	background-color: #164194;
	border-radius: 50%;
	padding: 15px;
}

#home #acesso_rapido .texto{
	font-size: 15px;
	color: #164194;
	margin-top: 54px;
}

#home #acesso_rapido .titulo{
	color: #164194;
	font-weight: bolder;
}

#home #acesso_rapido .titulo_traco{
	margin-top: 26px;
	border-top: solid #164194;
}



/* ------HOME NOTICIAS-------------------------------------------- */
#home #noticia .topo_titulo{
	color: #164194;
	font-size: 35px;
	cursor: pointer;
}

#home #noticia .ler_mais{
	color: #164194;
	font-size: 25px;
}

#home #noticia .box_noticia{
	position: relative;
	height: 550px;
}

#home #noticia .imagem{
	position: relative;
	height: 300px;
	background-size: cover;
	border-radius: 7px;
	padding: 10px 0 0 10px;
}

#home #noticia .imagem_categoria{
	position: absolute;
	font-size: 12px;
	padding: 7px;
	background-color: #008ad0;
	color: #fff;
	border-radius: 7px;
}

#home #noticia .titulo{
	color: #4b4b4b;
	font-size: 20px;
}

#home #noticia .saiba_mais{
	position: absolute;
	bottom: 0;
	padding: 5px;
	border: solid 3px #008ad0;
	border-radius: 20px;
	color: #008ad0;
	font-size: 22px;
	width: 200px;
	text-align: center;
}


/* HOME NOTICIAS CATEGORIA */
#home #noticia_categoria .botao_categoria{
	cursor: pointer;
	font-size: 13px;
	padding: 7px;
	border: solid 3px #806004;
	color: #806004;
	border-radius: 7px;
	text-align: center;
}

#home #noticia_categoria .botao_categoria.active{
	background-color: #008ad0;
	border: solid #0a4867;
	color: #fff;
}

#home #noticia_categoria .imagem2{
	position: relative;
	height: 200px;
	background-size: cover;
	border-radius: 7px;
	padding: 10px 0 0 10px;
}

#home #noticia_categoria .titulo2{
	color: #4b4b4b;
	font-size: 20px;
}




/*------ HOME SERGIPE ----------------------------------------*/
#home #sergipe{
/*	margin-bottom: 85px;*/
}

#home #sergipe .topo_titulo{
	font-family: myFontBold;
	font-size: 35px;
	color: #164194;
	cursor: pointer;
}

#home #sergipe .traco_azul{
	position: absolute;
	margin-right: 260px;
	right: 0px;
	z-index: 99;
	width: 20%;
	height: 15px;
	background-image: linear-gradient(#008ad0, #008ad0);
}

#home #sergipe .traco_amarelo{
	position: absolute;
	z-index: 9999;
	left: 200px;
	width: 30%;
	height: 15px;
	bottom: 0px;
	background-image: linear-gradient(#fbb900, #fbb900);
}

#home #sergipe .btn_descubra_sergipe{
	padding: 5px;
	border: solid 3px #fff;
	border-radius: 10px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}

#home #sergipe .titulo{
	color: #ffffff;
	font-size: 40px;
}

#home #sergipe .box_sergipe{
	background-color: #76b729;
}




/*----- HOME OBRAS --------------------------------------------*/
#home #obras .topo_titulo{
	font-family: myFontBold;
	font-size: 35px;
	color: #164194;
}

#home #obras .mapa{
	border: solid;
	height: 300px;
}

#home #obras .ler_mais{
	color: #164194;
	font-size: 25px;
}

#home #obras .botao_mais_informacoes{
	margin-top: 20px;
	font-size: 15px;
	padding: 7px;
	border: solid 3px #806004;
	color: #806004;
	border-radius: 20px;
	text-align: center;
}

#home #obras .titulo{
	color: #164194;
	font-size: 25px;
	font-family: ;
}

#home #obras .valor{
	color: #164194;
	font-size: 20px;
	font-weight: bolder;
}



/*---- HOME MIDIA---------------------------*/

#home #midia .topo_titulo{
	font-family: myFontBold;
	font-size: 35px;
	color: #164194;
	cursor: pointer;
}

#home #midia #galeria{
	background-color: #008ad0;
	padding: 80px 0 80px 0;
}

#home #midia #galeria img{
	border-radius: 10px;
}

#home #midia #galeria .botao_confira_mais{
	margin-top: 20px;
	font-size: 15px;
	padding: 7px;
	border: solid 3px #014489;
	color: #014489;
	border-radius: 20px;
	text-align: center;
	padding: 8px;
}

#home #midia #podcast{
	background-color: #76b729;
	padding: 80px 0px 80px 0px;
}

#home #midia #podcast .botao_confira_mais{
	margin-top: 20px;
	font-size: 15px;
	padding: 7px;
	border: solid 3px #365e0e;
	color: #365e0e;
	border-radius: 20px;
	text-align: center;
	padding: 8px;
}

#home #midia #videos{
	background-color: #fbb900;
	padding: 80px 0px 80px 0px;
	height: 600px;
}

#home #midia #videos .botao_confira_mais{
	margin-top: 20px;
	font-size: 15px;
	padding: 7px;
	border: solid 3px #806004;
	color: #806004;
	border-radius: 20px;
	text-align: center;
	padding: 8px;
}

#home #midia #jornal{
	background-color: #fbb900;
	padding: 80px 0px 80px 0px;
	height: 600px;
}

#home #midia #jornal .botao_confira_mais{
	margin-top: 20px;
	font-size: 15px;
	padding: 7px;
	border: solid 3px #806004;
	color: #806004;
	border-radius: 20px;
	text-align: center;
	padding: 8px;
}
