/*********************************************************************************************

1. Toolbox CSS  -----------------------  All Theme Files
2. Global Styles  ---------------------  All Theme Files
3. Header  ----------------------------  header.php
4. Homepage  --------------------------  index.php
5. Archive Posts ----------------------  loop.php
6. Single Post ------------------------  single.php
7. Sidebar & Widgets ------------------  sidebar.php
8. Comments ---------------------------  comments.php
9. Footer  ----------------------------  footer.php

**********************************************************************************************/


/*********************************************************************************************

1. Toolbox CSS  -------------------------  All Theme Files

*********************************************************************************************/

@font-face {
	font-family: 'economicabold';
	src: url('economica-bold-otf.eot');
	src: url('economica-bold-otf.eot?#iefix') format('embedded-opentype'), url('economica-bold-otf.woff') format('woff'), url('economica-bold-otf.ttf') format('truetype'), url('economica-bold-otf.svg#economicabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'economicaitalic';
	src: url('economica-italic-otf.eot');
	src: url('economica-italic-otf.eot?#iefix') format('embedded-opentype'), url('economica-italic-otf.woff') format('woff'), url('economica-italic-otf.ttf') format('truetype'), url('economica-italic-otf.svg#economicaitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'economicaregular';
	src: url('economica-regular-otf.eot');
	src: url('economica-regular-otf.eot?#iefix') format('embedded-opentype'), url('economica-regular-otf.woff') format('woff'), url('economica-regular-otf.ttf') format('truetype'), url('economica-regular-otf.svg#economicaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Reset & General Styling */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: 'economicaregular';
	_font-family: 'economicaregular';
	font-size: 1em;
}
pre, code {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
ul ul, ol ol, ul ol, ol ul {
	margin: 0;
}
dd {
	margin: 0 0 0 40px;
}
img {
	display:block;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure, form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
}
label {
	cursor: pointer;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
*overflow: visible;
}
table button, table input {
*overflow: auto;
}
button, input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
tr, th, td {
	padding-right: 1.625em;
	border-bottom: 1px solid #EAE7DE;
}
td {
	vertical-align: top;
}
/* Smart clearfix */
.clear, .cleaner {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.sticky, .bypostauthor {
}


/* Text Selection Color */
::-moz-selection {
background: #05C;
color: #fff;
text-shadow: none;
}
::selection {
	background: #05C;
	color: #fff;
	text-shadow: none;
}
img::-moz-selection {
background: transparent;
}
img::selection {
	background: transparent;
}
/* Navigation */
div.navigation {
	font: 14px 'economicaregular';
	text-align: center;
	padding: 20px 15px;
	
	margin: 0;
}
div.navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #888;
	padding: 0;
	margin: 0 8px;
}
div.navigation a:hover, div.navigation a:active {
	color: #2e69c3;
}
div.navigation span.current {
	color: #fff;
	margin: 0 8px;
	padding: 8px 12px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	background-color: #4979c3;
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,.2), inset 0 0 0 1px rgba(0,1,1,.1);
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,.2), inset 0 0 0 1px rgba(0,1,1,.1);
	box-shadow: inset 0 2px 1px rgba(0,0,0,.2), inset 0 0 0 1px rgba(0,1,1,.1);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.15) 0%, rgba(0,1,1,.15) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,.15) 0%, rgba(0,1,1,.15) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.15) 0%, rgba(0,1,1,.15) 100%);
	background-image: linear-gradient(bottom, rgba(255,255,255,.15) 0%, rgba(0,1,1,.15) 100%);
}
div.navigation span.pages {
	margin-right: 0;
	display: none;
}
div.navigation .alignleft, div.navigation .alignright {
	margin: 0;
}
div.navigation .prev {
	float: left;
	margin: 0 16px 0 0;
}
div.navigation .next {
	float: right;
	margin: 0 0 0 16px;
}
/* Forms */
input, textarea {
	font-size: 13px;
	color: #000;
	background: #fff;
	padding: 8px 10px;
	
	border: none;
	
}
input:focus, textarea:focus {
	border-color: #999;
}
button, input[type=button], input[type=reset], input[type=submit] {
	padding: 13px 25px;
	margin: 0;
	text-align: center;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	background: #FFA700;
	width: auto;
	border: 0;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background-color:#FFA700;
}


 input[type='submit']::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input#s {
	float: left;
	margin: 0 5px 0 0;
	box-shadow: none;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
}
/* Meta separator */
.separator {
	color: #e5e5e5;
	font-size: 11px;
	margin: 0 5px;
}
.post-meta .separator {
	margin: 0 8px;
}

/*********************************************************************************************

2. Global Styles

*********************************************************************************************/

body {
    color: #6e7279;
  font-family: 'economicaregular';
    font-size: 13px;
    overflow-x: hidden;
    line-height: 1.5;
    margin: 0;
    padding: 0;
	background: #fff;
}

/* Links */
a { color: #CBCBCB; text-decoration:none; }
a:hover { text-decoration:underline; color:#CBCBCB}

h1 a,
h2 a,
h3 a { color: #191919; text-decoration:none; }

h1 a:hover,
h2 a:hover,
h3 a:hover { text-decoration:none; color:#2e69c3}


a:focus { outline: none; }
a:hover, a:active { outline: none; }

p { margin: 0 0 15px; padding: 0; }

.inner-wrap {
    margin: 0 auto;
    width: 1120px;
    background:#fff;
    padding:40px 40px 0;
	border-left: 1px solid #dadedf;
	border-right: 1px solid #dadedf;
}

#content {
	padding-bottom: 10px;
}

/*********************************************************************************************

3. Header  -------------------------  header.php

*********************************************************************************************/

#header {
	margin: 0 0 0px;
	
}

/* Top Menu */


#header .head-wrap {
	width: 980px;
	padding: 0 0 0 0;
	margin: 0 auto;
	background:url(images/fundo.png);
}

#header #head-right {
	position:relative;
	float:right;
	top:-27px;
	padding-top: 20px;
}

#head-right #head-links {
	background:#FFAD00;
	height:40px;
	width:300px;
	padding-top:18px;
	
}


#head-links #ico-localizacao {
	background:url(images/ico-localizacao.png) no-repeat center;
	background-position: 20px 0;
	display:block;
	border-right:#FFF 1px solid;
	width:130px;
	height:20px;
	text-indent:-99999px;
	float:left;
}

#head-links #ico-localizacao:hover {
	
		background-position: 20px -20px;
}



#head-links #ico-boletim {
	float:left;
	background:url(images/ico-boletim-online.png) no-repeat center;
	background-position: 20px 0;
	display:block;
	width:130px;
	height:20px;
	text-indent:-99999px;
}

#head-links #ico-boletim:hover {
	
		background-position: 20px -23px;
}

/* Logo */

#logo {
	float: left;
}

#logo, #logo h1,
#logo h1 a {
	font: 48px 'economicaregular', 'Merriweather', Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
	color: #33373c;
	line-height: normal;
	

}

#logo a {
	display: inline-block;
	margin: 0 39%;
}

#logo a:hover, 
#logo a:active {
	color: #2e69c3;
}

#header .adv {
 	float: right;
}	
 

#slider {
	margin-top:2px;
	
	margin-bottom:25px;	
}
/* Search Form */

#header #searchform {
	margin-top: 0;
position: relative;
width: 200px;
float: right;
padding: 10px;
margin-right: -18px;
}

#header #searchform #s {
	font-size: 16px;
color: #CCCCCC;
background: #fff;
height: 26px;
width: 143px;
padding: 0 0px 0 15px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
box-shadow: 0;
-moz-box-shadow: 0;
-webkit-box-shadow: 0;
margin: 0;

}

