@import url('fonts/stylesheet.css');
*{margin:0;padding: 0;box-sizing:border-box;}

body
{
	padding-top: 100px;
	font-family: 'pt_sansregular';
}

body.box
{
	padding-top: 0;
}

a
{
	text-decoration: none;
}

/*geral*/
.limit
{
	width: 1200px;
	margin:0 auto;
}

.clear-after:after
{
	content:"";
	display: block;
	clear: both;
}

.clear
{
	clear: both;
}

/*FIM geral*/

/*align*/
.align-center
{
	margin: 0 auto;
	display: block;
}
/*FIM align*/

/*text*/
.text-center
{
	text-align: center;
}
/*FIM text*/

/*icon*/
.icon-left
{
	background: no-repeat left center;
	padding-left: 30px;
	min-height: 30px;
	display: inline-block;
}

	.icon-telefone
	{
		background-image: url('../pics/icon-telefone.png');
	}

	.icon-menu
	{
		background-image: url('../pics/icon-menu.png');
	}
/*FIM icon*/

/*formulario*/
.formulario .campo-texto
{
	font-family: 'pt_sansregular';
	font-size: 15px;
	width: 100%;
	height: 35px;
	border:1px solid #dddddd;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	border-radius: 3px;
	padding-left: 10px;
}

.formulario .campo-areatexto
{
	font-family: 'pt_sansregular';
	font-size: 15px;
	width: 100%;
	height: 95px;
	border:1px solid #dddddd;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
	border-radius: 3px;
	padding-left: 10px;
	padding-top: 10px;
}

.formulario .form-grupo:last-child
{
	margin-bottom: 0;
}

.formulario .form-grupo
{
	margin-bottom: 5px;
}
/*FIM formulario*/

/*botao*/
.botao
{
	font-family: 'pt_sansbold';
	color: #fff !important;
	text-transform: uppercase;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	box-shadow: inset 1px 1px 1px rgba(255,255,255,0.4);
	border-radius: 5px;
	text-align: center;
}

.botao-laranja
{
	background: #f58222;
	border-color: #d76200;
}

.botao-maior
{
	height: 75px;
	line-height: 75px;
	width: 270px;
}

.botao-medio
{
	height: 45px;
	line-height: 45px;
	width: 270px;
}

.botao-menor
{
	height: 35px;
	line-height: 35px;
	width: 150px;
}
/*FIM botao*/


/*align*/
.alignLeft
{
	float: left;
}

.alignRight
{
	float: right;
}
/*FIM align*/

.menuOFF
{
	font-size: 19px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	font-family: "pt_sans_narrowbold";
	border-left:1px solid #DE9400;
	box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.3);
	padding-left:55px;
	background-position: 20px;
	cursor: pointer;
	display: none;
}


/*header*/
header
{
	width: 100%;
	padding: 5px 0;
	background: #f8ac14;
	height: 100px;
	line-height: 90px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
}


header .logo
{
	float: left;
}

	header .logo img
	{
		display: block;
		width: 90px;
	}

header nav.menu
{
	float: right;
	text-align: right;
}
	header nav.menu ul li
	{
		display: inline-block;
		padding-right: 15px;
	}
		header nav.menu ul li:last-child
		{
			padding-right: 0;
		}

	header nav.menu ul li a
	{
		font-size: 19px;
		color: #fff;
		text-transform: uppercase;
		text-shadow:1px 1px 1px rgba(0,0,0,0.4);
		font-family: 'pt_sans_narrowbold';
	}
/*FIM header*/

/*page*/
.page
{
	width: 100%;
	padding: 65px 0;
}

.page.box
{
	padding: 5px !important;
}

	.page h2
	{
		font-family: 'pt_sans_narrowbold';
		font-size: 55px;
		line-height: 55px;
		font-weight: normal;
		margin-bottom: 28px;
	}

	.page h3, .page h4, .page h5, .page h6
	{
		font-family: 'pt_sansbold';
	}

	.page h3
	{
		font-size: 25px;
		line-height: 25px;
		font-weight: normal;
		margin-bottom: 5px;
	}

	.page p
	{
		font-family: 'pt_sansregular';
		font-size: 17px;
		margin-bottom: 15px;
	}

	.page a
	{
		color: #f58222;
		font-family: 'pt_sansregular';
		font-size: 17px;
	}

	.page small
	{
		font-family: 'pt_sansregular';
		font-size: 14px;
		color: #888888;
	}

	.page ul
	{
		margin-left: 18px;
	}

	.page ul li
	{
		font-family: 'pt_sansregular';
		font-size: 17px;
		margin-bottom: 10px;
		list-style: url('../pics/marcador-lista.png');
	}

	.page p strong, .page ul li strong
	{
		font-family: 'pt_sansbold';
		font-weight: normal;
	}
/*FIM page*/

/*animacao*/
section.animacao
{
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}

section.animacao .item-anima
{
	width: 100%;
	height: 600px;
	background: no-repeat center center/cover;
}

section.animacao p
{
	margin-bottom: 15px;
}

