@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');
body{
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5{
	font-family: 'PT Sans Narrow', sans-serif;
}
h1,h2{
	font-size: 2.6rem;
	margin: 30px 0 15px 0;
	text-align: center;
	color: #05437A;
}
h3{
	font-weight: bold;
	font-size: 1.4rem;
	color: #54697E;
	text-transform: uppercase;
	position: relative;
	padding-left: 10px;
}
h3::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background-color: #FBDE1D;
}

.card .card-section{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.4rem;
	color: #05437a;
	padding: 1.4rem;
}

#bt-bar{
	background-color: #05437A;
	border-top: 4px #FBDE1D solid;
	padding: 6px 0;
	line-height: 45px;
	color: #FFF;
}
#bt-bar .menu > li > a{
	color: #FFF;
}

span.fone{
	display: block;
	color: #fff;
	text-shadow: 1px 1px 2px #666;
	padding: 10px 0;
	font-size: 1.1rem;
}

#logo > img{
	margin-top: 15px;
	/* -webkit-box-shadow: 1px 1px 8px 2px #666; */
	/* box-shadow: 1px 1px 8px 2px #666; */
	margin-bottom: -60px;
}

#slide{
	position: relative;
}
#slide > header{
	position: absolute;
	top: 10px;
	z-index: 10;
	width: 100%;
}

.title-bar{
	background-color: #05437A;
}

#rp{
	border-top: 2px #eee solid;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	background-image: url('../imagens/bg-rp.jpg');
}

#rp ul{
	list-style: none;
	margin: 0;
}
#rp ul.sitemap li{
	height: 42px;
	line-height: 42px;
	border-bottom: 1px #f2f2f2 solid;
}
#rp ul li i{
	color: #FBDE1D;
}
#rp ul.contato li i{
	font-size: 2rem;
	height: 32px;
	margin-top: 12px;
}
#rp ul.contato li{
	margin: 20px 0;
}
#rp ul, #rp ul.sitemap li a{
	color: #428BCA;
}

.azul{
	background-color: #05437A;
}
button.azul i{
	color: #FBDE1D;
}
.text-branco{
	color: #fff;
}

textarea{
	min-height: 120px;
}

.cabecalho{
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -30px;
	min-height: 250px;
}
.cabecalho h1{
	color: #FFF;
	text-align: left;
	margin-top: 200px;
}
.margin-bottom{
	margin-bottom: 15px;
}

.reveal-overlay{
	background-color: rgba(0,0,0,0.8);
}
.reveal-overlay *:focus{
	outline: none;
}

@media screen and (max-width: 640px){
	#slide > header{
		position: relative;
		background-color: #05437A;
	}
	.cabecalho h1{
		margin-top: 40px;
	}
	.cabecalho{
		min-height: auto;
	}
}