* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

::-webkit-input-placeholder {
   	color: #9f9f9f;
  	font-size: 10px;
}

:-moz-placeholder {
   	color: #9f9f9f;
  	font-size: 10px;
}

::-moz-placeholder {
   	color: #9f9f9f;
  	font-size: 10px;
}

:-ms-input-placeholder {  
   	color: #9f9f9f;
	font-size: 10px;
}

body {
	margin-top: 35px;
	z-index: 1;
}

/** CABEÇALHO PÁGINA INDEX **/
.header {
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 100;
	top: 0px;
	background-color: #050605;
}

.header nav ul {
	float: right;
	list-style: none;
	margin-top: 25px;
}

.header nav ul li {
	display: inline-block;
	padding: 0 10px;
}

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

.header nav ul li a {
	text-decoration: none;
	color: #e2e1e5;
	font-size: 12px;
	font-weight: normal;
}

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

.header nav ul li a.active {
  color: #f4d456;
}

.header nav #logotipo {
	margin-top: 10px;
}

/** BANNER DA PÁGINA INDEX **/
.banner {
	width: 100%;
	height: 524px;
	background-image: url('../img/background_banner.jpg');
	background-repeat: repeat-x;
	background-position: 50% 0;
	position: relative;
	float: left;
}

.main_banner {
	max-width: 1280px;
	width: 940px;
	height: 524px;
	position: relative;
	z-index: 10;
	background-image: url('../img/background_banner.jpg');
	background-position: 50% 0;
	background-size: 1280px 524px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0 auto;
	overflow: hidden;
}

.main_banner #entrada_empilhadeiras {
	width: 665px;
	height: 425px;
	position: absolute;
	z-index: 15;
	top: 65px;
	left: -425px;
	opacity: 0;
}

.main_banner #entrada_texto {
	width: 254px;
	height: 136px;
	position: absolute;
	z-index: 15;
	top: 95px;
	right: -136px;
	opacity: 0;
}

/** PORQUE LOCAR COM A MAC **/
.porque_locar_mac #linha {
	margin: 30px auto;
}

.porque_locar_mac {
	width: 100%;
	height: auto;
	background-color: #fff;
}

.porque_locar_mac h1 {
	font-size: 42px;
	color: #050605;
	text-align: center;
	font-weight: 300;
	margin-bottom: 30px;
}

.porque_locar_mac p {
	font-size: 16px;
	color: #707070;
	font-weight: 300;
	text-align: center;
}

.porque_locar_mac h3 {
	font-size: 15px;
	color: #707070;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

.porque_locar_mac h3 b {
	color: #000000;
	font-weight: 400;
}

/** PLANOS DE MANUTENÇÃO EMPLILHADEIRAS E ORÇAMENTO IN-BOX **/
.planos_orcamento {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 43px;
	padding: 70px 0 100px 0;
	background-image: url(../img/background_plano_orcamento.jpg);
	background-repeat: repeat;
}

.planos_orcamento #botao_plano_orcamento {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -20px;
}

.planos_orcamento header h2 {
	font-size: 28px;
	color: #3b3b3b;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 45px;
}

.planos_orcamento header h2 b {
	color: #000;
	font-weight: 400;
}

/** PLANOS DE MANUTENÇÃO EMPLILHADEIRAS **/
.planos_manutencao_empilhadeiras article ul li {
	list-style-image:url(li.png);
}

.planos_manutencao_empilhadeiras article ul li:last-child {
	margin-top: 35px;
}

.planos_manutencao_empilhadeiras article ul li h4 {
	margin-left: 20px;
	font-size: 18px;
	font-weight: 300;
	color: #0e0e0e;
	margin-bottom: 5px;
}

.planos_manutencao_empilhadeiras article ul li h4 b {
	font-weight: 400;
	color: #000000;
}

.planos_manutencao_empilhadeiras article ul li div {
	margin-left: 45px;
}