#header #searchform #s.placeholder { color: #D1AB67; }
#header #searchform #s::-webkit-input-placeholder { color: #D1AB67; }
#header #searchform #s:-moz-placeholder { color: #D1AB67; }
#header #searchform #s::-moz-placeholder { color: #D1AB67; }
#header #searchform #s:-ms-input-placeholder { color: #D1AB67; }

#header #searchform #searchsubmit {
	position: absolute;
z-index: 10;
text-indent: -9999em;
background: #F0DBB3 url('images/search-icon.png') 6px 50% no-repeat;
height: 26px;
width: 26px;
padding: 0;
border: 0;
overflow: hidden;
margin: 0;
opacity: 0.8;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
}

#header #searchform #searchsubmit:hover, #header #searchform #searchsubmit:focus {
	opacity: 1;
	border:none;
}

/* Main Menu & Dropdown menu */
#menu {
	font-family:'economicaregular';
    color: #fff;
	background: #D1AB67;
	margin: 0;
	margin-top: 5px;
padding-left: 0%;
}

#menu .wrap {
	width: 980px;
	margin: 0 auto;
	height:47px;
}

#menu .wrap > p {
	padding: 16px 25px 18px;
	margin: 0;
}

.btn_menu { display:none; }

.dropdown {
	list-style: none;
}

.dropdown li {
	position: relative;
}

.dropdown > li {
	float: left;
}

.dropdown  a {
	display: block;
	position: relative;
	text-decoration: none;
	line-height: normal;
}

#menu #mainmenu > li {
	margin-top:5px;
 	border-right: 1px dotted #FFFFFF;
	text-transform: uppercase;
}

#menu #mainmenu > li > a {
	color: #FFF;
	padding: 10px;
	margin: -1px 0 0;
	font-size:18px;
}

#menu #mainmenu > li:last-child {
	border:none;	
}
#menu #mainmenu > li > a:before {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	height: 3px;
}

.dropdown .sf-sub-indicator {
	display: inline-block;
	text-indent: -9999em;
	vertical-align: middle;
	height: 0;
	width: 0;
	border-bottom: 0;
	overflow: hidden;
	margin: 0 0 0 6px;
}

.dropdown > li:hover > a {
	background-color: #FFF;
	color:#C96B39 !important;
}

.dropdown  > li:hover > a.sf-with-ul {
	z-index: 100;
	padding-bottom: 19px;
	margin-bottom: -1px;
}

.dropdown .sub-menu {
	position: absolute;
	top: -999em;
	z-index: 99;
	background: #FFF;
	list-style: none;
	width: 200px;
	opacity:0.9;
}

.dropdown  .sub-menu li {
	border-bottom: 1px solid #e5e7eb;
}

.dropdown .sub-menu li:last-child {
	border-bottom: 0;
}

.dropdown  .sub-menu a {
	padding: 12px 25px;
	color:#FFF;
	font-size:18px;

}

.dropdown .sub-menu li:hover > a {
	color: #fff;
	background-color: #bbc2ce;
}

.dropdown li:hover .sub-menu {
	top: auto;
}

.dropdown  .sub-menu .sub-menu {
	border-top: 0;
}

.dropdown  li:hover .sub-menu .sub-menu {
	top: 0;
	left: 280px;
	color: #fff;
	background-color: #bbc2ce;
	-moz-box-shadow: 0 0 0 1px #a6b0bf, 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 0 1px #a6b0bf, 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0 1px #a6b0bf, 0 2px 2px rgba(0, 0, 0, 0.3);
}

.dropdown  .sub-menu a .sf-sub-indicator {
	display: inline-block;
	text-indent: -9999em;
	vertical-align: middle;
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-left-width: 4px;
	border-left-color: #878d95;
	border-right: 0;
	overflow: hidden;
	margin: 0 0 0 6px;
}

.dropdown  .sub-menu li:hover > a .sf-sub-indicator {
	border-left-color: #fff;
}

.dropdown  .sub-menu .sub-menu li {
	border-bottom-color: #b0b8c5;
}

.dropdown  .sub-menu .sub-menu li a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	color: #fff;
}

.dropdown  .sub-menu .sub-menu li:hover > a {
	background-color: #b1b8c3;
	-moz-box-shadow: 0 -1px 0 #a6b0bf, 0 1px 0 #a6b0bf;
	-webkit-box-shadow: 0 -1px 0 #a6b0bf, 0 1px 0 #a6b0bf;
	box-shadow: 0 -1px 0 #a6b0bf, 0 1px 0 #a6b0bf;
}

.dropdown  .sub-menu .sub-menu li a .sf-sub-indicator {
	border-left-color: #fff;
}
 

#menu .dropdown > .current-menu-ancestor > a, 
#menu .dropdown > .current-menu-item > a { 
}

/*********************************************************************************************

4. Homepage    -------------------------  index.php

*********************************************************************************************/

#content {
	width: 980px;
	margin: 0 auto;
	
}

#content #main{
	width: 990px;
	float: left;
	background: #FFF;

	margin-bottom: 20px;
	margin-top:10px;
}


#content #main.institucional {
	width: 980px;
	float: left;
	
}


.archiveposts{
	width:900px;
	margin:auto;
	
	}
.archiveposts h2{
text-transform:uppercase;	}
#eventos .data {
	font-size: 24px;
	color: #8B8B8B;
}
#eventos h1 {
	font-size: 24px;
	color: #FFAC0D;
}
.lista-evento {
	float: left;
	width: 280px;
	height: 80px;
	margin-bottom: 40px;
}
.lista-evento .data {
	font-family: 'economicaregular';
	font-size: 50px;
	width: 80px;
	height: 80px;
	background: #FFAD0D;
	float: left;
	color: #FFF;
	text-align: center;
	line-height: 1.1;
}
.lista-evento .mes {
	display: block;
	background: #565656;
	font-size: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	TEXT-TRANSFORM: uppercase;
}
.lista-evento .info {
	float: right;
	width: 180px;
	padding-right: 10px;
	font-size: 15px;
	color: #727272;
}
.lista-evento .info a {
	font-size: 18px;
	color: #FFAD0D;
}
.eventos-lateral {
	background: #FFF;
	width: 280px;
	float: right;
	border: #E7E7E7 1px solid;
	min-height: 450px;
}
.eventos-lateral h3 {
	font-size: 24px;
	color: #FFA700;
	margin: 10px;
	border-bottom: #CCC 1px dotted;
}
.eventos-lateral li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.eventos-lateral .lista-evento {
	float: none;
	width: 270px;
	margin-left: 10px;
	height: 60px;
	margin-bottom: 40px;
}
.eventos-lateral .lista-evento .info {
	width: 180px;
	padding: 0px;
	padding-right: 10px;
}
.eventos-lateral .lista-evento .data {
	width: 60px;
	height: 60px;
	font-size: 40px;
}
.institucional .nome-departamento {
	font-size: 24px;
}
.institucional .nome-pessoa {
	font-size: 24px;
	color: #FFA700;
}
#lateral-menu {
	float: left;
	width: 200px;
	min-height: 304px;
	background: #FFAD00;
	font-family: 'economicaregular';
	padding-right: 10px;
	padding-bottom: 20px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#lateral-menu ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	list-style: none;
}
#lateral-menu .pagenav {
	font-size: 20px;
	color: #FFF;
	list-style: none;
	margin-top: 10px;
	margin-left: 20px;
}
#lateral-menu ul li {
	background: url(images/ico-menu-institucional.gif) no-repeat left center;
	height: 40px;
	list-style: none;
}
#lateral-menu ul li.current_page_item a {
	color: #000;
}
#lateral-menu ul li a {
	display: block;
	height: 39px;
	border-bottom: #CCC 1px dotted;
	font-size: 16px;
	color: #FFF;
	margin-left: 16px;
	line-height: 39px;
}

