/*CABECALHO*/

@media (min-width:767px) {
.cabecalho {
	min-height: 175px;
}
.cabecalho {
	background-image: url(../images/bg_edificios.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 0px;
	padding-right: 0px;

}
.cabecalho .container {

}
}
.cabecalho .navbar-header {
	float: none;
	position: relative;
	z-index: 9000;
	margin-top: 0px;
}
@media (max-width:560px) {
.cabecalho .navbar-header {
	text-align: center;
}	
}
.cabecalho .navbar-header .navbar-brand {
	height: auto;
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: inline-block;
	float: none;
}
.cabecalho .navbar-header .navbar-brand img {
	margin-top: 0px;
	margin-bottom: 0px;
}
.cabecalho .navbar-header .navbar-brand img {
	width: auto;
	display: inline-block;
	-moz-box-shadow: 0px 0px 15px rgb(43, 54, 136);
	-webkit-box-shadow: 0px 0px 15px rgb(43, 54, 136);
	box-shadow: 0px 0px 15px rgb(43, 54, 136);
}


.cabecalho .navbar-header .navbar-brand img {
	margin-left: 20px;
	margin-right: 20px;	
}
@media (max-width:767px) {
.cabecalho .navbar-header .navbar-brand {
	
margin-top: 10px;
}
.cabecalho .navbar-header .navbar-brand img {
	margin-left: 10px;
}
}
@media (max-width:560px) {
.cabecalho .navbar-header .navbar-brand img {
	width: 14%;
	margin-right: 10px;
}
}

.cabecalho .navbar-header .navbar-txt {
	font-size: 16px;
	color: #fff;
	text-indent: -9000em;
	background-image: url(../images/logotipo-texto.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	float: none;
	height: 38px;
	min-width: 266px;
	margin-top:  15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	display: inline-block;
}
@media (max-width:595px) {
.cabecalho .navbar-header .navbar-txt {
	min-width: 200px;
}	
}		


.cabecalho .navbar-header .navbar-toggle {
	margin-right: 0px;
	position: relative;
	z-index: 5;
}
.cabecalho .navbar-header .navbar-toggle .icon-bar {
	background-color: #fff;
}
.cabecalho .navbar-toggle-container {
	background-color: #10153b;
	text-align: left;
	position: relative;
	z-index: 0;
}
.cabecalho .navbar-toggle-container a.btn-inicio {
	background-image: url(../images/bt_inicio.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 35px;
	margin-top: 9px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	text-indent: -9000em;
	position: relative;
	z-index: 5;
}
@media (min-width:767px) {
.cabecalho .navbar-toggle-container {
	display: none;
}
}
.cabecalho .redesociais {
	text-align: center;
}
@media (min-width:767px) {
.cabecalho .redesociais {
	text-align: center;
	border: solid 1px #e3a747;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 2px;
	position: absolute;
	top: 115px;
	right: 0px;
}
}
@media (max-width:767px) {
.cabecalho .redesociais {
	display: none;
}
}
.cabecalho .redesociais .redesociais-titulo {
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}
.cabecalho .redesociais a {
	display: inline-block;
	height: 35px;
	width: 35px;
	margin-left: -3px;
	margin-right: -3px;
	background-image: url(../images/sprite_redesociais.png);
	background-repeat: no-repeat;
	background-size: 515%;
	text-align: left;
	text-indent: -9000em;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity .15s ease-in;
	-ms-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}
@media (max-width:767px) {
.cabecalho .redesociais a {
	margin-right: 5px;
}
}
.cabecalho .redesociais a:hover {
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in;
	-ms-transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-o-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in;
}
.cabecalho .redesociais .bt_facebook {
	background-position: left 100%;
}
.cabecalho .redesociais .bt_twitter {
	background-position: 25% 100%;



}



.cabecalho .redesociais .bt_googlemais {
	background-position: 50% 100%;
}
.cabecalho .redesociais .bt_linkedin {
	background-position: 75% 100%;
}
.cabecalho .redesociais .bt_email {
	background-position: right 100%;
}


/* ---- */
@media (min-width:767px) {


.cabecalho #menu-geral {
	text-align: center;
	min-height: 33px;
	padding-right: 0px;
	position: absolute;
	top: 99px;
	right: 0px;
}
.cabecalho #menu-geral ul.nav.navbar-nav {
	float: none;
	display: inline-block;
	margin-top: 3px;
	margin-bottom: -5px;
}
.cabecalho #menu-geral ul li a {
	font-family: 'Century_Gothic_bold', Calibri;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 10px;
	padding: 4px 0px;
	display: inline-block;
}
.cabecalho #menu-geral ul li a:hover {
	background-color: transparent;
	color: rgba(255,255,255,0.8);
	text-decoration: underline;
}
.cabecalho #menu-geral ul li.active > a {
	background-color: transparent;
	color: rgba(255,255,255,0.8);
	text-decoration: underline;
}
.cabecalho #menu-geral ul li a:active {
	background-color: transparent;
}
.cabecalho #menu-geral ul li a:focus {
	background-color: transparent;
}
.cabecalho #menu-geral ul li:after {
	font-family: 'Century_Gothic_bold', Calibri;
	content: '|';
	color: #FFF;
	font-size: 13px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: 600;
	display: inline-block;
}
.cabecalho #menu-geral ul li:last-child:after {
	display: none;
}
}
/* ---- */
@media (min-width:767px) AND (max-width:992px) {
.cabecalho #menu-geral {
}
.cabecalho #menu-geral ul {
}
.cabecalho #menu-geral ul li a {
	margin: 0px 10px;
}
.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 (max-width:767px) {
.cabecalho #menu-geral {
	background-color: #10153b;
	margin: 0px;
}
.cabecalho #menu-geral ul {
	margin: 0px -15px;
	text-align: left;
}
.cabecalho #menu-geral ul li a {
	font-size: 18px;
	/* background-color: #4D4B50; */
	color: #ffffff;
}
.cabecalho #menu-geral ul li a:hover {
	background-color: #FFF;
	color: #10153b;
}
.cabecalho #menu-geral ul li.active > a {
	background-color: #FFF;
	color: #b6c600;
}
.cabecalho #menu-geral ul li a:active {
	background-color: #FFF;
	color: #b6c600;
}
.cabecalho #menu-geral ul li a:focus {
	background-color: #FFF;
	color: #10153b;
}
}
/* ---- */
.cabecalho .newsletter {
	float: right;
	margin-top: 10px;
	min-width: 185px;
	height: auto;
}
@media (max-width:767px) {
.cabecalho .newsletter {
	display: none;
}
}
.cabecalho .newsletter .tit {
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.cabecalho .newsletter .tit:after {
	content: '';
	background-image: url(../images/icon_paleta-laranja.png);
	width: 17px;
	height: 20px;
	display: inline-block;
	position: relative;
	z-index: 0;
	top: -4px;
}
.cabecalho .form_newsletter {
	text-align: center;
}
.cabecalho .form_newsletter .form-group {
	margin-bottom: 3px;
}
.cabecalho .form_newsletter .form-group label {
	display: none;
}
.cabecalho .form_newsletter .form-group .form-control {
	background-color: #ccc;
	color: #fff;
	height: 23px;
}
.cabecalho .form_newsletter .form-group .form-control::-webkit-input-placeholder {
 color: #fff;
}
.cabecalho .form_newsletter .form-group .form-control:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.rodape .form_newsletter .form-group .form-control::-moz-placeholder {  /* Firefox 19+ */
 color: #fff;
}
.cabecalho .form_newsletter .form-group .form-control:-ms-input-placeholder {
 color: #fff;
}
.cabecalho .form_newsletter .btn-enviar {
	border: 0px none;
	background-color: #333;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	height: 28px;
	margin-top: 0px;
	padding: 4px 18px;
	display: inline-block;
}
/* DROPDOWN */
.cabecalho #menu-geral .dropdown li:after {
	display: none;

}
@media (max-width:767px) {
.cabecalho #menu-geral .dropdown.open > a {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.2);
}
}