.planos_manutencao_empilhadeiras article ul li div p {
	text-align: justify;
	font-size: 14px;
	color: #565656;
}

/** ORÇAMENTO IN-BOX **/
.orcamento_inbox article ul li {
	list-style-image:url(li.png);
	margin: 0 0 20px;
}

.orcamento_inbox article ul li input, .orcamento_inbox article ul li textarea {
	margin-left: 50px;
	padding: 5px 0 5px 5px;
	font-size: 13px;
	border: none;
	background-color: #ffffff;
	width: 320px;
	resize: none;
	color: #565656;
}

.orcamento_inbox article ul input[type="submit"] {
	background-color: #bdbdbd;
	border: none;
	text-transform: lowercase;
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 5px;
	float: right;
	margin-right: 5px;
}

.orcamento_inbox article ul input[type="submit"]:hover {
	opacity: 0.6;
	cursor: pointer;
}

.orcamento_inbox article ul li p {
	margin-left: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #c5c5c5;
	margin-bottom: 5px;
}

/** NOSSA OFICINA **/
.nossa_oficina {
	background-color: #fff;
	padding: 70px 0 130px 0;
	border-bottom: 3px solid #454545;
	position: relative;
}

.nossa_oficina #botao_nossa_oficina {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
}

.nossa_oficina .texto h1 {
	font-size: 42px;
	color: #050605;
	font-weight: 300;
	text-align: center;
	margin-bottom: 35px;
}

.nossa_oficina .texto p {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #555555;
}

.nossa_oficina #linha {
	margin: 65px auto 35px;
}

/** QUER TRABALHAR CONOSCO **/
.nossa_oficina .quer_trabalhar_conosco {
	position: relative;
}

.nossa_oficina .quer_trabalhar_conosco figure {
	float: left;
}

.nossa_oficina .quer_trabalhar_conosco article {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.nossa_oficina .quer_trabalhar_conosco article h6 {
	font-size: 15px;
	font-weight: 400;
	color: #434343;
	text-transform: uppercase;
}

.nossa_oficina .quer_trabalhar_conosco article h6 span {
	color: #ef1d00;
}

.nossa_oficina .quer_trabalhar_conosco article p {
	font-size: 9px;
	font-weight: 400;
	color: #787878;
	text-transform: uppercase;
}

/** ENVIAR CURRICULO **/
.enviar_curriculo {
	position: relative;
	margin-top: 16px;
}

.enviar_curriculo input[type="submit"]{
	background-color: #bdbdbd;
	border: none;
	text-transform: lowercase;
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 5px;
	float: right;
	margin-right: 5px;
	position: absolute;
}

.enviar_curriculo input[type="submit"]:hover {
	opacity: 0.6;
	cursor: pointer;
}

.file {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.file input {
	cursor: pointer;
	height: 100%;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	position: absolute;
	right: 0;
	top: 0;
}

.file #botao_file {
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bdbdbd;
	font-size: 10px;
	font-weight: 400;
	color: #bdbdbd;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	padding: 7px 0;
	width: 220px;
	text-transform: lowercase;
	text-align: center;
}

/** MAC LOJA **/
.vendas {
	||border-bottom: 3px solid #454545;
	position: relative;
}

.vendas #botao_fechar_vendas {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
}

.vendas .loja {
	padding: 55px 0;
}

.vendas .loja h3 {
	font-size: 28px;
	color: #010101;
	font-weight: 300;
	text-align: center;
	margin-bottom: 25px;
}

.vendas .loja p {
	font-size: 16px;
	color: #838383;
	text-align: center;
	font-weight: 300;
}

.vendas .empilhadeiras {
	width: 100%;
	padding: 80px 0 0 0;
	background-image: url(../img/background_plano_orcamento.jpg);
	background-repeat: repeat;
}

.vendas .empilhadeiras #linha {
	margin: 60px auto;
}

