@charset "utf-8";

/*A EMPRESA*/
.a-empresa {
	color: #202020;
}

	.a-empresa .conteudo {
		width: 675px;
	}

	.a-empresa .conteudo p {
		font-family: 'OpenSans', sans-serif;
		font-size: 80%;
	}

	.a-empresa .conteudo .missao,
	.a-empresa .conteudo .visao {
		margin-top: 50px;
	}


	.a-empresa .conteudo .missao h1,
	.a-empresa .conteudo .visao h1 {
		color: #222222;
		font-size: 125%;
		margin-bottom: 10px;
	}

	.a-empresa .aside-empresa {
		width: 230px;
		height: 150px;
	}

	.a-empresa .aside-empresa img {
		width: 100%;
		margin-bottom: 25px;
	}


/*NOSSOS SERVIÇOS*/
.nossos-servicos {
	color: #202020;
}

	.nossos-servicos p {
		
	}

	.nossos-servicos h1.ui-accordion-header {
		display: block;
		cursor: pointer;
		position: relative;

		font-size: 110%;
		background: #777777;
		color: #FFF;
		padding: 4px 0 4px 4px;
		letter-spacing: 1px;
	}

	.nossos-servicos .box {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.nossos-servicos .box .conteudo {
		padding: 15px 10px;
		background: #EEEEEE;
	}

	.nossos-servicos .box .conteudo .texto {
		width: 100%;
		font-family: 'OpenSans', sans-serif;
		font-size: 80%;
	}

	.nossos-servicos .box .conteudo .texto ul {
		margin-bottom: 10px;
		margin-left: 20px;
	}

	.nossos-servicos .box .conteudo .texto ul li {
		list-style: disc;
	}

	.nossos-servicos .box .conteudo .texto ol li:before
	{
		content: '✔';   
		margin-left: -1em;
		margin-right: 0.3em;
	}

	.nossos-servicos .box .conteudo .texto ol
	{
		margin-bottom: 10px;
		margin-left: 20px;
		/*padding-left:20px;*/
		/*text-indent:2px;*/
		list-style: none;
		list-style-position: outside;
	}

	.nossos-servicos .box .conteudo .texto p {
		margin-bottom: 0.5em;
	}

/*LISTA NOTICIA*/
.lista-noticias .noticia {
		font-family: 'OpenSans', sans-serif;
		color: #202020;
		padding-bottom: 30px;
	}

		.lista-noticias time {
			font-size: 80%;
		}

		.lista-noticias .noticia img {
			margin: 0 0.5em 0 0;
		}

		.lista-noticias .noticia h1 {
			margin-bottom: 20px;
		}

		.lista-noticias .noticia h1 a {
			color: #212121;
			font-family: 'MyriadPro', sans-serif;
			text-decoration: none;
			margin-bottom: 20px;
			font-size: 115%;
		}

			.lista-noticias .noticia h1 a:hover {
				text-decoration: underline;
			}

		.lista-noticias .noticia p {
			font-size: 90%;
		}


/*NOTICIAS*/
	.noticias .noticia {
		width: 665px;
		font-family: 'OpenSans', sans-serif;
		font-size: 75%;
		color: #202020;
		padding-bottom: 30px;
	}

		.noticias .noticia time {
			
		}

		.noticias .noticia h1 {
			color: #212121;
			font-family: 'MyriadPro', sans-serif;
			text-decoration: none;
			margin-bottom: 20px;
			font-size: 150%;
		}

		.noticias .noticia img {
			margin: 0 0.5em 0 0;
		}


	.noticias .aside-noticias {
		width: 250px;
		height: 200px;
		margin-right: 20px;
	}

		.noticias .aside-noticias h1.titulo-aside {
			font-size: 105%;
			margin-bottom: 10px;
		}

		.noticias .aside-noticias .item {
			padding: 5px 3px;
			border-top: 1px dotted #AAAAAA;
		}

		.noticias .aside-noticias .item.ativo {
			border-left: 3px solid #69070A;
		}

		.noticias .aside-noticias .item time {
			font-family: 'OpenSans', sans-serif;
			font-size: 75%;
			color: #777;
		}

		.noticias .aside-noticias .item h1 > a {
			color: #212121;
			font-family: 'MyriadPro', sans-serif;
			text-decoration: none;
		}

			.noticias .aside-noticias .item h1 a:hover {
				text-decoration: underline;
			}

/*PAGINAÇÃO*/
.paginacao {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	display: block;
}

.paginacao form {
	margin: 0 auto;
	width: 169px;
}

.paginacao button {
	padding: 2px 5px;
	margin-right: 3px;
	color: #595757;
	text-decoration: none;
	font-size: 100%;
	float:left;
	cursor: pointer;
	background-color: #68060a;
	font-weight: bold;
	color: #fff;
}

.paginacao .prev {
	background: url('../img/padrao/seta-esquerda.png') no-repeat center center;
	width: 35px;
	height: 21px;
	border: none;
	padding: 12px 7px;
	border-radius: 0;
	margin-right: 7px;
	display: block;

}

.paginacao .next {
	background: url('../img/padrao/seta-direita.png') no-repeat center center;
	width: 35px;
	height: 21px;
	border: none;
	border-radius: 0;
	padding: 12px 7px;
	display: block;
	margin-left: 5px;
}

/* SANFONA */
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	outline: 0;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	zoom: 1;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	background-repeat: no-repeat;
	position: absolute;

	width: 20px;
	height: 20px;
	background-image: url(../img/padrao/sanfonaIcone.png);
	left: -5px;
	top: 9px;
}
	.ui-icon-triangle-1-e {
		background-position: left top;
	}
	.ui-icon-triangle-1-s {
		background-position: left bottom;
	}

/*#conteudo .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;

	font-size: 120%;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 25px;
	background: #B00000;
	color: #FFF;
}
#conteudo .ui-accordion-content {
	overflow: auto;

	padding: 5px 25px;
	background: #fbfbfb;
}*/