#facebook-lateral {
	width:300px;
	float:right;
}

#centro {
	/* margin-top: 20px; */
width: 980px;
height: 375px;
padding-top: 38px;
background: url(images/fundo.png);
margin-left: auto;
margin-right: auto;
	
}

#centro .wrap {
		width:980px;
	margin:0 auto;
}

#cursos {
	position:relative;
	width:980px;
	height:184px;
}

.bot-seta {
	width:36px;
	height:36px;
	text-align:center;
	font-size:20px;
	color:#FFF;
	display:block;
	line-height:36px;
	background:#00A8FF;
	opacity:0.5;
	
}

.bot-seta:hover {
	text-decoration:none;
		color:#FFF;

}


 #prev {
	position:absolute;
	top:74px;
	left:0px;
	z-index:100;
}


 #next {
	position:absolute;
	top:74px;
	right:5px;
	z-index:100;
}




#cursos .box-curso {
	list-style:none;
	display:block;
	position:relative;
	font-family:'economicaregular';
	width:275px;
	height:355px;
	float:left;
	margin: 0 35px;
	
}

#cursos .box-curso:hover {
	background:#DBDBDB;
}

.box-curso img {
width: 134px;
height: 134px;
margin-left: 91.5px
}

.box-curso .mais a {
	font-family:'econimicaregular';
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	height:30px;
	width:30px;
	background:#002373;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	color:#FFF;
}

.box-curso .titulo {
	
top: 140px;
display: block;
font-family: 'economicaregular';
font-size: 20px;
color: #173B85;
padding: 15px;
text-align: center;
width: 300px;
}


.box-curso .descricao {
	
top: 180px;
display: block;
font-size: 16px;
color: #979797;
left: 5px;
line-height: 1.2;
font-family: 'economicaregular', Geneva, sans-serif;
padding: 15px;
text-align: center;
	
}
.box-curso .verde {
	color:#00D823;
}

.box-curso .bg-verde {
	background:#00D823;
}

.box-curso .vermelho {
	color:#FF0000;
}

.box-curso .bg-vermelho {
	background:#FF0000;
}

.box-curso .verde-claro {
	color:#499DB2;
}

.box-curso .bg-verde-claro {
	background:#499DB2;
}


#depoimentos {
	margin-top:37px;
}

#depoimentos h1 {
	display:block;
	text-indent:-99999px;
	background:url(images/conheca-diferente.png) no-repeat;
	width:980px;
	height:50px;
	margin-bottom:19px;

}

.bx-child{
	width:257px;
	background:#EBEBEB;
	float:left;
	
	}
#testimonial p{
	
	width:225px;
	height:350px;
	font-size:18px;
	color:#6C6C6C;
	margin:10px;
	font-family:'economicaregular';
	font-style:italic;
	
	}
.box-depoimento {
	width:241px;
	height:314px;
	float:left;
}

.box-depoimento .img-borda {
	background:url(images/bg-imagem-depoimento.png) no-repeat;
	width:226px;
	height:216px;
	padding-top:16px;
	padding-left:15px;
}

.box-depoimento img {
opacity:0.75;
 -moz-opacity: 0.75;
 filter: alpha(opacity=75);
 -webkit-filter: opacity(0.75);
 /*filtro P/B*/ 
 filter: gray; /* IE6-9 */
 -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
 /*qualidade*/
 image-rendering: auto;	
}


.box-depoimento img:hover {
 opacity:1;
 -moz-opacity: 1;
 filter: alpha(opacity=100);
 -webkit-filter: opacity(1);
 filter: none; /* Firefox 10+ */
 -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
 image-rendering: auto;
}

.box-depoimento .titulo {
	font-size:24px;
	font-family:'economicaregular';
	color:#7B7B7B;
	display:block;
	padding-top:10px;
	padding-left:8px;
}


.box-depoimento .descricao {
	display:block;
	font-size:18px;
	font-family:'economicaregular';
	color:#7B7B7B;
	padding-left:8px;
}


.box-depoimento .descricao .more-link {
	display:none;
}
#banners-central {
	width:980px;
	height:170px;
	margin-top:32px;
}
#parceiros {
	width:100%;
	margin: 0 0 20px 0;
	background:#FFF;
		
}

#parceiros .wrap {
	width:980px;
	margin:0 auto;
	padding: 10px;

}

#parceiros .box-logo {
	float:left;
}

#parceiros .b1 {
	padding-top:13px;
	width:208px;
}


#parceiros .b2 {
	padding-top:13px;
	width:279px;
}


#parceiros .b3 {
	width:168px;
}


#parceiros .b4 {
	padding-top:13px;
	width:215px;
}

#parceiros .b5 {
	width:90px;
	text-align:right;
}



#home-destaques {
	float: left;
	width: 950px;
	overflow: hidden;

  
	
}

#home-destaques #menu-destaques {
	height:60px;


}
#home-destaques .conteudo {
	width:100%;
	margin:0 auto;
	
	margin-top:10px;

}

.conteudo .lista {
	font-family:'economicaregular';	
	height:186px;
	margin-bottom:31px;
	
}
.conteudo .lista img {
	float:left;
}
.conteudo .lista  .info {
	float:right;
	width:345px;
	height:184px;
	background:url(images/bg-pontilhado.png) repeat-x bottom;	
}
.conteudo .lista  .data {
	font-size:14px;
	color:#848484;
	margin:0px;
}

#agenda, #eventos {
	display:none;
}
#noticias{
	width: 357px;
	background: #E6E6E6;
	height: 395px;
	padding-left:10px;
	padding-top:10px;

	}
#noticias .data{
	float:left;
	font-size:16px;
	color:#fff;
	width:79px;
	height:69px;
	background:url(images/data.fw.png) no-repeat;
	
	
	}
.data_lateral{
	background:
	
	}
#noticias .data:hover{
	background:url(images/datahover.fw.png)no-repeat;
	
	
	}
#noticias a {
	font-size:16px;
	color:#6C6C6C;
	font-family:'economicaregular';	
	
	
	}
#noticias .titulo{
	 text-transform:uppercase;
	 margin-left: 14px;
	 font-family:'economicaregular';
	 	position: absolute;	
	}
#noticias .descricao{
	font-size: 14px;
	color: #6C6C6C;
	width: 254px;
	float: right;
	margin-right: 10px;
	font-family: 'economicaregular';
	line-height: none;
	position: absolute;
	margin: 25px 0 0 93px;	
	
	}
.conteudo .lista .titulo {
	font-size:30px;
	color:#000;
	line-height:1.2;
	text-decoration:none;

}

.conteudo  .lista .titulo:hover {
	text-decoration:  underline;
}

.conteudo  .lista .read-more {
	display:none;
}

.conteudo .lista .descricao {
	font-size:18px;
}


.conteudo  #destaques  .lista:last-child {
	margin-bottom:0px;
}

#eventos .lista {
	width:260px;
	float:left;
	margin-right:20px;
	margin-left:20px;
	text-align:center;
	margin-bottom:20px;
}

#eventos .lista .info {
	float:none;
}

#eventos .lista img {
	float:none;
	width:200px;
	margin-bottom:5px;
	height:130px;
}

#eventos .lista .titulo {
	font-size:20px;
	display:block;
}

