@font-face {
	font-family: 'Museo';
	src: url('fonts/MuseoSans-100.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: "Museo";
}

html, body{
  height:100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	background-color: #fff;
}

#topo {
	position: fixed;
	top: 0;
	left: 0;
	height: 130px;
	width: 100%;
	z-index: 2;
}

#logo {
	position: relative;
	left: 7.5%;
	top: 21%;
	float: left;
}

@media screen and (max-width: 1024px){
	#logo {
		position: relative;
		left: 5%;
		top: 3.5%;
		float: left;
	}
}

#menu_cel {
	display: none;
}

#menu3 {
	display: none;
}

#menu {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 68.5%;
	left: 31.5%;
	bottom: 0;
	line-height: 63px;
	background-color: #383637;
	opacity: 0.7;
	z-index: 50;
	cursor: pointer;
}

#menu li, #menu3 li  {
	float: left;
	margin-left: 20px;
	margin-right: 25px;
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
}

#menu li:first-child {
	margin-left: 45px;
}

#menu li:hover, #menu3 li:hover {
	border-bottom: 3px solid red;
}

#menu li a, #menu3 li a {
	color: #fff;
	text-decoration: none;
	font-size: 13pt;
}

#telefone {
	position: absolute;
	top: 65px;
	right: 30px;
	font-size: 12pt;
	color: #e0e0e0;
	z-index: 20000;
	font-weight: bold;
	text-align: right;
}

#telefone span {
	font-size: 18pt;
}

@media screen and (max-width: 800px){

	#telefone {
		display: none;
	}

	#logo {
		width: 30%;
		top: 1%;
		left: 5%;
	}

	#menu_cel {
		display: block;
		position: absolute;
		z-index: 25;
		top: 5%;
		right: 5%;
		cursor: pointer;
	}

	#menu {
		display: none;
	}

	#menu3 {
		position: fixed;
		display: none;
		list-style: none;
		top: 12%;
		width: 100%;
		left: 0;
		margin: 0;
		opacity: 0.9;
		bottom: 0;
		background-color: #383637;
		line-height: 63px;
		z-index: 50;
	}

	#menu3 li {
		text-align: right;
		clear: both;
		width: 80%;
	}
	#menu3 li a {
		text-align: right;
	}
}

#slider{
	left: 0; 
	top: 0;
	width: 100%; 
	z-index: 0;
	margin: 0;
	height: 100%;
}

#slider ul {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
	list-style: none;
}

#slider ul li {
	width: 100%;
	height: 100%;
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 0;
	margin: 0;
}

#slider ul li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 800px){
	#slider ul li {
		width: 100%;
		height: 110%;
		display: inline;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		padding: 0;
		margin: 0;
		overflow-x: hidden;
	}

	#slider ul li img {
		height: 110%;
		width: auto;
	}
}

@media screen and (max-width: 768px){
	#slider ul li {
		width: 100%;
		display: inline;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		padding: 0;
		margin: 0;
		overflow-x: hidden;
	}

	#slider ul li img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 480px){
	#slider{
		left: 0; 
		top: 0;
		width: 100%; 
		z-index: 0;
		margin: 0;
		height: 170px;
	}

	#slider ul {
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		height: 170px;
	}

	#slider ul li {
		width: 100%;
		display: inline;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		height: 170px;
	}
	#slider ul li img {
		width: 100%;
	}
}

#Empresa, #Servicos, #Acessorios, #Dicas, #Parceiros, #Contato {
	position: relative;
	width: 100%;
	height: 100%;
}

#Empresa {
	background-color: red;
	text-align: center;
	color: #fff;
	height: auto;
	padding-bottom: 40px;
	background: url("../img/textura.png");
}

#Empresa h1 {
	padding-top: 80px;
}

#Empresa h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}

#Empresa .btn-empresa {
	position: relative;
	border: 1px solid #fff;
	width: 20%;
	left: 40%;
	height: 55px;
	padding-top: 10px;
	margin-bottom: 40px;
}


#Empresa .btn-empresa a {
	color: #fff;
	text-decoration: none;
}

#mais-Empresa {
	position: relative;
	padding-top: 80px;
	padding-bottom: 20px;
	width: 60%;
	margin-left: 20%;
	display: none;
	text-align: justify;
}