.vendas .unico_venda .unico {
	background-color: #ffffff;
	box-shadow: 1px -1px 1px #ddd;
}

.vendas .unico_venda .unico figure {
	padding: 10px;
}

.vendas .unico_venda .unico .info header {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 13px 0;
}

.vendas .unico_venda .unico .info header h5 {
	font-size: 11px;
	color: 000000;
	font-weight: 300;
	margin-left: 20px;
}

.vendas .unico_venda .unico .info section {
	border-bottom: 1px solid #f5f5f5;
	padding: 13px 0;
}

.vendas .unico_venda .unico .info section p {
	font-size: 11px;
	color: 000000;
	font-weight: 300;
	margin-left: 20px;
}

.vendas .unico_venda .unico .info footer {
	padding: 9px 0;
}

.vendas .unico_venda .unico .info footer .valor {
	border-right: 1px solid #f5f5f5;
	width: 140px;
	float: left;
}

.vendas .unico_venda .unico .info footer .valor p {
	font-size: 18px;
	color: 000000;
	font-weight: 300;
	margin-left: 20px;
}

.vendas .unico_venda .unico .info footer .face img {
	margin-left: 45px;
}

.vendas .unico_venda .unico .info footer .face img:hover {
	opacity: 0.8;
}

.vendas .unico_venda button {
	border: none;
	background-color: transparent;
	font-size: 11px;
	color: #000000;
	margin-left: 30px;
	margin-top: 30px;
}

.vendas .unico_venda button:hover {
	cursor: pointer;
}

.vendas .unico_venda button:hover ul li {
	background-color: #fff036;
}

.vendas .unico_venda button ul {
	list-style: none;
}

.vendas .unico_venda button ul li {
	display: inline-block;
	width: 45px;
	height: 3px;
	margin: 0 1px;
	background-color: #dcdcdc;
}

.vendas .unico_produto {
	background-color: #ffffff;
	padding: 3px;
}

.vendas .unico_produto .galeria_produto {
	width: 248px;
}