section.animacao .sombra
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 10;
}

section.animacao .texto
{
	position: absolute;
	width: 100%;
	z-index: 11;
	text-shadow:1px 1px 2px rgba(255,255,255,0.7);
	margin-top: 120px;
}
	section.animacao .texto .logo
	{
		margin-left: 100px;
	}

	section.animacao p
	{
		font-family: 'pt_sansregular';
		font-size: 17px;
	}

	section.animacao p strong
	{
		font-family: 'pt_sansbold';
		font-weight: normal;
		font-size: 30px;
	}

/*FIM animacao*/


/*luz*/
section.luz
{
	background: #fbd109;
}
	section.luz h2
	{
		color: #f58222;
	}

section.luz .anima
{
	width: 100%;
	position: relative;
	overflow: hidden; 
}

	section.luz .anima img
	{
		border-radius:5px;
	}

	section.luz .item-anima
	{
		width: 100%;
		background: no-repeat center center;
	}

/*FIM luz*/

/*oQueFazemos*/
section.oQueFazemos h2
{
	color: #f58222;
}

/*FIM oQueFazemos*/

/*acervo tecnico*/
section.acervo
{
	width: 100%;
	background: #f0f0f0;
}
	section.acervo h2, section.acervo h3
	{
		color: #f58222;
	}

	section.acervo .avatar
	{
		margin-right: 15px;
		border-radius: 50%;
		background: #fff;
		border: 1px solid #d5d5d5;
	}

	section.acervo .chamadas-item
	{
		margin-bottom:20px;
	}

	section.acervo .chamadas-item:last-child
	{
		margin-bottom: 0px;
	}
/*FIM acervo tecnico*/

/*clientes*/
section.clientes
{
	background: #f8aa15;
}
	section.clientes h2
	{
		color: #ffe773;
	}

	section.clientes ul li
	{
		list-style: url('../pics/marcador-amarelo-lista.png');
	}

	section.clientes p, section.clientes ul li, section.clientes ul li strong
	{
		color: #fff;
	}

	section.clientes .anima
	{
		background: #fff;
		width: 100%;
		max-width: 530px;
		height: 320px;
		box-shadow: 2px 2px 7px rgba(0,0,0,0.22);
		border-radius: 5px;
	}

.animaClientes
{
	position: relative;
	overflow: hidden;
}

	.animaClientes img
	{
		display: block;
		margin:0 auto;
		max-width: 300px;
	}

	.animaClientes hr
	{
		margin:0 auto;
		margin: 15px 0;
		border:0;
		border-bottom: 1px solid #dddddd;
		display: block;
	}

	.animaClientes .item-anima
	{
		padding: 15px;
		text-align: center;
		width: 100%;
	}

	.animaClientes .item-anima h3
	{
		font-size: 17px;
	}
/*FIM clientes*/

/*melhoreMundo*/
section.melhoreMundo
{
	width: 100%;
	background: #458230;
}
	section.melhoreMundo h2
	{
		color: #fbd109;
	}

	section.melhoreMundo h4
	{
		color: #ffe773;
	}

	section.melhoreMundo ul li
	{
		list-style: url("../pics/marcador-amarelo-lista.png");
	}

	section.melhoreMundo p, section.melhoreMundo ul li
	{
		color: #fff;
	}

section.melhoreMundo .areaTexto
{
	width: 58%;
	float: left;
}
	section.melhoreMundo .texto
	{
		width: 100%;
		max-width: 710px;
		float: right;
		padding-right: 35px;
	}

section.melhoreMundo .areaFoto
{
	width: 100%;
	height: 100%;
	min-height: 540px;
	background: no-repeat center center/cover;
	float: right;
}

section.melhoreMundo .animacao-melhore
{
	position: relative;
	overflow: hidden;
	width: 42%;
	height: 642px;
}
/*FIM melhoreMundo*/

/*artigos*/
section.artigos
{
	text-align: center;
}

.logo-artigo
{
	max-width: 150px;
	margin-bottom: 15px;
}

	section.artigos .listagemArtigos
	{
		margin-top: 35px;
		text-align: left;
	}

	section.artigos .destaque
	{
		width: auto !important;
		margin-right: 12px;
		border-radius: 5px;
		border:1px solid #d3d3d3;
		margin-bottom: 10px;
	}

	section.artigos h2, section.artigos h3
	{
		color: #f58222;
		text-align: left;
	}

	section.artigos .owl-buttons
	{
		position: relative;
	}

	section.artigos .owl-theme .owl-controls .owl-page span
	{
		background:#888888; 
	}

	section.artigos .owl-theme .owl-controls .owl-buttons div
	{
		width: 7px;
		height: 14px;
		background: no-repeat center center;
		opacity: 1;
		text-indent: 9000em;
		overflow: hidden;
		position: absolute;
	}

	section.artigos .owl-theme .owl-controls .owl-buttons .owl-prev
	{
		background-image: url('../pics/seta-prev.png');
		margin-left: -50px;
		margin-top: -22px;
	}

	section.artigos .owl-theme .owl-controls .owl-buttons .owl-next
	{
		background-image: url('../pics/seta-next.png');
		margin-left: 30px;
		margin-top: -22px;
	}

