/* CLEARFIX */
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* PADDING HACK */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 999999px;
}

* html .cf { zoom: 1; } /* IE6 */

*:first-child+html .cf { zoom: 1; } /* IE7 */

/* GOOGLE FONT */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,800,800italic);

/* CONFIGURAÇÃO GERAIS */
* {
	list-style: none;
	font-family: "Open Sans", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	color: #222;
	font-size: 16px;
}

*:focus {
	outline: 0;
}

img.skype_pnh_logo_img { display: none!important }

.grid {
	width: 920px;
	margin: 0 auto;
	overflow: auto;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}

body {
	background-color: #333;
}

.transition {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/* MENU */
header {
	width: 100%;
	height: 90px;
	position: relative;
	background-color: #222;
}

header a h1 {
	float: left;
	display: block;
	margin-top: 20px;
	text-indent: -9999px;
	width: 298px;
	height: 50px;
	background: url(../images/logo-sm-topo.png) 0 0 no-repeat;
}

header nav {
	float: right;
	text-align: right;
	margin: 35px 0 0 0;
}

header nav ul a li {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 20px;
}

header nav ul a li:last-child  {
	padding-right: 0;
}

header nav ul a:hover li { color: #fcca0e; }
header nav ul a li.menu_active  { color: #fcca0e; }

/* RODAPÉ */
div#blank {
	display: block;
	height: 75px;
	background-color: #eee;
}

section#rodape {
	background-color: #333;
}

section#rodape div {
	margin-top: 10px;
}

section#rodape div.left {
	color: #888!important;
	line-height: 26px;
	float: left;
	font-size: 15px;
}

section#rodape div.center {
	text-align: center;
	color: #aaa;
	line-height: 26px;
	font-size: 15px;
}

section#rodape div.center * {
	color: #aaa;
	line-height: 26px;
	font-size: 15px;
}

section#rodape div.left b {
	color: #aaa!important;
}

section#rodape div.left a {
	color: #888;
	font-weight: 700;
}

section#rodape div.left a:hover {
	color: #ffcc33;
}

section#rodape div.right {
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 20px;
}

section#rodape div.right a.selo {
	background: url(../images/selo-pequeno-principe-2.png) 0 0 no-repeat;
	width: 95px;
	height: 95px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	color: transparent;
}

section#rodape div.left a.facebook,
section#rodape div.left a.linkedin {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	color: transparent;
	border: 1px solid #888;
	margin-top: 10px;
}

section#rodape div.left a.linkedin {
	margin-left: 10px;
}

section#rodape div.left a.facebook span {
	background: url(../images/social-icon-facebook-off.png) 0 0 no-repeat;
	width: 11px;
	height: 19px;
	display: block;
	margin: 9px auto 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	color: transparent;
}

section#rodape div.left a.linkedin span {
	background: url(../images/social-icon-linkedin-off.png) 0 0 no-repeat;
	width: 19px;
	height: 19px;
	display: block;
	margin: 9px auto 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	color: transparent;
}

section#rodape div.left a.facebook:hover,
section#rodape div.left a.linkedin:hover {
	border-color: #ffcc33;
}

section#rodape div.left a.facebook:hover span {
	background: url(../images/social-icon-facebook-on.png) 0 0 no-repeat;
}

section#rodape div.left a.linkedin:hover span {
	background: url(../images/social-icon-linkedin-on.png) 0 0 no-repeat;
}

section#rodape div.line_rodape {
	width: 920px;
	height: 1px;
	display: block;
	background-color: #444;
	margin: 30px auto;
}

section#rodape a.hunter {
	color: #666;
	text-align: center;
	font-size: 14px;
	margin: 0 auto 30px auto;
	width: 300px;
	display: block;
}

section#rodape a.hunter img {
	width: 20px;
	height: 23px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

/* TITLE */
section#title {
	background-color: #ffcc33;
	height: 160px;
}

section#title * {
	overflow: hidden !important;
}

section#title h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 42px;
	display: block;
	margin-top: 40px;
}

section#title h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	font-style: italic;
	margin-top: -5px;
	display: block;
}

/* BODY GERAL */
section#body {
	background-color: #eee;
}

section#body h4 {
	background-color: #ffcc33;
	color: #222;
	font-weight: 700;
	font-size: 32px;
	padding: 5px 20px;
	margin: 60px 0 30px 0;
	display: inline-block;
}

section#body p {
	text-align: justify;
	line-height: 30px;
}

