
/* *** DESTAQUE - BANNER DO TOPO ******************************************** */
div.destaque {
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
div.destaque div.fundo {
	background-color: #343740;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
div.destaque section#banner {
	/*border-bottom: 3px solid #009900;*/
	height: auto;
	overflow: hidden;
	padding: 50px 0 0 0;
	position: relative;
	z-index: 2;
}
div.destaque section#banner h1 {
	color: #79b584;
	font-size: 2rem;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
div.destaque section#banner h2 {
	color: #ffffff;
	font-size: 1rem;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
div.destaque section#banner div.nav {
	display: none;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
div.destaque section#banner div.nav.dinamico {
	display: block;
}
div.destaque section#banner div.nav a {
	background-color: #454854;
	border: 3px solid #454854;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin: 0 3px;
	min-height: 8px;
	min-width: 8px;
	text-decoration: none;
	transition: all 1s;
}
div.destaque section#banner div.nav a.ativo {
	background-color: #79b584;
}
div.destaque section#banner div.itens {
	margin: 40px 0 0 0;
}
div.destaque section#banner div.itens ul {
	display: block;
	height: 80vh;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
div.destaque section#banner div.itens ul li {
	display: block;
	/*display: none;*/
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all 1s;
	width: 100%;
}
div.destaque section#banner div.itens ul li.ativo {
	/*display: block;*/
	pointer-events: all;
	opacity: 1;
}
div.destaque section#banner div.itens ul li article {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
div.destaque section#banner div.itens ul li article img {
	height: 80%;
}
div.destaque section#banner div.itens ul li article h3 {
	color: #467f50;
	font-size: 1.5rem;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
div.destaque section#banner div.itens ul li article p {
	color: #000000;
	font-size: 1rem;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* *** SERVIÇOS ************************************************************* */
section#servicos {
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 80px 0 0 0;
	width: 100%;
}
section#servicos h2 {
	background-color: #467f50;
	color: #ffffff;
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
section#servicos div.barra1 {
	background-color: #f5f5f5;
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
section#servicos div.barra2 {
	background-color: #fbfbfc;
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
section#servicos div.conteudo {
	height: auto;
	overflow: hidden;
	padding: 60px 0;
}
section#servicos div.conteudo article {
	box-sizing: border-box;
	display: block;
	float: left;
	height: auto;
	margin: 0;
	width: 50%;
	overflow: hidden;
	padding: 0 15px 0 0;
}
section#servicos div.conteudo article + article {
	padding: 0 0 0 15px;
}
section#servicos div.conteudo article h3 {
	color: #467f50;
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0;
	padding: 80px 0 20px 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}
section#servicos div.conteudo article h3::after {
	background: none no-repeat scroll center center #343740;
	background-size: 60% 60%;
	border-radius: 60px;
	content: " ";
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: 60px;
}
section#servicos div.conteudo article.sites h3::after {
	background-image: url("../imgs/icones/sites.png");
}
section#servicos div.conteudo article.personalizacao h3::after {
	background-image: url("../imgs/icones/personalizacao.png");
}
section#servicos div.conteudo article.responsividade h3::after {
	background-image: url("../imgs/icones/responsividade.png");
}
section#servicos div.conteudo article.sistemas h3::after {
	background-image: url("../imgs/icones/sistemas.png");
}
section#servicos div.conteudo article h4 {
	color: #000000;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
	text-transform: uppercase;
}
section#servicos div.conteudo article p {
	color: #999999;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
}
section#servicos div.conteudo article ul.acoes {
	display: block;
	height: auto;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 30px 0 0 0;
	width: 100%;
}
section#servicos div.conteudo article ul.acoes li {
	background-color: #343740;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}
section#servicos div.conteudo article ul.acoes li a {
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s;
}
section#servicos div.conteudo article ul.acoes li a:hover {
	/*background-color: #454854;*/
	color: #79b584;
}

/* *** SOBRE **************************************************************** */
div#sobre {
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 80px 0;
	width: 100%;
}
div#sobre section {
	height: auto;
	overflow: hidden;
	padding: 0;
}
div#sobre section article {
	box-sizing: border-box;
	display: block;
	float: left;
	height: auto;
	margin: 0;
	width: 50%;
	overflow: hidden;
	padding: 0 15px 0 0;
}
div#sobre section article + article {
	padding: 0 0 0 15px;
}
div#sobre section article h3 {
	display: block;
	font-size: 2rem;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 30px 0;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}
div#sobre section article h3::after {
	background-color: #79b584; /*#9bd64a;*/
	bottom: 10px;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 120px;
}
div#sobre section article p {
	color: #000000;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
	text-transform: uppercase;
}
div#sobre section article:last-of-type p {
	color: #999999; /*#aaaaaa;*/
}