.lista-evento {
	font-family: 'economicaregular';
	float: left;
	width: 290px;
	height: 80px;
	margin-bottom: 50px;
	margin-right:10px;
}
.lista-evento .data {
	font-family: 'economicaregular';
	font-size: 50px;
	width: 80px;
	height: 80px;
	background: #FFAD0D;
	float: left;
	color: #FFF;
	text-align: center;
	line-height: 1.1;
}
.lista-evento .mes {
	display: block;
	background: #565656;
	font-size: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	TEXT-TRANSFORM: uppercase;
}
.lista-evento .info {
	float: right;
	width: 190px;
	padding-right: 10px;
	font-size: 17px;
	color: #666666;
	line-height:1.2;
	background:url(images/bg-pontilhado.png) repeat-x bottom;
	height:82px;
}
.lista-evento .info a {
	font-size: 19px;
	color: #000;
}

#menu-destaques ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu-destaques ul li {
	width:161px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:30px;
	line-height:30px;
	background:#0D86D9;
	float:left;
}


#menu-destaques ul li:hover {
	color:#000;

}

#menu-destaques ul li:hover  a {
	color:#FFF;
	text-decoration:none;
	
}


#menu-destaques ul li.ativo {
	
	color:#000;
	background:url(images/missao.fw.png)no-repeat;
	
}

#menu-destaques ul li.ativo > a {
	color:#FFF;
}

#menu-destaques ul li:last-child {
	border-right:none;
	width:163px;
}


#menu-destaques ul li a {
	display:block;
	font-family:'economicaregular';
	font-size:22px;
	text-align:center;
	color:#000;
}


#home_ad {
	text-align:center;
	margin:-20px 0 30px;
}



/* Homepage Widgets (featured categories) */

#homewidgets {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e3e5e9;
}

#homewidgets .col1, #homewidgets .col2 {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

#homewidgets .col1 {
	border-right: 1px solid #e3e5e9;
}

#homewidgets .widget {
	float: none;
	width: auto;
	border-bottom: 1px solid #e3e5e9;
}

#homewidgets .widget:last-child {
	border-bottom: 0;
}


#homewidgets .col1 .widget {
	padding: 30px 30px 30px 0;
}

#homewidgets .col2 .widget {
	padding: 30px 0 30px 30px;
}


/*********************************************************************************************

5. Archive posts styling -------------------------  loop.php

*********************************************************************************************/

h1.archive_title {
	font-family:'economicaregular';
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e3e5e9;
    color: #AAAAAA;
    font-weight:bold;
}

h1.archive_title a {
	color: #AAAAAA;
}

h1.archive_title a:hover, h1.archive_title a:active {
	color: #AAAAAA;
}

.cinza {
	color:#FFAD00;

}

.archiveposts h3.title {
    font-size: 1.6;
    line-height: 1.3;
    margin: 0 0 25px;
    padding: 0;
    color: #212426;
    font-weight:bold;
}

.archiveposts .post {
	font-family:'economicaregular';
	font-size: 15px;
	line-height: 1.6;
	color: #6e7279;
	padding: 0 0 40px;
	border-bottom: 1px solid #e3e5e9;
	margin: 0 0 40px;
}

.archiveposts .post:last-child {
	margin-bottom: 0;
}

.post-thumb {
  float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	margin: 0 30px 0 0;
}

.post-thumb a {
	display: block;
}

