body {
    font: 15px 'Open Sans', Helvetica, Arial, Helmet, Freesans, sans-serif;
	color: #ddd;
}
#header_grid {
    /*padding-bottom: 10px;*/
}
.grid {
    margin: 0 auto 0;
    max-width: 97%;
}
#shortcuts {
    display: inline;
    width: 450px;
}

#shortcuts li {
    float: left;
    margin: 5px 0 0 0px;
    font-size: 11px;
    margin-right: 10px;
	list-style: none;
}

#shortcuts li a {
    color: #dcecff;
    font-size: 1em;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif
}

#shortcuts li a span {
    background: #adc2eb;
    color: #0a1857;
    padding: 0px 3px;
}

#topbar {
    display: inline;
    float: right;
    /*width: 305px;
    border-bottom: 1px dotted #6893cb;*/
}

#topbar li {
    float: left;
    margin: 5px 0 0 14px;
    font-size: 11px;
	list-style: none;
	border-bottom: 1px dotted #6893cb;
}

#topbar li a {
    color: #dcecff;
    text-decoration: none;
    text-transform: uppercase;
}

#logo {
    clear: both;
    position: relative;
    float: left;
    margin-top: 15px;
    padding: 0;
/*    width: 70%;*/
}

#logo span {
    position: absolute;
    display: block;
    color: white;
}

#portal-logo {
    display: block;
    margin: 0;
    width: 100%;
}

#logo .logo {
    margin-bottom: 0.2em;
    font-size: 3em !important;
    line-height: 1.1em;
}
#portal-title {
    font-size: 40px;
    color: #004f80;
    font-weight: 600;
    font-family: "open_sansextrabold", Arial, Helvetica, sans-serif;
    border-bottom: 3px solid #004f80;
    padding: 0px 7px 5px 0;
    margin-bottom: 20px;
/*    margin-left: 9px; */
    line-height: 40px;
}

#portal-title-1 {
    top: 20px;
    margin-left: 35px;
    font-size: 2em;
    font-weight: bold;
}
#header form {
    clear: right;
    float: right;
    margin: 35px -4px 10px 0;
}

#header label {
    color: #dcecff;
    font-size: 10px;
    margin-right: 5px;
    text-transform: uppercase;
}

#header #s {
    background: #fff;
    border: 1px solid #E4E2E1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    width: 175px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#header #s:focus {
    background-color: #fff;
    outline: 0;
    width: 220px;
}

#header #submit {
    background: transparent url(../assets/images/icon_search.png) no-repeat -2px 3px;
    border: 0;
    margin-left: -22px;
    position: relative;
    width: 22px;
    height: 21px;
	top: 5px;
}

#social {
    clear: right;
    float: right;
    /*width: 150px;*/
	margin-right: 10px;
}

#social li {
    display: block;
    float: left;
    height: 16px;
    margin-left: 10px;
    padding: 2px;
    width: 16px;
}

#social li a {
    color: #d6e0f5;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	background: none;
}

#social li a:hover {
    opacity: 0.8;
}

#social #increase {
    margin-left: 3px;
    width: 20px;
}

#social #decrease {
    margin-left: 20px;
    width: 20px;
}

#menu-nav{
    line-height: 20px !important;
	height: 30px;
}
#menu-nav {
    background: #0f4098 none repeat scroll 0 0;
    clear: both;
    max-width: 100% !important;
    margin:0;
/*    padding: 5px 0;*/
}

#menu-nav ul{
    margin: 0 auto;
    text-align: right;
    width: 97%;
}

#menu-nav ul li {
    position: relative;
    float:right;
    right: -10px;
	list-style: none;
}

#menu-nav ul li a {
    padding: 0 10px;
    font-size: 83.4%;
}

#menu-nav .menu-link-nav a {
    border-right: 1px solid #87a0cc;
}

#menu-nav .menu-link-nav a {
    padding: 0 10px;
}
#menu-nav a {
    color: #fff;
}

#menu-nav a:link {
    text-decoration: none;
}

@media screen and (min-width: 1201px) {
	#menu-nav {
		margin-top: 20px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
}
#topNav {
	border: none;
}

i.featured-icon.empty {
    color: #337ab7 !important;
    border-color: #337ab7;
}
i.featured-icon.empty {
    background: #fff !important;
}


#header form {
	margin:0; 
	padding:0;
}	

