/*
-------------------------- RESET + HOVER --------------------------
*/
@import url("normalize.css");
@import url("hover.css");
/*
---------------------------- WEBFONTS -----------------------------
*/
@import url("webfonts.css");
/*
------------------------------ MENU -------------------------------
*/
@import url("menu.css");
/*
---------------------- REDEFINICAO CSS GLOBAL ---------------------
*/
html{font-size:62.5%;}
*{text-rendering:optimizeLegibility;}
::selection{background:#002469;color:#e2e3e4;}
::-moz-selection{background:#002469;color:#e2e3e4;}
body {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	margin: 0 auto;
	max-width: 2000px;
	min-width: 280px;
	position: relative;
	z-index: 2;
}
/*
------------------- CSS OCULTAR MOBILE EM DESKTOP ------------------
*/
@media screen and (min-width: 768px){.mobile{display:none!important;visibility:hidden!important;}}
/*
------------------- ESTRUTURA SECOES + ELEMENTOS -------------------
*/
.oculto{display:none!important;visibility: hidden !important;}
.banners.corpo,.titulos,.conteudos,#rodape,.rodape{box-sizing:border-box;overflow:visible;position:relative;z-index:5;}
main {
	float: none !important;
	overflow: visible;
	padding: 0 !important;
	position: relative;
}
#topo {
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 49%, rgb(239,253,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 49%, rgb(239,253,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 49%, rgb(239,253,255) 100%);
	padding: 0;
	position: relative;
	z-index: 6;
}
.topo-linha-container {
	background: #fff;
	border-bottom: solid 1px #eee;
	max-height: 37px;
	overflow: hidden;
	position: relative;
}
.topo-linha {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 15px;
}
.topo-linha .fa-home {
	color: #bbbebf;
	font-size: 16px;
	line-height: 35px;
}
.topo-linha .fa-home:hover,.topo-linha .fa-home:focus {
	color: #001f6b;
}
.topo-linha .btn-primary {
	background: #001f6b;
	border: none;
	font-weight: 900;
	margin-top: 2px;
	max-height: 30px;
}
.topo-linha .btn-primary:hover,.topo-linha .btn-primary:focus {
	opacity: .7;
}
.topo-fone {
	color: #002469;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-left: 40px;
	vertical-align: middle;
}
.topo-fone strong {
	font-size: 20px;
	font-weight: 700;
}
.topo-fone:hover,.topo-fone:focus {
	color: #002469;
	text-decoration: none;
}
.topo-fone i {
	color: #bbbebf;
	font-size: 25px;
	margin-right: 8px;
	vertical-align: bottom;
}
.topo {
	background: url(../img/topo-img.jpg) no-repeat right -2px;
	float: none;
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 15px;
	padding-bottom: 25px;
	padding-top: 30px;
	position: relative;
	width: 100%;
}
.logo {
	display: inline-block;
	height: 96px;
	margin: 0;
	max-width: 509px;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 5;
}
.logo a {
	background: url(../img/logo.png) no-repeat left top;
	background-size: contain;
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}
.corpo {
	display: block;
	float: none;
	margin: 0 auto;
	max-width: 2000px;
	overflow: hidden;
	padding: 15px 0;
	padding-top: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
.titulos-e-banners {
	float: left;
	max-width: 2000px;
	padding: 0;
	position: relative;
	width: 100%;
}
#titulos {
	border-bottom: solid 1px #e7eaed;
	float: none;
	font-weight: 100;
	margin: 0 auto;
	max-width: 2000px;
	padding: 10px 0;
	position: relative;
	width: 100%;
	z-index: 9;
}
.titulos {
	color: #00386c;
	display: block;
	float: none;
	font-size: 20px;
	line-height: 8px;
	margin-bottom: 15px;
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 15px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 9;
}
.titulos h1,.titulos h2,.titulos h3,.titulos h4,.titulos h5,.titulos h6 {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
	z-index: 20;
}
.titulos h1,.titulos span {
	font-size: 2rem;
}
.titulos h2 {
	font-size: 1.8rem;
}
.titulos h3 {
	font-size: 1.5rem;
}
.titulos h4 {
	font-size: 1.3rem;
}
.titulos h5 {
	font-size: 1.2rem;
}
.titulos h6 {
	font-size: 1.1rem;
}
.conteudos {
	float: none;
	font-size: 1.6rem;
	letter-spacing: .05rem;
	line-height: 2.7rem;
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 15px;
	position: relative;
	width: 100%;
	z-index: 9;
}
.conteudos-nav {
	border-top: solid 2px #ebf4f8;
	padding: 8px;
}
.conteudos-nav span {
	display: block;
	margin: 0 auto;
	max-width: 1110px;
	padding: 0 15px;
	position: relative;
	text-align: center;
	width: 100%;
}
.conteudos-nav a {
	color: #00386c;
	font-size: 17px;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
	width: 134px;
}
.conteudos-nav a:hover,.conteudos-nav a:focus {
	text-decoration: none;
}
#rodape {
	float: left;
	margin: 0 auto;
	max-width: 2000px;
	padding: 0;
	position: relative;
	width: 100%;
}
#rodape a:hover {
	text-decoration: none;
}
.rodape-container {
	background: url(../img/rodape-bg_logo.png) no-repeat center 11px #dbdfe0;
	display: block;
	overflow: hidden;
	padding: 40px 15px;
	position: relative;
}
.rodape {
	float: none;
	margin: 0 auto;
	max-width: 1140px;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 100%;
}
.contatos a {
	color: #002469;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 25px 0 ;
}
.rodape-logo {
	background: url(../img/logo.png) no-repeat left top;
	background-size: contain;
	height: 61px;
	margin: 0 !important;
	max-width: 298px;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 100%;
	z-index: 5;
}
.rodape-fone strong {
	font-size: 20px;
	font-weight: 400;
}
.contatos a i {
	color: #30795b;
	font-size: 22px;
	margin-right: 12px;
}
.newsletter {
	padding-top: 30px;
}
.newsletter-titulo {
	color: #a2a4a4;
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
}
.newsletter-subtitulo {
	color: #001f6b;
	font-size: 15px;
	font-weight: 300;
}
#newsForm {
	padding-top: 8px;
	position: relative;
}
#newsForm i {
	background: #001f6b;
	-moz-border-radius: 6px 0 0 6px;
	-ms-border-radius: 6px 0 0 6px;
	-o-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	color: #fff;
	font-size: 22px;
	height: 50px;
	padding-top: 12px;
	text-align: center;
	width: 50px;
}
#newsMail {
	background: #e8eaeb;
	border: none;
	color: #a0a2a3;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	margin: 0 -3px;
	padding: 0 18px;
}
#newsBt {
	background: #32885c;
	-moz-border-radius: 0 6px 6px 0;
	-ms-border-radius: 0 6px 6px 0;
	-o-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	margin: 0;
	padding: 0 18px;
	text-align: center;
}
#newsMail:focus, #newsBt:focus {
	outline: none;
}
#newsMail:focus {
	background: #fff;
	color: #000;
}
#newsBt:focus {
	background: #001f6b;
}
.copyright {
	color: #a2a4a4;
	font-size: 15px;	
	font-weight: 300;
	margin: 15px 0;
}
.gosites {
	display: block;
	float: right;
	height: 20px;
	margin: 15px auto;
	margin-right: 15px;
	position: relative;
	text-align: center;
	width: 85px;
}
.subir {
	background: #00347b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	bottom: 40px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	color: #fff !important;
	display: block;
	height: 45px;
	max-width: 45px;
	position: fixed;
	right: 3%;
	width: 100%;
	z-index: 10;
}
.subir:hover,
.subir:focus {
	color: #ffffff;
}
.subir:before {
	content: '\f106';
	font-size: 2rem;
	line-height: 4.2rem;
	right: 0;
	text-align: center;
	width: 100%;
}
/*
----------------------- CSS DE MEDIA QUERIES -----------------------
*/
@media screen and (max-width: 950px){
	.contatos,.newsletter {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 450px;
		width: 100%;
	}
}