@media screen and (max-width: 800px){
	#Empresa h1 {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 80px;
		font-size: 16pt;
	}

	#Empresa h2 {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 40px;
		padding-bottom: 20px;
		font-size: 13pt;
	}
	#Empresa .btn-empresa {
		position: relative;
		border: 1px solid #fff;
		width: 40%;
		left: 30%;
		height: 55px;
		padding-top: 10px;
		margin-bottom: 40px;
	}

	#mais-Empresa {
		position: relative;
		padding-top: 80px;
		padding-bottom: 20px;
		width: 80%;
		margin-left: 10%;
		display: none;
		text-align: justify;
	}
}

#Servicos {
	background-color: #383637;
	height: 70%;
}

#Servicos .box {
	width: 18%;
	margin-left: 8%;
	float: left;
	color: #fff;
	text-align: center;
	margin-top: 80px;
}

#Servicos .box:first-child {
	margin-left: 15%;
}

@media screen and (max-width: 800px){
	#Servicos {
		background-color: #383637;
		height: auto;
		padding-bottom: 60px;
	}

	#Servicos .box {
		width: 90%;
		margin-left: 5%;
		clear: both;
	}

	#Servicos .box:first-child {
		margin-left: 5%;
	}
}

#Servicos .box h3 {
	color: #fff;
}

#Acessorios {
	height: auto;
	text-align: center;
	padding-bottom: 40px;
}

#Acessorios h2.tit-acessorios {
	color: red;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	text-align: center;
}

#Acessorios .box {
	float: left;
	width: 20%;
	margin-left: 10%;
	border: 1px solid #c0c0c0;
	margin-bottom: 40px;
	min-height: 250px;
	text-align: center;
}

@media screen and (max-width: 800px){
	#Acessorios .box {
		width: 90%;
		margin-left: 5%;
		border: 1px solid #c0c0c0;
		margin-bottom: 40px;
		min-height: 250px;
		clear: both;
		text-align: center;
	}
}

#Acessorios .box img {
	max-width: 100%;
}

#Acessorios .box h3 {
	margin-top: -44px;
	text-align: center;
}

#Acessorios .btn-acessorios {
	position: relative;
	border: 1px solid red;
	width: 20%;
	left: 40%;
	height: 55px;
	background-color: red;
	padding-top: 10px;
}

@media screen and (max-width: 800px){
	#Acessorios .btn-acessorios {
		position: relative;
		border: 1px solid red;
		width: 40%;
		left: 30%;
		height: 55px;
		background-color: red;
		padding-top: 10px;
	}
}

#Acessorios .btn-acessorios a {
	color: #fff;
	text-decoration: none;
}

#mais-Acessorios {
	position: relative;
	padding-top: 80px;
	padding-bottom: 20px;
	width: 100%;
	display: none;
	text-align: justify;
}

#Dicas {
	height: auto;
	background-color: #eeeedd;
	text-align: center;
}

#Dicas h2.tit-dicas {
	color: red;
	padding-top: 40px;
}

#Dicas .box {
	float: left;
	width: 20%;
	margin-left: 10%;
	margin-bottom: 40px;
	min-height: 250px;
	text-align: justify;
}

#Dicas .box img {
	max-width: 100%;
}

@media screen and (max-width: 800px){
	#Dicas {
		height: auto;
		background-color: #eeeedd;
		text-align: center;
	}

	#Dicas .box {
		clear: both;
		width: 80%;
		margin-left: 10%;
		margin-bottom: 40px;
		min-height: 250px;
		text-align: center;
	}
}

#Dicas .box h3 {
	color: red;
}

#Parceiros {
	min-height: 65%;
	height: auto !important;
	text-align: center;
	padding-bottom: 40px;
}

#Parceiros h2.tit-parceiros {
	padding-top: 40px;
	padding-bottom: 40px;
	color: red;
}

#Parceiros .box {
	float: left;
	width: 20%;
	margin-left: 10%;
	margin-bottom: 40px;
	min-height: 250px;
	text-align: center;
}

#Parceiros .box a {
	text-decoration: none;
	color: #000;
}

@media screen and (max-width: 800px){
	#Parceiros {
		height: auto;
		text-align: center;
		padding-bottom: 40px;
	}
	
	#Parceiros .box {
		float: left;
		width: 80%;
		margin-left: 10%;
		margin-bottom: 40px;
		text-align: center;
	}
}

#Parceiros .box img {
	max-width: 200px;
}

#Parceiros .box span {
	color: red;
	font-weight: bold;
}

#Contato {
	background-color: #000;
	height: 85%;
	padding: 0;
	margin: 0;
}

#Contato #mapa {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: 16;
}
#Contato #mapa #map_google {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.scrolloff {
	pointer-events: none;
}

