@font-face {
	font-family: 'Aurora';
	src: url('../fonts/AuroraBdcnBtBold.eot');
	src: local('☺'), url('../fonts/AuroraBdcnBtBold.ttf') format('truetype'), url('../fonts/AuroraBdcnBtBold.otf') format('opentype'), url('../fonts/AuroraBdcnBtBold.html') format('woff');
	font-weight: normal;
	font-style: normal;
}

img {border: 0;}

::selection {
	background: rgba(66,106,189, .7); /* Safari */
	}
::-moz-selection {
	background: rgba(466,106,189, .7); /* Firefox */
}

* {margin:0; padding: 0;}
html, body {height:100%;}
body {
	min-width: 1021px;
}

a {
	color: #466DBE;
	text-decoration: none;
	font-weight: 400;
}
	a:hover {
		text-decoration: underline;
	}

p {
	font-family: sans-serif;
	font-size: 15px;
	font-weight: 200;
	margin: 10px 0;
}

h1, h2, h3, h4 {
	font-family: "Aurora";
	color: #083E89;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 20px;
}

a {
	text-decoration: none;
	transition: all .1s ease-in-out;
	color: #466DBE;
	text-decoration: none;
	font-weight: 400;
}
	a:hover {
		text-decoration: underline;
	}

ol {
	list-style-type: lower-latin;
	font-family: sans-serif;
	font-weight: 200;
	margin: 10px 10px 10px 40px;
	font-size: 15px;
}

ul
{
	margin-left: 40px;
    list-style-type: square;
    font-family: sans-serif;
    /*font-weight: 200;*/
}

ul > li
{
    /*color: rgba(0, 165, 79, .6);*/
    padding-bottom: 3px;
}

ul > li > span
{
    color: #000;
}

.clearfix {
	clear: both;
}

/* ~~~~~~~~	Inicio do Cabeçalho ~~~~~~~~	*/
header {
	min-height: 100px;
	background-color: #231F20;
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 99999;

	/*-webkit-box-shadow: 0px 4px 11px 1px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 4px 11px 1px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 4px 11px 1px rgba(50, 50, 50, 0.2);*/
}

header ul {
	mar
	position: relative;
	text-decoration: none;
	font-family: 'Aurora';
	color: #FFF;
	margin-top: 25px;
}

header ul li {
	font-family: 'Aurora';
	display: inline-block;
	margin: 15px;
	font-size: 20px;
	letter-spacing: 0.5px;
	color: #FFF;
}
header ul li a {
	color: #FFF;
}
	header ul li a:hover, header li span {
		color: #00A54F;
		text-decoration: none;
	}
/*	~~~~~~~~ Fim do Cabeçalho ~~~~~~~~	*/


/* ~~~~~~~~	Inicio do Corpo ~~~~~~~~	*/

/*.bgParallax {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	min-height: 100%;

	background-position: 50% 0;
	background-repeat: repeat;
	background-attachment: fixed;
}*/
#fundo-textura {
	background: #FFF url(../images/Textura.png) repeat scroll;
	/*padding-bottom: 100px;*/
	z-index: -50;
	padding-top: 100px;
}

#gradiente-fundo {
    background-image: -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, rgb(70, 96, 226)),
    	color-stop(0.4, rgb(252, 252, 252))
    );
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
}

#container-conteudo {
	width: 1000px;
	margin: auto;
}

#conteudo {
	background: #FFF;
	margin: auto;
	width: 1000px;
	height: auto;
	padding: 25px;
	box-sizing: border-box;

	-webkit-box-shadow: 0px 0px 14px 8px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 14px 8px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 14px 8px rgba(50, 50, 50, 0.2);
}

#post-corpo {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}

#post-corpo h4 {
	font-family: sans-serif;
	color: #231F20;
	margin: 20px 0 15px 0;
}
/* ~~~~~~~~	Fim do Corpo ~~~~~~~~	*/


/* ~~~~~~~~	Inicio do Rodape ~~~~~~~~	*/
.titulo-categoria-rodape {
	border-bottom: 2px solid #595657;
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 25px;
}

.subtitulo-categoria-rodape{
	border-bottom: 1px solid #595657;
}

.subtitulo-categoria-rodape h2{
	font-family: "Aurora";
	font-size: 16px;
	color: #083E89;
}

.item-categoria-rodape {
	height: 60px;
	/*width: 100px;*/
	/*background-color: blue;*/
	margin: 10px;
	display: inline-block;
}
	.item-categoria-rodape img {
		height: 100%;
	}

.conteudo-categoria-rodape {
	/*text-align: center;*/
}

#realizacao .conteudo-categoria-rodape {
	/*text-align: left;*/
}

#realizacao .item-categoria-rodape {
	height: 100px;
}

footer {
	position: relative;
}

#redes-sociais {
	padding-top: 20px;
	text-align: center;
	margin: auto;
}

.item-social {
	height: 45px;
	width: 45px;
	/*/background-color: rgba(100, 100, 100, .7);*/
	display: inline-block;
	margin-right: 2px;
	position: relative;
}
.item-social img {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .2s ease-in-out;
}
.com-hover {
	opacity: 0;
}
.sem-hover {
	opacity: 1;
}
	.item-social:hover .com-hover {
		opacity: 1;
	}
	.item-social:hover .sem-hover {
		opacity: 0;
	}

#desenvolvido {
	font-family: sans-serif;
	width: 110px;
	text-align: center;
	position: absolute;
	right: 0;
	font-size: 13px;
	margin-top: -50px;
	margin-right: 20px;
}

#desenvolvido img {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

#contorno-recife {
	/*background-color: blue;*/
	width: 100%;
}

#contorno-recife img {
	width: 100%;
	margin-top: 20px;
	margin-bottom: -5px;
}

.breve {
	font-family: sans-serif;
	font-size: 20px;
	font-style: italic;
	padding-top: 20px;
	padding-left: 5px;
}