body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	color: #032258;
}
a{
	color: #032258;
}
.btn {
	height: 46px;
	border-radius: 4px;
}
i.fa {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
}
.container-wrapper {
    position: relative;
}
/* Head */
.head_main {
	background: #fff;
	position: relative;
}
.head_main .container{
	background: #FFF;
	position: relative;
	z-index: 99;
	padding: 0;
}
.header-bar.affix-top {
	opacity: 0
}
.header-bar.affix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1 !important;
	z-index: 99;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
}
.header-bar.affix {
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #dadada;
}
.header-bar .menu a {
	color: #646464;
	font-family: Oswald;
	font-size: 16px;
	display:inline-block;
	padding:0 20px;
	height: 52px;
	line-height: 52px;
	text-transform:uppercase;
	position: relative;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
}
#bar-nav {
	float: right;
    margin-top: 8px;
}
.header-bar ._logo,
.head_main ._logo {
	padding-top: 7px;
    padding-bottom: 7px;
}
.head_main ._logo a {
	display: inline-block;
	margin:auto;
}
.head_main ._logo a img{
	margin:auto;
}
.main-nav {
	padding: 18px 0;
}
.main-nav .nav{
	display:inline-block;
}
.main-nav li {
	padding: 0px;
	margin-left: 0;
}
.main-nav li.menu a {
	color: #646464;
	font-family: Oswald;
	font-size: 16px;
	display:inline-block;
	padding:0 20px;
	height: 52px;
	line-height: 52px;
	text-transform:uppercase;
	position: relative;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
}
.main-nav li.active a,
.main-nav li.menu a:hover,  
.main-nav li.menu a:focus,
.main-nav li.menu a:active {
	background: transparent;
	color: #0d2d5c;
	border-radius: 0;
}
.main-nav li.menu a:after {
    content: '';
    width: 15px;
    height: 2px;
    display: block;
    position: absolute;
    background: #FFF;
    bottom: 5px;
    left: 20px;
}
.main-nav li.menu a:hover:after {
	background: #0d2d5c
}
.main-nav li.menu-afix a {
	color: #646464;
	font-weight: 700;
	font-size: 14px;
	display:inline-block;
	padding: 4px 15px;
	text-transform:uppercase;
	position: relative;
}
.main-nav li.menu-afix a span {
	position: relative;
	z-index: 3
}
.main-nav li.active a,
.main-nav li.menu-afix a:hover,  
.main-nav li.menu-afix a:focus,
.main-nav li.menu-afix a:active,
.main-nav li.menu-afix a:hover i {
	color: #0d2d5c;
	background: transparent
}

.body_ctn{
	min-height: 500px;
}

/* Footer */
.footer_ctn {
	background: #0e2a5c;
	color: #6a6a6a;
}
.footer_ctn .container {
	background: #FFF;
	position: relative;
	top: -30px;
	padding-top: 20px;
	padding-bottom: 10px
}
.footer_ctn ._logos {
	background: #f7f7f7;
	padding-bottom: 20px
}
.footer_ctn ._logos a {
	color: #636363;
	font-size: 11px;
}
.footer_ctn ._logos img {
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.footer_menu {
	padding: 0;
}
.block_footer._logo img {
	margin-top: 10px;
}
.footer_menu ._menu_footer{
	margin-top: 10px;
}
.footer_menu .block_footer {
	margin-bottom: 20px;
}
.block_footer ._icone i {
	background: #636363;
    color: #FFF;
    border-radius: 200px;
    width: 37px;
    height: 37px;
    text-align: center;
    padding-top: 12px;
    margin-top: 10px;
}
.block_footer ._titulos {
	font-size: 18px;
	font-weight: 900;
}
.footer_menu .block_footer._social a {
    background: #636363;
    color: #FFF;
    border-radius: 200px;
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    padding-top: 9px;
    margin-top: 10px;
}
.footer_menu .block_footer._social a:hover {
	background: #001850
}
footer .block_copy{
	border-top: 1px solid #CCC;
	padding-top: 5px;
}
footer ._endereco {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	padding-top: 7px;
}
footer ._endereco i {
	font-size: 17px;
    margin-right: 3px;
}
footer .copy {
	padding: 10px 15px;
	font-size: 11px;
	color: #6a6a6a;
}
footer ._selo {
	padding-top: 4px;
}
@media(max-width:1199px) {

}
@media(max-width:768px) {
	.head_main ._logo {
		text-align: center
	}
	.footer_ctn ._logos a {
		margin-bottom: 30px;
		display: block
	}
	.footer_menu .block_footer._social a {
		margin: 0 auto;
	}
}