#Contato #janela-contato {
	position: absolute;
	background: url("../img/tarjapreta.png") no-repeat top center;
	background-color: red;
/*	
	height: 75%; 
	margin-left: 10%;
	width: 35%;
*/
	height: 15%;
	margin-left: 10%;
	width: 10%;
	bottom: 0;
	color: #fff;
	z-index: 17;
	text-align: center;
	overflow: hidden;
}

#Contato #janela-contato .tit-contato {
	color: #fff;
	font-size: 18pt;
	margin-bottom: 15px;
}

form, .endereco, .tit-contato {
	display: none;
}

form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

input[type=text] {
	border: 1px solid #fff;
	background-color: transparent;
	padding: 5px;
	margin-left: 10%;
	margin-top: 20px;
	width: 33.8%;
	color: #fff;
	display: block;
	float: left;
	margin-bottom: 10px;
}

textarea {
	border: 1px solid #fff;
	background-color: transparent;
	padding: 5px;
	margin-left: 10%;
	margin-top: 20px;
	width: 80%;
	color: #fff;
	height: 80px;
	display: block;
}

input[type=submit] {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
	margin-right: 35px;
}

@media screen and (max-width: 800px){
	#Contato {
		background-color: #000;
		height: auto;
		padding: 0;
		margin: 0;
	}
	#Contato #mapa {
		position: relative;;
		width: 100%;
		top: 0;
		height: auto;
		min-height: 200px;
		z-index: 16;
	}
	#Contato #janela-contato {
		position: relative;
		background: url("../img/tarjapreta.png") no-repeat top center;
		background-color: red;
		height: auto;
		margin-left: 0;
		width: 100%;
		color: #fff;
		text-align: center;
		overflow: hidden;
		font-size: 10pt;
		padding-bottom: 40px;
	}
	#Contato #janela-contato img {
		width: 60%;
		margin-left: 0;
	}

	form, .endereco, .tit-contato {
		display: block;
		width: 100%;
	}

	input[type=text] {
		border: 1px solid #fff;
		background-color: transparent;
		padding: 5px;
		margin-left: 10%;
		margin-top: 20px;
		width: 80%;
		color: #fff;
		display: block;
	}

	textarea {
		border: 1px solid #fff;
		background-color: transparent;
		padding: 5px;
		margin-left: 10%;
		margin-top: 20px;
		width: 80%;
		color: #fff;
		height: 80px;
		display: block;
	}
	
	#entra-contato {
		display: none;
	}

	input[type=submit] {
		border: 1px solid #fff;
		background-color: transparent;
		color: #fff;
		padding: 5px;
		padding-left: 20px;
		padding-right: 20px;
		float: right;
		margin-right: 8.5%;
	}
}


#bottom, #bottom2 {
	width: 100%;
	position: relative;
	height: 40px;
	background-color: #383637;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	top: 0;
	margin-top: -16px;
}

@media screen and (max-width: 800px){
	#bottom, #bottom2 {
		display: none;
	}
}

#bottom2 {
	margin-top: 0;
	border: 0;
}

#bottom ul {
	list-style: none;
	padding: 0;
	text-align: center;
	margin-left: 27%;
}

@media screen and (max-width: 1024px){
	#bottom ul {
		margin-left: 10%;
	}
}

#bottom ul li {
	float: left;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	padding-top: 10px;
	vertical-align: bottom;
	font-size: 12pt;
}

#bottom ul li a {
	color: #fff;
	text-decoration: none;
}

#bottom2 img {
	margin-left: 80%;
	margin-top: -18px;
}

#author {
	text-align: center;
}

#author img {
	padding-top: 10px;
}

#email_enviado {
	position: fixed;
	z-index: 20;
	height: 60px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -30px;
	background-color: #fff;
	color: #000;
	text-align: center;
	line-height: 60px;
	display: none;
}

#fechar {
	position: relative;
	top: 0;
	margin-top: -80px;
	float: right;
	margin-right: 5px;
	cursor: pointer;
}

#entra-contato {
	cursor: pointer;
}

.clear {
	clear: both;
}

.controller {
	position: absolute;
	z-index: 20;
	top: 80%;
	left: 5%;
}

.bullet {
	float: left;
	width: 22px;
	height: 22px;
	background: url("../img/bullet.png") no-repeat;
	overflow: hidden;
	background-position: 100% 100%;
	cursor: pointer;
}

.active {
	background-position: 0% 50%;
}