/*FIM artigos*/

/*trabalhe*/
	section.trabalhe
	{
		background: #fbd109;
		box-shadow: 0 3px 5px rgba(0,0,0,0.2);
		position: relative;
		z-index: 1;
	}

	section.trabalhe h2
	{
		color: #f58222;
	}

	section.trabalhe .botao
	{
		float: right;
		margin-left: 15px;
	}

/*FIM trabalhe*/

/*localizacao*/
section.contato
{
	width: 100%;
	position: relative;
}

	section.contato #map-canvas
	{
		width: 100%;
		height: 730px;
	}

	section.contato .camadaProtecao
	{
		width: 100%;
		height: 350px;
		bottom: 0;
		left: 0;
		position: absolute;
		display: none;
	}
	section.contato .camadaProtecao .legenda {
	   background-color: #fff;
	   box-shadow: 0 0 2px rgba(0,0,0,0.3);
	   border-radius: 2px;
	   padding: 7px;
	   font-size: 0.75em;
	   top: 10px;
	   right: 10px;
	   position: absolute;
	   cursor: pointer;
	}

	section.contato .areaFormulario
	{
		width: 100%;
		top: 30px;
		position: absolute;
		z-index: 99;
		pointer-events: none; 
	}

	section.contato .formulario
	{
		width: 100%;
		max-width: 370px;
		background: #fff;
		box-shadow: 2px 2px 7px rgba(0,0,0,0.22);
		background: #fff;
		padding: 23px;
		text-align: center;
		pointer-events: auto;
	}

	section.contato address
	{
		font-family: 'pt_sansregular';
		font-size: 17px;
		margin-bottom: 10px;
	}

	section.contato .logo
	{
		margin: 0 auto;
		display: block;
		margin-bottom: 15px;
	}

	section.contato .telefone
	{
		font-family: 'pt_sansbold';
		color: #f58222;
		font-size: 22px;
		margin-bottom: 15px;
	}

	section.contato .telefone small
	{
		font-family: 'pt_sansregular';
		color: #888888;
		font-size: 17px;
	}
/*FIM localizacao*/

/*footer*/
footer
{
	padding: 6px 0;
	background: #f58222;
	font-family: 'pt_sansregular';
	font-size: 17px;
	color: #fff;
	font-style: oblique;
}
footer .assinatura
{
	float: right;
}
/*FIM footer*/

@media all and (max-width: 1200px){
	header nav.menu ul
	{
		position: absolute;
		width: 100%;
		text-align: center;
		left: 0;
		top: 100px;
		background: #fff;
	}

	header nav.menu ul li
	{
		display: block;
		float: none;
		line-height: 35px;
	}

	header nav.menu ul li a
	{
		text-shadow:none;
		color: #333;
	}

	nav.menu ul
	{
		display: none;
	}

	.menuOFF{
		display: block;
	}

	.limit
	{
		width: 100%;
		padding: 0 2%;
	}
}

@media all and (max-width: 768px){
	section.animacao .texto .logo
	{
		display: none;
	}

	section.animacao .texto
	{
		margin-top: 35px;
	}

	section.trabalhe .botao
	{
		float: none;
		display: block;
		margin:0 auto;
		margin-bottom: 15px;
	}
	section.contato .areaFormulario
	{
		position: static;
	}

	section.contato .formulario
	{
		box-shadow: none;
		margin: 0 auto;
	}

	section.melhoreMundo .texto
	{
		float: none;
		padding-right: 0;
		max-width: 100%;
	}

	section.melhoreMundo .animacao-melhore
	{
		width: 100%;
	}
	section.melhoreMundo .areaTexto
	{
		float: none;
		width: 100%;
		padding: 0 2%;
	}

	section.melhoreMundo .areaFoto
	{
		display: none;
	}

	/*.galeria div
	{
		margin-bottom: 30px;
	}

	section.melhoreMundo .galeria img
	{
		max-width: 200px;
		display: block;
		margin: 0 auto;
	}*/
	.galeria{
		max-width: 465px;
		margin: 0 auto;
	}
	section.melhoreMundo .galeria img{
		float: left;
		max-width: 200px; 
		margin: 10px;
	}

	section.contato #map-canvas
	{
		width: 100%;
		height: 350px;
	}

	section.contato .camadaProtecao
	{
		display: block;
	}
}

@media all and (max-width: 500px){
	section.acervo .avatar
	{
		float: none !important;
		display: block;
		margin:0 auto;
	}
	.galeria{
		max-width: 94%;
		margin: 0 auto;
	}
	section.melhoreMundo .galeria img{
		float: left;
		max-width: 46%; 
		margin: 2%;
	}

	footer .assinatura
	{
		margin-top: 40px;
	}


	section.animacao .item-anima
	{
		height: 800px;
	}

}

@media all and (max-width: 300px){
	section.animacao .item-anima
	{
		height: 900px;
	}
}