section#body p a {
	text-decoration: underline;
	font-weight: 700;
}

section#body p a:hover {
	color: #ffcc33;
}

/* 01 - A EMPRESA */

.logos_sm {
	margin: 50px auto 0 auto;
	width: 920px;
	height: 210px;
}

.logos_sm div.logo_sm_consultoria {
	background: url(../images/circle-a-empresa-01.png) 0 0 no-repeat;
	width: 206px;
	height: 206px;
	display: block;
	padding-top: 75px;
	text-align: center !important;
	margin-left: 10px;
}

.logos_sm div.logo_sm_construtora {
	background: url(../images/circle-a-empresa-02.png) 0 0 no-repeat;
	width: 206px;
	height: 206px;
	display: block;
	padding-top: 75px;
	text-align: center !important;
}

.logos_sm div {
	float: left;
}

.logos_sm div span {
	display: block;
}

.logos_sm div span.italic {
	font-style: italic;
	font-size: 20px;
}

.logos_sm div span.bold {
	font-weight: 700;
	font-size: 20px;
	margin-top: -5px;
}

.logos_sm div.icon_more {
	display: block;
	background: url(../images/icon-more.png) 0 0 no-repeat;
	width: 17px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 95px 50px 0 50px;
}

.logos_sm div.icon_equal {
	display: block;
	background: url(../images/icon-equal.png) 0 0 no-repeat;
	width: 17px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 95px 50px 0 50px;
}

.logo_sm_facilities {
	background: url(../images/logo-sm-a-empresa.png) 0 0 no-repeat;
	width: 254px;
	height: 175px;
	display: block;
	text-indent: -9999px;
}

.people_a_empresa {
	background: url(../images/people-a-empresa.png) top center no-repeat;
	height: 542px;
	left: 0;
	right: 0;
	margin: 30px auto 0 auto;
	position: absolute;
}

.white_space {
	height: 572px;
	display: block;
}

.black_line_960 {
	width: 920px;
	height: 1px;
	background-color: #222;
	display: block;
	margin: 1px auto;
}

.yellow_line_960 {
	width: 920px;
	height: 5px;
	background-color: #ffcc33;
	display: block;
	margin-bottom: 20px;
}

/* 02 - SERVIÇOS */
.slider {
	margin-top: 50px;
}

#slider_servicos {
	min-height: 240px;
	margin-top: 40px;
	background: transparent;
}

#slider_servicos div {
	color: #fff;
	width: 920px;
	padding: 0;
}

span.icon_projetos,
span.icon_instalacao,
span.icon_construcao,
span.icon_manutencao,
span.icon_consultoria {
	width: 52px;
	height: 52px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 45px auto 0 auto;
}

span.icon_projetos { background: url(../images/icon-servicos-projetos.png) 0 0 no-repeat; }
span.icon_instalacao { background: url(../images/icon-servicos-instalacao.png) 0 0 no-repeat; }
span.icon_construcao { background: url(../images/icon-servicos-construcao.png) 0 0 no-repeat; }
span.icon_manutencao { background: url(../images/icon-servicos-manutencao.png) 0 0 no-repeat; }
span.icon_consultoria { background: url(../images/icon-servicos-projetos.png) 0 0 no-repeat; }