/*
----------------------- CSS INFERIOR A 767px -----------------------
*/
@media screen and (max-width: 767px){
	/* ANIMACAO DE TODOS OS ELEMENTOS */
	*{text-rendering: geometricPrecision;-webkit-transition: all ease .7s;-moz-transition: all ease .7s;transition: all ease .7s;}
	
	/* OCULTAR ELEMENTOS DE DESKTOP */
	.desktop{display: none !important;visibility: hidden !important;}
	
	/* CONTORNO DE LINKS EM MOBILE */
	a:focus{outline: none;}
	
	/* EXIBIR ELEMENTOS DE MOBILE E EXIBIR EM BLOCO 100% */
	.mobile{display:block !important;float:none;visibility:visible !important;}
	#topo,.topo {
		margin-bottom: 0;
		overflow:hidden;
		padding: 0;
	}
	/* ESTRUTURA SECOES + ELEMENTOS */
	#topo {
		border-bottom: none;
		box-shadow: rgba(221, 221, 221, 0.329412) 0px 1px 5px 0px;
		left: 0px;
		padding: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 20;
	}
	.topo-linha-container {
		background: transparent;
		border: none;
		overflow: visible;
		padding-right: 65px;
		padding-top: 16px;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	.topo-linha > a:first-child {
		display: none;
		visibility: hidden;
	}
	.topo-fone {
		margin-left: 20px;
	}
	.topo {
		background-image: none;
	}
	.logo {
		float: left;
		height: 52px;
		margin-bottom: 0px;
		margin-left: 15px;
		margin-top: 16px;
		max-width: 200px;
		padding: 0;
		position: relative;
		text-align: left;
		width: 100%;
		z-index: 21;
	}
	.redes-sociais {
		margin-top: 19px;
		width: auto;
	}
	.titulos-e-banners {
		margin-top: 61px;
	}
	#titulos {
		margin-top: 8px;
	}
	.titulos h1,.titulos span {
		font-size: 1.8rem;
	}
	.titulos h2 {
		font-size: 1.6rem;
	}
	.titulos h3 {
		font-size: 1.4rem;
	}
	.titulos h4 {
		font-size: 1.2rem;
	}
	.titulos h5 {
		font-size: 1rem;
	}
	.titulos h6 {
		font-size: .9rem;
	}
	.corpo {
		padding-top: 0;
	}
	.conteudos {
		font-size: 1.45rem;
		margin-top: 0;
		min-height: 20px;
		padding: 6px 2% 0px 2%;
	}
	#rodape {
		background-image: none;
		overflow: hidden;
	}
	.rodape {
		padding-left: 0;
		padding-right: 0;
	}
	.contatos {
		text-align: center;
	}
	.copyright,.gosites {
		display: block;
		float: none;
		max-width: 767px;
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 629px){
	.topo-linha .btn {
		font-size: 0;
		position: relative;
	}
	.topo-linha .btn:before { 
		content: 'Doar';
		font-size: 12px;
	}
}
@media screen and (max-width: 537px){
	.topo-linha-container {
		padding-right: 54px;
		padding-top: 20px;
	}
	.topo-linha .btn:before { 
		content: 'Doar';
		font-size: 10px;
	}
	.topo-fone strong{
		font-size: 16px;
	}
}
@media screen and (max-width: 500px){
	.topo-fone {
		font-size: 0px !important;
	}
	
}
@media screen and (max-width: 485px){
	.topo-fone strong {
		font-size: 0px !important;
	}
	.topo-fone i {
		color: #001f6b;
	}
}
@media screen and (max-width: 467px){
	#newsForm i{
		display: none;
	}
}
@media screen and (max-width: 414px){
	#newsMail {
		width: 100%;
	}
	#newsBt {
		border-radius: 0;
		display: block;
		margin: 15px 0;
		width: 100%;
	}
}
@media screen and (max-width: 401px){
	.topo-linha .btn:before { 
		content: 'Doe';
		font-size: 9px;
	}
}
@media screen and (max-width: 393px){
	.logo {
		max-width: 160px;
	}
}
@media screen and (max-width: 360px){
	.logo {
		max-width: 130px;
	}
}