.post-thumb img {
	position: relative;
	z-index: -1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.home .archiveposts .topsticky .post-thumb {
    float: none;
	margin: 0 0 30px;
}

.paged .archiveposts .topsticky .post-thumb {
    float: left;
	margin: 0 30px 0 0;
}

.featured-post .post-thumb {
    float: none;
	margin: 0 0 15px;
}



.archiveposts h2 {
	font-size: 24px;
	color: #484b50;
	margin: 0 0 8px;
	font-weight: normal;
	line-height: 1.3;
}

.archiveposts h2 .edit a {
	font: 12px 'economicaregular';
	color: #aaa;
	margin-left: 0.5em;
}

.archiveposts h2 a {
	font-family:'economicaregular';
	color: #484b50;
}

.archiveposts h2 a:hover, .archiveposts h2 a:active {
	color: #FFAD00;
}

.archiveposts .post-content {
	overflow: hidden;
}

.archiveposts .sticky .post-content {
	float: none;
	width: auto;
}

.archiveposts .entry :last-child {
	margin-bottom: 0;
}

.archiveposts .entry .date,
.recent-meta .date {
	font-size: 14px;
font-family: 'economicaregular';
color:#484b50;
padding: 0 0 0 10px;
/* background: url('images/date-icon.png') no-repeat 0 2px; */
float: left;
}



.recent-meta {
	margin: 0 0 8px;
}

.archiveposts .entry .cat {
	float: left;
	font-size: 14px;
	font-family: 'economicaregular';
	text-transform: uppercase;
	color: #8c9197;
	margin: 0 0.5em 0 0;
}

.archiveposts .entry .read-more {
	display:none;
}

.archiveposts .entry .cat a {
	text-decoration: none;
	color: #8c9197;
}

.archiveposts .entry .cat a:hover, .archiveposts .entry .cat a:active {
	color: #2e69c3;
}

/* Read more button */
.archiveposts .entry a.read-more { 
	font-size: 12px; 
	font-family: 'economicaregular'; 
	text-transform: uppercase; 
	text-decoration: none; 
	color: #959ba3; 
	margin: 0 0 0 0.7em; 
}

.archiveposts .entry a.read-more:hover, 
.archiveposts .entry a.read-more:active { color: #2e69c3; }


/*********************************************************************************************

6. Single Posts Styling  ---------------------------------  single.php, page.php

*********************************************************************************************/

.entry {
	
	font-size:15px;
	font-family:'economicaregular';
	text-align:justify;
	margin:10px;
}

.entry h1, 
.entry h2, 
.entry h3, 
.entry h4, 
.entry h5, 
.entry h6 {
    margin-bottom: 12px;
    line-height:1.3;
    font-weight: normal;
    color: #222;
}

.entry p { 
	margin-bottom: 16px;
	color:#B0B0B0;
}
 
.single span.category {
	font-size: 12px;
	color: #fff;
	background-color: #009b2c;
	padding: 4px 10px;
}

.single span.category a {
	color:#fff;
}

.single span.category .separator {
	margin:0 5px;
	color:#8FB891;
}

.entry img.alignnone,
.entry img.aligncenter,
.entry img.alignleft,
.entry img.alignright,
.entry img.attachment-fullsize {
    margin-bottom: 10px;
    max-width: 100%;
	height:auto;
}

.entry ul, .entry ol { margin: 0 0 14px 14px; }
.entry li ul, .entry li ol { margin-bottom: 0; }
.entry li { list-style-position: inside; }
.entry ul li { list-style-type: square; }
.entry ol li { list-style-type: decimal; }
.entry blockquote {
    color:#8E8E8E;
    border-left: solid 3px #ececec;
    padding:0 15px;
    margin: 10px;
}

h1.title  {
	font-family:'economicaregular';
    margin: 0 0 25px;
    line-height:1.3;
    font-size:38px;
	color: #484b50;
}

h1.title a {
    color:#484b50;
}

h1.title .post-edit-link {
	font: 14px 'economicaregular';
	color: #aaa;
	margin: 0 0 0 15px;
}

h1.title a:hover, h1.title a:active {
	color: #2e69c3;
}

.post-meta { 
	font: 12px 'economicaregular';
	line-height: 30px;
	color: #9196a1;
	margin: 0; 
	padding: 0 0 20px;
	border-bottom: 1px solid #e3e5e9;
	margin: 0 0 40px;
}

.post-meta a {
	color: #434750;
}

.post-meta a:hover, .post-meta a:active {
	color: #2e69c3;
}

.post-meta ul {
	list-style: none;
}

.post-meta li {
	float: left;
	margin: 0 30px 0 0;
}

.post-meta li.share {
	float: right;
	margin: 0;
}

/* Post Sharing Buttons */

.post-meta li.share a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	height: 25px;
	line-height:25px;
	padding: 0 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 0 0;
}

.post-meta li.share a:last-child {
	margin: 0;
}

.post-meta li.share a:hover, .post-meta li.share a:active {
	-moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.post-meta li.share a.twitter { background: #7F7F7F; }
.post-meta li.share a.facebook { background: #7F7F7F; }
.post-meta li.share a.gplus { background: #7F7F7F; }

.post-meta li.share a.twitter:hover, .post-meta li.share a.twitter:active { background: #59aef5;  }
.post-meta li.share a.facebook:hover, .post-meta li.share a.facebook:active { background: #5084e4; }
.post-meta li.share a.gplus:hover, .post-meta li.share a.gplus:active { background: #fb6c59; }

.post-meta li.share a:before {
	vertical-align: -6px;
	margin: 0 5px 0 0;
}

.post-meta li.share a.twitter:before { content: url('images/twitter-icon.png'); vertical-align: -5px; }
.post-meta li.share a.facebook:before { content: url('images/facebook-icon.png'); }
.post-meta li.share a.gplus:before { content: url('images/gplus-icon.png'); }


/* Author Bio */
.post_author {
	padding: 20px 0 0;
	border-top: 1px solid #e3e5e9;
	margin: 50px 0 0;
}

.post_author h3 {
	font-size: 11px;
	font-weight: normal;
	font-family: 'economicaregular';
	text-transform: uppercase;
	color: #a6aeb3;
	margin: 0 0 20px;
}

.post_author .avatar {
	float: left;
	margin:0 20px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.post_author .details {
	overflow: hidden;
	font-size: 13px;
	color: #787b82;
}

 
.post_author .details h4, .post_author .details h4 a {
	font-size: 15px;
	text-decoration: none;
	line-height: normal;
	color: #62656d;
	margin: 0 0 8px;
}

.post_author .details h4 a:hover, .post_author .details h4 a:active {
	color: #2e69c3;
}

.post_author .description {
	line-height: 1.7;
	margin: 0 0 10px;
}

.post_author .author_links {
	list-style: none;
}

.post_author .author_links li {
	float: left;
	font: bold 11px 'economicaregular';
	line-height: 2;
	color: #737a83;
	margin: 0 25px 0 0;
}

.post_author .author_links li:last-child {
	margin: 0;
}

.post_author .author_links a {
	text-decoration: none;
	color: #737a83;
}

.post_author .author_links a:hover, .post_author .author_links a:active {
	color: #2e69c3;
}

.post_author .author_links a:before {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.post_author .author_links li.allposts a:before { content: url('images/author-posts-icon.png'); }
.post_author .author_links li.twitter a:before { content: url('images/author-twitter-icon.png'); }
  
 
/* Pages Navigation */
.page-link  { font-size: 16px; margin:10px 0;   }
.page-link span { font-weight: bold; }
.page-link a { font-weight: normal; padding:0; margin: 0 8px; }
 

/* Tags */
.tag_list { font-size: 16px;  margin: 0; }
.tag_list .separator { margin:0 5px; }
.tags_wrap { overflow:hidden; }


/* [gallery] shortcode */
.entry .gallery .gallery-item { max-width:150px; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; margin: 10px; }
.entry .gallery { clear: both; margin: auto; text-align: center; }
.entry .gallery a:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90); opacity: 0.6; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;}
.gallery img { width:150px; height:auto; }


/* Images align */
.entry .aligncenter, div.aligncenter { display: block; clear:both; margin-left: auto; margin-right: auto; }
.alignleft, .entry .alignleft { float: left; margin-right:15px; }
.alignright, .entry .alignright { float: right; margin-left:15px; }


/* Caption for images */
.entry .wp-caption { max-width: 100% !important; width:auto; text-align:center; }
.entry .wp-caption img { background:none; margin:0; border:0 none; max-width:100%; width:auto; height:auto;}
.entry .wp-caption-text, .gallery-caption { color:#A7A3A3; font-size:11px; margin:0; padding:4px 0 0; text-align:center; }
.entry .wp-caption.aligncenter { margin:0 auto 15px; }

img.wp-smiley { border: none; padding: 0; }

.thumbnails { clear: both; float: left; font-size: 11px; line-height: 1.6em;  }
.thumbnails img { height: 100px; margin:0 20px 15px 0; width: 100px; }
.thumbnails .active img { border:3px solid #FFCB65; }

/* Template: Sidebar on the left */
#content #main.side-left { float: right; margin-left:38px; }

/* Template: Full-width */
#content #main.full-width { width: 100%;  }

/* Template: Archives */
.post .col_arch { float: left; width: 100%; margin: 10px 0; border-bottom: 1px solid #ececec; padding-bottom: 15px; }
.post .col_arch .left { display:block; font-size: 16px; }
.post .col_arch .right { float: left; margin-top:12px; }
.post .col_arch .right ul {margin-left:0; }
.post .col_arch .right ul li a { font-weight: normal; }
.post .col_arch .right ul li { width: 30%; float: left; margin: 0 10px 5px 0; list-style-type: none; }
.post .col_arch:last-child { border-bottom:none; }


/* Facebook Like Box */
div.fb-like.fb_iframe_widget {	width: 100% !important;	}

.fb_iframe_widget { width: 100%!important }
.fb_iframe_widget span { width: 100%!important; }
.fb_iframe_widget span iframe { width: 100%!important; }

/*********************************************************************************************

7. Sidebar & Widgets -------------------------  sidebar.php

*********************************************************************************************/

#sidebar {
	float: right;
	width: 340px;
}

#sidebar .nocol {
	margin:0 0 30px;
}

#sidebar .col1, #sidebar .col2 {
	overflow: hidden;
}

#sidebar .col1 {
	float: left;
	width: 180px;
}

#sidebar .col2 {
	float: right;
	width: 130px;
}

.widget {
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e5e9;
	margin-bottom: 25px;
}

.widget:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.widget h3.title {
	font-weight: normal;
	font-size: 15px;
	font-family: 'economicaregular';
	text-transform: uppercase;
	color: #a6aeb3;
	padding: 0;
	margin: 0 0 15px;
}
 
.widget ul { clear: both; margin: 0 0 10px;  }
.widget ul li { list-style-type: none; }
.widget ul ul { margin: 0; padding: 0; border-top: none; }
.widget ul ul li { border: none; }
.widget #cat, .widget select { width: 100%; background: #F7F7F7; border: 1px solid #cdcfd4; color: #333333; display: inline; padding: 5px; line-height: 1.5; clear: both; float: left; }
.side_ad { text-align: center; margin:0 0 20px; }


/* Category Widget */
.widget_categories ul li { color: #8B8A8A; text-align: right; font-weight: normal; padding: 2px 0; clear: both; }
.widget_categories ul li li { padding-left:15px; }
.widget_categories ul li a { text-align: left; float: left; }


/* Recent Comments */
.recent-comments-list .avatar { margin-right: 15px; float: left; -webkit-border-radius: 2px; border-radius: 2px; }
.recent-comments-list li { padding:0 0 15px; margin:0 0 15px; border-bottom: 1px solid #e3e5e9; }
.recent-comments-list li:last-child { margin:0; padding:0; border:none; }
.recent-comments-list li a { font-weight:bold; }


/* Recent Posts  */
.widget .feature-posts-list br {display: none;}
.widget .feature-posts-list img { margin: 0 0 10px; -webkit-border-radius: 2px; border-radius: 2px; float:left; margin-right:8px;}
.widget .feature-posts-list small { font-size: 12px; color: #8B96A0; margin: 2px 0 0; display: block; }
.widget .feature-posts-list .post-excerpt { display: block;}
.widget .feature-posts-list li { padding:0 0 2px; margin:0 0 5px; border-bottom: 1px solid #e3e5e9;}
.widget .feature-posts-list li:last-child { margin:0; border:none; padding:0; }
.widget .feature-posts-list li a { font-family:'economicaregular'; font-size: 19px; color:#484b50; }
.widget .feature-posts-list li a:hover { color:#FFAD00; }


/* Featured Category widget  */
.wpzoom-widget-cat .featured-post { margin: 10px 0; line-height: 1.6;}
.wpzoom-widget-cat h3 { font-weight: normal; margin:0 0 10px; line-height: 1.3;}
.wpzoom-widget-cat li { padding:0; margin:0 0 15px; }
.wpzoom-widget-cat .recent-meta {  margin:0 0 10px; }
 
 
/* Social widget */
.wpzoomSocial  {margin:10px 0;}
.wpzoomSocial li { display:block; margin:0 0 15px; }
.wpzoomSocial li img {margin:0 7px 0 0; float:left;}
.wpzoomSocial li a { font-size:13px;}


/* Twitter widget */
.widget .twitter-list li { padding:0 0 15px; margin:0 0 15px; border-bottom: 1px solid #e3e5e9; display: block; float:left; width: 100%;}
.widget .twitter-list li:last-child { padding: 0; border-bottom:none;}
.widget .twitter-list li a { font-weight: normal; }
.widget .twitter-list .twitter-timestamp { display: block; font-style:normal; font-size: 12px; color: #8B96A0;}
.widget .follow-user { margin: 0; padding: 5px 0; }


/* Popular Posts Widget */
.popular-news .comments {  color: #A9A9A9; display:block; }
.popular-news li { padding:0 0 15px; margin:0 0 15px; border-bottom: 1px solid #e3e5e9; }
.popular-news li:last-child { padding: 0; border:none; margin:0; }


/* Tag cloud Widget */
.widget_tag_cloud div a { padding: 0 3px; }


/* Calendar widget */
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; font-weight:bold;  font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #EFEEEE; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #E8E8E8; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }


/* Archive widget */
.widget_archive li { width:49%; float:left; display:block; margin:0;  padding:0 0 6px;}
#sidebar .col1 .widget_archive li , #sidebar .col2 .widget_archive li { width:100%; float:none; display:block; margin:0;  padding:0 0 6px; }


/*********************************************************************************************

8. Comments  -------------------------  comments.php

*********************************************************************************************/

#comments { clear: both; padding: 30px 0 0; border-top: 1px solid #e3e5e9; margin: 40px 0 0; }
#comments h3 { font-size: 21px; line-height: 1.3; color: #484b50; margin: 0; padding: 0 0 30px; border-bottom: 1px solid #e3e5e9; font-weight: normal; }
#comments .navigation { padding: 0 0 18px 0; }
.commentlist { list-style: none; padding: 0; margin: 0 0 30px; border-bottom: 1px solid #e3e5e9; }
.commentlist li.comment { border-bottom: 1px solid #e3e5e9;  line-height: 1.7; margin: 0; padding: 0; position: relative; }
.commentlist li.comment:last-child { border-bottom: none; margin-bottom: 0; }
.commentlist li.comment > div { min-height: 54px; padding: 30px 0 30px 75px; }
#comments .comment-body { padding: 0; }
#comments .comment-body ul, #comments .comment-body ol { margin-bottom: 18px; }
#comments .comment-body :last-child { margin-bottom: 0; }
#comments .comment-body blockquote p:last-child { margin-bottom: 24px; }
.commentlist ol { list-style: decimal; }
.commentlist .avatar { position: absolute; top: 34px; left: 0; -webkit-border-radius: 2px; border-radius: 2px; }
.comment-author { font: 13px 'economicaregular'; color: #484b50; margin: 0 0 10px; }
.comment-author cite { float: left; font-weight: bold; font-style: normal; margin: 0 30px 0 0; }
.comment-author .says {  display:none; }
.comment-author a { text-decoration: none; color: #484b50; }
.comment-author a:hover, .comment-author a:active { color: #2e69c3; }
.comment-meta { float: left; margin: 0; }
.comment-meta a:link, .comment-meta a:visited { color: #aaa; text-decoration: none; }
.comment-meta a:active, .comment-meta a:hover { color: #2e69c3; }
.comment-edit-link { margin: 0 0 0 30px; }
.reply { float: right; padding: 0; }
.commentlist .children { list-style: none; border-top: 1px solid rgba(0, 0, 0, 0.05); margin: 0; }
.commentlist .children li.comment { background-color: rgba(0, 0, 0, 0.02); border-bottom: 1px solid rgba(0, 0, 0, 0.05); margin: 0; }
.commentlist .children li.comment:last-child { padding-bottom: 0; border-bottom: 0; }
.commentlist .children li.comment > div { padding: 30px 30px 30px 105px; }
.commentlist .children .avatar { left: 30px; }
.commentlist .children li.comment.depth-3 > div { padding: 30px 30px 30px 135px; }
.commentlist .children li.comment.depth-3 .avatar { left: 60px; }
.commentlist .children li.comment.depth-4 > div { padding: 30px 30px 30px 165px; }
.commentlist .children li.comment.depth-4 .avatar { left: 90px; }
.commentlist .children li.comment.depth-5 > div { padding: 30px 30px 30px 195px; }
.commentlist .children li.comment.depth-5 .avatar { left: 120px; }
.commentlist .children li.comment.depth-6 > div { padding: 30px 30px 30px 225px; }
.commentlist .children li.comment.depth-6 .avatar { left: 150px; }
.commentlist .children li.comment.depth-7 > div { padding: 30px 30px 30px 255px; }
.commentlist .children li.comment.depth-7 .avatar { left: 180px; }
.commentlist .children li.comment.depth-8 > div { padding: 30px 30px 30px 285px; }
.commentlist .children li.comment.depth-8 .avatar { left: 210px; }
.commentlist .children li.comment.depth-9 > div { padding: 30px 30px 30px 315px; }
.commentlist .children li.comment.depth-9 .avatar { left: 240px; }
.commentlist .children li.comment.depth-10 > div { padding: 30px 30px 30px 345px; }
.commentlist .children li.comment.depth-10 .avatar { left: 270px; }
.nopassword, .nocomments { display: none; }
#comments .pingback { border-bottom: 1px solid #eee; margin-bottom: 18px; padding-bottom: 18px; }
.commentlist li.comment+li.pingback { margin-top: -6px; }
#comments .pingback p { color: #888; display: block; font-size: 12px; line-height: 18px; margin: 0; }
#comments .pingback .url { font-size: 13px; font-style: italic; }
.comment-notes { font-size: 12px; color:#8B96A0; }

/* Comments form */
#respond #reply-title { margin: 0 0 25px; }
#respond {  }
#respond .form-allowed-tags { display:none; }
#formLabels { float: left; }
#main #formLabels p { float: left; display: inline; margin: 0 0 14px; width: 100%; color: #8B8B8B; }
#formLabels p label { font-size: 13px; color: #969696; }
#respond .form_fields { float: left; width: 37%; }
#respond .comment-form-comment { float: right; width: 60%; }
#respond .comment-form-comment.fullwidth { float: none; width: 100%; }
#respond .form_fields p .required_lab { display: none; margin-left:10px; color:#a7a7b3;}
#formLabels p.last { margin-right: 0; }
#respond textarea {  height: 160px;  }
#respond input, #respond textarea { width: 100%; padding: 13px 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #b8bdc3; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#respond input { width: 100%; }
#respond .form-submit { text-align: right; margin: 0; }
#respond #submit { width: auto; border: none; }
#respond ::-webkit-input-placeholder { color: #999; }
#respond :-moz-placeholder { color: #999; }
#respond :-ms-input-placeholder { color: #999; }
#respond #formContent { margin: 7px 0; float: right; }

#cancel-comment-reply-link { font-size: 12px; font-weight: normal; line-height: 18px; }

.comment-list li #respond p { margin-left: 0; }
#comments .commentlist li #respond h3 { background:none; margin-top:0;}
#comments .commentlist li #respond  { border-top:none; padding-bottom: 80px; }
#trackbacks { float: left; width: 100%; }
#trackbacks ol { padding: 10px 0; }
#trackbacks li { list-style-type: decimal; padding: 5px 0 5px 15px; }

/*********************************************************************************************

9. Footer  -------------------------  footer.php

*********************************************************************************************/

#footer {
	font-family:'economicaregular';
	color: #FFF;
	background: #d2ac67;
	
}


#footer .wrap {
	width: 980px;
	padding: 30px 0;
	margin: 0 auto;
	
}

#footer .left { float: left; margin-left:10px; }
#footer .right { float: right; }

#footer .footer-cima {
	height:91px;
	
}

#footer .gsw {
	display:block;
	width:61px;
	height:30px;
	text-indent:-99999px;
	background:url(images/logo-gsw.png) no-repeat;
	margin-right:20px;
}

#footer .gsw:hover {
	background-position: 0 -30px;
}


#footer .copyright {
	display: inline;
	margin: 0;
	font-size:15px;
	color:#fff;
}

#footer .copyright h1 {
	font-size:17px;
	margin:0px;
}

#footer #footer-menu {
	position:relative;
	margin:0px;
	padding:0px;
	list-style:none;
	margin-left:55px;
	margin-top:37px;
}






#footer #footer-menu li {
	list-style:none;
	margin-left:33px;
	float:left;
}

#footer #footer-menu li a {
	font-family:'economicaregular';
	font-size:18px;
	color:#FEFEFE;
}




#footer #footer-menu li ul {
	display: none;
	}
	

#footer #footer-menu .sub-menu li {
	list-style:none;
	padding:10px;
}

#footer #footer-menu li a {
	font-family:'economicaregular';
	font-size:15px;
	color:#FEFEFE;
}


.pedido-frase {
	float: right;
	font-size: 18px;
	color: #8B8B8B;
	width: 480px;
	margin-top: 100px;
}


.contato-endereco {
	float: right;
	width: 300px;
}

.formulario-pedido .info-contato {
	
	width: 396px;
margin-left: 106px;
font-size: 16px;
color: #6C6C6C;
}

.formulario-pedido {
	width:570px;
	float: left;
}

.formulario-pedido span {
}

.formulario-pedido br {
	margin:0px;
	padding:0px;
	display:none;
}

.formulario-pedido label {
	display:block;
	color: #6C6C6C;
	width:86px;
	float:left;
	text-align:right;
	margin-right:10px;
	font-size: 18px;
}


.formulario-pedido input[type=text], .formulario-pedido input[type=email], .formulario-pedido input[type=tel], .formulario-pedido textarea {
	width: 450px;
background: #EAEAEA;
float: right;

}

.formulario-pedido textarea {
	height:108px;
}

.formulario-pedido input[type=submit] {
float: right;
background-color: #FFA700;
color: #FFF;
font-size: 16px;
height: 38px;
font-weight: normal;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-moz-border-radius: none;
-webkit-border-radius: none;
border-radius: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 6px;
text-shadow: none;
margin-top: 15px;
/* margin-left: 55px; */
margin-bottom: 20px;
width: 118px;
}

.formulario-pedido input[type=date] {
width: 450px;
background: #EAEAEA;
float: right;
margin: 0;
vertical-align: baseline;
height: 17px;

}
.formulario-pedido input[type=file]{
width: 233px;
/* float: right; */
margin: 0;
vertical-align: baseline;
border: none;
margin-left: 43px;
height: 10px;

}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
align-items: flex-start;
text-align: center;
cursor: default;
color: #636363;
padding: 8px 6px 8px;
border: none;
background-color: #EAEAEA;
font-family:'economicaregular';
font-size:16px;
width: 233px;
float: left;
}
#anexos {
	margin-top:15px;
	
}
.trabalhe_cont {
color:#B0B0B0;
font-size:16px;
margin: auto;
width: 580px;

	
	}



.banner-grande {
	margin-bottom:15px;
	background:#fbfcc5;
}
.mapa_home{
	background:#FBFBC4;
	width:272px;
		}
	
.mapa_home .texto{
	width: 242px;
border-left: #C96B39 solid 6px;
color: #6C6C6C;
font-size: 16px;
padding: 10px;
font-family: economicaregular;
line-height: normal;
margin:10px;
	}
.depoimento {
	
	width:257px;
	font-family: 'economicaregular';
	line-height: normal;
	
	
	}
.depoimento  .texto{
	background:#EBEBEB;
	padding:10px;
	font-size:16px;
	font-family: 'economicaregular';
	line-height: normal;
	font:italic;
	height:394px;
	
}
.data .dia{
	font-size: 22px;
width: 30px;
height: 22px;
margin-left: 35%;
float: left;
	
	
	}
.data .mes{
	font-size: 24px;
margin-left: 25%;
text-transform: uppercase;
font-weight:800;
	
	}
	#menu-interna {
	width:350px;
	background:#458cc0;
	font-family:'economicaregular';
	margin-top:50px;
	height:30px;
	position:absolute;
	line-height:none;
}

#menu-interna  ul {
	list-style:none;
	margin:0px;
}

#menu-interna  ul li {
	padding:5px;
	list-style:none;
	margin-left:25px;
	float:left;

}


#menu-interna  ul li a {
	font-size:18px;
	color:#FFFFFF;
}


#menu-interna  ul li.ativo {
	color:#000103;
}
#menu-interna  ul li:hover > a, #menu-interna  ul li.ativo > a {
	text-decoration:none;
	color:#000103;
}

#missao {
	background:url(images/missao.fw.png) no-repeat;
	padding-top:220px;
	margin-bottom:30px;
	
	}
#missao  p{
	line-height:1.2;
	font-size:16px;
	
	}
#visao {
	background:url(images/visao.fw.png) no-repeat;
	padding-top:220px;
	margin-bottom:30px;
}
#visao  p{
	line-height:1.2;
	font-size:16px;
	
	}