.ls-nav a {
	display: block;
	width: 170px;
	height: 170px;
	background: url(../images/circle-servicos-off.png) center center no-repeat !important;
	margin: 0 10px;

	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ls-nav a:hover {
	background: url(../images/circle-servicos-on.png) center center no-repeat !important;
	display: block;
	width: 170px;
	height: 170px;
}

.ls-nav .current a {
	background: transparent url(../images/circle-servicos-on.png) center center no-repeat !important;
}

.slider_black_lines {
	width: 920px;
	height: 1px;
	background-color: #222;
	display: block;
	margin: 1px 0;
}

.slider_content {
	background-color: #fcca0e;
	width: 920px;
	display: block;
	padding: 50px;
}

.slider_content span.sub_title_slider {
	font-size: 32px !important;
	font-weight: 700 !important;
	display: block !important;
	margin-bottom: 30px;
}

.slider_content p {
	line-height: 24px !important;
	display: block;
	margin-bottom: 10px;
}

/* 03 - NOTÍCIAS */
.body_sucesso .icon_construcao {
	background: url(../images/icon-construcao.png) 0 0 no-repeat;
	width: 197px;
	height: 206px;
	display: block;
	margin: 75px auto 45px auto;
}

/* 04 - CLIENTES */

.clientes {
	width: 920px;
	display: block;
	margin: 40px auto;
}

.clientes a {
	float: left;
	width: 220px;
	height: 220px;
	display: block;
	margin: 5px;
}

.clientes a span {
	position: absolute;
	text-align: center;
	width: 220px;
	padding-top: 100px;
	font-weight: 800;
	font-size: 18px;
	color: #fff;
	z-index: 2;
	opacity: 0;
}

.clientes a .yellow_line_clientes {
	position: absolute;
	z-index: 1;
	background-color: #ffcc33;
	width: 220px;
	height: 2px;
	opacity: .95;
}

.clientes a:hover span {
	opacity: 1;
}

.clientes a:hover .yellow_line_clientes {
	height: 220px;
}

/* 05 - CONTATO */
.contato_txt_01 {
	float: left;
	width: 520px;
}

.div_line_contato {
	float: left;
	margin: 0 0 0 23px;
	display: block;
	background-color: #222;
	width: 1px;
	height: 100px;
}

.contato_txt_02 {
	float: right;
}

.gmaps {
	margin-top: 30px;
	height: 400px;
}

.gmaps .lines_map_contato_01 {
	background: url(../images/lines-01.png) 0 0 no-repeat;
	width: 920px;
	height: 7px;
	position: absolute;
	margin-top: 1px;
	z-index: 2;
}

.gmaps .lines_map_contato_02 {
	background: url(../images/lines-02.png) 0 0 no-repeat;
	width: 920px;
	height: 7px;
	position: absolute;
	margin-top: 392px;
	z-index: 2;
}

.gmaps a.gmaps_bt {
	width: 130px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: block;
	position: absolute;
	background-color: #222;
	margin: 357px 0 0 790px;
	z-index: 99;
}

.gmaps #googleMap {
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.gmaps #googleMap2 {
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	left: 0;
	right: 0;
}

form {
	margin-top: 20px;
}

form .form_inputs_top {
	width: 920px;
	display: block;
}

form .form_inputs_top input {
	background-color: #ccc;
	border: 1px solid transparent;
	display: block;
	width: 300px;
	height: 50px;
	float: left;
	padding-left: 20px;
	line-height: 50px;
}

form .form_inputs_top input:hover,
form .form_inputs_top input:focus {
	background-color: #bbb;
}

form .form_inputs_top input:first-child {
	margin-right: 10px;
}

form .form_inputs_top input:last-child {
	float: right;
}

form textarea {
	background-color: #ccc;
	border: 0;
	display: block;
	width: 920px;
	height: 200px;
	padding-left: 20px;
	padding-top: 15px;
	line-height: 24px;
	margin-top: 10px;
}

form textarea:hover,
form textarea:focus {
	background-color: #bbb;
}

form label {
	display: block;
	width: 150px;
	height: 50px;
	float: right;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #222;
	line-height: 50px;
	cursor: pointer;
	margin-top: 10px;
}

form label:hover,
form label:focus {
	background-color: #ffcc33;
	color: #222;
}

/* 05 - SUCESSO / ERRO */
.body_sucesso .icon_sucesso {
	background: url(../images/icon-sucesso.png) 0 0 no-repeat;
	width: 197px;
	height: 206px;
	display: block;
	margin: 75px auto 45px auto;
}

.body_sucesso .icon_error {
	background: url(../images/icon-error.png) 0 0 no-repeat;
	width: 197px;
	height: 206px;
	display: block;
	margin: 75px auto 45px auto;
}

.body_sucesso h4 {
	margin: 0 auto !important;
	text-align: center;
	display: block !important;
	width: 580px;
	height: 60px;
	line-height: 60px;
	padding: 0 !important;
}

.body_sucesso h4.error {
	width: 730px !important;
	background-color: #ff2121 !important;
	color: #fff !important;
}

.body_sucesso p {
	text-align: center !important;
	margin-top: 5px;
}

.body_sucesso p.error {
	width: 500px;
	margin: 10px auto 0 auto;
}

.body_sucesso .div_line_contato_sucesso {
	width: 400px;
	height: 1px;
	background-color: #222;
	display: block;
	margin: 30px auto;
}

.body_sucesso a.form_bt_enviar {
	display: block;
	width: 150px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #222;
	line-height: 50px;
	cursor: pointer;
	margin: 0 auto;
}

.body_sucesso a.form_bt_enviar:hover,
.body_sucesso a.form_bt_enviar:focus {
	background-color: #ffcc33;
	color: #222;
}