.selecao_top {
	border:0; 
	border-radius:0; 
	padding:5px;
	height: 32px;
	background-color: #f8f8f8;
}
#header h2 {
	margin-top: 0px;
}

.so-mobile { 
	display:none; 
	width: 30px;
}

.logo-site {
	min-height: 90px;
}

@media only screen and (max-width: 568px) {

	.logo-site {
		min-height: 70px;
	}

	.so-mobile { 
		display:block; 
		margin-left:20px; 
		margin-top:10px; 
		float:left;
		font-size: 25px;
	}

	.hide_mobile {
		display:none !important;
	}

	#topbar {
		float: left;
	}

	#header form {
		margin-right: 50px;
	}

	#logo {
		float: none;
		text-align: center;
	}

	#topMain {
		background: #003f86;
	}

}


@media only screen and (max-width: 900px) {

	.hide_img {
		display:none; 
	}

}
#topNav ul.dropdown-menu {
	margin-top: -40px;
}
#topNav ul.nav>li {
	color: #fff;
	border-left: none;
}

#topNav ul.nav>li a {
	color: #fff;
	line-height:unset;
}
.hrefeespecial {
	padding: 20px 30px !important;
	font-size: 1.3em !important;	
}
#topNav ul.nav>li a:hover {
	color: #999;
}
.menu_principal {
	font-size: 14px !important;	
	color: #000 !important;	
}
.social {
	border-radius: 5px;
	width: 20px !important;
	height: 20px !important;
	margin: 0px 2px !important;
	font-size: 16px !important;	}

a.social {
	line-height: 20px !important;
}

.link_barra {
	color: #f5f5f5 !important;
}

.alto_cont {
	color: #FFF !important;
	background: #000 !important;
}

#barMain form.search button {
	position: absolute;
	top: 65px;
	right: 80px;
	color: #ccc;
	z-index: 1;
}
.dropdown-menu>li>a {
	padding: 5px 20px !important;
}

.sublinks>a {
	padding: 7px 12px;
}

.f-nav{ z-index: 99999; position: fixed; left: 0; top: 0; width: 100%; background: #eee;}

.contrast-page {
	background-color: #000 !important; 
}
.embed-responsive-4by3 {
	padding-bottom: 60%;
}
	#footer input.form-control {
	-webkit-border-top-left-radius: 0px !important; 
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

#footer .input-group-btn .btn {
	-webkit-border-top-right-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}


#footer-brasil {
    background: none repeat scroll 0% 0% #0042b1 !important;
    padding: 1em 0px;
    max-width: 100%;
}
#footer-brasil #wrapper-footer-brasil {
	padding: 0 !important;
}

#footer .section {
    padding-top: 25px !important;
    position: relative;
}

#footer b {
    color: #fff;
    text-transform: uppercase;
}

#footer ul {
    font-size: 90%;
    line-height: 200%;
    margin: 7px 0 0px;
    display: inline-block;	
	padding: 0;
    padding-left: 10px;
}

#footer li {
    padding: 0 !important;
	list-style: none;
}

#footer li a {
	font-size: 12px;
}
#footer a {
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#footer ul .children {
    display: none;
}

#footer a:hover {
    color: #ccc;
}
#footer {
	border-top: 0 !important;
}
#cnpj {
  color: #fff;
  position:absolute;
  bottom:0;
  right: 0;
  text-align: right;
  font-size: 12px;
  padding: 20px;
}

#siteantigo {
    float: left;
    margin-top: 30px;
    color: #fff !important;
    margin-left: -44px;
}

#footer_meta {
    /*background: #004F80;*/
    background: none repeat scroll 0 0 #0042b1;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
}

#footer_meta #copyright {
    text-align: right;
    margin-top: 0px;
}


#extra-footer p {
    margin: 1em auto;
    max-width: 960px;
}

#extra-footer a{
    color: #2c67cd;
    text-decoration: none;
}

#extra-footer a:hover{
    color: #2c67cd;
    text-decoration: none;
}

li.linkcat {
    border-left: 1px dotted #fff;
    display: inline-table;
    margin-bottom: 55px;    
    position: initial;
    margin-right: 50px;
    padding-left: 0.6em;
}

h2.linkcat {
    margin: 0px;
	font-size: 21px;
	font-weight: bold;
	margin-left: 10px;
}