#valores {
	background:url(images/valores.fw.png) no-repeat;
	padding-top:220px;
	margin-bottom:30px;
}
#valores p{
	line-height:1.2;
	font-size:16px;

	
	}

#linha{
	
	margin: 50px 0 50px 0;
	width:100%;
	height:13px;
 background:url(images/linha.fw.png) repeat-x;	
}
.quemsamos {
	width:100%;
	height:182px;
	background:url(images/banner_quemsamos.fw.png) no-repeat;
	display: block;
  
 
	}
.parceiros{
	width:100%;
	height:182px;
	background:url(images/parceiro.fw.png) no-repeat;
		display: block;
  
	}
.clientes {
	width:100%;
	height:182px;
	background:url(images/clientes.fw.png) no-repeat;
	display: block;
    
	}
.serviços {
	width:100%;
	height:182px;
	background:url(images/servicos.fw.png)no-repeat;
		display: block;
 
	}
.trabalhe{
	width:100%;
	height:182px;
	background:url(images/trabalhe.fw.png) no-repeat;
		display: block;
  
	}
.contato {
	width:100%;
	height:182px;
	background:url(images/contato.fw.png) no-repeat;
		display: block;
   
   
	}
.parceiro{
	float:left;
	width:147px;
	margin:10px;
		
	}