@media (min-width:767px) {
.cabecalho #menu-geral .dropdown .caret {
	display: none;

}
}
@media (min-width:767px) AND (max-width:992px) {
.cabecalho #menu-geral ul {
	margin-top: 0px;
}
.cabecalho #menu-geral ul li a {
	font-size: 12px;
}
}
@media (min-width:767px) {
.cabecalho #menu-geral .dropdown-menu {
	background-color: transparent;
	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:767px) {
.cabecalho #menu-geral .dropdown-menu {
	background-color: rgba(0,0,0,0.5);
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
}
}
.cabecalho #menu-geral .dropdown-menu li {
	background-color: rgba(16,21,59,0.85);
	display: block;
}
.cabecalho #menu-geral .dropdown-menu li a {
	/* background-color: rgba(16,21,59,0.85); */
	color: #ffffff;
	text-align: left;
	font-size: 13px;
	width: 100%;
	min-width: auto;
	display: block;
	margin: 0px;
	padding: 8px 10px;
}
@media (max-width:767px) {
.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: #10153b;
	background-color: #FFF;
	text-decoration: none;
}
@media (min-width:992px) {
.cabecalho #menu-geral .dropdown:hover > ul.dropdown-menu {
	display: block;
}
}
.cabecalho #menu-geral .dropdown-menu a:after {
	display: none;
}

.cabecalho .info {
	text-align: center;
	font-size: 10px;
	color: rgba(255,255,255,0.5);
	line-height: 0px;
	position: absolute;
	top: 3px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.cabecalho .info a {
	font-family: 'Century_Gothic_Bold', Calibri;
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	line-height: 21px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.cabecalho .btns {
	margin-left: 10px;
	margin-right: 10px;
}
@media (min-width:560px) {
.cabecalho .btns {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}
.cabecalho .btns span {
	display: block;
}
}
@media (min-width:767px) {
.cabecalho .btns {
	margin-top: 0px;
}
}
.cabecalho .btns .btn {
    font-family: 'Century_Gothic_bold', Calibri;
	font-size: 13px;
	color: #b4bbe7;
	text-transform: uppercase;
	border: 2px solid #b4bbe7;
	margin-top: 10px;
	display: block;
}
@media (max-width:560px) {
.cabecalho .btns .btn {
	font-size: 10px;
	padding: 6px 7px;
	display: inline-block;
}
}
@media (min-width:767px) {
.cabecalho .btns .btn {
	background-color: rgba(255,255,255,0.20);
	color: #fff;
	font-size: 11px;
	border: 2px solid #fff;
	display: inline-block;
}
.cabecalho .btns span {
	display: inline;
}
}
.cabecalho .btns .btn:hover {
	background-color: #eaedf4;
	color: #ff830f;
	border: 2px solid #ff830f;
}