/*CABECALHO*/
.cabecalho {
	background-color: #ffffff;
	position: relative;
	z-index: 1000;
}

.onb{
font-weight: bold;
}



@media (min-width:769px) {
.cabecalho {
	width: 100%;
	height: 158px;
	margin-top: -158px;
	/* margin-top: 0; */
	margin-left: 0;
	/* position: absolute; */
	top: 0;
	left: 0;
	z-index: 5000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.cabecalho.fixed {
	width: 100%;
	height: 186px;
	margin-top: 0;
	margin-left: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.cabecalho .container {
	position: relative;
	z-index: 10;
}
}
.cabecalho .navbar-header {
	float: none;
	position: relative;
	z-index: 0;
	margin-top: 0px;
}
@media (min-width:769px) {
.cabecalho .navbar-header {
	min-height: 158px;
}
.cabecalho.fixed .navbar-header {
	min-height: 158px;
}
.cabecalho .navbar-header .navbar-brand {
	float: none;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
}
.cabecalho .navbar-header .navbar-brand a:after {
	content: '';
	background-color: #ffffff;
	border-radius: 50%;
	width: 240px;
	height: 200px;
	margin-left: -27px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
/*.cabecalho.fixed .navbar-header .navbar-brand a:after {
	display: none;
}*/
}
.cabecalho .navbar-header .navbar-brand img {
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
	display: inline-block;
}
@media (max-width:768px) {
.cabecalho .navbar-header .navbar-brand {
	float: left;
	width: 72vw;
	height: auto;
	padding: 4px;
	position: relative;
	z-index: 0;
}
.cabecalho .navbar-header .navbar-brand img {
	margin-left: auto;
	margin-right: auto;
	height: 65px;
}
}
@media (min-width:769px) {
.cabecalho .navbar-header .navbar-brand img {
	position: relative;
	z-index: 2;
}
.pagina-index .cabecalho .navbar-header .navbar-brand img {
	width: 194px;
	height: 163px;
}
}
@media (min-width:769px) and (max-width:992px) {
.cabecalho .navbar-header .navbar-brand img {
	width: 166px;
	height: 140px;
}
}
@media (min-width:769px) AND (max-width:885px) {
.cabecalho .navbar-header .navbar-brand img {
	width: 142px !important;
	height: 120px !important;
}
.cabecalho .navbar-header .navbar-brand a:after {
	content: '';
	background-color: #ffffff;
	border-radius: 50%;
	width: 180px;
	height: 155px;
	margin-left: -20px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.cabecalho.fixed .navbar-header .navbar-brand a:after {
	display: none;
}
}
.cabecalho .navbar-header .navbar-brand figcaption {
	color: #626262;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	float: right;
	margin-top: 45px;
}
@media (max-width:768px) {
.cabecalho .navbar-header .navbar-brand figcaption {
	white-space: nowrap;
	text-indent: -20px;
	font-size: 15px;
	line-height: 18px;
	margin-top: 0px;
	position: absolute;
	left: 110px;
	top: 18px;
	z-index: 1;
}
.cabecalho .navbar-header .navbar-brand figcaption strong {
	display: block;
}
}
@media (max-width:375px) {
.cabecalho .navbar-header .navbar-brand figcaption {
	text-indent: -20px;
	font-size: 3.5vw;
	line-height: 5vw;
	left: auto;
	right: 20px;
	top: 50%;
	z-index: 1;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cabecalho .navbar-header .navbar-toggle.collapsed {
	background-color: rgba(240, 240, 240, 0.5) !important;
}
}
/* ---- */
.cabecalho .navbar-header .navbar-toggle {
	background-color: #f0f0f0;
	border-radius: 0px;
	height: 76px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 28px 20px;
	position: relative;
	z-index: 1000;
}
.cabecalho .navbar-header .navbar-toggle .icon-bar {
	background-color: #161616;
}
/* ---- */
@media (min-width:769px) {
.cabecalho .lang {
	position: absolute;
	right: 0px;
	top: 1px;
	z-index: 1;
}
}
@media (max-width:768px) {
.cabecalho .lang {
	position: absolute;
	right: 90px;
	top: 25px;
	z-index: 1;
}
}
.cabecalho .lang a {
	border: solid 1px #dcdcdc;
	color: #626262;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	padding: 2px 5px;
}
@media (min-width:769px) {
.cabecalho .lang a {
	float: left;
	text-transform: lowercase;
	border-radius: 3px;
	margin-left: 3px;
	display: block;
}
.cabecalho .lang a:first-letter {
	text-transform: uppercase;
}
}
.cabecalho .lang .en, .cabecalho .lang .fr {
/* display: none !important; */
}
.cabecalho .lang a:hover, .cabecalho .lang a.active {
	color: #ffffff;
	background-color: #626262;
}
/* ---- */
@media (min-width:769px) {
.cabecalho .redesociais {
	position: absolute;
	right: 140px;
	top: 3px;
	z-index: 1;
}
}
@media (max-width:768px) {
.cabecalho .redesociais {
	display: none;
}
}
.cabecalho .redesociais .at-icon-wrapper {
	background-color: transparent !important;
}
.cabecalho .redesociais .at-share-btn {
	float: none !important;
	padding: 0px !important;
	display: inline-block !important;
}
.cabecalho .redesociais .at-share-btn .at-icon-wrapper svg {
	fill: #cbda02 !important;
	border: solid 1px #cbda02 !important;
}
.cabecalho .redesociais .at-share-btn, .cabecalho .redesociais .at-share-btn .at-icon-wrapper svg {
	width: 28px !important;
	height: 28px !important;
}
/* ---- */
.cabecalho .navbar-header .navbar-toggle.collapsed .icon-bar {
	position: static
}
.cabecalho .navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(2) {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: 4px;
	margin-bottom: 0
}
.cabecalho .navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(3) {
	display: block
}
.cabecalho .navbar-header .navbar-toggle.collapsed .icon-bar:nth-child(4) {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: 4px
}
.cabecalho .navbar-header .navbar-toggle .icon-bar:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 5px;
	bottom: auto
}
.cabecalho .navbar-header .navbar-toggle .icon-bar:nth-child(3) {
	display: none
}
.cabecalho .navbar-header .navbar-toggle .icon-bar:nth-child(4) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
	bottom: auto;
	margin-top: -2px
}
.cabecalho .navbar-header .navbar-toggle.collapsed {
	background-color: #f0f0f0;
}
.cabecalho .navbar-header .navbar-toggle.collapsed .icon-bar {
	background-color: #596118;
}
.cabecalho .navbar-header .navbar-toggle {
	background-color: #f0f0f0;
	margin-left: 0px;
}
.cabecalho .navbar-header .navbar-toggle .icon-bar {
	background-color: #596118;
}
.cabecalho .navbar-header .navbar-toggle .icon-bar, .cabecalho .navbar-header .navbar-toggle.collapsed .icon-bar, .cabecalho .navbar-header .navbar-toggle, .cabecalho .navbar-header .navbar-toggle .icon-bar {
	-webkit-transition: all .12s ease-in;
	-ms-transition: all .12s ease-in;
	-moz-transition: all .12s ease-in;
	-o-transition: all .12s ease-in;
	transition: all .12s ease-in
}
@media (min-width:769px) {
.cabecalho.fixed {
	border-bottom: solid 28px #626262;
	/*height: 95px;
	border-bottom: solid 8px #626262;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);*/
}
/*
.cabecalho.fixed .navbar-header {
	min-height: 87px;
}
.cabecalho.fixed .navbar-header .navbar-brand {
	top: 5px;
}
.cabecalho.fixed .navbar-header .navbar-brand img {
	width: 90px !important;
	height: 75px !important;
}
.cabecalho.fixed .navbar-header .navbar-brand figcaption {
	float: none;
	font-size: 17px;
	margin-top: 0px;
	position: absolute;
	right: 115px;
	top: 2px;
	z-index: 1;
}
.cabecalho.fixed {
	margin-top: 0px;
	-webkit-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}*/
}
/* ---- */
@media (min-width:769px) {
.cabecalho #menu-geral {
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: absolute;
	right: 0px;
	bottom: 8px;
	z-index: 1;
}
.cabecalho #menu-geral ul.nav.navbar-nav {
	margin-top: 0px;
	padding-top: 0px;
	display: inline-block;
}
.cabecalho #menu-geral ul.nav.navbar-nav > li {
	position: relative;
	z-index: 0;
}
.cabecalho #menu-geral ul li a {
	color: #626262;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0px 3px;
	padding: 10px 7px 10px 2px;
}
.cabecalho #menu-geral ul li:last-child > a {
	margin-right: 0px;
	padding-right: 0px;
}
.cabecalho #menu-geral ul li:hover > a {
	background-color: transparent;
	color: #ccda04;
}
.cabecalho #menu-geral ul li.active > a {
	background-color: transparent;
	color: #ccda04;
	font-weight:bold;
}
.cabecalho #menu-geral ul li a:active {
	background-color: transparent;
	
}
.cabecalho #menu-geral ul li a:focus {
	background-color: transparent;
}
.cabecalho #menu-geral ul.nav.navbar-nav > li:hover:after {
	content: '';
	background-color: #ccda04;
}
}
/* ---- */
@media (min-width:769px) AND (max-width:992px) {
.cabecalho #menu-geral {
}
.cabecalho #menu-geral ul {
}
.cabecalho #menu-geral ul li a {
	font-size: 13px;
}
.cabecalho #menu-geral ul li a:hover {
	background-color: transparent;
}
.cabecalho #menu-geral ul li.active a {
	background-color: transparent;
}
.cabecalho #menu-geral ul li a:active {
	background-color: transparent;
}
.cabecalho #menu-geral ul li a:focus {
	background-color: transparent;
}
}
@media (min-width:769px) AND (max-width:1040px) {
.cabecalho #menu-geral ul li a {
	font-size: 13px;
}
}
/* ---- */
@media (max-width:768px) {
.cabecalho #menu-geral {
	background-color: #f0f0f0;
	clear: both;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.cabecalho #menu-geral ul {
	margin: 15px -10px;
}
.cabecalho #menu-geral ul li a {
	font-size: 18px;
	color: #161616;
}
.cabecalho #menu-geral ul li a:hover {
	background-color: #596118;
	color: #FFF
}
.cabecalho #menu-geral ul li.active > a {
	background-color: #596118;
	color: #FFF
}
.cabecalho #menu-geral ul li a:active {
	background-color: #596118;
	color: #FFF
}
.cabecalho #menu-geral ul li a:focus {
	background-color: #596118;
	color: #FFF
}
}
@media (max-width:515px) {
.cabecalho .lang {
	text-align: center;
	left: 0;
	right: 0;
	top: 93px;
}
.cabecalho .lang a {
	color: #596118;
	border: solid 1px #596118;
}
.cabecalho .lang a:hover, .cabecalho .lang a.active {
	background-color: #596118;
	color: #FFF
}
.cabecalho #menu-geral ul {
	margin: 55px -10px 15px -10px;
}
}
/* DROPDOWN */
.cabecalho #menu-geral .dropdown li:after {
	display: none;
}
@media (max-width:768px) {
.cabecalho #menu-geral .dropdown.open > a {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.2);
}
}
@media (min-width:769px) {
.cabecalho #menu-geral .dropdown .caret {
	display: none;
}
}
@media (min-width:769px) AND (max-width:1100px) {
.cabecalho #menu-geral ul {
	margin-top: 0px;
}
.cabecalho #menu-geral ul li a {
	font-size: 1.2vw;
	padding: 10px 3px 10px 2px;
}
}
@media (min-width:769px) {
.cabecalho #menu-geral .dropdown-menu {
	background-color: #ffffff;
	text-align: left;
	padding: 0px;
	left: 8px;
	border: none 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.15);
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
	z-index: 9999;
}
}
@media (max-width:768px) {
.cabecalho #menu-geral .dropdown-menu {
	background-color: rgba(0,0,0,0.07);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	margin: 0px;
	padding: 0px;
}
}
.cabecalho #menu-geral .dropdown-menu li {
	display: block;
}
.cabecalho #menu-geral .dropdown-menu li a {
	background-color: #ffffff;
	color: #161616;
	text-align: left;
	font-size: 13px;
	width: 100%;
	min-width: auto;
	display: block;
	margin: 0px;
	padding: 8px 10px;
}
@media (max-width:768px) {
.cabecalho #menu-geral .dropdown-menu li a {
	background-color: rgba(0, 0, 0, 0.01);
	padding: 8px 24px;
}
}
.cabecalho #menu-geral .dropdown-menu li.active > a {
	border-bottom: none;
}
.cabecalho #menu-geral .dropdown-menu li a:hover {
	border-bottom: none;
}
.cabecalho #menu-geral .dropdown-menu li a, .cabecalho #menu-geral .dropdown-menu li a:hover {
	text-decoration: none;
}
.cabecalho #menu-geral .dropdown-menu li a:hover, .cabecalho #menu-geral .dropdown-menu li .active a {
	color: #ffffff;
	background-color: #596118;
	text-decoration: none;
}
@media (min-width:769px) {
.cabecalho #menu-geral .dropdown:hover > ul.dropdown-menu {
	display: block;
}
}
.cabecalho #menu-geral .dropdown-menu a:after {
	display: none;
}
.cabecalho #menu-geral .dropdown .dropdown-toggle {
	color: #161616;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	padding-top: 10px;
	width: 64px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
@media (min-width:769px) {
.cabecalho #menu-geral .dropdown .dropdown-toggle {
	display: none;
}
}
.cabecalho #menu-geral .dropdown .dropdown-toggle:hover, .cabecalho #menu-geral .dropdown .dropdown-toggle:active {
	color: #ffffff;
	background-color: #596118;
}
/* ---- */
.paginas .cabecalho {
/* border-bottom: solid 8px #596118; */
}
/*@media (min-width:769px) {
.paginas .cabecalho .navbar-header .navbar-brand img {
	margin-top: 0px;
	width: 145px;
	height: 121px;
}
}*/