.par{
	margin:45px;
	
	}

.parceiro img hover{
display: inline-block;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);


}
/* Wobble Vertical */
@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble-vertical {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-vertical:hover, .wobble-vertical:focus, .wobble-vertical:active {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
		
		
.vertodos{
	font-size:16px;
	width:146px;
	background:#B7C700;
	color:#FFF;
	padding:0 10px ;
	float:right;
	
	}
		
.vertodos hover{

	background:#FFF;
	color:#B7C700;
	
	
	}
	
.lista{
margin-bottom: 22px;
height: 70px;	
	
	}
.col3{
	float:right;
	width:367px;
	margin-right:20px;
	
	}

	
.col2{	
	float: left;
margin-left: 31px;

}
.col1{	
	float: left;

}
.col3,.col1, .col2 .titulo_home{
	font-size:25px;
	color:#000;
	
}
.info{
	height:70px;
	
	
	}
	.cont_servicos{
width:686px;
height:auto;
margin:auto ;
	}

.col_1,.col_2,.col_3,.col_4,.col_5,.col_6,.col_7,.col_8,.col_9,.col_10{
	width:305px;
	height:140px;
	float:left;
	margin-right:26px;
	margin-bottom:27px;
	}
.mais a {	
color:#FFF;
font-size:16px;
	float:right;
	margin-right:5px;
	width:25px;
	height:25px;
	
	}
.col_1 p:hover{
	padding-bottom:50px;
	margin-top:50px;}
.col_2 p:hover{
	padding-bottom:50px;
	margin-top:50px;}
.col_3 p:hover{
	padding-bottom:50px;
	margin-top:50px;
}
.col_4 p:hover{
	padding-bottom:50px;
	margin-top:50px;
}
.col_5 p:hover{
	padding-bottom:50px;
	margin-top:50px;
}
.col_6 p:hover{
	padding-bottom:50px;
	margin-top:50px;
}
.col_7 p:hover{
	padding-bottom:50px;
	margin-top:50px;
}.col_8 p:hover{
	padding-bottom:50px;
	margin-top:50px;
}
.col_9 p:hover{
	padding-bottom:50px;
	margin-top:50px;
}.col_10 p:hover{
	padding-bottom:50px;
	margin-top:50px;

}
.col_1{
background:url(images/col_1.jpg);

	}

.col_1	p {
padding: 0 0 0 20px;
bottom: 0;
text-align: left;
background: #0070AA;
color: #fff;
width: 285px;
float: left;
height: 40px;
font-size: 16px;
opacity: 0.7;
-moz-opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
transition: 0.2s ease-in-out;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
display: block;
margin-top:100px; }	
.col_2{
	background:url(images/col_2.jpg);
	}
 .col_2 p {
padding: 0 0 0 20px;
bottom: 0;
text-align: left;
background: #FFD700;
color: #fff;
width: 285px;
float: left;
height: 40px;
font-size: 16px;
opacity: 0.7;
-moz-opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
transition: 0.2s ease-in-out;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
display: block; 

margin-top:100px;
}	
	.col_3{
	background:url(images/col_3.jpg);
	}
.col_3	p {
padding: 0 0 0 20px;
bottom: 0;
text-align: left;
background: #780000;
color: #fff;
width: 285px;
float: left;
height: 40px;
font-size: 16px;
opacity: 0.7;
-moz-opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
transition: 0.2s ease-in-out;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
display: block;
margin-top:100px;
 }	
	.col_4{
	background:url(images/col_4.jpg);
	}
	.col_4	p {
padding: 0 0 0 20px;
bottom: 0;
text-align: left;
background: #A100C9;
color: #fff;
width: 285px;
float: left;
height: 40px;
font-size: 16px;
opacity: 0.7;
-moz-opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
transition: 0.2s ease-in-out;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
display: block; 
margin-top:100px;}	
	.col_5{
	background:url(images/col_5.jpg);
	}
.col_5	p {
padding: 0 0 0 20px;
bottom: 0;
text-align: left;
background: #004951;
color: #fff;
width: 285px;
float: left;
height: 40px;
font-size: 16px;
opacity: 0.7;
-moz-opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
transition: 0.2s ease-in-out;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
display: block;
margin-top:100px; }	
	.col_6{
	background:url(images/col_6.jpg);
	}
.col_6	p {
padding: 0 0 0 20px;
bottom: 0;
text-align: left;
background: #646C00;
color: #fff;
width: 285px;
float: left;
height: 40px;
font-size: 16px;
opacity: 0.7;
-moz-opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
transition: 0.2s ease-in-out;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
display: block;
margin-top:100px; }	
	.col_7{
	background:url(images/col_7.jpg);
	}
.col_7 p {
	margin-top:100px;
padding: 0 0 0 20px;
bottom: 0;
text-align: left;
background: #9D8500;
color: #fff;
width: 285px;
float: left;
height: 40px;
font-size: 16px;
opacity: 0.7;
-moz-opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
transition: 0.2s ease-in-out;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
display: block; }	
	.col_8{
	background:url(images/col_8.jpg);
	}
.col_8	p {
margin-top:100px;
padding: 0 0 0 20px;
bottom: 0;
text-align: left;
background: #2B0065;
color: #fff;
width: 285px;
float: left;
height: 40px;
font-size: 16px;
opacity: 0.7;
-moz-opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
transition: 0.2s ease-in-out;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
display: block; }	
	.col_9{
	background:url(images/col_9.jpg);
	}
	.col_9 p {
	margin-top:100px;
padding: 0 0 0 20px;
bottom: 0;
text-align: left;
background: #006800;
color: #fff;
width: 285px;
float: left;
height: 40px;
font-size: 16px;
opacity: 0.7;
-moz-opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
transition: 0.2s ease-in-out;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
display: block; }	
	.col_10{
	background:url(images/col_10.jpg);
	}
.col_10 p {
margin-top:100px;
padding: 0 0 0 20px;
bottom: 0;
text-align: left;
background: #525252;
color: #fff;
width: 285px;
float: left;
height: 40px;
font-size: 16px;
opacity: 0.7;
-moz-opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
transition: 0.2s ease-in-out;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
display: block; }


.login{
	width:389px;
	height:82px;
	color:#D1AB67;
	font-size:11.73px;
	margin-top:20px;
	margin-bottom:20px;
	
	
	}
.login .link{
	float:right;
	color: #D1AB67;
font-size: 11.73px;
padding: 0;
margin-right:10px;
}
.login a{
color: #D1AB67;
font-size: 11.73px;
margin:0 5px ;
padding: 0;
	
	
	}
.login .login_home{
	height: 34px;
background: #F0DBB3;
width:369px;
padding: 10px 0 0 10px;
margin: 0;		
	}
.login .login_home input{
	width:134px;
	height:23px;
	padding:0;
}
.login .login_home  input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
	width:24px !important;
	height:23px;
	background:#D1AB67;
	float:right;
	margin-right:10px;
	color:#EEE2CB;
	font-size:11.73px;
	
}
#fancybox-content{
border-color: #DFDFDF !important;
	
	}
#fancybox-frame{
	background: #DFDFDF;
	color:#8B8B8B;
	  font-family: 'economicaregular';
	
	}
#fancybox-frame h2{
	color:#8B8B8B;
	font-size:18px;
	text-align:center;
	  font-family: 'economicaregular';
	
	}