.vendas .unico_produto .galeria_produto .maior {
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.vendas .unico_produto .galeria_produto .menor {
	margin-top: 10px;
}

.vendas .unico_produto .galeria_produto .menor img {
	width: 58px;
	margin: 0 0.4px;
}

.vendas .unico_produto .galeria_produto .menor img:hover {
	cursor: pointer;
	opacity: 0.9;
}

.vendas .unico_produto .title_unico_produto {
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	float: left;
	height: 55px;
}

.vendas .unico_produto .title_unico_produto .nome {
	width: 400px;
	float: left;
	border-right: 1px solid #eeeeee;
	padding: 18px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}

.vendas .unico_produto .title_unico_produto .ano {
	width: 107px;
	float: left;
	border-right: 1px solid #eeeeee;
	padding: 17px 0;
	text-align: center;;
	font-weight: 300;
}

.vendas .unico_produto .title_unico_produto .preco {
	width: 160px;
	float: left;
	font-size: 22px;
	text-align: center;
	padding: 13px 0;
	font-weight: 300;
}

.vendas .unico_produto .descricao_unico_produto {
	width: 668px;
	float: left;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	height: 215px;

}

.vendas .unico_produto .descricao_unico_produto .esquerda {
	width: 50%;
	float: left;
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
}

.vendas .unico_produto .descricao_unico_produto .esquerda p {
	margin-left: 20%;
	margin-top: 15%;
}

.vendas .unico_produto .descricao_unico_produto .direita {
	width: 50%;
	float: left;
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
}

.vendas .unico_produto .descricao_unico_produto .direita p {
	margin-left: 10%;
	margin-top: 15%;
}

.enviar_proposta_unico_produto {
	border: none;
	background-color: transparent;
	font-size: 11px;
	color: #000000;
	float: right;
	margin-top: 50px;
}

.enviar_proposta_unico_produto:hover {
	cursor: pointer;
}

.enviar_proposta_unico_produto:hover ul li {
	background-color: #fff036;
}

.enviar_proposta_unico_produto ul {
	list-style: none;
}

.enviar_proposta_unico_produto ul li {
	display: inline-block;
	width: 45px;
	height: 3px;
	margin: 0 1px;
	background-color: #dcdcdc;
}

/** CONTATO **/
.contato {
	padding: 95px 0 120px 0;
}

.contato ul li {
	list-style-image:url(li.png);
	margin: 0 0 20px;
}

/** CONTATO VIA EMAIL **/
.envie_sua_mensagem h3 {
	font-size: 28px;
	font-weight: 400;
	color: #3b3b3b;
	line-height: 30px;
	margin-bottom: 40px;
}

.envie_sua_mensagem h3 span {
	font-weight: 300;
	font-size: 27px;
}

.envie_sua_mensagem ul li input, .envie_sua_mensagem ul li textarea {
	margin-left: 50px;
	padding: 5px 0 5px 5px;
	font-size: 13px;
	border: none;
	background-color: #f8f8f8;
	width: 320px;
	resize: none;
	color: #565656;
}

.envie_sua_mensagem ul input[type="submit"] {
	background-color: #bdbdbd;
	border: none;
	text-transform: lowercase;
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 5px;
	float: right;
	margin-right: 5px;
}

.envie_sua_mensagem ul input[type="submit"]:hover {
	opacity: 0.6;
	cursor: pointer;
}

.envie_sua_mensagem ul li p {
	margin-left: 50px;
	font-size: 11px;
	font-weight: normal;
	color: #c5c5c5;
	margin-bottom: 5px;
}

/** CONTATOS **/
.contatos ul li {
	margin-bottom: 35px;
}

.contatos h3 {
	font-size: 28px;
	font-weight: 400;
	color: #3b3b3b;
	line-height: 30px;
	margin-bottom: 70px;
}

.contatos h4 {
	margin-left: 50px;
	color: #010101;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}

.contatos p {
	margin-left: 50px;
	font-size: 14px;
	color: #838383;
	line-height: 28px;
	font-weight: 400;
}

.contatos #confira_mapa {
	border: none;
	background-color: transparent;
	font-size: 14px;
	color: #3b3b3b;
	margin-left: 50px;
	margin-top: 15px;
}

.contatos #confira_mapa:hover {
	cursor: pointer;
}

.contatos #confira_mapa ul {
	list-style: none;
}

.contatos #confira_mapa ul li {
	display: inline-block;
	width: 45px;
	height: 3px;
	margin: 0 1.5px;
	background-color: #fff036;
}

/** JANELA MODAL **/
.acao_modal {
	cursor: pointer;
}

.janela_modal {
  width: 500px;
  height: 430px;
  background-color: #fff;
  position: fixed;
  z-index: 200;
  top: 50%;
  left: -100%;
  margin-top: -215px;
  margin-left: -250px;
  padding: 15px;
}

.titulo_modal {
  width: 500px;
  height: 30px;
}

.titulo_modal .fechar_modal {
  float: right;
  cursor: pointer;
}

.conteudo_modal {
  width: 500px;
  height: 400px;
}

.fundo_modal {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 150;
}

/** RODAPÉ **/
.footer {
	width: 100%;
	height: 95px;
	background-color: #3c3b3b;
	border-top: 15px solid #050605;
}

.footer .container_12 {
	position: relative;
}

.footer p {
	font-size: 15px;
	color: #a5a5a5;
	font-weight: 300;
	text-align: center;
	margin-top: 35px;
}

.footer p img {
	margin-top: -5px;
}

.footer p a {
	color: #a5a5a5;
	text-decoration: none;
}

.footer p a:hover {
	text-decoration: underline;
}

.footer #acesso_restrito {
	position: absolute;
	right: 0px;
	top: 40px;
}